:root{--auth-green:#0f766e;--auth-green-dark:#115e59;--auth-text:#0f172a;--auth-muted:#64748b;--auth-border:#dbe4ea;--auth-surface:#fff;--auth-bg:#f3f6f8;--auth-danger:#b42318;--auth-success:#087443}
*{box-sizing:border-box}html,body{min-height:100%}
body.auth-v100{margin:0;min-height:100vh;display:grid;grid-template-rows:minmax(0,1fr) auto;background:linear-gradient(145deg,#eef4f3 0%,#f8fafc 48%,#eef2f6 100%);color:var(--auth-text);font-family:"Vazirmatn","Noto Sans Arabic",Tahoma,Arial,sans-serif}
.auth-v100__shell{min-height:0;display:grid;place-items:center;padding:40px 18px 28px;position:relative;overflow:hidden}
.auth-v100__shell:before,.auth-v100__shell:after{content:"";position:absolute;border-radius:999px;pointer-events:none}.auth-v100__shell:before{width:420px;height:420px;background:rgba(15,118,110,.075);top:-230px;right:-170px}.auth-v100__shell:after{width:340px;height:340px;background:rgba(14,116,144,.06);bottom:-210px;left:-150px}
.auth-v100__panel{width:min(100%,430px);background:var(--auth-surface);border:1px solid rgba(148,163,184,.34);border-radius:22px;padding:32px 30px;box-shadow:0 24px 70px rgba(15,23,42,.11);position:relative;z-index:1}
.auth-v100__heading{text-align:center;margin-bottom:26px}.auth-v100__eyebrow{display:block;color:var(--auth-green);font-weight:800;font-size:13px;margin-bottom:7px}.auth-v100__heading h1{font-size:28px;line-height:1.35;margin:0 0 8px}.auth-v100__heading p{margin:0 auto;color:var(--auth-muted);font-size:14px;line-height:1.9;max-width:330px}
.auth-v100__form{display:grid;gap:17px}.auth-v100__field{display:grid;gap:8px}.auth-v100__field>span{font-size:13px;font-weight:750;color:#334155}
.auth-v100__input-wrap{height:50px;display:flex;align-items:center;gap:10px;border:1px solid var(--auth-border);border-radius:13px;padding:0 14px;background:#fbfdfe;transition:border-color .18s,box-shadow .18s,background .18s}.auth-v100__input-wrap:focus-within{border-color:var(--auth-green);background:#fff;box-shadow:0 0 0 4px rgba(15,118,110,.1)}
.auth-v100__input-wrap>.ui-icon{width:18px;height:18px;color:#78909c;flex:0 0 auto}.auth-v100__input-wrap input{border:0;outline:0;background:transparent;width:100%;height:100%;font:inherit;color:var(--auth-text);min-width:0}.auth-v100__password-toggle{border:0;background:transparent;padding:6px;display:grid;place-items:center;color:#64748b;cursor:pointer;border-radius:8px}.auth-v100__password-toggle:hover{background:#edf6f4;color:var(--auth-green)}
.auth-v100__links{display:flex;justify-content:flex-end;margin-top:-4px}.auth-v100__links a,.auth-v100__back{color:var(--auth-green-dark);font-size:13px;font-weight:750;text-decoration:none}.auth-v100__links a:hover,.auth-v100__back:hover{text-decoration:underline}
.auth-v100__submit{height:50px;border:0;border-radius:13px;background:var(--auth-green);color:#fff!important;font:inherit;font-weight:800;display:flex;align-items:center;justify-content:center;gap:9px;cursor:pointer;box-shadow:0 11px 24px rgba(15,118,110,.2);transition:transform .18s,background .18s,box-shadow .18s}.auth-v100__submit span,.auth-v100__submit .ui-icon{color:#fff!important;fill:currentColor}.auth-v100__submit:hover{background:var(--auth-green-dark);transform:translateY(-1px);box-shadow:0 14px 28px rgba(15,118,110,.25)}.auth-v100__submit:active{transform:translateY(0)}.auth-v100__submit .ui-icon{width:18px;height:18px}
.auth-v100__back{display:block;text-align:center;margin-top:2px}.auth-v100__alert{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border-radius:12px;margin-bottom:18px;font-size:13px;line-height:1.7}.auth-v100__alert .ui-icon{width:18px;height:18px;margin-top:2px}.auth-v100__alert--danger{color:#7a271a;background:#fef3f2;border:1px solid #fecdca}.auth-v100__alert--success{color:#05603a;background:#ecfdf3;border:1px solid #abefc6}.auth-v100__debug{margin-top:18px;padding:12px;border:1px dashed #f59e0b;border-radius:10px;background:#fffbeb;font-size:12px;word-break:break-all}.auth-v100__debug a{display:block;margin-top:5px;color:#92400e}
.auth-v100__footer{min-height:64px;display:flex;justify-content:center;align-items:center;gap:9px 22px;flex-wrap:wrap;padding:16px 20px;border-top:1px solid rgba(148,163,184,.28);background:rgba(255,255,255,.72);backdrop-filter:blur(10px);color:#708090;font-size:12px;line-height:1.8;text-align:center}.auth-v100__footer a{color:var(--auth-green-dark);font-weight:800;text-decoration:none}.auth-v100__footer a:hover{text-decoration:underline}
@media(max-width:520px){.auth-v100__shell{padding:24px 12px 18px}.auth-v100__panel{padding:27px 20px;border-radius:18px}.auth-v100__heading h1{font-size:24px}.auth-v100__footer{min-height:72px;flex-direction:column;gap:2px;padding:12px}}
