:root{--saffron:#f28c28;--saffron-dark:#c96812;--green:#2f855a;--green-soft:#eaf7ef;--sky:#e9f5ff;--blue:#1769aa;--ink:#153047;--muted:#607586;--border:#d7e4ea;--cream:#fffaf0}
*{box-sizing:border-box}body.register-page{margin:0;min-height:100vh;font-family:Inter,"Segoe UI",Arial,sans-serif;color:var(--ink);background:radial-gradient(circle at 12% 18%,rgba(242,140,40,.16),transparent 28%),radial-gradient(circle at 88% 82%,rgba(65,170,105,.18),transparent 30%),linear-gradient(135deg,var(--cream),var(--sky) 52%,#eef9f0)}
.register-shell{width:min(1160px,calc(100% - 32px));margin:32px auto;display:grid;grid-template-columns:.88fr 1.12fr;overflow:hidden;border:1px solid rgba(21,48,71,.1);border-radius:28px;background:rgba(255,255,255,.96);box-shadow:0 24px 70px rgba(24,73,94,.16)}
.register-brand{position:relative;padding:58px 50px;color:#fff;background:linear-gradient(150deg,#ed861f 0%,#e57a19 42%,#24885c 100%)}.register-brand:after{content:"";position:absolute;right:-110px;bottom:-130px;width:340px;height:340px;border:64px solid rgba(255,255,255,.1);border-radius:50%}.brand-mark{display:grid;place-items:center;width:54px;height:54px;margin-bottom:58px;border-radius:16px;background:#fff;color:var(--saffron-dark);font-size:30px;font-weight:800;box-shadow:0 8px 24px rgba(70,49,15,.18)}
.eyebrow,.step-label{margin:0 0 10px;font-size:12px;font-weight:800;letter-spacing:.14em}.register-brand h1{max-width:430px;margin:0;font-size:clamp(34px,4vw,48px);line-height:1.08}.brand-copy{max-width:430px;margin:22px 0 0;color:rgba(255,255,255,.9);line-height:1.65}.benefit-list{position:relative;z-index:1;list-style:none;padding:0;margin:54px 0 0;display:grid;gap:16px}.benefit-list li{display:flex;gap:12px;align-items:center;font-weight:600}.benefit-list span{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:rgba(255,255,255,.18)}
.register-card{padding:38px 48px}.card-heading{text-align:center}.account-icon{display:grid;place-items:center;width:60px;height:60px;margin:0 auto 16px;border-radius:19px;background:var(--green-soft);font-size:27px}.step-label{color:var(--saffron-dark)}.card-heading h2{margin:4px 0 8px;font-size:30px}.card-heading>p:last-child{margin:0 auto 24px;color:var(--muted);line-height:1.5}
.alert{display:grid;gap:4px;margin-bottom:18px;padding:13px 15px;border-radius:12px;font-size:14px}.alert.success{border:1px solid #bfe5cc;background:#eaf8ef;color:#226a46}.alert.error{border:1px solid #f4c6b9;background:#fff1ed;color:#963c27}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.full-width{grid-column:1/-1}.form-field label{display:block;margin-bottom:7px;font-size:14px;font-weight:750}.form-field input:not([type=checkbox]){width:100%;height:50px;padding:0 14px;border:2px solid var(--border);border-radius:12px;background:#fff;color:var(--ink);font:inherit}.form-field input:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 4px rgba(47,133,90,.13)}.field-help{margin:6px 0 0;color:var(--muted);font-size:11px}.password-wrap{position:relative}.password-wrap input{padding-right:64px!important}.password-toggle{position:absolute;right:8px;top:8px;height:34px;padding:0 10px;border:0;border-radius:8px;background:#eef7fb;color:var(--blue);font-weight:700;cursor:pointer}
.password-policy{margin:18px 0 12px;padding:13px 15px;border:1px solid #c9dfeb;border-radius:12px;background:#f3faff;color:#476477;font-size:12px}.password-policy ul{margin:7px 0 0;padding-left:19px}.validation-message{min-height:18px;margin:0 0 7px;color:#b43e27;font-size:12px}.validation-message.valid{color:var(--green)}.agreement{display:flex;gap:10px;align-items:flex-start;margin:8px 0 18px;color:#526a79;font-size:13px;line-height:1.45}.agreement input{margin-top:3px}
.primary-action,.secondary-action{display:flex;align-items:center;justify-content:center;width:100%;min-height:48px;border-radius:12px;font-weight:750;text-decoration:none}.primary-action{border:0;color:#fff;background:linear-gradient(90deg,var(--saffron),var(--green));cursor:pointer;box-shadow:0 10px 26px rgba(47,133,90,.18)}.primary-action:disabled{opacity:.58;cursor:not-allowed}.secondary-action{border:1px solid #9fc9da;color:var(--blue);background:#f0f9ff}.divider{display:flex;align-items:center;gap:12px;margin:22px 0 12px;color:#8495a1;font-size:12px}.divider:before,.divider:after{content:"";height:1px;flex:1;background:var(--border)}.support-note{display:flex;justify-content:center;gap:7px;margin:18px 0 0;color:var(--muted);font-size:11px;line-height:1.45;text-align:center}
@media(max-width:900px){.register-shell{grid-template-columns:1fr;margin:18px auto}.register-brand{padding:32px}.brand-mark{margin-bottom:24px}.register-brand h1{font-size:30px}.benefit-list{margin-top:26px}.register-card{padding:34px 28px}}@media(max-width:580px){.register-shell{width:100%;margin:0;border:0;border-radius:0}.register-brand{display:none}.register-card{padding:34px 20px}.form-grid{grid-template-columns:1fr}.full-width{grid-column:auto}}
