.register-shell{--bg:#09090b;--surface:#111113;--surface-2:#18181b;--border:rgba(255,255,255,0.08);--border-focus:rgba(0,212,255,0.5);--text:#fafafa;--text-muted:#a1a1aa;--accent:#00d4ff;--accent-glow:rgba(0,212,255,0.15);--error:#f87171;--success:#34d399;display:grid;grid-template-columns:1fr;min-height:100dvh;background:var(--bg);color:var(--text);font-family:Space Grotesk,Inter,system-ui,sans-serif}.register-brand{display:flex;align-items:center;gap:12px;padding:24px;background:#0a0a0b;border-bottom:1px solid var(--border);position:relative;overflow:hidden}.register-brand:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0d1117,#0a1628),repeating-linear-gradient(0deg,rgba(0,212,255,.03) 0 1px,transparent 1px 40px),repeating-linear-gradient(90deg,rgba(0,212,255,.03) 0 1px,transparent 1px 40px);pointer-events:none}.register-brand-inner{position:relative;z-index:1;display:flex;flex-direction:row;align-items:center;gap:12px;width:100%}.register-brand-logo-link{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:var(--text)}.register-brand-logo{width:48px!important;height:48px!important;object-fit:contain}.register-brand-wordmark{font-weight:700;font-size:16px;letter-spacing:-.02em}.register-brand-copy,.register-trust{display:none}.register-brand-headline{margin:0 0 12px;font-size:clamp(28px,3vw,36px);font-weight:600;letter-spacing:-.03em;color:#fff;line-height:1.15}.register-brand-sub{margin:0;max-width:320px;font-size:14px;line-height:1.55;color:var(--text-muted)}.register-trust{margin:48px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:14px}.register-trust li{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--text-muted)}.register-trust-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--accent);flex-shrink:0}.register-form-panel{padding:40px 20px;background:var(--bg)}.register-form-card{max-width:420px;margin:0 auto;padding:0}.register-form-header{margin-bottom:28px}.register-form-title{margin:0 0 8px;font-size:22px;font-weight:600;letter-spacing:-.02em;color:#fff}.register-form-lead{margin:0;font-size:14px;color:var(--text-muted)}.register-inline-link{color:var(--accent);text-decoration:none;font-weight:500}.register-inline-link:hover{text-decoration:underline}.register-alert{margin-bottom:16px;padding:12px 14px;border-radius:10px;border:1px solid rgba(248,113,113,.35);background:rgba(248,113,113,.08);color:var(--error);font-size:13px}.register-form{gap:4px}.field-group,.register-form{display:flex;flex-direction:column}.field-group{gap:6px;opacity:0;transform:translateY(12px);animation:registerFadeUp .4s ease forwards}.field-group:first-child{animation-delay:.05s}.field-group:nth-child(2){animation-delay:.1s}.field-group:nth-child(3){animation-delay:.15s}.field-group:nth-child(4){animation-delay:.2s}.field-group:nth-child(5){animation-delay:.25s}.field-group:nth-child(6){animation-delay:.3s}@keyframes registerFadeUp{to{opacity:1;transform:translateY(0)}}.field-group label{font-size:13px;font-weight:500;color:var(--text-muted);letter-spacing:.02em}.required{color:var(--accent);margin-left:2px}.optional{color:#71717a;font-weight:400;margin-left:4px}.input-wrapper{position:relative}.input-icon,.input-wrapper{display:flex;align-items:center}.input-icon{position:absolute;left:14px;color:var(--text-muted);pointer-events:none;line-height:0}.input-wrapper input,.register-form .input-plain,.register-form textarea{width:100%;background:var(--surface-2);border:1px solid var(--border);border-radius:10px;color:var(--text);font-size:15px;font-family:inherit;padding:13px 14px 13px 42px;transition:border-color .18s ease,box-shadow .18s ease;outline:none;box-sizing:border-box}.register-form .input-plain,.register-form textarea{padding-left:14px}.register-form textarea{resize:vertical;min-height:96px;line-height:1.45}.input-wrapper input::placeholder,.register-form .input-plain::placeholder,.register-form textarea::placeholder{color:#52525b}.input-wrapper input:focus,.register-form .input-plain:focus,.register-form textarea:focus{border-color:var(--border-focus);box-shadow:0 0 0 3px var(--accent-glow)}.input-wrapper input.has-error,.register-form textarea.has-error{border-color:var(--error);box-shadow:0 0 0 3px rgba(248,113,113,.15)}.field-error{font-size:12px;color:var(--error);min-height:16px;display:block}.form-row{display:grid;grid-template-columns:1fr;grid-gap:4px 16px;gap:4px 16px}@media (min-width:481px){.form-row{grid-template-columns:1fr 1fr}}.register-consent{display:flex;align-items:flex-start;gap:10px;margin:12px 0 4px;font-size:13px;color:var(--text-muted);cursor:pointer}.register-consent input{margin-top:2px;accent-color:var(--accent)}.hp-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.register-btn-submit{width:100%;background:var(--accent);color:#000;font-weight:700;font-size:15px;border:none;border-radius:10px;padding:14px;cursor:pointer;margin-top:12px;position:relative;overflow:hidden;transition:opacity .18s ease,transform .12s ease,box-shadow .18s ease;font-family:inherit}.register-btn-submit:hover{opacity:.9;box-shadow:0 0 24px rgba(0,212,255,.3)}.register-btn-submit:active{transform:scale(.98)}.register-btn-submit:disabled{opacity:.4;cursor:not-allowed;transform:none}.register-btn-submit.loading .register-btn-label{visibility:hidden}.register-btn-submit.loading:after{content:"";position:absolute;width:18px;height:18px;border:2px solid rgba(0,0,0,.3);border-top-color:#000;border-radius:50%;animation:registerSpin .6s linear infinite;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes registerSpin{to{transform:translate(-50%,-50%) rotate(1turn)}}.register-legal{margin:20px 0 0;font-size:12px;color:#71717a;text-align:center;line-height:1.5}.register-legal a{color:var(--accent);text-decoration:underline}.register-success{text-align:center;padding:32px 8px;animation:registerFadeUp .5s ease both}.register-checkmark{width:64px;height:64px;margin:0 auto 24px;display:block}.register-checkmark-circle{stroke:var(--success);stroke-width:2;stroke-dasharray:166;stroke-dashoffset:166;animation:registerStroke .6s cubic-bezier(.65,0,.45,1) forwards}.register-checkmark-check{stroke:var(--success);stroke-width:3;stroke-linecap:round;stroke-dasharray:48;stroke-dashoffset:48;animation:registerStroke .3s cubic-bezier(.65,0,.45,1) .6s forwards}@keyframes registerStroke{to{stroke-dashoffset:0}}.register-success-title{margin:0 0 10px;font-size:24px;font-weight:600;color:#fff}.register-success-copy{margin:0 0 24px;font-size:14px;color:var(--text-muted);line-height:1.5}.register-success-actions{display:flex;flex-direction:column;gap:10px}.register-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:10px;font-size:14px;font-weight:600;text-decoration:none;transition:opacity .16s ease}.register-btn-primary{background:var(--accent);color:#000}.register-btn-ghost{background:transparent;color:var(--text-muted);border:1px solid var(--border)}.register-btn:hover{opacity:.88}@media (min-width:768px){.register-shell{grid-template-columns:40% 60%}.register-brand{justify-content:center;padding:64px 48px;border-bottom:none;border-right:1px solid var(--border);min-height:100dvh}.register-brand,.register-brand-inner{flex-direction:column;align-items:flex-start}.register-brand-inner{gap:0;max-width:360px}.register-brand-logo-link{margin-bottom:40px}.register-brand-copy,.register-trust{display:block}.register-trust{display:flex}.register-form-panel{display:flex;align-items:center;justify-content:center;padding:64px 48px;min-height:100dvh}.register-form-card{width:100%;padding:48px 40px;background:var(--surface);border:1px solid var(--border);border-radius:16px}}