/* Application styles */
/* Reset */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, 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;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* 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 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */
[type="search"]::-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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}
[data-tippy-root]{max-width:calc(100vw - 10px)}
.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}
.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}
.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}
.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}
.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}
.tippy-box[data-placement^=left]>.tippy-arrow{right:0}
.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}
.tippy-box[data-placement^=right]>.tippy-arrow{left:0}
.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}
.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}
.tippy-arrow{width:16px;height:16px;color:#333}
.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}
.tippy-content{position:relative;padding:5px 9px;z-index:1}
/* Dependencies */
:root {
  --color--black-500: #000f08;
  --color--black-700: #0a0a0a;
  --color--black-900: #000000;

  --color--blue-100: #6c9fdf;
  --color--blue-500: #253d5b;
  --color--blue-900: #15273e;

  --color--gray-50: #f3f6fa;
  --color--gray-100: #d9e3ee;
  --color--gray-500: #8fa5be;
  --color--gray-700: #3a3a3a;
  --color--gray-800: #2a2a2a;
  --color--gray-900: #1a1a1a;

  --color--green-100: #dcecdc;
  --color--green-500: #b8d5b8;
  --color--green-900: #8aa48a;

  --color--purple-100: #f0dff6;
  --color--purple-500: #d7c4de;
  --color--purple-900: #ae8fba;

  --color--red-100: #ffbec0;
  --color--red-500: #e5383e;
  --color--red-900: #a61f23;

  --color--orange-100: #ffb464;
  --color--orange-500: #ff8c32;
  --color--orange-900: #d9691a;

  --color--white-500: #ffffff;

  --color--primary-base: var(--color--blue-500);
  --color--primary-dark: var(--color--blue-900);
  --color--primary-light: var(--color--blue-100);

  --color--ui-danger-light: var(--color--red-100);
  --color--ui-danger-base: var(--color--red-500);
  --color--ui-danger-dark: var(--color--red-900);
  --color--ui-success-light: var(--color--green-100);
  --color--ui-success-base: var(--color--green-500);
  --color--ui-success-dark: var(--color--green-900);

  /* Badge Colors */
  --color--badge-background: var(--color--red-500);
  --color--badge-border: var(--color--red-900);

  /* Badge Sizing */
  --badge-size: 10px;
  --badge-offset: -2px;

  /* Notification Indicator Colors */
  --color--notification-indicator: #60a5fa;
  --color--notification-background: rgba(96, 165, 250, 0.1);

  --font-size--50: 0.875rem;
  --font-size--100: 1rem;
  --font-size--200: 1.25rem;
  --font-size--300: 1.5rem;
  --font-size--400: 2.25rem;
  --font-size--500: 3.75rem;

  --font-size--body: var(--font-size--100);
  --font-size--small: var(--font-size--50);
  --font-size--ui: var(--font-size--100);
  --font-size--section-title: var(--font-size--200);
  --font-size--subheader: var(--font-size--300);
  --font-size--header: var(--font-size--400);
  --font-size--display: var(--font-size--500);

  --font-weight--normal: 400;
  --font-weight--bold: 700;

  --font-family--body: system-ui, "Arial", "Helvetica", sans-serif;

  --line-height--base: 1.5;
  --line-height--tight: 1.2;

  --border-radius--small: 0.25rem;
  --border-radius--base: 0.5rem;
  --border-radius--large: 1.5rem;
  --border-radius--pill: 4rem;
  --border-radius--circle: 100%;

  --border-width--base: 1px;
  --border-width--medium: 2px;
  --border-width--thick: 4px;

  --border--base: var(--border-width--base) solid var(--color--primary-light);
  --border--light: var(--border-width--base) solid var(--color--gray-500);
  --border--dark: var(--border-width--base) solid var(--color--primary-base);

  --container--base: 50rem;
  --container--large: 85rem;

  --space--xx-small: 0.25rem;
  --space--x-small: 0.5rem;
  --space--small: 0.75rem;
  --space--base: 1rem;
  --space--medium: 1.5rem;
  --space--large: 2rem;
  --space--x-large: 3rem;
  --space--xx-large: 4rem;
  --space--scroll-padding: 6rem;

  --transition-duration--base: 0.2s;
  --transition-timing--base: ease-in-out;

  --z-index--basement: -999999;
  --z-index--base: 1;
  --z-index--layout: 1000;
  --z-index--modal: 4000;
  --z-index--ceiling: 999999;
}
/* Base */
@media screen and (prefers-reduced-motion: no-preference) {
html {
    scroll-behavior: smooth;
}
  }
.button {
  align-items: center;
  border: var(--border-width--base) solid transparent;
  border-radius: var(--border-radius--base);
  cursor: pointer;
  display: flex;
  font-weight: var(--font-weight--bold);
  font-size: var(--font-size--ui);
  gap: var(--space--x-small);
  justify-content: center;
  line-height: 1;
  padding: var(--space--small) var(--space--medium);
  text-align: center;
  text-decoration: none;
  transition-duration: var(--transition-duration--base);
  transition-property: background-color, color;
  transition-timing-function: var(--transition-timing--base);
}
.button:focus-visible {
    outline: var(--border-width--thick) solid var(--color--primary-base);
    outline-offset: 2px;
  }
.button--primary {
  background-color: var(--color--white-500);
  color: var(--color--text-inverse);
}
.button--primary:hover,.button--primary:focus-visible {
    background-color: var(--color--accent-base);
    color: var(--color--white-500);
  }
.button--secondary {
  background-color: transparent;
  border-color: var(--color--white-500);
  color: var(--color--white-500);
}
.button--secondary:hover,.button--secondary:focus-visible {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: var(--color--accent-base);
    color: var(--color--accent-light);
  }
.button--patreon {
  background-color: transparent;
  border-color: var(--color--tag-border);
  color: var(--color--text-secondary);
}
.button--patreon:hover,.button--patreon:focus-visible {
    background-color: var(--color--tag-background);
    border-color: var(--color--accent-base);
    color: var(--color--accent-light);
  }
.button--remove {
  background-color: transparent;
  border: none;
  color: var(--color--text-muted);
}
.button--remove:hover,.button--remove:focus-visible {
    color: var(--color--accent-light);
  }
.button:disabled {
  cursor: not-allowed;
}
.button--small {
  padding: var(--space--x-small) var(--space--base);
  font-size: var(--font-size--small);
}
.button--inline {
  display: inline-block;
}
.button--danger {
  background-color: transparent;
  border-color: var(--color--white-500);
  color: var(--color--white-500);
}
.button--danger:hover,.button--danger:focus-visible {
    background-color: var(--color--red-900);
    color: var(--color--white-500);
  }
.button--follow {
  background-color: var(--color--accent-dark);
  color: var(--color--white-500);
}
.button--follow:hover,.button--follow:focus-visible {
    background-color: var(--color--accent-base);
    color: var(--color--white-500);
  }
.button--following {
  background-color: var(--color--background-light);
  color: var(--color--white-500);
}
.button--following:hover,.button--following:focus-visible {
    background-color: var(--color--accent-base);
    color: var(--color--white-500);
  }
details {
  display: flex;
  flex-direction: column;
  gap: var(--space--small);
}
details[open] summary:after {
    transform: rotate(90deg);
  }
details p:not(:last-of-type) {
    margin-bottom: var(--space--small);
  }
summary {
  align-items: center;
  align-self: start;
  cursor: pointer;
  display: flex;
  font-weight: var(--font-weight--bold);
  gap: var(--space--x-small);
  list-style: none;
}
summary::-webkit-details-marker {
    display: none;
  }
summary:after {
    --size: var(--space--small);

    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="12" fill="none"><path fill="%2332314C" d="M1.01 11.16a.946.946 0 0 1-.554-.182 1.065 1.065 0 0 1-.368-.484 1.16 1.16 0 0 1-.056-.623c.038-.21.133-.402.273-.553L3.59 5.766.305 2.214a1.085 1.085 0 0 1-.224-.35A1.154 1.154 0 0 1 .292.676.996.996 0 0 1 .62.44a.933.933 0 0 1 .772.007 1 1 0 0 1 .324.242l3.992 4.315c.187.202.292.476.292.762 0 .286-.105.56-.292.763l-3.992 4.315a.961.961 0 0 1-.706.316Z"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: var(--size);
    transition: var(--transition-duration--base) transform
      var(--transition-timing--base);
    width: var(--size);
  }
:is(
  button,
  input[type="checkbox"],
  input[type="radio"],
  input[type="range"],
  select
) {
  cursor: pointer;
}
:is(input, label, select) {
  display: block;
}
fieldset {
  border: 1px solid var(--color--tag-border);
  border-radius: var(--border-radius--base);
  margin: 0;
  padding: 0 var(--space--medium) var(--space--medium) var(--space--medium);
}
legend {
  font-size: var(--font-size--section-title);
  font-weight: var(--font-weight--bold);
  color: var(--color--text);
  padding: 0 var(--space--x-small);
}
form {
  display: flex;
  flex-direction: column;
  gap: var(--space--large);
}
form.button_to {
  display: inline-block;
}
/* Form Container */
.form-container {
  max-width: var(--container--base);
  margin: 0 auto;
  padding: var(--space--x-large) var(--space--large);
}
.form-container h1 {
  font-size: var(--font-size--header);
  font-weight: var(--font-weight--bold);
  color: var(--color--text);
  margin: 0 0 var(--space--large) 0;
}
.form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--space--large);
}
.form-header h1 {
  margin: 0;
}
.team-badge {
  display: inline-block;
  padding: var(--space--xx-small) var(--space--small);
  background-color: var(--color--accent-base);
  color: var(--color--background-base);
  border-radius: var(--border-radius--pill);
  font-size: var(--font-size--small);
  font-weight: var(--font-weight--medium);
  margin-left: var(--space--small);
}
.form-hint {
  font-size: var(--font-size--small);
  color: var(--color--text-muted);
  margin-top: var(--space--xx-small);
}
.break {
  flex-basis: 100%;
  height: 0;
}
/* Nested Form Fields */
.record-fields {
  display: flex;
  gap: var(--space--small);
  align-items: flex-end;
}
.cast-member-fields label {
  width: 50%;
}
.cast-member-fields,
.social-link-fields {
  margin-bottom: var(--space--small);
}
.social-link-fields label {
  flex: 1;
}
.social-link-fields label:has(select) {
  flex: 0 0 200px;
}
.record-fields button {
  flex-shrink: 0;
  margin-bottom: 0;
}
.nested-form-action {
  margin-top: var(--space--large);
}
@media (max-width: 768px) {
  .form-container {
    padding: var(--space--large) var(--space--base);
  }

  .record-fields {
    flex-direction: column;
    align-items: stretch;
    gap: var(--space--x-small);
  }

  .social-link-fields label:has(select) {
    flex: 1;
  }

  .record-fields button {
    align-self: flex-start;
  }
}
fieldset > *:not(:last-child) {
  margin-bottom: var(--space--base);
}
:is(input, textarea, select) {
  accent-color: var(--color--primary-base);
  border: var(--border--light);
}
:is(input,textarea,select):focus {
    outline: var(--border-width--base) solid var(--color--primary-base);
  }
[readonly]:is(input,textarea,select) {
    border-color: transparent;
    padding-left: 0;
    padding-top: 0;
  }
[readonly]:is(input,textarea,select):focus {
      padding-left: var(--space--small);
      padding-top: var(--space--small);
    }
:where(
  input:not([type]),
  select,
  textarea,
  [type="color"],
  [type="date"],
  [type="datetime"],
  [type="datetime-local"],
  [type="email"],
  [type="month"],
  [type="month"],
  [type="number"],
  [type="password"],
  [type="search"],
  [type="tel"],
  [type="text"],
  [type="time"],
  [type="url"],
  [type="week"]
) {
  background-color: var(--color--background-base);
  border-radius: var(--border-radius--base);
  color: var(--color--text);
  padding: var(--space--small);
}
label:has(
  input:not([type]),
  select,
  textarea,
  [type="color"],
  [type="date"],
  [type="datetime"],
  [type="datetime-local"],
  [type="email"],
  [type="month"],
  [type="number"],
  [type="password"],
  [type="search"],
  [type="tel"],
  [type="text"],
  [type="time"],
  [type="url"],
  [type="week"]
) {
  display: flex;
  flex-direction: column;
  gap: var(--space--x-small);
}
label:has([type="radio"], [type="checkbox"]) {
  align-items: center;
  display: flex;
  gap: var(--space--x-small);
  justify-self: start;
}
label:has(input[required], select[required], textarea[required]) > span::after,
.fieldset-required > legend::after {
  content: "*";
  margin-left: var(--space--xx-small);
}
textarea {
  resize: vertical;
}
:where(select) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" fill="none"><path fill="%2332314C" fill-rule="evenodd" d="M.65.63A.875.875 0 0 1 1.885.602L4.828 3.42 7.77.603a.875.875 0 1 1 1.21 1.264l-3.374 3.23a1.125 1.125 0 0 1-1.556 0L.676 1.868A.875.875 0 0 1 .649.629Z" clip-rule="evenodd"/></svg>');
  background-position: calc(100% - var(--space--small)) center;
  background-repeat: no-repeat;
  background-size: var(--space--small);
}
:where([type="search"])::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
  background-image: url('data:image/svg+xml,<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.01629 5.99568L9.79098 2.22099C9.86057 2.15553 9.9163 2.07677 9.95487 1.98937C9.99345 1.90197 10.0141 1.80772 10.0155 1.71219C10.017 1.61667 9.99927 1.52183 9.96338 1.43329C9.9275 1.34475 9.8742 1.26432 9.80665 1.19677C9.7391 1.12922 9.65867 1.07592 9.57013 1.04003C9.48159 1.00415 9.38675 0.986415 9.29122 0.987876C9.1957 0.989338 9.10144 1.00997 9.01405 1.04854C8.92665 1.08712 8.84788 1.14285 8.78243 1.21244L5.00774 4.98713L1.23305 1.21244C1.09931 1.0787 0.917915 1.00356 0.728776 1.00356C0.539636 1.00356 0.358244 1.0787 0.224502 1.21244C0.0907603 1.34618 0.015625 1.52758 0.015625 1.71671C0.015625 1.90585 0.0907603 2.08725 0.224502 2.22099L3.99919 5.99568L0.224502 9.77037C0.0907603 9.90411 0.015625 10.0855 0.015625 10.2746C0.015625 10.4638 0.0907603 10.6452 0.224502 10.7789C0.358244 10.9127 0.539636 10.9878 0.728776 10.9878C0.917915 10.9878 1.09931 10.9127 1.23305 10.7789L5.00774 7.00423L8.78243 10.7789C8.91617 10.9127 9.09756 10.9878 9.2867 10.9878C9.47584 10.9878 9.65724 10.9127 9.79098 10.7789C9.92472 10.6452 9.99985 10.4638 9.99985 10.2746C9.99985 10.0855 9.92472 9.90411 9.79098 9.77037L6.01629 5.99568Z" fill="%2332314C"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  height: var(--space--small);
  width: var(--space--small);
}
:where(input[type="range"]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--color--background-base);
  border: 0;
  border-radius: var(--border-radius--base);
  height: var(--border-width--thick);
  width: 100%;
}
:where(input[type="range"]):focus {
    background-color: var(--color--primary-base);
    outline: none;
  }
label:has(input[type="range"]) {
  gap: var(--space--base);
}
[type="range"]::-webkit-slider-thumb {
  --size: var(--space--large);

  -webkit-appearance: none;

          appearance: none;
  background-color: var(--color--background-base);
  background-image: url('data:image/svg+xml,<svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.65812 9C4.43757 8.99995 4.22607 8.90521 4.07014 8.73662L0.743499 5.14104C0.587587 4.97247 0.5 4.74388 0.5 4.50552C0.5 4.26717 0.587587 4.03857 0.743499 3.87L4.07014 0.274422C4.14686 0.188569 4.23862 0.120089 4.34009 0.0729785C4.44156 0.0258683 4.55069 0.0010711 4.66111 3.39396e-05C4.77154 -0.00100322 4.88105 0.0217402 4.98326 0.0669374C5.08547 0.112135 5.17833 0.17888 5.25641 0.26328C5.3345 0.34768 5.39625 0.448043 5.43807 0.558514C5.47988 0.668985 5.50093 0.787352 5.49997 0.906706C5.49901 1.02606 5.47607 1.14401 5.43248 1.25368C5.38889 1.36335 5.32554 1.46254 5.2461 1.54546L2.50745 4.50552L5.2461 7.46559C5.36238 7.5913 5.44156 7.75145 5.47363 7.92579C5.50571 8.10014 5.48924 8.28084 5.42631 8.44507C5.36337 8.6093 5.25681 8.74967 5.12007 8.84845C4.98334 8.94722 4.82258 8.99996 4.65812 9Z" fill="%2332314C"/><path d="M11.3419 9C11.1774 8.99996 11.0167 8.94722 10.8799 8.84845C10.7432 8.74967 10.6366 8.6093 10.5737 8.44507C10.5108 8.28084 10.4943 8.10014 10.5264 7.92579C10.5584 7.75145 10.6376 7.5913 10.7539 7.46559L13.4926 4.50552L10.7539 1.54546C10.6745 1.46254 10.6111 1.36335 10.5675 1.25368C10.5239 1.14401 10.501 1.02606 10.5 0.906706C10.4991 0.787352 10.5201 0.668985 10.5619 0.558514C10.6037 0.448043 10.6655 0.34768 10.7436 0.26328C10.8217 0.17888 10.9145 0.112135 11.0167 0.0669374C11.1189 0.0217402 11.2285 -0.00100322 11.3389 3.39396e-05C11.4493 0.0010711 11.5584 0.0258683 11.6599 0.0729785C11.7614 0.120089 11.8531 0.188569 11.9299 0.274422L15.2565 3.87C15.4124 4.03857 15.5 4.26717 15.5 4.50552C15.5 4.74388 15.4124 4.97247 15.2565 5.14104L11.9299 8.73662C11.7739 8.90521 11.5624 8.99995 11.3419 9Z" fill="%2332314C"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  border: var(--border--base);
  border-radius: var(--border-radius--circle);
  height: var(--size);
  width: var(--size);
}
[type="range"]::-moz-range-thumb {
  --size: var(--space--large);

  background-color: var(--color--background-base);
  background-image: url('data:image/svg+xml,<svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.65812 9C4.43757 8.99995 4.22607 8.90521 4.07014 8.73662L0.743499 5.14104C0.587587 4.97247 0.5 4.74388 0.5 4.50552C0.5 4.26717 0.587587 4.03857 0.743499 3.87L4.07014 0.274422C4.14686 0.188569 4.23862 0.120089 4.34009 0.0729785C4.44156 0.0258683 4.55069 0.0010711 4.66111 3.39396e-05C4.77154 -0.00100322 4.88105 0.0217402 4.98326 0.0669374C5.08547 0.112135 5.17833 0.17888 5.25641 0.26328C5.3345 0.34768 5.39625 0.448043 5.43807 0.558514C5.47988 0.668985 5.50093 0.787352 5.49997 0.906706C5.49901 1.02606 5.47607 1.14401 5.43248 1.25368C5.38889 1.36335 5.32554 1.46254 5.2461 1.54546L2.50745 4.50552L5.2461 7.46559C5.36238 7.5913 5.44156 7.75145 5.47363 7.92579C5.50571 8.10014 5.48924 8.28084 5.42631 8.44507C5.36337 8.6093 5.25681 8.74967 5.12007 8.84845C4.98334 8.94722 4.82258 8.99996 4.65812 9Z" fill="%2332314C"/><path d="M11.3419 9C11.1774 8.99996 11.0167 8.94722 10.8799 8.84845C10.7432 8.74967 10.6366 8.6093 10.5737 8.44507C10.5108 8.28084 10.4943 8.10014 10.5264 7.92579C10.5584 7.75145 10.6376 7.5913 10.7539 7.46559L13.4926 4.50552L10.7539 1.54546C10.6745 1.46254 10.6111 1.36335 10.5675 1.25368C10.5239 1.14401 10.501 1.02606 10.5 0.906706C10.4991 0.787352 10.5201 0.668985 10.5619 0.558514C10.6037 0.448043 10.6655 0.34768 10.7436 0.26328C10.8217 0.17888 10.9145 0.112135 11.0167 0.0669374C11.1189 0.0217402 11.2285 -0.00100322 11.3389 3.39396e-05C11.4493 0.0010711 11.5584 0.0258683 11.6599 0.0729785C11.7614 0.120089 11.8531 0.188569 11.9299 0.274422L15.2565 3.87C15.4124 4.03857 15.5 4.26717 15.5 4.50552C15.5 4.74388 15.4124 4.97247 15.2565 5.14104L11.9299 8.73662C11.7739 8.90521 11.5624 8.99995 11.3419 9Z" fill="%2332314C"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  border: var(--border--base);
  border-radius: var(--border-radius--circle);
  height: var(--size);
  width: var(--size);
}
[type="range"]:is(:active, :focus)::-webkit-slider-thumb {
  background-color: var(--color--primary-base);
  background-image: url('data:image/svg+xml,<svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.65812 9C4.43757 8.99995 4.22607 8.90521 4.07014 8.73662L0.743499 5.14104C0.587587 4.97247 0.5 4.74388 0.5 4.50552C0.5 4.26717 0.587587 4.03857 0.743499 3.87L4.07014 0.274422C4.14686 0.188569 4.23862 0.120089 4.34009 0.0729785C4.44156 0.0258683 4.55069 0.0010711 4.66111 3.39396e-05C4.77154 -0.00100322 4.88105 0.0217402 4.98326 0.0669374C5.08547 0.112135 5.17833 0.17888 5.25641 0.26328C5.3345 0.34768 5.39625 0.448043 5.43807 0.558514C5.47988 0.668985 5.50093 0.787352 5.49997 0.906706C5.49901 1.02606 5.47607 1.14401 5.43248 1.25368C5.38889 1.36335 5.32554 1.46254 5.2461 1.54546L2.50745 4.50552L5.2461 7.46559C5.36238 7.5913 5.44156 7.75145 5.47363 7.92579C5.50571 8.10014 5.48924 8.28084 5.42631 8.44507C5.36337 8.6093 5.25681 8.74967 5.12007 8.84845C4.98334 8.94722 4.82258 8.99996 4.65812 9Z" fill="%23FFFFFF"/><path d="M11.3419 9C11.1774 8.99996 11.0167 8.94722 10.8799 8.84845C10.7432 8.74967 10.6366 8.6093 10.5737 8.44507C10.5108 8.28084 10.4943 8.10014 10.5264 7.92579C10.5584 7.75145 10.6376 7.5913 10.7539 7.46559L13.4926 4.50552L10.7539 1.54546C10.6745 1.46254 10.6111 1.36335 10.5675 1.25368C10.5239 1.14401 10.501 1.02606 10.5 0.906706C10.4991 0.787352 10.5201 0.668985 10.5619 0.558514C10.6037 0.448043 10.6655 0.34768 10.7436 0.26328C10.8217 0.17888 10.9145 0.112135 11.0167 0.0669374C11.1189 0.0217402 11.2285 -0.00100322 11.3389 3.39396e-05C11.4493 0.0010711 11.5584 0.0258683 11.6599 0.0729785C11.7614 0.120089 11.8531 0.188569 11.9299 0.274422L15.2565 3.87C15.4124 4.03857 15.5 4.26717 15.5 4.50552C15.5 4.74388 15.4124 4.97247 15.2565 5.14104L11.9299 8.73662C11.7739 8.90521 11.5624 8.99995 11.3419 9Z" fill="%23FFFFFF"/></svg>');
}
[type="range"]:is(:active, :focus)::-moz-range-thumb {
  background-color: var(--color--primary-base);
  background-image: url('data:image/svg+xml,<svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.65812 9C4.43757 8.99995 4.22607 8.90521 4.07014 8.73662L0.743499 5.14104C0.587587 4.97247 0.5 4.74388 0.5 4.50552C0.5 4.26717 0.587587 4.03857 0.743499 3.87L4.07014 0.274422C4.14686 0.188569 4.23862 0.120089 4.34009 0.0729785C4.44156 0.0258683 4.55069 0.0010711 4.66111 3.39396e-05C4.77154 -0.00100322 4.88105 0.0217402 4.98326 0.0669374C5.08547 0.112135 5.17833 0.17888 5.25641 0.26328C5.3345 0.34768 5.39625 0.448043 5.43807 0.558514C5.47988 0.668985 5.50093 0.787352 5.49997 0.906706C5.49901 1.02606 5.47607 1.14401 5.43248 1.25368C5.38889 1.36335 5.32554 1.46254 5.2461 1.54546L2.50745 4.50552L5.2461 7.46559C5.36238 7.5913 5.44156 7.75145 5.47363 7.92579C5.50571 8.10014 5.48924 8.28084 5.42631 8.44507C5.36337 8.6093 5.25681 8.74967 5.12007 8.84845C4.98334 8.94722 4.82258 8.99996 4.65812 9Z" fill="%23FFFFFF"/><path d="M11.3419 9C11.1774 8.99996 11.0167 8.94722 10.8799 8.84845C10.7432 8.74967 10.6366 8.6093 10.5737 8.44507C10.5108 8.28084 10.4943 8.10014 10.5264 7.92579C10.5584 7.75145 10.6376 7.5913 10.7539 7.46559L13.4926 4.50552L10.7539 1.54546C10.6745 1.46254 10.6111 1.36335 10.5675 1.25368C10.5239 1.14401 10.501 1.02606 10.5 0.906706C10.4991 0.787352 10.5201 0.668985 10.5619 0.558514C10.6037 0.448043 10.6655 0.34768 10.7436 0.26328C10.8217 0.17888 10.9145 0.112135 11.0167 0.0669374C11.1189 0.0217402 11.2285 -0.00100322 11.3389 3.39396e-05C11.4493 0.0010711 11.5584 0.0258683 11.6599 0.0729785C11.7614 0.120089 11.8531 0.188569 11.9299 0.274422L15.2565 3.87C15.4124 4.03857 15.5 4.26717 15.5 4.50552C15.5 4.74388 15.4124 4.97247 15.2565 5.14104L11.9299 8.73662C11.7739 8.90521 11.5624 8.99995 11.3419 9Z" fill="%23FFFFFF"/></svg>');
}
/* Back Link */
.back-link {
  display: inline-flex;
  align-items: center;
  gap: var(--space--x-small);
  color: var(--color--text-muted);
  text-decoration: none;
  font-size: var(--font-size--base);
  font-weight: var(--font-weight--medium);
  margin-bottom: var(--space--large);
  transition: color 0.2s ease;
}
.back-link:hover {
  color: var(--color--text);
}
.back-link svg {
  flex-shrink: 0;
}
/* Section Header */
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--space--base);
}
.section-header h2 {
  margin: 0;
}
/* Section Divider */
.section-divider {
  border: 0;
  border-top: 1px solid var(--color--tag-border);
  margin: var(--space--large) 0;
}
/* Team Management Header */
.team-management-header h1 {
  margin-bottom: var(--space--x-small);
}
.team-management-description {
  margin: 0;
}
/* Team List */
.team-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.team-member {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--space--base);
  border-radius: var(--border-radius--base);
}
.team-member:nth-child(even) {
  background-color: var(--color--background-alt);
}
.team-member-email {
  flex: 1;
}
.team-member-remove {
  background: none;
  border: none;
  padding: var(--space--x-small);
  cursor: pointer;
  color: var(--color--text-muted);
  transition: color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-member-remove:hover {
  color: var(--color--error);
}
.team-member-remove svg {
  width: 18px;
  height: 18px;
}
input[disabled] {
  cursor: not-allowed;
}
.form-profile-image {
  max-width: 150px;
  max-height: 150px;
  margin: var(--space--small) 0;
}
.form-banner-image {
  max-width: 100%;
  max-height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: var(--space--small) 0;
}
:where(ul, ol)[class] {
  list-style: none;
  margin: 0;
  padding: 0;
}
dl dt {
    font-weight: var(--font-weight--bold);
  }
dl dd {
    margin-left: 0;
  }
:is(dl dd):not(:last-of-type) {
      margin-bottom: var(--space--base);
    }
:where(
  img,
  figure,
  picture,
  video
) {
  display: block;
  height: auto;
  margin: 0;
  width: 100%;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
table p {
    margin: 0;
  }
:where(thead, tbody) :where(th, td) {
  border-right: var(--border--light);
  border-bottom: var(--border--light);
  padding: var(--space--small);
}
:where(tfoot) td, caption {
  font-weight: var(--font-weight--bold);
  padding: var(--space--xx-small) var(--space--small);
  text-align: left;
}
:where(thead, tbody) :where(th, td):first-child {
  border-left: var(--border--light);
}
th {
  background-color: var(--color--background-light);
  border-top: var(--border--light);
  font-size: var(--font-size--small);
  font-weight: var(--font-weight--bold);
  text-align: left;
}
tr:first-child th:first-child {
  border-top-left-radius: var(--border-radius--base);
}
tr:first-child th:last-child {
  border-top-right-radius: var(--border-radius--base);
}
tr:last-child td:first-child {
  border-bottom-left-radius: var(--border-radius--base);
}
tr:last-child td:last-child {
  border-bottom-right-radius: var(--border-radius--base);
}
.table--striped tbody tr:nth-child(even) {
  background-color: var(--color--background-x-light);
}
.table-outer-wrapper {
  display: flex;
}
.table-inner-wrapper {
  overflow-x: auto;
  flex: 1 1 0%;
  margin-bottom: var(--space--base);
  width: 1rem;
}
html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
}
body {
  color: var(--color--text);
  font-family: var(--font-family--body);
  font-size: var(--font-size--body);
  font-weight: var(--font-weight--normal);
  line-height: var(--line-height--base);
}
:where(
  h1,
  h2,
  h3,
  h4,
  strong
) {
  font-weight: var(--font-weight--bold);
}
h1 {
  text-wrap: balance;
  text-wrap: pretty;
}
a {
  color: var(--color--link);
  transition: var(--transition-duration--base) color var(--transition-timing--base);
}
a:hover {
    color: var(--color--link-hover);
  }
label {
  font-size: var(--font-size--ui);
  font-weight: var(--font-weight--bold);
  text-align: left;
}
input {
  font-size: var(--font-size--body);
}
legend {
  font-size: var(--font-size--body);
  font-weight: var(--font-weight--bold);
}
hr {
  border: var(--border--light);
  width: 100%;
}
/* Main */
/* Base Styles */
body {
  padding: 0;
  background: var(--background-gradient);
  background-attachment: fixed;
  min-height: 100vh;
  color: var(--color--text);
}
.main-content {
  position: relative;
  padding-top: var(--space--x-large);
}
.main-content:has(.show-banner),
.main-content:has(.creator-banner),
.main-content:has(.profile-banner) {
  padding-top: 0;
}
.page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--space--large);
  padding: var(--space--base);
}
.page-header.centered {
    justify-content: center;
  }
.page-header h1 {
  margin: 0;
}
.shows-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space--large);
  margin-top: var(--space--large);
  padding: 0 var(--space--base) var(--space--base);
}
.page-content {
  max-width: var(--container--large);
  margin: 0 auto;
  padding: 0 var(--space--base);
}
/* Components */
/* Import components from the component folder here in ABC order */
/*
 * Default Trix editor styles. See Action Text overwrites below.
*/
trix-editor {
  border: var(--border--light);
  background-color: var(--color--background-base);
  border-radius: var(--border-radius--base);
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}
trix-toolbar * {
  box-sizing: border-box;
}
trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto;
}
trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px;
}
trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 1.5vw;
}
@media (max-width: 768px) {
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0;
  }
}
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}
@media (max-width: 768px) {
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}
trix-toolbar .trix-button {
  position: relative;
  float: left;
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
}
trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}
trix-toolbar .trix-button.trix-active {
  background: var(--color--accent-dark);
}
trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}
trix-toolbar .trix-button:disabled {
  color: rgba(255, 255, 255, 0.125);
}
@media (max-width: 768px) {
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px;
}
@media (max-width: 768px) {
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}
trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}
trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}
trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}
trix-toolbar .trix-button--icon-attach::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%2018V7.5c0-2.25%203-2.25%203%200V18c0%204.125-6%204.125-6%200V7.5c0-6.375%209-6.375%209%200V18%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  top: 8%;
  bottom: 4%;
}
trix-toolbar .trix-button--icon-bold::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22currentColor%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.522%2019.242a.5.5%200%200%201-.5-.5V5.35a.5.5%200%200%201%20.5-.5h5.783c1.347%200%202.46.345%203.24.982.783.64%201.216%201.562%201.216%202.683%200%201.13-.587%202.129-1.476%202.71a.35.35%200%200%200%20.049.613c1.259.56%202.101%201.742%202.101%203.22%200%201.282-.483%202.334-1.363%203.063-.876.726-2.132%201.12-3.66%201.12h-5.89ZM9.27%207.347v3.362h1.97c.766%200%201.347-.17%201.733-.464.38-.291.587-.716.587-1.27%200-.53-.183-.928-.513-1.198-.334-.273-.838-.43-1.505-.43H9.27Zm0%205.606v3.791h2.389c.832%200%201.448-.177%201.853-.497.399-.315.614-.786.614-1.423%200-.62-.22-1.077-.63-1.385-.418-.313-1.053-.486-1.905-.486H9.27Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-italic::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%205h6.5v2h-2.23l-2.31%2010H13v2H6v-2h2.461l2.306-10H9V5Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-link::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.948%205.258a4.337%204.337%200%200%200-6.108%200L11.217%206.87a.993.993%200%200%200%200%201.41c.392.39%201.027.39%201.418%200l1.623-1.613a2.323%202.323%200%200%201%203.271%200%202.29%202.29%200%200%201%200%203.251l-2.393%202.38a3.021%203.021%200%200%201-4.255%200l-.05-.049a1.007%201.007%200%200%200-1.418%200%20.993.993%200%200%200%200%201.41l.05.049a5.036%205.036%200%200%200%207.091%200l2.394-2.38a4.275%204.275%200%200%200%200-6.072Zm-13.683%2013.6a4.337%204.337%200%200%200%206.108%200l1.262-1.255a.993.993%200%200%200%200-1.41%201.007%201.007%200%200%200-1.418%200L9.954%2017.45a2.323%202.323%200%200%201-3.27%200%202.29%202.29%200%200%201%200-3.251l2.344-2.331a2.579%202.579%200%200%201%203.631%200c.392.39%201.027.39%201.419%200a.993.993%200%200%200%200-1.41%204.593%204.593%200%200%200-6.468%200l-2.345%202.33a4.275%204.275%200%200%200%200%206.072Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-strike::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%2014.986c.088%202.647%202.246%204.258%205.635%204.258%203.496%200%205.713-1.728%205.713-4.463%200-.275-.02-.536-.062-.781h-3.461c.398.293.573.654.573%201.123%200%201.035-1.074%201.787-2.646%201.787-1.563%200-2.773-.762-2.91-1.924H6ZM6.432%2010h3.763c-.632-.314-.914-.715-.914-1.273%200-1.045.977-1.739%202.432-1.739%201.475%200%202.52.723%202.617%201.914h2.764c-.05-2.548-2.11-4.238-5.39-4.238-3.145%200-5.392%201.719-5.392%204.316%200%20.363.04.703.12%201.02ZM4%2011a1%201%200%201%200%200%202h15a1%201%200%201%200%200-2H4Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-quote::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.581%208.471c.44-.5%201.056-.834%201.758-.995C8.074%207.17%209.201%207.822%2010%208.752c1.354%201.578%201.33%203.555.394%205.277-.941%201.731-2.788%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.121-.49.16-.764.294-.286.567-.566.791-.835.222-.266.413-.54.524-.815.113-.28.156-.597.026-.908-.128-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.674-2.7c0-.905.283-1.59.72-2.088Zm9.419%200c.44-.5%201.055-.834%201.758-.995%201.734-.306%202.862.346%203.66%201.276%201.355%201.578%201.33%203.555.395%205.277-.941%201.731-2.789%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.122-.49.16-.764.294-.286.567-.566.791-.835.222-.266.412-.54.523-.815.114-.28.157-.597.026-.908-.127-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.672-2.701c0-.905.283-1.59.72-2.088Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.5%207.5v-3h-12v3H14v13h3v-13h4.5ZM9%2013.5h3.5v-3h-10v3H6v7h3v-7Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-code::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.293%2011.293a1%201%200%200%200%200%201.414l4%204a1%201%200%201%200%201.414-1.414L5.414%2012l3.293-3.293a1%201%200%200%200-1.414-1.414l-4%204Zm13.414%205.414%204-4a1%201%200%200%200%200-1.414l-4-4a1%201%200%201%200-1.414%201.414L18.586%2012l-3.293%203.293a1%201%200%200%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%207.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM8%206a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-2.5-5a1.5%201.5%200%201%201-3%200%201.5%201.5%200%200%201%203%200ZM5%2019.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-number-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%204h2v4H4V5H3V4Zm5%202a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-3.5-7H6v1l-1.5%202H6v1H3v-1l1.667-2H3v-1h2.5ZM3%2017v-1h3v4H3v-1h2v-.5H4v-1h1V17H3Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-undo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%2014a1%201%200%200%200%201%201h6a1%201%200%201%200%200-2H6.257c2.247-2.764%205.151-3.668%207.579-3.264%202.589.432%204.739%202.356%205.174%205.405a1%201%200%200%200%201.98-.283c-.564-3.95-3.415-6.526-6.825-7.095C11.084%207.25%207.63%208.377%205%2011.39V8a1%201%200%200%200-2%200v6Zm2-1Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-redo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2014a1%201%200%200%201-1%201h-6a1%201%200%201%201%200-2h3.743c-2.247-2.764-5.151-3.668-7.579-3.264-2.589.432-4.739%202.356-5.174%205.405a1%201%200%200%201-1.98-.283c.564-3.95%203.415-6.526%206.826-7.095%203.08-.513%206.534.614%209.164%203.626V8a1%201%200%201%201%202%200v6Zm-2-1Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-3.707-5.707a1%201%200%200%200%200%201.414l2%202a1%201%200%201%200%201.414-1.414L4.414%2012l1.293-1.293a1%201%200%200%200-1.414-1.414l-2%202Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-2.293-2.293%202-2a1%201%200%200%200%200-1.414l-2-2a1%201%200%201%200-1.414%201.414L3.586%2012l-1.293%201.293a1%201%200%201%200%201.414%201.414Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-dialogs {
  position: relative;
}
trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: var(--color--background-dark);
  box-shadow: 0 0.3em 1em var(--color--accent-dark);
  border-radius: 5px;
  z-index: 5;
}
trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: var(--border--light);
  background-color: var(--color--background-base);
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #f00 0px 0px 1.5px 1px;
}
trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}
trix-toolbar .trix-dialog--link {
  max-width: 600px;
}
trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}
trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}
trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}
trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection,
trix-editor [data-trix-mutable] ::-moz-selection {
  background: none;
}
trix-editor [data-trix-mutable]::-moz-selection, trix-editor [data-trix-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection {
  background: none;
}
trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection,
trix-editor [data-trix-mutable] ::selection {
  background: none;
}
trix-editor
  .attachment__caption-editor:focus[data-trix-mutable]::-moz-selection {
  background: highlight;
}
trix-editor .attachment__caption-editor:focus[data-trix-mutable]::-moz-selection {
  background: highlight;
}
trix-editor .attachment__caption-editor:focus[data-trix-mutable]::selection {
  background: highlight;
}
trix-editor [data-trix-mutable].attachment.attachment--file {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}
trix-editor [data-trix-mutable].attachment img {
  box-shadow: 0 0 0 2px highlight;
}
trix-editor .attachment {
  position: relative;
}
trix-editor .attachment:hover {
  cursor: default;
}
trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}
trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in;
}
trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}
trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}
trix-editor .trix-button-group {
  display: inline-flex;
}
trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}
trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}
trix-editor .trix-button.trix-active {
  background: #cbeefa;
}
trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}
trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}
trix-editor .trix-button--remove::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}
trix-editor .trix-button--remove:hover {
  border-color: #333;
}
trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}
trix-editor .attachment__metadata-container {
  position: relative;
}
trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}
trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap;
}
.trix-content {
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: break-word;
}
.trix-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2;
}
.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}
.trix-content [dir="rtl"] blockquote,
.trix-content blockquote[dir="rtl"] {
  border-width: 0;
  border-right-width: 0.3em;
  margin-right: 0.3em;
  padding-right: 0.6em;
}
.trix-content li {
  margin-left: 1em;
}
.trix-content [dir="rtl"] li {
  margin-right: 1em;
}
.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}
.trix-content img {
  max-width: 100%;
  height: auto;
}
.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}
.trix-content .attachment a:hover,
.trix-content .attachment a:visited:hover {
  color: inherit;
}
.trix-content .attachment__caption {
  text-align: center;
}
.trix-content
  .attachment__caption
  .attachment__name
  + .attachment__size::before {
  content: " \2022 ";
}
.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}
.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}
.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 2px;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}
.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}
.trix-content .attachment-gallery.attachment-gallery--2 .attachment,
.trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}
/*
 * We need to override trix.css’s image gallery styles to accommodate the
 * <action-text-attachment> element we wrap around attachments. Otherwise,
 * images in galleries will be squished by the max-width: 33%; rule.
*/
.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}
.trix-content
  .attachment-gallery.attachment-gallery--2
  > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 > .attachment,
.trix-content
  .attachment-gallery.attachment-gallery--4
  > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}
.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}
trix-toolbar .trix-button-group.trix-button-group--file-tools,
.trix-button.trix-button--icon.trix-button--icon-heading-1,
.trix-button.trix-button--icon.trix-button--icon-quote,
.trix-button.trix-button--icon.trix-button--icon-code {
  display: none;
}
/* Auth Forms */
.auth-container {
  max-width: var(--container--base);
  margin: 0 auto;
  padding: var(--space--xx-large) var(--space--base);
}
.auth-header {
  margin-bottom: var(--space--x-large);
}
.auth-header__title {
  font-size: var(--font-size--header);
  font-weight: var(--font-weight--bold);
  color: var(--color--text);
  margin: 0 0 var(--space--base) 0;
}
.auth-header__description {
  font-size: var(--font-size--body);
  color: var(--color--text-secondary);
  line-height: var(--line-height--base);
  margin: 0;
}
.auth-form {
  background-color: var(--color--background-light);
  border: 1px solid var(--color--tag-border);
  border-radius: var(--border-radius--large);
  padding: var(--space--x-large);
}
.auth-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space--small);
  margin-top: var(--space--base);
}
.auth-link {
  font-size: var(--font-size--base);
  color: var(--color--accent-base);
  text-decoration: none;
  font-weight: var(--font-weight--bold);
  transition: color var(--transition-duration--base)
    var(--transition-timing--base);
}
.auth-link:hover {
  color: var(--color--accent-light);
}
.auth-link-divider {
  font-size: var(--font-size--small);
  color: var(--color--text-muted);
}
.form-hint {
  font-size: var(--font-size--small);
  color: var(--color--text-muted);
  margin: var(--space--x-small) 0 0 0;
  line-height: var(--line-height--base);
}
@media (max-width: 768px) {
  .auth-form {
    padding: var(--space--large);
  }
}
/* Shared Card Tag Styles */
.card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space--x-small);
  margin: 0;
}
.card__tag {
  display: inline-block;
  padding: var(--space--xx-small) var(--space--x-small);
  background-color: var(--color--tag-background);
  color: var(--color--tag-text);
  border: 1px solid var(--color--tag-border);
  border-radius: var(--border-radius--pill);
  font-size: var(--font-size--small);
  font-weight: var(--font-weight--normal);
  transition: all var(--transition-duration--base)
    var(--transition-timing--base);
}
.card__tag--mood {
  background-color: var(--color--mood-tag-background);
  color: var(--color--mood-tag-text);
  border-color: var(--color--mood-tag-border);
}
.card__tag--game-system {
  background-color: var(--color--game-system-tag-background);
  color: var(--color--game-system-tag-text);
  border-color: var(--color--game-system-tag-border);
}
/* Card hover states */
.show-card:hover .card__tag {
  color: var(--color--accent-light);
  border-color: var(--color--accent-base);
}
.show-card:hover .card__tag--mood {
  color: var(--color--mood-tag-text);
  border-color: var(--color--mood-tag-text);
}
.show-card:hover .card__tag--game-system {
  color: var(--color--game-system-tag-text);
  border-color: var(--color--game-system-tag-text);
}
.creator-card:hover .card__tag {
  color: var(--color--accent-light);
  border-color: var(--color--accent-base);
}
.creator-card:hover .card__tag--mood {
  color: var(--color--mood-tag-text);
  border-color: var(--color--mood-tag-text);
}
.creator-card:hover .card__tag--game-system {
  color: var(--color--game-system-tag-text);
  border-color: var(--color--game-system-tag-text);
}
/* Updated Sat Dec 20 22:23:55 EST 2025 */
.cast,
.crew {
  margin-top: var(--space--xx-large);
  margin-bottom: var(--space--xx-large);
}
.cast__title {
  font-size: var(--font-size--subheader);
  font-weight: var(--font-weight--bold);
  color: var(--color--text);
  margin: 0 0 var(--space--large) 0;
}
.cast__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: var(--space--medium);
}
.cast-member-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.cast-member {
  display: flex;
  align-items: center;
  gap: var(--space--medium);
  padding: var(--space--medium);
  background-color: var(--color--background-card);
  border-radius: var(--border-radius--large);
  transition: transform var(--transition-duration--base)
    var(--transition-timing--base);
}
.cast-member:hover {
  transform: translateY(-2px);
}
.cast-member__image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.cast-member__info {
  flex: 1;
  min-width: 0;
}
.cast-member__name {
  font-size: var(--font-size--body);
  font-weight: var(--font-weight--bold);
  color: var(--color--text);
  margin: 0 0 var(--space--xx-small) 0;
  line-height: var(--line-height--tight);
}
.cast-member__role {
  font-size: var(--font-size--small);
  color: var(--color--text-muted);
  margin: 0;
  line-height: var(--line-height--base);
}
@media (max-width: 768px) {
  .cast__grid {
    grid-template-columns: 1fr;
  }
}
/* Claim Form */
.claim-form-container {
  max-width: var(--container--base);
  margin: 0 auto;
  padding: var(--space--xx-large) var(--space--base);
}
.claim-form-header {
  margin-bottom: var(--space--x-large);
}
.claim-form-header__title {
  font-size: var(--font-size--header);
  font-weight: var(--font-weight--bold);
  color: var(--color--text);
  margin: 0 0 var(--space--base) 0;
}
.claim-form-header__description {
  font-size: var(--font-size--body);
  color: var(--color--text-secondary);
  line-height: var(--line-height--base);
  margin: 0;
}
.claim-form {
  background-color: var(--color--background-light);
  border: 1px solid var(--color--tag-border);
  border-radius: var(--border-radius--large);
  padding: var(--space--x-large);
}
.form-field {
  margin-bottom: var(--space--large);
}
.form-field:last-of-type {
  margin-bottom: 0;
}
.form-label {
  display: block;
  font-size: var(--font-size--body);
  font-weight: var(--font-weight--bold);
  color: var(--color--text);
  margin-bottom: var(--space--x-small);
}
.form-input {
  width: 100%;
  padding: var(--space--small);
  font-size: var(--font-size--body);
  font-family: var(--font-family--body);
  color: var(--color--text);
  background-color: var(--color--background-base);
  border: 1px solid var(--color--tag-border);
  border-radius: var(--border-radius--base);
  transition: border-color var(--transition-duration--base)
    var(--transition-timing--base);
}
.form-input:focus {
  outline: none;
  border-color: var(--color--accent-base);
}
.form-input::-moz-placeholder {
  color: var(--color--text-muted);
}
.form-input::placeholder {
  color: var(--color--text-muted);
}
.form-hint {
  font-size: var(--font-size--small);
  color: var(--color--text-muted);
  margin: var(--space--x-small) 0 0 0;
  line-height: var(--line-height--base);
}
.form-actions {
  display: flex;
  gap: var(--space--base);
  margin-top: var(--space--base);
}
/* Claim Confirmation */
.claim-confirmation {
  max-width: var(--container--base);
  margin: 0 auto;
  padding: var(--space--xx-large) var(--space--base);
  text-align: center;
}
.claim-confirmation__icon {
  display: flex;
  justify-content: center;
  margin-bottom: var(--space--large);
}
.claim-confirmation__icon svg {
  color: var(--color--accent-base);
}
.claim-confirmation__title {
  font-size: var(--font-size--header);
  font-weight: var(--font-weight--bold);
  color: var(--color--text);
  margin: 0 0 var(--space--large) 0;
}
.claim-confirmation__message {
  font-size: var(--font-size--body);
  color: var(--color--text-secondary);
  line-height: var(--line-height--base);
  margin: 0 0 var(--space--base) 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.claim-confirmation__actions {
  margin-top: var(--space--x-large);
}
@media (max-width: 768px) {
  .form-actions {
    flex-direction: column;
  }

  .form-actions .button {
    width: 100%;
  }
}
.report-concern {
  display: inline;
}
.concern-button {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  height: 26px;
  width: 26px;
  padding: 0 0 0 7px;
  margin-left: var(--space--small);
  color: var(--color--text-muted);
  background-color: transparent;
  border: 1px solid var(--color--tag-border);
  border-radius: 50%;
  cursor: pointer;
  transition:
    width 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    padding 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    border-radius 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  text-decoration: none;
  white-space: nowrap;
}
.concern-button__icon {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.concern-button__text {
  font-size: var(--font-size--small);
  font-weight: var(--font-weight--normal);
  max-width: 0;
  margin-left: 0;
  opacity: 0;
  overflow: hidden;
  transition:
    max-width 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    margin-left 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.concern-button:hover {
  color: var(--color--text);
  border-color: var(--color--accent-base);
  background-color: var(--color--tag-background);
  width: auto;
  padding-left: var(--space--x-small);
  padding-right: var(--space--base);
  border-radius: var(--border-radius--pill);
}
.concern-button:hover .concern-button__text {
  max-width: 200px;
  margin-left: var(--space--x-small);
  opacity: 1;
}
.concern-button:hover .concern-button__icon {
  transform: scale(1.1);
}
.concern-button:active {
  transform: scale(0.98);
}
/* Dialog Backdrop */
.concern-dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
}
/* Dialog Container */
.concern-dialog {
  max-width: 600px;
  width: 90%;
  padding: 0;
  background-color: var(--color--background-light);
  border: 1px solid var(--color--tag-border);
  border-radius: var(--border-radius--large);
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.3),
    0 10px 10px -5px rgba(0, 0, 0, 0.2);
  z-index: var(--z-index--modal);
}
/* Dialog Form */
.concern-form {
  padding: var(--space--x-large);
}
.concern-dialog__title {
  font-size: var(--font-size--subheader);
  font-weight: var(--font-weight--bold);
  color: var(--color--text);
  margin: 0 0 0 0;
}
.concern-dialog__description {
  font-size: var(--font-size--body);
  color: var(--color--text-secondary);
  line-height: var(--line-height--base);
}
/* Dialog Actions */
.concern-dialog__actions {
  display: flex;
  gap: var(--space--base);
  justify-content: flex-end;
}
.concern-dialog__actions .button {
  min-width: 120px;
}
/* Responsive */
@media (max-width: 768px) {
  .concern-dialog {
    width: 95%;
    max-width: none;
  }

  .concern-form {
    padding: var(--space--large);
  }

  .concern-dialog__actions {
    flex-direction: column-reverse;
  }

  .concern-dialog__actions .button {
    width: 100%;
    min-width: auto;
  }
}
/* Animation */
@media (prefers-reduced-motion: no-preference) {
  .concern-dialog[open] {
    animation: concern-dialog-fade-in 0.2s ease-out;
  }

  .concern-dialog::backdrop {
    animation: concern-backdrop-fade-in 0.2s ease-out;
  }
}
@keyframes concern-dialog-fade-in {
  from {
    opacity: 0;
    transform: scale(0.95) translateY(-20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes concern-backdrop-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Filter Tags */
.filter-tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space--x-small);
  margin-top: var(--space--base);
  margin-bottom: var(--space--x-large);
  padding: 0;
}
.filter-tag {
  padding: var(--space--x-small) var(--space--base);
  background-color: transparent;
  color: var(--color--text-secondary);
  border: 1px solid var(--color--background-light);
  border-radius: var(--border-radius--pill);
  font-size: var(--font-size--small);
  font-weight: var(--font-weight--bold);
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all var(--transition-duration--base)
    var(--transition-timing--base);
}
.filter-tag:hover {
  border-color: var(--color--accent-base);
  color: var(--color--accent-light);
}
.filter-tag--active {
  background-color: var(--color--accent-dark);
  color: var(--color--white-500);
  border-color: var(--color--accent-dark);
}
/* Filter Tags */
.filter-tags__tag {
  display: inline-block;
}
.filter-tags__tag.hidden {
  display: none;
}
.filter-tags__button {
  background-color: transparent;
  border: 1px solid var(--color--background-light);
  border-radius: var(--border-radius--pill);
  color: var(--color--text-secondary);
  cursor: pointer;
  padding: var(--space--x-small) var(--space--small);
  font-size: var(--font-size--small);
  transition: all var(--transition-duration--base)
    var(--transition-timing--base);
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: -moz-fit-content;
  height: fit-content;
}
.filter-tags__button:hover {
  border-color: var(--color--accent-base);
  color: var(--color--accent-light);
}
.filter-tags__button.hidden {
  display: none;
}
/* Creators Grid */
.creators-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 280px);
  gap: var(--space--large);
  padding: 0 var(--space--base) var(--space--base);
  justify-content: center;
}
.creator-card {
  background-color: rgba(45, 42, 61, 0.4);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(167, 139, 250, 0.2);
  border-radius: var(--border-radius--large);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition:
    transform var(--transition-duration--base) var(--transition-timing--base),
    background-color var(--transition-duration--base)
      var(--transition-timing--base),
    border-color var(--transition-duration--base) var(--transition-timing--base);
}
.creator-card:hover {
  transform: translateY(-4px);
  background-color: rgba(45, 42, 61, 0.6);
  border-color: rgba(167, 139, 250, 0.4);
}
.creator-card__image {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.creator-card__content {
  padding: var(--space--medium);
}
.creator-card__name {
  font-size: var(--font-size--section-title);
  font-weight: var(--font-weight--bold);
  color: var(--color--text);
  margin: 0 0 var(--space--x-small) 0;
}
.creator-card__bio {
  font-size: var(--font-size--small);
  color: var(--color--text-secondary);
  margin: 0 0 var(--space--small) 0;
  line-height: var(--line-height--base);
}
.creator-card .card__tags {
  margin-bottom: var(--space--small);
}
.creator-card__shows-count {
  font-size: var(--font-size--small);
  color: var(--color--text-muted);
  margin: 0;
}
/* Creator Banner */
.creator-banner {
  position: relative;
  width: 100%;
  height: 300px;
  margin-bottom: calc(75px + var(--space--large));
}
.creator-banner__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.creator-banner__overlay {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: var(--container--large);
  padding: 0 var(--space--base);
}
.creator-banner__avatar {
  width: 150px;
  height: 150px;
  border-radius: var(--border-radius--circle);
  border: 4px solid var(--color--background-base);
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transform: translateY(50%);
}
/* Creator Content */
.creator-content {
  max-width: var(--container--large);
  margin: 0 auto;
  padding: 0 var(--space--base);
}
.creator-header {
  margin-bottom: var(--space--xx-large);
  display: flex;
  justify-content: space-between;
}
.creator-header__info {
  max-width: 800px;
}
.creator-header__title-row {
  display: flex;
  align-items: center;
  gap: var(--space--medium);
  flex-wrap: wrap;
}
.creator-header__name {
  font-size: var(--font-size--header);
  font-weight: var(--font-weight--bold);
  color: var(--color--text);
  margin: 0;
}
.creator-header__username {
  font-size: var(--font-size--subheader);
  font-weight: var(--font-weight--normal);
  color: var(--color--text-secondary);
  margin: 0;
}
.creator-header__claim-link,
.creator-header__edit-link {
  font-size: var(--font-size--small);
  font-weight: var(--font-weight--normal);
  color: var(--color--text-muted);
  text-decoration: none;
  padding: var(--space--xx-small) var(--space--small);
  border: 1px solid var(--color--tag-border);
  border-radius: var(--border-radius--small);
  transition: all var(--transition-duration--base)
    var(--transition-timing--base);
}
.creator-header__claim-link:hover,
.creator-header__edit-link:hover {
  color: var(--color--accent-base);
  border-color: var(--color--accent-base);
  background-color: var(--color--tag-background);
}
.creator-header__bio {
  font-size: var(--font-size--body);
  color: var(--color--text-secondary);
  line-height: var(--line-height--base);
  margin: 0 0 var(--space--medium) 0;
}
.creator-header__tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space--x-small);
  margin-bottom: var(--space--medium);
}
.creator-header__actions {
  display: flex;
  align-items: center;
  gap: var(--space--medium);
  flex-wrap: wrap;
}
/* Creator Shows */
.creator-shows {
  margin-bottom: var(--space--xx-large);
}
.creator-shows__title {
  font-size: var(--font-size--subheader);
  font-weight: var(--font-weight--bold);
  color: var(--color--text);
  margin: 0 0 var(--space--small) 0;
  padding-bottom: var(--space--small);
  border-bottom: 1px solid var(--color--tag-border);
}
.creator-shows__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space--large);
  margin-top: var(--space--large);
}
/* Creator Episodes */
.creator-episodes {
  margin-bottom: var(--space--xx-large);
}
.creator-episodes__title {
  font-size: var(--font-size--subheader);
  font-weight: var(--font-weight--bold);
  color: var(--color--text);
  margin: 0 0 var(--space--small) 0;
  padding-bottom: var(--space--small);
  border-bottom: 1px solid var(--color--tag-border);
}
.creator-episodes__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space--large);
  margin-top: var(--space--large);
}
.creator-section__view-all {
  display: inline-block;
  margin-top: var(--space--large);
  font-size: var(--font-size--body);
  color: var(--color--accent-base);
  text-decoration: none;
  font-weight: var(--font-weight--bold);
  transition: color var(--transition-duration--base)
    var(--transition-timing--base);
}
.creator-section__view-all:hover {
  color: var(--color--accent-light);
}
.creator-autocomplete {
  display: flex;
  align-items: start;
  gap: var(--space--small);
}
.creator-autocomplete img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.creator-autocomplete--name {
  font-size: var(--font-size--body);
}
.creator-autocomplete--description {
  font-size: var(--font-size--small);
}
.creator-members {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space--medium);
  justify-content: flex-end;
  max-width: 400px;
  margin-right: var(--space--medium);
}
.creator-members__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space--small);
  text-decoration: none;
  color: inherit;
  transition: opacity var(--transition-duration--base)
    var(--transition-timing--base);
  max-width: 120px;
}
.creator-members__item:hover {
  opacity: 0.8;
}
.creator-members__image {
  width: 120px;
  height: 120px;
  border-radius: var(--border-radius--circle);
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.creator-members__name {
  font-size: var(--font-size--section-title);
  font-weight: var(--font-weight--bold);
  color: var(--color--text);
  margin: 0;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media (max-width: 768px) {
  .creator-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space--large);
  }
  .creator-members {
    width: 100%;
    max-width: none;
    justify-content: flex-start;
  }

  .creator-members__image {
    width: 80px;
    height: 80px;
  }

  .creator-members__name {
    font-size: var(--font-size--small);
  }
}
@media (max-width: 768px) {
  .creators-grid {
    grid-template-columns: 1fr;
  }

  .creator-shows__grid {
    grid-template-columns: 1fr;
  }
}
/* Discover Section */
.discover-section {
  margin-bottom: var(--space--xx-large);
}
.discover-section__header {
  max-width: var(--container--large);
  margin: 0 0 var(--space--large) 0;
  padding: 0 var(--space--base);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: var(--space--small);
}
.discover-section__title {
  font-size: var(--font-size--subheader);
  font-weight: var(--font-weight--bold);
  color: var(--color--text);
  margin: 0;
}
.discover-section__subtitle {
  font-size: var(--font-size--body);
  color: var(--color--text-secondary);
  margin: var(--space--x-small) 0 0 0;
  flex-basis: 100%;
}
.discover-section__view-all {
  font-size: var(--font-size--body);
  color: var(--color--accent-base);
  text-decoration: none;
  font-weight: var(--font-weight--bold);
  transition: color var(--transition-duration--base)
    var(--transition-timing--base);
}
.discover-section__view-all:hover {
  color: var(--color--accent-light);
}
.discover-section__scroll {
  display: flex;
  gap: var(--space--large);
  overflow-x: auto;
  overflow-y: visible;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: var(--space--x-small) 0 var(--space--small) 0;
  padding-left: var(--space--base);
}
.discover-section__scroll::-webkit-scrollbar {
  display: none;
}
/* Show cards in discover sections - prevent shrinking and add scroll snap */
.discover-section__scroll .show-card {
  flex: 0 0 auto;
  scroll-snap-align: start;
  scroll-margin-left: var(--space--base);
}
/* Creator cards in discover sections */
.discover-section__scroll .creator-card {
  flex: 0 0 280px;
  scroll-snap-align: start;
  scroll-margin-left: var(--space--base);
}
/* Discover Creator Card */
.discover-creator-card {
  flex: 0 0 180px;
  text-decoration: none;
  color: inherit;
  text-align: center;
  scroll-snap-align: start;
  scroll-margin-left: var(--space--base);
  transition: transform var(--transition-duration--base)
    var(--transition-timing--base);
}
.discover-creator-card:hover {
  transform: translateY(-4px);
}
.discover-creator-card__image {
  width: 180px;
  height: 180px;
  border-radius: var(--border-radius--circle);
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-bottom: var(--space--small);
  border: 3px solid var(--color--tag-border);
  transition: border-color var(--transition-duration--base)
    var(--transition-timing--base);
}
.discover-creator-card:hover .discover-creator-card__image {
  border-color: var(--color--accent-base);
}
.discover-creator-card__content {
  padding: 0 var(--space--small);
}
.discover-creator-card__name {
  font-size: var(--font-size--body);
  font-weight: var(--font-weight--bold);
  color: var(--color--text);
  margin: 0 0 var(--space--xx-small) 0;
}
.discover-creator-card__meta {
  font-size: var(--font-size--small);
  color: var(--color--text-secondary);
  margin: 0;
}
@media (max-width: 768px) {
  .discover-creator-card {
    flex: 0 0 140px;
  }

  .discover-creator-card__image {
    width: 140px;
    height: 140px;
  }
}
.email-display {
  display: flex;
  align-items: center;
  gap: var(--space--base);
}
.pending-email-notice {
  margin-top: var(--space--small);
  padding: var(--space--medium);
  background: rgba(167, 139, 250, 0.1);
  border-radius: var(--border-radius--base);
}
.pending-email-notice__text {
  margin: 0 0 var(--space--small) 0;
  color: var(--color--text-secondary);
}
.pending-email-notice__help {
  margin: 0;
  font-size: var(--font-size--small);
  color: var(--color--text-muted);
}
.pending-email-notice__cancel {
  margin-top: var(--space--small);
}
.email-highlight {
  font-size: var(--font-size--large);
  font-weight: var(--font-weight--bold);
  color: var(--color--accent-light);
  margin: var(--space--base) 0;
}
.button-group {
  display: flex;
  gap: var(--space--base);
}
.episodes {
  margin-top: var(--space--xx-large);
  margin-bottom: var(--space--xx-large);
}
.episodes__title {
  font-size: var(--font-size--subheader);
  font-weight: var(--font-weight--bold);
  color: var(--color--text);
  margin: 0 0 var(--space--base) 0;
}
.seasons {
  position: relative;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: var(--space--large);
}
.seasons__list {
  position: sticky;
  top: 6rem;
  margin-top: var(--space--medium);
  align-self: start;
  border: var(--border--dark);
  border-radius: var(--border-radius--large);
  padding: var(--space--base);
  list-style: none;
}
.season__link {
  display: block;
  padding: var(--space--small) var(--space--small);
  color: var(--color--text-secondary);
  text-decoration: none;
  border-radius: var(--border-radius--base);
  transition:
    background-color var(--transition-duration--base)
      var(--transition-timing--base),
    color var(--transition-duration--base) var(--transition-timing--base);
}
.season__link:hover {
  background-color: var(--color--background-light);
  color: var(--color--text);
}
.season__link--active {
  background-color: var(--color--accent-base);
  color: var(--color--text-inverse);
  font-weight: var(--font-weight--bold);
}
.episodes__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space--large);
  margin: 0 var(--space--large);
}
.season {
  scroll-margin-top: 6rem;
}
.episodes__column {
  display: flex;
  flex-direction: column;
  gap: var(--space--large);
}
.episode-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.episode {
  padding: var(--space--medium);
  background-color: var(--color--background-card);
  border-radius: var(--border-radius--large);
  transition: transform var(--transition-duration--base)
    var(--transition-timing--base);
}
.episode:hover {
  transform: translateY(-2px);
}
.episode__content {
  width: 100%;
}
.episode__show_title {
  display: inline-block;
  font-size: var(--font-size--small);
  font-weight: var(--font-weight--bold);
  color: var(--color--text);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: var(--space--x-small);
  transition: color var(--transition-duration--base)
    var(--transition-timing--base);
}
.episode__title {
  font-size: var(--font-size--section-title);
  font-weight: var(--font-weight--bold);
  color: var(--color--text);
  margin: 0 0 var(--space--xx-small) 0;
  line-height: var(--line-height--tight);
}
.episode__meta {
  font-size: var(--font-size--small);
  color: var(--color--text-muted);
  margin: 0 0 var(--space--x-small) 0;
}
.episode__description {
  font-size: var(--font-size--small);
  color: var(--color--text-secondary);
  margin: 0 0 var(--space--small) 0;
  line-height: var(--line-height--base);
}
.episode__tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space--x-small);
  margin: 0;
}
.episode__tag {
  display: inline-block;
  padding: var(--space--xx-small) var(--space--x-small);
  background-color: var(--color--tag-background);
  color: var(--color--tag-text);
  border: 1px solid var(--color--tag-border);
  border-radius: var(--border-radius--pill);
  font-size: var(--font-size--small);
  font-weight: var(--font-weight--normal);
  text-decoration: none;
}
.episode__tag--mood {
  background-color: var(--color--mood-tag-background);
  color: var(--color--mood-tag-text);
  border-color: var(--color--mood-tag-border);
}
.episode__tag--mood:hover {
  color: var(--color--mood-tag-text);
  border-color: var(--color--mood-tag-text);
}
.episode__tag--game-system {
  background-color: var(--color--game-system-tag-background);
  color: var(--color--game-system-tag-text);
  border-color: var(--color--game-system-tag-border);
}
.episode__tag--game-system:hover {
  color: var(--color--game-system-tag-text);
  border-color: var(--color--game-system-tag-text);
}
/* Content Warnings */
.content-warnings {
  margin-top: var(--space--small);
  margin-bottom: var(--space--small);
}
.content-warnings__details {
}
.content-warnings__summary {
  font-size: var(--font-size--body);
  font-weight: var(--font-weight--bold);
  color: var(--color--text);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  gap: var(--space--x-small);
}
.content-warnings__summary::-webkit-details-marker {
  display: none;
}
.content-warnings__summary::marker {
  display: none;
}
.content-warnings__summary::after {
  display: none;
}
.content-warnings__summary::before {
  content: "▶";
  display: inline-block;
  transition: transform var(--transition-duration--base)
    var(--transition-timing--base);
  font-size: var(--font-size--small);
  color: var(--color--text-muted);
}
.content-warnings__details[open] .content-warnings__summary::before {
  transform: rotate(90deg);
}
.content-warnings__summary:hover {
  color: var(--color--accent-light);
}
.content-warnings__summary:focus {
  outline: 2px solid var(--color--accent-base);
  outline-offset: 2px;
  border-radius: var(--border-radius--small);
}
.content-warnings__tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space--x-small);
  margin-top: var(--space--medium);
}
.content-warning-tag {
  display: inline-block;
  padding: var(--space--x-small) var(--space--base);
  background-color: var(--color--tag-background);
  color: var(--color--tag-text);
  border: 1px solid var(--color--tag-border);
  border-radius: var(--border-radius--pill);
  font-size: var(--font-size--small);
  font-weight: var(--font-weight--normal);
}
@media (max-width: 768px) {
  .seasons {
    display: block;
  }

  .seasons__list {
    position: sticky;
    top: 80px;
    display: flex;
    gap: var(--space--small);
    overflow-x: auto;
    margin-top: 0;
    margin-bottom: var(--space--large);
    padding: var(--space--small);
    background-color: var(--color--background-base-alpha);
    backdrop-filter: blur(10px);
    border: var(--border--dark);
    border-radius: var(--border-radius--small);
    scrollbar-width: none;
    -ms-overflow-style: none;
    z-index: var(--z-index--base);
  }

  .seasons__list::-webkit-scrollbar {
    display: none;
  }

  .seasons__list li {
    flex-shrink: 0;
  }

  .season__link {
    white-space: nowrap;
    padding: var(--space--small) var(--space--base);
  }

  .episodes__grid {
    grid-template-columns: 1fr;
  }

  .season {
    margin-bottom: var(--space--x-large);
    scroll-margin-top: calc(var(--space--x-large) + 4rem);
  }

  .season__title {
    margin-bottom: var(--space--large);
  }
}
/* Form Errors */
.form-errors {
  background-color: rgba(229, 56, 62, 0.1);
  border: 1px solid rgba(229, 56, 62, 0.3);
  border-radius: var(--border-radius--base);
  padding: var(--space--large);
  margin-bottom: var(--space--large);
}
.form-errors__title {
  font-size: var(--font-size--body);
  font-weight: var(--font-weight--bold);
  color: var(--color--ui-danger-light);
  margin: 0 0 var(--space--base) 0;
}
.form-errors__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space--x-small);
}
.form-errors__item {
  font-size: var(--font-size--small);
  color: var(--color--ui-danger-light);
  padding-left: var(--space--base);
  position: relative;
}
.form-errors__item::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--color--ui-danger-base);
}
/* Error state for individual fields */
label.error {
  color: var(--color--ui-danger-light);
}
label.error input,
label.error textarea,
label.error select {
  border-color: var(--color--ui-danger-base);
  background-color: rgba(229, 56, 62, 0.05);
}
label.error input:focus,
label.error textarea:focus,
label.error select:focus {
  outline-color: var(--color--ui-danger-base);
  border-color: var(--color--ui-danger-base);
}
/* For inputs with .error class directly (if not wrapped in label) */
input.error,
textarea.error,
select.error {
  border-color: var(--color--ui-danger-base);
  background-color: rgba(229, 56, 62, 0.05);
}
input.error:focus,
textarea.error:focus,
select.error:focus {
  outline-color: var(--color--ui-danger-base);
  border-color: var(--color--ui-danger-base);
}
.featured-section {
  margin-bottom: var(--space--x-large);
  padding-top: var(--space--small);
}
.featured-section__scroll {
  display: flex;
  gap: var(--space--base);
  overflow-x: auto;
  overflow-y: visible;
  padding: var(--space--small) 0 var(--space--base) var(--space--base);
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}
.featured-section__scroll::-webkit-scrollbar {
  display: none;
}
.featured-section__scroll .show-card--featured {
  flex-shrink: 0;
  width: calc(100vw - (var(--space--x-large) * 2) - var(--space--base));
  scroll-snap-align: start;
  scroll-margin-left: var(--space--x-large);
}
/* Flash Messages */
.flashes {
  max-width: var(--container--large);
  margin: 0 auto;
  padding: var(--space--base);
  display: flex;
  flex-direction: column;
  gap: var(--space--small);
}
.flashes.flashes--permanent {
    padding: 0;
  }
.flashes > div {
  padding: var(--space--medium);
  border-radius: var(--border-radius--base);
  font-size: var(--font-size--body);
  line-height: var(--line-height--base);
  color: var(--color--text);
  border-width: var(--border-width--medium);
  border-style: solid;
}
/* Notice - Success/Info messages */
.flash-notice {
  background: linear-gradient(
    135deg,
    rgba(167, 139, 250, 0.2),
    rgba(124, 58, 237, 0.15)
  );
  border-color: var(--color--accent-base);
}
/* Alert - Warning/Error messages */
.flash-alert {
  background: linear-gradient(
    135deg,
    rgba(229, 56, 62, 0.2),
    rgba(166, 31, 35, 0.15)
  );
  border-color: var(--color--ui-danger-base);
}
/* Success - Explicit success messages */
.flash-success {
  background: linear-gradient(
    135deg,
    rgba(184, 213, 184, 0.2),
    rgba(138, 164, 138, 0.15)
  );
  border-color: var(--color--ui-success-base);
}
@media (max-width: 768px) {
  .flashes {
    padding: var(--space--base) var(--space--base) 0;
  }
}
/* Profile Banner */
.profile-banner {
  position: relative;
  width: 100%;
  height: 300px;
  margin-bottom: calc(75px + var(--space--large));
}
.profile-banner__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.profile-banner__overlay {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: var(--container--large);
  padding: 0 var(--space--base);
}
.profile-banner__avatar {
  width: 150px;
  height: 150px;
  border-radius: var(--border-radius--circle);
  border: 4px solid var(--color--background-base);
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.profile-banner__overlay .profile-banner__avatar {
  transform: translateY(50%);
}
/* Profile Content */
.profile-content {
  max-width: var(--container--large);
  margin: 0 auto;
  padding: 0 var(--space--base);
}
/* Email Confirmation Alert */
.email-confirmation-alert {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: var(--space--small);
  background: linear-gradient(
    135deg,
    rgba(251, 146, 60, 0.15),
    rgba(234, 88, 12, 0.1)
  );
  border: 2px solid var(--color--orange-500);
  border-radius: var(--border-radius--base);
  padding: var(--space--medium);
  margin-bottom: var(--space--medium);
  box-shadow: 0 4px 6px rgba(251, 146, 60, 0.1);
}
.email-confirmation-alert__text {
  color: var(--color--text);
  font-size: var(--font-size--body);
  line-height: var(--line-height--base);
  margin: 0;
}
.email-confirmation-alert__text::before {
  font-size: var(--font-size--section-title);
  margin-right: var(--space--x-small);
}
.profile-header {
  margin-bottom: var(--space--xx-large);
}
.profile-header__info {
  max-width: 800px;
}
.profile-header__title-row {
  display: flex;
  align-items: center;
  gap: var(--space--medium);
  flex-wrap: wrap;
  margin-bottom: var(--space--base);
}
.profile-header__username {
  font-size: var(--font-size--header);
  font-weight: var(--font-weight--bold);
  color: var(--color--text);
  margin: 0;
}
.profile-header__edit-link {
  font-size: var(--font-size--small);
  font-weight: var(--font-weight--normal);
  color: var(--color--text-muted);
  text-decoration: none;
  padding: var(--space--xx-small) var(--space--small);
  border: 1px solid var(--color--tag-border);
  border-radius: var(--border-radius--small);
  transition: all var(--transition-duration--base)
    var(--transition-timing--base);
}
.profile-header__edit-link:hover {
  color: var(--color--accent-base);
  border-color: var(--color--accent-base);
  background-color: var(--color--tag-background);
}
.profile-header__bio {
  font-size: var(--font-size--body);
  color: var(--color--text-secondary);
  line-height: var(--line-height--base);
  margin: 0 0 var(--space--medium) 0;
}
.profile-header__actions {
  display: flex;
  align-items: center;
  gap: var(--space--medium);
  flex-wrap: wrap;
}
/* Profile Creators */
.profile-creators {
  margin-bottom: var(--space--xx-large);
}
.profile-creators__title {
  font-size: var(--font-size--subheader);
  font-weight: var(--font-weight--bold);
  color: var(--color--text);
  margin: 0 0 var(--space--small) 0;
  padding-bottom: var(--space--small);
  border-bottom: 1px solid var(--color--tag-border);
}
.profile-creators__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space--large);
  margin-top: var(--space--large);
}
/* Profile Shows */
.profile-shows {
  margin-bottom: var(--space--xx-large);
}
.profile-shows__title {
  font-size: var(--font-size--subheader);
  font-weight: var(--font-weight--bold);
  color: var(--color--text);
  margin: 0 0 var(--space--small) 0;
  padding-bottom: var(--space--small);
  border-bottom: 1px solid var(--color--tag-border);
}
.profile-shows__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space--large);
  margin-top: var(--space--large);
}
.back__link {
  display: inline-block;
  font-size: var(--font-size--small);
  font-weight: var(--font-weight--bold);
  color: var(--color--accent-base);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: var(--space--x-small);
  transition: color var(--transition-duration--base)
    var(--transition-timing--base);
}
.back__link:hover {
  color: var(--color--accent-light);
}
@media (max-width: 768px) {
  .profile-creators__grid,
  .profile-shows__grid {
    grid-template-columns: 1fr;
  }

  .profile-banner {
    height: 200px;
    margin-bottom: calc(60px + var(--space--base));
  }

  .profile-banner__avatar {
    width: 120px;
    height: 120px;
  }
}
/* Search UI Styles */
.site-header__search {
  position: relative;
  display: flex;
  align-items: center;
}
.site-header__icon-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: var(--color-text);
  cursor: pointer;
  padding: 8px;
  transition: color 0.2s ease;
}
.site-header__icon-button:hover {
  color: var(--color-primary);
}
.search-results-panel {
  position: fixed;
  top: 73px;
  left: 0;
  right: 0;
  background: rgba(26, 22, 37, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  box-shadow: none;
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.3s ease,
    border-bottom 0.3s ease,
    box-shadow 0.3s ease;
  z-index: 999;
}
.search-results-panel--visible {
  max-height: 80vh;
  overflow-y: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.search-panel-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
}
.search-panel-form {
  margin-bottom: 24px;
}
.search-panel-input-wrapper {
  display: flex;
  align-items: center;
  background: transparent;
  border: 2px solid white;
  border-radius: 24px;
  padding: 8px 16px;
  gap: 12px;
}
.search-panel-select {
  background: transparent;
  border: none;
  color: var(--color-text);
  font-size: 16px;
  padding: 8px 12px;
  cursor: pointer;
  outline: none;
  font-weight: 500;
}
.search-panel-select:focus {
  outline: none;
}
.search-panel-input {
  flex: 1;
  border: none;
  background: transparent;
  color: var(--color-text);
  font-size: 16px;
  padding: 8px 12px;
  outline: none;
}
.search-panel-input::-moz-placeholder {
  color: var(--color-text-muted);
}
.search-panel-input::placeholder {
  color: var(--color-text-muted);
}
.search-panel-input:focus {
  outline: none;
}
.search-panel-close {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: var(--color-text-muted);
  cursor: pointer;
  padding: 4px;
  transition: color 0.2s ease;
  flex-shrink: 0;
}
.search-panel-close:hover {
  color: var(--color-text);
}
.search-results {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.search-result-item {
  margin: 0;
}
.search-result-link {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease;
}
.search-result-link:hover {
  background: var(--color-surface-hover);
  border-color: var(--color-primary);
  transform: translateY(-2px);
}
.search-result-image {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}
.search-result-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 0;
}
.search-result-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-text);
  margin: 0;
}
.search-result-type {
  font-size: 12px;
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}
.search-result-description {
  font-size: 14px;
  color: var(--color-text-secondary);
  margin: 8px 0 0 0;
  line-height: 1.5;
}
.search-empty-state {
  padding: 48px 24px;
  text-align: center;
  color: var(--color-text-muted);
}
.search-empty-state p {
  font-size: 16px;
  margin: 0;
}
@media (max-width: 768px) {
  .search-results-panel {
    top: 70px;
  }

  .search-panel-container {
    padding: 16px;
  }

  .search-panel-input-wrapper {
    padding: 6px 12px;
  }

  .search-panel-input,
  .search-panel-select {
    font-size: 14px;
  }
}
.show-banner {
  position: relative;
  width: 100%;
  height: 400px;
  margin-bottom: calc(75px + var(--space--large));
}
.show-banner__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.show-banner__overlay {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: var(--container--large);
  padding: 0 var(--space--base);
}
.show-banner__thumbnail {
  width: 150px;
  height: 150px;
  border-radius: var(--border-radius--base);
  border: 4px solid var(--color--background-base);
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transform: translateY(50%);
}
.show-content {
  max-width: var(--container--large);
  margin: 0 auto;
  padding: 0 var(--space--base);
}
.show-content__eyebrow {
  display: inline-block;
  font-size: var(--font-size--small);
  font-weight: var(--font-weight--bold);
  color: var(--color--accent-base);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: var(--space--x-small);
  transition: color var(--transition-duration--base)
    var(--transition-timing--base);
}
.show-content__eyebrow:hover {
  color: var(--color--accent-light);
}
.show-content__layout {
  display: flex;
  gap: var(--space--x-large);
  align-items: flex-start;
  margin-bottom: var(--space--base);
}
.show-content__main {
  flex: 1;
}
.show-content__title-row {
  display: flex;
  align-items: center;
  gap: var(--space--medium);
  flex-wrap: wrap;
  margin-bottom: var(--space--small);
}
.show-content__title {
  font-size: var(--font-size--header);
  font-weight: var(--font-weight--bold);
  color: var(--color--text);
  margin: 0;
  line-height: var(--line-height--tight);
}
.show-content__claim-link {
  font-size: var(--font-size--small);
  font-weight: var(--font-weight--normal);
  color: var(--color--text-muted);
  text-decoration: none;
  padding: var(--space--xx-small) var(--space--small);
  border: 1px solid var(--color--tag-border);
  border-radius: var(--border-radius--small);
  transition: all var(--transition-duration--base)
    var(--transition-timing--base);
}
.show-content__claim-link:hover {
  color: var(--color--accent-base);
  border-color: var(--color--accent-base);
  background-color: var(--color--tag-background);
}
.show-content__meta {
  font-size: var(--font-size--body);
  color: var(--color--text-muted);
  margin: 0 0 var(--space--base) 0;
}
.show-content__body {
  display: flex;
  flex-direction: row-reverse;
  align-items: start;
}
.episode-status {
  padding: var(--space--medium);
  border-radius: var(--border-radius--base);
  font-size: var(--font-size--body);
  line-height: var(--line-height--base);
  color: var(--color--text);
  border-width: var(--border-width--medium);
  border-style: solid;
  background: linear-gradient(
    135deg,
    rgba(167, 139, 250, 0.2),
    rgba(124, 58, 237, 0.15)
  );
  border-color: var(--color--accent-base);
  min-width: 250px;
  width: 250px;
  max-width: 250px;
  margin-left: var(--space--large);
  margin-right: var(--space--medium);
}
@keyframes highlight {
  from {
    background-color: var(--color--accent-dark);
  }
}
.episode-status-saved {
  animation: highlight 1s;
}
.show-content__description {
  flex-grow: 1;
  font-size: var(--font-size--body);
  line-height: var(--line-height--base);
  color: var(--color--text-secondary);
  margin: 0 0 var(--space--medium) 0;
}
.show-tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space--x-small);
  margin-bottom: var(--space--large);
}
.tag {
  display: inline-block;
  padding: var(--space--x-small) var(--space--base);
  background-color: var(--color--tag-background);
  color: var(--color--tag-text);
  border: 1px solid var(--color--tag-border);
  border-radius: var(--border-radius--pill);
  font-size: var(--font-size--body);
  font-weight: var(--font-weight--normal);
  text-decoration: none;
  transition: all var(--transition-duration--base)
    var(--transition-timing--base);
}
.tag:hover {
  color: var(--color--accent-light);
  border-color: var(--color--accent-base);
}
.tag--mood {
  background-color: var(--color--mood-tag-background);
  color: var(--color--mood-tag-text);
  border-color: var(--color--mood-tag-border);
}
.tag--mood:hover {
  color: var(--color--mood-tag-text);
  border-color: var(--color--mood-tag-text);
}
.tag--game-system {
  background-color: var(--color--game-system-tag-background);
  color: var(--color--game-system-tag-text);
  border-color: var(--color--game-system-tag-border);
}
.tag--game-system:hover {
  color: var(--color--game-system-tag-text);
  border-color: var(--color--game-system-tag-text);
}
.show-actions {
  display: flex;
  gap: var(--space--base);
  flex-wrap: wrap;
  margin-bottom: var(--space--medium);
}
.show-social {
  display: flex;
  gap: var(--space--small);
  align-items: center;
}
.show-creators {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space--medium);
  justify-content: flex-end;
  max-width: 40%;
  margin-right: var(--space--medium);
}
.show-creators__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space--small);
  text-decoration: none;
  color: inherit;
  transition: opacity var(--transition-duration--base)
    var(--transition-timing--base);
  max-width: 120px;
}
.show-creators__item:hover {
  opacity: 0.8;
}
.show-creators__image {
  width: 120px;
  height: 120px;
  border-radius: var(--border-radius--circle);
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.show-creators__name {
  font-size: var(--font-size--section-title);
  font-weight: var(--font-weight--bold);
  color: var(--color--text);
  margin: 0;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
form.create_status,
form.edit_status {
  gap: var(--space--small);
}
@media (max-width: 768px) {
  .show-content__layout {
    flex-direction: column;
  }

  .show-creators {
    width: 100%;
    max-width: none;
    justify-content: flex-start;
  }

  .show-creators__image {
    width: 80px;
    height: 80px;
  }

  .show-creators__name {
    font-size: var(--font-size--small);
  }

  .show-content__body {
    flex-direction: column;
    align-items: stretch;
  }

  .episode-status {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: var(--space--medium);
    width: auto;
    min-width: none;
    max-width: none;
  }
}
.show-card {
  position: relative;
  display: block;
  background-color: rgba(45, 42, 61, 0.4);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(167, 139, 250, 0.2);
  border-radius: var(--border-radius--large);
  overflow: hidden;
  transition:
    transform var(--transition-duration--base) var(--transition-timing--base),
    background-color var(--transition-duration--base)
      var(--transition-timing--base),
    border-color var(--transition-duration--base) var(--transition-timing--base);
  text-decoration: none;
  color: inherit;
}
.show-card:hover {
  transform: translateY(-4px);
  background-color: rgba(45, 42, 61, 0.6);
  border-color: rgba(167, 139, 250, 0.4);
}
.show-card__image {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.show-card__footer {
  padding: var(--space--base);
  background-color: transparent;
}
.show-card__title {
  font-size: var(--font-size--section-title);
  font-weight: var(--font-weight--bold);
  margin: 0 0 var(--space--x-small) 0;
  color: var(--color--text);
}
.show-card__description {
  font-size: var(--font-size--body);
  color: var(--color--text-secondary);
  margin: 0 0 var(--space--small) 0;
  line-height: var(--line-height--base);
}
.show-card__button {
  opacity: 0;
  transition: opacity var(--transition-duration--base)
    var(--transition-timing--base);
}
.show-card:hover .show-card__button {
  opacity: 1;
}
/* Featured Card */
.show-card--featured {
  width: 100%;
  min-height: 400px;
  border-radius: var(--border-radius--large);
}
.show-card--featured .show-card__image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.show-card--featured .show-card__footer {
  position: relative;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    transparent 100%
  );
  padding: var(--space--base);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 400px;
}
.show-card--featured .show-card__title {
  font-size: var(--font-size--header);
  color: var(--color--white-500);
}
.show-card--featured .show-card__description {
  color: var(--color--gray-100);
  max-width: 600px;
}
.show-card--featured .card__tags {
  margin: var(--space--small) 0;
}
.show-card__button--watch {
  opacity: 1;
  min-width: 4rem;
  height: 2rem;
  padding: var(--space--x-small) var(--space--base);
  align-self: flex-start;
}
.featured-card__creator-image {
  position: absolute;
  bottom: var(--space--base);
  right: var(--space--base);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  -o-object-fit: cover;
     object-fit: cover;
}
.header__social {
  display: flex;
  gap: var(--space--small);
}
.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: var(--border-radius--circle);
  background-color: rgba(167, 139, 250, 0.1);
  border: 1px solid var(--color--tag-border);
  color: var(--color--accent-base);
  text-decoration: none;
  transition: all var(--transition-duration--base)
    var(--transition-timing--base);
}
.social-link:hover {
  background-color: var(--color--accent-base);
  color: var(--color--white-500);
  border-color: var(--color--accent-base);
  transform: translateY(-2px);
}
.site-footer {
  margin-top: var(--space--xx-large);
  padding: var(--space--xx-large) 0 var(--space--large);
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
  border-top: 1px solid rgba(167, 139, 250, 0.1);
}
.site-footer__container {
  max-width: var(--container--large);
  margin: 0 auto;
  padding: 0 var(--space--base);
}
.site-footer__content {
  display: flex;
  justify-content: space-between;
  gap: var(--space--xx-large);
  margin-bottom: var(--space--x-large);
}
.site-footer__section:first-child {
  flex: 0 0 auto;
  max-width: 400px;
}
.site-footer__nav-group {
  display: flex;
  gap: var(--space--xx-large);
  margin-left: auto;
}
.site-footer__section {
  display: flex;
  flex-direction: column;
  gap: var(--space--small);
}
.site-footer__title {
  font-size: var(--font-size--section-title);
  font-weight: var(--font-weight--bold);
  color: var(--color--text);
  margin: 0;
}
.site-footer__description {
  font-size: var(--font-size--small);
  color: var(--color--text-secondary);
  line-height: var(--line-height--base);
  margin: 0;
  max-width: 300px;
}
.site-footer__heading {
  font-size: var(--font-size--small);
  font-weight: var(--font-weight--bold);
  color: var(--color--text);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
}
.site-footer__columns {
  display: flex;
  gap: var(--space--large);
}
.site-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space--x-small);
}
.site-footer__link {
  font-size: var(--font-size--small);
  color: var(--color--text-secondary);
  text-decoration: none;
  transition: color var(--transition-duration--base)
    var(--transition-timing--base);
}
.site-footer__link:hover {
  color: var(--color--accent-light);
}
.site-footer__bottom {
  padding-top: var(--space--large);
  border-top: 1px solid rgba(167, 139, 250, 0.1);
}
.site-footer__copyright {
  font-size: var(--font-size--small);
  color: var(--color--text-muted);
  text-align: center;
  margin: 0;
}
@media (max-width: 768px) {
  .site-footer__content {
    flex-direction: column;
    gap: var(--space--large);
  }

  .site-footer__section:first-child {
    max-width: 100%;
  }

  .site-footer__nav-group {
    margin-left: 0;
    flex-direction: column;
    gap: var(--space--large);
  }

  .site-footer__columns {
    flex-direction: column;
    gap: var(--space--small);
  }

  .site-footer__description {
    max-width: 100%;
  }
}
.site-header {
  background-color: var(--color--background-base);
  border-bottom: 1px solid var(--color--background-light);
  padding: var(--space--base) 0;
  position: sticky;
  top: 0;
  z-index: var(--z-index--layout);
}
.site-header__container {
  max-width: var(--container--large);
  margin: 0 auto;
  padding: 0 var(--space--base);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space--large);
}
.site-header__logo {
  font-size: var(--font-size--section-title);
  font-weight: var(--font-weight--bold);
  color: var(--color--text);
  text-decoration: none;
  white-space: nowrap;
  transition: color var(--transition-duration--base)
    var(--transition-timing--base);
}
.site-header__logo:hover {
  color: var(--color--accent-base);
}
.site-header__nav {
  display: flex;
  align-items: center;
  gap: var(--space--large);
  flex: 1;
  justify-content: center;
}
.site-header__link {
  font-size: var(--font-size--body);
  color: var(--color--text-secondary);
  text-decoration: none;
  white-space: nowrap;
  transition: color var(--transition-duration--base)
    var(--transition-timing--base);
}
.site-header__link:hover {
  color: var(--color--text);
}
.site-header__link--active {
  color: var(--color--accent-base);
  font-weight: var(--font-weight--bold);
}
.site-header__link--active:hover {
  color: var(--color--accent-light);
}
.site-header__actions {
  display: flex;
  align-items: center;
  gap: var(--space--x-small);
}
.site-header__icon-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
  border-radius: var(--border-radius--base);
  color: var(--color--text-secondary);
  cursor: pointer;
  transition:
    background-color var(--transition-duration--base)
      var(--transition-timing--base),
    color var(--transition-duration--base) var(--transition-timing--base);
}
.site-header__icon-button:hover {
  background-color: var(--color--background-light);
  color: var(--color--text);
}
.site-header__mobile-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
  border-radius: var(--border-radius--base);
  color: var(--color--text-secondary);
  cursor: pointer;
  transition:
    background-color var(--transition-duration--base)
      var(--transition-timing--base),
    color var(--transition-duration--base) var(--transition-timing--base);
}
.site-header__mobile-toggle:hover {
  background-color: var(--color--background-light);
  color: var(--color--text);
}
.hamburger-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  position: relative;
}
.hamburger-icon__line {
  width: 20px;
  height: 2px;
  background-color: currentColor;
  border-radius: 2px;
  transition: all 0.3s ease;
  position: absolute;
}
.hamburger-icon__line:nth-child(1) {
  top: 6px;
}
.hamburger-icon__line:nth-child(2) {
  top: 11px;
}
.hamburger-icon__line:nth-child(3) {
  top: 16px;
}
.site-header__mobile-toggle.is-active .hamburger-icon__line:nth-child(1) {
  top: 11px;
  transform: rotate(45deg);
}
.site-header__mobile-toggle.is-active .hamburger-icon__line:nth-child(2) {
  opacity: 0;
}
.site-header__mobile-toggle.is-active .hamburger-icon__line:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
}
.site-header__mobile-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: var(--color--background-base);
  border-bottom: 1px solid var(--color--background-light);
  opacity: 0;
  transform: translateY(-10px);
  transition:
    opacity var(--transition-duration--base) var(--transition-timing--base),
    transform var(--transition-duration--base) var(--transition-timing--base);
}
.site-header__mobile-nav.is-active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.site-header__mobile-nav-content {
  max-width: var(--container--large);
  margin: 0 auto;
  padding: var(--space--base);
  display: flex;
  flex-direction: column;
  gap: var(--space--small);
}
.site-header__mobile-link {
  padding: var(--space--small) var(--space--base);
  font-size: var(--font-size--body);
  color: var(--color--text-secondary);
  text-decoration: none;
  border-radius: var(--border-radius--base);
  transition:
    background-color var(--transition-duration--base)
      var(--transition-timing--base),
    color var(--transition-duration--base) var(--transition-timing--base);
}
.site-header__mobile-link:hover {
  background-color: var(--color--background-light);
  color: var(--color--text);
}
@media (max-width: 768px) {
  .site-header__nav {
    display: none;
  }

  .site-header__container {
    gap: var(--space--base);
  }

  .site-header__mobile-toggle {
    display: flex;
  }

  .site-header__logo {
    font-size: 1.1rem;
  }
}
@media (max-width: 400px) {
  .site-header__logo {
    font-size: 0.9rem;
  }
}
/* Tags Index Page */
.tags-index {
  max-width: var(--container--large);
  margin: 0 auto;
  padding: 0 var(--space--base);
}
.tags-index__header {
  padding: var(--space--xx-large) 0 var(--space--x-large);
  text-align: center;
}
.tags-index__title {
  font-size: 4rem;
  font-weight: var(--font-weight--bold);
  color: var(--color--text);
  margin: 0 0 var(--space--small) 0;
  line-height: var(--line-height--tight);
}
.tags-index__description {
  font-size: var(--font-size--large);
  color: var(--color--text-muted);
  margin: 0;
}
@media (max-width: 768px) {
  .tags-index__title {
    font-size: 3rem;
  }

  .tags-index__description {
    font-size: var(--font-size--body);
  }
}
.tags-index__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space--base);
  padding-bottom: var(--space--xx-large);
}
@media (max-width: 768px) {
  .tags-index__grid {
    grid-template-columns: 1fr;
  }
}
/* Tag Card */
.tag-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space--large);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--border-radius--base);
  text-decoration: none;
  transition: all var(--transition-duration--base)
    var(--transition-timing--base);
}
.tag-card:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--color--accent-base);
  transform: translateY(-2px);
}
.tag-card__content {
  flex: 1;
}
.tag-card__name {
  font-size: var(--font-size--large);
  font-weight: var(--font-weight--bold);
  color: var(--color--text);
  margin: 0 0 var(--space--x-small) 0;
}
.tag-card__stats {
  display: flex;
  align-items: center;
  gap: var(--space--small);
  font-size: var(--font-size--small);
  color: var(--color--text-muted);
}
.tag-card__stat {
  display: inline-block;
}
.tag-card__stat-separator {
  opacity: 0.5;
}
.tag-card__arrow {
  font-size: var(--font-size--large);
  color: var(--color--accent-base);
  margin-left: var(--space--base);
  transition: transform var(--transition-duration--base)
    var(--transition-timing--base);
}
.tag-card:hover .tag-card__arrow {
  transform: translateX(4px);
}
/* Tag Show Page */
.tag-page {
  max-width: var(--container--large);
  margin: 0 auto;
  padding: 0 var(--space--base);
}
.tag-page__header {
  padding: var(--space--xx-large) 0 var(--space--x-large);
}
.tag-page__title {
  font-size: 4rem;
  font-weight: var(--font-weight--bold);
  color: var(--color--text);
  margin: 0;
  line-height: var(--line-height--tight);
}
@media (max-width: 768px) {
  .tag-page__title {
    font-size: 3rem;
  }
}
.tag-section {
  margin-bottom: var(--space--xx-large);
}
.tag-section__title {
  font-size: var(--font-size--subheader);
  font-weight: var(--font-weight--bold);
  color: var(--color--text);
  margin: 0 0 var(--space--small) 0;
  padding-bottom: var(--space--small);
  border-bottom: 1px solid var(--color--tag-border);
}
.tag-section__view-all {
  display: inline-block;
  margin-top: var(--space--large);
  font-size: var(--font-size--body);
  color: var(--color--accent-base);
  text-decoration: none;
  font-weight: var(--font-weight--bold);
  transition: color var(--transition-duration--base)
    var(--transition-timing--base);
}
.tag-section__view-all:hover {
  color: var(--color--accent-light);
}
.tag-section__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: var(--space--large);
  margin-top: var(--space--large);
}
@media (max-width: 768px) {
  .tag-section__grid {
    grid-template-columns: 1fr;
  }
}
.mood .ts-control,
.mood .ts-dropdown {
  --color--autocomplete-tag-background: var(--color--mood-tag-background);
  --color--autocomplete-tag-text: var(--color--mood-tag-text);
  --color--autocomplete-tag-border: var(--color--mood-tag-border);
}
.game-system .ts-control,
.game-system .ts-dropdown {
  --color--autocomplete-tag-background: var(
    --color--game-system-tag-background
  );
  --color--autocomplete-tag-text: var(--color--game-system-tag-text);
  --color--autocomplete-tag-border: var(--color--game-system-tag-border);
}
.ts-control,
.ts-dropdown {
  --color--autocomplete-tag-background: var(--color--tag-background);
  --color--autocomplete-tag-text: var(--color--tag-text);
  --color--autocomplete-tag-border: var(--color--tag-border);
}
.ts-control {
  border: var(--border--light);
  padding: var(--space--small);
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: var(--border-radius--base);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space--x-small);
}
.ts-wrapper.multi.has-items .ts-control {
  padding: calc(8px - 2px - 0) 8px calc(8px - 2px - 3px - 0);
}
.full .ts-control {
  background-color: var(--color--background-base);
}
.disabled .ts-control,
.disabled .ts-control * {
  cursor: default !important;
}
.focus .ts-control {
  box-shadow: none;
}
.ts-control > * {
  vertical-align: baseline;
  display: inline-block;
}
.ts-wrapper.multi .ts-control > div {
  cursor: pointer;
  padding: var(--space--xx-small) var(--space--x-small);
  background-color: var(--color--autocomplete-tag-background);
  color: var(--color--autocomplete-tag-text);
  border: 1px solid var(--color--autocomplete-tag-border);
  border-radius: var(--border-radius--pill);
  font-size: var(--font-size--small);
  font-weight: var(--font-weight--normal);
  transition: all var(--transition-duration--base)
    var(--transition-timing--base);
}
.ts-wrapper.multi .ts-control > div.active {
  color: var(--color--accent-light);
  border-color: var(--color--accent-base);
}
.ts-wrapper.multi.disabled .ts-control > div,
.ts-wrapper.multi.disabled .ts-control > div.active {
  color: rgb(124.5, 124.5, 124.5);
  background: white;
  border: 0 solid white;
}
.ts-control > input {
  flex: 1 1 auto;
  min-width: 7rem;
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
  box-shadow: none !important;
}
.ts-control > input::-ms-clear {
  display: none;
}
.ts-control > input:focus {
  outline: none !important;
}
.has-items .ts-control > input {
  margin: 0 4px !important;
}
.ts-control.rtl {
  text-align: right;
}
.ts-control.rtl.single .ts-control:after {
  left: 15px;
  right: auto;
}
.ts-control.rtl .ts-control > input {
  margin: 0 4px 0 -2px !important;
}
.disabled .ts-control {
  opacity: 0.5;
  background-color: #fafafa;
}
.input-hidden .ts-control > input {
  opacity: 0;
  position: absolute;
  left: -10000px;
}
.ts-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: rgba(45, 42, 61, 0.4);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(167, 139, 250, 0.2);
  margin: 0.25rem 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 var(--border-radius--base) var(--border-radius--base);
}
.ts-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.ts-dropdown [data-selectable] .highlight {
  background-color: var(--color--autocomplete-tag-background);
  color: var(--color--autocomplete-tag-text);
  border-radius: 1px;
}
.ts-dropdown .option,
.ts-dropdown .optgroup-header,
.ts-dropdown .no-results,
.ts-dropdown .create {
  padding: 5px 8px;
}
.ts-dropdown .option,
.ts-dropdown [data-disabled],
.ts-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.ts-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer;
}
.ts-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.ts-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.ts-dropdown .active {
  background-color: var(--color--autocomplete-tag-background);
  color: var(--color--autocomplete-tag-text);
}
.ts-dropdown .active.create {
  color: #495c68;
}
.ts-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.ts-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px 8px;
}
.ts-dropdown .spinner::after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #d0d0d0;
  border-color: #d0d0d0 transparent #d0d0d0 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ts-dropdown-content {
  overflow: hidden auto;
  max-height: 200px;
  scroll-behavior: smooth;
}
.ts-wrapper.plugin-drag_drop .ts-dragging {
  color: transparent !important;
}
.ts-wrapper.plugin-drag_drop .ts-dragging > * {
  visibility: hidden !important;
}
.plugin-checkbox_options:not(.rtl) .option input {
  margin-right: 0.5rem;
}
.plugin-checkbox_options.rtl .option input {
  margin-left: 0.5rem;
}
/* stylelint-disable function-name-case */
.plugin-clear_button {
  --ts-pr-clear-button: 1em;
}
.plugin-clear_button .clear-button {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(8px - 6px);
  margin-right: 0 !important;
  background: transparent !important;
  transition: opacity 0.5s;
  cursor: pointer;
}
.plugin-clear_button.form-select .clear-button,
.plugin-clear_button.single .clear-button {
  right: max(var(--ts-pr-caret), 8px);
}
.plugin-clear_button.focus.has-items .clear-button,
.plugin-clear_button:not(.disabled):hover.has-items .clear-button {
  opacity: 1;
}
.ts-wrapper .dropdown-header {
  position: relative;
  padding: 10px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: color-mix(#fff, #d0d0d0, 85%);
  border-radius: 3px 3px 0 0;
}
.ts-wrapper .dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.ts-wrapper .dropdown-header-close:hover {
  color: black;
}
.plugin-dropdown_input.focus.dropdown-active .ts-control {
  box-shadow: none;
  border: 1px solid #d0d0d0;
}
.plugin-dropdown_input .dropdown-input {
  border: 1px solid #d0d0d0;
  border-width: 0 0 1px;
  display: block;
  padding: 8px 8px;
  box-shadow: none;
  width: 100%;
  background: transparent;
}
.plugin-dropdown_input .items-placeholder {
  border: 0 none !important;
  box-shadow: none !important;
  width: 100%;
}
.plugin-dropdown_input.has-items .items-placeholder,
.plugin-dropdown_input.dropdown-active .items-placeholder {
  display: none !important;
}
.ts-wrapper.plugin-input_autogrow.has-items .ts-control > input {
  min-width: 0;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input {
  flex: none;
  min-width: 4px;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus
  .ts-control
  > input::-moz-placeholder {
  color: transparent;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus
  .ts-control
  > input::placeholder {
  color: transparent;
}
.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
  display: flex;
}
.ts-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup::before {
  display: none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.ts-wrapper.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
}
.ts-wrapper.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 0 6px;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}
.ts-wrapper.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
  background: none;
}
.ts-wrapper.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item {
  padding-right: 0 !important;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
  border-left: 1px solid #d0d0d0;
  margin-left: 6px;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove {
  border-left-color: #cacaca;
}
.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove {
  border-left-color: white;
}
.ts-wrapper.plugin-remove_button.rtl .item {
  padding-left: 0 !important;
}
.ts-wrapper.plugin-remove_button.rtl .item .remove {
  border-right: 1px solid #d0d0d0;
  margin-right: 6px;
}
.ts-wrapper.plugin-remove_button.rtl .item.active .remove {
  border-right-color: #cacaca;
}
.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove {
  border-right-color: white;
}
:root {
  --ts-pr-clear-button: 0px;
  --ts-pr-caret: 0px;
  --ts-pr-min: 0.75rem;
}
.ts-wrapper.single .ts-control,
.ts-wrapper.single .ts-control input {
  cursor: pointer;
}
.ts-control:not(.rtl) {
  padding-right: max(
    var(--ts-pr-min),
    var(--ts-pr-clear-button) + var(--ts-pr-caret)
  ) !important;
}
.ts-control.rtl {
  padding-left: max(
    var(--ts-pr-min),
    var(--ts-pr-clear-button) + var(--ts-pr-caret)
  ) !important;
}
.ts-wrapper {
  position: relative;
}
.ts-dropdown,
.ts-control,
.ts-control input {
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
}
.ts-control,
.ts-wrapper.single.input-active .ts-control {
  background-color: var(--color--background-base);
  cursor: text;
}
.ts-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
/* Profile Dropdown */
.profile-dropdown {
  position: relative;
}
.profile-dropdown__trigger {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--border-radius--circle);
  transition: opacity var(--transition-duration--base)
    var(--transition-timing--base);
  position: relative;
}
.profile-dropdown__trigger:hover {
  opacity: 0.8;
}
.profile-dropdown__trigger.badge::after {
  content: "";
  position: absolute;
  top: var(--badge-offset);
  right: var(--badge-offset);
  width: var(--badge-size);
  height: var(--badge-size);
  background-color: var(--color--badge-background);
  border: var(--border-width--medium) solid var(--color--background-base);
  border-radius: var(--border-radius--circle);
}
.profile-dropdown__avatar {
  width: 40px;
  height: 40px;
  border-radius: var(--border-radius--circle);
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border: 2px solid var(--color--accent-base);
}
.profile-dropdown__menu {
  position: absolute;
  top: calc(100% + var(--space--x-small));
  right: 0;
  background-color: var(--color--background-light);
  border: 1px solid var(--color--tag-border);
  border-radius: var(--border-radius--base);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  min-width: 180px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all var(--transition-duration--base)
    var(--transition-timing--base);
  z-index: var(--z-index--modal);
}
.profile-dropdown__menu--open {
  opacity: 0.8;
  visibility: visible;
  transform: translateY(0);
}
.profile-dropdown__item {
  display: block;
  width: 100%;
  padding: var(--space--small) var(--space--medium);
  font-size: var(--font-size--body);
  color: var(--color--text);
  text-decoration: none;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  transition: background-color var(--transition-duration--base)
    var(--transition-timing--base);
  position: relative;
}
.profile-dropdown__item:hover {
  background-color: var(--color--background-card);
  color: var(--color--accent-light);
}
.profile-dropdown__item.badge::before {
  content: "";
  position: absolute;
  left: var(--space--small);
  top: 50%;
  transform: translateY(-50%);
  width: var(--badge-size);
  height: var(--badge-size);
  background-color: var(--color--badge-background);
  border: var(--border-width--base) solid var(--color--background-light);
  border-radius: var(--border-radius--circle);
}
.profile-dropdown__item.badge {
  padding-left: calc(var(--space--medium) + var(--space--small));
}
.profile-dropdown__item:first-child {
  border-radius: var(--border-radius--base) var(--border-radius--base) 0 0;
}
.profile-dropdown__item:last-child {
  border-radius: 0 0 var(--border-radius--base) var(--border-radius--base);
}
.profile-dropdown__item--logout {
  border-top: 1px solid var(--color--tag-border);
}
.import-forms {
  margin-bottom: var(--space--base);
  padding-bottom: var(--space--x-small);
}
.import-from-youtube .form-hint {
  margin-bottom: var(--space--small);
}
details.import-form form {
    flex-direction: row;
    gap: var(--space--small);
    align-items: flex-end;
  }
details.import-form label {
    flex-grow: 1;
  }
details.import-form input[type="submit"] {
    margin-bottom: 1px;
  }
.sortable-handle {
  color: var(--color--primary-base);
  margin-bottom: var(--space--small);
  cursor: grab;
}
body:has(.sortable-chosen) * {
  cursor: grabbing !important;
}
.star-cb-group {
  /* remove inline-block whitespace */
  font-size: 0;
  /* flip the order so we can use the + and ~ combinators */
  unicode-bidi: bidi-override;
  direction: rtl;
  /* the hidden clearer */
  text-align: left;
}
.star-cb-group * {
  font-size: 1rem;
}
.star-cb-group > input {
  display: none;
}
.star-cb-group > input + label {
  /* only enough room for the star */
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: var(--space--medium);
  white-space: nowrap;
  cursor: pointer;
  text-align: right;
}
.star-cb-group > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "☆";
  color: var(--color--gray-500);
  font-size: var(--font-size--subheader);
}
.star-cb-group > input:checked ~ label:before,
.star-cb-group > input + label:hover ~ label:before,
.star-cb-group > input + label:hover:before {
  content: "★";
  color: var(--color--accent-light);
  text-shadow: 0 0 1px #333;
}
.star-cb-group > .star-cb-clear + label {
  text-indent: -9999px;
  width: 0.5em;
  margin-left: -0.5em;
}
.star-cb-group > .star-cb-clear + label:before {
  width: 0.5em;
}
.star-cb-group:hover > input + label:before {
  content: "☆";
  color: var(--color--gray-500);
  text-shadow: none;
}
.star-cb-group:hover > input + label:hover ~ label:before,
.star-cb-group:hover > input + label:hover:before {
  content: "★";
  color: var(--color--accent-light);
  text-shadow: 0 0 1px #333;
}
.rating-star {
  font-size: var(--font-size--subheader);
  color: var(--color--accent-light);
}
.pagy {
  display: flex;
  justify-content: center;
  gap: var(--space--x-small);
  margin-top: var(--space--large);
}
.pagy a[aria-disabled="true"] {
  color: var(--color--text-secondary);
  pointer-events: none;
}
.notifications {
  display: flex;
  flex-direction: column;
  gap: var(--space--large);
}
.notification {
  position: relative;
}
.notification.unread {
  padding-left: var(--space--base);
}
.notification.unread::before {
  content: "";
  position: absolute;
  left: 0;
  top: var(--space--small);
  bottom: var(--space--small);
  width: var(--border-width--thick);
  background-color: var(--color--notification-indicator);
  border-radius: var(--border-radius--small);
}
.notification.unread .episode {
  border: var(--border-width--base) solid var(--color--notification-indicator);
  background-color: var(--color--notification-background);
}
.help-content {
  max-width: var(--container--base);
  margin: 0 auto;
  padding: 0 var(--space--base);
}
.help-content .anchor {
    scroll-margin-top: var(--space--scroll-padding);
  }
.help-content blockquote:first-of-type {
  font-size: var(--font-size--section-title);
  color: var(--color--text-secondary);
  margin-left: 0;
  border-left: 4px solid var(--color--text-secondary);
  padding-left: var(--space--base);
}
.help-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space--large);
  margin-top: var(--space--large);
}
.help-inline-link {
  display: inline;
  text-decoration: none;
  color: inherit;
}
.help-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.help-item {
  padding: var(--space--medium);
  background-color: var(--color--background-card);
  border-radius: var(--border-radius--large);
  transition: transform var(--transition-duration--base)
    var(--transition-timing--base);
}
.help-item:hover {
  transform: translateY(-2px);
}
.help-item__content {
  width: 100%;
}
.help-item__title {
  font-size: var(--font-size--section-title);
  font-weight: var(--font-weight--bold);
  color: var(--color--text);
  margin: 0 0 var(--space--small) 0;
  line-height: var(--line-height--tight);
}
.help-item__summary {
  font-size: var(--font-size--body);
  color: var(--color--text-secondary);
  margin: 0;
  line-height: var(--line-height--base);
}
.search-form {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--space--small);
  margin: 0 var(--space--xx-large);
}
.search-form input {
  font-size: var(--font-size--subheader);
}
.search-form input[type="search"] {
  flex-grow: 1;
  font-size: var(--font-size--subheader);
}
.search-form input[type="search"]:focus {
  outline: none;
  border-color: var(--color--primary);
}
.help-suppport {
  margin-top: var(--space--x-large);
  border: 1px solid var(--color--border);
  border-radius: var(--border-radius--large);
  padding: var(--space--medium);
  background-color: var(--color--background-card);
}
@media (max-width: 768px) {
  .help-grid {
    grid-template-columns: 1fr;
  }
}
.submit-dropdown {
  position: relative;
}
.submit-dropdown__trigger {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--border-radius--circle);
  transition: opacity var(--transition-duration--base)
    var(--transition-timing--base);
  position: relative;
}
.submit-dropdown__trigger:hover {
  opacity: 0.8;
}
.submit-dropdown__menu {
  position: absolute;
  top: calc(100% + var(--space--x-small));
  right: 0;
  background-color: var(--color--background-light);
  border: 1px solid var(--color--tag-border);
  border-radius: var(--border-radius--base);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  min-width: 180px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all var(--transition-duration--base)
    var(--transition-timing--base);
  z-index: var(--z-index--modal);
}
.submit-dropdown__menu--open {
  opacity: 0.8;
  visibility: visible;
  transform: translateY(0);
}
.submit-dropdown__item {
  display: block;
  width: 100%;
  padding: var(--space--small) var(--space--medium);
  font-size: var(--font-size--body);
  color: var(--color--text);
  text-decoration: none;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  transition: background-color var(--transition-duration--base)
    var(--transition-timing--base);
  position: relative;
}
.submit-dropdown__item:hover {
  background-color: var(--color--background-card);
  color: var(--color--accent-light);
}
.submit-dropdown__item:first-child {
  border-radius: var(--border-radius--base) var(--border-radius--base) 0 0;
}
.submit-dropdown__item:last-child {
  border-radius: 0 0 var(--border-radius--base) var(--border-radius--base);
}
fieldset.theme-container {
  padding: 0;
}
fieldset.theme-container > *:not(:last-child) {
    margin-bottom: 0;
  }
.theme-selection {
  display: flex;
  gap: var(--spacing-base);
  padding: var(--space--base);
  border-bottom: 1px solid var(--color--tag-border);
}
/* Utilities */
.u-hide-visually {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.u-hide-visually--focus-unhide:focus {
  clip: auto;
  clip-path: none;
  height: auto;
  overflow: visible;
  white-space: inherit;
  width: auto;
  padding: var(--space--small) var(--space--medium);
  position: absolute;
  text-align: center;
  z-index: calc(var(--z-index--layout) + 1);
}
