@import"https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&family=Inter:wght@400;500;600&display=swap";@font-face{font-family:Geist Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/geist-mono-cyrillic-400-normal-Ce5q_31Z.woff2) format("woff2"),url(/assets/geist-mono-cyrillic-400-normal-BPBWmzPh.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Geist Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/geist-mono-latin-ext-400-normal-Cgks_Qgx.woff2) format("woff2"),url(/assets/geist-mono-latin-ext-400-normal-CxNRRMGd.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/geist-mono-latin-400-normal-LC9RFr9I.woff2) format("woff2"),url(/assets/geist-mono-latin-400-normal-CoULgQGM.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Mono;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/geist-mono-cyrillic-500-normal-CJBLNVQT.woff2) format("woff2"),url(/assets/geist-mono-cyrillic-500-normal-mNhfPmgl.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Geist Mono;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/geist-mono-latin-ext-500-normal-CQcGuCNt.woff2) format("woff2"),url(/assets/geist-mono-latin-ext-500-normal-diTenJ8L.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist Mono;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/geist-mono-latin-500-normal-D3o2eNa9.woff2) format("woff2"),url(/assets/geist-mono-latin-500-normal-DOxI7kZ4.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--bg: #0F1117;--card: #1E2438;--elevated: #252A3D;--border: rgba(27,119,241,.25);--border-accent: rgba(27,119,241,.25);--text-primary: #F1F5F9;--text-secondary: #94A3B8;--icon-muted: #B8BFC7;--brand-primary: #1B77F1;--brand-cyan: #00CCFF;--gradient: linear-gradient(135deg, #1B77F1, #00CCFF);--success: #10B981;--danger: #EF4444;--warning: #F59E0B;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-pill: 999px;--shadow-card: 0 1px 3px rgba(0,0,0,.08);--shadow-elevated: 0 4px 12px rgba(0,0,0,.12);--shadow-blue: 0 4px 12px rgba(27,119,241,.25);--font-heading: "Poppins", system-ui, sans-serif;--font-body: "Inter", system-ui, sans-serif;--font-mono: "Geist Mono", ui-monospace, monospace;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--bg-app: var(--bg);--bg-card: var(--card);--bg-elevated: var(--elevated);--border-color: var(--border);--color-cyan: var(--brand-cyan);--color-blue-deep: var(--brand-primary);--gradient-cta: var(--gradient);--color-error: var(--danger);--color-success: var(--success);--color-warning: var(--warning)}[data-theme=light]{--bg: #F5F7FA;--card: #FFFFFF;--elevated: #FFFFFF;--border: #E0E0E0;--border-accent: #BFDBFE;--text-primary: #2C3E50;--text-secondary: #4A5568;--icon-muted: #9CA3AF}[data-theme=dark]{--bg: #0F1117;--card: #1E2438;--elevated: #252A3D;--border: rgba(27,119,241,.25);--border-accent: rgba(27,119,241,.25);--text-primary: #F1F5F9;--text-secondary: #94A3B8;--icon-muted: #B8BFC7}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:var(--font-body);font-weight:400;background-color:var(--bg);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;color:var(--text-primary);margin:0}h3{font-weight:600}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}.app-shell{display:flex;min-height:100vh;background-color:var(--bg);color:var(--text-primary)}.app-sidebar{width:240px;flex-shrink:0;background-color:var(--card);border-right:1px solid var(--border);padding:var(--space-5) var(--space-4);display:flex;flex-direction:column;gap:var(--space-5)}.app-content{flex:1;padding:var(--space-6);overflow:auto;min-width:0}.app-content h1{color:var(--brand-cyan)}.app-hamburger{display:none;position:fixed;top:14px;left:14px;z-index:60;width:40px;height:40px;align-items:center;justify-content:center;border-radius:var(--radius-md);background:var(--card);border:1px solid var(--border);color:var(--text-primary)}.app-theme-mobile{display:none;position:fixed;top:14px;right:14px;z-index:60;align-items:center;gap:8px;padding:8px 12px;border-radius:var(--radius-pill);background:var(--card);border:1px solid var(--border);color:var(--text-primary);font-family:var(--font-body);font-size:13px;font-weight:500;cursor:pointer}.app-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:40;animation:fade-in .16s ease}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@media (max-width: 767px){.app-hamburger,.app-theme-mobile{display:inline-flex}.app-sidebar{position:fixed;top:0;left:0;bottom:0;z-index:50;transform:translate(-100%);transition:transform .22s ease;box-shadow:8px 0 24px #0006}.app-sidebar.is-open{transform:translate(0)}.app-overlay.is-visible{display:block}.app-content{padding:88px var(--space-4) var(--space-5)}.app-content h1{padding-left:72px}}.scroll-top-btn{display:none}@media (max-width: 767px){.scroll-top-btn.is-visible{display:inline-flex;align-items:center;justify-content:center;position:fixed;bottom:24px;right:24px;width:48px;height:48px;border-radius:50%;background:var(--gradient);border:none;box-shadow:var(--shadow-blue);z-index:30;cursor:pointer;animation:fade-in .16s ease}}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:spin 1s linear infinite}@keyframes pulse{0%,to{opacity:.4}50%{opacity:.15}}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}
