@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root,[data-theme=light]{--bg:#f4f6f9;--surface:#fff;--surface2:#f8fafc;--surface3:#eef1f5;--border:#e8ecf0;--border2:#d1d9e0;--text:#0f172a;--text-sub:#475569;--text-muted:#94a3b8;--accent:#1b6e7e;--accent-soft:#e8f4f6;--accent-mid:#2a8a9e;--sidebar-bg:#fff;--sidebar-border:#e8ecf0;--header-bg:#fffe;--card-shadow:0 1px 3px #0000000f, 0 4px 16px #0000000a;--card-shadow-hover:0 4px 20px #0000001a, 0 1px 4px #0000000f;--scrollbar:#00000026}[data-theme=dark]{--bg:#0d1117;--surface:#161b22;--surface2:#1c2128;--surface3:#21262d;--border:#30363d;--border2:#3d444d;--text:#e6edf3;--text-sub:#8b949e;--text-muted:#484f58;--accent:#2a8a9e;--accent-soft:#1b6e7e22;--accent-mid:#3aa8be;--sidebar-bg:#161b22;--sidebar-border:#30363d;--header-bg:#161b22ee;--card-shadow:0 1px 3px #0000004d, 0 4px 16px #0003;--card-shadow-hover:0 4px 24px #0006, 0 1px 4px #0000004d;--scrollbar:#ffffff26}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;transition:background .25s,color .25s}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-thumb{background:var(--scrollbar);border-radius:99px}::-webkit-scrollbar-track{background:0 0}.card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--card-shadow);border-radius:16px;transition:box-shadow .2s,border-color .2s,transform .2s}.card:hover{box-shadow:var(--card-shadow-hover);border-color:var(--border2)}.card-lg{border-radius:20px}.card-xl{border-radius:24px}
