.reg-step2{display:flex;flex-direction:column;gap:1.15rem}.reg-step2__header .auth-form-title{font-size:clamp(1.55rem,2.2vw,2rem);letter-spacing:.05em}.reg-step2__header .auth-form-subtitle{margin-top:.4rem;margin-bottom:0;color:var(--auth-text-secondary)}.reg-step2__progress{margin-top:.35rem}.reg-step2__passwords{display:grid;grid-template-columns:1fr 1fr;gap:1.15rem 1.5rem}.reg-step2__meter{display:grid;gap:.45rem}.reg-step2__meter-track{height:8px;border-radius:999px;background:rgba(110,205,255,.14);overflow:hidden}.reg-step2__meter-fill{height:100%;border-radius:inherit;transition:width .28s ease,background .28s ease;background:linear-gradient(90deg,#34b7ff,#2ed7c8 50%,#49e63f);box-shadow:0 0 12px rgba(83,230,77,.25)}.reg-step2__meter-fill[data-level="0"]{width:0}.reg-step2__meter-fill[data-level="1"]{width:25%;background:#ef6666;box-shadow:none}.reg-step2__meter-fill[data-level="2"]{width:50%;background:linear-gradient(90deg,#f0b429,#34b7ff)}.reg-step2__meter-fill[data-level="3"]{width:75%}.reg-step2__meter-fill[data-level="4"]{width:100%}.reg-step2__meter-label{font-size:.78rem;color:var(--auth-text-muted)}.reg-step2__rules{border-radius:12px;border:1px solid rgba(110,205,255,.26);background:rgba(8,32,54,.55);padding:.95rem 1.05rem;display:grid;grid-template-columns:1fr 1fr;gap:.7rem 1.25rem}.reg-step2__rule{display:flex;align-items:center;gap:.55rem;font-size:.82rem;color:var(--auth-text-secondary)}.reg-step2__rule[data-ok=true]{color:#c8f7c4}.reg-step2__rule-icon{width:18px;height:18px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid rgba(110,205,255,.35);background:rgba(8,28,48,.7);color:var(--auth-text-muted)}.reg-step2__rule[data-ok=true] .reg-step2__rule-icon{border-color:rgba(83,230,77,.55);background:rgba(83,230,77,.14);color:var(--auth-green);box-shadow:0 0 10px rgba(83,230,77,.2)}.reg-step2__checks{display:grid;gap:.75rem}.reg-step2__check{display:flex;align-items:flex-start;gap:.7rem;padding:.85rem .95rem;border-radius:10px;border:1px solid rgba(110,205,255,.22);background:rgba(8,32,54,.42);font-size:.86rem;line-height:1.45;color:var(--auth-text-secondary);cursor:pointer;transition:border-color .18s ease,background .18s ease}.reg-step2__check:hover{border-color:rgba(110,205,255,.4)}.reg-step2__check[data-checked=true]{border-color:rgba(83,230,77,.4);background:rgba(83,230,77,.06)}.reg-step2__check input{margin-top:.15rem;width:18px;height:18px;accent-color:var(--auth-green);flex-shrink:0}.reg-step2__note{display:inline-flex;align-items:center;gap:.45rem;font-size:.78rem;color:var(--auth-text-muted)}.reg-step2__note svg{color:var(--auth-green);flex-shrink:0}.reg-step2__actions{display:grid;grid-template-columns:1fr 1.35fr;gap:.9rem;margin-top:.25rem}.reg-step2__actions .auth-cta,.reg-step2__actions .auth-cta-secondary{min-height:56px;border-radius:10px}.reg-step2__actions .auth-cta-secondary{border-color:rgba(110,205,255,.32);background:rgba(8,32,54,.55)}@media (prefers-reduced-motion:reduce){.reg-step2__meter-fill{transition:none}}@media (max-width:700px){.reg-step2__actions,.reg-step2__passwords,.reg-step2__rules{grid-template-columns:1fr}}.reg-step3{display:flex;flex-direction:column;gap:1.15rem}.reg-step3__header .auth-form-title{font-size:clamp(1.7rem,2.6vw,2.65rem);font-weight:800;line-height:1.05;letter-spacing:.04em}.reg-step3__header .auth-form-subtitle{margin-top:.45rem;margin-bottom:0;font-size:clamp(13px,1.1vw,15px);color:var(--auth-text-secondary)}.reg-step3__card{border-radius:12px;border:1px solid rgba(110,205,255,.26);background:rgba(8,32,54,.55);overflow:hidden;box-shadow:inset 0 1px 0 rgba(170,220,255,.08)}.reg-step3__card-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.9rem 1.05rem;border-bottom:1px solid rgba(110,205,255,.18)}.reg-step3__card-title{display:inline-flex;align-items:center;gap:.55rem;font-family:var(--font-display);font-size:.92rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--auth-green)}.reg-step3__card-title svg{width:18px;height:18px;flex-shrink:0}.reg-step3__edit{display:inline-flex;align-items:center;gap:.4rem;min-height:34px;padding:0 .75rem;border-radius:8px;border:1px solid rgba(110,205,255,.38);background:rgba(8,36,60,.55);color:#d7e5f2;font-family:var(--font-display);font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:border-color .18s ease,background .18s ease}.reg-step3__edit:hover{border-color:rgba(110,205,255,.6);background:rgba(12,48,78,.7)}.reg-step3__edit svg{width:14px;height:14px}.reg-step3__fields{display:grid;grid-template-columns:1fr 1fr;gap:0}.reg-step3__field{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;min-height:48px;padding:.7rem 1.05rem;border-bottom:1px solid rgba(110,205,255,.12)}.reg-step3__field:nth-last-child(-n+2){border-bottom:0}.reg-step3__field dt{font-size:.78rem;color:var(--auth-text-muted);flex-shrink:0}.reg-step3__field dd{font-size:.9rem;font-weight:600;color:var(--auth-text);text-align:right;word-break:break-word}.reg-step3__field dd[data-empty=true]{color:var(--auth-text-muted);font-weight:500}.reg-step3__security-items{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;padding:1rem 1.05rem}.reg-step3__security-item{display:inline-flex;align-items:center;gap:.55rem;font-size:.9rem;font-weight:600;color:var(--auth-text)}.reg-step3__security-item svg{width:18px;height:18px;color:var(--auth-green);flex-shrink:0}.reg-step3__benefits-title{font-family:var(--font-display);font-size:.95rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--auth-text)}.reg-step3__benefits-title span{color:var(--auth-green)}.reg-step3__benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.reg-step3__benefit{display:flex;align-items:center;gap:.7rem;min-height:68px;padding:.75rem .9rem;border-radius:10px;border:1px solid rgba(110,205,255,.26);background:rgba(8,32,54,.5);transition:border-color .18s ease,background .18s ease}.reg-step3__benefit:hover{border-color:rgba(110,205,255,.48);background:rgba(10,40,66,.58)}.reg-step3__benefit svg{width:26px;height:26px;color:var(--auth-green);flex-shrink:0;filter:drop-shadow(0 0 6px rgba(83,230,77,.3))}.reg-step3__benefit strong{font-family:var(--font-display);font-size:.85rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--auth-text)}.reg-step3__optin{display:flex;align-items:flex-start;gap:.7rem;padding:.85rem .95rem;border-radius:10px;border:1px solid rgba(110,205,255,.22);background:rgba(8,32,54,.42);font-size:.86rem;line-height:1.45;color:var(--auth-text-secondary);cursor:pointer}.reg-step3__optin input{margin-top:.15rem;width:18px;height:18px;accent-color:var(--auth-green);flex-shrink:0}.reg-step3__note{display:inline-flex;align-items:center;gap:.45rem;font-size:.8rem;color:var(--auth-text-muted)}.reg-step3__note svg{color:var(--auth-cyan,#34b7ff);flex-shrink:0}.reg-step3__actions{display:grid;grid-template-columns:1fr 1fr;gap:1.4rem}.reg-step3__actions .auth-cta,.reg-step3__actions .auth-cta-secondary{min-height:56px;border-radius:10px}.reg-step3__actions .auth-cta-secondary{border-color:rgba(110,205,255,.35);background:rgba(8,32,54,.55);gap:.5rem}.reg-step3__legal{text-align:center;font-size:.8rem;color:var(--auth-text-muted)}.reg-step3__legal a{color:var(--auth-green);font-weight:600}.reg-step3__edit:focus-visible{outline:2px solid rgba(110,205,255,.7);outline-offset:2px}.reg-step3__optin:focus-within{border-color:rgba(110,205,255,.45)}.reg-step3__optin input:focus-visible{outline:2px solid rgba(110,205,255,.7);outline-offset:2px}.reg-step3__actions .auth-cta-secondary:disabled,.reg-step3__actions .auth-cta:disabled{opacity:.55;cursor:not-allowed}@media (max-width:1100px) and (min-width:801px){.reg-step3__benefits{grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem}.reg-step3__benefit{min-height:64px;padding:.65rem .75rem}.reg-step3__benefit strong{font-size:.75rem}}@media (max-width:800px){.reg-step3__actions,.reg-step3__benefits,.reg-step3__fields,.reg-step3__security-items{grid-template-columns:1fr}.reg-step3__field{border-bottom:1px solid rgba(110,205,255,.12)}.reg-step3__field:last-child{border-bottom:0}.reg-step3__actions .auth-cta,.reg-step3__actions .auth-cta-secondary{min-height:48px}.reg-step3__edit{min-height:44px}}@media (min-width:801px) and (max-width:980px){.reg-step3__fields{grid-template-columns:1fr 1fr}}