.bottomnav{z-index:50;opacity:1;width:calc(100% - 24px);max-width:420px;transition:transform .4s cubic-bezier(.34,1.56,.64,1),opacity .3s;position:fixed;bottom:12px;left:50%;transform:translate(-50%)translateY(0)}.bottomnav.bottomnav-show{opacity:1;pointer-events:auto;transform:translate(-50%)translateY(0)}.bottomnav.bottomnav-hide{opacity:0;pointer-events:none;transform:translate(-50%)translateY(120%)}.bottomnav-pill{-webkit-backdrop-filter:blur(40px)saturate(1.8);background:linear-gradient(165deg,#121212f0 0%,#080808f7 100%);border:1px solid #d4af3714;border-radius:28px;padding:10px 6px;position:relative;overflow:visible;box-shadow:0 20px 60px #000000b3,inset 0 0 0 .5px #ffffff0a,inset 0 1px #ffffff08}.bottomnav-ambient{pointer-events:none;filter:blur(10px);background:radial-gradient(#d4af3714 0%,#0000 70%);width:60%;height:20px;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.bottomnav-items{direction:rtl;justify-content:space-between;align-items:flex-start;display:flex}.bottomnav-spacer{pointer-events:none;flex:1}.bottomnav-item{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;flex:1;justify-content:flex-start;align-items:center;gap:4px;min-height:74px;padding:4px 4px 0;font-family:Vazirmatn,sans-serif;transition:all .35s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;transform:translateY(0)}.bottomnav-item:active{transform:translateY(-2px)scale(.9)}.bottomnav-item.is-active{transform:translateY(-3px)}.bottomnav-icon-wrap{background:0 0;border-radius:16px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative}.bottomnav-icon-wrap.active{background:#d4af371a;border:1.5px solid #d4af374d;transform:scale(1.08);box-shadow:0 0 20px #d4af371a,inset 0 0 0 1px #d4af3714}.bottomnav-icon-wrap svg{color:#ffffff4d;z-index:2;width:20px;height:20px;transition:all .3s;position:relative}.bottomnav-icon-wrap.active svg{color:var(--gold);filter:drop-shadow(0 0 8px #d4af3766)}.bottomnav-active-glow{pointer-events:none;z-index:0;background:radial-gradient(circle,#d4af3726 0%,#0000 70%);border-radius:20px;animation:2.5s ease-in-out infinite activeGlowPulse;position:absolute;inset:-4px}@keyframes activeGlowPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}.bottomnav-active-dot{background:var(--gold);border-radius:50%;width:4px;height:4px;margin-top:2px;animation:.4s cubic-bezier(.34,1.56,.64,1) dotAppear;box-shadow:0 0 8px #d4af3780}@keyframes dotAppear{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.bottomnav-notif-dot{z-index:3;background:#ef4444;border:1.5px solid #0c0c0ce6;border-radius:50%;width:7px;height:7px;animation:2s infinite notifPulse;position:absolute;top:6px;right:7px;box-shadow:0 0 8px #ef444466}@keyframes notifPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}.bottomnav-home-item{margin:0;top:0;flex:1!important;padding:4px 4px 0!important;transform:translateY(0)!important}.bottomnav-home-item:active{transform:translateY(-2px)scale(.95)!important}.bottomnav-home-circle{background:linear-gradient(145deg,#d4af37,#b8962e);border-radius:18px;justify-content:center;align-items:center;width:50px;height:50px;transition:all .35s;display:flex;position:relative;overflow:visible;box-shadow:0 8px 26px #d4af3742,0 0 0 3px #0c0c0cf2,0 0 0 4px #d4af3714}.bottomnav-home-circle:before{content:"";background:linear-gradient(45deg,#0000 30%,#ffffff2e 50%,#0000 70%) 0 0/250% 100%;border-radius:18px;animation:4s infinite homeShimmer;position:absolute;inset:0}.bottomnav-home-ring{pointer-events:none;border:1.5px solid #d4af371f;border-radius:22px;animation:3s ease-in-out infinite ringPulse;position:absolute;inset:-6px}.bottomnav-home-ring.ring-2{border-color:#d4af370f;border-radius:26px;animation-delay:1s;inset:-10px}.bottomnav-home-circle.active{box-shadow:0 10px 34px #d4af3766,0 0 0 3px #0c0c0cf2,0 0 0 5px #d4af3729}.bottomnav-home-circle:hover{transform:scale(1.05);box-shadow:0 12px 38px #d4af375c,0 0 0 3px #0c0c0cf2,0 0 0 4px #d4af371f}.bottomnav-home-circle svg{color:#000;z-index:1;filter:drop-shadow(0 1px 2px #0003);width:22px;height:22px;position:relative}.bottomnav-label{color:#ffffff47;letter-spacing:.15px;white-space:nowrap;text-align:center;font-size:8.5px;font-weight:700;transition:all .35s}.bottomnav-label.active{color:var(--gold);text-shadow:0 0 12px #d4af374d;font-size:8.8px;font-weight:900}.bottomnav-label.home-label{margin-top:6px;font-size:9px;font-weight:900;display:block}@media (max-width:380px){.bottomnav-pill{border-radius:24px;padding:8px 2px}.bottomnav-icon-wrap{border-radius:14px;width:40px;height:40px}.bottomnav-home-circle{border-radius:16px;width:46px;height:46px}.bottomnav-home-circle svg{width:20px;height:20px}.bottomnav-label{font-size:7.4px}.bottomnav-label.home-label{font-size:8px}.bottomnav-item{min-height:68px}.bottomnav-item.is-active{transform:translateY(-2px)}}body.light .bottomnav-pill{background:#fffffff2!important;border:1px solid #00000014!important;box-shadow:0 10px 40px #0000000f!important}body.light .bottomnav-label{color:#444!important;font-weight:700!important}body.light .bottomnav-label.active{color:#d4af37!important}body.light .bottomnav-icon-wrap svg{color:#555!important}body.light .bottomnav-icon-wrap.active{background:#d4af3714!important;border-color:#d4af3738!important;box-shadow:0 0 20px #d4af3714,inset 0 0 0 1px #d4af370f!important}body.light .bottomnav-icon-wrap.active svg{filter:drop-shadow(0 0 5px #d4af3759);color:#d4af37!important}body.light .bottomnav-active-dot{background:#d4af37!important;box-shadow:0 0 8px #d4af3759!important}body.light .bottomnav-active-glow{background:radial-gradient(circle,#d4af371f 0%,#0000 70%)!important}body.light .bottomnav-home-circle{background:linear-gradient(145deg,#d4af37,#d4af37)!important;box-shadow:0 10px 25px #d4af3740,0 0 0 4px #fffffff2,0 0 0 5px #d4af3714!important}body.light .bottomnav-home-circle.active{box-shadow:0 12px 30px #d4af374d,0 0 0 4px #fffffff2,0 0 0 6px #d4af371f!important}body.light .bottomnav-home-circle svg{color:#fff!important}body.light .bottomnav-home-ring{border-color:#d4af3724!important}body.light .bottomnav-home-ring.ring-2{border-color:#d4af3714!important}body.light .bottomnav-notif-dot{border-color:#fffffff2!important}body.light .bottomnav-ambient{background:radial-gradient(#d4af3714 0%,#0000 70%)!important}.bottomnav-notif-dot{background:linear-gradient(145deg,#f87171,#ef4444,#dc2626)!important;border:2px solid #0c0c0cf2!important;width:8px!important;height:8px!important;animation:1.8s ease-in-out infinite notifPulseRed!important;box-shadow:0 0 #ef4444b3,0 0 10px #ef444499,0 2px 4px #0000004d!important}@keyframes notifPulseRed{0%{transform:scale(1);box-shadow:0 0 #ef4444b3,0 0 10px #ef444499,0 2px 4px #0000004d}50%{transform:scale(1.15);box-shadow:0 0 0 6px #ef444400,0 0 14px #ef4444cc,0 2px 4px #0000004d}to{transform:scale(1);box-shadow:0 0 #ef444400,0 0 10px #ef444499,0 2px 4px #0000004d}}body.light .bottomnav-notif-dot{background:linear-gradient(145deg,#ef4444,#dc2626,#b91c1c)!important;border-color:#fffffff2!important;box-shadow:0 0 #dc262699,0 0 8px #dc262680,0 2px 4px #00000026!important}
.fp-overlay{z-index:200;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#000000d9;justify-content:center;align-items:center;padding:1rem;animation:.3s fp-fadeIn;display:flex;position:fixed;inset:0}.fp-modal{background:var(--black-2);border:1px solid #d4af371a;border-radius:28px;width:100%;max-width:440px;max-height:92vh;padding:2.5rem 2rem;animation:.35s fp-scaleIn;position:relative;overflow:hidden auto;box-shadow:0 25px 50px -12px #00000080}.fp-modal:before{content:"";filter:blur(70px);pointer-events:none;background:#d4af3708;border-radius:50%;width:350px;height:350px;position:absolute;top:-120px;left:50%;transform:translate(-50%)}body.light .fp-overlay{background:#0006}body.light .fp-modal{background:#fff;border:1px solid #e5e5e5;box-shadow:0 25px 50px -12px #00000026}.fp-close{cursor:pointer;z-index:2;background:#ffffff08;border:1px solid #ffffff0f;border-radius:14px;justify-content:center;align-items:center;width:38px;height:38px;transition:all .3s;display:flex;position:absolute;top:1.25rem;left:1.25rem}.fp-close:hover{background:#d4af370d;border-color:#d4af374d}.fp-close svg{width:18px;height:18px;color:var(--gray-400)}body.light .fp-close{background:#00000008;border:1px solid #00000014}body.light .fp-close:hover{background:#d4af3714;border-color:#d4af374d}body.light .fp-close svg{color:#404040}.fp-header{text-align:center;z-index:1;margin-bottom:1.75rem;position:relative}.fp-logo{background:linear-gradient(145deg,var(--gold-light),var(--gold-dark));border-radius:22px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.25rem;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 35px #d4af3740}.fp-logo:after{content:"";background:linear-gradient(45deg,#0000 40%,#fff3 50%,#0000 60%) 0 0/200% 100%;animation:3s infinite fp-shimmer;position:absolute;inset:0}.fp-logo svg{color:#000;z-index:1;width:30px;height:30px;position:relative}body.light .fp-logo{background:linear-gradient(145deg,#c4a000,#d4af37);box-shadow:0 8px 35px #d4af3740}.fp-header h2{margin-bottom:.4rem;font-size:1.35rem;font-weight:900}.fp-header p{color:var(--gray-500);font-size:.76rem;line-height:1.8}body.light .fp-header p{color:#555}.fp-steps{z-index:1;justify-content:center;align-items:center;gap:0;margin-bottom:1.75rem;display:flex;position:relative}.fp-step-wrapper{align-items:center;display:flex}.fp-step{flex-direction:column;align-items:center;gap:5px;display:flex}.fp-step-circle{border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:all .4s;display:flex;position:relative}.fp-step-circle svg{width:17px;height:17px}.fp-step.completed .fp-step-circle{background:#d4af3726;border:2px solid #d4af3780}.fp-step.completed .fp-step-circle svg{color:var(--gold)}.fp-step.active .fp-step-circle{background:linear-gradient(135deg,var(--gold-dark),var(--gold));border:2px solid #0000;animation:2s ease-in-out infinite fp-pulse;box-shadow:0 4px 20px #d4af3759}.fp-step.active .fp-step-circle svg{color:#000}.fp-step.pending .fp-step-circle{background:#ffffff08;border:2px solid #ffffff14}.fp-step.pending .fp-step-circle svg{color:var(--gray-600)}.fp-step-label{white-space:nowrap;font-size:.6rem;font-weight:700}.fp-step.completed .fp-step-label{color:var(--gold)}.fp-step.active .fp-step-label{color:var(--gold-light)}.fp-step.pending .fp-step-label{color:var(--gray-600)}.fp-step-line{background:#ffffff0f;border-radius:2px;width:40px;height:2px;margin:0 6px 16px;transition:background .4s}.fp-step-line.completed{background:linear-gradient(90deg,var(--gold-dark),var(--gold))}body.light .fp-step.active .fp-step-circle{background:linear-gradient(135deg,#d4af37,#d4af37);box-shadow:0 4px 20px #d4af3759}body.light .fp-step.completed .fp-step-circle{background:#d4af371a;border-color:#d4af3766}body.light .fp-step.completed .fp-step-circle svg,body.light .fp-step.completed .fp-step-label,body.light .fp-step.active .fp-step-label{color:#d4af37}body.light .fp-step.active .fp-step-circle svg{color:#fff}body.light .fp-step.pending .fp-step-circle{background:#f5f5f5;border-color:#e0e0e0}body.light .fp-step.pending .fp-step-circle svg,body.light .fp-step.pending .fp-step-label{color:#aaa}body.light .fp-step-line{background:#e5e5e5}body.light .fp-step-line.completed{background:linear-gradient(90deg,#d4af37,#c4a000)}.fp-form{z-index:1;flex-direction:column;gap:1.1rem;animation:.3s fp-fadeInUp;display:flex;position:relative}.fp-info-box{background:#d4af370a;border:1px solid #d4af371f;border-radius:14px;align-items:flex-start;gap:10px;padding:12px 14px;display:flex}.fp-info-box svg{width:18px;height:18px;color:var(--gold);flex-shrink:0;margin-top:1px}.fp-info-box p{color:var(--gray-400);font-size:.72rem;line-height:1.9}body.light .fp-info-box{background:#d4af370f;border-color:#d4af372e}body.light .fp-info-box svg{color:#d4af37}body.light .fp-info-box p{color:#404040}.fp-field{position:relative}.fp-field label{color:var(--gray-400);margin-bottom:8px;font-size:.7rem;font-weight:700;display:block}body.light .fp-field label{color:#2a2a2a}.fp-input-wrapper{position:relative}.fp-field input{width:100%;color:var(--white);box-sizing:border-box;background:#ffffff08;border:1px solid #ffffff0f;border-radius:16px;outline:none;padding:.88rem 3rem .88rem 1.15rem;font-family:Vazirmatn,sans-serif;font-size:.88rem;transition:all .3s}.fp-field input::placeholder{color:var(--gray-600)}.fp-field input:hover{border-color:#ffffff1a}.fp-field input:focus{border-color:#d4af3766;box-shadow:0 0 0 4px #d4af370d}.fp-field input.error{border-color:#ef444480;box-shadow:0 0 0 4px #ef44440d}body.light .fp-field input{color:#0a0a0a;background:#fafafa;border:1px solid #e5e5e5}body.light .fp-field input::placeholder{color:#888}body.light .fp-field input:hover{border-color:#d0d0d0}body.light .fp-field input:focus{background:#fff;border-color:#d4af3780;box-shadow:0 0 0 4px #d4af3714}body.light .fp-field input.error{border-color:#dc262680;box-shadow:0 0 0 4px #dc262614}.fp-field-icon{pointer-events:none;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.fp-field-icon svg{width:18px;height:18px;color:var(--gray-600);transition:color .3s}body.light .fp-field-icon svg{color:#888}.fp-password-toggle{cursor:pointer;background:0 0;border:none;align-items:center;padding:4px;display:flex;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.fp-password-toggle svg{width:18px;height:18px;color:var(--gray-600);transition:color .3s}.fp-password-toggle:hover svg{color:var(--gray-400)}body.light .fp-password-toggle svg{color:#888}body.light .fp-password-toggle:hover svg{color:#404040}.fp-field-error{color:#f87171;align-items:center;gap:4px;margin-top:6px;font-size:.65rem;display:flex}.fp-field-error svg{flex-shrink:0;width:12px;height:12px}body.light .fp-field-error{color:#dc2626}.fp-general-error{background:#ef44440f;border:1px solid #ef444426;border-radius:14px;align-items:center;gap:8px;padding:.75rem 1rem;animation:.3s fp-fadeInUp;display:flex}.fp-general-error svg{color:#f87171;flex-shrink:0;width:18px;height:18px}.fp-general-error span{color:#f87171;font-size:.75rem;font-weight:600}body.light .fp-general-error{background:#dc262614;border-color:#dc262633}body.light .fp-general-error svg,body.light .fp-general-error span{color:#dc2626}.fp-submit{background:linear-gradient(135deg,var(--gold-dark),var(--gold),var(--gold-light));color:#000;cursor:pointer;border:none;border-radius:18px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:.25rem;padding:.95rem;font-family:Vazirmatn,sans-serif;font-size:.95rem;font-weight:900;transition:all .4s;display:flex;position:relative;overflow:hidden}.fp-submit:after{content:"";background:linear-gradient(45deg,#0000 30%,#ffffff26 50%,#0000 70%) 0 0/200% 100%;animation:3s infinite fp-shimmer;position:absolute;inset:0}.fp-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 35px #d4af3759}.fp-submit:active:not(:disabled){transform:translateY(0)}.fp-submit:disabled{opacity:.6;cursor:not-allowed}.fp-submit svg,.fp-submit span{z-index:1;position:relative}.fp-submit svg{width:20px;height:20px}body.light .fp-submit{color:#fff;background:linear-gradient(135deg,#d4af37,#d4af37,#c4a000)}body.light .fp-submit:hover:not(:disabled){box-shadow:0 8px 35px #d4af3766}.fp-spinner{z-index:1;border:2px solid #0003;border-top-color:#000;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite fp-rotate;position:relative}body.light .fp-spinner{border:2px solid #ffffff4d;border-top-color:#fff}.fp-otp-hint{text-align:center;background:#d4af370a;border:1px solid #d4af371a;border-radius:14px;flex-direction:column;align-items:center;gap:8px;padding:12px 14px;display:flex}.fp-otp-hint p{color:var(--gray-400);font-size:.75rem;line-height:1.8}.fp-change-phone{color:var(--gold);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;font-family:Vazirmatn,sans-serif;font-size:.7rem;font-weight:700;transition:opacity .2s;display:flex}.fp-change-phone:hover{opacity:.75}.fp-change-phone svg{width:14px;height:14px}body.light .fp-otp-hint{background:#d4af370d;border-color:#d4af3726}body.light .fp-otp-hint p{color:#404040}body.light .fp-change-phone{color:#d4af37}.fp-otp-inputs{direction:ltr;justify-content:center;gap:8px;display:flex}.fp-otp-input{text-align:center;width:48px;height:56px;color:var(--white);caret-color:var(--gold);background:#ffffff08;border:1px solid #ffffff0f;border-radius:14px;outline:none;font-family:Vazirmatn,sans-serif;font-size:1.5rem;font-weight:700;transition:all .3s}.fp-otp-input:focus{background:#d4af3708;border-color:#d4af3773;box-shadow:0 0 0 4px #d4af370f,0 4px 15px #d4af3714}.fp-otp-input:not(:placeholder-shown):not(:focus){background:#d4af3705;border-color:#d4af3733}.fp-otp-input.error{border-color:#ef444480;box-shadow:0 0 0 4px #ef44440d}body.light .fp-otp-input{color:#0a0a0a;caret-color:#d4af37;background:#fafafa;border:1px solid #e5e5e5}body.light .fp-otp-input:focus{background:#fff;border-color:#d4af3780;box-shadow:0 0 0 4px #d4af3714}body.light .fp-otp-input:not(:placeholder-shown):not(:focus){border-color:#d4af3740}body.light .fp-otp-input.error{border-color:#dc262680;box-shadow:0 0 0 4px #dc262614}.fp-otp-resend{text-align:center;color:var(--gray-500);font-size:.75rem}.fp-timer{color:var(--gold);font-variant-numeric:tabular-nums;direction:ltr;font-weight:700;display:inline-block}.fp-otp-resend button{color:var(--gold);cursor:pointer;background:0 0;border:none;font-family:Vazirmatn,sans-serif;font-size:.75rem;font-weight:700;text-decoration:underline}.fp-otp-resend button:disabled{color:var(--gray-600);cursor:not-allowed;text-decoration:none}body.light .fp-otp-resend{color:#555}body.light .fp-otp-resend button{color:#d4af37}body.light .fp-otp-resend button:disabled{color:#888}.fp-password-strength{gap:4px;margin-top:8px;display:flex}.fp-password-strength-bar{background:#ffffff0f;border-radius:2px;flex:1;height:3px;transition:background .3s}.fp-password-strength-bar.filled-weak{background:#f87171}.fp-password-strength-bar.filled-medium{background:var(--gold)}.fp-password-strength-bar.filled-strong{background:var(--gold-light)}.fp-password-strength-text{margin-top:4px;font-size:.6rem;font-weight:700}.fp-password-strength-text.weak{color:#f87171}.fp-password-strength-text.medium{color:var(--gold)}.fp-password-strength-text.strong{color:var(--gold-light)}body.light .fp-password-strength-bar{background:#e5e5e5}body.light .fp-password-strength-bar.filled-weak{background:#dc2626}body.light .fp-password-strength-bar.filled-medium{background:#d4af37}body.light .fp-password-strength-bar.filled-strong{background:#c4a000}body.light .fp-password-strength-text.weak{color:#dc2626}body.light .fp-password-strength-text.medium{color:#d4af37}body.light .fp-password-strength-text.strong{color:#c4a000}.fp-password-requirements{background:#ffffff05;border:1px solid #ffffff0d;border-radius:14px;flex-direction:column;gap:6px;margin-top:10px;padding:10px 12px;animation:.25s fp-fadeInUp;display:flex}body.light .fp-password-requirements{background:#f8f8f8;border:1px solid #ebebeb}.fp-password-requirements-header{align-items:center;gap:5px;margin-bottom:4px;display:flex}.fp-password-requirements-header svg{width:13px;height:13px;color:var(--gray-500)}.fp-password-requirements-header span{color:var(--gray-500);font-size:.62rem;font-weight:700}body.light .fp-password-requirements-header svg,body.light .fp-password-requirements-header span{color:#777}.fp-password-req-item{align-items:center;gap:7px;font-size:.65rem;font-weight:600;transition:all .25s;display:flex}.fp-password-req-item.met{color:#4ade80}.fp-password-req-item.unmet{color:var(--gray-500)}body.light .fp-password-req-item.met{color:#16a34a}body.light .fp-password-req-item.unmet{color:#888}.fp-password-req-icon{flex-shrink:0;align-items:center;display:flex}.fp-password-req-icon svg{width:13px;height:13px}.fp-password-req-icon.met svg{color:#4ade80}.fp-password-req-icon.unmet svg{color:var(--gray-600)}body.light .fp-password-req-icon.met svg{color:#16a34a}body.light .fp-password-req-icon.unmet svg{color:#aaa}.fp-match-indicator{border-radius:8px;align-items:center;gap:5px;margin-top:6px;padding:5px 10px;font-size:.65rem;font-weight:700;animation:.2s fp-fadeInUp;display:flex}.fp-match-indicator svg{flex-shrink:0;width:13px;height:13px}.fp-match-indicator.match{color:#4ade80;background:#4ade800f;border:1px solid #4ade801f}.fp-match-indicator.no-match{color:#f87171;background:#ef44440f;border:1px solid #ef44441f}body.light .fp-match-indicator.match{color:#16a34a;background:#16a34a14;border-color:#16a34a26}body.light .fp-match-indicator.no-match{color:#dc2626;background:#dc262614;border-color:#dc262626}.fp-success{text-align:center;z-index:1;padding:1rem 0 .5rem;animation:.4s fp-fadeInUp;position:relative}.fp-success-icon{background:#d4af3714;border:2px solid #d4af3740;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin:0 auto 1.5rem;animation:.5s fp-scaleIn;display:flex;position:relative}.fp-success-icon:after{content:"";border:1px solid #d4af371a;border-radius:50%;animation:2s ease-in-out infinite fp-ring;position:absolute;inset:-6px}.fp-success-icon svg{width:42px;height:42px;color:var(--gold)}.fp-success h3{margin-bottom:.5rem;font-size:1.35rem;font-weight:900}.fp-success p{color:var(--gray-500);max-width:280px;margin:0 auto 1.5rem;font-size:.8rem;line-height:1.9}.fp-success-bar{background:#ffffff0d;border-radius:2px;width:100%;height:3px;margin-top:1rem;overflow:hidden}.fp-success-bar-fill{background:linear-gradient(90deg,var(--gold-dark),var(--gold-light));border-radius:2px;height:100%;animation:2.5s linear forwards fp-progress}body.light .fp-success-icon{background:#d4af371a;border-color:#d4af3740}body.light .fp-success-icon:after{border-color:#d4af371f}body.light .fp-success-icon svg{color:#d4af37}body.light .fp-success p{color:#555}body.light .fp-success-bar{background:#f0f0f0}body.light .fp-success-bar-fill{background:linear-gradient(90deg,#d4af37,#c4a000)}@keyframes fp-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fp-scaleIn{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes fp-fadeInUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes fp-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes fp-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fp-pulse{0%,to{box-shadow:0 4px 20px #d4af3759}50%{box-shadow:0 4px 30px #d4af378c}}@keyframes fp-ring{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.15;transform:scale(1.08)}}@keyframes fp-progress{0%{width:0%}to{width:100%}}
.auth-overlay{z-index:200;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#000000d9;justify-content:center;align-items:center;padding:1rem;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.auth-modal{background:var(--black-2);border:1px solid #d4af371a;border-radius:28px;width:100%;max-width:440px;max-height:90vh;padding:2.5rem 2rem;animation:.35s scaleIn;position:relative;overflow:hidden auto;box-shadow:0 25px 50px -12px #00000080}.auth-modal:before{content:"";filter:blur(70px);pointer-events:none;background:#d4af3708;border-radius:50%;width:350px;height:350px;position:absolute;top:-120px;left:50%;transform:translate(-50%)}body.light .auth-overlay{background:#0006}body.light .auth-modal{background:#fff;border:1px solid #e5e5e5;box-shadow:0 25px 50px -12px #00000026}body.light .auth-modal:before{background:#d4af370d}.auth-close{cursor:pointer;z-index:2;background:#ffffff08;border:1px solid #ffffff0f;border-radius:14px;justify-content:center;align-items:center;width:38px;height:38px;transition:all .3s;display:flex;position:absolute;top:1.25rem;left:1.25rem}.auth-close:hover{background:#d4af370d;border-color:#d4af374d}.auth-close svg{width:18px;height:18px;color:var(--gray-400)}body.light .auth-close{background:#00000008;border:1px solid #00000014}body.light .auth-close:hover{background:#d4af3714;border-color:#d4af374d}body.light .auth-close svg{color:#404040}.auth-header{text-align:center;z-index:1;margin-bottom:2rem;position:relative}.auth-logo{background:linear-gradient(145deg,var(--gold-light),var(--gold-dark));border-radius:22px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.25rem;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 35px #d4af3740}.auth-logo:after{content:"";background:linear-gradient(45deg,#0000 40%,#fff3 50%,#0000 60%) 0 0/200% 100%;animation:3s infinite shimmer;position:absolute;inset:0}.auth-logo svg{color:#000;z-index:1;width:30px;height:30px;position:relative}body.light .auth-logo{background:linear-gradient(145deg,#c4a000,#d4af37);box-shadow:0 8px 35px #d4af3740}.auth-header h2{margin-bottom:.4rem;font-size:1.4rem;font-weight:900}.auth-header p{color:var(--gray-500);font-size:.78rem;line-height:1.8}body.light .auth-header p{color:#555}.auth-tabs{z-index:1;background:#ffffff05;border:1px solid #ffffff0a;border-radius:16px;margin-bottom:1.75rem;padding:4px;display:flex;position:relative}body.light .auth-tabs{background:#f5f5f5;border:1px solid #e5e5e5}.auth-tab{cursor:pointer;text-align:center;border:none;border-radius:13px;flex:1;padding:10px;font-family:Vazirmatn,sans-serif;font-size:.82rem;font-weight:800;transition:all .35s}.auth-tab.active{background:linear-gradient(135deg,var(--gold-dark),var(--gold));color:#000;box-shadow:0 4px 15px #d4af3740}.auth-tab.inactive{color:var(--gray-500);background:0 0}.auth-tab.inactive:hover{color:var(--gray-300)}body.light .auth-tab.active{color:#fff;background:linear-gradient(135deg,#d4af37,#c4a000);box-shadow:0 4px 15px #d4af374d}body.light .auth-tab.inactive{color:#555}body.light .auth-tab.inactive:hover{color:#2a2a2a;background:#00000008}.auth-form{z-index:1;flex-direction:column;gap:1.1rem;display:flex;position:relative}.auth-field{position:relative}.auth-field label{color:var(--gray-400);margin-bottom:8px;font-size:.7rem;font-weight:700;display:block}body.light .auth-field label{color:#2a2a2a}.auth-input-wrapper{position:relative}.auth-field input{width:100%;color:var(--white);background:#ffffff08;border:1px solid #ffffff0f;border-radius:16px;outline:none;padding:.88rem 3rem .88rem 1.15rem;font-family:Vazirmatn,sans-serif;font-size:.88rem;transition:all .3s}.auth-field input::placeholder{color:var(--gray-600)}.auth-field input:hover{border-color:#ffffff1a}.auth-field input:focus{border-color:#d4af3766;box-shadow:0 0 0 4px #d4af370d}.auth-field input.error{border-color:#ef444480;box-shadow:0 0 0 4px #ef44440d}body.light .auth-field input{color:#0a0a0a;background:#fafafa;border:1px solid #e5e5e5}body.light .auth-field input::placeholder{color:#888}body.light .auth-field input:hover{border-color:#d0d0d0}body.light .auth-field input:focus{background:#fff;border-color:#d4af3780;box-shadow:0 0 0 4px #d4af3714}body.light .auth-field input.error{border-color:#dc262680;box-shadow:0 0 0 4px #dc262614}.auth-field-icon{position:absolute;top:50%;right:14px;transform:translateY(-50%)}.auth-field-icon svg{width:18px;height:18px;color:var(--gray-600);transition:color .3s}.auth-field input:focus~.auth-field-icon svg,.auth-field input:focus+.auth-field-icon svg{color:var(--gold)}body.light .auth-field-icon svg{color:#888}body.light .auth-field input:focus~.auth-field-icon svg,body.light .auth-field input:focus+.auth-field-icon svg{color:#d4af37}.auth-password-toggle{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.auth-password-toggle svg{width:18px;height:18px;color:var(--gray-600);transition:color .3s}.auth-password-toggle:hover svg{color:var(--gray-400)}body.light .auth-password-toggle svg{color:#888}body.light .auth-password-toggle:hover svg{color:#404040}.auth-name-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.auth-field-error{color:#f87171;align-items:center;gap:4px;margin-top:6px;font-size:.65rem;display:flex}.auth-field-error svg{flex-shrink:0;width:12px;height:12px}body.light .auth-field-error{color:#dc2626}.auth-general-error{background:#ef44440f;border:1px solid #ef444426;border-radius:14px;align-items:center;gap:8px;padding:.75rem 1rem;animation:.3s fadeInUp;display:flex}.auth-general-error svg{color:#f87171;flex-shrink:0;width:18px;height:18px}.auth-general-error span{color:#f87171;font-size:.75rem;font-weight:600}body.light .auth-general-error{background:#dc262614;border:1px solid #dc262633}body.light .auth-general-error svg,body.light .auth-general-error span{color:#dc2626}.auth-submit{background:linear-gradient(135deg,var(--gold-dark),var(--gold),var(--gold-light));color:#000;cursor:pointer;border:none;border-radius:18px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:.5rem;padding:.95rem;font-family:Vazirmatn,sans-serif;font-size:.95rem;font-weight:900;transition:all .4s;display:flex;position:relative;overflow:hidden}.auth-submit:after{content:"";background:linear-gradient(45deg,#0000 30%,#ffffff26 50%,#0000 70%) 0 0/200% 100%;animation:3s infinite shimmer;position:absolute;inset:0}.auth-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 35px #d4af3759}.auth-submit:active:not(:disabled){transform:translateY(0)}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-submit svg,.auth-submit span{z-index:1;position:relative}.auth-submit svg{width:20px;height:20px}body.light .auth-submit{color:#fff;background:linear-gradient(135deg,#d4af37,#d4af37,#c4a000)}body.light .auth-submit:hover:not(:disabled){box-shadow:0 8px 35px #d4af3766}.auth-spinner{z-index:1;border:2px solid #0003;border-top-color:#000;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite rotate-slow;position:relative}body.light .auth-spinner{border:2px solid #ffffff4d;border-top-color:#fff}.auth-password-strength{gap:4px;margin-top:8px;display:flex}.auth-password-strength-bar{background:#ffffff0f;border-radius:2px;flex:1;height:3px;transition:background .3s}.auth-password-strength-bar.filled-weak{background:#f87171}.auth-password-strength-bar.filled-medium{background:var(--gold)}.auth-password-strength-bar.filled-strong{background:var(--gold-light)}.auth-password-strength-text{margin-top:4px;font-size:.6rem;font-weight:700}.auth-password-strength-text.weak{color:#f87171}.auth-password-strength-text.medium{color:var(--gold)}.auth-password-strength-text.strong{color:var(--gold-light)}body.light .auth-password-strength-bar{background:#e5e5e5}body.light .auth-password-strength-bar.filled-weak{background:#dc2626}body.light .auth-password-strength-bar.filled-medium{background:#d4af37}body.light .auth-password-strength-bar.filled-strong{background:#c4a000}body.light .auth-password-strength-text.weak{color:#dc2626}body.light .auth-password-strength-text.medium{color:#d4af37}body.light .auth-password-strength-text.strong{color:#c4a000}.auth-password-requirements{background:#ffffff05;border:1px solid #ffffff0d;border-radius:14px;flex-direction:column;gap:6px;margin-top:10px;padding:10px 12px;animation:.25s fadeInUp;display:flex}body.light .auth-password-requirements{background:#f8f8f8;border:1px solid #ebebeb}.auth-password-requirements-header{align-items:center;gap:5px;margin-bottom:4px;display:flex}.auth-password-requirements-header svg{width:13px;height:13px;color:var(--gray-500)}.auth-password-requirements-header span{color:var(--gray-500);font-size:.62rem;font-weight:700}body.light .auth-password-requirements-header svg,body.light .auth-password-requirements-header span{color:#777}.auth-password-req-item{align-items:center;gap:7px;font-size:.65rem;font-weight:600;transition:all .25s;display:flex}.auth-password-req-item.met{color:#4ade80}.auth-password-req-item.unmet{color:var(--gray-500)}body.light .auth-password-req-item.met{color:#16a34a}body.light .auth-password-req-item.unmet{color:#888}.auth-password-req-icon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.auth-password-req-icon svg{width:13px;height:13px}.auth-password-req-icon.met svg{color:#4ade80}.auth-password-req-icon.unmet svg{color:var(--gray-600)}body.light .auth-password-req-icon.met svg{color:#16a34a}body.light .auth-password-req-icon.unmet svg{color:#aaa}.auth-success{text-align:center;z-index:1;padding:1rem 0;position:relative}.auth-success-icon{background:#d4af3714;border:2px solid #d4af3733;border-radius:50%;justify-content:center;align-items:center;width:88px;height:88px;margin:0 auto 1.5rem;animation:.5s scaleIn;display:flex}.auth-success-icon svg{width:40px;height:40px;color:var(--gold)}.auth-success h3{margin-bottom:.5rem;font-size:1.35rem;font-weight:900}.auth-success p{color:var(--gray-500);font-size:.82rem;line-height:1.8}body.light .auth-success-icon{background:#d4af371a;border:2px solid #d4af3740}body.light .auth-success-icon svg{color:#d4af37}body.light .auth-success p{color:#555}.auth-terms{text-align:center;z-index:1;margin-top:1rem;position:relative}.auth-terms p{color:var(--gray-600);font-size:.62rem;line-height:1.8}.auth-terms a{color:var(--gold);font-weight:700;text-decoration:none}.auth-terms a:hover{text-decoration:underline}body.light .auth-terms p{color:#888}body.light .auth-terms a{color:#d4af37}.auth-otp-inputs{direction:ltr;justify-content:center;gap:8px;display:flex}.auth-otp-input{text-align:center;width:48px;height:56px;color:var(--gold);caret-color:var(--gold);background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;outline:none;font-family:Vazirmatn,sans-serif;font-size:1.5rem;font-weight:700;transition:all .3s}.auth-otp-input:focus{border-color:#d4af3766;box-shadow:0 0 0 4px #d4af370d}body.light .auth-otp-input{color:#d4af37;caret-color:#d4af37;background:#fafafa;border:1px solid #e5e5e5}body.light .auth-otp-input:focus{background:#fff;border-color:#d4af3780;box-shadow:0 0 0 4px #d4af3714}.auth-otp-resend{text-align:center;margin-top:1rem;font-size:.75rem}.auth-otp-resend button{color:var(--gold);cursor:pointer;background:0 0;border:none;font-family:Vazirmatn,sans-serif;font-weight:700;text-decoration:underline}.auth-otp-resend button:disabled{color:var(--gray-600);cursor:not-allowed;text-decoration:none}body.light .auth-otp-resend button{color:#d4af37}body.light .auth-otp-resend button:disabled{color:#888}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes rotate-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.auth-forgot-link{text-align:left;margin-top:-.25rem}.auth-forgot-link button{color:var(--gold);cursor:pointer;background:0 0;border:none;padding:0;font-family:Vazirmatn,sans-serif;font-size:.68rem;font-weight:700;transition:opacity .2s}.auth-forgot-link button:hover{opacity:.75}body.light .auth-forgot-link button{color:#d4af37}
@keyframes profileFadeIn{0%{opacity:0}to{opacity:1}}@keyframes profileScaleIn{0%{opacity:0;transform:scale(.88)translateY(30px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes avatarShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes ringPulse{0%,to{opacity:.2;transform:scale(1)}50%{opacity:.6;transform:scale(1.06)}}@keyframes ringPulse2{0%,to{opacity:.1;transform:scale(1)}50%{opacity:.3;transform:scale(1.12)}}@keyframes badgePop{0%{opacity:0;transform:scale(0)}70%{transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@keyframes starTwinkle{0%,to{opacity:var(--min-opacity,.1);transform:scale(1)}50%{opacity:var(--max-opacity,.9);transform:scale(1.5)}}@keyframes moonGlow{0%,to{filter:drop-shadow(0 0 8px #c8d2ff80)}50%{filter:drop-shadow(0 0 18px #c8d2ffe6)}}@keyframes shootingStar{0%{opacity:0;width:0;transform:translate(-50px)translateY(0)rotate(-20deg)}5%{opacity:1;width:80px}35%{opacity:0;width:80px;transform:translate(480px)translateY(25px)rotate(-20deg)}to{opacity:0;transform:translate(480px)translateY(25px)rotate(-20deg)}}@keyframes sunFloat{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-5px)rotate(4deg)}}@keyframes sunPulse{0%,to{box-shadow:0 0 15px #ffc80099,0 0 35px #ffaa004d,0 0 60px #ff8c0026}50%{box-shadow:0 0 25px #ffc800d9,0 0 55px #ffaa0080,0 0 90px #ff8c0040}}@keyframes sunRayPulse{0%,to{opacity:.55}50%{opacity:1}}@keyframes cloudDrift{0%{transform:translateX(var(--start-x,-150px))}to{transform:translateX(var(--end-x,600px))}}@keyframes skyShimmer{0%,to{opacity:.6}50%{opacity:1}}@keyframes shimmerSlide{0%{transform:translate(100%)skew(-15deg)}to{transform:translate(-200%)skew(-15deg)}}.profile-overlay{z-index:200;justify-content:center;align-items:center;padding:1rem;animation:.35s profileFadeIn;display:flex;position:fixed;inset:0;overflow:hidden}[data-theme=dark] .profile-overlay,.dark .profile-overlay{-webkit-backdrop-filter:blur(20px)saturate(1.5);backdrop-filter:blur(20px)saturate(1.5);background:#000000e0}[data-theme=light] .profile-overlay,.light .profile-overlay{-webkit-backdrop-filter:blur(20px)saturate(1.5);backdrop-filter:blur(20px)saturate(1.5);background:#141428b8}.profile-modal{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;scrollbar-gutter:stable;backface-visibility:hidden;will-change:transform,opacity;contain:layout paint style;border-radius:32px;width:100%;max-width:460px;max-height:92vh;animation:.45s cubic-bezier(.16,1,.3,1) profileScaleIn;position:relative;overflow:hidden auto;transform:translateZ(0)}[data-theme=dark] .profile-modal,.dark .profile-modal{background:linear-gradient(160deg,#141418 0%,#0f0f12 40%,#111114 100%);border:1px solid #d4af371f;box-shadow:0 0 0 1px #ffffff08,0 25px 80px #0009,0 10px 30px #d4af370a,inset 0 1px #ffffff0d}[data-theme=light] .profile-modal,.light .profile-modal{background:linear-gradient(160deg,#f8f8fa 0%,#f4f4f7 35%,#f0f0f4 65%,#ececf0 100%);border:1px solid #b4b4c840;box-shadow:0 0 0 1px #c8c8dc14,0 25px 80px #0000001a,0 10px 30px #9696b414,inset 0 1px #ffffffd9}.profile-modal:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#d4af370f 0%,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;top:-80px;left:50%;transform:translate(-50%)}.profile-modal::-webkit-scrollbar{width:3px}.profile-modal::-webkit-scrollbar-track{background:0 0}.profile-modal::-webkit-scrollbar-thumb{background:#d4af3733;border-radius:10px}.profile-modal-header{z-index:30;justify-content:flex-start;align-items:center;display:flex;position:absolute;top:1.2rem;left:1.2rem;right:1.2rem}.profile-close{cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ef44441f;border:1px solid #ef444440;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex}.profile-close:hover{transform:rotate(90deg)scale(1.08);box-shadow:0 4px 20px #ef444466;background:#ef4444d9!important;border-color:#ef4444!important}.profile-close svg{color:#f87171;width:16px;height:16px;transition:color .3s}.profile-close:hover svg{color:#fff!important}.profile-cover{height:130px;position:relative;overflow:hidden;transform:translateZ(0)}[data-theme=dark] .profile-cover,.dark .profile-cover{background:linear-gradient(#04040f 0%,#07071a 35%,#0a0a22 65%,#0d0d28 100%)}[data-theme=light] .profile-cover,.light .profile-cover{background:linear-gradient(#1a6fa8 0%,#2d8fd4 20%,#5cb3e8 45%,#89ccf2 65%,#b8e0f7 82%,#d8eef8 100%)}[data-theme=dark] .profile-cover-pattern,.dark .profile-cover-pattern,[data-theme=light] .profile-cover-pattern,.light .profile-cover-pattern,.profile-cover-orb{display:none}.profile-cover:before{content:"";pointer-events:none;z-index:3;background:linear-gradient(90deg,#0000,#ffffff0d,#0000);width:55%;height:100%;animation:5s ease-in-out infinite shimmerSlide;position:absolute;top:0;left:0}[data-theme=dark] .profile-cover:after,.dark .profile-cover:after{content:"";z-index:1;background:radial-gradient(at 65% 40%,#28196459 0%,#0000 60%),radial-gradient(at 20% 85%,#0a053273 0%,#0000 55%);position:absolute;inset:0}[data-theme=light] .profile-cover:after,.light .profile-cover:after{content:"";z-index:1;background:radial-gradient(at 25% 30%,#ffe6784d 0%,#0000 50%),radial-gradient(at 80% 80%,#64beff2e 0%,#0000 50%);animation:7s ease-in-out infinite skyShimmer;position:absolute;inset:0}.profile-cover-stars{z-index:2;position:absolute;inset:0}.profile-cover-star{animation:starTwinkle var(--duration,3s)ease-in-out infinite;animation-delay:var(--delay,0s);background:#fff;border-radius:50%;position:absolute}.profile-cover-shooting-star{z-index:3;background:linear-gradient(90deg,#0000,#fffffff2,#c8dcff80);border-radius:2px;width:0;height:1.5px;animation:7s ease-in-out 1.5s infinite shootingStar;position:absolute;top:22%;left:5%}.profile-cover-moon{z-index:4;width:36px;height:36px;animation:4s ease-in-out infinite moonGlow;position:absolute;top:18px;left:30px}.profile-cover-moon-circle{background:linear-gradient(135deg,#eef0ff,#c8cdf5,#a0a8e8);border-radius:50%;width:36px;height:36px;position:relative;box-shadow:0 0 18px #b4beff73,0 0 40px #b4beff2e,inset -4px -2px 8px #505ab433}.profile-cover-moon-crater{background:#3c46a02e;border:1px solid #646ec81a;border-radius:50%;position:absolute}.profile-cover-sun{z-index:4;width:70px;height:70px;animation:5s ease-in-out infinite sunFloat;position:absolute;top:8px;left:22px}.profile-cover-sun-core{background:radial-gradient(circle at 38% 38%,#fff5b0,#ffe033,#ffbf00,#ff9500);border-radius:50%;width:50px;height:50px;animation:3.5s ease-in-out infinite sunPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.profile-cover-sun-ray{transform-origin:bottom;background:linear-gradient(#0000,#ffe65033,#ffb900d9);border-radius:3px;width:4px;animation:3.5s ease-in-out infinite sunRayPulse;position:absolute;top:50%;left:50%}.profile-cover-cloud{z-index:3;animation:linear infinite cloudDrift;position:absolute}.profile-cover-cloud-body{background:#ffffffd1;border-radius:50px;position:relative;box-shadow:0 3px 12px #0050a014,inset 0 1px 3px #ffffffe6}.profile-cover-cloud-puff{background:#ffffffd9;border-radius:50%;position:absolute}.profile-avatar-section{z-index:5;flex-direction:column;align-items:center;margin-top:-54px;padding:0 2rem 1rem;display:flex;position:relative;transform:translateZ(0)}.profile-avatar-wrapper{margin-bottom:1rem;position:relative}.profile-avatar{color:#000;z-index:2;background:linear-gradient(145deg,#f5d060,#d4af37,#b8940c);border-radius:50%;justify-content:center;align-items:center;width:98px;height:98px;font-size:2.4rem;font-weight:900;display:flex;position:relative;overflow:hidden}[data-theme=dark] .profile-avatar,.dark .profile-avatar{border:4px solid #111114;box-shadow:0 0 0 2px #d4af3752,0 12px 40px #d4af3747,0 4px 15px #00000080}[data-theme=light] .profile-avatar,.light .profile-avatar{border:4px solid #f8f8fa;box-shadow:0 0 0 2px #d4af3759,0 12px 40px #b4780026,0 4px 15px #00000014}.profile-avatar-shine{background:linear-gradient(45deg,#0000 30%,#ffffff47 50%,#0000 70%) 0 0/200% 100%;animation:4.5s ease-in-out infinite avatarShimmer;position:absolute;inset:0}.profile-avatar-badge{z-index:4;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;animation:.6s cubic-bezier(.34,1.56,.64,1) .4s both badgePop;display:flex;position:absolute;bottom:2px;right:0}[data-theme=dark] .profile-avatar-badge,.dark .profile-avatar-badge{background:#111114;border:2px solid #d4af37;box-shadow:0 2px 10px #d4af374d}[data-theme=light] .profile-avatar-badge,.light .profile-avatar-badge{background:#f8f8fa;border:2px solid #d4af37;box-shadow:0 2px 10px #b478002e}.profile-avatar-badge svg{color:#d4af37;width:15px;height:15px}.profile-avatar-ring{z-index:1;border:2px solid #d4af372e;border-radius:50%;animation:3s ease-in-out infinite ringPulse;position:absolute;inset:-8px}.profile-avatar-ring-2{z-index:1;border:1px solid #d4af3714;border-radius:50%;animation:3s ease-in-out -1.5s infinite ringPulse2;position:absolute;inset:-16px}.profile-name{text-align:center;background:linear-gradient(135deg,#f5d060,#d4af37,#b8940c);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:1.45rem;font-weight:900;line-height:1.2}.profile-role-badge{color:#d4af37;letter-spacing:.5px;border:1px solid #d4af3733;border-radius:50px;align-items:center;gap:5px;margin-bottom:.25rem;padding:5px 16px;font-size:.62rem;font-weight:800;display:inline-flex}[data-theme=dark] .profile-role-badge,.dark .profile-role-badge{background:#d4af3712}[data-theme=light] .profile-role-badge,.light .profile-role-badge{background:#d4af3714}.profile-role-badge svg{color:#d4af37}.profile-section-divider{height:1px;margin:1rem 1.5rem}[data-theme=dark] .profile-section-divider,.dark .profile-section-divider{background:linear-gradient(90deg,#0000,#ffffff0d,#0000)}[data-theme=light] .profile-section-divider,.light .profile-section-divider{background:linear-gradient(90deg,#0000,#9696be24,#0000)}.profile-menu{z-index:1;flex-direction:column;gap:2px;padding:0 1.25rem;display:flex;position:relative;transform:translateZ(0)}.profile-menu-section-title{letter-spacing:2px;text-transform:uppercase;padding:.5rem .85rem .35rem;font-size:.58rem;font-weight:900}.profile-menu-item{cursor:pointer;text-align:right;background:0 0;border:1px solid #0000;border-radius:18px;align-items:center;gap:12px;width:100%;padding:.7rem .85rem;font-family:Vazirmatn,sans-serif;transition:all .3s;display:flex;position:relative;overflow:hidden}.profile-menu-item:active{transform:scale(.99)}.profile-menu-item-icon{border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .35s cubic-bezier(.34,1.56,.64,1);display:flex}[data-theme=dark] .profile-menu-item-icon,.dark .profile-menu-item-icon{background:#d4af3712;border:1px solid #d4af3717}[data-theme=light] .profile-menu-item-icon,.light .profile-menu-item-icon{background:#d4af3717;border:1px solid #c8a0001f}.profile-menu-item:hover .profile-menu-item-icon{transform:scale(1.08)rotate(-3deg)}[data-theme=dark] .profile-menu-item:hover .profile-menu-item-icon,.dark .profile-menu-item:hover .profile-menu-item-icon{background:#d4af371f;box-shadow:0 4px 15px #d4af371a}[data-theme=light] .profile-menu-item:hover .profile-menu-item-icon,.light .profile-menu-item:hover .profile-menu-item-icon{background:#d4af3729;box-shadow:0 4px 15px #b48c001a}.profile-menu-item-icon svg{color:#d4af37;width:18px;height:18px}.profile-menu-item-content{flex:1;min-width:0}.profile-menu-item-title{font-size:.8rem;font-weight:700;transition:color .3s}.profile-menu-item:hover .profile-menu-item-title{color:#c49a20!important}.profile-menu-item-desc{margin-top:2px;font-size:.58rem}.profile-menu-item-arrow{flex-shrink:0;transition:all .3s}[data-theme=dark] .profile-menu-item-arrow,.dark .profile-menu-item-arrow{color:#ffffff24}[data-theme=light] .profile-menu-item-arrow,.light .profile-menu-item-arrow{color:#64648c40}.profile-menu-item:hover .profile-menu-item-arrow{transform:translate(-5px);color:#d4af37!important}.profile-menu-item-arrow svg{width:15px;height:15px}.profile-theme-toggle-section{padding:.75rem 1.25rem 0}.profile-theme-toggle{cursor:pointer;border:none;border-radius:18px;justify-content:space-between;align-items:center;width:100%;padding:.75rem 1rem;font-family:Vazirmatn,sans-serif;transition:all .35s;display:flex;position:relative;overflow:hidden}[data-theme=dark] .profile-theme-toggle,.dark .profile-theme-toggle{background:#d4af370a;border:1px solid #d4af3714}[data-theme=light] .profile-theme-toggle,.light .profile-theme-toggle{background:#7878960a;border:1px solid #9696b41f}.profile-theme-toggle-left{align-items:center;gap:10px;display:flex}.profile-theme-toggle-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:all .35s cubic-bezier(.34,1.56,.64,1);display:flex}[data-theme=dark] .profile-theme-toggle-icon,.dark .profile-theme-toggle-icon{color:#d4af37;background:#d4af3714;border:1px solid #d4af371a}[data-theme=light] .profile-theme-toggle-icon,.light .profile-theme-toggle-icon{color:#5b8bff;background:#6387ff14;border:1px solid #6387ff1f}.profile-theme-toggle:hover .profile-theme-toggle-icon{transform:scale(1.08)rotate(-5deg)}[data-theme=dark] .profile-theme-toggle:hover .profile-theme-toggle-icon,.dark .profile-theme-toggle:hover .profile-theme-toggle-icon{background:#d4af3724;box-shadow:0 4px 15px #d4af371f}[data-theme=light] .profile-theme-toggle:hover .profile-theme-toggle-icon,.light .profile-theme-toggle:hover .profile-theme-toggle-icon{background:#6387ff24;box-shadow:0 4px 15px #6387ff26}.profile-theme-toggle-texts{flex-direction:column;align-items:flex-start;gap:2px;display:flex}.profile-theme-toggle-title{font-size:.78rem;font-weight:700;transition:color .3s}.profile-theme-toggle:hover .profile-theme-toggle-title{color:#d4af37!important}.profile-theme-toggle-subtitle{font-size:.58rem}.profile-theme-toggle-track{border-radius:40px;flex-shrink:0;align-items:center;width:46px;height:26px;padding:3px;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:flex}.profile-theme-toggle-track.dark{background:linear-gradient(135deg,#d4af3747,#d4af371f);justify-content:flex-start}.profile-theme-toggle-track.light{background:linear-gradient(135deg,#6387ff38,#6387ff1a);justify-content:flex-end}.profile-theme-toggle-thumb{border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:flex;box-shadow:0 2px 8px #0000004d}.profile-theme-toggle-thumb.dark{background:linear-gradient(145deg,#f5c842,#d4af37)}.profile-theme-toggle-thumb.light{background:linear-gradient(145deg,#6b9fff,#3b6fe0)}.profile-theme-toggle-thumb svg{color:#fff}.profile-theme-toggle-thumb.dark svg{color:#000}.profile-logout-section{padding:.65rem 1.25rem .5rem}.profile-logout-btn{cursor:pointer;background:#ef44440a;border:1px solid #ef44441a;border-radius:16px;justify-content:center;align-items:center;gap:9px;width:100%;padding:.82rem;font-family:Vazirmatn,sans-serif;transition:all .35s;display:flex;position:relative;overflow:hidden}.profile-logout-btn:hover{background:#ef444414;transform:translateY(-2px);box-shadow:0 6px 20px #ef444417;border-color:#ef444447!important}.profile-logout-btn:active{transform:translateY(0)}.profile-logout-btn svg{color:#f87171;width:17px;height:17px}.profile-logout-btn span{color:#f87171;font-size:.8rem;font-weight:800}.profile-footer{text-align:center;padding:.75rem 1.5rem 1.75rem;position:relative;transform:translateZ(0)}.profile-footer:before{content:"";width:60%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}[data-theme=dark] .profile-footer:before,.dark .profile-footer:before{background:linear-gradient(90deg,#0000,#d4af3714,#0000)}[data-theme=light] .profile-footer:before,.light .profile-footer:before{background:linear-gradient(90deg,#0000,#9696be2e,#0000)}.profile-footer-logo{align-items:center;gap:6px;margin-bottom:5px;display:inline-flex}.profile-footer-logo-icon{background:linear-gradient(145deg,#f5d060,#d4af37);border-radius:6px;justify-content:center;align-items:center;width:20px;height:20px;display:flex;box-shadow:0 2px 8px #d4af374d}.profile-footer-logo-icon svg{color:#000;width:11px;height:11px}.profile-footer-logo>span:not(.profile-footer-version){color:#d4af37;font-size:.72rem;font-weight:900}.profile-footer-version{border-radius:5px;margin-right:2px;padding:2px 7px;font-size:.5rem!important;font-weight:600!important}[data-theme=dark] .profile-footer-version,.dark .profile-footer-version{background:#ffffff0a;color:#fff3!important}[data-theme=light] .profile-footer-version,.light .profile-footer-version{background:#7878a00f;color:#50506e52!important}.profile-footer p{font-size:.53rem}[data-theme=dark] .profile-footer p,.dark .profile-footer p{color:#ffffff29}[data-theme=light] .profile-footer p,.light .profile-footer p{color:#46466461}@media (max-width:480px){.profile-modal{border-radius:28px;max-width:100%;max-height:95vh}.profile-cover{height:115px}.profile-avatar{width:88px;height:88px;font-size:2rem}.profile-avatar-section{margin-top:-48px}.profile-name{font-size:1.25rem}.profile-cover-moon{top:14px;left:18px}.profile-cover-sun{top:6px;left:14px}}.light .profile-menu-item-title,.light .profile-theme-toggle-title,.light .profile-name{color:#111!important}.light .profile-menu-item-desc,.light .profile-theme-toggle-subtitle{color:#000000a6!important}.profile-edit-btn{cursor:pointer;z-index:4;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:all .3s cubic-bezier(.34,1.56,.64,1);animation:.6s cubic-bezier(.34,1.56,.64,1) .5s both badgePop;display:flex;position:absolute;bottom:2px;left:0}[data-theme=dark] .profile-edit-btn,.dark .profile-edit-btn{color:#d4af37;background:#111114;border:2px solid #d4af378c;box-shadow:0 2px 10px #d4af3740}[data-theme=light] .profile-edit-btn,.light .profile-edit-btn{color:#b8940c;background:#f8f8fa;border:2px solid #d4af378c;box-shadow:0 2px 10px #b4820026}.profile-edit-btn:hover{transform:scale(1.15)rotate(-8deg);border-color:#d4af37!important;box-shadow:0 4px 18px #d4af3766!important}.profile-role-value{align-items:center;gap:4px;display:inline-flex}@keyframes upgradeBannerIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes upgradePulse{0%,to{box-shadow:0 0 #cd7f3240}50%{box-shadow:0 0 0 6px #cd7f3200}}.profile-upgrade-banner{border:1px solid #cd7f3240;border-radius:18px;align-items:center;gap:10px;margin:.6rem 1.25rem 0;padding:.85rem 1rem;animation:.4s upgradeBannerIn;display:flex;position:relative;overflow:hidden}[data-theme=dark] .profile-upgrade-banner,.dark .profile-upgrade-banner{background:linear-gradient(135deg,#cd7f3214 0%,#cd7f320a 100%)}[data-theme=light] .profile-upgrade-banner,.light .profile-upgrade-banner{background:linear-gradient(135deg,#cd7f3214 0%,#ffdcb41a 100%)}.profile-upgrade-banner:before{content:"";background:linear-gradient(90deg,#0000,#cd7f3280,#0000);width:80%;height:1px;position:absolute;top:0;left:10%}.profile-upgrade-banner-icon{filter:drop-shadow(0 2px 6px #cd7f3266);flex-shrink:0;font-size:1.6rem;line-height:1}.profile-upgrade-banner-desc{color:#cd7f32;margin:0;font-size:.6rem;font-weight:600;line-height:1.5}.profile-upgrade-banner-btn{color:#cd7f32;cursor:pointer;white-space:nowrap;background:#cd7f321f;border:1px solid #cd7f3259;border-radius:12px;flex-shrink:0;padding:.45rem .85rem;font-family:Vazirmatn,sans-serif;font-size:.62rem;font-weight:800;transition:all .3s cubic-bezier(.34,1.56,.64,1);animation:2.5s ease-in-out infinite upgradePulse}.profile-upgrade-banner-btn:hover{background:#cd7f3238;border-color:#cd7f328c;animation:none;transform:translateY(-2px)scale(1.03);box-shadow:0 4px 16px #cd7f3240}[data-theme=dark] .profile-name,.dark .profile-name{background:0 0;-webkit-background-clip:unset;-webkit-text-fill-color:unset;background-clip:unset;color:#fff}[data-theme=light] .profile-name,.light .profile-name{background:0 0;-webkit-background-clip:unset;-webkit-text-fill-color:unset;background-clip:unset;color:#1a1a2e}[data-theme=dark] .profile-role-badge,.dark .profile-role-badge{color:#fff9;background:#ffffff0a;border-color:#ffffff1a}[data-theme=light] .profile-role-badge,.light .profile-role-badge{color:#1e1e3ca6;background:#1e1e3c0a;border-color:#1e1e3c1a}[data-theme=dark] .profile-role-badge svg,.dark .profile-role-badge svg{color:#ffffff80}[data-theme=light] .profile-role-badge svg,.light .profile-role-badge svg{color:#1e1e3c80}[data-theme=dark] .profile-menu-item-title,.dark .profile-menu-item-title{color:#ffffffd1}[data-theme=light] .profile-menu-item-title,.light .profile-menu-item-title{color:#191932e0}[data-theme=dark] .profile-menu-item:hover .profile-menu-item-title,.dark .profile-menu-item:hover .profile-menu-item-title{color:#fff!important}[data-theme=light] .profile-menu-item:hover .profile-menu-item-title,.light .profile-menu-item:hover .profile-menu-item-title{color:#1a1a2e!important}[data-theme=dark] .profile-menu-item-desc,.dark .profile-menu-item-desc{color:#ffffff4d}[data-theme=light] .profile-menu-item-desc,.light .profile-menu-item-desc{color:#1919328c}[data-theme=dark] .profile-menu-item-icon svg,.dark .profile-menu-item-icon svg{color:#ffffff8c}[data-theme=light] .profile-menu-item-icon svg,.light .profile-menu-item-icon svg{color:#1e1e3c8c}[data-theme=dark] .profile-menu-item:hover .profile-menu-item-icon svg,.dark .profile-menu-item:hover .profile-menu-item-icon svg{color:#fff}[data-theme=light] .profile-menu-item:hover .profile-menu-item-icon svg,.light .profile-menu-item:hover .profile-menu-item-icon svg{color:#1a1a2e}[data-theme=dark] .profile-menu-item:hover .profile-menu-item-icon,.dark .profile-menu-item:hover .profile-menu-item-icon{background:#ffffff14;border-color:#ffffff1a;box-shadow:0 4px 15px #ffffff0a}[data-theme=light] .profile-menu-item:hover .profile-menu-item-icon,.light .profile-menu-item:hover .profile-menu-item-icon{background:#1e1e3c12;border-color:#1e1e3c1a;box-shadow:0 4px 15px #1e1e3c0d}[data-theme=dark] .profile-menu-item:hover .profile-menu-item-arrow,.dark .profile-menu-item:hover .profile-menu-item-arrow{color:#fff9!important}[data-theme=light] .profile-menu-item:hover .profile-menu-item-arrow,.light .profile-menu-item:hover .profile-menu-item-arrow{color:#19193299!important}[data-theme=dark] .profile-theme-toggle-title,.dark .profile-theme-toggle-title{color:#ffffffc7}[data-theme=light] .profile-theme-toggle-title,.light .profile-theme-toggle-title{color:#191932d1}[data-theme=dark] .profile-theme-toggle:hover .profile-theme-toggle-title,.dark .profile-theme-toggle:hover .profile-theme-toggle-title{color:#fff!important}[data-theme=light] .profile-theme-toggle:hover .profile-theme-toggle-title,.light .profile-theme-toggle:hover .profile-theme-toggle-title{color:#1a1a2e!important}[data-theme=dark] .profile-theme-toggle-subtitle,.dark .profile-theme-toggle-subtitle{color:#ffffff52}[data-theme=light] .profile-theme-toggle-subtitle,.light .profile-theme-toggle-subtitle{color:#19193273}[data-theme=dark] .profile-theme-toggle-icon,.dark .profile-theme-toggle-icon{color:#ffffffb3;background:#ffffff0f;border-color:#ffffff14}[data-theme=dark] .profile-footer-logo>span:not(.profile-footer-version),.dark .profile-footer-logo>span:not(.profile-footer-version){color:#ffffff8c}[data-theme=light] .profile-footer-logo>span:not(.profile-footer-version),.light .profile-footer-logo>span:not(.profile-footer-version){color:#19193299}[data-theme=dark] .profile-upgrade-banner-title,.dark .profile-upgrade-banner-title{color:#ffffffd1}[data-theme=light] .profile-upgrade-banner-title,.light .profile-upgrade-banner-title{color:#191932e0}[data-theme=dark] .profile-menu-section-title,.dark .profile-menu-section-title{color:#ffffff38}[data-theme=light] .profile-menu-section-title,.light .profile-menu-section-title{color:#19193266}[data-theme=dark] .profile-theme-toggle:hover,.dark .profile-theme-toggle:hover{background:#ffffff0a;border-color:#ffffff14}[data-theme=light] .profile-theme-toggle:hover,.light .profile-theme-toggle:hover{background:#1919320a;border-color:#19193214}[data-theme=dark] .profile-menu-item:hover,.dark .profile-menu-item:hover{background:#ffffff08;border-color:#ffffff0f}[data-theme=light] .profile-menu-item:hover,.light .profile-menu-item:hover{background:#1919320a;border-color:#19193214}@keyframes upgradePulseBronze{0%,to{box-shadow:0 0 #cd7f324d}50%{box-shadow:0 0 0 6px #cd7f3200}}@keyframes upgradePulseSilver{0%,to{box-shadow:0 0 #64a0f059}50%{box-shadow:0 0 0 7px #64a0f000}}@keyframes silverGlowPulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.profile-upgrade-banner{border-radius:18px;align-items:center;gap:10px;margin:.6rem 1.25rem 0;padding:.85rem 1rem;animation:.4s upgradeBannerIn;display:flex;position:relative;overflow:hidden}.profile-upgrade-banner:before{content:"";width:80%;height:1px;position:absolute;top:0;left:10%}.profile-upgrade-banner-icon{flex-shrink:0;font-size:1.6rem;line-height:1}.profile-upgrade-banner-content{flex:1;min-width:0}.profile-upgrade-banner-title{margin:0 0 2px;font-size:.68rem;font-weight:800;line-height:1.4}.profile-upgrade-banner-desc{margin:0;font-size:.6rem;font-weight:600;line-height:1.5}.profile-upgrade-banner-btn{cursor:pointer;white-space:nowrap;border-radius:12px;flex-shrink:0;padding:.45rem .85rem;font-family:Vazirmatn,sans-serif;font-size:.62rem;font-weight:800;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.profile-upgrade-banner-btn:active{transform:translateY(0)scale(.98)!important}.profile-upgrade-banner-glow{display:none}.profile-upgrade-banner.bronze{border:1px solid #cd7f3240}.profile-upgrade-banner.bronze:before{background:linear-gradient(90deg,#0000,#cd7f3280,#0000)}.profile-upgrade-banner.bronze .profile-upgrade-banner-icon{filter:drop-shadow(0 2px 6px #cd7f3266)}.profile-upgrade-banner.bronze .profile-upgrade-banner-desc{color:#cd7f32}.profile-upgrade-banner.bronze .profile-upgrade-banner-btn{color:#cd7f32;background:#cd7f321f;border:1px solid #cd7f3259;animation:2.5s ease-in-out infinite upgradePulseBronze}.profile-upgrade-banner.bronze .profile-upgrade-banner-btn:hover{background:#cd7f3238;border-color:#cd7f328c;animation:none;transform:translateY(-2px)scale(1.03);box-shadow:0 4px 16px #cd7f3240}[data-theme=dark] .profile-upgrade-banner.bronze,.dark .profile-upgrade-banner.bronze{background:linear-gradient(135deg,#cd7f3214 0%,#cd7f320a 100%)}[data-theme=light] .profile-upgrade-banner.bronze,.light .profile-upgrade-banner.bronze{background:linear-gradient(135deg,#cd7f3214 0%,#ffdcb41a 100%)}.profile-upgrade-banner.silver{border:1px solid #6496dc4d;padding:.9rem 1rem}.profile-upgrade-banner.silver:before{background:linear-gradient(90deg,#0000,#64a0f08c,#0000)}.profile-upgrade-banner.silver .profile-upgrade-banner-glow{pointer-events:none;z-index:0;border-radius:50%;width:90px;height:90px;animation:3s ease-in-out infinite silverGlowPulse;display:block;position:absolute;top:-25px;right:-25px}.profile-upgrade-banner.silver .profile-upgrade-banner-icon{filter:drop-shadow(0 2px 10px #6496e680);z-index:1;font-size:1.7rem;position:relative}.profile-upgrade-banner.silver .profile-upgrade-banner-content{z-index:1;position:relative}.profile-upgrade-banner.silver .profile-upgrade-banner-btn{z-index:1;animation:2.5s ease-in-out infinite upgradePulseSilver;position:relative;overflow:hidden}.profile-upgrade-banner.silver .profile-upgrade-banner-btn:hover{animation:none;transform:translateY(-2px)scale(1.03)}[data-theme=dark] .profile-upgrade-banner.silver,.dark .profile-upgrade-banner.silver{background:linear-gradient(135deg,#3c64b41f 0%,#5078c80f 50%,#648cdc1a 100%);border-color:#6496dc40}[data-theme=dark] .profile-upgrade-banner.silver .profile-upgrade-banner-glow,.dark .profile-upgrade-banner.silver .profile-upgrade-banner-glow{background:radial-gradient(circle,#5082dc33 0%,#0000 70%)}[data-theme=dark] .profile-upgrade-banner.silver .profile-upgrade-banner-title,.dark .profile-upgrade-banner.silver .profile-upgrade-banner-title{color:#b4d2ffeb}[data-theme=dark] .profile-upgrade-banner.silver .profile-upgrade-banner-desc,.dark .profile-upgrade-banner.silver .profile-upgrade-banner-desc{color:#78aaf0cc}[data-theme=dark] .profile-upgrade-banner.silver .profile-upgrade-banner-btn,.dark .profile-upgrade-banner.silver .profile-upgrade-banner-btn{color:#fff;background:linear-gradient(135deg,#4678d273,#6496f059);border:1px solid #6496e673;box-shadow:0 2px 14px #4678d240,inset 0 1px #ffffff1a}[data-theme=dark] .profile-upgrade-banner.silver .profile-upgrade-banner-btn:hover,.dark .profile-upgrade-banner.silver .profile-upgrade-banner-btn:hover{background:linear-gradient(135deg,#4678d299,#6496f080);border-color:#6496e6a6;box-shadow:0 6px 28px #4678d259,inset 0 1px #ffffff26}[data-theme=light] .profile-upgrade-banner.silver,.light .profile-upgrade-banner.silver{background:linear-gradient(135deg,#3264b412 0%,#4678c80a 50%,#5a8cdc0f 100%);border-color:#4678c833}[data-theme=light] .profile-upgrade-banner.silver .profile-upgrade-banner-glow,.light .profile-upgrade-banner.silver .profile-upgrade-banner-glow{background:radial-gradient(circle,#3c6ec81f 0%,#0000 70%)}[data-theme=light] .profile-upgrade-banner.silver .profile-upgrade-banner-title,.light .profile-upgrade-banner.silver .profile-upgrade-banner-title{color:#1e3764e6}[data-theme=light] .profile-upgrade-banner.silver .profile-upgrade-banner-desc,.light .profile-upgrade-banner.silver .profile-upgrade-banner-desc{color:#325aa0d1}[data-theme=light] .profile-upgrade-banner.silver .profile-upgrade-banner-btn,.light .profile-upgrade-banner.silver .profile-upgrade-banner-btn{color:#fff;background:linear-gradient(135deg,#2855aae0,#3c6ec8c7);border:1px solid #2855aa80;box-shadow:0 2px 14px #2855aa33,inset 0 1px #ffffff38}[data-theme=light] .profile-upgrade-banner.silver .profile-upgrade-banner-btn:hover,.light .profile-upgrade-banner.silver .profile-upgrade-banner-btn:hover{background:linear-gradient(135deg,#2855aaf2,#3c6ec8e6);border-color:#2855aab3;box-shadow:0 6px 28px #2855aa47,inset 0 1px #ffffff47}@media (max-width:767px){.profile-overlay{padding:.5rem}.profile-modal{border-radius:26px;max-width:100%;max-height:94vh}.profile-cover{height:100px}.profile-avatar{width:80px;height:80px;font-size:1.9rem}.profile-avatar-section{margin-top:-44px;padding:0 1.25rem .5rem}.profile-avatar-wrapper{margin-bottom:.6rem}.profile-name{margin-bottom:.3rem;font-size:1.2rem}.profile-role-badge{padding:3px 12px;font-size:.56rem}.profile-section-divider{margin:.5rem 1rem}.profile-menu{gap:1px;padding:0 .9rem}.profile-menu-section-title{letter-spacing:1.5px;padding:.3rem .7rem .2rem;font-size:.52rem}.profile-menu-item{border-radius:14px;gap:9px;padding:.5rem .65rem}.profile-menu-item-icon{border-radius:11px;width:34px;height:34px}.profile-menu-item-icon svg{width:15px;height:15px}.profile-menu-item-title{font-size:.72rem}.profile-menu-item-desc{margin-top:1px;font-size:.52rem}.profile-menu-item-arrow svg{width:13px;height:13px}.profile-theme-toggle-section{padding:.4rem .9rem 0}.profile-theme-toggle{border-radius:14px;padding:.5rem .75rem}.profile-theme-toggle-left{gap:8px}.profile-theme-toggle-icon{border-radius:10px;width:32px;height:32px}.profile-theme-toggle-icon svg{width:14px;height:14px}.profile-theme-toggle-title{font-size:.68rem}.profile-theme-toggle-subtitle{font-size:.5rem}.profile-theme-toggle-track{width:40px;height:22px}.profile-theme-toggle-thumb{width:16px;height:16px}.profile-theme-toggle-thumb svg{width:9px;height:9px}.profile-logout-section{padding:.4rem .9rem .3rem}.profile-logout-btn{border-radius:13px;gap:7px;padding:.6rem}.profile-logout-btn svg{width:14px;height:14px}.profile-logout-btn span{font-size:.72rem}.profile-footer{padding:.4rem 1rem 1.1rem}.profile-footer-logo-icon{width:17px;height:17px}.profile-footer-logo-icon svg{width:10px;height:10px}.profile-footer-logo>span:not(.profile-footer-version){font-size:.64rem}.profile-footer-version{padding:2px 5px;font-size:.44rem!important}.profile-upgrade-banner{border-radius:14px;gap:8px;margin:.35rem .9rem 0;padding:.6rem .8rem}.profile-upgrade-banner-icon{font-size:1.3rem}.profile-upgrade-banner-title{font-size:.6rem}.profile-upgrade-banner-desc{font-size:.53rem}.profile-upgrade-banner-btn{border-radius:10px;padding:.35rem .65rem;font-size:.56rem}.profile-avatar-badge{width:25px;height:25px}.profile-avatar-badge svg{width:12px;height:12px}.profile-edit-btn{width:25px;height:25px}.profile-avatar-ring{inset:-6px}.profile-avatar-ring-2{inset:-12px}.profile-cover-moon{top:12px;left:18px}.profile-cover-moon-circle{width:30px;height:30px}.profile-cover-sun{width:55px;height:55px;top:4px;left:14px}.profile-cover-sun-core{width:38px;height:38px}}@media (max-width:479px){.profile-overlay{padding:.35rem}.profile-modal{border-radius:24px;max-height:95vh}.profile-modal-header{top:.85rem;left:.85rem;right:.85rem}.profile-close{width:34px;height:34px}.profile-close svg{width:14px;height:14px}.profile-cover{height:88px}.profile-avatar-section{margin-top:-40px;padding:0 1rem .4rem}.profile-avatar{width:72px;height:72px;font-size:1.7rem}.profile-avatar-wrapper{margin-bottom:.5rem}.profile-avatar-badge{width:23px;height:23px}.profile-avatar-badge svg{width:11px;height:11px}.profile-edit-btn{width:23px;height:23px}.profile-edit-btn svg{width:10px!important;height:10px!important}.profile-avatar-ring{inset:-5px}.profile-avatar-ring-2{inset:-10px}.profile-name{margin-bottom:.25rem;font-size:1.08rem}.profile-role-badge{gap:3px;padding:3px 11px;font-size:.54rem}.profile-section-divider{margin:.4rem .85rem}.profile-menu{padding:0 .75rem}.profile-menu-section-title{letter-spacing:1.2px;padding:.25rem .6rem .15rem;font-size:.5rem}.profile-menu-item{border-radius:13px;gap:8px;padding:.42rem .58rem}.profile-menu-item-icon{border-radius:10px;width:32px;height:32px}.profile-menu-item-icon svg{width:14px;height:14px}.profile-menu-item-title{font-size:.68rem}.profile-menu-item-desc{margin-top:1px;font-size:.5rem}.profile-menu-item-arrow svg{width:12px;height:12px}.profile-theme-toggle-section{padding:.3rem .75rem 0}.profile-theme-toggle{border-radius:13px;padding:.45rem .65rem}.profile-theme-toggle-left{gap:7px}.profile-theme-toggle-icon{border-radius:9px;width:30px;height:30px}.profile-theme-toggle-icon svg{width:13px;height:13px}.profile-theme-toggle-title{font-size:.64rem}.profile-theme-toggle-subtitle{font-size:.48rem}.profile-theme-toggle-track{width:38px;height:21px}.profile-theme-toggle-thumb{width:15px;height:15px}.profile-theme-toggle-thumb svg{width:8px;height:8px}.profile-logout-section{padding:.35rem .75rem .25rem}.profile-logout-btn{border-radius:12px;gap:6px;padding:.52rem}.profile-logout-btn svg{width:13px;height:13px}.profile-logout-btn span{font-size:.68rem}.profile-footer{padding:.3rem .75rem .9rem}.profile-footer-logo-icon{border-radius:5px;width:16px;height:16px}.profile-footer-logo-icon svg{width:9px;height:9px}.profile-footer-logo>span:not(.profile-footer-version){font-size:.6rem}.profile-footer-version{padding:1px 5px;font-size:.42rem!important}.profile-upgrade-banner{border-radius:13px;gap:7px;margin:.3rem .75rem 0;padding:.52rem .7rem}.profile-upgrade-banner-icon{font-size:1.2rem}.profile-upgrade-banner-title{font-size:.56rem}.profile-upgrade-banner-desc{font-size:.5rem}.profile-upgrade-banner-btn{border-radius:9px;padding:.3rem .58rem;font-size:.54rem}.profile-cover-moon{top:10px;left:14px}.profile-cover-moon-circle{width:26px;height:26px}.profile-cover-sun{width:48px;height:48px;top:3px;left:10px}.profile-cover-sun-core{width:34px;height:34px}}@media (max-width:359px){.profile-overlay{padding:.25rem}.profile-modal{border-radius:20px;max-height:96vh}.profile-modal-header{top:.7rem;left:.7rem;right:.7rem}.profile-close{width:30px;height:30px}.profile-close svg{width:13px;height:13px}.profile-cover{height:75px}.profile-avatar-section{margin-top:-36px;padding:0 .7rem .35rem}.profile-avatar{width:64px;height:64px;font-size:1.5rem;border-width:3px!important}.profile-avatar-wrapper{margin-bottom:.4rem}.profile-avatar-badge{width:21px;height:21px;bottom:0;right:-2px}.profile-avatar-badge svg{width:10px;height:10px}.profile-edit-btn{width:21px;height:21px;bottom:0;left:-2px}.profile-edit-btn svg{width:9px!important;height:9px!important}.profile-avatar-ring{border-width:1.5px;inset:-4px}.profile-avatar-ring-2{inset:-8px}.profile-name{margin-bottom:.2rem;font-size:.95rem}.profile-role-badge{gap:3px;padding:2px 9px;font-size:.5rem}.profile-section-divider{margin:.35rem .6rem}.profile-menu{padding:0 .55rem}.profile-menu-section-title{letter-spacing:1px;padding:.2rem .5rem .12rem;font-size:.46rem}.profile-menu-item{border-radius:11px;gap:6px;padding:.38rem .48rem}.profile-menu-item-icon{border-radius:8px;width:28px;height:28px}.profile-menu-item-icon svg{width:13px;height:13px}.profile-menu-item-title{font-size:.62rem}.profile-menu-item-desc{margin-top:0;font-size:.46rem}.profile-menu-item-arrow svg{width:11px;height:11px}.profile-theme-toggle-section{padding:.25rem .55rem 0}.profile-theme-toggle{border-radius:11px;padding:.38rem .55rem}.profile-theme-toggle-left{gap:6px}.profile-theme-toggle-icon{border-radius:8px;width:26px;height:26px}.profile-theme-toggle-icon svg{width:12px;height:12px}.profile-theme-toggle-title{font-size:.58rem}.profile-theme-toggle-subtitle{font-size:.44rem}.profile-theme-toggle-track{width:34px;height:19px}.profile-theme-toggle-thumb{width:13px;height:13px}.profile-theme-toggle-thumb svg{width:8px;height:8px}.profile-logout-section{padding:.25rem .55rem .2rem}.profile-logout-btn{border-radius:10px;gap:5px;padding:.45rem}.profile-logout-btn svg{width:12px;height:12px}.profile-logout-btn span{font-size:.62rem}.profile-footer{padding:.25rem .55rem .8rem}.profile-footer-logo-icon{width:14px;height:14px}.profile-footer-logo-icon svg{width:8px;height:8px}.profile-footer-logo>span:not(.profile-footer-version){font-size:.55rem}.profile-footer-version{padding:1px 4px;font-size:.38rem!important}.profile-upgrade-banner{border-radius:11px;gap:6px;margin:.25rem .55rem 0;padding:.45rem .58rem}.profile-upgrade-banner-icon{font-size:1.05rem}.profile-upgrade-banner-title{font-size:.52rem}.profile-upgrade-banner-desc{font-size:.47rem}.profile-upgrade-banner-btn{border-radius:8px;padding:.25rem .5rem;font-size:.5rem}.profile-cover-moon{top:8px;left:10px}.profile-cover-moon-circle{width:22px;height:22px}.profile-cover-sun{width:42px;height:42px;top:2px;left:8px}.profile-cover-sun-core{width:30px;height:30px}}@media (max-height:500px) and (orientation:landscape){.profile-modal{border-radius:20px;max-height:98vh}.profile-cover{height:65px}.profile-avatar-section{margin-top:-32px}.profile-avatar{width:58px;height:58px;font-size:1.4rem}.profile-avatar-badge,.profile-edit-btn{width:20px;height:20px}.profile-name{font-size:.9rem}.profile-upgrade-banner{padding:.4rem .6rem}.profile-menu-item{padding:.38rem .55rem}.profile-section-divider{margin:.3rem .6rem}}@supports (padding-bottom:env(safe-area-inset-bottom)){.profile-modal{padding-bottom:env(safe-area-inset-bottom)}}@media (hover:none){.profile-menu-item:hover{background:0 0!important;border-color:#0000!important}.profile-menu-item:hover .profile-menu-item-icon{box-shadow:none!important;transform:none!important}.profile-menu-item:hover .profile-menu-item-title{color:inherit!important}.profile-menu-item:hover .profile-menu-item-arrow{color:inherit!important;transform:none!important}.profile-menu-item:active{transform:scale(.98)}.profile-menu-item:active .profile-menu-item-icon{transform:scale(1.05)}.profile-theme-toggle:hover{background:inherit!important;border-color:inherit!important}.profile-theme-toggle:hover .profile-theme-toggle-icon{box-shadow:none!important;transform:none!important}.profile-theme-toggle:hover .profile-theme-toggle-title{color:inherit!important}.profile-theme-toggle:active{transform:scale(.98)}.profile-close:hover{box-shadow:none!important;transform:none!important}.profile-close:active{transform:scale(.9)rotate(90deg)}.profile-logout-btn:hover{box-shadow:none!important;transform:none!important}.profile-logout-btn:active{transform:scale(.97)}.profile-upgrade-banner-btn:hover{box-shadow:none!important;transform:none!important}.profile-upgrade-banner-btn:active{transform:scale(.95)!important}.profile-edit-btn:hover{box-shadow:none!important;transform:none!important}.profile-edit-btn:active{transform:scale(1.1)rotate(-5deg)}}@media (prefers-reduced-motion:reduce){.profile-overlay,.profile-modal,.profile-avatar-shine,.profile-avatar-ring,.profile-avatar-ring-2,.profile-avatar-badge,.profile-edit-btn,.profile-cover-star,.profile-cover-shooting-star,.profile-cover-moon,.profile-cover-sun,.profile-cover-sun-ray,.profile-cover-cloud,.profile-upgrade-banner,.profile-upgrade-banner-btn{animation:none!important}.profile-menu-item,.profile-close,.profile-theme-toggle,.profile-logout-btn,.profile-upgrade-banner-btn,.profile-menu-item-icon,.profile-menu-item-arrow,.profile-theme-toggle-icon,.profile-theme-toggle-track,.profile-theme-toggle-thumb,.profile-edit-btn{transition:none!important}}.profile-menu-item-badge{color:#fff;vertical-align:middle;background:#ef4444;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;margin-inline-start:6px;padding:0 5px;font-size:.65rem;font-weight:800;display:inline-flex}
