html,body,#root{min-width:320px;min-height:100%}*,:before,:after{box-sizing:border-box}:root{--gutter:16px;--content-max:100%;--bg:#f7f7fb;--surface:#fff;--text:#111;--muted:#000000a3;--border:#e8e8ef;--border2:#e6e6ee;--shadow:#0000002e;--accent:#1f1fff;--accent-soft:#f0f0ff;--focus:#6e6eff24;--danger:#dc2626;--border-color:var(--border);--text-muted:var(--muted);font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}@media (width>=640px){:root{--gutter:20px}}@media (width>=768px){:root{--gutter:24px}}@media (width>=1024px){:root{--gutter:28px}}@media (width>=1280px){:root{--gutter:32px}}@media (width>=1536px){:root{--content-max:1320px}}@media (width>=1920px){:root{--content-max:1440px}}html[data-theme=dark],html.dark{--bg:#0b0c10;--surface:#12131a;--text:#f2f3f5;--muted:#ffffffad;--border:#25263a;--border2:#2a2b42;--shadow:#0000008c;--accent:#6e6eff;--accent-soft:#6e6eff2e;--focus:#6e6eff38;--danger:#f87171;--border-color:var(--border);--text-muted:var(--muted)}html[data-theme=light],html.light{--bg:#f7f7fb;--surface:#fff;--text:#111;--muted:#000000a3;--border:#e8e8ef;--border2:#e6e6ee;--shadow:#0000002e;--accent:#1f1fff;--accent-soft:#f0f0ff;--focus:#6e6eff24;--danger:#dc2626;--border-color:var(--border);--text-muted:var(--muted)}html,body{background:var(--bg);color:var(--text);margin:0}body{overflow-x:clip}a{color:inherit}button,input,select,textarea{font:inherit}.app-root{flex-direction:column;min-height:100vh;display:flex}.app-main{flex-direction:column;flex:auto;min-height:0;display:flex}.layout-container{width:min(var(--content-max), calc(100% - (var(--gutter) * 2)));margin-inline:auto}.app-main>.layout-container{flex-direction:column;flex:auto;min-height:0;display:flex}.page{padding:18px 0}.page-title{margin:0 0 8px;font-size:26px}.page-subtitle{color:var(--muted);margin:0}.auth-page-panel{width:100%;max-width:32rem;margin:0 auto}
