:root{color-scheme:light;--bg:#f6f7fb;--surface:#fff;--surface-muted:#eef1f6;--text:#111827;--text-muted:#5b6472;--primary:#2d6cdf;--primary-strong:#1e4ea3;--border:rgba(17,24,39,.08);--shadow:0 16px 40px rgba(17,24,39,.08);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}#__nuxt,body,html{min-height:100%}body{background:var(--bg);color:var(--text);margin:0}a{color:inherit}.app-shell{display:grid;min-height:100vh;padding:1rem;place-items:center}.card{background:var(--surface);border:1px solid var(--border);border-radius:1.5rem;box-shadow:var(--shadow);padding:1.25rem;width:min(100%,44rem)}@media(min-width:768px){.app-shell,.card{padding:2rem}}
