@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&family=Manrope:wght@400;500;600;700;800&display=swap";
:root{--bg-void:#0a0d12;--bg-deep:#11161d;--bg-surface:#151b24;--bg-raised:#19212c;--bg-elevated:#212b37;--bg-border:#2b3847;--red-hot:#ff5b47;--red-glow:#d93f34;--red-dark:#9c261f;--red-deep:#511715;--red-ghost:#ff5b471a;--red-glow-sm:#ff5b472e;--red-glow-md:#ff5b4742;--red-glow-lg:#ff5b476b;--success:#48c78e;--success-dim:#48c78e29;--warning:#ffb347;--warning-dim:#ffb34729;--danger:#ff6d61;--danger-dim:#ff6d6124;--info:#6fa8ff;--text-primary:#f5f7fb;--text-secondary:#b5bfcd;--text-dim:#7f8a98;--text-ghost:#f5f7fb12;--glass:#ffffff0a;--glass-border:#ffffff14;--glass-hover:#ffffff12;--glass-red:#ff5b4714;--radius-xs:4px;--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--radius-full:9999px;--navbar-h:64px;--sidebar-w:260px;--sidebar-collapsed:68px;--ease-out:cubic-bezier(.16, 1, .3, 1);--ease-in:cubic-bezier(.7, 0, .84, 0);--ease-snap:cubic-bezier(.87, 0, .13, 1);--duration-fast:.15s;--duration-base:.25s;--duration-slow:.4s;--shadow-sm:0 14px 30px #0000002e;--shadow-md:0 20px 48px #0000003d;--shadow-lg:0 28px 72px #00000052;--shadow-red:0 16px 40px #ff5b471f;--neon-cyan:var(--info);--neon-cyan-dim:#6fa8ff2e;--neon-cyan-glow:#6fa8ff38;--neon-violet:#9c7cff;--neon-violet-dim:#9c7cff2e;--neon-violet-glow:#9c7cff38;--steel:var(--bg-border)}[data-theme=light]{--bg-void:#f5f1ea;--bg-deep:#ece5db;--bg-surface:#fffcf8;--bg-raised:#fff;--bg-elevated:#fffaf2;--bg-border:#dacfc2;--red-hot:#c84632;--red-glow:#ae3728;--red-dark:#8f2b20;--red-deep:#5f1f19;--red-ghost:#c8463214;--red-glow-sm:#c8463229;--red-glow-md:#c846323d;--red-glow-lg:#c8463259;--text-primary:#1e252d;--text-secondary:#55606e;--text-dim:#7e8794;--text-ghost:#1e252d0d;--glass:#ffffff8f;--glass-border:#28344214;--glass-hover:#ffffffd1;--glass-red:#c846320d;--shadow-sm:0 10px 24px #44352314;--shadow-md:0 16px 40px #4435231f;--shadow-lg:0 24px 64px #44352329;--shadow-red:0 16px 32px #c846321a;--neon-cyan:#4d84e2;--neon-cyan-dim:#4d84e229;--neon-cyan-glow:#4d84e22e;--neon-violet:#8466df;--neon-violet-dim:#8466df29;--neon-violet-glow:#8466df2e;--steel:var(--bg-border)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{background:radial-gradient(circle at top left, var(--red-ghost) 0, transparent 28%), radial-gradient(circle at top right, #6fa8ff14 0, transparent 24%), linear-gradient(180deg, var(--bg-deep) 0%, var(--bg-void) 45%, var(--bg-void) 100%);color:var(--text-primary);min-height:100dvh;transition:background-color var(--duration-slow) var(--ease-out), color var(--duration-slow) var(--ease-out);font-family:Manrope,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{letter-spacing:-.04em;font-family:Manrope,sans-serif;font-weight:800;line-height:1.15}code,pre,.mono{font-family:IBM Plex Mono,monospace;font-size:.875em}a{color:var(--red-hot);transition:opacity var(--duration-fast) var(--ease-out);text-decoration:none}a:hover{opacity:.8}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:var(--bg-void)}::-webkit-scrollbar-thumb{background:var(--bg-border);border-radius:2px}::-webkit-scrollbar-thumb:hover{background:var(--red-glow)}::selection{background:var(--red-glow-md);color:var(--red-hot)}:focus-visible{outline:2px solid var(--red-hot);outline-offset:3px;border-radius:var(--radius-sm)}.text-red{color:var(--red-hot)}.text-dim{color:var(--text-dim)}.text-secondary{color:var(--text-secondary)}.text-success{color:var(--success)}.text-warning{color:var(--warning)}.mono{font-family:IBM Plex Mono,monospace}.text-neon{color:var(--info)}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.flex-col{flex-direction:column;display:flex}.glass{background:linear-gradient(180deg, var(--glass-hover) 0%, var(--glass) 100%);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(16px)}.glass-red{background:var(--glass-red);border:1px solid var(--red-glow-sm);-webkit-backdrop-filter:blur(16px)}.glow-red{box-shadow:var(--shadow-red)}.glow-red-text{text-shadow:0 0 15px var(--red-glow-md), 0 0 40px var(--red-glow-sm)}.badge{border-radius:var(--radius-full);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:5px;padding:3px 10px;font-size:.72rem;font-weight:600;display:inline-flex}.badge-red{background:var(--red-ghost);color:var(--red-hot);border:1px solid var(--red-glow-sm)}.badge-success{background:var(--success-dim);color:var(--success);border:1px solid #00d08440}.badge-warning{background:var(--warning-dim);color:var(--warning);border:1px solid #ff950040}.badge-dim{background:var(--glass);color:var(--text-secondary);border:1px solid var(--glass-border)}.btn{border-radius:var(--radius-md);cursor:pointer;transition:all var(--duration-base) var(--ease-out);white-space:nowrap;border:none;justify-content:center;align-items:center;gap:8px;padding:10px 22px;font-family:Manrope,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.btn:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.btn-primary{background:linear-gradient(135deg, var(--red-hot) 0%, var(--red-glow) 100%);color:#fff;box-shadow:0 14px 28px var(--red-glow-sm)}.btn-primary:hover{box-shadow:0 18px 36px var(--red-glow-md);transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:linear-gradient(180deg, var(--glass-hover) 0%, var(--glass) 100%);color:var(--text-primary);border:1px solid var(--glass-border)}.btn-secondary:hover{background:var(--glass-hover);border-color:var(--red-glow-sm)}.btn-ghost{color:var(--text-secondary);background:0 0;border:1px solid #0000}.btn-ghost:hover{color:var(--text-primary);border-color:var(--glass-border);background:var(--glass)}.btn-sm{border-radius:var(--radius-sm);padding:7px 14px;font-size:.8rem}.btn-lg{border-radius:var(--radius-lg);padding:14px 30px;font-size:1rem}.card{background:linear-gradient(180deg, #ffffff08 0%, transparent 100%), var(--bg-raised);border:1px solid var(--bg-border);border-radius:var(--radius-lg);transition:border-color var(--duration-base) var(--ease-out), box-shadow var(--duration-base) var(--ease-out);padding:24px}.card:hover{border-color:var(--red-glow-sm);box-shadow:var(--shadow-red)}.card-glass{background:var(--glass);border:1px solid var(--glass-border);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(20px);padding:24px}.input{background:linear-gradient(180deg, #ffffff08 0%, transparent 100%), var(--bg-surface);border:1px solid var(--bg-border);border-radius:var(--radius-md);width:100%;color:var(--text-primary);transition:border-color var(--duration-fast) var(--ease-out), box-shadow var(--duration-fast) var(--ease-out);outline:none;padding:12px 16px;font-family:Manrope,sans-serif;font-size:.9rem}.input:focus{border-color:var(--red-hot);box-shadow:0 0 0 3px var(--red-glow-sm)}.input::placeholder{color:var(--text-dim)}textarea.input{resize:vertical;min-height:120px;line-height:1.6}.label{color:var(--text-secondary);letter-spacing:.05em;text-transform:uppercase;margin-bottom:6px;font-size:.8rem;font-weight:600;display:block}.divider{border:none;border-top:1px solid var(--bg-border);margin:24px 0}.skeleton{background:linear-gradient(90deg, var(--bg-raised) 25%, var(--bg-elevated) 50%, var(--bg-raised) 75%);border-radius:var(--radius-sm);background-size:200% 100%;animation:1.5s infinite skeleton-shimmer}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes pulse-red{0%,to{box-shadow:0 0 10px var(--red-glow-sm)}50%{box-shadow:0 0 30px var(--red-glow-md), 0 0 60px var(--red-glow-sm)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes glow-pulse{0%,to{opacity:.5}50%{opacity:1}}@keyframes progress-fill{0%{width:0}to{width:var(--progress-width,100%)}}.animate-fade-up{animation:fade-up .5s var(--ease-out) both}.animate-fade-in{animation:fade-in .4s var(--ease-out) both}.animate-scale-in{animation-name:scale-in;animation-duration:.3s;animation-timing-function:var(--ease-out);animation-fill-mode:both}.animate-float{animation:4s ease-in-out infinite float}.animate-pulse-red{animation:2s ease-in-out infinite pulse-red}.animate-spin-slow{animation:8s linear infinite spin-slow}.animate-glow-pulse{animation:2s ease-in-out infinite glow-pulse}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 24px}@media (max-width:768px){.container{padding:0 16px}}@media (max-width:480px){.container{padding:0 12px}}@media (max-width:768px){.hide-mobile{display:none!important}}@media (min-width:769px){.hide-desktop{display:none!important}}[dir=rtl] body{text-align:right}[dir=rtl] .flex-between{flex-direction:row-reverse}
.Navbar-module__cRh5nW__navbar{z-index:1000;height:var(--navbar-h);border-bottom:1px solid var(--glass-border);-webkit-backdrop-filter:blur(20px);transition:background var(--duration-slow);background:#0a0d12b8;position:fixed;top:0;left:0;right:0}[data-theme=light] .Navbar-module__cRh5nW__navbar{background:#f5f1ead1}.Navbar-module__cRh5nW__inner{align-items:center;gap:16px;max-width:1400px;height:100%;margin:0 auto;padding:0 24px;display:flex}.Navbar-module__cRh5nW__brand{flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex}.Navbar-module__cRh5nW__brandIcon{background:linear-gradient(135deg, var(--red-ghost), #6fa8ff14);border:1px solid var(--glass-border);border-radius:12px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.Navbar-module__cRh5nW__brandText{color:var(--text-primary);letter-spacing:-.03em;font-size:1rem;font-weight:800}.Navbar-module__cRh5nW__links{align-items:center;gap:4px;margin-left:auto;display:flex}.Navbar-module__cRh5nW__link{border-radius:var(--radius-sm);color:var(--text-secondary);transition:all var(--duration-fast) var(--ease-out);padding:6px 14px;font-size:.875rem;font-weight:500;text-decoration:none}.Navbar-module__cRh5nW__link:hover{color:var(--text-primary);background:var(--glass)}.Navbar-module__cRh5nW__linkActive{color:var(--red-hot);background:var(--red-ghost);box-shadow:inset 0 0 0 1px var(--red-glow-sm)}.Navbar-module__cRh5nW__controls{align-items:center;gap:6px;margin-left:16px;display:flex}.Navbar-module__cRh5nW__iconBtn{border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;transition:all var(--duration-fast) var(--ease-out);background:0 0;border:1px solid #0000;align-items:center;gap:5px;padding:7px 10px;font-family:Manrope,sans-serif;font-size:.8rem;font-weight:500;display:flex}.Navbar-module__cRh5nW__iconBtn:hover{color:var(--text-primary);background:var(--glass);border-color:var(--glass-border)}.Navbar-module__cRh5nW__localeBadge{letter-spacing:.05em;font-size:.7rem;font-weight:700}.Navbar-module__cRh5nW__signOutBtn{font-size:.8rem}.Navbar-module__cRh5nW__userArea{border-radius:var(--radius-sm);background:linear-gradient(180deg, var(--glass-hover) 0%, var(--glass) 100%);border:1px solid var(--glass-border);align-items:center;gap:8px;padding:4px 10px;display:flex}.Navbar-module__cRh5nW__balancePill{background:#6fa8ff14;border:1px solid #6fa8ff2e;border-radius:999px;align-items:center;gap:6px;padding:4px 8px;display:flex}.Navbar-module__cRh5nW__balanceLabel{color:var(--text-dim);text-transform:uppercase;letter-spacing:.05em;font-size:.72rem;font-weight:700}.Navbar-module__cRh5nW__balanceValue{color:var(--text-primary);font-size:.84rem;font-weight:800}.Navbar-module__cRh5nW__userEmail{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;max-width:100px;font-size:.8rem;font-weight:600;overflow:hidden}.Navbar-module__cRh5nW__langDropdown{position:relative}.Navbar-module__cRh5nW__dropdown{background:var(--bg-elevated);border:1px solid var(--bg-border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);z-index:100;min-width:140px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}.Navbar-module__cRh5nW__dropdownItem{text-align:left;width:100%;color:var(--text-secondary);cursor:pointer;transition:all var(--duration-fast);background:0 0;border:none;padding:10px 16px;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;display:block}.Navbar-module__cRh5nW__dropdownItem:hover{background:var(--glass);color:var(--text-primary)}.Navbar-module__cRh5nW__dropdownItemActive{color:var(--red-hot);background:var(--red-ghost)}.Navbar-module__cRh5nW__hamburger{display:none}.Navbar-module__cRh5nW__overlay{z-index:1001;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;position:fixed;inset:0}.Navbar-module__cRh5nW__drawer{z-index:1002;background:linear-gradient(180deg, #ffffff0d 0%, transparent 100%), var(--bg-elevated);border-left:1px solid var(--glass-border);flex-direction:column;width:280px;padding:80px 20px 32px;display:flex;position:fixed;top:0;bottom:0;right:0}.Navbar-module__cRh5nW__drawerLinks{flex-direction:column;flex:1;gap:4px;display:flex}.Navbar-module__cRh5nW__drawerLink{border-radius:var(--radius-md);color:var(--text-secondary);transition:all var(--duration-fast);padding:14px 16px;font-size:1rem;font-weight:600;text-decoration:none}.Navbar-module__cRh5nW__drawerLink:hover{color:var(--text-primary);background:var(--glass)}.Navbar-module__cRh5nW__drawerLinkActive{color:var(--red-hot);background:var(--red-ghost)}.Navbar-module__cRh5nW__drawerFooter{flex-direction:column;gap:12px;display:flex}.Navbar-module__cRh5nW__drawerBalance{border-radius:var(--radius-md);color:var(--text-primary);background:#6fa8ff14;border:1px solid #6fa8ff2e;justify-content:space-between;align-items:center;padding:12px 14px;font-size:.9rem;display:flex}.Navbar-module__cRh5nW__drawerLangGrid{grid-template-columns:1fr 1fr;gap:6px;display:grid}.Navbar-module__cRh5nW__drawerLangBtn{border-radius:var(--radius-sm);background:var(--glass);border:1px solid var(--glass-border);color:var(--text-secondary);cursor:pointer;transition:all var(--duration-fast);padding:8px;font-family:Inter,sans-serif;font-size:.8rem;font-weight:600}.Navbar-module__cRh5nW__drawerLangBtn:hover{color:var(--text-primary);border-color:var(--red-glow-sm)}.Navbar-module__cRh5nW__drawerLangActive{color:var(--red-hot);background:var(--red-ghost);border-color:var(--red-glow-sm)}@media (max-width:768px){.Navbar-module__cRh5nW__links,.Navbar-module__cRh5nW__userArea,.Navbar-module__cRh5nW__signOutBtn{display:none}.Navbar-module__cRh5nW__hamburger{display:flex}.Navbar-module__cRh5nW__inner{padding:0 16px}}@media (max-width:480px){.Navbar-module__cRh5nW__brandText{display:none}}
.FloatingStatus-module__ViXe9G__wrap{z-index:9999;width:calc(100% - 48px);max-width:600px;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.FloatingStatus-module__ViXe9G__content{-webkit-backdrop-filter:blur(12px)saturate(180%);backdrop-filter:blur(12px)saturate(180%);border-radius:var(--radius-lg);cursor:pointer;transition:border-color var(--duration-base);background:#0f0f14d9;border:1px solid #ff1a1a4d;justify-content:space-between;align-items:center;gap:20px;padding:12px 20px;display:flex;box-shadow:0 10px 40px #00000080,0 0 20px #ff1a1a1a}.FloatingStatus-module__ViXe9G__content:hover{border-color:var(--red-hot)}.FloatingStatus-module__ViXe9G__info{align-items:center;gap:12px;min-width:0;display:flex}.FloatingStatus-module__ViXe9G__spinner{flex-shrink:0;width:24px;height:24px;position:relative}.FloatingStatus-module__ViXe9G__spinnerInner{border:2px solid var(--red-ghost);border-top-color:var(--red-hot);border-radius:50%;width:100%;height:100%;animation:1s linear infinite FloatingStatus-module__ViXe9G__spin}@keyframes FloatingStatus-module__ViXe9G__spin{to{transform:rotate(360deg)}}.FloatingStatus-module__ViXe9G__status{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:700;overflow:hidden}.FloatingStatus-module__ViXe9G__sub{color:var(--text-dim);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem}.FloatingStatus-module__ViXe9G__progressSection{flex:1;align-items:center;gap:12px;display:flex}.FloatingStatus-module__ViXe9G__barBg{background:var(--bg-border);border-radius:3px;flex:1;height:6px;overflow:hidden}.FloatingStatus-module__ViXe9G__barFill{background:var(--red-hot);height:100%;box-shadow:0 0 8px var(--red-glow-sm)}.FloatingStatus-module__ViXe9G__pct{color:var(--red-hot);min-width:35px;font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:800}.FloatingStatus-module__ViXe9G__btn{background:var(--red-hot);color:#fff;border-radius:var(--radius-md);white-space:nowrap;box-shadow:0 4px 12px var(--red-glow-sm);border:none;padding:6px 14px;font-size:.75rem;font-weight:700}@media (max-width:640px){.FloatingStatus-module__ViXe9G__progressSection,.FloatingStatus-module__ViXe9G__btn{display:none}}
