/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./styles/tokens.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
/*
 * Pantheon Design Tokens
 * Semantic tokens first; theme palettes override the same token names.
 * Wong remains the accessibility-safe option, but not the only palette.
 */

:root {
  --wong-black: #000000;
  --wong-orange: #E69F00;
  --wong-sky: #56B4E9;
  --wong-green: #009E73;
  --wong-yellow: #F0E442;
  --wong-blue: #0072B2;
  --wong-vermillion: #D55E00;
  --wong-pink: #CC79A7;
}

:root,
:root[data-theme="pantheon"] {
  color-scheme: dark;

  --theme-name: "Pantheon";
  --theme-bg-start: #040816;
  --theme-bg-end: #0F172A;
  --theme-glow-a: rgba(52, 211, 153, 0.12);
  --theme-glow-b: rgba(244, 114, 182, 0.09);
  --theme-glow-c: rgba(125, 211, 252, 0.08);

  --surface-base: #0F172A;
  --surface-card: #162135;
  --surface-overlay: #22304A;
  --surface-border: rgba(96, 165, 250, 0.18);
  --surface-border-subtle: rgba(96, 165, 250, 0.12);
  --surface-primary: linear-gradient(180deg, rgba(22, 33, 53, 0.98), rgba(9, 15, 28, 0.96));
  --surface-hero: linear-gradient(135deg, rgba(52, 211, 153, 0.14), transparent 34%), linear-gradient(180deg, rgba(22, 33, 53, 0.98), rgba(9, 15, 28, 0.96));
  --surface-chip: rgba(10, 17, 31, 0.78);

  --text-primary: #F8FAFC;
  --text-secondary: #B8C5D8;
  --text-muted: #8091A8;
  --text-disabled: #55637A;

  --theme-accent: #34D399;
  --theme-accent-soft: rgba(52, 211, 153, 0.16);
  --theme-highlight: #F59E0B;

  --tier-elite-bg: rgba(245, 158, 11, 0.18);
  --tier-elite-border: #F59E0B;
  --tier-elite-text: #FBBF24;
  --tier-high-bg: rgba(96, 165, 250, 0.18);
  --tier-high-border: #60A5FA;
  --tier-high-text: #7DD3FC;
  --tier-medium-bg: rgba(52, 211, 153, 0.18);
  --tier-medium-border: #34D399;
  --tier-medium-text: #6EE7B7;
  --tier-watch-bg: rgba(148, 163, 184, 0.10);
  --tier-watch-border: #64748B;
  --tier-watch-text: #CBD5E1;

  --rating-love-bg: #059669;
  --rating-love-border: #34D399;
  --rating-love-text: #ECFDF5;
  --rating-love-surface: rgba(5, 150, 105, 0.18);
  --rating-like-bg: rgba(59, 130, 246, 0.18);
  --rating-like-border: #60A5FA;
  --rating-like-text: #93C5FD;
  --rating-like-surface: rgba(59, 130, 246, 0.12);
  --rating-lean-bg: rgba(139, 92, 246, 0.16);
  --rating-lean-border: #A78BFA;
  --rating-lean-text: #DDD6FE;
  --rating-lean-surface: rgba(139, 92, 246, 0.10);
  --rating-neutral-bg: rgba(71, 85, 105, 0.18);
  --rating-neutral-border: #64748B;
  --rating-neutral-text: #CBD5E1;
  --rating-neutral-surface: rgba(71, 85, 105, 0.10);
  --rating-pass-bg: rgba(245, 158, 11, 0.16);
  --rating-pass-border: #F59E0B;
  --rating-pass-text: #FDE68A;
  --rating-pass-surface: rgba(245, 158, 11, 0.10);
  --rating-dislike-bg: rgba(249, 115, 22, 0.18);
  --rating-dislike-border: #F97316;
  --rating-dislike-text: #FDBA74;
  --rating-dislike-surface: rgba(249, 115, 22, 0.10);
  --rating-avoid-bg: rgba(127, 29, 29, 0.42);
  --rating-avoid-border: #FB7185;
  --rating-avoid-text: #FECACA;
  --rating-avoid-surface: rgba(239, 68, 68, 0.10);

  --regime-strong-bull: #10B981;
  --regime-bull: #34D399;
  --regime-weak-bull: #7DD3FC;
  --regime-neutral: #CBD5E1;
  --regime-weak-bear: #F59E0B;
  --regime-bear: #F97316;
  --regime-strong-bear: #F87171;

  --oiq-low: #F97316;
  --oiq-mid: #F59E0B;
  --oiq-high: #10B981;
  --oiq-elite: #FDE047;
}

:root[data-theme="classic"] {
  --theme-name: "Classic";
  --theme-bg-start: #020617;
  --theme-bg-end: #0F172A;
  --theme-glow-a: rgba(86, 180, 233, 0.08);
  --theme-glow-b: rgba(0, 158, 115, 0.08);
  --theme-glow-c: rgba(230, 159, 0, 0.06);

  --surface-card: #1E293B;
  --surface-overlay: #334155;
  --surface-border: #334155;
  --surface-border-subtle: rgba(51, 65, 85, 0.5);
  --surface-primary: linear-gradient(180deg, rgba(30, 41, 59, 0.96), rgba(15, 23, 42, 0.96));
  --surface-hero: linear-gradient(135deg, rgba(86, 180, 233, 0.10), transparent 36%), linear-gradient(180deg, rgba(30, 41, 59, 0.96), rgba(15, 23, 42, 0.96));
  --surface-chip: rgba(15, 23, 42, 0.75);

  --theme-accent: #56B4E9;
  --theme-accent-soft: rgba(86, 180, 233, 0.16);
  --theme-highlight: #E69F00;

  --tier-elite-bg: rgba(230, 159, 0, 0.12);
  --tier-elite-border: #E69F00;
  --tier-elite-text: #E69F00;
  --tier-high-bg: rgba(86, 180, 233, 0.12);
  --tier-high-border: #56B4E9;
  --tier-high-text: #56B4E9;
  --tier-medium-bg: rgba(0, 158, 115, 0.12);
  --tier-medium-border: #009E73;
  --tier-medium-text: #009E73;
  --tier-watch-bg: rgba(107, 114, 128, 0.08);
  --tier-watch-border: #6B7280;
  --tier-watch-text: #9CA3AF;

  --rating-love-bg: rgba(52, 211, 153, 0.10);
  --rating-love-border: #34D399;
  --rating-love-text: #34D399;
  --rating-love-surface: rgba(52, 211, 153, 0.10);
  --rating-like-bg: rgba(86, 180, 233, 0.10);
  --rating-like-border: #56B4E9;
  --rating-like-text: #56B4E9;
  --rating-like-surface: rgba(86, 180, 233, 0.10);
  --rating-lean-bg: rgba(147, 197, 253, 0.08);
  --rating-lean-border: rgba(147, 197, 253, 0.35);
  --rating-lean-text: #93C5FD;
  --rating-lean-surface: rgba(147, 197, 253, 0.08);
  --rating-neutral-bg: rgba(107, 114, 128, 0.10);
  --rating-neutral-border: #6B7280;
  --rating-neutral-text: #9CA3AF;
  --rating-neutral-surface: rgba(107, 114, 128, 0.10);
  --rating-pass-bg: rgba(253, 230, 138, 0.08);
  --rating-pass-border: rgba(253, 230, 138, 0.35);
  --rating-pass-text: #FDE68A;
  --rating-pass-surface: rgba(253, 230, 138, 0.08);
  --rating-dislike-bg: rgba(230, 159, 0, 0.10);
  --rating-dislike-border: #E69F00;
  --rating-dislike-text: #E69F00;
  --rating-dislike-surface: rgba(230, 159, 0, 0.10);
  --rating-avoid-bg: rgba(213, 94, 0, 0.10);
  --rating-avoid-border: #D55E00;
  --rating-avoid-text: #FB923C;
  --rating-avoid-surface: rgba(213, 94, 0, 0.10);

  --regime-strong-bull: #34D399;
  --regime-bull: #56B4E9;
  --regime-weak-bull: #FDE68A;
  --regime-neutral: #9CA3AF;
  --regime-weak-bear: #E69F00;
  --regime-bear: #FB923C;
  --regime-strong-bear: #F87171;

  --oiq-low: #D55E00;
  --oiq-mid: #E69F00;
  --oiq-high: #009E73;
  --oiq-elite: #F0E442;
}

:root[data-theme="graphite"] {
  --theme-name: "Graphite";
  --theme-bg-start: #030712;
  --theme-bg-end: #111827;
  --theme-glow-a: rgba(168, 85, 247, 0.08);
  --theme-glow-b: rgba(236, 72, 153, 0.07);
  --theme-glow-c: rgba(96, 165, 250, 0.06);

  --surface-card: #171E2D;
  --surface-overlay: #252F45;
  --surface-border: rgba(148, 163, 184, 0.14);
  --surface-border-subtle: rgba(148, 163, 184, 0.10);
  --surface-primary: linear-gradient(180deg, rgba(23, 30, 45, 0.98), rgba(12, 18, 30, 0.96));
  --surface-hero: linear-gradient(135deg, rgba(168, 85, 247, 0.12), transparent 34%), linear-gradient(180deg, rgba(23, 30, 45, 0.98), rgba(12, 18, 30, 0.96));
  --surface-chip: rgba(9, 13, 22, 0.78);

  --theme-accent: #A78BFA;
  --theme-accent-soft: rgba(168, 85, 247, 0.18);
  --theme-highlight: #F472B6;

  --tier-elite-bg: rgba(244, 114, 182, 0.18);
  --tier-elite-border: #F472B6;
  --tier-elite-text: #F9A8D4;
  --tier-high-bg: rgba(96, 165, 250, 0.16);
  --tier-high-border: #60A5FA;
  --tier-high-text: #93C5FD;
  --tier-medium-bg: rgba(45, 212, 191, 0.16);
  --tier-medium-border: #2DD4BF;
  --tier-medium-text: #5EEAD4;
  --tier-watch-bg: rgba(100, 116, 139, 0.10);
  --tier-watch-border: #64748B;
  --tier-watch-text: #CBD5E1;

  --rating-love-bg: #0F766E;
  --rating-love-border: #2DD4BF;
  --rating-love-text: #ECFEFF;
  --rating-love-surface: rgba(20, 184, 166, 0.16);
  --rating-like-bg: rgba(59, 130, 246, 0.16);
  --rating-like-border: #60A5FA;
  --rating-like-text: #BFDBFE;
  --rating-like-surface: rgba(59, 130, 246, 0.10);
  --rating-lean-bg: rgba(168, 85, 247, 0.16);
  --rating-lean-border: #A78BFA;
  --rating-lean-text: #E9D5FF;
  --rating-lean-surface: rgba(168, 85, 247, 0.10);
  --rating-neutral-bg: rgba(71, 85, 105, 0.18);
  --rating-neutral-border: #64748B;
  --rating-neutral-text: #CBD5E1;
  --rating-neutral-surface: rgba(71, 85, 105, 0.10);
  --rating-pass-bg: rgba(251, 191, 36, 0.16);
  --rating-pass-border: #FBBF24;
  --rating-pass-text: #FEF3C7;
  --rating-pass-surface: rgba(251, 191, 36, 0.10);
  --rating-dislike-bg: rgba(249, 115, 22, 0.16);
  --rating-dislike-border: #FB923C;
  --rating-dislike-text: #FED7AA;
  --rating-dislike-surface: rgba(249, 115, 22, 0.10);
  --rating-avoid-bg: rgba(153, 27, 27, 0.42);
  --rating-avoid-border: #F87171;
  --rating-avoid-text: #FEE2E2;
  --rating-avoid-surface: rgba(239, 68, 68, 0.10);

  --regime-strong-bull: #2DD4BF;
  --regime-bull: #60A5FA;
  --regime-weak-bull: #A78BFA;
  --regime-neutral: #CBD5E1;
  --regime-weak-bear: #FBBF24;
  --regime-bear: #FB923C;
  --regime-strong-bear: #F87171;

  --oiq-low: #F97316;
  --oiq-mid: #FBBF24;
  --oiq-high: #2DD4BF;
  --oiq-elite: #A78BFA;
}

:root[data-theme="wong"] {
  --theme-name: "Wong";
  --theme-bg-start: #020617;
  --theme-bg-end: #0F172A;
  --theme-glow-a: rgba(86, 180, 233, 0.08);
  --theme-glow-b: rgba(0, 158, 115, 0.08);
  --theme-glow-c: rgba(230, 159, 0, 0.06);

  --surface-card: #1E293B;
  --surface-overlay: #334155;
  --surface-border: #334155;
  --surface-border-subtle: rgba(51, 65, 85, 0.5);
  --surface-primary: linear-gradient(180deg, rgba(30, 41, 59, 0.96), rgba(15, 23, 42, 0.96));
  --surface-hero: linear-gradient(135deg, rgba(86, 180, 233, 0.10), transparent 36%), linear-gradient(180deg, rgba(30, 41, 59, 0.96), rgba(15, 23, 42, 0.96));
  --surface-chip: rgba(15, 23, 42, 0.75);

  --theme-accent: #009E73;
  --theme-accent-soft: rgba(0, 158, 115, 0.16);
  --theme-highlight: #E69F00;

  --tier-elite-bg: rgba(230, 159, 0, 0.12);
  --tier-elite-border: #E69F00;
  --tier-elite-text: #E69F00;
  --tier-high-bg: rgba(86, 180, 233, 0.12);
  --tier-high-border: #56B4E9;
  --tier-high-text: #56B4E9;
  --tier-medium-bg: rgba(0, 158, 115, 0.12);
  --tier-medium-border: #009E73;
  --tier-medium-text: #009E73;
  --tier-watch-bg: rgba(107, 114, 128, 0.08);
  --tier-watch-border: #6B7280;
  --tier-watch-text: #9CA3AF;

  --rating-love-bg: rgba(52, 211, 153, 0.10);
  --rating-love-border: #34D399;
  --rating-love-text: #34D399;
  --rating-love-surface: rgba(52, 211, 153, 0.10);
  --rating-like-bg: rgba(86, 180, 233, 0.10);
  --rating-like-border: #56B4E9;
  --rating-like-text: #56B4E9;
  --rating-like-surface: rgba(86, 180, 233, 0.10);
  --rating-lean-bg: rgba(147, 197, 253, 0.08);
  --rating-lean-border: rgba(147, 197, 253, 0.35);
  --rating-lean-text: #93C5FD;
  --rating-lean-surface: rgba(147, 197, 253, 0.08);
  --rating-neutral-bg: rgba(107, 114, 128, 0.10);
  --rating-neutral-border: #6B7280;
  --rating-neutral-text: #9CA3AF;
  --rating-neutral-surface: rgba(107, 114, 128, 0.10);
  --rating-pass-bg: rgba(253, 230, 138, 0.08);
  --rating-pass-border: rgba(253, 230, 138, 0.35);
  --rating-pass-text: #FDE68A;
  --rating-pass-surface: rgba(253, 230, 138, 0.08);
  --rating-dislike-bg: rgba(230, 159, 0, 0.10);
  --rating-dislike-border: #E69F00;
  --rating-dislike-text: #E69F00;
  --rating-dislike-surface: rgba(230, 159, 0, 0.10);
  --rating-avoid-bg: rgba(213, 94, 0, 0.10);
  --rating-avoid-border: #D55E00;
  --rating-avoid-text: #FB923C;
  --rating-avoid-surface: rgba(213, 94, 0, 0.10);

  --regime-strong-bull: #34D399;
  --regime-bull: #56B4E9;
  --regime-weak-bull: #FDE68A;
  --regime-neutral: #9CA3AF;
  --regime-weak-bear: #E69F00;
  --regime-bear: #FB923C;
  --regime-strong-bear: #F87171;

  --oiq-low: #D55E00;
  --oiq-mid: #E69F00;
  --oiq-high: #009E73;
  --oiq-elite: #F0E442;
}

/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.16 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: var(--font-sans), system-ui, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: var(--font-mono), ui-monospace, monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

* {
    box-sizing: border-box;
  }

html,
  body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    background:
      radial-gradient(circle at top left, var(--theme-glow-a), transparent 28%),
      radial-gradient(circle at top right, var(--theme-glow-b), transparent 22%),
      radial-gradient(circle at 50% 0%, var(--theme-glow-c), transparent 30%),
      linear-gradient(180deg, var(--theme-bg-start) 0%, var(--theme-bg-end) 100%);
    color: var(--text-primary);
  }

body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  }

a {
    color: inherit;
    text-decoration: none;
  }
.container{
  width: 100%;
}
@media (min-width: 640px){

  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){

  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){

  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){

  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){

  .container{
    max-width: 1536px;
  }
}
.app-shell {
    min-height: 100vh;
  }
.app-page {
    max-width: 1440px;
    margin: 0 auto;
    padding: 24px;
  }
.pantheon-card {
    border: 1px solid var(--surface-border);
    border-radius: 20px;
    background: var(--surface-primary);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.22);
  }
.pantheon-hero {
    border: 1px solid var(--surface-border);
    background: var(--surface-hero);
  }
.pantheon-eyebrow {
    color: var(--theme-accent);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.72rem;
    font-weight: 700;
  }
.pantheon-table {
    width: 100%;
    border-collapse: collapse;
  }
.pantheon-table th,
  .pantheon-table td {
    padding: 0.9rem 1rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.14);
  }
.pantheon-table th {
    color: var(--text-secondary);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: left;
  }
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.-bottom-2{
  bottom: -0.5rem;
}
.-right-2{
  right: -0.5rem;
}
.bottom-full{
  bottom: 100%;
}
.left-1\/2{
  left: 50%;
}
.left-3{
  left: 0.75rem;
}
.right-0{
  right: 0px;
}
.right-3{
  right: 0.75rem;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-24{
  top: 6rem;
}
.top-3{
  top: 0.75rem;
}
.top-\[calc\(100\%\+12px\)\]{
  top: calc(100% + 12px);
}
.top-full{
  top: 100%;
}
.isolate{
  isolation: isolate;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-50{
  z-index: 50;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[120\]{
  z-index: 120;
}
.z-\[9999\]{
  z-index: 9999;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mb-0\.5{
  margin-bottom: 0.125rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-1\.5{
  margin-top: 0.375rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-2{
  height: 0.5rem;
}
.h-2\.5{
  height: 0.625rem;
}
.h-20{
  height: 5rem;
}
.h-3\.5{
  height: 0.875rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: 2rem;
}
.h-\[260px\]{
  height: 260px;
}
.h-\[52px\]{
  height: 52px;
}
.h-full{
  height: 100%;
}
.h-px{
  height: 1px;
}
.max-h-\[90vh\]{
  max-height: 90vh;
}
.min-h-0{
  min-height: 0px;
}
.min-h-\[320px\]{
  min-height: 320px;
}
.min-h-screen{
  min-height: 100vh;
}
.w-10{
  width: 2.5rem;
}
.w-11{
  width: 2.75rem;
}
.w-12{
  width: 3rem;
}
.w-2{
  width: 0.5rem;
}
.w-2\.5{
  width: 0.625rem;
}
.w-20{
  width: 5rem;
}
.w-3\.5{
  width: 0.875rem;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-56{
  width: 14rem;
}
.w-6{
  width: 1.5rem;
}
.w-60{
  width: 15rem;
}
.w-64{
  width: 16rem;
}
.w-7{
  width: 1.75rem;
}
.w-\[110px\]{
  width: 110px;
}
.w-\[128px\]{
  width: 128px;
}
.w-\[14\%\]{
  width: 14%;
}
.w-\[150px\]{
  width: 150px;
}
.w-\[360px\]{
  width: 360px;
}
.w-\[70px\]{
  width: 70px;
}
.w-\[80px\]{
  width: 80px;
}
.w-\[9\%\]{
  width: 9%;
}
.w-\[90px\]{
  width: 90px;
}
.w-\[min\(22rem\2c calc\(100vw-2rem\)\)\]{
  width: min(22rem,calc(100vw - 2rem));
}
.w-full{
  width: 100%;
}
.w-px{
  width: 1px;
}
.min-w-0{
  min-width: 0px;
}
.min-w-\[1000px\]{
  min-width: 1000px;
}
.min-w-\[116px\]{
  min-width: 116px;
}
.min-w-\[2\.5rem\]{
  min-width: 2.5rem;
}
.min-w-\[280px\]{
  min-width: 280px;
}
.min-w-\[3rem\]{
  min-width: 3rem;
}
.min-w-\[440px\]{
  min-width: 440px;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-\[1440px\]{
  max-width: 1440px;
}
.max-w-\[1500px\]{
  max-width: 1500px;
}
.max-w-\[160px\]{
  max-width: 160px;
}
.max-w-\[280px\]{
  max-width: 280px;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-xl{
  max-width: 36rem;
}
.flex-1{
  flex: 1 1 0%;
}
.shrink-0{
  flex-shrink: 0;
}
.table-fixed{
  table-layout: fixed;
}
.border-collapse{
  border-collapse: collapse;
}
.origin-left{
  transform-origin: left;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-75{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse{

  50%{
    opacity: .5;
  }
}
.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-default{
  cursor: default;
}
.cursor-help{
  cursor: help;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.list-disc{
  list-style-type: disc;
}
.list-none{
  list-style-type: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-\[minmax\(0\2c 1\.3fr\)_82px_72px_76px\]{
  grid-template-columns: minmax(0,1.3fr) 82px 72px 76px;
}
.grid-cols-\[minmax\(200px\2c 1\.6fr\)_80px_140px_140px_1fr\]{
  grid-template-columns: minmax(200px,1.6fr) 80px 140px 140px 1fr;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-0\.5{
  gap: 0.125rem;
}
.gap-1{
  gap: 0.25rem;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-1{
  row-gap: 0.25rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-slate-800\/50 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(30 41 59 / 0.5);
}
.self-start{
  align-self: flex-start;
}
.self-end{
  align-self: flex-end;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-visible{
  overflow: visible;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-normal{
  white-space: normal;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: var(--radius);
}
.rounded-xl{
  border-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-4{
  border-width: 4px;
}
.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-l-4{
  border-left-width: 4px;
}
.border-t{
  border-top-width: 1px;
}
.border-dashed{
  border-style: dashed;
}
.border-\[\#E69F00\]\/30{
  border-color: rgb(230 159 0 / 0.3);
}
.border-\[var\(--rating-avoid-border\)\]{
  border-color: var(--rating-avoid-border);
}
.border-\[var\(--rating-dislike-border\)\]{
  border-color: var(--rating-dislike-border);
}
.border-\[var\(--rating-lean-border\)\]{
  border-color: var(--rating-lean-border);
}
.border-\[var\(--rating-like-border\)\]{
  border-color: var(--rating-like-border);
}
.border-\[var\(--rating-love-border\)\]{
  border-color: var(--rating-love-border);
}
.border-\[var\(--rating-neutral-border\)\]{
  border-color: var(--rating-neutral-border);
}
.border-\[var\(--rating-pass-border\)\]{
  border-color: var(--rating-pass-border);
}
.border-\[var\(--surface-border\)\]{
  border-color: var(--surface-border);
}
.border-\[var\(--surface-border-subtle\)\]{
  border-color: var(--surface-border-subtle);
}
.border-\[var\(--theme-accent\)\]{
  border-color: var(--theme-accent);
}
.border-\[var\(--tier-elite-border\)\]{
  border-color: var(--tier-elite-border);
}
.border-\[var\(--tier-high-border\)\]{
  border-color: var(--tier-high-border);
}
.border-\[var\(--tier-medium-border\)\]{
  border-color: var(--tier-medium-border);
}
.border-\[var\(--tier-watch-border\)\]{
  border-color: var(--tier-watch-border);
}
.border-amber-500\/30{
  border-color: rgb(245 158 11 / 0.3);
}
.border-blue-500\/20{
  border-color: rgb(59 130 246 / 0.2);
}
.border-blue-500\/30{
  border-color: rgb(59 130 246 / 0.3);
}
.border-cyan-300\/70{
  border-color: rgb(103 232 249 / 0.7);
}
.border-emerald-400\/60{
  border-color: rgb(52 211 153 / 0.6);
}
.border-emerald-500\/20{
  border-color: rgb(16 185 129 / 0.2);
}
.border-emerald-500\/25{
  border-color: rgb(16 185 129 / 0.25);
}
.border-emerald-500\/30{
  border-color: rgb(16 185 129 / 0.3);
}
.border-emerald-500\/40{
  border-color: rgb(16 185 129 / 0.4);
}
.border-emerald-500\/50{
  border-color: rgb(16 185 129 / 0.5);
}
.border-emerald-700\/50{
  border-color: rgb(4 120 87 / 0.5);
}
.border-emerald-800{
  --tw-border-opacity: 1;
  border-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
}
.border-emerald-800\/40{
  border-color: rgb(6 95 70 / 0.4);
}
.border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-gray-800{
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-red-500\/30{
  border-color: rgb(239 68 68 / 0.3);
}
.border-red-800{
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}
.border-red-900\/30{
  border-color: rgb(127 29 29 / 0.3);
}
.border-red-900\/50{
  border-color: rgb(127 29 29 / 0.5);
}
.border-rose-700\/50{
  border-color: rgb(190 18 60 / 0.5);
}
.border-rose-800\/40{
  border-color: rgb(159 18 57 / 0.4);
}
.border-sky-700\/60{
  border-color: rgb(3 105 161 / 0.6);
}
.border-slate-400{
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}
.border-slate-700{
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}
.border-slate-700\/50{
  border-color: rgb(51 65 85 / 0.5);
}
.border-slate-700\/60{
  border-color: rgb(51 65 85 / 0.6);
}
.border-slate-700\/80{
  border-color: rgb(51 65 85 / 0.8);
}
.border-slate-800{
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}
.border-slate-800\/40{
  border-color: rgb(30 41 59 / 0.4);
}
.border-slate-800\/50{
  border-color: rgb(30 41 59 / 0.5);
}
.border-slate-800\/60{
  border-color: rgb(30 41 59 / 0.6);
}
.border-slate-800\/70{
  border-color: rgb(30 41 59 / 0.7);
}
.border-slate-800\/80{
  border-color: rgb(30 41 59 / 0.8);
}
.border-teal-400\/60{
  border-color: rgb(45 212 191 / 0.6);
}
.border-transparent{
  border-color: transparent;
}
.border-yellow-700{
  --tw-border-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}
.border-b-slate-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}
.border-t-slate-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}
.bg-\[\#E69F00\]{
  --tw-bg-opacity: 1;
  background-color: rgb(230 159 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E69F00\]\/5{
  background-color: rgb(230 159 0 / 0.05);
}
.bg-\[var\(--rating-avoid-bg\)\]{
  background-color: var(--rating-avoid-bg);
}
.bg-\[var\(--rating-avoid-border\)\]{
  background-color: var(--rating-avoid-border);
}
.bg-\[var\(--rating-dislike-bg\)\]{
  background-color: var(--rating-dislike-bg);
}
.bg-\[var\(--rating-lean-bg\)\]{
  background-color: var(--rating-lean-bg);
}
.bg-\[var\(--rating-like-bg\)\]{
  background-color: var(--rating-like-bg);
}
.bg-\[var\(--rating-love-bg\)\]{
  background-color: var(--rating-love-bg);
}
.bg-\[var\(--rating-neutral-bg\)\]{
  background-color: var(--rating-neutral-bg);
}
.bg-\[var\(--rating-pass-bg\)\]{
  background-color: var(--rating-pass-bg);
}
.bg-\[var\(--surface-chip\)\]{
  background-color: var(--surface-chip);
}
.bg-\[var\(--surface-overlay\)\]{
  background-color: var(--surface-overlay);
}
.bg-\[var\(--text-muted\)\]{
  background-color: var(--text-muted);
}
.bg-\[var\(--theme-accent\)\]{
  background-color: var(--theme-accent);
}
.bg-\[var\(--theme-accent-soft\)\]{
  background-color: var(--theme-accent-soft);
}
.bg-\[var\(--tier-elite-bg\)\]{
  background-color: var(--tier-elite-bg);
}
.bg-\[var\(--tier-elite-text\)\]{
  background-color: var(--tier-elite-text);
}
.bg-\[var\(--tier-high-bg\)\]{
  background-color: var(--tier-high-bg);
}
.bg-\[var\(--tier-high-text\)\]{
  background-color: var(--tier-high-text);
}
.bg-\[var\(--tier-medium-bg\)\]{
  background-color: var(--tier-medium-bg);
}
.bg-\[var\(--tier-medium-text\)\]{
  background-color: var(--tier-medium-text);
}
.bg-\[var\(--tier-watch-bg\)\]{
  background-color: var(--tier-watch-bg);
}
.bg-amber-900\/60{
  background-color: rgb(120 53 15 / 0.6);
}
.bg-amber-950\/20{
  background-color: rgb(69 26 3 / 0.2);
}
.bg-black\/70{
  background-color: rgb(0 0 0 / 0.7);
}
.bg-black\/80{
  background-color: rgb(0 0 0 / 0.8);
}
.bg-blue-400{
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}
.bg-blue-500\/10{
  background-color: rgb(59 130 246 / 0.1);
}
.bg-blue-500\/20{
  background-color: rgb(59 130 246 / 0.2);
}
.bg-blue-500\/5{
  background-color: rgb(59 130 246 / 0.05);
}
.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-emerald-500{
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.bg-emerald-500\/10{
  background-color: rgb(16 185 129 / 0.1);
}
.bg-emerald-500\/20{
  background-color: rgb(16 185 129 / 0.2);
}
.bg-emerald-500\/5{
  background-color: rgb(16 185 129 / 0.05);
}
.bg-emerald-600{
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
.bg-emerald-950{
  --tw-bg-opacity: 1;
  background-color: rgb(2 44 34 / var(--tw-bg-opacity, 1));
}
.bg-emerald-950\/20{
  background-color: rgb(2 44 34 / 0.2);
}
.bg-emerald-950\/25{
  background-color: rgb(2 44 34 / 0.25);
}
.bg-emerald-950\/30{
  background-color: rgb(2 44 34 / 0.3);
}
.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-gray-950{
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
}
.bg-red-500\/5{
  background-color: rgb(239 68 68 / 0.05);
}
.bg-red-950{
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity, 1));
}
.bg-rose-950\/20{
  background-color: rgb(76 5 25 / 0.2);
}
.bg-rose-950\/30{
  background-color: rgb(76 5 25 / 0.3);
}
.bg-sky-900\/80{
  background-color: rgb(12 74 110 / 0.8);
}
.bg-slate-700{
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}
.bg-slate-700\/50{
  background-color: rgb(51 65 85 / 0.5);
}
.bg-slate-800{
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}
.bg-slate-800\/60{
  background-color: rgb(30 41 59 / 0.6);
}
.bg-slate-900{
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.bg-slate-900\/20{
  background-color: rgb(15 23 42 / 0.2);
}
.bg-slate-900\/30{
  background-color: rgb(15 23 42 / 0.3);
}
.bg-slate-900\/40{
  background-color: rgb(15 23 42 / 0.4);
}
.bg-slate-900\/50{
  background-color: rgb(15 23 42 / 0.5);
}
.bg-slate-900\/60{
  background-color: rgb(15 23 42 / 0.6);
}
.bg-slate-900\/70{
  background-color: rgb(15 23 42 / 0.7);
}
.bg-slate-900\/80{
  background-color: rgb(15 23 42 / 0.8);
}
.bg-slate-900\/90{
  background-color: rgb(15 23 42 / 0.9);
}
.bg-slate-950{
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
}
.bg-slate-950\/20{
  background-color: rgb(2 6 23 / 0.2);
}
.bg-slate-950\/25{
  background-color: rgb(2 6 23 / 0.25);
}
.bg-slate-950\/30{
  background-color: rgb(2 6 23 / 0.3);
}
.bg-slate-950\/40{
  background-color: rgb(2 6 23 / 0.4);
}
.bg-slate-950\/50{
  background-color: rgb(2 6 23 / 0.5);
}
.bg-slate-950\/60{
  background-color: rgb(2 6 23 / 0.6);
}
.bg-slate-950\/70{
  background-color: rgb(2 6 23 / 0.7);
}
.bg-slate-950\/80{
  background-color: rgb(2 6 23 / 0.8);
}
.bg-slate-950\/85{
  background-color: rgb(2 6 23 / 0.85);
}
.bg-teal-500\/10{
  background-color: rgb(20 184 166 / 0.1);
}
.bg-transparent{
  background-color: transparent;
}
.bg-\[radial-gradient\(circle_at_top\2c rgba\(56\2c 189\2c 248\2c 0\.07\)\2c transparent_45\%\)\2c linear-gradient\(180deg\2c rgba\(15\2c 23\2c 42\2c 0\.94\)\2c rgba\(2\2c 6\2c 23\2c 0\.94\)\)\]{
  background-image: radial-gradient(circle at top,rgba(56,189,248,0.07),transparent 45%),linear-gradient(180deg,rgba(15,23,42,0.94),rgba(2,6,23,0.94));
}
.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.from-slate-900{
  --tw-gradient-from: #0f172a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-slate-950{
  --tw-gradient-to: #020617 var(--tw-gradient-to-position);
}
.p-0\.5{
  padding: 0.125rem;
}
.p-12{
  padding: 3rem;
}
.p-2{
  padding: 0.5rem;
}
.p-20{
  padding: 5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.px-0\.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-9{
  padding-left: 2.25rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-24{
  padding-top: 6rem;
}
.pt-4{
  padding-top: 1rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-top{
  vertical-align: top;
}
.font-mono{
  font-family: var(--font-mono), ui-monospace, monospace;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[11px\]{
  font-size: 11px;
}
.text-\[9px\]{
  font-size: 9px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.normal-case{
  text-transform: none;
}
.italic{
  font-style: italic;
}
.tabular-nums{
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-5{
  line-height: 1.25rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-none{
  line-height: 1;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-snug{
  line-height: 1.375;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-\[0\.08em\]{
  letter-spacing: 0.08em;
}
.tracking-\[0\.14em\]{
  letter-spacing: 0.14em;
}
.tracking-\[0\.16em\]{
  letter-spacing: 0.16em;
}
.tracking-\[0\.18em\]{
  letter-spacing: 0.18em;
}
.tracking-\[0\.25em\]{
  letter-spacing: 0.25em;
}
.tracking-\[0\.2em\]{
  letter-spacing: 0.2em;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.tracking-tighter{
  letter-spacing: -0.05em;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.text-\[\#009E73\]{
  --tw-text-opacity: 1;
  color: rgb(0 158 115 / var(--tw-text-opacity, 1));
}
.text-\[\#00C853\]{
  --tw-text-opacity: 1;
  color: rgb(0 200 83 / var(--tw-text-opacity, 1));
}
.text-\[\#1ABC9C\]{
  --tw-text-opacity: 1;
  color: rgb(26 188 156 / var(--tw-text-opacity, 1));
}
.text-\[\#2980B9\]{
  --tw-text-opacity: 1;
  color: rgb(41 128 185 / var(--tw-text-opacity, 1));
}
.text-\[\#2ECC71\]{
  --tw-text-opacity: 1;
  color: rgb(46 204 113 / var(--tw-text-opacity, 1));
}
.text-\[\#56B4E9\]{
  --tw-text-opacity: 1;
  color: rgb(86 180 233 / var(--tw-text-opacity, 1));
}
.text-\[\#7F8C8D\]{
  --tw-text-opacity: 1;
  color: rgb(127 140 141 / var(--tw-text-opacity, 1));
}
.text-\[\#D55E00\]{
  --tw-text-opacity: 1;
  color: rgb(213 94 0 / var(--tw-text-opacity, 1));
}
.text-\[\#E69F00\]{
  --tw-text-opacity: 1;
  color: rgb(230 159 0 / var(--tw-text-opacity, 1));
}
.text-\[\#E74C3C\]{
  --tw-text-opacity: 1;
  color: rgb(231 76 60 / var(--tw-text-opacity, 1));
}
.text-\[\#F1C40F\]{
  --tw-text-opacity: 1;
  color: rgb(241 196 15 / var(--tw-text-opacity, 1));
}
.text-\[var\(--rating-avoid-text\)\]{
  color: var(--rating-avoid-text);
}
.text-\[var\(--rating-dislike-text\)\]{
  color: var(--rating-dislike-text);
}
.text-\[var\(--rating-lean-text\)\]{
  color: var(--rating-lean-text);
}
.text-\[var\(--rating-like-text\)\]{
  color: var(--rating-like-text);
}
.text-\[var\(--rating-love-text\)\]{
  color: var(--rating-love-text);
}
.text-\[var\(--rating-neutral-text\)\]{
  color: var(--rating-neutral-text);
}
.text-\[var\(--rating-pass-text\)\]{
  color: var(--rating-pass-text);
}
.text-\[var\(--text-muted\)\]{
  color: var(--text-muted);
}
.text-\[var\(--text-primary\)\]{
  color: var(--text-primary);
}
.text-\[var\(--text-secondary\)\]{
  color: var(--text-secondary);
}
.text-\[var\(--theme-accent\)\]{
  color: var(--theme-accent);
}
.text-\[var\(--tier-elite-text\)\]{
  color: var(--tier-elite-text);
}
.text-\[var\(--tier-high-text\)\]{
  color: var(--tier-high-text);
}
.text-\[var\(--tier-medium-text\)\]{
  color: var(--tier-medium-text);
}
.text-\[var\(--tier-watch-text\)\]{
  color: var(--tier-watch-text);
}
.text-amber-100\/90{
  color: rgb(254 243 199 / 0.9);
}
.text-amber-200{
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}
.text-amber-200\/80{
  color: rgb(253 230 138 / 0.8);
}
.text-amber-300{
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}
.text-amber-400{
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-100{
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}
.text-blue-200\/80{
  color: rgb(191 219 254 / 0.8);
}
.text-blue-400{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.text-blue-500\/60{
  color: rgb(59 130 246 / 0.6);
}
.text-cyan-200{
  --tw-text-opacity: 1;
  color: rgb(165 243 252 / var(--tw-text-opacity, 1));
}
.text-emerald-200{
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}
.text-emerald-300{
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}
.text-emerald-400{
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}
.text-emerald-50{
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity, 1));
}
.text-emerald-500{
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}
.text-emerald-500\/10{
  color: rgb(16 185 129 / 0.1);
}
.text-emerald-500\/80{
  color: rgb(16 185 129 / 0.8);
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-indigo-400{
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}
.text-orange-400{
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}
.text-purple-400{
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}
.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-rose-300{
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity, 1));
}
.text-rose-400{
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}
.text-rose-500{
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}
.text-sky-300{
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity, 1));
}
.text-sky-400{
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}
.text-slate-100{
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}
.text-slate-200{
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
.text-slate-300{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.text-slate-400{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-slate-500{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-slate-600{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-slate-700{
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-slate-950{
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity, 1));
}
.text-teal-300{
  --tw-text-opacity: 1;
  color: rgb(94 234 212 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-400{
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.decoration-dotted{
  text-decoration-style: dotted;
}
.underline-offset-2{
  text-underline-offset: 2px;
}
.underline-offset-4{
  text-underline-offset: 4px;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
  opacity: 0;
}
.opacity-20{
  opacity: 0.2;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-45{
  opacity: 0.45;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-70{
  opacity: 0.7;
}
.opacity-75{
  opacity: 0.75;
}
.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_0_1px_rgba\(45\2c 212\2c 191\2c 0\.35\)\]{
  --tw-shadow: 0 0 0 1px rgba(45,212,191,0.35);
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_24px_48px_rgba\(0\2c 0\2c 0\2c 0\.32\)\]{
  --tw-shadow: 0 24px 48px rgba(0,0,0,0.32);
  --tw-shadow-colored: 0 24px 48px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-emerald-900\/10{
  --tw-shadow-color: rgb(6 78 59 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-900\/20{
  --tw-shadow-color: rgb(6 78 59 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900\/10{
  --tw-shadow-color: rgb(127 29 29 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur{
  --tw-backdrop-blur: blur(8px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-md{
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150{
  transition-duration: 150ms;
}

:root {
  color-scheme: dark;
  --background: oklch(0.09 0 0);
  --foreground: oklch(0.97 0 0);
  --card: oklch(0.13 0 0);
  --card-foreground: oklch(0.97 0 0);
  --popover: oklch(0.13 0 0);
  --popover-foreground: oklch(0.97 0 0);
  --primary: oklch(0.92 0 0);
  --primary-foreground: oklch(0.13 0 0);
  --secondary: oklch(0.18 0 0);
  --secondary-foreground: oklch(0.97 0 0);
  --muted: oklch(0.18 0 0);
  --muted-foreground: oklch(0.65 0 0);
  --accent: oklch(0.18 0 0);
  --accent-foreground: oklch(0.97 0 0);
  --destructive: oklch(0.7 0.19 22);
  --border: oklch(1 0 0 / 10%);
  --input: oklch(1 0 0 / 15%);
  --ring: oklch(0.55 0 0);
  --radius: 0.625rem;
}

/* Global tooltip suppression — toggled via SettingsMenu */
[data-tooltips="off"] .pantheon-tooltip {
  display: none !important;
}

/*
 * Score strip: lift row/card slightly on tooltip hover so panels sit above *other* signal rows.
 * z-index MUST stay below site header (layout z-[100]) so pills never cover the nav.
 */
/* Lift scores cell, not <tr> — z-index on table rows is unreliable; td establishes a real stacking context. */
.pantheon-table-scores tbody tr:has(.grade-tip-root:hover) td.score-table-scores-cell {
  position: relative;
  z-index: 35;
}

.pantheon-top-signal:has(.grade-tip-root:hover),
.pantheon-model-score-card:has(.grade-tip-root:hover) {
  position: relative;
  z-index: 35;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

/* Lift only the column that owns the open tooltip so adjacent pills in the same row don’t paint over the panel. */
.score-bar-grid > *:has(.grade-tip-root:hover) {
  position: relative;
  z-index: 90;
}
.placeholder\:text-slate-500::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.placeholder\:text-slate-500::placeholder{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.hover\:scale-\[1\.02\]:hover{
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border-emerald-400\/50:hover{
  border-color: rgb(52 211 153 / 0.5);
}
.hover\:border-rose-400\/50:hover{
  border-color: rgb(251 113 133 / 0.5);
}
.hover\:border-slate-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}
.hover\:bg-blue-500\/10:hover{
  background-color: rgb(59 130 246 / 0.1);
}
.hover\:bg-blue-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.hover\:bg-emerald-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-800\/30:hover{
  background-color: rgb(30 41 59 / 0.3);
}
.hover\:bg-slate-800\/40:hover{
  background-color: rgb(30 41 59 / 0.4);
}
.hover\:bg-slate-800\/70:hover{
  background-color: rgb(30 41 59 / 0.7);
}
.hover\:bg-slate-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-900\/40:hover{
  background-color: rgb(15 23 42 / 0.4);
}
.hover\:bg-slate-900\/80:hover{
  background-color: rgb(15 23 42 / 0.8);
}
.hover\:bg-slate-950\/70:hover{
  background-color: rgb(2 6 23 / 0.7);
}
.hover\:text-\[var\(--text-primary\)\]:hover{
  color: var(--text-primary);
}
.hover\:text-\[var\(--theme-accent\)\]:hover{
  color: var(--theme-accent);
}
.hover\:text-blue-300:hover{
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-200:hover{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-100:hover{
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-200:hover{
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-300:hover{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-400:hover{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:opacity-80:hover{
  opacity: 0.8;
}
.hover\:brightness-110:hover{
  --tw-brightness: brightness(1.1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.focus\:border-blue-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.focus\:bg-slate-800\/30:focus{
  background-color: rgb(30 41 59 / 0.3);
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-1:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}
.disabled\:opacity-30:disabled{
  opacity: 0.3;
}
.disabled\:opacity-40:disabled{
  opacity: 0.4;
}
.disabled\:opacity-50:disabled{
  opacity: 0.5;
}
.group:hover .group-hover\:bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.group\/card:hover .group-hover\/card\:opacity-100{
  opacity: 1;
}
.group\/chip:hover .group-hover\/chip\:opacity-100{
  opacity: 1;
}
.group\/grade-tip:hover .group-hover\/grade-tip\:opacity-100{
  opacity: 1;
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
@media (min-width: 640px){

  .sm\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:w-80{
    width: 20rem;
  }

  .sm\:min-w-\[480px\]{
    min-width: 480px;
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:justify-center{
    justify-content: center;
  }

  .sm\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 768px){

  .md\:grid{
    display: grid;
  }

  .md\:h-8{
    height: 2rem;
  }

  .md\:w-px{
    width: 1px;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:items-center{
    align-items: center;
  }

  .md\:justify-between{
    justify-content: space-between;
  }
}
@media (min-width: 1024px){

  .lg\:min-w-\[520px\]{
    min-width: 520px;
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[1\.34fr_0\.96fr_1fr_0\.74fr\]{
    grid-template-columns: 1.34fr 0.96fr 1fr 0.74fr;
  }

  .lg\:gap-0{
    gap: 0px;
  }

  .lg\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-\[var\(--surface-border\)\] > :not([hidden]) ~ :not([hidden]){
    border-color: var(--surface-border);
  }
}
@media (min-width: 1280px){

  .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-\[1fr_1fr\]{
    grid-template-columns: 1fr 1fr;
  }

  .xl\:flex-row{
    flex-direction: row;
  }

  .xl\:items-center{
    align-items: center;
  }

  .xl\:justify-between{
    justify-content: space-between;
  }
}


