:root{color-scheme:dark;--register-bg:#080a0d;--register-card:rgba(17,21,26,.96);--register-line:rgba(255,255,255,.09);--register-text:#f5f7f9;--register-muted:#8d98a4;--register-field:#0d1217;--register-orange:#fb7b1b;--register-orange-2:#ff9a45;--register-green:#4ade80;--register-danger:#fb7185}
html[data-theme="light"]{color-scheme:light;--register-bg:#f6f2ee;--register-card:rgba(255,255,255,.97);--register-line:rgba(74,54,38,.13);--register-text:#28211c;--register-muted:#756b63;--register-field:#fffaf6}
*{box-sizing:border-box}
html,body{min-height:100%}
body{margin:0;min-height:100dvh;display:grid;place-items:center;padding:28px 16px calc(28px + env(safe-area-inset-bottom));overflow-x:hidden;background:radial-gradient(760px 470px at 10% -5%,rgba(249,115,22,.18),transparent 62%),radial-gradient(700px 500px at 105% 5%,rgba(236,72,153,.08),transparent 65%),radial-gradient(850px 520px at 50% 112%,rgba(249,115,22,.1),transparent 65%),var(--register-bg);color:var(--register-text);font-family:Vazirmatn,Tahoma,sans-serif;-webkit-tap-highlight-color:transparent}
.register-ambient{position:fixed;inset:0;pointer-events:none;opacity:.3;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:42px 42px;mask-image:radial-gradient(circle at center,#000,transparent 78%)}
.register-shell{position:relative;z-index:1;width:min(520px,100%)}
.register-card{position:relative;overflow:hidden;padding:28px 30px 24px;border:1px solid rgba(249,115,22,.25);border-radius:28px;background:linear-gradient(155deg,rgba(255,255,255,.025),transparent 26%),var(--register-card);box-shadow:0 35px 100px rgba(0,0,0,.5),0 0 0 1px rgba(255,255,255,.02);backdrop-filter:blur(20px);animation:registerIn .35s cubic-bezier(.2,.8,.2,1)}
.register-card::before{content:"";position:absolute;top:-150px;right:-100px;width:310px;height:310px;border-radius:50%;background:radial-gradient(circle,rgba(249,115,22,.13),transparent 68%);pointer-events:none}
@keyframes registerIn{from{opacity:0;transform:translateY(16px) scale(.985)}to{opacity:1;transform:none}}
.register-back{position:absolute;z-index:2;top:20px;left:20px;min-height:38px;display:inline-flex;align-items:center;gap:5px;padding:0 10px;border:1px solid var(--register-line);border-radius:11px;background:rgba(255,255,255,.025);color:var(--register-muted);font-size:10px;font-weight:900;text-decoration:none;transition:.18s}
.register-back:hover{border-color:rgba(249,115,22,.5);color:var(--register-orange-2);transform:translateX(-2px)}
.register-back svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.register-logo{position:relative;width:72px;height:72px;display:grid;place-items:center;margin:0 auto 12px}
.register-logo-glow{position:absolute;inset:6px;border-radius:50%;background:rgba(249,115,22,.24);filter:blur(18px)}
.register-logo img{position:relative;width:64px;height:64px;object-fit:contain;filter:drop-shadow(0 10px 20px rgba(0,0,0,.3))}
.register-kicker{display:flex;align-items:center;justify-content:center;gap:7px;color:var(--register-orange-2);font-size:9px;font-weight:900}
.register-kicker i{width:7px;height:7px;border-radius:50%;background:var(--register-green);box-shadow:0 0 0 5px rgba(74,222,128,.08)}
h1{margin:8px 0 5px;text-align:center;font-size:25px;line-height:1.5;letter-spacing:-.35px}
.register-subtitle{max-width:390px;margin:0 auto;color:var(--register-muted);text-align:center;font-size:11px;line-height:1.9}
.register-free-badge{display:flex;align-items:center;gap:10px;margin:18px 0 17px;padding:11px 13px;border:1px solid rgba(74,222,128,.18);border-radius:14px;background:linear-gradient(135deg,rgba(74,222,128,.07),rgba(249,115,22,.045))}
.register-free-badge>svg{width:31px;height:31px;flex:none;padding:6px;border-radius:10px;background:rgba(74,222,128,.1);fill:none;stroke:var(--register-green);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.register-free-badge span{display:flex;flex-direction:column;gap:2px}.register-free-badge small{color:var(--register-muted);font-size:8px}.register-free-badge strong{font-size:11px;color:#86efac}html[data-theme="light"] .register-free-badge strong{color:#168447}
.register-alert{display:flex;align-items:flex-start;gap:9px;margin-bottom:14px;padding:11px 12px;border:1px solid rgba(251,113,133,.28);border-radius:13px;background:rgba(251,113,133,.07);color:#fecdd3;font-size:10px;line-height:1.8}html[data-theme="light"] .register-alert{color:#b4233e}
.register-alert svg{width:19px;height:19px;flex:none;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
form{display:grid;gap:12px}
.register-field{display:grid;gap:6px}.register-field>span:first-child{padding-inline:3px;color:var(--register-muted);font-size:9.5px;font-weight:800}
.register-phone-field{min-width:0;margin:0;padding:0;border:0}
.register-phone-field>legend{padding-inline:3px;color:var(--register-muted);font-size:9.5px;font-weight:800}
.register-phone-grid{display:grid!important;grid-template-columns:138px minmax(0,1fr);gap:9px;padding:0!important}
.register-country-wrap{position:relative;min-width:0;display:flex;align-items:center;min-height:49px;border:1px solid var(--register-line);border-radius:13px;background:linear-gradient(145deg,var(--register-field),rgba(255,255,255,.018));transition:border-color .18s,box-shadow .18s,background .18s}
.register-country-wrap:focus-within{border-color:rgba(249,115,22,.72);box-shadow:0 0 0 4px rgba(249,115,22,.09);background:var(--register-field)}
.register-country-flag{width:36px;display:grid;place-items:center;flex:none;font-size:18px;filter:saturate(.9)}
.register-country-wrap select{width:100%;height:47px;min-width:0;padding:0 1px 0 25px;border:0;outline:0;appearance:none;-webkit-appearance:none;background:transparent;color:var(--register-text);font:800 10.5px Vazirmatn,Tahoma,sans-serif;cursor:pointer}
.register-country-wrap>svg{position:absolute;left:8px;width:15px;height:15px;fill:none;stroke:var(--register-orange-2);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}
.register-country-wrap option{background:#14191f;color:#f5f7f9}
.register-mobile-wrap{min-width:0}
.register-field-hint{display:block;padding-inline:3px;color:#77828d;font-size:8.5px;line-height:1.8}
.register-input-wrap{position:relative;display:block}
.register-input-wrap>svg{position:absolute;z-index:1;top:50%;right:13px;width:19px;height:19px;transform:translateY(-50%);fill:none;stroke:#8d98a4;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}
.register-input-wrap input{width:100%;min-height:49px;padding:0 43px 0 13px;border:1px solid var(--register-line);border-radius:13px;outline:0;background:linear-gradient(145deg,var(--register-field),rgba(255,255,255,.018));color:var(--register-text);font:700 11px Vazirmatn,Tahoma,sans-serif;transition:border-color .18s,box-shadow .18s,background .18s}
.register-input-wrap input[dir="ltr"]{text-align:left}
.register-input-wrap input::placeholder{color:#68727c;font-weight:500}
.register-input-wrap input:focus{border-color:rgba(249,115,22,.72);box-shadow:0 0 0 4px rgba(249,115,22,.09);background:var(--register-field)}
.register-input-wrap:focus-within>svg{stroke:var(--register-orange-2)}
.register-input-wrap.has-action input{padding-left:43px}.register-eye{position:absolute;z-index:2;top:50%;left:7px;width:35px;height:35px;display:grid;place-items:center;padding:0;transform:translateY(-50%);border:0;border-radius:10px;background:transparent;color:#76818c;cursor:pointer}.register-eye:hover,.register-eye.is-visible{background:rgba(249,115,22,.09);color:var(--register-orange-2)}.register-eye svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.register-password-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.register-terms{display:flex;align-items:flex-start;gap:9px;padding:3px 2px;color:var(--register-muted);font-size:9px;line-height:1.9;cursor:pointer}
.register-terms input{width:17px;height:17px;flex:none;margin:1px 0 0;accent-color:var(--register-orange)}
.register-submit{min-height:53px;display:flex;align-items:center;justify-content:center;gap:9px;margin-top:2px;border:1px solid #ff9a45;border-radius:14px;background:linear-gradient(135deg,#ff8e31,#f46712);box-shadow:0 15px 36px rgba(249,115,22,.25),inset 0 1px 0 rgba(255,255,255,.25);color:#fff;font:900 11.5px Vazirmatn,Tahoma,sans-serif;cursor:pointer;transition:transform .18s,box-shadow .18s,filter .18s}
.register-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 20px 42px rgba(249,115,22,.32),inset 0 1px 0 rgba(255,255,255,.25);filter:saturate(1.08)}
.register-submit:disabled{opacity:.68;cursor:wait}.register-submit svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round}
.register-spinner{display:none;width:18px;height:18px;border:2px solid rgba(255,255,255,.28);border-top-color:#fff;border-radius:50%;animation:registerSpin .7s linear infinite}.register-submit.is-loading .register-spinner{display:block}.register-submit.is-loading svg{display:none}@keyframes registerSpin{to{transform:rotate(360deg)}}
.register-login-row{margin-top:17px;text-align:center;color:var(--register-muted);font-size:10.5px}.register-login-row a{color:var(--register-orange-2);font-weight:900;text-decoration:none}.register-login-row a:hover{text-decoration:underline}
.register-secure{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:14px;padding-top:13px;border-top:1px solid var(--register-line);color:#6f7a85;font-size:8.5px}.register-secure svg{width:16px;height:16px;fill:none;stroke:#4ade80;stroke-width:1.8}
.register-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
html[data-theme="light"] .register-card{box-shadow:0 28px 75px rgba(70,48,30,.16)}html[data-theme="light"] .register-input-wrap input,html[data-theme="light"] .register-country-wrap{background:#fff}html[data-theme="light"] .register-input-wrap input::placeholder{color:#9a8f86}html[data-theme="light"] .register-country-wrap option{background:#fff;color:#28211c}
@media(max-width:560px){body{align-items:start;padding:14px 10px calc(88px + env(safe-area-inset-bottom))}.register-card{padding:24px 17px 20px;border-radius:23px}.register-back{top:15px;left:15px}.register-logo{width:66px;height:66px}.register-logo img{width:58px;height:58px}h1{font-size:22px}.register-subtitle{font-size:10px}.register-password-grid{grid-template-columns:1fr}.register-phone-grid{grid-template-columns:124px minmax(0,1fr);gap:8px}.register-country-wrap{min-height:52px}.register-country-wrap select{height:50px;font-size:10.5px}.register-country-flag{width:32px;font-size:17px}.register-input-wrap input{min-height:52px;font-size:11.5px}.register-submit{min-height:56px;font-size:12px}}
@media(prefers-reduced-motion:reduce){.register-card,.register-spinner{animation:none}.register-back,.register-input-wrap input,.register-submit{transition:none}}
