
*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#000;--surface:#141414;--surface-2:#1a1a1a;--surface-3:#232323;--orange:#ff8c00;--red:#e50914;--gold:#ffd700;--text:#fff;--text-muted:#999;--text-dim:#737373;--gutter:clamp(20px,4vw,60px)}html{font-size:16px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100vh;display:flex;flex-direction:column}a{text-decoration:none;color:inherit}.nf-header{display:flex;align-items:center;justify-content:space-between;padding:15px var(--gutter);position:relative;z-index:100}.register-bg{position:fixed;inset:0;z-index:0;transform:translateZ(0);-webkit-transform:translateZ(0);will-change:transform}@media(max-width:1024px){.register-bg{position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100%!important}.register-bg img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center top}}.register-bg img{width:100%;height:100%;object-fit:cover;object-position:center top}@media(max-width:1024px){.register-bg img{object-position:center center}}.register-bg:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 70% 50% at center 40%,#000000b3,#0006 60%,#00000026),linear-gradient(0deg,rgba(0,0,0,1) 0%,rgba(0,0,0,.85) 10%,rgba(0,0,0,.4) 30%,transparent 50%),linear-gradient(180deg,rgba(0,0,0,.8) 0%,transparent 12%)}.logo-container{display:inline-flex;align-items:center;gap:15px;text-decoration:none;transition:transform .3s}.logo-container:hover{transform:scale(1.05)}.circle-logo{width:65px;height:65px;border-radius:50%;object-fit:cover;border:2px solid transparent;background:linear-gradient(#000,#000) padding-box,linear-gradient(45deg,#ff8c00,gold,tomato) border-box;box-shadow:0 0 18px #ff8c0059}.brand-text{display:flex;flex-direction:column}.brand-name{font-weight:800;font-size:24px;color:#fff;letter-spacing:.5px;line-height:1.1}.brand-tagline{font-size:11px;color:var(--orange);text-transform:uppercase;letter-spacing:2px;font-weight:600}.nf-header-link{color:var(--text);font-weight:700;font-size:14px;padding:8px 16px;border:2px solid #fff;border-radius:0;background:transparent;white-space:nowrap;display:inline-block;transition:color .2s,border-color .2s}.nf-header-link:hover{color:var(--orange);border-color:var(--orange)}.register-main{flex:1;display:flex;align-items:center;justify-content:center;padding:40px 20px 60px;position:relative;z-index:10}.step-container{max-width:440px;width:100%;text-align:center;background:#000000c7;border-radius:6px;padding:48px 40px 36px}.device-icons{display:flex;justify-content:center;gap:28px;margin-bottom:32px}.device-icon{width:64px;height:48px;stroke:var(--red);fill:none;stroke-width:1.5}.step-badge{font-size:13px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.step-badge strong{color:var(--text)}.step-title{font-size:32px;font-weight:800;color:var(--text);margin-bottom:16px;line-height:1.15}.step-desc{font-size:18px;color:var(--text-muted);line-height:1.5;margin-bottom:28px}.step-desc strong{color:var(--text)}.form-group{position:relative;margin-bottom:16px;text-align:left}.form-input{width:100%;padding:24px 16px 8px;background:var(--surface-3);border:1px solid var(--text-dim);border-radius:4px;color:var(--text);font-size:16px;font-family:inherit;outline:none;transition:border-color .15s}.form-input:focus{border-color:var(--text)}.form-input:-webkit-autofill,.form-input:-webkit-autofill:hover,.form-input:-webkit-autofill:focus,.form-input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 50px var(--surface-3) inset!important;-webkit-text-fill-color:var(--text)!important;background-clip:content-box!important;transition:background-color 5000s ease-in-out 0s}.form-input:focus+.form-label,.form-input:not(:placeholder-shown)+.form-label{top:6px;font-size:11px;color:var(--text-muted)}.form-label{position:absolute;left:16px;top:16px;font-size:16px;color:var(--text-muted);pointer-events:none;transition:all .15s ease}.form-message{padding:12px 16px;border-radius:4px;margin-bottom:16px;font-size:14px;display:none;text-align:left}.form-message.show{display:block}.form-message.error{background:#e873004d;color:#e87c03}.form-message.success{background:#46d36926;color:#46d369}.btn-red{display:block;width:100%;padding:16px;margin-top:16px;background:var(--red);color:#fff;border:none;border-radius:4px;font-size:18px;font-weight:700;font-family:inherit;cursor:pointer;transition:background .2s}.btn-red:hover{background:#c11119}.btn-red:disabled{opacity:.55;cursor:not-allowed}.link-row{color:var(--text-muted);font-size:14px;margin-top:16px}.link-row a{color:var(--text);cursor:pointer;font-weight:500}.link-row a:hover{text-decoration:underline}.opt-row{display:flex;align-items:flex-start;gap:10px;text-align:left;margin-top:20px;margin-bottom:8px}.opt-row input[type=checkbox]{width:20px;height:20px;margin-top:2px;accent-color:var(--red);cursor:pointer;flex-shrink:0}.opt-row label{font-size:14px;color:var(--text-muted);cursor:pointer;line-height:1.4}.reg-step{display:none}.reg-step.active{display:block}.code-inputs{display:flex;gap:12px;justify-content:center;margin:24px 0}.code-box{width:52px;height:64px;text-align:center;font-size:28px;font-weight:700;background:var(--surface-3);border:2px solid var(--text-dim);border-radius:4px;color:var(--text);outline:none;transition:border-color .15s;font-family:inherit}.code-box:focus{border-color:var(--text);box-shadow:0 0 0 1px var(--text)}.code-links{text-align:center;margin-top:20px;font-size:14px;color:var(--text-muted)}.code-links a{color:var(--text);cursor:pointer;font-weight:500}.code-links a:hover{text-decoration:underline}.sent-icon{width:80px;height:80px;margin:0 auto 24px;border-radius:50%;border:2px solid var(--red);display:flex;align-items:center;justify-content:center;animation:pulse-ring 1.5s ease-out 1}.sent-icon svg{width:40px;height:40px;stroke:var(--red);fill:none;stroke-width:2}@keyframes pulse-ring{0%{box-shadow:0 0 #e5091466}70%{box-shadow:0 0 0 15px #e5091400}to{box-shadow:0 0 #e5091400}}.username-status{font-size:13px;margin-top:6px;min-height:18px;text-align:left}.username-status.available{color:#46d369}.username-status.taken{color:#e87c03}.username-status.checking{color:var(--text-dim)}.nf-footer{text-align:center;padding:30px var(--gutter);border-top:1px solid rgba(255,255,255,.08);position:relative;z-index:10}.nf-footer-brand{font-family:Bebas Neue,sans-serif;font-size:20px;letter-spacing:3px;color:#ffffff26;margin-bottom:6px}.nf-footer-tagline{font-style:italic;color:var(--orange);font-size:14px;opacity:.6}@media(max-width:768px){.circle-logo{width:55px;height:55px}.brand-name{font-size:20px}.brand-tagline{font-size:9px}.step-title{font-size:26px}.step-desc{font-size:16px}}@media(max-width:480px){.circle-logo{width:48px;height:48px}.brand-name{font-size:16px}.brand-tagline{font-size:7px;letter-spacing:1px}.logo-container{gap:10px}.step-title{font-size:22px}.device-icons{gap:16px}.device-icon{width:48px;height:36px}.code-box{width:46px;height:58px;font-size:24px}.code-inputs{gap:8px}.step-container{padding:36px 24px 28px}}
.success-icon{width:80px;height:80px;margin:0 auto 24px;border-radius:50%;border:2px solid #46d369;display:flex;align-items:center;justify-content:center;animation:pulse-ring-green 1.6s ease-out 1}.success-icon svg{width:40px;height:40px;stroke:#46d369;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}@keyframes pulse-ring-green{0%{box-shadow:0 0 #46d36966}70%{box-shadow:0 0 0 16px #46d36900}to{box-shadow:0 0 #46d36900}}.course-highlights{display:flex;gap:10px;margin:0 0 28px;justify-content:center}.course-chip{flex:1;background:var(--surface-3);border:1px solid var(--text-dim);border-radius:6px;padding:14px 6px;display:flex;flex-direction:column;align-items:center;gap:6px}.course-chip-emoji{font-size:22px;line-height:1}.course-chip-label{font-size:12px;color:var(--text-muted);font-weight:600;letter-spacing:.3px}@media(max-width:480px){.course-highlights{gap:7px}.course-chip{padding:11px 4px}.course-chip-emoji{font-size:19px}.course-chip-label{font-size:11px}}