:root{color-scheme:light;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f5f7fb;color:#172033}*{box-sizing:border-box}body{margin:0;min-width:320px;background:#f5f7fb}button,input{font:inherit}.widget-shell{min-height:100vh;display:grid;place-items:center;padding:16px}.card{width:min(100%,360px);background:#fff;border:1px solid #e3e8f2;border-radius:16px;padding:16px;box-shadow:0 10px 30px #17203314}.field{display:grid;gap:8px;margin-bottom:16px}.field label{font-size:14px;font-weight:600}.field input{width:100%;border:1px solid #cfd7e6;border-radius:10px;padding:10px 12px}.hint{margin:0;font-size:12px;color:#6a768c}.primary-button{width:100%;border:0;border-radius:10px;padding:12px 16px;background:#005cff;color:#fff;font-weight:700;cursor:pointer}.primary-button:disabled{opacity:.6;cursor:not-allowed}.status{margin:12px 0 0;min-height:20px;font-size:13px}.status[data-state=error]{color:#b42318}.status[data-state=ok]{color:#1a7f37}.status[data-state=neutral]{color:#6a768c}.meta{margin:10px 0 0;font-size:11px;color:#6a768c}
