:root{--bg-main:#0a0b0e;--bg-card:#121318;--bg-surface:#181920;--bg-input:#14151b;--bg-hover:#ffffff0f;--sidebar-bg:#090a0d;--border-color:#21232b;--border-medium:#30333f;--text-main:#f3f4f6;--text-muted:#8e92a4;--text-secondary:#9da2b4;--text-placeholder:#5d6173;--primary-color:#e50914;--primary-hover:#ff1e27;--primary-light:#e5091414;--primary-soft:#e5091426;--primary-rgb:229, 9, 20;--accent-color:#e50914;--accent-gradient:linear-gradient(135deg, #e50914 0%, #b80d19 100%);--accent-on-color:#fff;--focus-border-color:#e50914;--rounded-xs:.4rem;--rounded-sm:.6rem;--rounded-md:.8rem;--rounded-lg:1.2rem;--rounded-xl:1.8rem;--rounded-2xl:2.4rem;--rounded-full:9999px;--avatar-bg:#1c1e27;--avatar-color:#f3f4f6;--shadow-sm:0 .2rem .6rem #0006;--shadow:0 .4rem 1.4rem #00000080;--shadow-md:0 1rem 3rem -.5rem #0009;--shadow-lg:0 2rem 4rem -1rem #000000b3;--shadow-glow:0 0 2rem #e5091459;--success:#10b981;--success-soft:#10b98126;--warning:#f59e0b;--warning-soft:#f59e0b26;--danger:#ef4444;--danger-soft:#ef444426;--live-tag:#ff1e27;--0:0;--px:.1rem;--1:.2rem;--2:.4rem;--3:1rem;--4:1.2rem;--5:1.8rem;--6:2.4rem;--8:3.2rem;--10:4rem;--12:4.8rem;--font-regular:400;--font-medium:500;--font-semibold:600;--font-bold:700;--font-extrabold:800;--font-size-xs:1.2rem;--font-size-sm:1.35rem;--font-size-base:1.5rem;--font-size-md:1.7rem;--font-size-lg:2rem;--font-size-xl:2.4rem;--font-size-2xl:3rem;--font-size-3xl:3.6rem;--font-size-4xl:4.8rem;--line-height-tight:1.2;--line-height-base:1.5;--line-height-loose:1.75;--z-hide:-1;--z-base:0;--z-dropdown:100;--z-sticky:200;--z-overlay:300;--z-modal:400;--z-popover:500;--z-toast:600;--z-tooltip:700;--z-max:9999;--transition-fast:.14s cubic-bezier(.4, 0, .2, 1);--transition-base:.22s cubic-bezier(.4, 0, .2, 1);--transition-slow:.32s cubic-bezier(.4, 0, .2, 1)}html{box-sizing:border-box;scroll-behavior:smooth;-webkit-tap-highlight-color:transparent;font-size:62.5%}body{background-color:var(--bg-main);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;line-height:1.5;overflow-x:hidden}h1,h2,h3,h4,h5,h6{letter-spacing:-.025em;margin:0;font-family:Manrope,Inter,sans-serif;font-weight:700}*,:before,:after{box-sizing:inherit;margin:0;padding:0}#root{flex-direction:column;width:100%;min-height:100dvh;display:flex}::-webkit-scrollbar{width:.6rem;height:.6rem}::-webkit-scrollbar-track{background:var(--bg-main)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:var(--rounded-full)}::-webkit-scrollbar-thumb:hover{background:var(--border-medium)}.no-scrollbar,.scrollbar-none{scrollbar-width:none;-ms-overflow-style:none}.no-scrollbar::-webkit-scrollbar{width:0;height:0;display:none}.scrollbar-none::-webkit-scrollbar{width:0;height:0;display:none}.toast-stack{z-index:99999;pointer-events:none;flex-direction:column;gap:.8rem;max-width:calc(100vw - 4rem);display:flex;position:fixed;top:2rem;right:2rem}.toast{pointer-events:auto;color:#f3f4f6;cursor:pointer;background-color:#121318;border:1px solid #21232b;border-radius:.4rem;justify-content:space-between;align-items:center;gap:1.2rem;min-width:26rem;max-width:42rem;padding:1.2rem 1.6rem;font-size:1.4rem;transition:transform .15s,opacity .15s;animation:.2s cubic-bezier(.16,1,.3,1) toastSlideIn;display:flex;box-shadow:0 1rem 3rem #000000b3}.toast:hover{transform:translateY(-2px);box-shadow:0 1.2rem 3.5rem #000000d9}.toast__content{flex:1;align-items:center;gap:1rem;min-width:0;display:flex}.toast__message{color:#f3f4f6;word-break:break-word;font-size:1.35rem;font-weight:500;line-height:1.4}.toast__icon{flex-shrink:0}.toast__icon--success{color:#10b981}.toast__icon--error{color:#e50914}.toast__icon--warning{color:#f59e0b}.toast__icon--info{color:#3b82f6}.toast__close{color:#6c7580;cursor:pointer;background:0 0;border:none;border-radius:.2rem;flex-shrink:0;justify-content:center;align-items:center;padding:.4rem;transition:color .15s,background-color .15s;display:flex}.toast__close:hover{color:#fff;background-color:#ffffff14}.toast--success{border-color:#10b9814d #10b9814d #10b9814d #10b981;border-left-style:solid;border-left-width:3px}.toast--error{border-color:#e509144d #e509144d #e509144d #e50914;border-left-style:solid;border-left-width:3px}.toast--warning{border-color:#f59e0b4d #f59e0b4d #f59e0b4d #f59e0b;border-left-style:solid;border-left-width:3px}.toast--info{border-color:#3b82f64d #3b82f64d #3b82f64d #3b82f6;border-left-style:solid;border-left-width:3px}@keyframes toastSlideIn{0%{opacity:0;transform:translate(2rem)}to{opacity:1;transform:translate(0)}}
