@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--font-sans:"Aptos", "SF Pro Text", "Inter", system-ui, -apple-system, sans-serif;--font-mono:"SF Mono", "Fira Code", monospace;--color-bg:#fff;--color-bg-secondary:#f8f8f6;--color-bg-tertiary:#f1efe8;--color-surface:#fff;--color-surface-raised:#fff;--color-border:#00000014;--color-border-medium:#00000024;--color-border-strong:#00000038;--color-text-primary:#1a1a18;--color-text-secondary:#5f5e5a;--color-text-tertiary:#888780;--color-text-inverse:#fff;--color-teal:#1d9e75;--color-teal-light:#e1f5ee;--color-teal-dark:#0f6e56;--color-purple:#7f77dd;--color-purple-light:#eeedfe;--color-purple-dark:#534ab7;--color-amber:#ba7517;--color-amber-light:#faeeda;--color-coral:#d85a30;--color-coral-light:#faece7;--color-red:#e24b4a;--color-red-light:#fcebeb;--color-green:#639922;--color-green-light:#eaf3de;--color-accent:var(--color-teal);--color-accent-light:var(--color-teal-light);--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 2px 8px #00000014;--shadow-lg:0 4px 16px #0000001a;--sidebar-width:240px;--header-height:56px;--transition:.15s ease}@media (prefers-color-scheme:dark){:root{--color-bg:#141413;--color-bg-secondary:#1c1c1a;--color-bg-tertiary:#232321;--color-surface:#1c1c1a;--color-surface-raised:#252523;--color-border:#ffffff14;--color-border-medium:#ffffff1f;--color-border-strong:#fff3;--color-text-primary:#e8e6e0;--color-text-secondary:#a8a69e;--color-text-tertiary:#6e6c66;--color-text-inverse:#1a1a18;--color-teal:#5dcaa5;--color-teal-light:#04342c;--color-teal-dark:#9fe1cb;--color-purple:#afa9ec;--color-purple-light:#26215c;--color-purple-dark:#cecbf6;--color-amber:#ef9f27;--color-amber-light:#412402;--color-coral:#f0997b;--color-coral-light:#4a1b0c;--color-red:#f09595;--color-red-light:#501313;--color-green:#97c459;--color-green-light:#173404}}html,body{height:100%;font-family:var(--font-sans);color:var(--color-text-primary);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:15px;line-height:1.6}#root{flex-direction:column;height:100%;display:flex}a{color:var(--color-accent);text-decoration:none}a:hover{text-decoration:underline}button{font-family:var(--font-sans);cursor:pointer}input,textarea,select{font-family:var(--font-sans);font-size:14px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--color-border-medium);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-border-strong)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
