@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Fira+Code:wght@400;500&display=swap";
:root{--bg-page:#f5f5f5;--bg-surface:#fafafa;--bg-surface-alt:#ebebeb;--bg-elevated:#fff;--border-default:#dbdbdb;--border-subtle:#e5e5e5;--text-primary:#171717;--text-secondary:#737373;--text-disabled:#17171766;--interactive-bg:#171717;--interactive-fg:#fff;--interactive-bg-hover:#333;--tab-bg:#f5f5f5;--tab-active:#fff;--hover-subtle:#1717170f;--hover-medium:#f0f0f0;--hover-strong:#17171714;--skeleton-base:#ebebeb;--skeleton-shine:#d6d6d6}.dark{--bg-page:#161616;--bg-surface:#1f1f1f;--bg-surface-alt:#262626;--bg-elevated:#2a2a2a;--border-default:#333;--border-subtle:#2e2e2e;--text-primary:#f5f5f5;--text-secondary:#a9a9a9;--text-disabled:#f5f5f566;--interactive-bg:#e5e5e5;--interactive-fg:#171717;--interactive-bg-hover:#fff;--tab-bg:#262626;--tab-active:#383838;--hover-subtle:#ffffff0f;--hover-medium:#2e2e2e;--hover-strong:#ffffff14;--skeleton-base:#2a2a2a;--skeleton-shine:#383838}*,:before,:after{box-sizing:border-box}html{font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;line-height:1.5}body{background-color:var(--bg-page);min-width:320px;min-height:100vh;color:var(--text-primary);margin:0}#root{min-height:100vh}h1,h2,h3,h4,h5,h6,p{margin:0}button{font-family:inherit}a{color:inherit;text-decoration:none}.app-layout{background-color:var(--bg-page);min-height:100vh;display:flex}.main-content{flex:1;min-width:0;max-height:100vh;overflow-y:auto}@media (max-width:900px){.app-layout{flex-direction:column}.main-content{max-height:none}}
