/*!
 * Trinium 2.0.0-DEV (https://github.com/carrevue/trinium)
 * Copyright 2023-2026 Carrevue Development
 * Licensed under MIT (https://github.com/carrevue/trinium/blob/main/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap");
/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15;
  /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%;
  /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  tab-size: 4;
  /* 3. Use a more readable tab size (opinionated). */
}

/*
Sections
========
*/
body {
  margin: 0;
  /* Remove the margin in all browsers. */
}

/*
Text-level semantics
====================
*/
/**
Add the correct font weight in Chrome and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/
/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  border-color: currentcolor;
}

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

.icon {
  /* icons! */
  display: inline-block;
  color: currentColor;
}

.page {
  padding-top: 1em;
  margin: auto;
}
.page.no-padding {
  padding: 0;
}
.page .page-contents {
  margin: auto;
  width: 100%;
  margin-inline: auto;
  padding: 0 1em;
}
@media (min-width: 0px) {
  .page .page-contents {
    max-width: 95%;
  }
}
@media (min-width: 768px) {
  .page .page-contents {
    max-width: 752px;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .page .page-contents {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .page .page-contents {
    max-width: 1152px;
  }
}
@media (min-width: 1366px) {
  .page .page-contents {
    max-width: 1280px;
  }
}
@media (min-width: 1600px) {
  .page .page-contents {
    max-width: 1440px;
  }
}

@media (min-width: 768px) {
  .grid {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1em;
  }
}
.grid.no-gap {
  gap: 0;
}
.grid.center {
  align-items: center;
}

.col-1 {
  grid-column-end: span 1;
}

.col-offset-1 {
  grid-column-start: 2;
}

.row-1 {
  grid-row-end: span 1;
}

.row-offset-1 {
  grid-row-start: 2;
}

.col-2 {
  grid-column-end: span 2;
}

.col-offset-2 {
  grid-column-start: 3;
}

.row-2 {
  grid-row-end: span 2;
}

.row-offset-2 {
  grid-row-start: 3;
}

.col-3 {
  grid-column-end: span 3;
}

.col-offset-3 {
  grid-column-start: 4;
}

.row-3 {
  grid-row-end: span 3;
}

.row-offset-3 {
  grid-row-start: 4;
}

.col-4 {
  grid-column-end: span 4;
}

.col-offset-4 {
  grid-column-start: 5;
}

.row-4 {
  grid-row-end: span 4;
}

.row-offset-4 {
  grid-row-start: 5;
}

.col-5 {
  grid-column-end: span 5;
}

.col-offset-5 {
  grid-column-start: 6;
}

.row-5 {
  grid-row-end: span 5;
}

.row-offset-5 {
  grid-row-start: 6;
}

.col-6 {
  grid-column-end: span 6;
}

.col-offset-6 {
  grid-column-start: 7;
}

.row-6 {
  grid-row-end: span 6;
}

.row-offset-6 {
  grid-row-start: 7;
}

.col-7 {
  grid-column-end: span 7;
}

.col-offset-7 {
  grid-column-start: 8;
}

.row-7 {
  grid-row-end: span 7;
}

.row-offset-7 {
  grid-row-start: 8;
}

.col-8 {
  grid-column-end: span 8;
}

.col-offset-8 {
  grid-column-start: 9;
}

.row-8 {
  grid-row-end: span 8;
}

.row-offset-8 {
  grid-row-start: 9;
}

.col-9 {
  grid-column-end: span 9;
}

.col-offset-9 {
  grid-column-start: 10;
}

.row-9 {
  grid-row-end: span 9;
}

.row-offset-9 {
  grid-row-start: 10;
}

.col-10 {
  grid-column-end: span 10;
}

.col-offset-10 {
  grid-column-start: 11;
}

.row-10 {
  grid-row-end: span 10;
}

.row-offset-10 {
  grid-row-start: 11;
}

.col-11 {
  grid-column-end: span 11;
}

.col-offset-11 {
  grid-column-start: 12;
}

.row-11 {
  grid-row-end: span 11;
}

.row-offset-11 {
  grid-row-start: 12;
}

.col-12 {
  grid-column-end: span 12;
}

.col-offset-12 {
  grid-column-start: 13;
}

.row-12 {
  grid-row-end: span 12;
}

.row-offset-12 {
  grid-row-start: 13;
}

@media (min-width: 0px) {
  .col-tiny-1 {
    grid-column-end: span 1;
  }
  .col-offset-tiny-1 {
    grid-column-start: 2;
  }
  .row-tiny-1 {
    grid-row-end: span 1;
  }
  .row-offset-tiny-1 {
    grid-row-start: 2;
  }
  .col-tiny-2 {
    grid-column-end: span 2;
  }
  .col-offset-tiny-2 {
    grid-column-start: 3;
  }
  .row-tiny-2 {
    grid-row-end: span 2;
  }
  .row-offset-tiny-2 {
    grid-row-start: 3;
  }
  .col-tiny-3 {
    grid-column-end: span 3;
  }
  .col-offset-tiny-3 {
    grid-column-start: 4;
  }
  .row-tiny-3 {
    grid-row-end: span 3;
  }
  .row-offset-tiny-3 {
    grid-row-start: 4;
  }
  .col-tiny-4 {
    grid-column-end: span 4;
  }
  .col-offset-tiny-4 {
    grid-column-start: 5;
  }
  .row-tiny-4 {
    grid-row-end: span 4;
  }
  .row-offset-tiny-4 {
    grid-row-start: 5;
  }
  .col-tiny-5 {
    grid-column-end: span 5;
  }
  .col-offset-tiny-5 {
    grid-column-start: 6;
  }
  .row-tiny-5 {
    grid-row-end: span 5;
  }
  .row-offset-tiny-5 {
    grid-row-start: 6;
  }
  .col-tiny-6 {
    grid-column-end: span 6;
  }
  .col-offset-tiny-6 {
    grid-column-start: 7;
  }
  .row-tiny-6 {
    grid-row-end: span 6;
  }
  .row-offset-tiny-6 {
    grid-row-start: 7;
  }
  .col-tiny-7 {
    grid-column-end: span 7;
  }
  .col-offset-tiny-7 {
    grid-column-start: 8;
  }
  .row-tiny-7 {
    grid-row-end: span 7;
  }
  .row-offset-tiny-7 {
    grid-row-start: 8;
  }
  .col-tiny-8 {
    grid-column-end: span 8;
  }
  .col-offset-tiny-8 {
    grid-column-start: 9;
  }
  .row-tiny-8 {
    grid-row-end: span 8;
  }
  .row-offset-tiny-8 {
    grid-row-start: 9;
  }
  .col-tiny-9 {
    grid-column-end: span 9;
  }
  .col-offset-tiny-9 {
    grid-column-start: 10;
  }
  .row-tiny-9 {
    grid-row-end: span 9;
  }
  .row-offset-tiny-9 {
    grid-row-start: 10;
  }
  .col-tiny-10 {
    grid-column-end: span 10;
  }
  .col-offset-tiny-10 {
    grid-column-start: 11;
  }
  .row-tiny-10 {
    grid-row-end: span 10;
  }
  .row-offset-tiny-10 {
    grid-row-start: 11;
  }
  .col-tiny-11 {
    grid-column-end: span 11;
  }
  .col-offset-tiny-11 {
    grid-column-start: 12;
  }
  .row-tiny-11 {
    grid-row-end: span 11;
  }
  .row-offset-tiny-11 {
    grid-row-start: 12;
  }
  .col-tiny-12 {
    grid-column-end: span 12;
  }
  .col-offset-tiny-12 {
    grid-column-start: 13;
  }
  .row-tiny-12 {
    grid-row-end: span 12;
  }
  .row-offset-tiny-12 {
    grid-row-start: 13;
  }
}
@media (min-width: 768px) {
  .col-small-1 {
    grid-column-end: span 1;
  }
  .col-offset-small-1 {
    grid-column-start: 2;
  }
  .row-small-1 {
    grid-row-end: span 1;
  }
  .row-offset-small-1 {
    grid-row-start: 2;
  }
  .col-small-2 {
    grid-column-end: span 2;
  }
  .col-offset-small-2 {
    grid-column-start: 3;
  }
  .row-small-2 {
    grid-row-end: span 2;
  }
  .row-offset-small-2 {
    grid-row-start: 3;
  }
  .col-small-3 {
    grid-column-end: span 3;
  }
  .col-offset-small-3 {
    grid-column-start: 4;
  }
  .row-small-3 {
    grid-row-end: span 3;
  }
  .row-offset-small-3 {
    grid-row-start: 4;
  }
  .col-small-4 {
    grid-column-end: span 4;
  }
  .col-offset-small-4 {
    grid-column-start: 5;
  }
  .row-small-4 {
    grid-row-end: span 4;
  }
  .row-offset-small-4 {
    grid-row-start: 5;
  }
  .col-small-5 {
    grid-column-end: span 5;
  }
  .col-offset-small-5 {
    grid-column-start: 6;
  }
  .row-small-5 {
    grid-row-end: span 5;
  }
  .row-offset-small-5 {
    grid-row-start: 6;
  }
  .col-small-6 {
    grid-column-end: span 6;
  }
  .col-offset-small-6 {
    grid-column-start: 7;
  }
  .row-small-6 {
    grid-row-end: span 6;
  }
  .row-offset-small-6 {
    grid-row-start: 7;
  }
  .col-small-7 {
    grid-column-end: span 7;
  }
  .col-offset-small-7 {
    grid-column-start: 8;
  }
  .row-small-7 {
    grid-row-end: span 7;
  }
  .row-offset-small-7 {
    grid-row-start: 8;
  }
  .col-small-8 {
    grid-column-end: span 8;
  }
  .col-offset-small-8 {
    grid-column-start: 9;
  }
  .row-small-8 {
    grid-row-end: span 8;
  }
  .row-offset-small-8 {
    grid-row-start: 9;
  }
  .col-small-9 {
    grid-column-end: span 9;
  }
  .col-offset-small-9 {
    grid-column-start: 10;
  }
  .row-small-9 {
    grid-row-end: span 9;
  }
  .row-offset-small-9 {
    grid-row-start: 10;
  }
  .col-small-10 {
    grid-column-end: span 10;
  }
  .col-offset-small-10 {
    grid-column-start: 11;
  }
  .row-small-10 {
    grid-row-end: span 10;
  }
  .row-offset-small-10 {
    grid-row-start: 11;
  }
  .col-small-11 {
    grid-column-end: span 11;
  }
  .col-offset-small-11 {
    grid-column-start: 12;
  }
  .row-small-11 {
    grid-row-end: span 11;
  }
  .row-offset-small-11 {
    grid-row-start: 12;
  }
  .col-small-12 {
    grid-column-end: span 12;
  }
  .col-offset-small-12 {
    grid-column-start: 13;
  }
  .row-small-12 {
    grid-row-end: span 12;
  }
  .row-offset-small-12 {
    grid-row-start: 13;
  }
}
@media (min-width: 1024px) {
  .col-medium-1 {
    grid-column-end: span 1;
  }
  .col-offset-medium-1 {
    grid-column-start: 2;
  }
  .row-medium-1 {
    grid-row-end: span 1;
  }
  .row-offset-medium-1 {
    grid-row-start: 2;
  }
  .col-medium-2 {
    grid-column-end: span 2;
  }
  .col-offset-medium-2 {
    grid-column-start: 3;
  }
  .row-medium-2 {
    grid-row-end: span 2;
  }
  .row-offset-medium-2 {
    grid-row-start: 3;
  }
  .col-medium-3 {
    grid-column-end: span 3;
  }
  .col-offset-medium-3 {
    grid-column-start: 4;
  }
  .row-medium-3 {
    grid-row-end: span 3;
  }
  .row-offset-medium-3 {
    grid-row-start: 4;
  }
  .col-medium-4 {
    grid-column-end: span 4;
  }
  .col-offset-medium-4 {
    grid-column-start: 5;
  }
  .row-medium-4 {
    grid-row-end: span 4;
  }
  .row-offset-medium-4 {
    grid-row-start: 5;
  }
  .col-medium-5 {
    grid-column-end: span 5;
  }
  .col-offset-medium-5 {
    grid-column-start: 6;
  }
  .row-medium-5 {
    grid-row-end: span 5;
  }
  .row-offset-medium-5 {
    grid-row-start: 6;
  }
  .col-medium-6 {
    grid-column-end: span 6;
  }
  .col-offset-medium-6 {
    grid-column-start: 7;
  }
  .row-medium-6 {
    grid-row-end: span 6;
  }
  .row-offset-medium-6 {
    grid-row-start: 7;
  }
  .col-medium-7 {
    grid-column-end: span 7;
  }
  .col-offset-medium-7 {
    grid-column-start: 8;
  }
  .row-medium-7 {
    grid-row-end: span 7;
  }
  .row-offset-medium-7 {
    grid-row-start: 8;
  }
  .col-medium-8 {
    grid-column-end: span 8;
  }
  .col-offset-medium-8 {
    grid-column-start: 9;
  }
  .row-medium-8 {
    grid-row-end: span 8;
  }
  .row-offset-medium-8 {
    grid-row-start: 9;
  }
  .col-medium-9 {
    grid-column-end: span 9;
  }
  .col-offset-medium-9 {
    grid-column-start: 10;
  }
  .row-medium-9 {
    grid-row-end: span 9;
  }
  .row-offset-medium-9 {
    grid-row-start: 10;
  }
  .col-medium-10 {
    grid-column-end: span 10;
  }
  .col-offset-medium-10 {
    grid-column-start: 11;
  }
  .row-medium-10 {
    grid-row-end: span 10;
  }
  .row-offset-medium-10 {
    grid-row-start: 11;
  }
  .col-medium-11 {
    grid-column-end: span 11;
  }
  .col-offset-medium-11 {
    grid-column-start: 12;
  }
  .row-medium-11 {
    grid-row-end: span 11;
  }
  .row-offset-medium-11 {
    grid-row-start: 12;
  }
  .col-medium-12 {
    grid-column-end: span 12;
  }
  .col-offset-medium-12 {
    grid-column-start: 13;
  }
  .row-medium-12 {
    grid-row-end: span 12;
  }
  .row-offset-medium-12 {
    grid-row-start: 13;
  }
}
@media (min-width: 1280px) {
  .col-large-1 {
    grid-column-end: span 1;
  }
  .col-offset-large-1 {
    grid-column-start: 2;
  }
  .row-large-1 {
    grid-row-end: span 1;
  }
  .row-offset-large-1 {
    grid-row-start: 2;
  }
  .col-large-2 {
    grid-column-end: span 2;
  }
  .col-offset-large-2 {
    grid-column-start: 3;
  }
  .row-large-2 {
    grid-row-end: span 2;
  }
  .row-offset-large-2 {
    grid-row-start: 3;
  }
  .col-large-3 {
    grid-column-end: span 3;
  }
  .col-offset-large-3 {
    grid-column-start: 4;
  }
  .row-large-3 {
    grid-row-end: span 3;
  }
  .row-offset-large-3 {
    grid-row-start: 4;
  }
  .col-large-4 {
    grid-column-end: span 4;
  }
  .col-offset-large-4 {
    grid-column-start: 5;
  }
  .row-large-4 {
    grid-row-end: span 4;
  }
  .row-offset-large-4 {
    grid-row-start: 5;
  }
  .col-large-5 {
    grid-column-end: span 5;
  }
  .col-offset-large-5 {
    grid-column-start: 6;
  }
  .row-large-5 {
    grid-row-end: span 5;
  }
  .row-offset-large-5 {
    grid-row-start: 6;
  }
  .col-large-6 {
    grid-column-end: span 6;
  }
  .col-offset-large-6 {
    grid-column-start: 7;
  }
  .row-large-6 {
    grid-row-end: span 6;
  }
  .row-offset-large-6 {
    grid-row-start: 7;
  }
  .col-large-7 {
    grid-column-end: span 7;
  }
  .col-offset-large-7 {
    grid-column-start: 8;
  }
  .row-large-7 {
    grid-row-end: span 7;
  }
  .row-offset-large-7 {
    grid-row-start: 8;
  }
  .col-large-8 {
    grid-column-end: span 8;
  }
  .col-offset-large-8 {
    grid-column-start: 9;
  }
  .row-large-8 {
    grid-row-end: span 8;
  }
  .row-offset-large-8 {
    grid-row-start: 9;
  }
  .col-large-9 {
    grid-column-end: span 9;
  }
  .col-offset-large-9 {
    grid-column-start: 10;
  }
  .row-large-9 {
    grid-row-end: span 9;
  }
  .row-offset-large-9 {
    grid-row-start: 10;
  }
  .col-large-10 {
    grid-column-end: span 10;
  }
  .col-offset-large-10 {
    grid-column-start: 11;
  }
  .row-large-10 {
    grid-row-end: span 10;
  }
  .row-offset-large-10 {
    grid-row-start: 11;
  }
  .col-large-11 {
    grid-column-end: span 11;
  }
  .col-offset-large-11 {
    grid-column-start: 12;
  }
  .row-large-11 {
    grid-row-end: span 11;
  }
  .row-offset-large-11 {
    grid-row-start: 12;
  }
  .col-large-12 {
    grid-column-end: span 12;
  }
  .col-offset-large-12 {
    grid-column-start: 13;
  }
  .row-large-12 {
    grid-row-end: span 12;
  }
  .row-offset-large-12 {
    grid-row-start: 13;
  }
}
@media (min-width: 1366px) {
  .col-xlarge-1 {
    grid-column-end: span 1;
  }
  .col-offset-xlarge-1 {
    grid-column-start: 2;
  }
  .row-xlarge-1 {
    grid-row-end: span 1;
  }
  .row-offset-xlarge-1 {
    grid-row-start: 2;
  }
  .col-xlarge-2 {
    grid-column-end: span 2;
  }
  .col-offset-xlarge-2 {
    grid-column-start: 3;
  }
  .row-xlarge-2 {
    grid-row-end: span 2;
  }
  .row-offset-xlarge-2 {
    grid-row-start: 3;
  }
  .col-xlarge-3 {
    grid-column-end: span 3;
  }
  .col-offset-xlarge-3 {
    grid-column-start: 4;
  }
  .row-xlarge-3 {
    grid-row-end: span 3;
  }
  .row-offset-xlarge-3 {
    grid-row-start: 4;
  }
  .col-xlarge-4 {
    grid-column-end: span 4;
  }
  .col-offset-xlarge-4 {
    grid-column-start: 5;
  }
  .row-xlarge-4 {
    grid-row-end: span 4;
  }
  .row-offset-xlarge-4 {
    grid-row-start: 5;
  }
  .col-xlarge-5 {
    grid-column-end: span 5;
  }
  .col-offset-xlarge-5 {
    grid-column-start: 6;
  }
  .row-xlarge-5 {
    grid-row-end: span 5;
  }
  .row-offset-xlarge-5 {
    grid-row-start: 6;
  }
  .col-xlarge-6 {
    grid-column-end: span 6;
  }
  .col-offset-xlarge-6 {
    grid-column-start: 7;
  }
  .row-xlarge-6 {
    grid-row-end: span 6;
  }
  .row-offset-xlarge-6 {
    grid-row-start: 7;
  }
  .col-xlarge-7 {
    grid-column-end: span 7;
  }
  .col-offset-xlarge-7 {
    grid-column-start: 8;
  }
  .row-xlarge-7 {
    grid-row-end: span 7;
  }
  .row-offset-xlarge-7 {
    grid-row-start: 8;
  }
  .col-xlarge-8 {
    grid-column-end: span 8;
  }
  .col-offset-xlarge-8 {
    grid-column-start: 9;
  }
  .row-xlarge-8 {
    grid-row-end: span 8;
  }
  .row-offset-xlarge-8 {
    grid-row-start: 9;
  }
  .col-xlarge-9 {
    grid-column-end: span 9;
  }
  .col-offset-xlarge-9 {
    grid-column-start: 10;
  }
  .row-xlarge-9 {
    grid-row-end: span 9;
  }
  .row-offset-xlarge-9 {
    grid-row-start: 10;
  }
  .col-xlarge-10 {
    grid-column-end: span 10;
  }
  .col-offset-xlarge-10 {
    grid-column-start: 11;
  }
  .row-xlarge-10 {
    grid-row-end: span 10;
  }
  .row-offset-xlarge-10 {
    grid-row-start: 11;
  }
  .col-xlarge-11 {
    grid-column-end: span 11;
  }
  .col-offset-xlarge-11 {
    grid-column-start: 12;
  }
  .row-xlarge-11 {
    grid-row-end: span 11;
  }
  .row-offset-xlarge-11 {
    grid-row-start: 12;
  }
  .col-xlarge-12 {
    grid-column-end: span 12;
  }
  .col-offset-xlarge-12 {
    grid-column-start: 13;
  }
  .row-xlarge-12 {
    grid-row-end: span 12;
  }
  .row-offset-xlarge-12 {
    grid-row-start: 13;
  }
}
@media (min-width: 1600px) {
  .col-huge-1 {
    grid-column-end: span 1;
  }
  .col-offset-huge-1 {
    grid-column-start: 2;
  }
  .row-huge-1 {
    grid-row-end: span 1;
  }
  .row-offset-huge-1 {
    grid-row-start: 2;
  }
  .col-huge-2 {
    grid-column-end: span 2;
  }
  .col-offset-huge-2 {
    grid-column-start: 3;
  }
  .row-huge-2 {
    grid-row-end: span 2;
  }
  .row-offset-huge-2 {
    grid-row-start: 3;
  }
  .col-huge-3 {
    grid-column-end: span 3;
  }
  .col-offset-huge-3 {
    grid-column-start: 4;
  }
  .row-huge-3 {
    grid-row-end: span 3;
  }
  .row-offset-huge-3 {
    grid-row-start: 4;
  }
  .col-huge-4 {
    grid-column-end: span 4;
  }
  .col-offset-huge-4 {
    grid-column-start: 5;
  }
  .row-huge-4 {
    grid-row-end: span 4;
  }
  .row-offset-huge-4 {
    grid-row-start: 5;
  }
  .col-huge-5 {
    grid-column-end: span 5;
  }
  .col-offset-huge-5 {
    grid-column-start: 6;
  }
  .row-huge-5 {
    grid-row-end: span 5;
  }
  .row-offset-huge-5 {
    grid-row-start: 6;
  }
  .col-huge-6 {
    grid-column-end: span 6;
  }
  .col-offset-huge-6 {
    grid-column-start: 7;
  }
  .row-huge-6 {
    grid-row-end: span 6;
  }
  .row-offset-huge-6 {
    grid-row-start: 7;
  }
  .col-huge-7 {
    grid-column-end: span 7;
  }
  .col-offset-huge-7 {
    grid-column-start: 8;
  }
  .row-huge-7 {
    grid-row-end: span 7;
  }
  .row-offset-huge-7 {
    grid-row-start: 8;
  }
  .col-huge-8 {
    grid-column-end: span 8;
  }
  .col-offset-huge-8 {
    grid-column-start: 9;
  }
  .row-huge-8 {
    grid-row-end: span 8;
  }
  .row-offset-huge-8 {
    grid-row-start: 9;
  }
  .col-huge-9 {
    grid-column-end: span 9;
  }
  .col-offset-huge-9 {
    grid-column-start: 10;
  }
  .row-huge-9 {
    grid-row-end: span 9;
  }
  .row-offset-huge-9 {
    grid-row-start: 10;
  }
  .col-huge-10 {
    grid-column-end: span 10;
  }
  .col-offset-huge-10 {
    grid-column-start: 11;
  }
  .row-huge-10 {
    grid-row-end: span 10;
  }
  .row-offset-huge-10 {
    grid-row-start: 11;
  }
  .col-huge-11 {
    grid-column-end: span 11;
  }
  .col-offset-huge-11 {
    grid-column-start: 12;
  }
  .row-huge-11 {
    grid-row-end: span 11;
  }
  .row-offset-huge-11 {
    grid-row-start: 12;
  }
  .col-huge-12 {
    grid-column-end: span 12;
  }
  .col-offset-huge-12 {
    grid-column-start: 13;
  }
  .row-huge-12 {
    grid-row-end: span 12;
  }
  .row-offset-huge-12 {
    grid-row-start: 13;
  }
}
.cluster {
  border: 1px solid #E0E0E0;
  background: #E0E0E0;
  gap: 1px;
}
.cluster > div {
  background: #FFF;
}
.cluster .section {
  margin: 0;
}
.cluster .section .section-header {
  padding: 1em 1em 0 1em;
  margin: 0;
}
.cluster .section:not(:last-child) {
  border-bottom: 1px solid #E0E0E0;
}
.cluster .content-box {
  background: none;
  border: none;
  padding: 0;
}
.cluster .content-box .content-entry, .cluster .content-box .content-entry:first-child, .cluster .content-box .content-entry:last-child, .cluster .content-box .post, .cluster .content-box .new-post {
  padding: 1em;
  margin: 0;
}
.cluster .profile-details .profile-details-list .detail-item {
  padding: 0.5em 1em;
}
.cluster .tabs {
  margin-top: 0.5em;
}
.cluster .tabs:first-child {
  padding-left: 1em;
}

.page.no-padding .cluster {
  border-top: none;
}

:root {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --link-color: #0069B4;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  --accent: #0069B4;
  --secondary: #E0E0E0;
  --success: #00A651;
  --danger: #CB122E;
  --warning: #FFBB00;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  background: #F2F2F2;
  color: black;
  font-size: 14px;
  padding: 0;
  margin: 0;
  font-weight: 400;
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: var(--link-color);
}
a:hover {
  text-decoration: underline;
}

img {
  border: 0;
}

h1 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

h5 {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
}

h6 {
  margin: 0;
  font-size: 11px;
  font-weight: 600;
}

.bold {
  font-weight: 500;
}

code {
  color: #a33a3a;
  background-color: #ffe8e8;
  border: 1px solid #eed1d1;
  border-radius: 4px;
  padding: 2px 4px;
}

pre {
  color: #a33a3a;
  background-color: #ffe8e8;
  border: 1px solid #eed1d1;
  border-radius: 4px;
  padding: 0.5rem;
  margin: 0;
  overflow-x: auto;
  line-height: 1.5;
  white-space: pre-wrap;
}

blockquote {
  margin: 0 0 0.5em 0;
  padding-left: 0.8em;
  border-left: 4px solid #E0E0E0;
}

.profile-picture {
  display: block;
  position: relative;
  overflow: clip;
  border: 1px solid #252525;
  background: linear-gradient(#111, #050505);
  border-radius: 4px;
}
.profile-picture .pfp {
  width: auto;
  height: 100%;
  aspect-ratio: 1/1;
}

hr {
  border: 0;
  border-bottom: 1px solid #E0E0E0;
  height: 0;
  margin: 1em 0;
}

.flex {
  display: flex;
}

.emoji {
  display: inline;
  width: 24px;
  vertical-align: middle;
}

.debug-dialog {
  width: 800px;
}
.debug-dialog .tabcontent {
  scrollbar-width: none;
  overflow-y: auto;
  height: 400px;
}
.debug-dialog .tabcontent::-webkit-scrollbar {
  display: none;
}
.debug-dialog .tabcontent:hover {
  scrollbar-color: rgb(185.75, 185.75, 185.75) #E0E0E0;
  scrollbar-width: thin;
}
.debug-dialog .tabcontent:hover::-webkit-scrollbar {
  display: block;
}

.report-dialog {
  width: 440px;
}

dialog {
  z-index: 50000;
  color: black;
}

::backdrop {
  background: black;
  opacity: 0.6;
}

.userlink-container {
  display: inline-flex;
  text-wrap: auto;
  flex-wrap: wrap;
}
.content-entry-small .userlink-container {
  text-align: center;
  justify-content: center;
}
.userlink-container .userlink {
  display: inline-flex;
  flex-wrap: wrap;
  column-gap: 0.5ch;
  align-items: center;
  font-weight: 700;
}
.userlink-container .userlink .userlink-icon {
  height: 16px;
}
.userlink-container .userlink .userlink-handle {
  color: black;
  opacity: 50%;
  text-decoration: none;
  font-weight: normal;
}
.userlink-container .userlink:hover .userlink-name {
  text-decoration: underline;
}

ul.unstyled-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.star-rating-container {
  mask: url(#stars-mask);
  -webkit-mask: url(#stars-mask);
  height: 16px;
  width: 80px;
}

.clr-picker {
  background-color: #FFF !important;
  border: 1px solid #E0E0E0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
  border-radius: 8px;
}
.clr-picker input.clr-color {
  background-color: #FFF !important;
  color: black !important;
  border: 1px solid #E0E0E0 !important;
  border-radius: 6px;
}
.clr-picker input.clr-color:focus {
  border-color: var(--link-color) !important;
}

.banner {
  padding: 0.5rem 0.8rem;
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  margin-bottom: 0.5em;
  gap: 0.75em;
  background-repeat: repeat-x;
}
.banner.accent {
  color: #fff;
  background-color: rgb(0, 134.75, 231);
  background-image: linear-gradient(rgb(0, 112.4375, 192.75), rgb(0, 96.22, 169.8));
  border: 1px solid rgb(0, 82.6875, 141.75);
}
.banner.accent a {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.7);
}
.banner.secondary {
  color: #000;
  background-color: rgb(249.5, 249.5, 249.5);
  background-image: linear-gradient(rgb(230.375, 230.375, 230.375), rgb(218.9, 218.9, 218.9));
  border: 1px solid rgb(204.875, 204.875, 204.875);
}
.banner.secondary a {
  text-decoration: underline;
  color: #000;
}
.banner.success {
  color: #fff;
  background-color: rgb(0, 217, 105.8855421687);
  background-image: linear-gradient(rgb(0, 178.75, 87.2213855422), rgb(0, 155.8, 78.6195582329));
  border: 1px solid rgb(0, 127.75, 62.3358433735);
}
.banner.success a {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.7);
}
.banner.danger {
  color: #fff;
  background-color: rgb(235.6153846154, 36.3846153846, 66.5384615385);
  background-image: linear-gradient(rgb(214.7115384615, 19.0384615385, 48.6538461538), rgb(193.6307692308, 17.1692307692, 40.9358974359));
  border: 1px solid rgb(167.8653846154, 14.8846153846, 38.0384615385);
}
.banner.danger a {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.7);
}
.banner.warning {
  color: #000;
  background-color: rgb(255, 200.6, 51);
  background-image: linear-gradient(rgb(255, 190.4, 12.75), rgb(244.8, 183.6, 0));
  border: 1px solid rgb(216.75, 158.95, 0);
}
.banner.warning a {
  text-decoration: underline;
  color: #000;
}
.banner.full-screen {
  margin: 0;
  border-radius: 0;
}
.banner.full-screen .banner-text {
  margin: auto;
}

.button {
  padding: 0.6em 1em;
  text-align: center;
  color: white;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  font-weight: normal;
  line-height: 1em;
  user-select: none;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  background-repeat: repeat-x;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.button.accent {
  border: 1px solid rgb(0, 77.9625, 141.75);
  background-image: linear-gradient(rgb(0, 119.875, 205.5), rgb(0, 92.7, 154.5));
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  background-color: #0069B4;
  color: white;
}
.button.accent:hover {
  background-color: rgb(0, 134.75, 231);
  background-image: linear-gradient(rgb(0, 130.9, 231), rgb(0, 110.95, 190.2));
}
.button.accent:active {
  background-color: rgb(0, 90.125, 154.5);
  background-image: linear-gradient(rgb(0, 87.55, 154.5), rgb(0, 75.25, 129));
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.button.secondary {
  border: 1px solid rgb(204.875, 204.875, 204.875);
  background-image: linear-gradient(rgb(236.75, 236.75, 236.75), rgb(211.25, 211.25, 211.25));
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4);
  background-color: #E0E0E0;
  color: black;
}
.button.secondary:hover {
  background-color: rgb(249.5, 249.5, 249.5);
  background-image: linear-gradient(rgb(249.5, 249.5, 249.5), rgb(229.1, 229.1, 229.1));
}
.button.secondary:active {
  background-color: rgb(211.25, 211.25, 211.25);
  background-image: linear-gradient(rgb(211.25, 211.25, 211.25), rgb(198.5, 198.5, 198.5));
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.button.success {
  border: 1px solid rgb(0, 127.75, 66.5941767068);
  background-image: linear-gradient(rgb(0, 191.5, 93.4427710843), rgb(0, 140.5, 66.215562249));
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  background-color: #00A651;
  color: white;
}
.button.success:hover {
  background-color: rgb(0, 217, 105.8855421687);
  background-image: linear-gradient(rgb(0, 217, 109.5022088353), rgb(0, 176.2, 85.9771084337));
}
.button.success:active {
  background-color: rgb(0, 140.5, 68.5572289157);
  background-image: linear-gradient(rgb(0, 140.5, 70.8988955823), rgb(0, 115, 56.1144578313));
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.button.danger {
  border: 1px solid rgb(167.8653846154, 14.8846153846, 32.9391025641);
  background-image: linear-gradient(rgb(226.4230769231, 20.0769230769, 51.3076923077), rgb(179.5769230769, 15.9230769231, 43.4198717949));
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  background-color: #CB122E;
  color: white;
}
.button.danger:hover {
  background-color: rgb(235.6153846154, 36.3846153846, 66.5384615385);
  background-image: linear-gradient(rgb(235.6153846154, 36.3846153846, 63.2179487179), rgb(212.3692307692, 18.8307692308, 48.1230769231));
}
.button.danger:active {
  background-color: rgb(179.5769230769, 15.9230769231, 40.6923076923);
  background-image: linear-gradient(rgb(179.5769230769, 15.9230769231, 37.9647435897), rgb(156.1538461538, 13.8461538462, 35.3846153846));
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.button.warning {
  border: 1px solid rgb(216.75, 166.175, 0);
  background-image: linear-gradient(rgb(255, 193.8, 25.5), rgb(229.5, 164.475, 0));
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4);
  background-color: #FFBB00;
  color: black;
}
.button.warning:hover {
  background-color: rgb(255, 200.6, 51);
  background-image: linear-gradient(#ffcc33, rgb(255, 189.72, 10.2));
}
.button.warning:active {
  background-color: rgb(229.5, 168.3, 0);
  background-image: linear-gradient(rgb(229.5, 172.125, 0), rgb(204, 149.6, 0));
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.button:hover {
  text-decoration: none;
}
.button.no-padding {
  padding: 0;
  display: flex;
}
.button.toolbar {
  border: 1px solid hsl(0, 0%, -0.8333333333%);
  background-image: linear-gradient(rgb(29.75, 29.75, 29.75), rgb(4.25, 4.25, 4.25));
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  background-color: #111111;
  color: white;
}
.button.toolbar:hover {
  background-color: rgb(42.5, 42.5, 42.5);
  background-image: linear-gradient(rgb(42.5, 42.5, 42.5), rgb(22.1, 22.1, 22.1));
}
.button.toolbar:active {
  background-color: rgb(4.25, 4.25, 4.25);
  background-image: linear-gradient(rgb(4.25, 4.25, 4.25), hsl(0, 0%, -3.3333333333%));
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.button.button-caret {
  padding: 3px 4px;
}
.button.button-menu {
  display: inline-flex;
  gap: 0.5em;
}
.button.transparent {
  background: none;
}
.button.transparent:not(:hover):not(:active) {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0);
}
.button.small {
  font-size: 13px;
  padding: 0.5em 0.75em;
}
.button.large {
  font-size: 24px;
  padding: 0.75em 1.1em;
}
@media (min-width: 0px) {
  .button.button-login {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .button.button-login {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .button.button-login {
    width: inherit;
  }
}

input[type=file]::file-selector-button,
input[type=file]::-webkit-file-upload-button {
  padding: 0.6em 1em;
  text-align: center;
  color: white;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  font-weight: normal;
  line-height: 1em;
  user-select: none;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  background-repeat: repeat-x;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid rgb(204.875, 204.875, 204.875);
  background-image: linear-gradient(rgb(236.75, 236.75, 236.75), rgb(211.25, 211.25, 211.25));
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4);
  background-color: #E0E0E0;
  color: black;
}
input[type=file]::file-selector-button:hover,
input[type=file]::-webkit-file-upload-button:hover {
  background-color: rgb(249.5, 249.5, 249.5);
  background-image: linear-gradient(rgb(249.5, 249.5, 249.5), rgb(229.1, 229.1, 229.1));
}
input[type=file]::file-selector-button:active,
input[type=file]::-webkit-file-upload-button:active {
  background-color: rgb(211.25, 211.25, 211.25);
  background-image: linear-gradient(rgb(211.25, 211.25, 211.25), rgb(198.5, 198.5, 198.5));
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#debug-button {
  color: black;
  border-top: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
  border-top-left-radius: 4px;
  background: #FFF;
  cursor: pointer;
  padding: 2px 8px;
  right: 0;
  bottom: 0;
  position: fixed;
  text-decoration: none;
  z-index: 10;
}

.thumbnail {
  border-radius: 2px;
  border: 1px solid #E0E0E0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.content-grid {
  /* named like this to avoid conflicts with grid system */
  display: grid;
  gap: 5px;
  grid-auto-rows: minmax(135px, auto);
}
@media (min-width: 0px) {
  .content-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .content-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .content-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1280px) {
  .content-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.content-grid.content-grid-uploads {
  grid-auto-rows: minmax(auto, auto);
}
@media (min-width: 0px) {
  .content-grid.content-grid-uploads {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) {
  .content-grid.content-grid-uploads {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 1024px) {
  .content-grid.content-grid-uploads {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1280px) {
  .content-grid.content-grid-uploads {
    grid-template-columns: repeat(2, 1fr);
  }
}
.content-grid.content-grid-uploads .content-entry,
.content-grid.content-grid-uploads .content-entry:first-child {
  border: none;
  padding: 0.5em 0;
}
.content-grid.content-grid-users {
  grid-auto-rows: minmax(auto, auto);
}
@media (min-width: 0px) {
  .content-grid.content-grid-users {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .content-grid.content-grid-users {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .content-grid.content-grid-users {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1280px) {
  .content-grid.content-grid-users {
    grid-template-columns: repeat(4, 1fr);
  }
}
.content-grid.content-grid-users .content-entry,
.content-grid.content-grid-users .content-entry:first-child {
  border: none;
  padding: 0.5em 0;
}

.content-header {
  background: #E0E0E0;
  padding: 0.3em 0.5em;
  color: black;
  font-weight: 700;
}

.content-box {
  border: 1px solid #E0E0E0;
  background: #FFF;
  padding: 1em;
  overflow: hidden;
  word-break: break-word;
  border-radius: 4px;
  scrollbar-width: none;
  overflow-y: auto;
}
.content-box::-webkit-scrollbar {
  display: none;
}
.content-box:hover {
  scrollbar-color: rgb(185.75, 185.75, 185.75) #E0E0E0;
  scrollbar-width: thin;
}
.content-box:hover::-webkit-scrollbar {
  display: block;
}
.content-box.no-border-top {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.content-box.no-border-bottom-rounded {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.content-box.related-uploads {
  max-height: 800px;
  overflow-y: scroll;
}
.content-box.carousel {
  padding: 1em 0;
}
.content-box .section {
  margin-bottom: 0;
}
.content-box .section .section-header {
  margin-bottom: 1em;
}
.content-box .section:not(:last-child) {
  margin-bottom: 1em;
}
.content-box .content-entry {
  display: flex;
  padding: 1em 0;
  gap: 0.8em;
  border-bottom: 1px solid #E0E0E0;
}
.content-box .content-entry:first-child {
  padding-top: 0;
}
.content-box .content-entry:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.content-box .content-entry.centered {
  align-items: center;
}
.content-box .content-entry.index-user .content-info .content-title {
  font-weight: normal;
}
.content-box .content-entry.index-user .content-image.profile-picture {
  width: 48px;
  height: 48px;
}
.content-box .content-entry .content-info {
  flex-grow: 1;
}
.content-box .content-entry .content-info .content-title {
  font-size: 14px;
  font-weight: 700;
}
.content-box .content-entry .content-info .content-title-upload {
  font-weight: 700;
  display: flex;
}
.content-box .content-entry .content-info .content-title-upload .content-title-link {
  flex-grow: 1;
  font-size: 14px;
}
.content-box .content-entry .content-info .content-title-upload .content-rating {
  min-width: 80px;
}
.content-box .content-entry .content-info .content-title-upload .content-upload-edit-button {
  direction: rtl;
  min-width: 40px;
}
.content-box .content-entry .content-info .content-text {
  font-size: 13px;
}
.content-box .content-entry .content-info .content-author, .content-box .content-entry .content-info .content-detail, .content-box .content-entry .content-info .content-description {
  font-size: 11px;
}
.content-box .content-entry .content-info .content-description.clamp {
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.content-box .content-entry .content-thumbnail {
  display: flex;
  position: relative;
  height: fit-content;
}
.content-box .content-entry .content-thumbnail .content-thumbnail-badge-container {
  display: flex;
  position: absolute;
  bottom: 4px;
  right: 4px;
  gap: 2px;
}
.content-box .content-entry .content-thumbnail .content-thumbnail-badge-container .content-thumbnail-badge {
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(4px);
  height: 18px;
  padding: 0 2px;
  font-size: 13px;
  color: white;
}
.content-box .content-entry .content-thumbnail .content-thumbnail-badge-container .content-thumbnail-badge.timestamp {
  padding: 0 4px;
}
.content-box .content-entry .content-image {
  min-width: 50px;
  min-height: 50px;
  display: block;
}
@media (min-width: 0px) {
  .content-box .content-entry .content-image {
    width: 120px;
  }
}
@media (min-width: 768px) {
  .content-box .content-entry .content-image {
    width: 120px;
  }
}
@media (min-width: 1024px) {
  .content-box .content-entry .content-image {
    width: 120px;
  }
}
@media (min-width: 1280px) {
  .content-box .content-entry .content-image {
    width: 160px;
  }
}
@media (min-width: 1600px) {
  .content-box .content-entry .content-image {
    width: 175px;
  }
}
.content-box .content-entry .content-image.small {
  width: 100px;
}
@media (min-width: 0px) {
  .content-box .content-entry .content-image.profile-picture {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 768px) {
  .content-box .content-entry .content-image.profile-picture {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1024px) {
  .content-box .content-entry .content-image.profile-picture {
    width: 64px;
    height: 64px;
  }
}
@media (min-width: 1280px) {
  .content-box .content-entry .content-image.profile-picture {
    width: 64px;
    height: 64px;
  }
}
@media (min-width: 1600px) {
  .content-box .content-entry .content-image.profile-picture {
    width: 64px;
    height: 64px;
  }
}
.content-box .content-entry .content-image:hover {
  border-color: var(--link-color);
}
.content-box .content-entry-small {
  display: flex;
  flex-direction: column;
  max-height: 220px;
  text-align: center;
}
.content-box .content-entry-small .content-title {
  font-size: 12px;
  margin: auto;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
@media (min-width: 0px) {
  .content-box .content-entry-small .content-title {
    max-width: 140px;
  }
}
@media (min-width: 768px) {
  .content-box .content-entry-small .content-title {
    max-width: 120px;
  }
}
@media (min-width: 1024px) {
  .content-box .content-entry-small .content-title {
    max-width: 120px;
  }
}
@media (min-width: 1280px) {
  .content-box .content-entry-small .content-title {
    max-width: 140px;
  }
}
@media (min-width: 1600px) {
  .content-box .content-entry-small .content-title {
    max-width: 160px;
  }
}
.content-box .content-entry-small .content-author {
  font-size: 10px;
  margin: auto;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
@media (min-width: 0px) {
  .content-box .content-entry-small .content-author {
    max-width: 140px;
  }
}
@media (min-width: 768px) {
  .content-box .content-entry-small .content-author {
    max-width: 120px;
  }
}
@media (min-width: 1024px) {
  .content-box .content-entry-small .content-author {
    max-width: 120px;
  }
}
@media (min-width: 1280px) {
  .content-box .content-entry-small .content-author {
    max-width: 140px;
  }
}
@media (min-width: 1600px) {
  .content-box .content-entry-small .content-author {
    max-width: 160px;
  }
}
.content-box .content-entry-small .content-rating {
  align-self: center;
}
.content-box .content-entry-small .content-rating .icon {
  width: 12px;
  height: 12px;
  background-size: 12px;
}
.content-box .content-entry-small .content-image-container {
  /* Thumbnails used by grid thumbnails */
  display: table;
  text-align: center;
  margin: auto;
  height: 135px;
}
.content-box .content-entry-small .content-image-container .content-image-link {
  display: table-cell;
  vertical-align: middle;
}
.content-box .content-entry-small .content-image-container .content-image-link .content-image {
  max-height: 135px;
  margin: 2px auto;
}
@media (min-width: 0px) {
  .content-box .content-entry-small .content-image-container .content-image-link .content-image {
    max-width: 140px;
  }
}
@media (min-width: 768px) {
  .content-box .content-entry-small .content-image-container .content-image-link .content-image {
    max-width: 120px;
  }
}
@media (min-width: 1024px) {
  .content-box .content-entry-small .content-image-container .content-image-link .content-image {
    max-width: 120px;
  }
}
@media (min-width: 1280px) {
  .content-box .content-entry-small .content-image-container .content-image-link .content-image {
    max-width: 140px;
  }
}
@media (min-width: 1600px) {
  .content-box .content-entry-small .content-image-container .content-image-link .content-image {
    max-width: 160px;
  }
}
.content-box .content-entry-small .content-image-container .content-image-link .content-image:hover {
  border-color: var(--link-color);
}

.footer {
  margin: 1em 0;
  line-height: 1.35rem;
}
.footer .footer-container {
  color: #333;
  margin: auto;
  text-align: center;
}
.footer .footer-container .footer-powered-by {
  font-size: 14px;
}
.footer .footer-container .footer-links {
  display: inline-flex;
  justify-content: center;
  column-gap: 0.5em;
  flex-wrap: wrap;
  font-size: 13px;
}
.footer .footer-container .footer-copyright {
  font-size: 13px;
  opacity: 50%;
}

textarea,
input[type=text],
input[type=email],
input[type=password],
input[type=number] {
  border: 1px solid #E0E0E0;
  background-color: #FFF;
  color: black;
  transition: border-color linear 0.1s, box-shadow linear 0.2s;
  border-radius: 4px;
  padding: 0.5em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
textarea:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus {
  border-color: var(--link-color);
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px var(--link-color);
}

input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background-color: #FFF;
  border: 1px solid #E0E0E0;
  border-radius: 0;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  position: relative;
}
input[type=checkbox]:hover {
  border-color: #b9b9b9;
}
input[type=checkbox]:checked {
  border-color: #0069B4;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 8l3 3 5-6' stroke='%23555' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: linear-gradient(45deg, transparent 50%, black 50%), linear-gradient(-45deg, transparent 50%, black 50%), linear-gradient(to bottom, rgb(252.45, 252.45, 252.45) 0, rgb(242.25, 242.25, 242.25) 100%) #FFF;
  background-size: 4px 4px, 4px 4px, 100% 100%;
  background-repeat: no-repeat;
  background-position: right 14px top 13px, right 10px top 13px, 0 0;
  border: 1px solid rgb(204.875, 204.875, 204.875);
  border-radius: 4px;
  padding: 0 2em 0 0.75em;
  height: 32px;
  font: inherit;
  color: inherit;
  font-size: 14px;
  cursor: pointer;
}
select:hover {
  border-color: #adadad;
}

.form-input {
  margin-bottom: 1em;
}
.form-input:has(> input[type=checkbox]) {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.form-input label {
  display: flex;
  column-gap: 0.333em;
  flex-wrap: wrap;
  margin-bottom: 0.25em;
}
.form-input label span {
  opacity: 50%;
}

.form-submit {
  width: 100%;
}

.form-button-container {
  flex-grow: 1;
  text-align: right;
}

.form-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.form-image.edit-page {
  width: 100%;
  max-width: 240px;
}

.form-flex {
  display: flex;
  gap: 0.25em;
  align-items: center;
}

.header {
  position: sticky;
  top: 0;
  z-index: 2000;
  width: 100%;
  background: linear-gradient(to bottom, #222222, #151515);
  border-bottom: 1px solid #111111;
  color: white;
  height: 48px;
  display: flex;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.header .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 0px) {
  .header .header-container {
    margin: 0 1rem;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .header .header-container {
    margin: 0 1rem;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .header .header-container {
    margin: auto;
    width: 100%;
    margin-inline: auto;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) and (min-width: 0px) {
  .header .header-container {
    max-width: 95%;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .header .header-container {
    max-width: 752px;
    padding: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .header .header-container {
    max-width: 960px;
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  .header .header-container {
    max-width: 1152px;
  }
}
@media (min-width: 1024px) and (min-width: 1366px) {
  .header .header-container {
    max-width: 1280px;
  }
}
@media (min-width: 1024px) and (min-width: 1600px) {
  .header .header-container {
    max-width: 1440px;
  }
}
.header .header-container .header-hidden-links {
  margin-right: 0.5em;
}
@media (min-width: 0px) {
  .header .header-container .header-hidden-links {
    display: none;
  }
}
@media (min-width: 768px) {
  .header .header-container .header-hidden-links {
    display: none;
  }
}
@media (min-width: 1024px) {
  .header .header-container .header-hidden-links {
    display: flex;
  }
}

.header-main-links {
  gap: 1em;
  align-items: center;
}
@media (min-width: 0px) {
  .header-main-links {
    display: none;
  }
}
@media (min-width: 768px) {
  .header-main-links {
    display: none;
  }
}
@media (min-width: 1024px) {
  .header-main-links {
    display: flex;
  }
}

.header-main {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.header-links {
  display: flex;
  align-items: center;
}
.header-links .user-menu-container {
  direction: rtl;
}
[dir=rtl] .header-links .user-menu-container {
  direction: ltr;
}
.header-links .user-menu-container .user-menu-button {
  height: 48px;
  padding: 0 8px;
  direction: ltr;
  display: flex;
  align-items: center;
}
.header-links .user-menu-container .user-menu-button .icon:not(.menu-caret) {
  width: 24px;
  height: 24px;
  background-size: 24px;
}
.header-links .user-menu-container .user-menu-button:hover, .header-links .user-menu-container .user-menu-button.selected {
  cursor: pointer;
}
.header-links .user-menu-container .user-menu-button:hover {
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25) inset;
}
.header-links .user-menu-container .user-menu-button:active, .header-links .user-menu-container .user-menu-button.selected {
  background: rgba(255, 255, 255, 0.025);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.6) inset;
}
.header-links .user-menu-container .user-menu-button .user-menu-pfp {
  width: 32px;
  height: 32px;
}
.header-links .user-menu-container .user-menu-button .user-menu-caret-container {
  display: inline-block;
  opacity: 0.75;
  width: 16px;
  height: 16px;
}
.header-links .user-menu-container .user-menu-button .have-an-account {
  margin-right: 0.5ch;
}
@media (min-width: 0px) {
  .header-links .user-menu-container .user-menu-button .have-an-account {
    display: none;
  }
}
@media (min-width: 768px) {
  .header-links .user-menu-container .user-menu-button .have-an-account {
    display: inline;
  }
}
@media (min-width: 1024px) {
  .header-links .user-menu-container .user-menu-button .have-an-account {
    display: inline;
  }
}

.header-logo {
  margin-right: 0.6rem;
}
[dir=rtl] .header-logo {
  margin-right: 0;
  margin-left: 0.6rem;
}
.header-logo a {
  display: block;
  height: 32px;
}
.header-logo a:focus {
  outline: none;
}
.header-logo .logo {
  height: 32px;
}

.header-search {
  position: relative;
  display: none;
}
.header-search #header-search-button {
  position: absolute;
  right: 0;
  top: 1px;
  /* stupid hack */
  background: none;
  border: none;
  color: white;
  height: 32px;
  width: 40px;
}
[dir=rtl] .header-search #header-search-button {
  right: auto;
  left: 0;
}
.header-search #header-search-button .icon.search {
  width: 16px;
  height: 16px;
  background-size: 16px;
}
.header-search #header-search-button:hover {
  cursor: pointer;
}
.header-search #header-search-input {
  padding: 6px 10px;
  height: 32px;
  border-radius: 16px;
  transition: border 0.1s ease-in-out;
  border: 1px solid black;
  color: #eee;
  background: #5A5A5A;
  box-shadow: 0 1px 0 #333;
}
.header-search #header-search-input:focus {
  border-color: var(--link-color);
}
@media (min-width: 0px) {
  .header-search {
    display: block;
    width: 120px;
  }
  .header-search #header-search-input {
    width: 120px;
  }
}
@media (min-width: 768px) {
  .header-search {
    display: block;
    width: 240px;
  }
  .header-search #header-search-input {
    width: 240px;
  }
}
@media (min-width: 1024px) {
  .header-search {
    display: block;
    width: 300px;
  }
  .header-search #header-search-input {
    width: 300px;
  }
}
.header-search .form-button-container {
  display: inline;
}

.menulink {
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: white;
  opacity: 0.75;
  height: 48px;
  padding: 0 0.5em;
}
.menulink:hover {
  opacity: 1;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.05);
}
.menulink:active {
  opacity: 1;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.1);
}
.menulink .icon {
  width: 32px;
  height: 32px;
  background-size: 32px;
}
.menulink.hide-small {
  display: none;
}
@media (min-width: 0px) {
  .menulink.hide-small {
    display: none;
  }
}
@media (min-width: 768px) {
  .menulink.hide-small {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .menulink.hide-small {
    display: flex;
  }
}
.menulink.username {
  display: none;
}
@media (min-width: 1024px) {
  .menulink.username {
    display: inline;
  }
}

.menu#user-menu {
  color: black;
  border-top: none;
  top: 48px;
  border-radius: 0 0 8px 8px;
  min-width: 250px;
}
.menu#user-menu .user-menu-intro {
  padding: 0.5em 1em;
  display: flex;
  align-items: center;
  gap: 8px;
}
.menu#user-menu .user-menu-intro .user-menu-intro-left .profile-picture {
  width: 52px;
  height: 52px;
}
.menu#user-menu .user-menu-intro .user-menu-intro-right {
  overflow: hidden;
}
.menu#user-menu .user-menu-intro .user-menu-intro-right .user-menu-intro-name {
  font-weight: 600;
  font-size: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.menu#user-menu .user-menu-intro .user-menu-intro-right .user-menu-intro-stat {
  font-size: 13px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.menu#login-menu {
  color: black;
  border-top: none;
  top: 48px;
  border-radius: 0 0 8px 8px;
  min-width: 340px;
  padding: 1em;
}

.header-button {
  display: flex;
  /* stupid hack */
  margin-right: 0.25rem;
}
[dir=rtl] .header-button {
  margin-right: 0;
  margin-left: 0.25rem;
}

.subheader-container {
  background: linear-gradient(to bottom, #1a1a1a, #111);
  border-bottom: 1px #111111;
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
}
.subheader-container .subheader {
  margin: auto;
  display: flex;
  align-items: center;
  gap: 0.5em;
  width: 100%;
  margin-inline: auto;
  padding: 0 1em;
}
@media (min-width: 0px) {
  .subheader-container .subheader {
    max-width: 95%;
  }
}
@media (min-width: 768px) {
  .subheader-container .subheader {
    max-width: 752px;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .subheader-container .subheader {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .subheader-container .subheader {
    max-width: 1152px;
  }
}
@media (min-width: 1366px) {
  .subheader-container .subheader {
    max-width: 1280px;
  }
}
@media (min-width: 1600px) {
  .subheader-container .subheader {
    max-width: 1440px;
  }
}

.jumbotron.page-banner {
  background: #0069B4 var(--jumbotron) center;
  color: white;
  background-size: cover;
  text-shadow: 0 0.1em 0.25em rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 -7px 9px -7px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid #E0E0E0;
}
.jumbotron.page-banner h1,
.jumbotron.page-banner p {
  margin: 0;
}
.jumbotron.page-banner h1 {
  font-size: 20px;
}
@media (min-width: 0px) {
  .jumbotron.page-banner h1 {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .jumbotron.page-banner h1 {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .jumbotron.page-banner h1 {
    font-size: 20px;
  }
}
.jumbotron.page-banner.homepage {
  padding: 0;
}
.jumbotron.page-banner.homepage .jumbotron-container.homepage-logged-in {
  height: 100px;
}
.jumbotron.page-banner.homepage .jumbotron-container.homepage-logged-in .jumbotron-welcome {
  display: flex;
  align-items: center;
  gap: 1em;
}
@media (min-width: 0px) {
  .jumbotron.page-banner.homepage .jumbotron-container.homepage-logged-in .jumbotron-welcome .profile-picture {
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 768px) {
  .jumbotron.page-banner.homepage .jumbotron-container.homepage-logged-in .jumbotron-welcome .profile-picture {
    width: 64px;
    height: 64px;
  }
}
@media (min-width: 1024px) {
  .jumbotron.page-banner.homepage .jumbotron-container.homepage-logged-in .jumbotron-welcome .profile-picture {
    width: 72px;
    height: 72px;
  }
}
.jumbotron.page-banner.homepage .jumbotron-container.homepage-logged-out {
  height: 120px;
}
.jumbotron.page-banner.homepage .jumbotron-container.homepage-logged-out .jumbotron-welcome .jumbotron-slogan {
  line-height: 1.5em;
}
.jumbotron.page-banner.homepage .jumbotron-container.homepage-logged-out .jumbotron-welcome .jumbotron-slogan q {
  font-style: italic;
  font-synthesis: none;
}
@media (min-width: 0px) {
  .jumbotron.page-banner.homepage .jumbotron-container.homepage-logged-out .jumbotron-welcome .jumbotron-get-started {
    display: none;
  }
}
@media (min-width: 768px) {
  .jumbotron.page-banner.homepage .jumbotron-container.homepage-logged-out .jumbotron-welcome .jumbotron-get-started {
    display: flex;
    align-items: center;
    gap: 0.65em;
  }
}
@media (min-width: 1024px) {
  .jumbotron.page-banner.homepage .jumbotron-container.homepage-logged-out .jumbotron-welcome .jumbotron-get-started {
    display: flex;
    align-items: center;
    gap: 0.65em;
  }
}
.jumbotron.page-banner.homepage .jumbotron-container.homepage-logged-out .jumbotron-welcome .jumbotron-get-started span {
  font-family: "Caveat", cursive, sans-serif;
  font-size: 1.5em;
}
.jumbotron.page-banner .jumbotron-welcome {
  flex-grow: 1;
  line-height: 2.5em;
}
@media (min-width: 0px) {
  .jumbotron.profile-banner {
    background: #111 center no-repeat;
    background-size: cover;
    height: 100px;
  }
}
@media (min-width: 768px) {
  .jumbotron.profile-banner {
    background: #111 center no-repeat;
    background-size: cover;
    height: 200px;
  }
}
@media (min-width: 1024px) {
  .jumbotron.profile-banner {
    background: #111 center no-repeat;
    height: 300px;
  }
}
@media (min-width: 1280px) {
  .jumbotron.profile-banner {
    background: #111 center no-repeat;
    height: 300px;
  }
}
.jumbotron.profile-banner .jumbotron-container {
  padding-top: 48px;
}
@media (min-width: 1024px) {
  .jumbotron.profile-banner.sidebar-active {
    background-position-x: calc(50% + 90px);
  }
}
@media (min-width: 1280px) {
  .jumbotron.profile-banner.sidebar-active {
    background-position-x: calc(50% + 120px);
  }
}
.jumbotron .jumbotron-container {
  /* duplicate of the page class */
  display: flex;
  align-items: center;
  margin: auto;
  width: 100%;
  margin-inline: auto;
  padding: 0 1em;
}
@media (min-width: 0px) {
  .jumbotron .jumbotron-container {
    max-width: 95%;
  }
}
@media (min-width: 768px) {
  .jumbotron .jumbotron-container {
    max-width: 752px;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .jumbotron .jumbotron-container {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .jumbotron .jumbotron-container {
    max-width: 1152px;
  }
}
@media (min-width: 1366px) {
  .jumbotron .jumbotron-container {
    max-width: 1280px;
  }
}
@media (min-width: 1600px) {
  .jumbotron .jumbotron-container {
    max-width: 1440px;
  }
}
.jumbotron .jumbotron-right-container {
  text-align: right;
  height: inherit;
  display: flex;
}
@media (min-width: 0px) {
  .jumbotron .jumbotron-right-container {
    flex-direction: column-reverse;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .jumbotron .jumbotron-right-container {
    flex-direction: column-reverse;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .jumbotron .jumbotron-right-container {
    flex-direction: column;
    justify-content: space-between;
  }
}
.jumbotron .jumbotron-right-container .jumbotron-right-date {
  margin-top: 0.5rem;
  font-weight: normal;
}
@media (min-width: 0px) {
  .jumbotron .jumbotron-right-container .jumbotron-right-date {
    display: none;
  }
}
@media (min-width: 768px) {
  .jumbotron .jumbotron-right-container .jumbotron-right-date {
    display: none;
  }
}
@media (min-width: 1024px) {
  .jumbotron .jumbotron-right-container .jumbotron-right-date {
    display: inline;
  }
}

.menu {
  display: none;
  position: absolute;
  background-color: #FFF;
  border: 1px solid #E0E0E0;
  padding: 3px 0;
  min-width: 100px;
  z-index: 1999;
  width: 12rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font-weight: normal;
  text-align: left;
  direction: ltr;
}
[dir=rtl] .menu {
  text-align: right;
  direction: rtl;
}
.menu hr {
  border-color: #E0E0E0;
  margin: 0;
}
.menu .menu-item-button {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 0.5em 1em;
  color: rgba(0, 0, 0, 0.75);
  gap: 5px;
}
.menu .menu-item-button span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.menu .menu-item-button.small {
  font-size: 13px;
}
.menu .menu-item-button:hover {
  background: rgba(0, 0, 0, 0.05);
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.menu .menu-item-button:active {
  background: rgba(0, 0, 0, 0.1);
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.menu .menu-item-button .menu-item-profile-picture {
  width: 24px;
  height: 24px;
  min-width: 24px;
}

.menu-button .menu-caret-container {
  display: inline-block;
  opacity: 0.75;
  width: 16px;
  height: 16px;
}

.menu-upload-edit {
  min-width: 100px;
}

.pagination {
  /* because pagination looks weird with normal buttons */
  margin: 1em auto auto;
  display: flex;
  justify-content: center;
}
.pagination .pagination-item {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #E0E0E0;
  border-right: none;
  background: #FFF;
}
.pagination .pagination-item:first-child {
  border-radius: 4px 0 0 4px;
}
.pagination .pagination-item:last-child {
  border-right: 1px solid #E0E0E0;
  border-radius: 0 4px 4px 0;
}
.pagination .pagination-item:is(a) {
  color: #0069B4;
}
.pagination .pagination-item:is(a):hover {
  text-decoration: none;
  background-color: rgb(242.25, 242.25, 242.25);
}
.pagination .pagination-item:is(a):active {
  background-color: rgb(229.5, 229.5, 229.5);
}
.pagination .pagination-item.current {
  background: #0069B4;
  border: 1px solid rgb(0, 77.9625, 141.75);
  border-right: none;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}
.pagination .pagination-item.current:last-child {
  border-right: rgb(0, 77.9625, 141.75);
}
.pagination .pagination-item.ellipsis {
  color: #999999;
}

.post {
  margin: 1em 0;
  display: flex;
  gap: 0.8em;
  border-bottom: 1px solid #E0E0E0;
}
.post:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.post .profile-picture {
  width: 48px;
  height: 48px;
}
.post .post-body {
  flex: 1;
}
.post .post-body .post-author {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25em;
}
.post .post-body .post-author .comment-owner {
  background: #E0E0E0;
  border-radius: 4px;
  padding: 0 2px;
}
.post .post-body .post-author .post-timestamp {
  color: black;
  opacity: 50%;
  font-size: 11px;
}
.post .post-body .post-contents p {
  margin: 0.25em 0;
}
.post .post-body .post-contents p:first-child {
  margin-top: 0;
}
.post .post-body .post-contents p:last-child {
  margin-bottom: 0;
}
.post .post-body .post-contents .post-attachment {
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  width: 100%;
  max-width: 510px;
  max-height: 520px;
}
.post .post-body .post-actions {
  display: flex;
  gap: 0.5em;
}

.replies {
  border-left: 1px solid #E0E0E0;
  padding-left: 1em;
  margin-top: 1em;
}
.replies .post,
.replies .reply-form {
  border: none;
}
.replies .post .profile-picture,
.replies .reply-form .profile-picture {
  width: 32px;
  height: 32px;
}

.new-post,
.reply-form {
  display: flex;
  gap: 0.8em;
  /*
  #post_post_button,
  .submit-reply-button {
      margin-left: auto;
      display: block;
  }
  */
}
.new-post:not(:only-child):not(:only-of-type),
.reply-form:not(:only-child):not(:only-of-type) {
  padding-bottom: 1em;
  border-bottom: 1px solid #E0E0E0;
}
.new-post:not(:only-child):first-child:nth-last-child(2):not(:has(~ :not(.section-header))), .new-post:not(:only-child):last-child:nth-child(2):not(:has(~ :not(.section-header))),
.reply-form:not(:only-child):first-child:nth-last-child(2):not(:has(~ :not(.section-header))),
.reply-form:not(:only-child):last-child:nth-child(2):not(:has(~ :not(.section-header))) {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.new-post .profile-picture,
.reply-form .profile-picture {
  width: 48px;
  height: 48px;
}

.reply-form {
  margin-top: 1em;
}

.action-button {
  font-size: 11px;
  cursor: pointer;
}

#new-comment-form {
  display: none;
}

#new-post-form,
#new-comment-form,
.new-reply-form {
  flex: 1;
}

.new-post-bottom {
  display: flex;
  margin-bottom: 0.5em;
}

.post-form-error {
  flex-grow: 1;
}

#new-comment-button, #new-post-button {
  background: #FFF;
  color: black;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  padding: 0.5rem;
  width: 100%;
  cursor: pointer;
  flex: 1;
}

.new-post-buttons {
  display: flex;
  gap: 0.2em;
}

.section {
  margin-bottom: 1em;
}
.section .section-header {
  margin-bottom: 0.5em;
}
.section .section-header .section-header-crumbs ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.section .section-header .section-header-crumbs li {
  display: inline-block;
  font-size: 20px;
  color: black;
  font-weight: 600;
}
.section .section-header .section-header-crumbs li a {
  color: black;
}
.section .section-header .section-header-crumbs li:not(:last-child) a:after {
  font-weight: normal;
  display: inline-block;
  content: "/";
  opacity: 50%;
  padding: 0 3px 0 9px;
}
.section .section-header.flex {
  display: flex;
  align-items: baseline;
}
.section .section-header.flex .section-header-left {
  flex-grow: 1;
  display: flex;
  align-items: baseline;
  column-gap: 0.5em;
  flex-wrap: wrap;
}
.section .section-header.flex .section-header-left .section-desc {
  opacity: 50%;
}

#hamburger {
  background: #191919;
  border-right: 1px solid #111111;
  top: 48px;
  left: -250px;
  position: fixed;
  z-index: 2000;
  padding: 1em 0;
  height: calc(100vh - 48px);
  box-shadow: 1px 0 6px rgba(0, 0, 0, 0.15);
  display: block;
  overflow-y: scroll;
  scrollbar-width: none;
  overflow-y: auto;
  transition: left 0.25s cubic-bezier(0.33, 1, 0.68, 1), right 0.25s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (min-width: 0px) {
  #hamburger {
    width: 200px;
  }
}
@media (min-width: 768px) {
  #hamburger {
    width: 225px;
  }
}
@media (min-width: 1024px) {
  #hamburger {
    width: 250px;
  }
}
#hamburger::-webkit-scrollbar {
  display: none;
}
#hamburger:hover {
  scrollbar-color: rgb(185.75, 185.75, 185.75) #E0E0E0;
  scrollbar-width: thin;
}
#hamburger:hover::-webkit-scrollbar {
  display: block;
}
@media (prefers-reduced-motion) {
  #hamburger {
    transition: none;
  }
}
#hamburger.active {
  left: 0;
}
[dir=rtl] #hamburger {
  left: auto;
  right: -250px;
}
[dir=rtl] #hamburger.active {
  right: 0;
}

/* this was gonna be flex-grid but i'm pretty sure this is only 
    gonna be used as the sidebar container so whatever */
@media (min-width: 768px) {
  .sidebar-page-grid {
    display: block;
  }
}
@media (min-width: 1024px) {
  .sidebar-page-grid {
    display: flex;
  }
  .sidebar-page-grid .content {
    flex-grow: 1;
  }
}

.sidebar-container {
  display: none;
  flex: 0 0 auto;
}
@media (min-width: 1024px) {
  .sidebar-container {
    width: 180px;
  }
}
@media (min-width: 1280px) {
  .sidebar-container {
    width: 240px;
  }
}
@media (min-width: 0px) {
  .sidebar-container.active {
    display: none;
  }
}
@media (min-width: 768px) {
  .sidebar-container.active {
    display: none;
  }
}
@media (min-width: 1024px) {
  .sidebar-container.active {
    display: block;
  }
}
@media (min-width: 1280px) {
  .sidebar-container.active {
    display: block;
  }
}

.sidebar {
  scrollbar-width: none;
  overflow-y: auto;
  max-height: 100vh;
  position: sticky;
  top: 58px;
  margin-right: 1em;
}
.sidebar::-webkit-scrollbar {
  display: none;
}
.sidebar:hover {
  scrollbar-color: rgb(185.75, 185.75, 185.75) #E0E0E0;
  scrollbar-width: thin;
}
.sidebar:hover::-webkit-scrollbar {
  display: block;
}
.sidebar.with-jumbotron {
  margin-bottom: -149px;
}
.sidebar.user-custom-profile {
  margin-top: calc(-350px - 5rem);
  background: #FFF;
  border: 1px solid #E0E0E0;
  padding: 1em 0;
  border-radius: 4px;
}

.page.no-padding .sidebar:not(.user-custom-profile) {
  margin-top: 1em;
}

.hamburger .list,
.sidebar .list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hamburger .list .list-header,
.sidebar .list .list-header {
  margin-top: 0.9em;
  display: block;
  padding: 0.5em 1em;
  color: rgba(0, 0, 0, 0.66);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}
.hamburger .list .list-link .list-link-profile-picture,
.sidebar .list .list-link .list-link-profile-picture {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 2px;
}
.hamburger .list .list-link a,
.sidebar .list .list-link a {
  display: flex;
  padding: 0.5em 1em;
  color: rgba(0, 0, 0, 0.75);
  align-items: center;
  gap: 0.5em;
}
.hamburger .list .list-link a:hover,
.sidebar .list .list-link a:hover {
  background: rgba(0, 0, 0, 0.05);
  color: black;
  text-decoration: none;
}
.hamburger .list .list-link a:active, .hamburger .list .list-link a.selected,
.sidebar .list .list-link a:active,
.sidebar .list .list-link a.selected {
  background: rgba(0, 0, 0, 0.1);
  color: black;
  text-decoration: none;
}

.hamburger .list .list-header,
.hamburger .list .list-link a {
  color: rgba(255, 255, 255, 0.66);
}
.hamburger .list .list-link a:hover, .hamburger .list .list-link a:active, .hamburger .list .list-link a.selected {
  color: white;
}

table.styled {
  width: 100%;
  border: 1px solid #E0E0E0;
  border-spacing: 0;
  border-collapse: collapse;
}
table.styled tbody {
  margin: 0;
}
table.styled tr {
  border: 1px solid #E0E0E0;
  background: #FFF;
}
table.styled tr.table-header {
  background: rgb(236.75, 236.75, 236.75);
  background-image: linear-gradient(rgb(243.125, 243.125, 243.125), rgb(230.375, 230.375, 230.375));
}
table.styled tr.table-header th {
  padding: 0.2rem 0.3rem;
  text-align: left;
  border: 1px solid #E0E0E0;
  font-weight: 500;
}
table.styled td {
  border: 1px solid #E0E0E0;
  padding: 0.3rem;
}

.tabcontent {
  display: none;
}

.tabs {
  border-bottom: 1px solid #E0E0E0;
  display: flex;
}

.tablink {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  margin-bottom: -1px;
  border-radius: 4px 4px 0 0;
  color: var(--link-color);
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0);
  text-align: center;
}
@media (min-width: 0px) {
  .tablink {
    padding: 6px 0;
    flex: 1;
  }
}
@media (min-width: 768px) {
  .tablink {
    padding: 6px 16px;
    flex: none;
  }
  .tablink.has-icon {
    padding: 4.5px 14px 4.5px 12px;
  }
}
@media (min-width: 1024px) {
  .tablink {
    padding: 6px 16px;
    flex: none;
  }
  .tablink.has-icon {
    padding: 4.5px 14px 4.5px 12px;
  }
}
.tablink.has-icon {
  display: flex;
  align-items: center;
  gap: 4px;
}
.tablink:hover {
  background-color: rgb(229.25, 229.25, 229.25);
  text-decoration: none;
}
.tablink:active {
  background-color: rgb(216.5, 216.5, 216.5);
}
.tablink.active {
  background-color: #FFF;
  border: 1px solid #E0E0E0;
  border-bottom: none;
  color: black;
  font-weight: 700;
}
.tablink:focus {
  outline: none;
}

.text-accent {
  color: #0069B4;
}

.text-secondary {
  color: #E0E0E0;
}

.text-success {
  color: #00A651;
}

.text-danger {
  color: #CB122E;
}

.text-warning {
  color: #FFBB00;
}

.text-faded {
  opacity: 50%;
}

.tooltip {
  position: fixed;
  padding: 4px 8px;
  font-size: 13px;
  border-radius: 4px;
  white-space: nowrap;
  pointer-events: none;
  z-index: 10001;
  opacity: 0;
  transition: opacity 0.2s ease-out;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: linear-gradient(#333, #222);
  color: #fff;
}
.tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #222;
}

.inviteKeyGenerationForm {
  text-align: center;
}

.admin-user-buttons {
  display: flex;
  gap: 0.3333em;
}

.admin-user-actions {
  text-align: center;
}

.admin-form-select {
  flex-grow: 1;
}

.admin-form-search {
  display: flex;
  gap: 0.35em;
}

.content-entry.admin-entry {
  align-items: center;
}
.content-entry.admin-entry .content-description {
  margin-bottom: 0.75em;
}

#previewContainer {
  display: flex;
  gap: 1em;
  align-items: center;
}

#themePreview {
  flex: 1;
  min-width: 200px;
  max-width: 400px;
}

#skinName {
  font-size: 16px;
}

#skinAuthor {
  font-size: 11px;
  opacity: 0.5;
  margin-bottom: 1em;
}

#themeName {
  font-size: 15px;
}

#themeAuthor {
  font-size: 11px;
  opacity: 0.5;
}

body.login {
  background: #333 var(--background);
  background-size: cover;
  background-position: center;
}
body.login .page {
  display: flex;
  align-items: center;
  height: calc(100vh - 48px);
  justify-content: center;
  padding: 0 5em;
}
body.login .page .page-login {
  width: 350px;
}
body.login .page .page-login:has(.register) {
  width: 332px;
}
body.login .section-header {
  color: white;
  text-shadow: 0 0.1em 0.25em rgba(0, 0, 0, 0.75);
}

.login-text {
  font-size: 13px;
}
.login-text.login-footer {
  margin: 0.8em 0 0 0;
  font-size: 13px;
  text-align: center;
  text-shadow: 0 0.1em 0.25em rgba(0, 0, 0, 0.75);
  color: white;
}
.login-text.login-footer a {
  color: white;
}

@media (min-width: 0px) {
  .login-bottom {
    display: block;
  }
  .login-bottom .login-text {
    margin: 1em 0;
  }
}
@media (min-width: 1024px) {
  .login-bottom {
    display: flex;
    align-items: center;
  }
  .login-bottom .login-text {
    margin: 0;
    width: 100%;
  }
}

.col-login-info {
  display: flex;
  height: 100%;
}
@media (min-width: 0px) {
  .col-login-info {
    flex-direction: column-reverse;
    border-top: 1px solid #E0E0E0;
    border-left: 0;
    padding-left: 0;
    margin-top: 1em;
  }
}
@media (min-width: 1024px) {
  .col-login-info {
    flex-direction: column;
    border-top: 0;
    border-left: 1px solid #E0E0E0;
    padding-left: 2em;
    margin-top: 0;
  }
}

.login-currently-logged-in {
  display: flex;
  gap: 1em;
  align-items: center;
}
.login-currently-logged-in .login-currently-logged-in-other-accs {
  font-size: 13px;
}
.login-currently-logged-in .login-pfp {
  width: 50px;
  height: 50px;
}
.login-currently-logged-in .login-pfp .profile-picture {
  width: 50px;
  height: 50px;
}

@media (min-width: 0px) {
  .container.has-profile-banner.user, .container.has-profile-banner.read {
    margin-top: -1.25rem;
  }
}
@media (min-width: 768px) {
  .container.has-profile-banner.user, .container.has-profile-banner.read {
    margin-top: -2.5rem;
  }
}
@media (min-width: 1024px) {
  .container.has-profile-banner.user, .container.has-profile-banner.read {
    margin-top: -5rem;
  }
}
@media (min-width: 1280px) {
  .container.has-profile-banner.user, .container.has-profile-banner.read {
    margin-top: -5rem;
  }
}

.container.user, .container.read {
  margin-top: 1em;
}

.profile-box {
  display: flex;
  align-items: center;
  gap: 0.75em;
}
.profile-box.centered {
  text-align: center;
}
.profile-box h1 {
  margin: 0;
  font-size: 14px;
}
.profile-box .profile-box-pfp {
  width: 64px;
  height: 64px;
}
.profile-box .profile-box-pfp.small {
  width: 42.6666666667px;
  height: 42.6666666667px;
}
.profile-box .profile-box-pfp.small .profile-picture {
  width: 42.6666666667px;
  height: 42.6666666667px;
}
.profile-box .profile-box-pfp .profile-picture {
  width: 64px;
  height: 64px;
}
.profile-box .profile-box-info {
  flex-grow: 1;
}
.profile-box .profile-box-info .profile-box-username {
  display: flex;
  gap: 0.25em;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
}
.profile-box .profile-box-info .profile-box-icon {
  height: 16px;
}

.profile-about p:first-of-type {
  margin-top: 0%;
}
.profile-about p:last-of-type {
  margin-bottom: 0em;
}
.profile-about hr {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.profile-details hr {
  margin: 0.5em 0;
}
.profile-details .profile-details-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.profile-details .profile-details-list .detail-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E0E0E0;
  padding: 0.5em 0;
}
.profile-details .profile-details-list .detail-item:first-child {
  padding-top: 0;
}
.profile-details .profile-details-list .detail-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.profile-details .profile-details-list .detail-value {
  text-align: right;
}

.profile-edit-container {
  background: #262b32;
  box-shadow: inset 0 -7px 9px -7px rgba(0, 0, 0, 0.5);
  height: 180px;
  max-height: 0px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.66s cubic-bezier(0.23, 1, 0.32, 1);
}
.profile-edit-container .profile-edit {
  margin-top: 1em;
  width: 100%;
  margin-inline: auto;
  padding: 0 1em;
}
@media (min-width: 0px) {
  .profile-edit-container .profile-edit {
    max-width: 95%;
  }
}
@media (min-width: 768px) {
  .profile-edit-container .profile-edit {
    max-width: 752px;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .profile-edit-container .profile-edit {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .profile-edit-container .profile-edit {
    max-width: 1152px;
  }
}
@media (min-width: 1366px) {
  .profile-edit-container .profile-edit {
    max-width: 1280px;
  }
}
@media (min-width: 1600px) {
  .profile-edit-container .profile-edit {
    max-width: 1440px;
  }
}

#settings-banner-preview {
  background: #111 center no-repeat;
  border: 1px solid #E0E0E0;
  padding: 1em;
  height: 300px;
  display: flex;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

#dropZone {
  border: 2px dashed #E0E0E0;
  border-radius: 4px;
  height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 1em;
}

.container.edit .section .content-box .grid {
  align-items: center;
}

.img-version {
  height: 3em;
}

.upload-container {
  text-align: center;
  background: #FFF;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
}
.upload-container .img-upload {
  padding: 1rem;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.25));
}
.upload-container .plyr {
  border-radius: 4px;
}

.watch-box {
  background: #FFF;
  border: 1px solid #E0E0E0;
  padding: 1em;
  border-radius: 4px;
  overflow: hidden;
  word-break: break-word;
}
.watch-box .section {
  margin: 0;
}
.watch-box .watch-box-title .section-header {
  margin: 0;
}
.watch-box .watch-box-title .watch-box-below-title {
  font-size: 13px;
}
.watch-box .watch-box-title .watch-box-below-title .watch-box-below-title-featured {
  background-image: linear-gradient(#FFBB00, rgb(242.25, 173.6125, 0));
  color: transparent;
  background-clip: text;
}
.watch-box .watch-box-description {
  margin: 0 auto;
  word-wrap: break-word;
}
.watch-box .watch-box-description .watch-box-description-info-small {
  font-size: 13px;
}
.watch-box .watch-box-row {
  display: flex;
  align-items: center;
}
.watch-box .watch-box-row .watch-box-right {
  text-align: right;
}
.watch-box .watch-box-row .watch-box-right .watch-box-views {
  font-size: 16px;
}
.watch-box .watch-box-row .watch-box-right .watch-box-ratings-number {
  font-size: 11px;
  opacity: 50%;
}
.watch-box .watch-box-row .watch-box-left {
  /* author and upload date. */
  display: flex;
  align-items: center;
  gap: 0.8em;
  flex-grow: 1;
}
.watch-box .watch-box-row .watch-box-left .watch-box-profile-picture {
  width: 50px;
  height: 50px;
}
.watch-box .watch-box-row .watch-box-left .watch-box-author {
  display: flex;
  justify-content: center;
  flex-flow: column;
  height: 50px;
}
.watch-box .watch-box-row .watch-box-left .watch-box-author .watch-box-author-userlink {
  font-size: 14px;
}
.watch-box .watch-box-row .watch-box-left .watch-box-author #follower_count {
  font-size: 13px;
}
.watch-box .watch-box-row .watch-box-left .watch-box-author .watch-box-followers-logged-out {
  font-size: 11px;
}
.watch-box .watch-box-row .watch-box-left .watch-box-author .watch-box-followers-logged-out {
  opacity: 50%;
}

.goanna dialog {
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
