:root{color-scheme:light dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f7f8fb;color:#172033}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at top left,#eef2ff,#f7f8fb 45%)}a{color:inherit}button,input{font:inherit}.shell{display:grid;min-height:100vh;grid-template-rows:auto 1fr}.shell-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #dce1eb;background:rgb(255 255 255/92%);padding:.9rem 1.25rem}.shell-header nav{display:flex;gap:1rem}.shell-main{width:min(64rem,100%);margin:0 auto;padding:2rem 1.25rem}.panel{border:1px solid #dce1eb;border-radius:.9rem;background:#fff;box-shadow:0 1rem 2.5rem rgb(28 39 63/8%);padding:1.5rem}.status{border-radius:.6rem;padding:.8rem 1rem}.status-disabled{border:1px solid #d7a53a;background:#fff8e7;color:#5d430d}@media (prefers-color-scheme:dark){:root{color:#edf2f7}:root,body{background:#111827}.panel,.shell-header{border-color:#334155;background:#182235}.status-disabled{border-color:#9a7122;background:#372b13;color:#ffe5a3}}:root[data-theme=contrast],:root[data-theme=dark]{background:#111827;color:#edf2f7}:root[data-theme=contrast] body,:root[data-theme=dark] body{background:#111827}:root[data-theme=contrast] .panel,:root[data-theme=contrast] .shell-header,:root[data-theme=dark] .panel,:root[data-theme=dark] .shell-header{border-color:#64748b;background:#182235}:root[data-theme=contrast]{--focus-color:#ffdd00}:root[data-theme=contrast] :focus-visible{outline:3px solid var(--focus-color);outline-offset:2px}