:root{--surface-base: hsl(220, 15%, 10%);--surface-raised: hsl(220, 12%, 15%);--surface-overlay: hsl(220, 10%, 20%);--text-primary: hsl(0, 0%, 95%);--text-secondary: hsl(220, 10%, 70%);--text-tertiary: hsl(220, 8%, 50%);--border-subtle: hsl(220, 10%, 20%);--border-medium: hsl(220, 10%, 30%);--player-2: hsl(200, 100%, 50%);--player-3: hsl(150, 80%, 45%);--player-4: hsl(30, 100%, 55%);--player-5: hsl(280, 70%, 60%);--player-6: hsl(340, 80%, 60%);--success: hsl(150, 80%, 45%);--warning: hsl(30, 100%, 55%);--error: hsl(0, 80%, 60%);--info: hsl(200, 100%, 50%);--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-6: 1.5rem;--space-8: 2rem;--space-12: 3rem;--text-5xl: clamp(2.5rem, 5vw, 3.5rem);--text-4xl: clamp(2rem, 4vw, 2.75rem);--text-3xl: clamp(1.5rem, 3vw, 2rem);--text-2xl: clamp(1.25rem, 2.5vw, 1.5rem);--text-xl: clamp(1.125rem, 2vw, 1.25rem);--text-base: 1rem;--text-sm: .875rem;--text-xs: .75rem;--weight-normal: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700;--leading-tight: 1.2;--leading-normal: 1.5;--leading-relaxed: 1.75;--font-sans: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;--font-mono: ui-monospace, "SF Mono", "Cascadia Mono", "JetBrains Mono", "Roboto Mono", monospace;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 999px;--shadow-sm: 0 1px 3px hsla(0, 0%, 0%, .12), 0 1px 2px hsla(0, 0%, 0%, .24);--shadow-md: 0 4px 6px hsla(0, 0%, 0%, .16), 0 2px 4px hsla(0, 0%, 0%, .32);--shadow-lg: 0 8px 16px hsla(0, 0%, 0%, .2), 0 4px 8px hsla(0, 0%, 0%, .4);--duration-fast: .15s;--duration-base: .25s;--duration-slow: .4s;--ease-out-cubic: cubic-bezier(.33, 1, .68, 1);--ease-in-out-quad: cubic-bezier(.45, 0, .55, 1);--ease-spring: cubic-bezier(.68, -.55, .27, 1.55);--content-max-width: 600px;--list-max-width: 640px;--detail-max-width: 800px;--glow-best: 0 0 12px currentColor, 0 0 24px currentColor;--glow-recommended: 0 0 6px currentColor;--glow-playable: none;--shadow-card: 0 2px 8px hsla(0, 0%, 0%, .3), 0 1px 3px hsla(0, 0%, 0%, .2);--shadow-card-hover: 0 4px 16px hsla(0, 0%, 0%, .4), 0 2px 6px hsla(0, 0%, 0%, .3);--shadow-card-active: 0 1px 4px hsla(0, 0%, 0%, .4);--border-strong: hsl(220, 10%, 40%);--duration-normal: .2s;--ease-out-expo: cubic-bezier(.16, 1, .3, 1)}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");mix-blend-mode:overlay}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@tailwind base;@tailwind components;@tailwind utilities;@layer base{*,*:before,*:after{box-sizing:border-box}body{margin:0;padding:0;background-color:var(--surface-base);color:var(--text-primary);font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-normal);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{margin:0;font-weight:var(--weight-semibold);line-height:var(--leading-tight);color:var(--text-primary)}h1{font-size:var(--text-4xl)}h2{font-size:var(--text-3xl)}h3{font-size:var(--text-2xl)}p{margin:0 0 var(--space-4) 0;color:var(--text-secondary)}a{color:var(--player-4);text-decoration:none;transition:color var(--duration-fast) var(--ease-out-cubic)}a:hover{color:var(--player-3)}button{font-family:inherit;cursor:pointer}}.app.svelte-12qhfyh{min-height:100vh}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
