.customer-login{box-sizing:border-box;background:radial-gradient(circle at 12% 8%,#ef444414,#0000 24%),radial-gradient(circle at 88% 88%,#7c3aed14,#0000 25%),linear-gradient(#f8fafc,#eef2f7);justify-content:center;align-items:center;width:100%;min-height:100vh;padding:24px;display:flex;position:relative;overflow:hidden}.customer-login__background{pointer-events:none;position:absolute;inset:0;overflow:hidden}.customer-login__orb{filter:blur(15px);opacity:.75;border-radius:50%;position:absolute}.customer-login__orb--one{background:radial-gradient(circle,#ef44441a,#0000 70%);width:270px;height:270px;top:-110px;left:-90px}.customer-login__orb--two{background:radial-gradient(circle,#7c3aed17,#0000 70%);width:300px;height:300px;top:24%;right:-100px}.customer-login__orb--three{background:radial-gradient(circle,#0ea5e914,#0000 70%);width:300px;height:300px;bottom:-140px;left:30%}.customer-login__phone{z-index:2;box-sizing:border-box;-webkit-backdrop-filter:blur(22px)saturate(145%);background:linear-gradient(145deg,#fffffff7,#f8fafdeb);border:1px solid #ffffffeb;border-radius:28px;width:min(100%,420px);padding:34px 30px 24px;animation:.45s cubic-bezier(.22,1,.36,1) customer-login-in;position:relative;box-shadow:0 30px 75px #0f172a1f,0 8px 24px #0f172a0d,inset 0 1px #fff}.customer-login__phone:before{content:"";background:linear-gradient(90deg,#ff3d3d,#ef4444,#dc2626);border-radius:0 0 999px 999px;width:76%;height:3px;position:absolute;top:0;left:12%;box-shadow:0 5px 15px #ef444438}.customer-login__brand{justify-content:center;margin:0 0 27px;display:flex}.customer-login__logo{object-fit:contain;width:auto;max-width:210px;height:58px;display:block}.customer-login__heading{text-align:center;margin:0 0 22px}.customer-login__heading>span{color:#ef4444;margin:0 0 5px;font-size:12px;font-weight:700;line-height:1;display:inline-block}.customer-login__heading h1{color:#111827;letter-spacing:-.035em;margin:0;font-size:24px;font-weight:800;line-height:1.25}.customer-login__heading p{color:#7b8796;max-width:320px;margin:9px auto 0;font-size:12px;font-weight:500;line-height:1.55}.customer-login__form{flex-direction:column;gap:14px;display:flex}.customer-login__field{flex-direction:column;gap:6px;display:flex}.customer-login__field label{color:#344054;font-size:12px;font-weight:700;line-height:1.2}.customer-login__input-wrap{box-sizing:border-box;color:#94a3b8;background:#ffffffe8;border:1px solid #dfe5ed;border-radius:13px;align-items:center;min-height:51px;padding:0 12px;transition:border-color .17s,box-shadow .17s,background .17s;display:flex;box-shadow:inset 0 1px 2px #0f172a05}.customer-login__input-wrap:focus-within{background:#fff;border-color:#fca5a5;box-shadow:0 0 0 4px #ef444414}.customer-login__input-wrap>svg{flex:none}.customer-login__input-wrap input{color:#111827;background:0 0;border:0;outline:0;width:100%;min-width:0;margin:0 8px;font-family:Hind Siliguri,sans-serif;font-size:14px;font-weight:500}.customer-login__input-wrap input::placeholder{color:#a6afbc}.customer-login__input-wrap input:disabled{opacity:.65}.customer-login__password-toggle{color:#94a3b8;cursor:pointer;background:0 0;border:0;border-radius:9px;flex:0 0 31px;place-items:center;width:31px;height:31px;padding:0;display:grid}.customer-login__password-toggle:hover:not(:disabled){color:#475569;background:#f8fafc}.customer-login__password-toggle:disabled{cursor:not-allowed;opacity:.45}.customer-login__message{border-radius:10px;padding:10px 12px;font-size:11px;font-weight:650;line-height:1.45}.customer-login__message--error{color:#b91c1c;background:#fff5f5;border:1px solid #fecaca}.customer-login__message--success{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0}.customer-login__submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ef4444,#dc2626);border:0;border-radius:13px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:51px;margin:2px 0 0;font-family:Hind Siliguri,sans-serif;font-size:14px;font-weight:700;transition:transform .17s,box-shadow .17s,filter .17s;display:flex;box-shadow:0 12px 24px #dc262633}.customer-login__submit:hover:not(:disabled){filter:brightness(1.02);transform:translateY(-1px);box-shadow:0 15px 28px #dc262640}.customer-login__submit:active:not(:disabled){transform:translateY(0)scale(.99)}.customer-login__submit:disabled{opacity:.65;cursor:not-allowed}.customer-login__register-area{justify-content:center;align-items:center;gap:5px;margin:1px 0 0;display:flex}.customer-login__register-area>span{color:#8b96a6;font-size:11px;font-weight:500}.customer-login__register-button{color:#dc2626;cursor:pointer;background:0 0;border:0;border-radius:6px;min-height:auto;padding:3px 4px;font-family:Hind Siliguri,sans-serif;font-size:11px;font-weight:700;transition:color .15s,background .15s}.customer-login__register-button:hover:not(:disabled){color:#b91c1c;background:#fff1f2}.customer-login__register-button:disabled{opacity:.45;cursor:not-allowed}.customer-login__footer{color:#a0a9b7;justify-content:center;margin:18px 0 0;font-size:9px;font-weight:600;display:flex}.customer-login__loader{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:17px;height:17px;animation:.7s linear infinite customer-login-spin}@keyframes customer-login-in{0%{opacity:0;transform:translateY(14px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes customer-login-spin{to{transform:rotate(360deg)}}@media (width<=520px){.customer-login{background:linear-gradient(#f8fafc,#eef2f7);align-items:stretch;padding:0}.customer-login__phone{width:100%;min-height:100vh;box-shadow:none;background:linear-gradient(#ffffffde,#f8fafde6);border:0;border-radius:0;padding:45px 21px 24px}.customer-login__logo{max-width:200px;height:55px}.customer-login__brand{margin-bottom:29px}.customer-login__heading h1{font-size:22px}}@media (width<=360px){.customer-login__phone{padding-left:16px;padding-right:16px}.customer-login__heading h1{font-size:20px}.customer-login__input-wrap{min-height:49px}.customer-login__register-area>span,.customer-login__register-button{font-size:10px}}@media (prefers-reduced-motion:reduce){.customer-login__phone,.customer-login__loader{animation:none}.customer-login__submit,.customer-login__input-wrap{transition:none}}.customer-register{box-sizing:border-box;background:radial-gradient(circle at 12% 8%,#ef444413,#0000 24%),radial-gradient(circle at 90% 88%,#7c3aed13,#0000 26%),linear-gradient(#f8fafc,#eef2f7);justify-content:center;align-items:center;width:100%;min-height:100vh;padding:22px;display:flex;position:relative;overflow:hidden}.customer-register__background{pointer-events:none;position:absolute;inset:0;overflow:hidden}.customer-register__orb{filter:blur(16px);opacity:.7;border-radius:50%;position:absolute}.customer-register__orb--one{background:radial-gradient(circle,#ef44441a,#0000 70%);width:280px;height:280px;top:-120px;left:-90px}.customer-register__orb--two{background:radial-gradient(circle,#7c3aed16,#0000 70%);width:310px;height:310px;top:24%;right:-110px}.customer-register__orb--three{background:radial-gradient(circle,#0ea5e913,#0000 70%);width:310px;height:310px;bottom:-150px;left:30%}.customer-register__phone{z-index:2;box-sizing:border-box;-webkit-backdrop-filter:blur(22px)saturate(145%);background:linear-gradient(145deg,#fffffff7,#f8fafded);border:1px solid #ffffffeb;border-radius:27px;width:min(100%,430px);max-height:calc(100vh - 34px);padding:25px 28px 21px;animation:.43s cubic-bezier(.22,1,.36,1) customer-register-in;position:relative;overflow-y:auto;box-shadow:0 30px 75px #0f172a1c,0 8px 24px #0f172a0d,inset 0 1px #fff}.customer-register__phone:before{content:"";background:linear-gradient(90deg,#ff3d3d,#ef4444,#dc2626);border-radius:0 0 999px 999px;width:76%;height:3px;position:absolute;top:0;left:12%;box-shadow:0 5px 15px #ef444433}.customer-register__back{color:#7b8796;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:5px;min-height:29px;margin:0 0 7px;padding:0 7px;font-family:Hind Siliguri,sans-serif;font-size:10px;font-weight:600;display:inline-flex}.customer-register__back:hover{color:#dc2626;background:#f8fafc}.customer-register__brand{justify-content:center;margin:0 0 17px;display:flex}.customer-register__logo{object-fit:contain;width:auto;max-width:185px;height:50px;display:block}.customer-register__heading{text-align:center;margin:0 0 16px}.customer-register__heading>span{color:#ef4444;margin:0 0 4px;font-size:11px;font-weight:700;line-height:1;display:inline-block}.customer-register__heading h1{color:#111827;letter-spacing:-.035em;margin:0;font-size:23px;font-weight:800;line-height:1.2}.customer-register__heading p{color:#7b8796;max-width:330px;margin:7px auto 0;font-size:10px;font-weight:500;line-height:1.5}.customer-register__form{flex-direction:column;gap:9px;display:flex}.customer-register__field{flex-direction:column;gap:5px;display:flex}.customer-register__field label{color:#344054;font-size:10px;font-weight:700;line-height:1.2}.customer-register__input-wrap{box-sizing:border-box;color:#94a3b8;background:#ffffffe8;border:1px solid #dfe5ed;border-radius:11px;align-items:center;min-height:43px;padding:0 11px;transition:border-color .16s,box-shadow .16s,background .16s;display:flex;box-shadow:inset 0 1px 2px #0f172a05}.customer-register__input-wrap:focus-within{background:#fff;border-color:#fca5a5;box-shadow:0 0 0 4px #ef444412}.customer-register__input-wrap>svg{flex:none;width:16px;height:16px}.customer-register__input-wrap input{color:#111827;background:0 0;border:0;outline:0;width:100%;min-width:0;margin:0 7px;font-family:Hind Siliguri,sans-serif;font-size:12px;font-weight:500}.customer-register__input-wrap input::placeholder{color:#a6afbc}.customer-register__toggle{color:#94a3b8;cursor:pointer;background:0 0;border:0;border-radius:8px;flex:0 0 29px;place-items:center;width:29px;height:29px;padding:0;display:grid}.customer-register__toggle:hover:not(:disabled){color:#475569;background:#f8fafc}.customer-register__toggle:disabled{opacity:.45;cursor:not-allowed}.customer-register__message{border-radius:9px;padding:8px 10px;font-size:9px;font-weight:650;line-height:1.45}.customer-register__message--error{color:#b91c1c;background:#fff5f5;border:1px solid #fecaca}.customer-register__submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ef4444,#dc2626);border:0;border-radius:11px;justify-content:center;align-items:center;gap:7px;width:100%;min-height:45px;margin:3px 0 0;font-family:Hind Siliguri,sans-serif;font-size:12px;font-weight:700;transition:transform .16s,box-shadow .16s;display:flex;box-shadow:0 11px 22px #dc262630}.customer-register__submit:hover{transform:translateY(-1px);box-shadow:0 14px 26px #dc26263b}.customer-register__submit:disabled{opacity:.65;cursor:not-allowed}.customer-register__loader{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:15px;height:15px;animation:.7s linear infinite register-spin}.customer-register__login-link{justify-content:center;align-items:center;gap:4px;margin:2px 0 0;font-size:9px;font-weight:500;display:flex}.customer-register__login-link span{color:#8b96a6}.customer-register__login-link button{color:#dc2626;cursor:pointer;background:0 0;border:0;border-radius:5px;padding:2px 4px;font-family:Hind Siliguri,sans-serif;font-size:9px;font-weight:700}.customer-register__login-link button:hover{background:#fff1f2}.customer-register__login-link button:disabled{opacity:.45;cursor:not-allowed}.customer-register__footer{color:#a0a9b7;justify-content:center;margin:13px 0 0;font-size:8px;font-weight:600;display:flex}.customer-register__phone--success{padding-top:31px;padding-bottom:27px}.customer-register__success{text-align:center;flex-direction:column;align-items:center;padding:16px 7px 5px;display:flex}.customer-register__success-icon{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:20px;place-items:center;width:68px;height:68px;margin:0 0 16px;display:grid;box-shadow:0 12px 25px #16a34a1a}.customer-register__success h1{color:#111827;margin:0;font-size:22px;font-weight:800}.customer-register__success p{color:#7b8796;max-width:285px;margin:8px 0 20px;font-size:10px;line-height:1.55}@keyframes customer-register-in{0%{opacity:0;transform:translateY(13px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes register-spin{to{transform:rotate(360deg)}}@media (width<=520px){.customer-register{background:linear-gradient(#f8fafc,#eef2f7);align-items:stretch;padding:0;overflow-y:auto}.customer-register__phone{width:100%;min-height:100vh;max-height:none;box-shadow:none;background:linear-gradient(#ffffffe0,#f8fafde8);border:0;border-radius:0;padding:30px 20px 21px;overflow:visible}.customer-register__logo{max-width:180px;height:48px}.customer-register__heading h1{font-size:21px}}@media (width<=360px){.customer-register__phone{padding-left:16px;padding-right:16px}.customer-register__input-wrap{min-height:42px}.customer-register__heading h1{font-size:20px}}@media (prefers-reduced-motion:reduce){.customer-register__phone,.customer-register__loader{animation:none}.customer-register__submit,.customer-register__input-wrap{transition:none}}.customer-home{color:#111827;flex-direction:column;gap:11px;width:100%;display:flex}.customer-home__profile-card{background:linear-gradient(145deg,#fffffff7,#f8fafcf5);border:1px solid #e4eaf1;border-radius:16px;align-items:center;gap:11px;min-height:78px;padding:13px 14px;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 22px #0f172a0b,inset 0 1px #fffffff5}.customer-home__profile-card:after{content:"";pointer-events:none;background:radial-gradient(circle,#ef444413,#0000 70%);border-radius:50%;width:108px;height:108px;position:absolute;top:-34px;right:-24px}.customer-home__avatar{color:#dc2626;background:linear-gradient(145deg,#fff1f2,#fee2e2);border:1px solid #fffffff2;border-radius:15px;flex:0 0 50px;place-items:center;width:50px;height:50px;display:grid;box-shadow:0 8px 17px #dc262614}.customer-home__profile-copy{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.customer-home__profile-copy span{color:#7d8999;letter-spacing:.035em;font-size:9px;font-weight:750;line-height:1.1}.customer-home__profile-copy strong{color:#111827;text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:850;line-height:1.2;overflow:hidden}.customer-home__profile-copy small{color:#687588;font-size:10px;font-weight:650;line-height:1.1}.customer-home__profile-status{z-index:2;color:#15803d;background:linear-gradient(145deg,#f4fff7,#eefaf1);border:1px solid #ccebd7;border-radius:999px;align-self:flex-start;align-items:center;gap:5px;min-height:25px;padding:0 8px;font-size:8px;font-weight:800;display:inline-flex;position:relative}.customer-home__profile-status span{background:#22c55e;border-radius:50%;width:5px;height:5px;box-shadow:0 0 0 3px #22c55e14}.customer-home__balance-card{box-sizing:border-box;color:#fff;background:linear-gradient(135deg,#f34242 0%,#e42c2c 48%,#d82121 100%);border:1px solid #ffffffd1;border-radius:19px;min-height:158px;padding:18px;position:relative;overflow:hidden;box-shadow:0 18px 36px #dc262630,inset 0 1px #ffffff26}.customer-home__balance-label{z-index:2;color:#ffffffdb;font-size:12px;font-weight:750;line-height:1.2;position:relative}.customer-home__balance-amount{z-index:2;color:#fff;letter-spacing:-.065em;font-variant-numeric:tabular-nums;text-shadow:0 5px 16px #00000014;margin-top:7px;font-family:"Exo 2",sans-serif;font-size:39px;font-weight:800;line-height:.98;display:block;position:relative}.customer-home__balance-subtitle{z-index:2;color:#ffffffe6;font-size:11px;font-weight:700;line-height:1.2;position:absolute;bottom:18px;left:18px}.customer-home__balance-orb{pointer-events:none;border-radius:50%;position:absolute}.customer-home__balance-orb--one{background:#ffffff1c;width:180px;height:180px;top:-74px;right:-60px}.customer-home__balance-orb--two{background:#ffffff0e;width:158px;height:158px;bottom:-93px;right:37px}.customer-home__money-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.customer-home__money-button{cursor:pointer;border:1px solid;border-radius:13px;justify-content:center;align-items:center;gap:7px;min-height:49px;padding:0 8px;font-family:Hind Siliguri,sans-serif;font-size:12px;font-weight:800;transition:transform .16s,box-shadow .16s;display:flex;box-shadow:0 7px 17px #0f172a0a}.customer-home__money-button:hover{transform:translateY(-1px);box-shadow:0 11px 21px #0f172a11}.customer-home__money-button:active{transform:scale(.985)}.customer-home__money-button--deposit{color:#15803d;background:linear-gradient(135deg,#f5fff8,#e8faef);border-color:#bfe9d1}.customer-home__money-button--withdraw{color:#ea580c;background:linear-gradient(135deg,#fffaf4,#fff0dc);border-color:#ffd09f}.customer-home__money-button-icon{background:#ffffffe0;border-radius:9px;flex:0 0 30px;place-items:center;width:30px;height:30px;display:grid;box-shadow:0 4px 10px #0f172a09}.customer-home__stats-card{background:#ffffffeb;border:1px solid #e4eaf1;border-radius:16px;padding:8px;box-shadow:0 9px 21px #0f172a0b,inset 0 1px #fffffff5}.customer-home__stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;display:grid}.customer-home__stat{box-sizing:border-box;text-align:center;border:1px solid #ffffffd1;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-width:0;min-height:89px;padding:10px 7px;transition:transform .16s,box-shadow .16s;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffffd1,0 3px 8px #0f172a06}.customer-home__stat:hover{transform:translateY(-1px);box-shadow:inset 0 1px #ffffffe6,0 7px 14px #0f172a0e}.customer-home__stat:before{content:"";pointer-events:none;background:#ffffff3d;border-radius:50%;width:65px;height:65px;position:absolute;top:-26px;right:-26px}.customer-home__stat:after{content:"";pointer-events:none;background:#ffffff21;border-radius:50%;width:61px;height:61px;position:absolute;bottom:-27px;left:-19px}.customer-home__stat:first-child{background:linear-gradient(145deg,#effff5 0%,#dcfce9 100%);border-color:#c9efda}.customer-home__stat:nth-child(2){background:linear-gradient(145deg,#edf5ff 0%,#dbeafe 100%);border-color:#cadefb}.customer-home__stat:nth-child(3){background:linear-gradient(145deg,#fff9ec 0%,#ffedc8 100%);border-color:#f4dfb5}.customer-home__stat:nth-child(4){background:linear-gradient(145deg,#f6f0ff 0%,#eadcff 100%);border-color:#ddcef8}.customer-home__stat:nth-child(5){background:linear-gradient(145deg,#ecfcff 0%,#d2f5fa 100%);border-color:#c6edf2}.customer-home__stat:nth-child(6){background:linear-gradient(145deg,#fff0f4 0%,#ffe1ea 100%);border-color:#f7cfda}.customer-home__stat span{z-index:2;color:#1f2937;text-align:center;width:100%;min-height:25px;font-size:9px;font-weight:800;line-height:1.25;display:block;position:relative}.customer-home__stat strong{z-index:2;color:#101828;letter-spacing:-.035em;font-variant-numeric:tabular-nums;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%;margin-top:6px;font-family:"Exo 2",sans-serif;font-size:18px;font-weight:850;line-height:1;display:block;position:relative;overflow:hidden}.customer-home__stat small{z-index:2;color:#4b5563;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%;margin-top:5px;font-size:8px;font-weight:650;line-height:1.2;display:block;position:relative;overflow:hidden}.customer-home__order-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f03c3c,#da2323);border:0;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:52px;padding:0 15px;font-family:Hind Siliguri,sans-serif;font-size:14px;font-weight:800;transition:transform .16s,box-shadow .16s;display:flex;box-shadow:0 13px 26px #dc26262e}.customer-home__order-button:hover{transform:translateY(-1px);box-shadow:0 16px 30px #dc26263b}.customer-home__order-button:active{transform:scale(.988)}.customer-home__toolbar-card{background:#ffffffeb;border:1px solid #e3e9f0;border-radius:16px;padding:14px;box-shadow:0 8px 20px #0f172a0a}.customer-home__toolbar-title{justify-content:space-between;align-items:center;gap:8px;margin:0 1px 11px;display:flex}.customer-home__toolbar-title span{color:#6f7d90;letter-spacing:.055em;font-size:10px;font-weight:800}.customer-home__toolbar-title strong{color:#1f2937;font-size:12px;font-weight:850}.customer-home__toolbar-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;display:grid}.customer-home__toolbar-grid button{color:#303b4c;cursor:pointer;background:linear-gradient(145deg,#fcfdfe,#f6f8fa);border:1px solid #edf1f5;border-radius:11px;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-width:0;min-height:76px;padding:7px 4px;font-family:Hind Siliguri,sans-serif;transition:transform .15s,border-color .15s,box-shadow .15s;display:flex}.customer-home__toolbar-grid button:hover{border-color:#e0e6ed;transform:translateY(-1px);box-shadow:0 6px 12px #0f172a0b}.customer-home__toolbar-grid button>span{color:#53657d;background:#eef2f7;border-radius:9px;place-items:center;width:31px;height:31px;display:grid}.customer-home__toolbar-grid button:first-child>span{color:#2563eb;background:#eff6ff}.customer-home__toolbar-grid button:nth-child(2)>span{color:#16a34a;background:#f0fdf4}.customer-home__toolbar-grid button:nth-child(3)>span{color:#ea580c;background:#fff7ed}.customer-home__toolbar-grid button:nth-child(4)>span{color:#7c3aed;background:#faf5ff}.customer-home__toolbar-grid button strong{color:#263246;text-align:center;text-overflow:ellipsis;max-width:100%;font-size:8px;font-weight:750;line-height:1.2;overflow:hidden}.customer-home__mini-summary{background:linear-gradient(145deg,#fff,#f7f9fb);border:1px solid #e5eaf1;border-radius:14px;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;padding:10px;display:grid}.customer-home__mini-summary>div{color:#728096;text-align:center;flex-direction:column;align-items:center;gap:3px;min-width:0;display:flex}.customer-home__mini-summary svg{color:#5b6b82}.customer-home__mini-summary span{font-size:8px;font-weight:650}.customer-home__mini-summary strong{color:#172033;text-overflow:ellipsis;white-space:nowrap;font-family:"Exo 2",sans-serif;font-size:11px;font-weight:800;line-height:1.1;overflow:hidden}.customer-home__logout-button{color:#dc2626;cursor:pointer;background:linear-gradient(145deg,#fff8f8,#fff0f1);border:1px solid #fecaca;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:57px;margin:2px 0 0;font-family:Hind Siliguri,sans-serif;font-size:15px;font-weight:800;transition:transform .16s,box-shadow .16s;display:flex;box-shadow:0 8px 18px #dc26260f}.customer-home__logout-button:hover{transform:translateY(-1px);box-shadow:0 12px 23px #dc26261a}.customer-home__logout-button:active{transform:scale(.988)}.customer-home__bottom-space{height:1px}@media (width<=380px){.customer-home{gap:10px}.customer-home__profile-card{min-height:74px;padding:11px 12px}.customer-home__avatar{flex-basis:46px;width:46px;height:46px}.customer-home__profile-copy span{font-size:8px}.customer-home__profile-copy strong{font-size:15px}.customer-home__profile-copy small{font-size:9px}.customer-home__balance-card{min-height:150px;padding:16px}.customer-home__balance-label{font-size:11px}.customer-home__balance-amount{font-size:35px}.customer-home__balance-subtitle{font-size:10px;bottom:16px;left:16px}.customer-home__stat{min-height:85px;padding:8px 5px}.customer-home__stat span{font-size:8px}.customer-home__stat strong{font-size:16px}.customer-home__stat small{font-size:7px}.customer-home__toolbar-title span{font-size:9px}.customer-home__toolbar-title strong{font-size:11px}.customer-home__toolbar-grid button{min-height:70px}.customer-home__toolbar-grid button strong{font-size:7px}.customer-home__logout-button{min-height:54px}}@media (prefers-reduced-motion:reduce){.customer-home__money-button,.customer-home__stat,.customer-home__order-button,.customer-home__toolbar-grid button,.customer-home__logout-button{transition:none}}.customer-products{width:100%;min-height:100%}.customer-products__page{flex-direction:column;gap:10px;width:100%;display:flex}.customer-products__header{flex-direction:column;gap:6px;display:flex}.customer-products__back{color:#7a8798;cursor:pointer;background:0 0;border:0;border-radius:8px;align-self:flex-start;align-items:center;gap:5px;min-height:28px;padding:0 7px;font-family:Hind Siliguri,sans-serif;font-size:9px;font-weight:650;display:inline-flex}.customer-products__back:hover{color:#dc2626;background:#fff}.customer-products__title-row{justify-content:space-between;align-items:flex-end;gap:10px;display:flex}.customer-products__title-row>div{min-width:0}.customer-products__title-row>div>span{color:#0891b2;letter-spacing:.08em;font-size:8px;font-weight:800}.customer-products__title-row h1{color:#111827;letter-spacing:-.045em;margin:3px 0 0;font-size:25px;font-weight:850;line-height:1.1}.customer-products__title-row p{color:#8793a3;margin:5px 0 0;font-size:9px;font-weight:500;line-height:1.45}.customer-products__refresh{color:#64748b;cursor:pointer;background:#fff;border:1px solid #dce6ec;border-radius:11px;flex:0 0 38px;place-items:center;width:38px;height:38px;display:grid}.customer-products__refresh:disabled{opacity:.55;cursor:not-allowed}.customer-products__spin{animation:.7s linear infinite customer-products-spin}.customer-products__switcher{background:#f1f5f9;border:1px solid #e5ebf0;border-radius:11px;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;padding:3px;display:grid}.customer-products__switch{color:#7d8999;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;gap:5px;min-height:34px;font-family:Hind Siliguri,sans-serif;font-size:9px;font-weight:750;display:flex}.customer-products__switch--active{color:#0891b2;background:#fff;box-shadow:0 3px 9px #0f172a0e}.customer-products__search{background:#fff;border:1px solid #dfe6ed;border-radius:12px;align-items:center;gap:7px;min-height:46px;padding:0 12px;display:flex;box-shadow:0 6px 15px #0f172a09}.customer-products__search>svg{color:#94a3b8;flex:none}.customer-products__search input{color:#172033;background:0 0;border:0;outline:0;width:100%;min-width:0;font-family:Hind Siliguri,sans-serif;font-size:10px;font-weight:600}.customer-products__search input::placeholder{color:#a4afbb}.customer-products__search>button{color:#64748b;cursor:pointer;background:#f1f5f9;border:0;border-radius:8px;flex:0 0 27px;place-items:center;width:27px;height:27px;display:grid}.customer-products__notice,.customer-products__error{text-align:center;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:8px 10px;font-size:8px;font-weight:700;display:flex}.customer-products__notice{color:#15803d;background:#effcf4;border:1px solid #c7ecd5}.customer-products__notice span{font-weight:900}.customer-products__error{color:#b91c1c;background:#fff5f5;border:1px solid #fecaca;flex-direction:column}.customer-products__error button{color:#b91c1c;cursor:pointer;background:#fff;border:0;border-radius:7px;padding:4px 8px;font-family:Hind Siliguri,sans-serif;font-size:7px;font-weight:750}.customer-products__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.customer-products__card{background:#fff;border:1px solid #e2e9ef;border-radius:15px;min-width:0;transition:transform .16s,box-shadow .16s;overflow:hidden;box-shadow:0 8px 19px #0f172a0b}.customer-products__card:hover{transform:translateY(-1px);box-shadow:0 12px 24px #0f172a11}.customer-products__image{color:#94a3b8;background:linear-gradient(145deg,#f7fbfe,#edf7fa);place-items:center;width:100%;height:136px;display:grid;overflow:hidden}.customer-products__image img{object-fit:contain;width:100%;height:100%;display:block}.customer-products__card-content{padding:10px}.customer-products__card-category{color:#0891b2;letter-spacing:.07em;font-size:7px;font-weight:800}.customer-products__card h2{color:#172033;text-overflow:ellipsis;white-space:nowrap;margin:3px 0 0;font-size:12px;font-weight:850;line-height:1.2;overflow:hidden}.customer-products__card p{color:#7f8b9a;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:25px;margin:4px 0 0;font-size:7px;font-weight:550;line-height:1.4;display:-webkit-box;overflow:hidden}.customer-products__rating-row{align-items:center;gap:4px;margin-top:7px;display:flex}.customer-products__rating-row>span{color:#8490a0;font-family:"Exo 2",sans-serif;font-size:7px;font-weight:700}.customer-products__stars{align-items:center;gap:1px;display:flex}.customer-products__star{color:#cbd5e1;cursor:default;background:0 0;border:0;border-radius:6px;place-items:center;width:19px;height:19px;padding:0;display:grid}.customer-products__star--active{color:#f59e0b}button.customer-products__star{cursor:pointer}button.customer-products__star:disabled{cursor:default}.customer-products__card-footer{border-top:1px solid #edf1f5;justify-content:space-between;align-items:center;gap:5px;margin-top:9px;padding-top:8px;display:flex}.customer-products__card-footer strong{color:#111827;font-size:14px;font-weight:850;line-height:1}.customer-products__card-footer>button{color:#087f95;cursor:pointer;background:#f0fbfd;border:1px solid #c7e8ee;border-radius:8px;align-items:center;gap:2px;min-height:27px;padding:0 6px;font-family:Hind Siliguri,sans-serif;font-size:7px;font-weight:750;display:inline-flex}.customer-products__empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:280px;display:flex}.customer-products__empty-icon{color:#0891b2;background:#eaf8fb;border-radius:16px;place-items:center;width:53px;height:53px;margin-bottom:9px;display:grid}.customer-products__empty strong{color:#263142;font-size:11px;font-weight:800}.customer-products__empty span{color:#9aa5b4;margin-top:4px;font-size:8px;font-weight:550}.customer-products__loader{border:2px solid #dbe7eb;border-top-color:#0891b2;border-radius:50%;width:25px;height:25px;margin-bottom:9px;animation:.7s linear infinite customer-products-spin}.customer-products__modal-backdrop{z-index:100;box-sizing:border-box;-webkit-backdrop-filter:blur(7px);background:#0f172a61;justify-content:center;align-items:flex-end;padding:10px;display:flex;position:fixed;inset:0}.customer-products__modal{background:#fff;border:1px solid #ffffffd1;border-radius:20px 20px 14px 14px;width:min(100%,430px);max-height:88vh;position:relative;overflow:auto;box-shadow:0 -5px 35px #0f172a2e}.customer-products__modal>.customer-products__image{border-radius:19px 19px 0 0;height:185px}.customer-products__modal-close{z-index:2;color:#fff;cursor:pointer;background:#0f172a73;border:1px solid #ffffffbf;border-radius:9px;place-items:center;width:31px;height:31px;display:grid;position:absolute;top:10px;right:10px}.customer-products__modal-body{padding:15px}.customer-products__modal-body>span{color:#0891b2;font-size:7px;font-weight:800}.customer-products__modal-body h2{color:#111827;margin:4px 0 0;font-size:20px;font-weight:850;line-height:1.15}.customer-products__modal-body p{color:#7d8999;margin:7px 0 0;font-size:9px;font-weight:550;line-height:1.55}.customer-products__modal-price{color:#111827;margin:12px 0;font-size:24px;font-weight:850;line-height:1;display:block}.customer-products__modal-rating,.customer-products__my-rating{background:#f8fafc;border:1px solid #e7edf2;border-radius:12px;justify-content:space-between;align-items:center;gap:9px;padding:10px;display:flex}.customer-products__my-rating{background:#f2fbfd;border-color:#d6eef3;margin-top:8px}.customer-products__modal-rating>div,.customer-products__my-rating>div{flex-direction:column;gap:2px;min-width:0;display:flex}.customer-products__modal-rating strong,.customer-products__my-rating strong{color:#253247;font-size:9px;font-weight:800}.customer-products__modal-rating span,.customer-products__my-rating small{color:#8b97a6;font-size:7px;font-weight:600}.customer-products__my-rating .customer-products__stars{flex:none}.customer-products__rating-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ef3d3d,#d92323);border:0;border-radius:12px;width:100%;min-height:46px;margin-top:9px;font-family:Hind Siliguri,sans-serif;font-size:10px;font-weight:800;box-shadow:0 10px 20px #dc262624}.customer-products__rating-button:disabled{opacity:.55;cursor:not-allowed}@media (width<=360px){.customer-products__title-row h1{font-size:22px}.customer-products__grid{gap:7px}.customer-products__image{height:125px}.customer-products__card-content{padding:8px}.customer-products__card h2{font-size:11px}.customer-products__card-footer strong{font-size:13px}}@keyframes customer-products-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.customer-products__card,.customer-products__switch{transition:none}.customer-products__spin,.customer-products__loader{animation:none}}.customer-deposit{width:100%;min-height:100%}.deposit-page,.deposit-success{width:100%}.deposit-page__header{flex-direction:column;gap:10px;margin-bottom:13px;display:flex}.deposit-back{color:#7a8798;cursor:pointer;background:0 0;border:0;border-radius:8px;align-self:flex-start;align-items:center;gap:5px;min-height:29px;padding:0 7px;font-family:Hind Siliguri,sans-serif;font-size:9px;font-weight:650;display:inline-flex}.deposit-back:hover{color:#dc2626;background:#fff}.deposit-page__title{padding:0 2px}.deposit-page__title>span{color:#ef3030;letter-spacing:.08em;font-size:8px;font-weight:800}.deposit-page__title h1{color:#121a27;letter-spacing:-.04em;margin:3px 0 0;font-size:24px;font-weight:850;line-height:1.15}.deposit-page__title p{color:#8793a3;margin:5px 0 0;font-size:9px;font-weight:500;line-height:1.45}.deposit-current-balance{background:linear-gradient(145deg,#fff,#f8fafc);border:1px solid #e8edf2;border-radius:13px;justify-content:space-between;align-items:center;gap:10px;padding:11px 13px;display:flex;box-shadow:0 6px 16px #0f172a09}.deposit-current-balance span{color:#8995a5;font-size:8px;font-weight:650}.deposit-current-balance strong{color:#172033;font-variant-numeric:tabular-nums;font-family:"Exo 2",sans-serif;font-size:16px;font-weight:800}.deposit-form{flex-direction:column;gap:10px;display:flex}.deposit-card{background:#ffffffed;border:1px solid #e4eaf1;border-radius:16px;padding:13px;box-shadow:0 8px 19px #0f172a0a}.deposit-card__heading{margin-bottom:11px}.deposit-card__heading>div{align-items:center;gap:9px;display:flex}.deposit-card__heading>div>span{color:#dc2626;background:#fff1f2;border-radius:9px;flex:0 0 29px;place-items:center;width:29px;height:29px;font-family:"Exo 2",sans-serif;font-size:9px;font-weight:800;display:grid}.deposit-card__heading>div>div{flex-direction:column;gap:1px;display:flex}.deposit-card__heading strong{color:#1c2534;font-size:11px;font-weight:800;line-height:1.15}.deposit-card__heading small{color:#909aaa;font-size:7px;font-weight:550;line-height:1.3}.deposit-amount{background:linear-gradient(145deg,#fbfdff,#f7f9fb);border:1px solid #dce4ec;border-radius:13px;align-items:center;min-height:57px;padding:0 13px;transition:border-color .16s,box-shadow .16s,background .16s;display:flex}.deposit-amount:focus-within{background:#fff;border-color:#fca5a5;box-shadow:0 0 0 4px #ef444412}.deposit-amount>span{color:#dc2626;margin-right:7px;font-family:"Exo 2",sans-serif;font-size:21px;font-weight:800}.deposit-amount input{color:#111827;font-variant-numeric:tabular-nums;background:0 0;border:0;outline:0;width:100%;min-width:0;font-family:"Exo 2",sans-serif;font-size:22px;font-weight:800;line-height:1}.deposit-amount input::placeholder{color:#b1bac6}.deposit-amount input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.deposit-amount input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.deposit-method-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.deposit-method{color:#344054;text-align:left;cursor:pointer;background:linear-gradient(145deg,#fff,#f8fafc);border:1px solid #e5eaf0;border-radius:13px;align-items:center;gap:8px;min-width:0;min-height:57px;padding:7px 9px;font-family:Hind Siliguri,sans-serif;transition:transform .16s,border-color .16s,box-shadow .16s,background .16s;display:flex;position:relative}.deposit-method:hover:not(:disabled){border-color:#d8e0e8;transform:translateY(-1px);box-shadow:0 7px 15px #0f172a0d}.deposit-method:disabled{cursor:not-allowed;opacity:.7}.deposit-method--bkash.deposit-method--selected{background:linear-gradient(145deg,#fff5f7,#ffecef);border-color:#f3a3b0;box-shadow:0 8px 17px #ec489917}.deposit-method--nagad.deposit-method--selected{background:linear-gradient(145deg,#f2fffa,#e4faf3);border-color:#90dcc7;box-shadow:0 8px 17px #10b98114}.deposit-method--rocket.deposit-method--selected{background:linear-gradient(145deg,#faf6ff,#f2eaff);border-color:#c7acef;box-shadow:0 8px 17px #7c3aed14}.deposit-method--bank.deposit-method--selected{background:linear-gradient(145deg,#f3f8ff,#eaf2ff);border-color:#a9c5ed;box-shadow:0 8px 17px #2563eb14}.deposit-method__logo{background:#ffffffe6;border-radius:9px;flex:0 0 34px;place-items:center;width:34px;height:34px;display:grid;overflow:hidden}.deposit-method__logo img{object-fit:contain;width:25px;height:25px;display:block}.deposit-method__name{color:#263142;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:10px;font-weight:800;line-height:1.15;overflow:hidden}.deposit-method__check{color:#16a34a;flex:none;margin-left:auto}.deposit-selected-method{color:#7e8a9b;background:#f8fafc;border-radius:9px;align-items:center;gap:5px;margin-top:8px;padding:8px 9px;font-size:7px;font-weight:600;display:flex}.deposit-selected-method svg{color:#64748b}.deposit-selected-method strong{color:#273345;font-size:8px;font-weight:800}.deposit-upload{color:#667386;text-align:center;cursor:pointer;background:linear-gradient(145deg,#fbfdff,#f5f8fb);border:1.5px dashed #cbd5e1;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;min-height:164px;padding:13px;transition:border-color .16s,background .16s;display:flex;position:relative;overflow:hidden}.deposit-upload:hover{background:linear-gradient(145deg,#fff,#f7fafc);border-color:#b5c1ce}.deposit-upload input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.deposit-upload__icon{color:#64748b;background:#eef2f7;border-radius:14px;place-items:center;width:44px;height:44px;margin-bottom:8px;display:grid}.deposit-upload>strong{color:#273345;font-size:10px;font-weight:750}.deposit-upload>small{color:#9aa5b4;margin-top:4px;font-size:7px;font-weight:550}.deposit-upload__camera{color:#556378;background:#fff;border-radius:8px;align-items:center;gap:5px;margin-top:10px;padding:6px 9px;font-size:7px;font-weight:700;display:inline-flex;box-shadow:0 4px 12px #0f172a0d}.deposit-upload--has-image{background:#fff;border-style:solid;border-color:#dce5ee;padding:4px}.deposit-preview{background:#f1f5f9;border-radius:11px;place-items:center;width:100%;height:100%;min-height:154px;display:grid;position:relative;overflow:hidden}.deposit-preview img{object-fit:contain;width:100%;height:100%;min-height:154px;display:block}.deposit-preview__remove{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172a94;border:1px solid #ffffffd1;border-radius:9px;place-items:center;width:29px;height:29px;display:grid;position:absolute;top:7px;right:7px}.deposit-error{color:#b91c1c;background:#fff5f5;border:1px solid #fecaca;border-radius:10px;padding:9px 11px;font-size:8px;font-weight:700;line-height:1.4}.deposit-primary-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ef3d3d,#d92323);border:0;border-radius:14px;justify-content:center;align-items:center;gap:7px;width:100%;min-height:51px;padding:0 14px;font-family:Hind Siliguri,sans-serif;font-size:12px;font-weight:800;transition:transform .16s,box-shadow .16s;display:flex;box-shadow:0 13px 25px #dc26262e}.deposit-primary-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 16px 29px #dc26263b}.deposit-primary-button:active:not(:disabled){transform:scale(.988)}.deposit-primary-button:disabled{opacity:.65;cursor:not-allowed}.deposit-button-loader{border:2px solid #ffffff57;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite deposit-button-spin}.deposit-security-note{color:#99a4b3;text-align:center;justify-content:center;align-items:flex-start;gap:5px;padding:1px 8px 0;font-size:7px;font-weight:600;line-height:1.4;display:flex}.deposit-security-note svg{flex:none;margin-top:1px}.deposit-loading{color:#8b96a6;flex-direction:column;justify-content:center;align-items:center;gap:9px;min-height:70vh;font-size:10px;font-weight:650;display:flex}.deposit-loading__spinner{border:2px solid #e5eaf0;border-top-color:#ef3d3d;border-radius:50%;width:24px;height:24px;animation:.7s linear infinite deposit-button-spin}.deposit-success{text-align:center;flex-direction:column;align-items:center;padding:3px 0 10px;display:flex}.deposit-success__top{justify-content:flex-start;width:100%;display:flex}.deposit-success__brand{background:#fff;border:1px solid #e8edf2;border-radius:17px;place-items:center;width:58px;height:58px;margin:11px 0 16px;display:grid;box-shadow:0 8px 18px #0f172a0e}.deposit-success__brand img{object-fit:contain;width:38px;height:38px}.deposit-success__icon{color:#16a34a;background:#effdf4;border:1px solid #b7edcc;border-radius:21px;place-items:center;width:71px;height:71px;margin-bottom:14px;display:grid;box-shadow:0 12px 25px #16a34a1a}.deposit-success__eyebrow{color:#16a34a;font-size:9px;font-weight:800}.deposit-success h1{color:#111827;letter-spacing:-.035em;margin:4px 0 0;font-size:23px;font-weight:850;line-height:1.2}.deposit-success>p{color:#8995a5;max-width:320px;margin:8px auto 0;font-size:9px;font-weight:550;line-height:1.55}.deposit-success__amount{background:linear-gradient(145deg,#fff,#f8fafc);border:1px solid #e6ebf1;border-radius:15px;flex-direction:column;align-items:center;gap:4px;width:100%;margin:17px 0;padding:14px;display:flex}.deposit-success__amount span{color:#8a96a6;font-size:8px;font-weight:650}.deposit-success__amount strong{color:#172033;font-variant-numeric:tabular-nums;font-family:"Exo 2",sans-serif;font-size:27px;font-weight:850;line-height:1}.deposit-success__amount small{color:#9aa5b4;font-size:7px;font-weight:600}@keyframes deposit-button-spin{to{transform:rotate(360deg)}}@media (width<=360px){.deposit-page__title h1{font-size:22px}.deposit-current-balance strong{font-size:15px}.deposit-method{min-height:54px;padding:6px 7px}.deposit-method__logo{flex-basis:32px;width:32px;height:32px}.deposit-method__logo img{width:23px;height:23px}.deposit-method__name{font-size:9px}.deposit-amount{min-height:54px}.deposit-amount input,.deposit-success h1{font-size:21px}}@media (prefers-reduced-motion:reduce){.deposit-method,.deposit-primary-button{transition:none}.deposit-button-loader,.deposit-loading__spinner{animation:none}}.customer-withdrawal{width:100%;min-height:100%}.withdrawal-page,.withdrawal-success{width:100%}.withdrawal-page__header{flex-direction:column;gap:10px;margin-bottom:13px;display:flex}.withdrawal-back{color:#7a8798;cursor:pointer;background:0 0;border:0;border-radius:8px;align-self:flex-start;align-items:center;gap:5px;min-height:29px;padding:0 7px;font-family:Hind Siliguri,sans-serif;font-size:9px;font-weight:650;display:inline-flex}.withdrawal-back:hover{color:#ea580c;background:#fff}.withdrawal-page__title{padding:0 2px}.withdrawal-page__title>span{color:#ea580c;letter-spacing:.08em;font-size:8px;font-weight:800}.withdrawal-page__title h1{color:#121a27;letter-spacing:-.04em;margin:3px 0 0;font-size:24px;font-weight:850;line-height:1.15}.withdrawal-page__title p{color:#8793a3;margin:5px 0 0;font-size:9px;font-weight:500;line-height:1.45}.withdrawal-balance-card{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.withdrawal-balance-card>div{background:linear-gradient(145deg,#fff,#f7f9fb);border:1px solid #e6ebf1;border-radius:13px;flex-direction:column;gap:3px;min-width:0;padding:11px;display:flex;box-shadow:0 6px 16px #0f172a09}.withdrawal-balance-card>div:last-child{background:linear-gradient(145deg,#fffaf5,#fff4e8);border-color:#f2d9bd}.withdrawal-balance-card span{color:#8b96a6;font-size:7px;font-weight:650}.withdrawal-balance-card strong{color:#192234;font-variant-numeric:tabular-nums;font-family:"Exo 2",sans-serif;font-size:14px;font-weight:800;line-height:1}.withdrawal-form{flex-direction:column;gap:10px;display:flex}.withdrawal-card{background:#ffffffed;border:1px solid #e4eaf1;border-radius:16px;padding:13px;box-shadow:0 8px 19px #0f172a0a}.withdrawal-card__heading{margin-bottom:11px}.withdrawal-card__heading>div{align-items:center;gap:9px;display:flex}.withdrawal-card__heading>div>span{color:#ea580c;background:#fff7ed;border-radius:9px;flex:0 0 29px;place-items:center;width:29px;height:29px;font-family:"Exo 2",sans-serif;font-size:9px;font-weight:800;display:grid}.withdrawal-card__heading>div>div{flex-direction:column;gap:1px;display:flex}.withdrawal-card__heading strong{color:#1c2534;font-size:11px;font-weight:800;line-height:1.15}.withdrawal-card__heading small{color:#909aaa;font-size:7px;font-weight:550;line-height:1.3}.withdrawal-card__heading{justify-content:space-between;align-items:center;gap:8px;display:flex}.withdrawal-max-button{color:#ea580c;cursor:pointer;background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;flex:none;min-height:25px;padding:0 8px;font-family:Hind Siliguri,sans-serif;font-size:7px;font-weight:800}.withdrawal-max-button:disabled{opacity:.55;cursor:not-allowed}.withdrawal-amount{background:linear-gradient(145deg,#fffdf9,#fffaf4);border:1px solid #dce4ec;border-radius:13px;align-items:center;min-height:57px;padding:0 13px;transition:border-color .16s,box-shadow .16s,background .16s;display:flex}.withdrawal-amount:focus-within{background:#fff;border-color:#fdba74;box-shadow:0 0 0 4px #ea580c12}.withdrawal-amount>span{color:#ea580c;margin-right:7px;font-family:"Exo 2",sans-serif;font-size:21px;font-weight:800}.withdrawal-amount input{color:#111827;font-variant-numeric:tabular-nums;background:0 0;border:0;outline:0;width:100%;min-width:0;font-family:"Exo 2",sans-serif;font-size:22px;font-weight:800;line-height:1}.withdrawal-amount input::placeholder{color:#b1bac6}.withdrawal-amount input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.withdrawal-amount input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.withdrawal-available{color:#8793a3;background:#f8fafc;border-radius:9px;justify-content:space-between;align-items:center;gap:8px;margin-top:7px;padding:7px 8px;font-size:7px;font-weight:600;display:flex}.withdrawal-available strong{color:#273345;font-family:"Exo 2",sans-serif;font-size:8px;font-weight:800}.withdrawal-method-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.withdrawal-method{color:#344054;text-align:left;cursor:pointer;background:linear-gradient(145deg,#fff,#f8fafc);border:1px solid #e5eaf0;border-radius:13px;align-items:center;gap:8px;min-width:0;min-height:57px;padding:7px 9px;font-family:Hind Siliguri,sans-serif;transition:transform .16s,border-color .16s,box-shadow .16s,background .16s;display:flex;position:relative}.withdrawal-method:hover:not(:disabled){border-color:#d8e0e8;transform:translateY(-1px);box-shadow:0 7px 15px #0f172a0d}.withdrawal-method:disabled{cursor:not-allowed;opacity:.7}.withdrawal-method--bkash.withdrawal-method--selected{background:linear-gradient(145deg,#fff5f7,#ffecef);border-color:#f3a3b0}.withdrawal-method--nagad.withdrawal-method--selected{background:linear-gradient(145deg,#f2fffa,#e4faf3);border-color:#90dcc7}.withdrawal-method--rocket.withdrawal-method--selected{background:linear-gradient(145deg,#faf6ff,#f2eaff);border-color:#c7acef}.withdrawal-method--bank.withdrawal-method--selected{background:linear-gradient(145deg,#f3f8ff,#eaf2ff);border-color:#a9c5ed}.withdrawal-method__logo{background:#ffffffe6;border-radius:9px;flex:0 0 34px;place-items:center;width:34px;height:34px;display:grid;overflow:hidden}.withdrawal-method__logo img{object-fit:contain;width:25px;height:25px;display:block}.withdrawal-method__name{color:#263142;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:10px;font-weight:800;line-height:1.15;overflow:hidden}.withdrawal-method__check{color:#16a34a;flex:none;margin-left:auto}.withdrawal-wallet,.withdrawal-password{background:linear-gradient(145deg,#fbfdff,#f7f9fb);border:1px solid #dfe6ed;border-radius:13px;align-items:center;gap:8px;min-height:55px;padding:0 12px;transition:border-color .16s,box-shadow .16s,background .16s;display:flex}.withdrawal-wallet:focus-within,.withdrawal-password:focus-within{background:#fff;border-color:#fdba74;box-shadow:0 0 0 4px #ea580c11}.withdrawal-wallet>svg,.withdrawal-password>svg{color:#7b8797;flex:none}.withdrawal-wallet input,.withdrawal-password input{color:#172033;background:0 0;border:0;outline:0;width:100%;min-width:0;font-family:Hind Siliguri,sans-serif;font-size:10px;font-weight:650}.withdrawal-wallet input::placeholder,.withdrawal-password input::placeholder{color:#a3adba}.withdrawal-password__toggle{color:#8b96a6;cursor:pointer;background:0 0;border:0;flex:0 0 28px;place-items:center;width:28px;height:28px;display:grid}.withdrawal-error{color:#b91c1c;background:#fff5f5;border:1px solid #fecaca;border-radius:10px;padding:9px 11px;font-size:8px;font-weight:700;line-height:1.4}.withdrawal-primary-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f26a2a,#e34a0d);border:0;border-radius:14px;justify-content:center;align-items:center;gap:7px;width:100%;min-height:51px;padding:0 14px;font-family:Hind Siliguri,sans-serif;font-size:12px;font-weight:800;transition:transform .16s,box-shadow .16s;display:flex;box-shadow:0 13px 25px #ea580c2e}.withdrawal-primary-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 16px 29px #ea580c3b}.withdrawal-primary-button:active:not(:disabled){transform:scale(.988)}.withdrawal-primary-button:disabled{opacity:.65;cursor:not-allowed}.withdrawal-button-loader{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite withdrawal-spin}.withdrawal-security-note{color:#99a4b3;text-align:center;justify-content:center;align-items:flex-start;gap:5px;padding:1px 8px 0;font-size:7px;font-weight:600;line-height:1.4;display:flex}.withdrawal-security-note svg{flex:none;margin-top:1px}.withdrawal-loading{color:#8b96a6;flex-direction:column;justify-content:center;align-items:center;gap:9px;min-height:70vh;font-size:10px;font-weight:650;display:flex}.withdrawal-loading__spinner{border:2px solid #e5eaf0;border-top-color:#ea580c;border-radius:50%;width:24px;height:24px;animation:.7s linear infinite withdrawal-spin}.withdrawal-success{text-align:center;flex-direction:column;align-items:center;padding:3px 0 10px;display:flex}.withdrawal-success__top{justify-content:flex-start;width:100%;display:flex}.withdrawal-success__brand{background:#fff;border:1px solid #e8edf2;border-radius:17px;place-items:center;width:58px;height:58px;margin:11px 0 16px;display:grid;box-shadow:0 8px 18px #0f172a0e}.withdrawal-success__brand img{object-fit:contain;width:38px;height:38px}.withdrawal-success__icon{color:#ea580c;background:#fff7ed;border:1px solid #fed7aa;border-radius:21px;place-items:center;width:71px;height:71px;margin-bottom:14px;display:grid;box-shadow:0 12px 25px #ea580c1a}.withdrawal-success__eyebrow{color:#ea580c;font-size:9px;font-weight:800}.withdrawal-success h1{color:#111827;letter-spacing:-.035em;margin:4px 0 0;font-size:23px;font-weight:850;line-height:1.2}.withdrawal-success>p{color:#8995a5;max-width:320px;margin:8px auto 0;font-size:9px;font-weight:550;line-height:1.55}.withdrawal-success__amount,.withdrawal-success__recipient{background:linear-gradient(145deg,#fff,#f8fafc);border:1px solid #e6ebf1;border-radius:15px;flex-direction:column;align-items:center;gap:4px;width:100%;padding:14px;display:flex}.withdrawal-success__amount{margin:17px 0 9px}.withdrawal-success__amount span,.withdrawal-success__recipient span{color:#8a96a6;font-size:8px;font-weight:650}.withdrawal-success__amount strong{color:#172033;font-variant-numeric:tabular-nums;font-family:"Exo 2",sans-serif;font-size:27px;font-weight:850;line-height:1}.withdrawal-success__amount small,.withdrawal-success__recipient small{color:#9aa5b4;font-size:7px;font-weight:600}.withdrawal-success__recipient strong{color:#253247;font-size:11px;font-weight:800}@keyframes withdrawal-spin{to{transform:rotate(360deg)}}@media (width<=360px){.withdrawal-page__title h1{font-size:22px}.withdrawal-balance-card strong{font-size:13px}.withdrawal-method{min-height:54px;padding:6px 7px}.withdrawal-method__logo{flex-basis:32px;width:32px;height:32px}.withdrawal-method__logo img{width:23px;height:23px}.withdrawal-method__name{font-size:9px}.withdrawal-amount{min-height:54px}.withdrawal-amount input,.withdrawal-success h1{font-size:21px}}@media (prefers-reduced-motion:reduce){.withdrawal-method,.withdrawal-primary-button{transition:none}.withdrawal-button-loader,.withdrawal-loading__spinner{animation:none}}.recharge-history{width:100%;min-height:100%}.recharge-history__page{flex-direction:column;gap:11px;width:100%;display:flex}.recharge-history__header{flex-direction:column;gap:7px;display:flex}.recharge-history__back{color:#7a8798;cursor:pointer;background:0 0;border:0;border-radius:8px;align-self:flex-start;align-items:center;gap:5px;min-height:29px;padding:0 7px;font-family:Hind Siliguri,sans-serif;font-size:9px;font-weight:650;display:inline-flex}.recharge-history__back:hover{color:#dc2626;background:#fff}.recharge-history__title-row{justify-content:space-between;align-items:flex-end;gap:10px;display:flex}.recharge-history__title-row>div{min-width:0}.recharge-history__title-row>div>span{color:#ef3030;letter-spacing:.08em;font-size:8px;font-weight:800}.recharge-history__title-row h1{color:#121a27;letter-spacing:-.04em;margin:3px 0 0;font-size:24px;font-weight:850;line-height:1.15}.recharge-history__title-row p{color:#8793a3;margin:5px 0 0;font-size:9px;font-weight:500;line-height:1.45}.recharge-history__refresh{color:#657287;cursor:pointer;background:#fff;border:1px solid #e3e9f0;border-radius:11px;flex:0 0 38px;place-items:center;width:38px;height:38px;display:grid}.recharge-history__refresh:disabled{opacity:.55;cursor:not-allowed}.recharge-history__spin{animation:.7s linear infinite recharge-history-spin}.recharge-history__summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;display:grid}.recharge-history__summary-item{text-align:center;border:1px solid #ffffffd9;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-width:0;min-height:78px;padding:9px 7px;display:flex;box-shadow:inset 0 1px #fffffff2}.recharge-history__summary-item span{background:#ffffffb8;border-radius:8px;place-items:center;width:27px;height:27px;margin-bottom:4px;display:grid}.recharge-history__summary-item small{color:#263142;font-size:7px;font-weight:750}.recharge-history__summary-item strong{color:#111827;margin-top:3px;font-family:"Exo 2",sans-serif;font-size:15px;font-weight:850;line-height:1}.recharge-history__summary-item--total{color:#2563eb;background:linear-gradient(145deg,#eef4ff,#dbeafe);border-color:#cddcf8}.recharge-history__summary-item--total span{color:#2563eb}.recharge-history__summary-item--pending{background:linear-gradient(145deg,#fff9eb,#ffedc5);border-color:#f3ddb1}.recharge-history__summary-item--pending span{color:#d97706}.recharge-history__summary-item--approved{background:linear-gradient(145deg,#effff5,#dcfce9);border-color:#c4ecd3}.recharge-history__summary-item--approved span{color:#16a34a}.recharge-history__summary-item--rejected{background:linear-gradient(145deg,#fff4f5,#ffe3e7);border-color:#f4ced5}.recharge-history__summary-item--rejected span{color:#dc2626}.recharge-history__balance-card{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.recharge-history__balance-card>div{background:linear-gradient(145deg,#fff,#f8fafc);border:1px solid #e5eaf0;border-radius:13px;flex-direction:column;gap:4px;padding:12px;display:flex}.recharge-history__balance-card>div:last-child{background:linear-gradient(145deg,#f5fff8,#e8faef);border-color:#c8ecd7}.recharge-history__balance-card span{color:#8995a5;font-size:8px;font-weight:650}.recharge-history__balance-card strong{color:#172033;font-family:"Exo 2",sans-serif;font-size:17px;font-weight:850;line-height:1}.recharge-history__list-card{background:#ffffffeb;border:1px solid #e3e9f0;border-radius:16px;padding:9px;box-shadow:0 8px 19px #0f172a0a}.recharge-history__filters{background:#f1f5f9;border-radius:11px;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;margin-bottom:9px;padding:3px;display:grid}.recharge-history__filter{color:#7c8999;cursor:pointer;background:0 0;border:0;border-radius:8px;min-height:32px;padding:0 3px;font-family:Hind Siliguri,sans-serif;font-size:8px;font-weight:700}.recharge-history__filter--active{color:#dc2626;background:#fff;box-shadow:0 3px 9px #0f172a0f}.recharge-history__items{flex-direction:column;gap:7px;display:flex}.recharge-history__item{background:linear-gradient(145deg,#fff,#f9fbfc);border:1px solid #edf1f5;border-radius:13px;padding:11px}.recharge-history__item-top{justify-content:space-between;align-items:center;gap:8px;display:flex}.recharge-history__method{align-items:center;gap:8px;min-width:0;display:flex}.recharge-history__method-logo{background:#f8fafc;border:1px solid #edf1f5;border-radius:10px;flex:0 0 35px;place-items:center;width:35px;height:35px;display:grid}.recharge-history__method-logo img{object-fit:contain;width:25px;height:25px}.recharge-history__method>div:last-child{flex-direction:column;gap:2px;min-width:0;display:flex}.recharge-history__method strong{color:#182234;font-size:10px;font-weight:800}.recharge-history__method small{color:#9aa5b4;font-size:7px;font-weight:600}.recharge-history__status{white-space:nowrap;border-radius:999px;align-items:center;gap:4px;min-height:24px;padding:0 7px;font-size:7px;font-weight:800;display:inline-flex}.recharge-history__status--approved{color:#15803d;background:#ecfdf3}.recharge-history__status--pending{color:#b45309;background:#fff7e6}.recharge-history__status--rejected{color:#dc2626;background:#fff1f2}.recharge-history__item-details{border-top:1px solid #edf1f5;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px;padding-top:9px;display:grid}.recharge-history__item-details div{flex-direction:column;gap:3px;min-width:0;display:flex}.recharge-history__item-details span{color:#909baa;font-size:7px;font-weight:600}.recharge-history__item-details strong{color:#1b2432;text-overflow:ellipsis;font-size:9px;font-weight:750;line-height:1.3;overflow:hidden}.recharge-history__note{background:#f8fafc;border-radius:9px;margin-top:8px;padding:8px}.recharge-history__note span{color:#8995a5;font-size:7px;font-weight:700}.recharge-history__note p{color:#364152;margin:3px 0 0;font-size:8px;font-weight:600;line-height:1.4}.recharge-history__empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:235px;padding:20px 10px;display:flex}.recharge-history__empty-icon{color:#64748b;background:#f1f5f9;border-radius:15px;place-items:center;width:49px;height:49px;margin-bottom:9px;display:grid}.recharge-history__empty strong{color:#263142;font-size:11px;font-weight:800}.recharge-history__empty>span{color:#98a4b4;margin-top:4px;font-size:8px;font-weight:550}.recharge-history__loader{border:2px solid #e5eaf0;border-top-color:#ef3030;border-radius:50%;width:25px;height:25px;margin-bottom:9px;animation:.7s linear infinite recharge-history-spin}.recharge-history__error{color:#b91c1c;text-align:center;background:#fff5f5;border:1px solid #fecaca;border-radius:10px;margin:0 0 8px;padding:9px;font-size:8px;font-weight:700}.recharge-history__error button{color:#b91c1c;cursor:pointer;background:#fff;border:0;border-radius:7px;margin:6px auto 0;padding:4px 8px;font-family:Hind Siliguri,sans-serif;font-size:7px;font-weight:750;display:block}@keyframes recharge-history-spin{to{transform:rotate(360deg)}}@media (width<=360px){.recharge-history__title-row h1{font-size:22px}.recharge-history__summary-item{min-height:74px}.recharge-history__summary-item strong{font-size:14px}.recharge-history__summary-item small{font-size:6px}.recharge-history__item-details strong{font-size:8px}}@media (prefers-reduced-motion:reduce){.recharge-history__spin,.recharge-history__loader{animation:none}}.withdrawal-history{width:100%;min-height:100%}.withdrawal-history__page{flex-direction:column;gap:11px;width:100%;display:flex}.withdrawal-history__header{flex-direction:column;gap:7px;display:flex}.withdrawal-history__back{color:#7a8798;cursor:pointer;background:0 0;border:0;border-radius:8px;align-self:flex-start;align-items:center;gap:5px;min-height:29px;padding:0 7px;font-family:Hind Siliguri,sans-serif;font-size:9px;font-weight:650;display:inline-flex}.withdrawal-history__back:hover{color:#ea580c;background:#fff}.withdrawal-history__title-row{justify-content:space-between;align-items:flex-end;gap:10px;display:flex}.withdrawal-history__title-row>div{min-width:0}.withdrawal-history__title-row>div>span{color:#ea580c;letter-spacing:.08em;font-size:8px;font-weight:800}.withdrawal-history__title-row h1{color:#121a27;letter-spacing:-.04em;margin:3px 0 0;font-size:24px;font-weight:850;line-height:1.15}.withdrawal-history__title-row p{color:#8793a3;margin:5px 0 0;font-size:9px;font-weight:500;line-height:1.45}.withdrawal-history__refresh{color:#657287;cursor:pointer;background:#fff;border:1px solid #e3e9f0;border-radius:11px;flex:0 0 38px;place-items:center;width:38px;height:38px;display:grid}.withdrawal-history__refresh:disabled{opacity:.55;cursor:not-allowed}.withdrawal-history__spin{animation:.7s linear infinite withdrawal-history-spin}.withdrawal-history__summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;display:grid}.withdrawal-history__summary-item{text-align:center;border:1px solid #ffffffd9;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-width:0;min-height:78px;padding:9px 7px;display:flex;box-shadow:inset 0 1px #fffffff2}.withdrawal-history__summary-item span{background:#ffffffb8;border-radius:8px;place-items:center;width:27px;height:27px;margin-bottom:4px;display:grid}.withdrawal-history__summary-item small{color:#263142;font-size:7px;font-weight:750}.withdrawal-history__summary-item strong{color:#111827;margin-top:3px;font-family:"Exo 2",sans-serif;font-size:15px;font-weight:850;line-height:1}.withdrawal-history__summary-item--total{background:linear-gradient(145deg,#fff7ed,#ffedd5);border-color:#f2d4af}.withdrawal-history__summary-item--total span{color:#ea580c}.withdrawal-history__summary-item--pending{background:linear-gradient(145deg,#fff9eb,#ffedc5);border-color:#f3ddb1}.withdrawal-history__summary-item--pending span{color:#d97706}.withdrawal-history__summary-item--approved{background:linear-gradient(145deg,#effff5,#dcfce9);border-color:#c4ecd3}.withdrawal-history__summary-item--approved span{color:#16a34a}.withdrawal-history__summary-item--rejected{background:linear-gradient(145deg,#fff4f5,#ffe3e7);border-color:#f4ced5}.withdrawal-history__summary-item--rejected span{color:#dc2626}.withdrawal-history__balance-card{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.withdrawal-history__balance-card>div{background:linear-gradient(145deg,#fff,#f8fafc);border:1px solid #e5eaf0;border-radius:13px;flex-direction:column;gap:4px;padding:12px;display:flex}.withdrawal-history__balance-card>div:last-child{background:linear-gradient(145deg,#fffaf5,#fff2e5);border-color:#f2d4b4}.withdrawal-history__balance-card span{color:#8995a5;font-size:8px;font-weight:650}.withdrawal-history__balance-card strong{color:#172033;font-family:"Exo 2",sans-serif;font-size:17px;font-weight:850;line-height:1}.withdrawal-history__list-card{background:#ffffffeb;border:1px solid #e3e9f0;border-radius:16px;padding:9px;box-shadow:0 8px 19px #0f172a0a}.withdrawal-history__filters{background:#f1f5f9;border-radius:11px;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;margin-bottom:9px;padding:3px;display:grid}.withdrawal-history__filter{color:#7c8999;cursor:pointer;background:0 0;border:0;border-radius:8px;min-height:32px;padding:0 3px;font-family:Hind Siliguri,sans-serif;font-size:8px;font-weight:700}.withdrawal-history__filter--active{color:#ea580c;background:#fff;box-shadow:0 3px 9px #0f172a0f}.withdrawal-history__items{flex-direction:column;gap:7px;display:flex}.withdrawal-history__item{background:linear-gradient(145deg,#fff,#f9fbfc);border:1px solid #edf1f5;border-radius:13px;padding:11px}.withdrawal-history__item-top{justify-content:space-between;align-items:center;gap:8px;display:flex}.withdrawal-history__method{align-items:center;gap:8px;min-width:0;display:flex}.withdrawal-history__method-logo{background:#f8fafc;border:1px solid #edf1f5;border-radius:10px;flex:0 0 35px;place-items:center;width:35px;height:35px;display:grid}.withdrawal-history__method-logo img{object-fit:contain;width:25px;height:25px}.withdrawal-history__method>div:last-child{flex-direction:column;gap:2px;min-width:0;display:flex}.withdrawal-history__method strong{color:#182234;font-size:10px;font-weight:800}.withdrawal-history__method small{color:#9aa5b4;font-size:7px;font-weight:600}.withdrawal-history__status{white-space:nowrap;border-radius:999px;align-items:center;gap:4px;min-height:24px;padding:0 7px;font-size:7px;font-weight:800;display:inline-flex}.withdrawal-history__status--approved{color:#15803d;background:#ecfdf3}.withdrawal-history__status--pending{color:#b45309;background:#fff7e6}.withdrawal-history__status--rejected{color:#dc2626;background:#fff1f2}.withdrawal-history__item-details{border-top:1px solid #edf1f5;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px;padding-top:9px;display:grid}.withdrawal-history__item-details div{flex-direction:column;gap:3px;min-width:0;display:flex}.withdrawal-history__item-details span{color:#909baa;font-size:7px;font-weight:600}.withdrawal-history__item-details strong{color:#1b2432;text-overflow:ellipsis;font-size:9px;font-weight:750;line-height:1.3;overflow:hidden}.withdrawal-history__note{background:#f8fafc;border-radius:9px;margin-top:8px;padding:8px}.withdrawal-history__note span{color:#8995a5;font-size:7px;font-weight:700}.withdrawal-history__note p{color:#364152;margin:3px 0 0;font-size:8px;font-weight:600;line-height:1.4}.withdrawal-history__empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:235px;padding:20px 10px;display:flex}.withdrawal-history__empty-icon{color:#ea580c;background:#fff7ed;border-radius:15px;place-items:center;width:49px;height:49px;margin-bottom:9px;display:grid}.withdrawal-history__empty strong{color:#263142;font-size:11px;font-weight:800}.withdrawal-history__empty>span{color:#98a4b4;margin-top:4px;font-size:8px;font-weight:550}.withdrawal-history__loader{border:2px solid #e5eaf0;border-top-color:#ea580c;border-radius:50%;width:25px;height:25px;margin-bottom:9px;animation:.7s linear infinite withdrawal-history-spin}.withdrawal-history__error{color:#b91c1c;text-align:center;background:#fff5f5;border:1px solid #fecaca;border-radius:10px;margin:0 0 8px;padding:9px;font-size:8px;font-weight:700}.withdrawal-history__error button{color:#b91c1c;cursor:pointer;background:#fff;border:0;border-radius:7px;margin:6px auto 0;padding:4px 8px;font-family:Hind Siliguri,sans-serif;font-size:7px;font-weight:750;display:block}@keyframes withdrawal-history-spin{to{transform:rotate(360deg)}}@media (width<=360px){.withdrawal-history__title-row h1{font-size:22px}.withdrawal-history__summary-item{min-height:74px}.withdrawal-history__summary-item strong{font-size:14px}.withdrawal-history__summary-item small{font-size:6px}.withdrawal-history__item-details strong{font-size:8px}}@media (prefers-reduced-motion:reduce){.withdrawal-history__spin,.withdrawal-history__loader{animation:none}}.my-account{width:100%;min-height:100%}.my-account__page{flex-direction:column;gap:10px;width:100%;display:flex}.my-account__back{color:#7a8798;cursor:pointer;background:0 0;border:0;border-radius:8px;align-self:flex-start;align-items:center;gap:5px;min-height:29px;padding:0 7px;font-family:Hind Siliguri,sans-serif;font-size:9px;font-weight:650;display:inline-flex}.my-account__back:hover{color:#7c3aed;background:#fff}.my-account__profile-card{background:linear-gradient(145deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:16px;align-items:center;gap:10px;padding:12px;display:flex;box-shadow:0 8px 20px #0f172a0a}.my-account__profile-avatar{color:#e11d48;background:linear-gradient(145deg,#fff1f2,#ffe4e6);border:1px solid #fecdd3;border-radius:15px;flex:0 0 52px;place-items:center;width:52px;height:52px;display:grid}.my-account__profile-copy{flex-direction:column;flex:1;min-width:0;display:flex}.my-account__profile-copy span{color:#98a2b1;font-size:7px;font-weight:700}.my-account__profile-copy strong{color:#172033;text-overflow:ellipsis;white-space:nowrap;margin-top:1px;font-size:14px;font-weight:850;line-height:1.2;overflow:hidden}.my-account__profile-copy small{color:#8995a5;margin-top:3px;font-size:8px;font-weight:600}.my-account__status{color:#15803d;background:#f1fcf5;border:1px solid #c9edd6;border-radius:999px;align-items:center;gap:4px;min-height:25px;padding:0 8px;font-size:7px;font-weight:800;display:inline-flex}.my-account__status span{background:#22c55e;border-radius:50%;width:6px;height:6px}.my-account__balance-card{color:#fff;background:linear-gradient(135deg,#ef3131,#cf1f27);border:1px solid #e8b9be;border-radius:17px;padding:15px;position:relative;overflow:hidden;box-shadow:0 13px 24px #dc262629}.my-account__balance-card:before{content:"";background:#ffffff1a;border-radius:50%;width:118px;height:118px;position:absolute;top:-55px;right:-43px}.my-account__balance-card:after{content:"";background:#ffffff14;border-radius:50%;width:92px;height:92px;position:absolute;bottom:-63px;right:24px}.my-account__balance-heading{z-index:1;justify-content:space-between;align-items:center;gap:8px;display:flex;position:relative}.my-account__balance-heading>div{flex-direction:column;gap:2px;display:flex}.my-account__balance-heading span{color:#ffffffd4;font-size:8px;font-weight:650}.my-account__balance-heading small{color:#ffffffb0;font-size:7px;font-weight:500}.my-account__balance-heading>svg{opacity:.84}.my-account__balance{z-index:1;color:#fff;margin:8px 0 13px;font-size:29px;font-weight:850;line-height:1;display:block;position:relative}.my-account__balance-footer{z-index:1;color:#ffffffb5;border-top:1px solid #ffffff2e;justify-content:space-between;align-items:center;gap:8px;padding-top:9px;font-size:7px;display:flex;position:relative}.my-account__balance-footer strong{color:#fff;align-items:center;gap:4px;font-size:7px;font-weight:750;display:inline-flex}.my-account__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;display:grid}.my-account__stat{text-align:center;border:1px solid #0000;border-radius:13px;flex-direction:column;justify-content:center;align-items:center;min-width:0;min-height:90px;padding:8px 5px;display:flex}.my-account__stat>span{background:#ffffffbf;border-radius:8px;place-items:center;width:28px;height:28px;margin-bottom:5px;display:grid}.my-account__stat strong{color:#111827;font-size:15px;font-weight:850;line-height:1}.my-account__stat b{color:#4b5563;margin-top:5px;font-size:7px;font-weight:750;line-height:1.2}.my-account__stat--pending{background:linear-gradient(145deg,#fff9ec,#ffefc8);border-color:#f2ddb8}.my-account__stat--pending>span{color:#d97706}.my-account__stat--orders{background:linear-gradient(145deg,#edf7ff,#dcecff);border-color:#ccdef4}.my-account__stat--orders>span{color:#2563eb}.my-account__stat--score{background:linear-gradient(145deg,#f6efff,#eadcff);border-color:#ddcdf6}.my-account__stat--score>span{color:#7c3aed}.my-account__stat--commission{background:linear-gradient(145deg,#effdfa,#d9f7ee);border-color:#c6ebdf}.my-account__stat--commission>span{color:#059669;font-family:"Exo 2",sans-serif;font-size:11px;font-weight:850}.my-account__stat--task{background:linear-gradient(145deg,#eefcff,#d8f5fa);border-color:#c7eaf0}.my-account__stat--task>span{color:#0891b2}.my-account__stat--balance{background:linear-gradient(145deg,#fff2f4,#ffe1e6);border-color:#f3ccd3}.my-account__stat--balance>span{color:#dc2626;font-family:"Exo 2",sans-serif;font-weight:850}.my-account__toolbar{background:#fff;border:1px solid #e3e9f0;border-radius:16px;padding:11px;box-shadow:0 8px 18px #0f172a0a}.my-account__section-heading{margin-bottom:8px}.my-account__section-heading>div{flex-direction:column;gap:1px;display:flex}.my-account__section-heading span{color:#98a2b1;letter-spacing:.08em;font-size:7px;font-weight:700}.my-account__section-heading strong{color:#202b3c;font-size:12px;font-weight:850}.my-account__toolbar-list{flex-direction:column;gap:6px;display:flex}.my-account__toolbar-list>button{text-align:left;cursor:pointer;background:linear-gradient(145deg,#fff,#f8fafc);border:1px solid #e8edf2;border-radius:12px;align-items:center;gap:8px;width:100%;min-height:54px;padding:7px;transition:transform .16s,border-color .16s,box-shadow .16s;display:flex}.my-account__toolbar-list>button:hover{border-color:#dce4eb;transform:translateY(-1px);box-shadow:0 7px 14px #0f172a0b}.my-account__toolbar-icon{border-radius:10px;flex:0 0 37px;place-items:center;width:37px;height:37px;display:grid}.my-account__toolbar-icon--orders{color:#2563eb;background:#eaf2ff}.my-account__toolbar-icon--recharge{color:#16a34a;background:#eafcf1}.my-account__toolbar-icon--withdrawal{color:#ea580c;background:#fff1e7}.my-account__toolbar-icon--password{color:#7c3aed;background:#f3eaff}.my-account__toolbar-list>button>div{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.my-account__toolbar-list>button strong{color:#1b2432;font-size:10px;font-weight:800;line-height:1.2}.my-account__toolbar-list>button small{color:#8d98a7;text-overflow:ellipsis;white-space:nowrap;font-size:7px;font-weight:550;line-height:1.25;overflow:hidden}.my-account__toolbar-list>button>svg{color:#a2adbb;flex:none}.my-account__actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;display:grid}.my-account__actions>button{color:#344054;cursor:pointer;background:#fff;border:1px solid #e5eaf0;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-height:65px;padding:7px 4px;font-family:Hind Siliguri,sans-serif;font-size:7px;font-weight:750;display:flex}.my-account__actions>button:first-child{color:#087f95;background:linear-gradient(145deg,#f0fbfd,#def4f8);border-color:#c8e9ef}.my-account__actions>button:nth-child(2){color:#15803d;background:linear-gradient(145deg,#f1fff6,#e2f9eb);border-color:#c8ecd7}.my-account__actions>button:nth-child(3){color:#c2410c;background:linear-gradient(145deg,#fff9f2,#ffeedf);border-color:#f1d5bb}.my-account__custom-icon{background:#ffffffb8;border-radius:9px;place-items:center;width:29px;height:29px;display:grid}.my-account__security{color:#15803d;background:linear-gradient(145deg,#f5fff8,#edf9f1);border:1px solid #dcefe3;border-radius:12px;align-items:center;gap:8px;padding:10px;display:flex}.my-account__security>div{flex-direction:column;gap:1px;min-width:0;display:flex}.my-account__security strong{color:#24633d;font-size:8px;font-weight:800}.my-account__security span{color:#7b9584;font-size:7px;font-weight:550}.my-account__modal-backdrop{z-index:200;-webkit-backdrop-filter:blur(7px);background:#0f172a6b;justify-content:center;align-items:flex-end;padding:10px;display:flex;position:fixed;inset:0}.my-account__password-modal{background:#fff;border:1px solid #ffffffd9;border-radius:20px 20px 14px 14px;width:min(100%,430px);max-height:88vh;overflow:auto;box-shadow:0 -5px 35px #0f172a2b}.my-account__password-header{border-bottom:1px solid #edf1f5;justify-content:space-between;align-items:flex-start;gap:10px;padding:15px;display:flex}.my-account__password-header>div{min-width:0}.my-account__password-header span{color:#7c3aed;letter-spacing:.08em;font-size:7px;font-weight:800}.my-account__password-header h2{color:#111827;margin:3px 0 0;font-size:19px;font-weight:850}.my-account__password-header p{color:#8b96a6;margin:4px 0 0;font-size:8px;font-weight:550}.my-account__password-header>button{color:#475569;cursor:pointer;background:#f1f5f9;border:0;border-radius:9px;flex:0 0 32px;place-items:center;width:32px;height:32px;display:grid}.my-account__password-form{flex-direction:column;gap:10px;padding:15px;display:flex}.my-account__password-form label{flex-direction:column;gap:5px;display:flex}.my-account__password-form label>span{color:#344054;font-size:8px;font-weight:800}.my-account__password-field{background:#fafdff;border:1px solid #dfe6ed;border-radius:11px;align-items:center;gap:7px;min-height:48px;padding:0 10px;display:flex}.my-account__password-field>svg{color:#8b98a8;flex:none}.my-account__password-field input{color:#182234;background:0 0;border:0;outline:0;width:100%;min-width:0;font-family:Hind Siliguri,sans-serif;font-size:9px;font-weight:600}.my-account__password-field input::placeholder{color:#a2acb9}.my-account__password-field>button{color:#7c3aed;cursor:pointer;background:0 0;border:0;flex:none;padding:3px 5px;font-family:Hind Siliguri,sans-serif;font-size:7px;font-weight:750}.my-account__password-message{color:#425168;text-align:center;background:#f8fafc;border:1px solid #dbe5ef;border-radius:9px;padding:8px 9px;font-size:8px;font-weight:650}.my-account__password-footer{grid-template-columns:.7fr 1.5fr;gap:7px;margin-top:1px;display:grid}.my-account__password-footer button{cursor:pointer;border-radius:11px;min-height:44px;font-family:Hind Siliguri,sans-serif;font-size:8px;font-weight:800}.my-account__password-cancel{color:#596577;background:#fff;border:1px solid #dfe6ed}.my-account__password-submit{color:#fff;background:linear-gradient(135deg,#7c3aed,#6d28d9);border:0;box-shadow:0 9px 18px #7c3aed24}.my-account__password-submit:disabled,.my-account__password-cancel:disabled{opacity:.6;cursor:not-allowed}.my-account__loading,.my-account__error-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:70vh;display:flex}.my-account__loading{color:#8995a5;font-size:9px;font-weight:650}.my-account__loader{border:2px solid #e5eaf0;border-top-color:#7c3aed;border-radius:50%;width:25px;height:25px;animation:.7s linear infinite my-account-spin}.my-account__error-state{color:#7a8798;padding:20px}.my-account__error-state>svg{color:#dc2626}.my-account__error-state strong{color:#273345;font-size:11px;font-weight:800}.my-account__error-state span{max-width:290px;font-size:8px;line-height:1.45}.my-account__error-state button{color:#4f46e5;cursor:pointer;background:#eef2ff;border:0;border-radius:9px;min-height:33px;padding:0 11px;font-family:Hind Siliguri,sans-serif;font-size:8px;font-weight:750}.my-account__bottom-space{height:22px}@keyframes my-account-spin{to{transform:rotate(360deg)}}@media (width<=360px){.my-account__stats{gap:5px}.my-account__stat{min-height:85px;padding:7px 3px}.my-account__stat strong{font-size:14px}.my-account__stat b{font-size:6px}.my-account__balance{font-size:27px}.my-account__toolbar-list>button{min-height:51px}}@media (prefers-reduced-motion:reduce){.my-account__toolbar-list>button{transition:none}.my-account__loader{animation:none}}.customer-shell{--customer-red:#ef3030;--customer-red-dark:#d92323;--customer-ink:#111827;--customer-muted:#8a96a6;--customer-border:#e6ebf1;background:radial-gradient(circle at 10% 0,#ef444412,#0000 27%),radial-gradient(circle at 100% 92%,#7c3aed11,#0000 28%),#eef2f7;justify-content:center;width:100%;min-height:100vh;display:flex}.customer-shell__app{background:linear-gradient(#fbfcfe 0%,#f4f7fa 100%);width:min(100%,430px);min-height:100vh;position:relative;overflow:hidden;box-shadow:0 0 55px #0f172a14}.customer-shell__header{z-index:30;box-sizing:border-box;-webkit-backdrop-filter:blur(18px);background:#fffffff0;border-bottom:1px solid #e2e8f0eb;justify-content:center;align-items:center;height:68px;padding:0 16px;display:flex;position:sticky;top:0;box-shadow:0 5px 18px #0f172a09}.customer-shell__header:after{content:"";background:linear-gradient(90deg,#ff4646,#dc2626);border-radius:0 0 999px 999px;width:68%;height:2px;position:absolute;top:0;left:16%}.customer-shell__logo{object-fit:contain;width:auto;max-width:175px;height:42px;display:block}.customer-shell__content{box-sizing:border-box;min-height:calc(100vh - 68px);padding:14px 13px 86px}.customer-shell__bottom-nav{z-index:50;box-sizing:border-box;-webkit-backdrop-filter:blur(22px)saturate(145%);background:linear-gradient(145deg,#fffffff7,#f7fafcf5);border:1px solid #94a3b861;border-radius:18px;grid-template-columns:repeat(4,minmax(0,1fr));width:min(100% - 14px,416px);height:70px;padding:6px 7px 7px;display:grid;position:fixed;bottom:7px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 14px 30px #0f172a1a,0 3px 8px #0f172a0a,inset 0 1px #fffffffa}.customer-shell__bottom-nav:before{content:"";z-index:-2;border-radius:inherit;opacity:.85;pointer-events:none;background:linear-gradient(90deg,#ef44441c,#22c55e14,#ea580c14,#7c3aed1c);position:absolute;inset:0}.customer-shell__bottom-nav:after{content:"";z-index:-1;pointer-events:none;background:#ffffffd1;border-radius:16px;position:absolute;inset:2px}.customer-shell__nav-item{z-index:2;color:#98a4b4;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-width:0;height:55px;margin:0 2px;padding:0;font-family:Hind Siliguri,sans-serif;font-size:9px;font-weight:650;line-height:1;text-decoration:none;transition:color .18s,transform .18s,background .18s,border-color .18s,box-shadow .18s;display:flex;position:relative}.customer-shell__nav-item svg{stroke-width:2.05px;width:20px;height:20px;transition:transform .18s,filter .18s,color .18s}.customer-shell__nav-item:first-child{--nav-color:#ef4444;--nav-bg:#ef444417;--nav-border:#ef444436}.customer-shell__nav-item:nth-child(2){--nav-color:#16a34a;--nav-bg:#16a34a16;--nav-border:#16a34a30}.customer-shell__nav-item:nth-child(3){--nav-color:#ea580c;--nav-bg:#ea580c16;--nav-border:#ea580c30}.customer-shell__nav-item:nth-child(4){--nav-color:#7c3aed;--nav-bg:#7c3aed16;--nav-border:#7c3aed30}.customer-shell__nav-item--active{color:var(--nav-color);background:linear-gradient(145deg, #ffffffd6, var(--nav-bg));border-color:var(--nav-border);font-weight:800;box-shadow:0 7px 15px #0f172a0b,inset 0 1px #fffffff5}.customer-shell__nav-item--active:before{content:"";background:var(--nav-color);width:25px;height:3px;box-shadow:0 3px 9px var(--nav-bg);border-radius:999px;position:absolute;top:4px;left:50%;transform:translate(-50%)}.customer-shell__nav-item--active:after{display:none}.customer-shell__nav-item--active svg{color:var(--nav-color);filter:drop-shadow(0 3px 6px var(--nav-bg));transform:translateY(-1px)}.customer-shell__nav-item:hover:not(.customer-shell__nav-item--active){color:var(--nav-color);background:#f8fafcd1;border-color:#94a3b81f}.customer-shell__nav-item:hover svg{transform:translateY(-1px)}.customer-shell__nav-item--disabled{opacity:.82;cursor:pointer}@media (width>=431px){.customer-shell__app{border-left:1px solid #fffc;border-right:1px solid #fffc}.customer-shell__bottom-nav{bottom:10px}}@media (width<=430px){.customer-shell{background:#f6f8fb}.customer-shell__app{width:100%}.customer-shell__header{height:64px}.customer-shell__content{min-height:calc(100vh - 64px);padding-bottom:91px}.customer-shell__logo{height:39px}.customer-shell__bottom-nav{border-radius:18px;width:calc(100% - 12px);height:70px;bottom:6px}}@media (width<=360px){.customer-shell__nav-item{height:53px;font-size:8px}.customer-shell__nav-item svg{width:19px;height:19px}.customer-shell__bottom-nav{height:68px;padding:5px 6px 7px}}@media (prefers-reduced-motion:reduce){.customer-shell__nav-item,.customer-shell__nav-item svg{transition:none}}@font-face{font-family:Hind Siliguri;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/hind-siliguri-bengali-400-normal-rHQ7AW0H.woff2)format("woff2"),url(/assets/hind-siliguri-bengali-400-normal-qtENw2Fc.woff)format("woff");unicode-range:U+951-952,U+964-965,U+980-9FE,U+1CD0,U+1CD2,U+1CD5-1CD6,U+1CD8,U+1CE1,U+1CEA,U+1CED,U+1CF2,U+1CF5-1CF7,U+200C-200D,U+20B9,U+25CC,U+A8F1}@font-face{font-family:Hind Siliguri;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/hind-siliguri-latin-ext-400-normal-EIcpWxdl.woff2)format("woff2"),url(/assets/hind-siliguri-latin-ext-400-normal-BPdlAeTO.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Hind Siliguri;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/hind-siliguri-latin-400-normal-esES0U7a.woff2)format("woff2"),url(/assets/hind-siliguri-latin-400-normal-B2m00w2e.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Hind Siliguri;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/hind-siliguri-bengali-500-normal-UuhTmLlo.woff2)format("woff2"),url(/assets/hind-siliguri-bengali-500-normal-CDy0O77J.woff)format("woff");unicode-range:U+951-952,U+964-965,U+980-9FE,U+1CD0,U+1CD2,U+1CD5-1CD6,U+1CD8,U+1CE1,U+1CEA,U+1CED,U+1CF2,U+1CF5-1CF7,U+200C-200D,U+20B9,U+25CC,U+A8F1}@font-face{font-family:Hind Siliguri;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/hind-siliguri-latin-ext-500-normal-BzNTYs89.woff2)format("woff2"),url(/assets/hind-siliguri-latin-ext-500-normal-BnuUACUj.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Hind Siliguri;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/hind-siliguri-latin-500-normal-S8HLIV69.woff2)format("woff2"),url(/assets/hind-siliguri-latin-500-normal-6-4w_u8d.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Hind Siliguri;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/hind-siliguri-bengali-600-normal-DLZF4s8q.woff2)format("woff2"),url(/assets/hind-siliguri-bengali-600-normal-D_VSXRuy.woff)format("woff");unicode-range:U+951-952,U+964-965,U+980-9FE,U+1CD0,U+1CD2,U+1CD5-1CD6,U+1CD8,U+1CE1,U+1CEA,U+1CED,U+1CF2,U+1CF5-1CF7,U+200C-200D,U+20B9,U+25CC,U+A8F1}@font-face{font-family:Hind Siliguri;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/hind-siliguri-latin-ext-600-normal-BE5fbvrE.woff2)format("woff2"),url(/assets/hind-siliguri-latin-ext-600-normal-Cohm2Dtr.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Hind Siliguri;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/hind-siliguri-latin-600-normal-DHrLfb92.woff2)format("woff2"),url(/assets/hind-siliguri-latin-600-normal-Cgt-s7Wl.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Hind Siliguri;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/hind-siliguri-bengali-700-normal-FVd7rFqZ.woff2)format("woff2"),url(/assets/hind-siliguri-bengali-700-normal-CeVCCB8W.woff)format("woff");unicode-range:U+951-952,U+964-965,U+980-9FE,U+1CD0,U+1CD2,U+1CD5-1CD6,U+1CD8,U+1CE1,U+1CEA,U+1CED,U+1CF2,U+1CF5-1CF7,U+200C-200D,U+20B9,U+25CC,U+A8F1}@font-face{font-family:Hind Siliguri;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/hind-siliguri-latin-ext-700-normal-DrXhL2wd.woff2)format("woff2"),url(/assets/hind-siliguri-latin-ext-700-normal-AcGW2CvL.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Hind Siliguri;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/hind-siliguri-latin-700-normal-DO_14aHP.woff2)format("woff2"),url(/assets/hind-siliguri-latin-700-normal-z30-k5TQ.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Exo 2";font-style:normal;font-display:swap;font-weight:600;src:url(/assets/exo-2-cyrillic-ext-600-normal-c2lTakb1.woff2)format("woff2"),url(/assets/exo-2-cyrillic-ext-600-normal-Bva7FavC.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Exo 2";font-style:normal;font-display:swap;font-weight:600;src:url(/assets/exo-2-cyrillic-600-normal-CENMUrsM.woff2)format("woff2"),url(/assets/exo-2-cyrillic-600-normal-DUkGHFVI.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:"Exo 2";font-style:normal;font-display:swap;font-weight:600;src:url(/assets/exo-2-vietnamese-600-normal-D_uNeL95.woff2)format("woff2"),url(/assets/exo-2-vietnamese-600-normal-H3VyuMj8.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Exo 2";font-style:normal;font-display:swap;font-weight:600;src:url(/assets/exo-2-latin-ext-600-normal-70qtqWxx.woff2)format("woff2"),url(/assets/exo-2-latin-ext-600-normal-DMfc7h1y.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Exo 2";font-style:normal;font-display:swap;font-weight:600;src:url(/assets/exo-2-latin-600-normal-DOMk466V.woff2)format("woff2"),url(/assets/exo-2-latin-600-normal-DZPWd1Z-.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Exo 2";font-style:normal;font-display:swap;font-weight:700;src:url(/assets/exo-2-cyrillic-ext-700-normal-Csksz6kL.woff2)format("woff2"),url(/assets/exo-2-cyrillic-ext-700-normal-pInDkuOc.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Exo 2";font-style:normal;font-display:swap;font-weight:700;src:url(/assets/exo-2-cyrillic-700-normal-BWvdHNKb.woff2)format("woff2"),url(/assets/exo-2-cyrillic-700-normal-BV2eOPIx.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:"Exo 2";font-style:normal;font-display:swap;font-weight:700;src:url(/assets/exo-2-vietnamese-700-normal-DXLQ-H9k.woff2)format("woff2"),url(/assets/exo-2-vietnamese-700-normal-DffI6dGw.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Exo 2";font-style:normal;font-display:swap;font-weight:700;src:url(/assets/exo-2-latin-ext-700-normal-DLQkDG7N.woff2)format("woff2"),url(/assets/exo-2-latin-ext-700-normal-BP27c6Zx.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Exo 2";font-style:normal;font-display:swap;font-weight:700;src:url(/assets/exo-2-latin-700-normal-OoACPC18.woff2)format("woff2"),url(/assets/exo-2-latin-700-normal-CMe4g2cX.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Exo 2";font-style:normal;font-display:swap;font-weight:800;src:url(/assets/exo-2-cyrillic-ext-800-normal-CQSPPdm5.woff2)format("woff2"),url(/assets/exo-2-cyrillic-ext-800-normal-CS0bXx4N.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Exo 2";font-style:normal;font-display:swap;font-weight:800;src:url(/assets/exo-2-cyrillic-800-normal-kTtRZlfn.woff2)format("woff2"),url(/assets/exo-2-cyrillic-800-normal-D_qtTeOm.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:"Exo 2";font-style:normal;font-display:swap;font-weight:800;src:url(/assets/exo-2-vietnamese-800-normal-C3SSKP3N.woff2)format("woff2"),url(/assets/exo-2-vietnamese-800-normal-DDt4QIcX.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Exo 2";font-style:normal;font-display:swap;font-weight:800;src:url(/assets/exo-2-latin-ext-800-normal-HmSlm8nF.woff2)format("woff2"),url(/assets/exo-2-latin-ext-800-normal-D7VkW3TN.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Exo 2";font-style:normal;font-display:swap;font-weight:800;src:url(/assets/exo-2-latin-800-normal-CeuANCVN.woff2)format("woff2"),url(/assets/exo-2-latin-800-normal-CJzq8-0C.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{color:#111827;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8fafc;font-family:Hind Siliguri,sans-serif}*{box-sizing:border-box}html{background:#f8fafc;width:100%;min-height:100%}body{background:#f8fafc;width:100%;min-width:320px;min-height:100vh;margin:0;font-family:Hind Siliguri,sans-serif}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible{outline-offset:2px;outline:3px solid #ef44442e}#root{width:100%;min-height:100vh}.app-loading{color:#64748b;background:#f8fafc;place-items:center;min-height:100vh;font-family:Hind Siliguri,sans-serif;font-size:14px;font-weight:600;display:grid}.number-font{font-variant-numeric:tabular-nums;font-family:"Exo 2",sans-serif;font-weight:800}
