:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;display:flex;justify-content:center;align-items:flex-start;min-height:100dvh}#root{width:100%;min-height:100dvh}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}:root{--bg: #f6f7fb;--card: #ffffff;--text: #1f2937;--muted: #6b7280;--border: #e5e7eb;--shadow: 0 10px 30px rgba(17, 24, 39, .08);--radius: 16px}html,body{height:100%}body{margin:0;color:var(--text);background:var(--bg)}.page{min-height:100vh;box-sizing:border-box;padding-top:16px}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.title{letter-spacing:-.02em}.muted{color:var(--muted)}.small{color:var(--muted);font-size:13px}.button{appearance:none;display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:44px;padding:10px 14px;border-radius:12px;background:#f3f4f6;border:1px solid var(--border);color:var(--text);font-weight:600;font-size:15px;line-height:1;cursor:pointer;-webkit-user-select:none;user-select:none;text-decoration:none;transition:transform .06s ease,background .15s ease,border-color .15s ease}.button:hover{background:#eef2ff;border-color:#dbeafe}.button:active{transform:translateY(1px)}.button:focus{outline:none}.button:focus-visible{box-shadow:0 0 0 4px #3b82f640}.actions{margin-top:10px}
