.register-shell{min-height:100vh;max-height:100vh;overflow:hidden}.register-aside{padding:160px 44px 32px;display:flex;flex-direction:column;overflow-y:auto}.register-aside .auth-logo{margin-bottom:28px}.reg-aside-content{display:flex;flex-direction:column;flex:1}.reg-aside-badge{display:inline-flex;align-items:center;gap:7px;background:#fbbf2429;color:#fde047;border:1px solid rgba(251,191,36,.36);font-size:11.5px;font-weight:800;letter-spacing:.08em;padding:5px 12px;border-radius:999px;align-self:flex-start;margin-bottom:16px}.reg-aside-badge svg{width:14px;height:14px;color:#fbbf24}.register-aside h2{font-size:clamp(24px,2.6vw,32px);font-weight:800;line-height:1.15;letter-spacing:-.02em;margin-bottom:12px}.reg-grad{background:linear-gradient(135deg,#fbbf24,#fcd34d);-webkit-background-clip:text;background-clip:text;color:transparent}.reg-aside-lead{font-size:13.5px;color:#ffffffd9;line-height:1.55;margin-bottom:18px;max-width:440px}.reg-aside-lead strong{color:#fde047;font-weight:700}.reg-benefits{list-style:none;padding:0;margin:0 0 18px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.reg-benefits li{display:flex;align-items:flex-start;gap:9px;padding:9px 10px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:10px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);transition:background .15s,border-color .15s,transform .12s;min-width:0}.reg-benefits li:hover{background:#ffffff17;border-color:#fbbf243d;transform:translateY(-1px)}.reg-b-ico{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;background:#fbbf242e;border:1px solid rgba(251,191,36,.3);border-radius:8px;color:#fbbf24;flex-shrink:0}.reg-b-ico svg{width:17px;height:17px}.reg-benefits>li>div{min-width:0;flex:1}.reg-benefits strong{display:block;font-size:12.5px;font-weight:700;color:#fff;margin-bottom:1px;letter-spacing:-.005em;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reg-benefits>li>div>span{font-size:11px;color:#ffffffb8;line-height:1.35;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reg-benefits li:last-child{background:#fbbf2414;border-color:#fbbf2447}.reg-benefits li:last-child strong{color:#fde047}.reg-fact{display:flex;align-items:flex-start;gap:12px;margin-top:auto;padding:12px 14px;background:#fbbf241a;border:1px solid rgba(251,191,36,.28);border-radius:12px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.reg-fact-ico{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;background:#fbbf2433;color:#fbbf24;border-radius:10px;flex-shrink:0}.reg-fact-ico svg{width:18px;height:18px}.reg-fact strong{display:block;font-size:13.5px;font-weight:800;color:#fde047;margin-bottom:2px;letter-spacing:-.005em}.reg-fact>div>span{font-size:11.5px;color:#ffffffd1;line-height:1.4}.register-main{padding:28px 28px 24px;overflow-y:auto}.register-form{width:100%;max-width:460px}.reg-form-head{margin-bottom:16px}.register-form h1{font-size:24px;font-weight:800;color:var(--navy-900);margin-bottom:4px;letter-spacing:-.02em}.register-form .auth-muted{font-size:13px;margin-bottom:0}.register-form .auth-error{margin-bottom:12px;padding:8px 12px;font-size:13px}.reg-row-2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.register-form .auth-label{margin-bottom:12px;font-size:12px;display:block}.register-form .auth-label input{padding:9px 12px;font-size:14px}.reg-hint{color:var(--txt-3);font-weight:600;font-size:11px;letter-spacing:0}.reg-kat-block{margin-bottom:12px}.reg-kat-label{font-size:12px;font-weight:700;color:var(--navy-900);margin-bottom:6px}.reg-kat-main{display:grid;grid-template-columns:repeat(6,1fr);gap:5px;margin-bottom:6px}.reg-kat-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;padding:6px 2px 5px;background:#fff;border:1.5px solid var(--line);border-radius:8px;cursor:pointer;font-family:inherit;transition:border-color .12s,background .12s,transform .12s,box-shadow .12s;position:relative}.reg-kat-card:hover{border-color:var(--navy-800);background:var(--bg-elev);transform:translateY(-1px)}.reg-kat-card.selected{border-width:2px;border-color:var(--blue-600);background:color-mix(in srgb,var(--blue-500) 8%,white);box-shadow:0 0 0 2px color-mix(in srgb,var(--blue-500) 18%,transparent),0 4px 10px -3px color-mix(in srgb,var(--blue-500) 35%,transparent)}.reg-kat-card.selected .reg-kat-kod{color:var(--blue-700)}.reg-kat-card.selected .reg-kat-name{color:var(--blue-700);font-weight:700}.reg-kat-kod{font-size:15px;font-weight:800;color:var(--navy-900);line-height:1;letter-spacing:-.02em;transition:color .15s}.reg-kat-name{font-size:9px;font-weight:600;color:var(--txt-3);line-height:1.1;text-align:center;letter-spacing:-.01em;transition:color .15s}.reg-input-wrap{position:relative;margin-top:4px}.reg-input-wrap input{width:100%;padding:9px 12px;font-size:14px;border:1.5px solid var(--line-dark);border-radius:var(--r);background:var(--bg-elev);color:var(--txt);font-family:inherit;transition:border-color .12s,box-shadow .12s,padding .12s}.reg-input-wrap input:focus{outline:0;border-color:var(--blue-500);box-shadow:0 0 0 3px var(--blue-100)}.reg-input-wrap.valid input,.reg-input-wrap.invalid input{padding-right:38px}.reg-input-wrap.valid input{border-color:var(--emerald-500)}.reg-input-wrap.valid input:focus{box-shadow:0 0 0 3px color-mix(in srgb,var(--emerald-500) 18%,transparent)}.reg-input-wrap.invalid input{border-color:var(--rose-500)}.reg-input-wrap.invalid input:focus{box-shadow:0 0 0 3px color-mix(in srgb,var(--rose-500) 18%,transparent)}.reg-input-ico{position:absolute;right:11px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;pointer-events:none;animation:regIcoIn .18s cubic-bezier(.4,0,.2,1)}.reg-input-ico svg{width:18px;height:18px}.reg-input-ico.ok{background:var(--emerald-100);color:var(--emerald-600)}.reg-input-ico.ok svg{stroke-width:2.4}.reg-input-ico.err{background:var(--rose-100);color:var(--rose-600)}@keyframes regIcoIn{0%{opacity:0;transform:translateY(-50%) scale(.6)}to{opacity:1;transform:translateY(-50%) scale(1)}}.reg-input-err{display:block;font-size:11.5px;color:var(--rose-600);margin-top:5px;font-weight:600;letter-spacing:0}.register-form .auth-label .reg-input-wrap input{margin-top:0}.reg-regulamin{position:relative;display:flex;align-items:flex-start;gap:10px;margin:6px 0 14px;padding:12px 14px;font-size:12.5px;color:var(--txt-2);line-height:1.45;cursor:pointer;-webkit-user-select:none;user-select:none;background:var(--slate-50);border:1.5px solid var(--line);border-radius:10px;transition:border-color .15s,background .15s,box-shadow .15s}.reg-regulamin:hover{border-color:var(--blue-500);background:var(--blue-50)}.reg-regulamin.checked{border-color:var(--blue-600);background:var(--blue-50);box-shadow:0 0 0 3px var(--blue-100)}.reg-regulamin-input{position:absolute;opacity:0;width:22px;height:22px;margin:0;cursor:pointer;z-index:1}.reg-checkbox{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border:2px solid var(--line-dark);border-radius:6px;background:#fff;flex-shrink:0;transition:background .18s,border-color .18s,transform .12s}.reg-regulamin:hover .reg-checkbox{border-color:var(--blue-500)}.reg-regulamin-input:focus-visible~.reg-checkbox{border-color:var(--blue-600);box-shadow:0 0 0 3px var(--blue-100)}.reg-regulamin.checked .reg-checkbox{background:var(--blue-600);border-color:var(--blue-600);transform:scale(1.05)}.reg-checkbox-mark{width:14px;height:14px;fill:none;stroke:#fff;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:22;stroke-dashoffset:22;transition:stroke-dashoffset .28s cubic-bezier(.4,0,.2,1) .05s}.reg-regulamin.checked .reg-checkbox-mark{stroke-dashoffset:0}.reg-regulamin-text{flex:1;padding-top:2px}.reg-regulamin-text a{color:var(--blue-700);font-weight:700;text-decoration:none}.reg-regulamin-text a:hover{text-decoration:underline}.reg-regulamin.checked .reg-regulamin-text{color:var(--txt)}.register-form .auth-divider{margin:14px 0 12px;font-size:11px}.register-form .auth-link-row{margin-top:14px;font-size:12.5px}@media (max-height: 880px){.register-aside{padding:90px 32px 18px}.register-aside .auth-logo{margin-bottom:14px}.register-aside h2{font-size:22px;margin-bottom:8px}.reg-aside-lead{font-size:13px;margin-bottom:12px}.reg-benefits{gap:6px;margin-bottom:12px}.reg-benefits li{padding:7px 9px;gap:8px}.reg-b-ico{width:28px;height:28px}.reg-b-ico svg{width:15px;height:15px}.reg-benefits strong{font-size:12px}.reg-benefits>li>div>span{font-size:10.5px}.reg-fact{padding:10px 12px}.reg-fact-ico{width:30px;height:30px}.reg-fact-ico svg{width:16px;height:16px}.reg-fact strong{font-size:12.5px}.reg-fact>div>span{font-size:11px}.register-main{padding:20px 24px 16px}.register-form h1{font-size:22px}.register-form .auth-label{margin-bottom:10px}.register-form .auth-label input{padding:8px 11px;font-size:13.5px}}@media (max-width: 880px){.reg-benefits{grid-template-columns:1fr 1fr}}@media (max-width: 560px){.reg-benefits{grid-template-columns:1fr}.reg-benefits strong,.reg-benefits>li>div>span{white-space:normal}}@media (max-width: 880px){.register-shell{max-height:none;overflow:visible;grid-template-columns:1fr}.register-aside{padding:24px 24px 20px;overflow:visible}.register-aside h2{font-size:24px}.reg-benefits{gap:10px}.register-main{padding:24px 20px}}@media (max-width: 480px){.reg-row-2{grid-template-columns:1fr;gap:0}.reg-kat-main{grid-template-columns:repeat(4,1fr)}.register-form h1{font-size:22px}.auth-back-home{font-size:12px;padding:7px 11px}.auth-back-home span{display:none}.register-main{padding:60px 16px 20px}}@media (max-width: 380px){.reg-kat-main{grid-template-columns:repeat(3,1fr);gap:4px}.reg-kat-kod{font-size:13px}.reg-kat-name{font-size:8.5px}}
