.mdc-root{--font-sans:"Geist",system-ui,-apple-system,sans-serif;--font-mono:"Geist Mono",ui-monospace,"SF Mono",Menlo,monospace;--r-sm:8px;--r-md:10px;--r-lg:12px;--r-xl:16px;--r-full:999px;--shadow-sm:0 1px 2px 0 rgb(15 23 42/0.06),0 1px 1px -1px rgb(15 23 42/0.04);--shadow-md:0 4px 12px -2px rgb(15 23 42/0.10),0 2px 6px -2px rgb(15 23 42/0.06);--shadow-lg:0 18px 40px -12px rgb(15 23 42/0.22);--ease:cubic-bezier(0.22,1,0.36,1)}.mdc-root[data-theme=light]{--background:#f7f8fa;--card:#ffffff;--card-2:#fbfcfd;--popover:#ffffff;--foreground:#0f172a;--foreground-2:#1e293b;--muted:#f1f5f9;--muted-foreground:#64748b;--subtle-foreground:#94a3b8;--border:#e7eaef;--border-strong:#d6dbe3;--input:#e7eaef;--ring:#2563eb;--primary:#2563eb;--primary-hover:#1d4ed8;--primary-foreground:#ffffff;--primary-soft-bg:rgb(37 99 235/0.08);--primary-soft-border:rgb(37 99 235/0.18);--amber-bg:rgb(245 158 11/0.12);--amber-fg:#b45309;--amber-border:rgb(245 158 11/0.24);--blue-bg:rgb(37 99 235/0.10);--blue-fg:#1d4ed8;--blue-border:rgb(37 99 235/0.20);--emerald-bg:rgb(16 185 129/0.12);--emerald-fg:#047857;--emerald-border:rgb(16 185 129/0.24);--red-bg:rgb(239 68 68/0.10);--red-fg:#b91c1c;--red-border:rgb(239 68 68/0.22);--violet-bg:rgb(139 92 246/0.12);--violet-fg:#6d28d9;--violet-border:rgb(139 92 246/0.24);--live:#10b981;--skeleton:linear-gradient(90deg,#eef1f5 25%,#e2e7ee 37%,#eef1f5 63%);--cover-overlay:linear-gradient(180deg,rgb(15 23 42/0) 30%,rgb(15 23 42/0.55))}.mdc-root[data-theme=dark]{--background:#030712;--card:#0f1623;--card-2:#131c2b;--popover:#131c2b;--foreground:#f8fafc;--foreground-2:#e2e8f0;--muted:#1b2536;--muted-foreground:#94a3b8;--subtle-foreground:#64748b;--border:#1f2a3c;--border-strong:#2b384e;--input:#1f2a3c;--ring:#3b82f6;--primary:#3b82f6;--primary-hover:#60a5fa;--primary-foreground:#0a1020;--primary-soft-bg:rgb(59 130 246/0.16);--primary-soft-border:rgb(59 130 246/0.30);--amber-bg:rgb(245 158 11/0.14);--amber-fg:#fbbf24;--amber-border:rgb(245 158 11/0.28);--blue-bg:rgb(59 130 246/0.16);--blue-fg:#93c5fd;--blue-border:rgb(59 130 246/0.30);--emerald-bg:rgb(16 185 129/0.15);--emerald-fg:#34d399;--emerald-border:rgb(16 185 129/0.30);--red-bg:rgb(239 68 68/0.15);--red-fg:#f87171;--red-border:rgb(239 68 68/0.30);--violet-bg:rgb(139 92 246/0.16);--violet-fg:#c4b5fd;--violet-border:rgb(139 92 246/0.30);--live:#34d399;--skeleton:linear-gradient(90deg,#131c2b 25%,#1b2536 37%,#131c2b 63%);--cover-overlay:linear-gradient(180deg,rgb(3 7 18/0) 20%,rgb(3 7 18/0.78));--shadow-sm:0 1px 2px 0 rgb(0 0 0/0.40);--shadow-md:0 6px 18px -4px rgb(0 0 0/0.55);--shadow-lg:0 20px 48px -14px rgb(0 0 0/0.7)}.mdc-root *{box-sizing:border-box}.mdc-root{margin:0;padding:0}.mdc-root{background:#0b0f17;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.mdc-root .mono{font-family:var(--font-mono);font-feature-settings:"tnum" 1;letter-spacing:-.01em}.mdc-root .card{background:var(--card);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--shadow-sm)}.mdc-root .chip{display:inline-flex;align-items:center;gap:5px;height:24px;padding:0 10px;border-radius:var(--r-full);font-size:11px;font-weight:500;line-height:1;background:var(--muted);color:var(--muted-foreground);border:1px solid transparent;white-space:nowrap;cursor:default}.mdc-root .chip-interactive{cursor:pointer;transition:all .16s var(--ease)}.mdc-root .chip-interactive:hover{color:var(--foreground);background:var(--border)}.mdc-root .chip[data-active=true]{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.mdc-root .pill{display:inline-flex;align-items:center;gap:5px;height:22px;padding:0 9px;border-radius:var(--r-full);font-size:11px;font-weight:600;line-height:1;border:1px solid}.mdc-root .pill-amber{background:var(--amber-bg);color:var(--amber-fg);border-color:var(--amber-border)}.mdc-root .pill-blue{background:var(--blue-bg);color:var(--blue-fg);border-color:var(--blue-border)}.mdc-root .pill-emerald{background:var(--emerald-bg);color:var(--emerald-fg);border-color:var(--emerald-border)}.mdc-root .pill-red{background:var(--red-bg);color:var(--red-fg);border-color:var(--red-border)}.mdc-root .pill-violet{background:var(--violet-bg);color:var(--violet-fg);border-color:var(--violet-border)}.mdc-root .pill-primary{background:var(--primary-soft-bg);color:var(--primary);border-color:var(--primary-soft-border)}.mdc-root .btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;height:36px;padding:0 14px;border-radius:var(--r-md);font-family:var(--font-sans);font-size:13px;font-weight:600;border:1px solid transparent;cursor:pointer;transition:transform .14s var(--ease),background .16s var(--ease),border-color .16s,color .16s;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.mdc-root .btn:active{transform:scale(.99)}.mdc-root .btn-primary{background:var(--primary);color:var(--primary-foreground)}.mdc-root .btn-primary:hover{background:var(--primary-hover)}.mdc-root .btn-secondary{background:var(--card);color:var(--foreground);border-color:var(--border-strong)}.mdc-root .btn-secondary:hover{background:var(--muted)}.mdc-root .btn-ghost{background:transparent;color:var(--muted-foreground)}.mdc-root .btn-ghost:hover{background:var(--muted);color:var(--foreground)}.mdc-root .btn-soft{background:var(--primary-soft-bg);color:var(--primary);border-color:var(--primary-soft-border)}.mdc-root .btn-soft:hover{background:var(--primary);color:var(--primary-foreground)}.mdc-root .btn-sm{height:30px;padding:0 11px;font-size:12px;border-radius:var(--r-sm)}.mdc-root .btn-lg{height:42px;padding:0 20px;font-size:14px}.mdc-root .btn-icon{width:36px;padding:0}.mdc-root .btn-icon.btn-sm{width:30px}.mdc-root .btn:disabled{opacity:.5;cursor:not-allowed}.mdc-root .avatar{position:relative;flex:none;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--r-full);font-weight:600;color:#fff;background:var(--primary);overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mdc-root .avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.mdc-root .avatar-ring{box-shadow:0 0 0 2px var(--card)}.mdc-root .pulse{position:relative;width:8px;height:8px;flex:none}.mdc-root .pulse,.mdc-root .pulse:after{border-radius:50%;background:var(--live)}.mdc-root .pulse:after{content:"";position:absolute;inset:0;animation:pulsering 1.8s var(--ease) infinite}@keyframes pulsering{0%{transform:scale(1);opacity:.55}70%{transform:scale(2.6);opacity:0}to{transform:scale(2.6);opacity:0}}@media (prefers-reduced-motion:reduce){.mdc-root .pulse:after{animation:none}}.mdc-root .comment-flash{animation:commentflash 2.4s var(--ease)}@keyframes commentflash{0%,18%{background:var(--emerald-bg);box-shadow:0 0 0 2px var(--emerald-border)}to{background:transparent;box-shadow:0 0 0 2px transparent}}@media (prefers-reduced-motion:reduce){.mdc-root .comment-flash{animation:none;background:var(--emerald-bg)}}.mdc-root .skeleton{background:var(--skeleton);background-size:400% 100%;animation:shimmer 1.4s ease-in-out infinite;border-radius:6px}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@keyframes riseIn{0%{transform:translateY(10px)}to{transform:translateY(0)}}.mdc-root .rise{opacity:1}@media (prefers-reduced-motion:no-preference){.mdc-root .rise{animation:riseIn .45s var(--ease)}}.mdc-root .lift{transition:transform .18s var(--ease),box-shadow .18s var(--ease),border-color .18s}.mdc-root .lift:hover{transform:scale(1.008);box-shadow:var(--shadow-md);border-color:var(--border-strong)}.mdc-root .press:active{transform:scale(.99)}.mdc-root .hr{height:1px;background:var(--border);border:0}.mdc-root .muted{color:var(--muted-foreground)}.mdc-root .subtle{color:var(--subtle-foreground)}.mdc-root .fg{color:var(--foreground)}.mdc-root .tnum{font-variant-numeric:tabular-nums}.mdc-root .scroll-thin::-webkit-scrollbar{width:8px;height:8px}.mdc-root .scroll-thin::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:999px}.mdc-root .scroll-thin::-webkit-scrollbar-track{background:transparent}.mdc-root .focusable:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.mdc-root .clamp-2{-webkit-line-clamp:2}.mdc-root .clamp-1,.mdc-root .clamp-2{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.mdc-root .clamp-1{-webkit-line-clamp:1}.mdc-root{height:100%;background:#0b0f17;overscroll-behavior:none}.mdc-root #root{height:100%}.mdc-root input:focus,.mdc-root textarea:focus{outline:2px solid var(--ring);outline-offset:1px}.mdc-root button{font-family:var(--font-sans)}.mdc-root ::-moz-selection{background:color-mix(in srgb,var(--primary) 28%,transparent)}.mdc-root ::selection{background:color-mix(in srgb,var(--primary) 28%,transparent)}.mdc-root{--font-sans:var(--font-geist-sans),system-ui,-apple-system,sans-serif;--font-mono:var(--font-geist-mono),ui-monospace,"SF Mono",Menlo,monospace;font-family:var(--font-sans);height:100%}