*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f6f7f9;color:#1a1a1a}.page{max-width:640px;margin:0 auto;padding:48px 24px}h1{font-size:28px;margin-bottom:8px}.subtitle{color:#555;margin-bottom:32px}.card{background:white;border:1px solid #e2e2e2;border-radius:10px;padding:24px;margin-bottom:20px}label{display:block;font-weight:600;margin-bottom:6px;margin-top:16px}label:first-child{margin-top:0}.hint{font-weight:400;color:#777;font-size:13px;margin-top:2px}input[type=email],input[type=password],input[type=text]{width:100%;padding:10px 12px;border:1px solid #ccc;border-radius:6px;font-size:15px}.checkbox-row{display:flex;align-items:center;gap:8px;margin:6px 0;font-weight:400}.checkbox-row label{margin:0;font-weight:400}button{background:#5b3df5;color:white;border:none;padding:12px 24px;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;margin-top:24px}button:disabled{background:#aaa;cursor:not-allowed}.result{margin-top:20px;padding:16px;border-radius:8px}.result.success{background:#e8f6ec;border:1px solid #b7e3c2}.result.error{background:#fdecec;border:1px solid #f3b8b8}