*{box-sizing:border-box;margin:0;padding:0}:root{--font-family:var(--font-overpass),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,sans-serif;--crystal:#3d8af5;--crystal-hover:#2563eb;--crystal-light:#3d8af51a;--crystal-glow:#3d8af566;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--font-xs:12px;--font-sm:14px;--font-base:16px;--font-lg:18px;--font-xl:24px;--font-2xl:32px;--font-3xl:40px;--weight-thin:100;--weight-extralight:200;--weight-light:300;--weight-normal:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--weight-extrabold:800;--weight-black:900;--line-tight:1.2;--line-normal:1.5;--line-relaxed:1.7;--radius-sm:6px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 8px 24px #0000001f;--shadow-xl:0 16px 48px #00000029;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.35s ease;--header-height:64px;--sidebar-width:280px;--container-max:1440px;--z-dropdown:100;--z-sticky:200;--z-header:300;--z-overlay:400;--z-modal:500;--z-popover:600;--z-tooltip:700}:root,[data-theme=light]{--accent:#3d8af5;--accent-hover:#2563eb;--accent-light:#3d8af514;--accent-text:#fff;--bg-primary:#fff;--bg-secondary:#f8f9fa;--bg-tertiary:#f1f3f4;--bg-hover:#e8eaed;--bg-active:#dadce0;--text-primary:#1a1a1a;--text-secondary:#5f6368;--text-tertiary:#80868b;--text-disabled:#bdc1c6;--border-light:#e8eaed;--border-default:#dadce0;--border-strong:#bdc1c6;--success:#22c55e;--success-light:#dcfce7;--warning:#f59e0b;--warning-light:#fef3c7;--error:#ef4444;--error-light:#fee2e2;--overlay:#00000080;--skeleton:linear-gradient(90deg,#f1f3f4 25%,#e8eaed 50%,#f1f3f4 75%)}[data-theme=dark]{--accent:#3d8af5;--accent-hover:#60a5fa;--accent-light:#3d8af526;--accent-text:#fff;--bg-primary:#0f0f0f;--bg-secondary:#171717;--bg-tertiary:#1f1f1f;--bg-hover:#2a2a2a;--bg-active:#363636;--text-primary:#f5f5f5;--text-secondary:#a1a1a1;--text-tertiary:#737373;--text-disabled:#525252;--border-light:#262626;--border-default:#363636;--border-strong:#525252;--success:#22c55e;--success-light:#14532d;--warning:#f59e0b;--warning-light:#713f12;--error:#ef4444;--error-light:#7f1d1d;--overlay:#000000b3;--skeleton:linear-gradient(90deg,#1f1f1f 25%,#2a2a2a 50%,#1f1f1f 75%);--shadow-sm:0 1px 2px #0000004d;--shadow-md:0 4px 12px #0006;--shadow-lg:0 8px 24px #00000080;--shadow-xl:0 16px 48px #0009}html{font-family:var(--font-family);font-size:var(--font-base);line-height:var(--line-normal);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-family);background-color:var(--bg-secondary);color:var(--text-primary);min-height:100vh}a{color:var(--accent);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--accent-hover)}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit}img{max-width:100%;height:auto}.container{max-width:var(--container-max);padding:0;padding-top:var(--header-height);width:100%;margin:0 auto}@media (max-width:768px){.container{padding:var(--space-4);padding-top:calc(var(--header-height) + var(--space-4))}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}::selection{background-color:var(--accent);color:var(--accent-text)}.app-wrapper{flex-direction:column;min-height:100vh;display:flex}
