:root{--auth-cyan:#45e8ff;--auth-violet:#9b7cff;--auth-panel:rgba(10,22,44,.9);--auth-line:rgba(130,220,255,.22)}
.registration-shell{width:min(1180px,calc(100% - 32px));margin:38px auto 80px;display:grid;grid-template-columns:minmax(250px,.75fr) minmax(0,1.5fr);gap:24px}.auth-panel{background:var(--auth-panel);border:1px solid var(--auth-line);border-radius:24px;padding:clamp(22px,4vw,42px);box-shadow:0 22px 70px rgba(0,0,0,.25)}.auth-panel h1,.auth-panel h2{margin-top:0}.role-picker{display:grid;gap:10px;margin:22px 0}.role-choice{display:flex;gap:12px;align-items:center;padding:14px;border:1px solid var(--auth-line);border-radius:14px;cursor:pointer}.role-choice:has(input:checked){border-color:var(--auth-cyan);background:rgba(69,232,255,.08)}.register-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.register-form label{display:grid;gap:7px;font-weight:700}.register-form input,.register-form select,.register-form textarea{width:100%;box-sizing:border-box;border:1px solid var(--auth-line);border-radius:11px;background:#08152b;color:#f5fbff;padding:12px}.register-form textarea{min-height:112px;resize:vertical}.span-2{grid-column:1/-1}.role-fields{display:contents}.role-fields[hidden]{display:none}.check-row{display:flex!important;grid-template-columns:auto 1fr!important;align-items:flex-start!important;font-weight:500!important}.check-row input{width:auto;margin-top:3px}.auth-status{padding:13px;border-radius:11px;background:rgba(69,232,255,.08)}.auth-status.error{background:rgba(255,90,120,.12);color:#ffb6c4}.auth-hint{color:#b8c8df;font-size:.93rem}.auth-panel button{min-height:48px}@media(max-width:780px){.registration-shell{grid-template-columns:1fr}.register-form{grid-template-columns:1fr}.span-2{grid-column:auto}}
