.register-overlay{position:fixed;z-index:10000;inset:0;display:none;align-items:center;justify-content:center;padding:14px;background:rgba(7,35,51,.72);backdrop-filter:blur(5px)}.register-overlay.open{display:flex}.register-box{width:min(430px,100%);overflow:hidden;border:2px solid #3193c2;border-radius:13px;background:#f4fbff;color:#173f56;box-shadow:0 22px 70px rgba(2,27,42,.58)}.register-title{padding:14px 17px;background:linear-gradient(135deg,#2188bc,#69bee5);color:#fff;font-size:20px;font-weight:bold}.register-form{padding:16px}.register-row{display:grid;grid-template-columns:1fr 1fr;gap:9px;align-items:end}.register-phone-row{display:grid;grid-template-columns:1fr 108px;gap:8px;align-items:end}.register-code-row{display:grid;grid-template-columns:108px 1fr;gap:8px;align-items:end;margin-bottom:10px}.register-field{display:block;margin-bottom:10px}.register-field span,.register-code-label{display:block;margin-bottom:5px;font-size:12px;font-weight:800;text-transform:uppercase}.register-field input{width:100%;height:42px;padding:0 11px;border:1px solid #83bdd8;border-radius:7px;background:#fff;color:#173f56;font-size:14px;font-weight:600;outline:none}.register-field input::placeholder{font-weight:400;color:#8aa2af}.register-field input:focus{border-color:#1985b9;box-shadow:0 0 0 3px rgba(25,133,185,.15)}.get-code{height:42px;margin-bottom:10px;border:0;border-radius:7px;background:#b9d8e7;color:#7193a4;font-size:12px;font-weight:800;cursor:not-allowed}.get-code.ready{background:#1986ba;color:#fff;cursor:pointer;box-shadow:0 4px 10px rgba(25,134,186,.24)}.get-code.waiting{background:#f0a33a;color:#fff;cursor:wait}.code-display{display:grid;height:42px;place-items:center;border:2px dashed #68acd0;border-radius:7px;background:#e1f3fb;color:#286d8e;font-size:21px;font-weight:900;letter-spacing:5px}.register-code-row .register-field{margin:0}.register-note{margin:0 0 11px;color:#4f7d93;font-size:12px;font-weight:600;line-height:1.35}.register-result{display:none;margin-bottom:10px;padding:9px 11px;border-radius:6px;font-size:13px;font-weight:bold;line-height:1.35}.register-result.show{display:block}.register-result.error{background:#ffe2e5;color:#ac2637}.register-result.success{background:#dff7e7;color:#18753a}.register-actions{display:flex;justify-content:flex-end;gap:9px}.register-actions button{min-width:102px;height:40px;border:1px solid transparent;border-radius:7px;cursor:pointer;font-size:14px;font-weight:800}.register-cancel{border-color:#91c8e1!important;background:#dceff8;color:#245d78}.register-submit{background:#1986ba;color:#fff}.register-submit:disabled{opacity:.55;cursor:not-allowed}@media(max-width:440px){.register-row{grid-template-columns:1fr}.register-phone-row{grid-template-columns:1fr 102px}.register-code-row{grid-template-columns:102px 1fr}.register-title{font-size:18px}}
.register-field span,.register-code-label{display:flex;width:100%;align-items:center;justify-content:center;gap:5px}.register-label-icon{width:14px;height:14px;flex:0 0 14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
