:root{--bg-base: #000000;--bg-surface: #0F0F11;--bg-elevated: #141416;--bg-hover: #1A1A1E;--bg-overlay: rgba(5, 5, 5, .92);--text-main: #EDEDED;--text-dim: #A0A0A0;--text-muted: #737373;--text-ghost: #404040;--border: rgba(255, 255, 255, .07);--border-hover: rgba(255, 255, 255, .15);--accent: #EDEDED;--accent-dim: rgba(237, 237, 237, .15);--accent-glow: rgba(237, 237, 237, .08);--cat-cinema: #e6dcdc;--cat-animation: #e6dcdc;--cat-interactive: #e6dcdc;--cat-velocity: #e6dcdc;--cat-reality: #e6dcdc;--cat-core: #e6dcdc;--cat-motion: #e6dcdc;--cat-lofi: #e6dcdc;--success: #34D399;--warning: #FBBF24;--error: #F87171;--info: #60A5FA;--font-mono: "Geist Mono", "Space Mono", monospace;--font-sans: "Geist", "Inter", system-ui, -apple-system, sans-serif;--navbar-height: 52px;--max-w: 1440px;--radius: 8px;--radius-sm: 4px;--radius-lg: 12px;--radius-full: 9999px;--t-fast: .12s ease;--t-base: .2s ease;--t-slow: .35s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;scroll-behavior:smooth}body{background:var(--bg-base);color:var(--text-main);font-family:var(--font-sans);font-size:14px;line-height:1.6;overflow-x:hidden;min-height:100dvh}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--bg-hover);border-radius:2px}::-webkit-scrollbar-thumb:hover{background:var(--text-ghost)}h1,h2,h3,h4,h5,h6{font-family:var(--font-sans);font-weight:500;line-height:1.2;color:var(--text-main)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit;background:none;border:none;outline:none;color:inherit}button{cursor:pointer}img,video{display:block;max-width:100%}*:focus,*:focus-visible{outline:none!important;-webkit-tap-highlight-color:transparent}::selection{background:var(--accent-dim);color:var(--text-main)}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-fade-in{animation:fadeIn .3s ease both}.animate-pulse{animation:pulse 2s ease infinite}.animate-spin{animation:spin 1s linear infinite}.skeleton{background:linear-gradient(90deg,var(--bg-surface) 25%,var(--bg-hover) 50%,var(--bg-surface) 75%);background-size:200% 100%;animation:shimmer 1.5s ease infinite;border-radius:var(--radius-sm)}.btn{display:inline-flex;align-items:center;gap:6px;padding:7px 16px;border-radius:var(--radius-sm);font-size:13px;font-weight:500;transition:all var(--t-base);white-space:nowrap;user-select:none}.btn-primary{background:var(--text-main);color:var(--bg-base)}.btn-primary:hover{background:#edededd9}.btn-ghost{background:transparent;color:var(--text-dim);border:1px solid var(--border)}.btn-ghost:hover{background:var(--bg-hover);color:var(--text-main);border-color:var(--border-hover)}.btn-danger{background:transparent;color:var(--error);border:1px solid rgba(248,113,113,.3)}.btn-danger:hover{background:#f871711a}.btn-sm{padding:4px 10px;font-size:12px}.btn-lg{padding:11px 24px;font-size:15px}.input{width:100%;padding:9px 12px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-main);font-size:13px;transition:border-color var(--t-fast)}.input:focus{border-color:var(--border-hover)}.input::placeholder{color:var(--text-muted)}.card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius)}.divider{border:none;border-top:1px solid var(--border);margin:0}.badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:var(--radius-full);font-size:11px;font-weight:600;font-family:var(--font-mono);letter-spacing:.05em}.badge-masterpiece{background:#fbbf2426;color:var(--warning);border:1px solid rgba(251,191,36,.3)}.badge-pro{background:#c084fc26;color:var(--cat-cinema);border:1px solid rgba(192,132,252,.3)}.badge-admin{background:#34d39926;color:var(--success);border:1px solid rgba(52,211,153,.3)}.badge-disputed{background:#f871711a;color:var(--error);border:1px solid rgba(248,113,113,.3)}.rating-display{font-family:var(--font-mono);font-size:11px}.rating-high{color:var(--success)}.rating-medium{color:var(--text-dim)}.rating-low{color:var(--text-muted)}.cat-pill{display:inline-flex;align-items:center;gap:5px;padding:2px 8px;border-radius:var(--radius-full);font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.06em}.modal-backdrop{position:fixed;inset:0;background:#000c;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:100;display:flex;align-items:center;justify-content:center}.page-enter{animation:fadeIn .25s ease}.verified-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.site-footer.svelte-jz8lnl{border-top:1px solid var(--border);padding:20px 0;margin-top:auto}.footer-inner.svelte-jz8lnl{max-width:var(--max-w);margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.footer-left.svelte-jz8lnl{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.footer-logo.svelte-jz8lnl{font-size:14px;font-weight:700;letter-spacing:-.03em;color:var(--text-main)}.footer-copy.svelte-jz8lnl{font-size:12px;color:var(--text-muted)}.footer-links.svelte-jz8lnl{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.footer-link.svelte-jz8lnl{font-size:12px;color:var(--text-muted);text-decoration:none;transition:color var(--t-fast)}.footer-link.svelte-jz8lnl:hover{color:var(--text-main)}.footer-link-donate.svelte-jz8lnl{color:var(--text-dim)}.footer-link-donate.svelte-jz8lnl:hover{color:var(--success)}.footer-link-tg.svelte-jz8lnl:hover{color:var(--info)}@media(max-width:640px){.footer-inner.svelte-jz8lnl{flex-direction:column;align-items:flex-start;gap:12px}}.navbar.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;height:var(--navbar-height);z-index:50;background:#000c;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border)}.nav-inner.svelte-12qhfyh{max-width:var(--max-w);margin:0 auto;height:100%;display:flex;align-items:center;gap:16px;padding:0 20px}.nav-logo.svelte-12qhfyh{font-size:18px;font-weight:700;letter-spacing:-.03em;color:var(--text-main);text-decoration:none;flex-shrink:0}.nav-search-wrap.svelte-12qhfyh{flex:1;max-width:420px;position:relative}.nav-search.svelte-12qhfyh{display:flex;align-items:center;gap:8px;height:34px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:0 10px;transition:border-color var(--t-base)}.nav-search.active.svelte-12qhfyh,.nav-search.svelte-12qhfyh:focus-within{border-color:var(--border-hover)}.nav-search-input.svelte-12qhfyh{flex:1;background:none;border:none;outline:none;font-size:13px;color:var(--text-main);min-width:0}.nav-search-input.svelte-12qhfyh::placeholder{color:var(--text-muted)}.nav-spinner.svelte-12qhfyh{width:12px;height:12px;border:1.5px solid var(--border);border-top-color:var(--text-dim);border-radius:50%;animation:svelte-12qhfyh-spin .7s linear infinite;flex-shrink:0}@keyframes svelte-12qhfyh-spin{to{transform:rotate(360deg)}}.nav-clear.svelte-12qhfyh{font-size:11px;color:var(--text-muted);padding:2px 4px}.nav-clear.svelte-12qhfyh:hover{color:var(--text-main)}.nav-dropdown.svelte-12qhfyh{position:absolute;top:calc(100% + 6px);left:0;right:0;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;z-index:200;box-shadow:0 16px 48px #00000080}.nav-result.svelte-12qhfyh{display:flex;align-items:center;gap:10px;width:100%;padding:8px 12px;border-bottom:1px solid var(--border);text-align:left;color:var(--text-main);transition:background var(--t-fast)}.nav-result.svelte-12qhfyh:last-child{border-bottom:none}.nav-result.svelte-12qhfyh:hover{background:var(--bg-hover)}.nav-result-info.svelte-12qhfyh{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.nav-result-title.svelte-12qhfyh{font-size:12px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-result-meta.svelte-12qhfyh{font-size:10px;color:var(--text-muted)}.nav-result-rating.svelte-12qhfyh{font-family:var(--font-mono);font-size:11px;font-weight:600;flex-shrink:0}.nav-see-all.svelte-12qhfyh{width:100%;padding:8px 12px;font-size:11px;color:var(--text-dim);text-align:center;background:var(--bg-surface);transition:background var(--t-fast)}.nav-see-all.svelte-12qhfyh:hover{background:var(--bg-hover);color:var(--text-main)}.nav-donate-btn.svelte-12qhfyh{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;font-size:12px;font-weight:500;color:var(--text-dim);border:1px solid var(--border);border-radius:var(--radius-sm);transition:all var(--t-fast);white-space:nowrap}.nav-donate-btn.svelte-12qhfyh:hover{color:var(--success);border-color:#34d39966;background:#34d39914}@media(max-width:640px){.nav-donate-btn.svelte-12qhfyh{display:none}}.mobile-donate.svelte-12qhfyh{color:var(--success)!important}.nav-actions.svelte-12qhfyh{display:flex;align-items:center;gap:4px;margin-left:auto;flex-shrink:0}.nav-icon-btn.svelte-12qhfyh{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);color:var(--text-dim);transition:all var(--t-fast)}.nav-icon-btn.svelte-12qhfyh:hover{background:var(--bg-hover);color:var(--text-main)}.nav-logout-btn.svelte-12qhfyh{font-size:12px;color:var(--text-muted);padding:4px 8px;border-radius:var(--radius-sm);transition:all var(--t-fast)}.nav-logout-btn.svelte-12qhfyh:hover{color:var(--error);background:#f8717114}.nav-hamburger.svelte-12qhfyh{display:none}@media(max-width:768px){.nav-inner.svelte-12qhfyh{padding:0 16px}.nav-logo.svelte-12qhfyh{font-size:16px}}@media(max-width:640px){.nav-hamburger.svelte-12qhfyh{display:flex}.nav-search-wrap.svelte-12qhfyh,.nav-logout-btn.svelte-12qhfyh{display:none}.nav-icon-btn.svelte-12qhfyh:not(.nav-hamburger){display:none}}@media(max-width:480px){.nav-inner.svelte-12qhfyh{padding:0 12px;gap:8px}}.mobile-menu.svelte-12qhfyh{position:fixed;top:var(--navbar-height);left:0;right:0;background:var(--bg-elevated);border-bottom:1px solid var(--border);z-index:49;padding:12px 20px;display:flex;flex-direction:column;gap:4px}.mobile-menu.svelte-12qhfyh a:where(.svelte-12qhfyh),.mobile-menu.svelte-12qhfyh button:where(.svelte-12qhfyh){display:block;width:100%;text-align:left;padding:10px 12px;border-radius:var(--radius-sm);font-size:14px;color:var(--text-dim);text-decoration:none;transition:all var(--t-fast)}.mobile-menu.svelte-12qhfyh a:where(.svelte-12qhfyh):hover,.mobile-menu.svelte-12qhfyh button:where(.svelte-12qhfyh):hover{background:var(--bg-hover);color:var(--text-main)}.auth-modal.svelte-12qhfyh{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px;width:100%;max-width:380px;position:relative;margin:16px}@media(max-width:480px){.auth-modal.svelte-12qhfyh{padding:24px 16px}}.modal-close.svelte-12qhfyh{position:absolute;top:16px;right:16px;color:var(--text-muted);width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);transition:all var(--t-fast)}.modal-close.svelte-12qhfyh:hover{background:var(--bg-hover);color:var(--text-main)}.auth-title.svelte-12qhfyh{font-size:22px;font-weight:700;text-align:center;margin-bottom:20px}.auth-tabs.svelte-12qhfyh{display:flex;background:var(--bg-surface);border-radius:var(--radius-sm);padding:3px;gap:2px;margin-bottom:20px}.auth-tab.svelte-12qhfyh{flex:1;padding:6px;border-radius:var(--radius-sm);font-size:13px;font-weight:500;color:var(--text-muted);transition:all var(--t-fast);text-align:center}.auth-tab.active.svelte-12qhfyh{background:var(--bg-elevated);color:var(--text-main)}.auth-form.svelte-12qhfyh{display:flex;flex-direction:column;gap:14px}.form-group.svelte-12qhfyh{display:flex;flex-direction:column;gap:5px}.form-group.svelte-12qhfyh label:where(.svelte-12qhfyh){font-size:12px;color:var(--text-dim)}.auth-error.svelte-12qhfyh{font-size:12px;color:var(--error);text-align:center}.auth-divider.svelte-12qhfyh{display:flex;align-items:center;text-align:center;margin:20px 0;color:var(--text-muted);font-size:12px}.auth-divider.svelte-12qhfyh:before,.auth-divider.svelte-12qhfyh:after{content:"";flex:1;border-bottom:1px solid var(--border)}.auth-divider.svelte-12qhfyh span:where(.svelte-12qhfyh){padding:0 12px}.oauth-providers.svelte-12qhfyh{display:flex;flex-direction:column;gap:10px}.btn-oauth.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:10px;border-radius:var(--radius-sm);font-size:13px;font-weight:500;text-decoration:none;transition:all var(--t-fast)}.btn-oauth.google.svelte-12qhfyh{background:#fff;color:#000;border:1px solid #ddd}.btn-oauth.google.svelte-12qhfyh:hover{background:#f8f9fa}.btn-oauth.discord.svelte-12qhfyh{background:#5865f2;color:#fff;border:1px solid #5865F2}.btn-oauth.discord.svelte-12qhfyh:hover{filter:brightness(1.1)}.btn-oauth.twitch.svelte-12qhfyh{background:#9146ff;color:#fff;border:1px solid #9146FF}.btn-oauth.twitch.svelte-12qhfyh:hover{filter:brightness(1.1)}.main-content.svelte-12qhfyh{padding-top:var(--navbar-height);min-height:100dvh}.rating-high.svelte-12qhfyh{color:var(--success)}.rating-medium.svelte-12qhfyh{color:var(--text-dim)}.rating-low.svelte-12qhfyh{color:var(--text-muted)}
