:root{--app-page:#0b1020;--app-surface:#141b2f;--app-surface-strong:#1d2740;--app-border:#ffffff1a;--app-text:#f8fafc;--app-muted:#9ca9c4;--app-primary:#f8c15d;--app-primary-strong:#e6a62f;--app-danger:#fb7185;--app-success:#4ade80;--app-radius:16px;--app-content-width:1120px;--app-safe-bottom:max(16px, env(safe-area-inset-bottom))}*,:before,:after{box-sizing:border-box}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:var(--app-page);width:100%;min-height:100%;font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}body{width:100%;min-width:320px;min-height:100vh;min-height:100dvh;margin:0;overflow-x:hidden}html,body,#app,*{-ms-overflow-style:none;scrollbar-width:none}::-webkit-scrollbar{width:0;height:0;display:none}button,input,textarea,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}#app{width:100%;min-height:100vh;min-height:100dvh}@media (min-width:480px){html,body{background:#e8ecf5;height:100%;min-height:100%;overflow:hidden}body{justify-content:center;display:flex}#app{isolation:isolate;background:#f2f4fd;width:390px;height:100dvh;min-height:100dvh;position:relative;overflow:hidden auto;box-shadow:0 0 28px #333f6029}}.page{gap:20px;display:grid}.page-heading{gap:8px;display:grid}.page-heading h1,.page-heading h2,.page-heading p{margin:0}.page-heading h1{font-size:clamp(24px,5vw,34px)}.page-heading p{color:var(--app-muted);line-height:1.65}.panel{border:1px solid var(--app-border);border-radius:var(--app-radius);background:var(--app-surface);padding:20px}.button{color:#101827;background:var(--app-primary);border:0;border-radius:10px;min-height:44px;padding:0 18px;font-weight:700}.button:hover:not(:disabled){background:var(--app-primary-strong)}.button:disabled{cursor:not-allowed;opacity:.55}.button--secondary{color:var(--app-text);background:var(--app-surface-strong)}.form-field{gap:8px;display:grid}.form-field label{color:var(--app-muted);font-size:14px}.form-field input{border:1px solid var(--app-border);width:100%;min-height:46px;color:var(--app-text);background:#ffffff0a;border-radius:10px;outline:none;padding:0 13px}.form-field input:focus{border-color:var(--app-primary)}.error-text{color:var(--app-danger);margin:0;font-size:14px;line-height:1.5}.muted-text{color:var(--app-muted)}
