@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700;800;900&display=swap');

:root{
  --bg:#050817;
  --bg2:#080b1d;
  --card:#0d1125;
  --card2:#11162d;
  --line:rgba(255,255,255,.12);
  --text:#f7f7fb;
  --muted:#9da3bb;
  --pink:#ff2b9a;
  --purple:#9a45ff;
  --cyan:#11cfff;
  --green:#21e6bd;
  --blue:#198cff;
  --red:#ff5470;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Vazirmatn',sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 15% 28%,rgba(119,25,255,.16),transparent 32%),
    radial-gradient(circle at 82% 20%,rgba(0,190,255,.10),transparent 30%),
    linear-gradient(180deg,#050714,#06091a 55%,#040713);
  min-height:100vh;
}
a{text-decoration:none;color:inherit}
button{font:inherit;color:inherit}
.container{width:min(1160px,calc(100% - 36px));margin:auto}

header{
  position:sticky;top:12px;z-index:50;
  margin:12px auto 0;
}
.nav{
  min-height:72px;
  border:1px solid var(--line);
  border-radius:15px;
  background:rgba(7,10,27,.78);
  backdrop-filter:blur(18px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:10px 18px;
}
.brand{display:flex;align-items:center;gap:12px;font-size:26px;font-weight:900}
.brand img{width:48px;height:48px;object-fit:contain}
.links{display:flex;gap:30px;align-items:center}
.links a{font-size:14px;color:#d2d5e1;transition:.2s}
.links a:hover,.links a.active{color:#ff4eae}
.nav-actions{display:flex;gap:10px;align-items:center}
.btn{
  border:1px solid var(--line);
  border-radius:10px;
  padding:11px 20px;
  font-weight:700;
  cursor:pointer;
  background:rgba(255,255,255,.025);
  display:inline-flex;align-items:center;gap:8px;
  transition:.2s;
}
.btn.primary{
  border:0;
  background:linear-gradient(100deg,var(--pink),var(--purple));
  box-shadow:0 10px 30px rgba(255,43,154,.25);
}
.btn.block{width:100%;justify-content:center}
.btn:hover{transform:translateY(-2px)}
.btn:disabled{opacity:.55;cursor:not-allowed;transform:none}
.btn.ghost{background:transparent}
.btn.sm{padding:8px 14px;font-size:13px}

.section{padding:70px 0}
.section-title{text-align:center;margin-bottom:34px}
.section-title h2{font-size:30px;margin-bottom:8px}
.section-title p{color:var(--muted);font-size:14px}

footer{border-top:1px solid var(--line);margin-top:50px}
.footer-grid{
  display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;
  gap:50px;padding:55px 0 35px;
}
.footer-brand .brand{margin-bottom:16px}
.footer-brand p{color:var(--muted);font-size:13px;line-height:2}
.footer-col h4{margin-bottom:17px}
.footer-col a{display:block;color:var(--muted);font-size:13px;margin:11px 0}
.footer-col a:hover{color:#fff}
.footer-bottom{
  border-top:1px solid var(--line);
  padding:20px 0;color:#777e98;font-size:12px;
  display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap
}

.mobile-menu{display:none}
.mobile-menu-toggle{display:none;border:1px solid var(--line);background:rgba(255,255,255,.035);border-radius:11px;width:44px;height:44px;cursor:pointer;font-size:22px;line-height:1}
.mobile-menu.open{display:flex;flex-direction:column;gap:4px;padding:10px;margin-top:8px;border:1px solid var(--line);border-radius:14px;background:rgba(7,10,27,.97);backdrop-filter:blur(18px);box-shadow:0 20px 50px rgba(0,0,0,.35)}
.mobile-menu a{padding:12px 14px;border-radius:10px;color:#dfe2ec;font-size:14px}
.mobile-menu a:hover{background:rgba(255,255,255,.06)}
@media(max-width:900px){
  .links{display:none}
  .mobile-menu-toggle{display:block}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
  .nav{padding:8px 12px}
  .brand{font-size:21px}
  .brand img{width:40px;height:40px}
  .footer-grid{grid-template-columns:1fr}
}



/* منوی حساب کاربری در هدر */
.account-menu-wrap{position:relative;direction:rtl}
.account-trigger{
  min-width:185px;display:flex;align-items:center;gap:9px;padding:7px 9px;
  border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.035);
  cursor:pointer;transition:.2s;text-align:right
}
.account-trigger:hover{border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.06)}
.account-avatar{
  width:36px;height:36px;border-radius:10px;display:grid;place-items:center;flex:none;
  background:linear-gradient(135deg,var(--pink),var(--purple));font-weight:900;font-size:15px
}
.account-avatar.large{width:44px;height:44px;border-radius:12px}
.account-trigger-text{display:flex;flex-direction:column;min-width:0;line-height:1.35;flex:1}
.account-trigger-text b{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.account-trigger-text small{font-size:10px;color:var(--green);margin-top:2px}
.account-chevron{font-size:18px;color:var(--muted);line-height:1}
.account-menu{
  position:absolute;top:calc(100% + 10px);right:0;width:285px;padding:10px;
  border:1px solid var(--line);border-radius:16px;background:rgba(9,12,29,.98);
  box-shadow:0 22px 60px rgba(0,0,0,.45);backdrop-filter:blur(20px);
  opacity:0;visibility:hidden;transform:translateY(-7px);transition:.18s;z-index:100
}
.account-menu.open{opacity:1;visibility:visible;transform:translateY(0)}
.account-menu-head{display:flex;align-items:center;gap:11px;padding:8px 7px 13px}
.account-menu-head strong{display:block;font-size:13px}
.account-menu-head span{display:block;color:var(--muted);font-size:10px;margin-top:3px;direction:ltr;text-align:right;overflow:hidden;text-overflow:ellipsis}
.account-balance{
  display:flex;justify-content:space-between;align-items:center;gap:12px;
  padding:11px 12px;margin-bottom:7px;border-radius:11px;
  background:rgba(33,230,189,.07);border:1px solid rgba(33,230,189,.14)
}
.account-balance span{font-size:11px;color:var(--muted)}
.account-balance b{font-size:12px;color:var(--green)}
.account-menu>a,.account-logout{
  width:100%;display:flex;align-items:center;gap:8px;padding:10px 11px;border-radius:9px;
  color:#dfe2ec;font-size:12px;background:transparent;border:0;text-align:right;cursor:pointer
}
.account-menu>a:hover,.account-logout:hover{background:rgba(255,255,255,.06);color:#fff}
.account-menu-divider{height:1px;background:var(--line);margin:7px 3px}
.account-logout{color:#ff8799}
@media(max-width:600px){
  .account-trigger{min-width:48px;width:48px;justify-content:center;padding:5px;border-radius:11px}
  .account-trigger-text,.account-chevron{display:none}
  .account-menu{position:fixed;top:86px;right:18px;left:18px;width:auto}
}

/* ---------- المان‌های مشترک صفحات داخلی (فرم، کارت، جدول) ---------- */

.page-hero{padding:50px 0 10px;text-align:center}
.page-hero h1{font-size:clamp(28px,4vw,40px);font-weight:900;margin-bottom:10px}
.page-hero p{color:var(--muted);font-size:14px}

.auth-wrap{
  display:flex;justify-content:center;padding:40px 0 90px;
}
.auth-card{
  width:min(440px,100%);
  border:1px solid var(--line);
  border-radius:20px;
  background:linear-gradient(180deg,rgba(17,21,44,.9),rgba(10,13,29,.95));
  padding:34px 30px;
}
.tabs{display:flex;border:1px solid var(--line);border-radius:12px;overflow:hidden;margin-bottom:26px}
.tabs button{
  flex:1;padding:12px;background:transparent;border:0;cursor:pointer;
  font-weight:700;color:var(--muted);transition:.2s;
}
.tabs button.active{background:linear-gradient(100deg,var(--pink),var(--purple));color:#fff}

.field{margin-bottom:16px}
.field label{display:block;font-size:13px;color:var(--muted);margin-bottom:8px}
.field input, .field select{
  width:100%;padding:13px 14px;border-radius:10px;
  border:1px solid var(--line);background:rgba(255,255,255,.03);
  color:var(--text);font-family:inherit;font-size:14px;outline:none;
  transition:.2s;
}
.field input:focus, .field select:focus{border-color:var(--pink)}
.field .hint{font-size:11px;color:#767c96;margin-top:6px}

.form-msg{
  border-radius:10px;padding:12px 14px;font-size:13px;margin-bottom:16px;display:none;
}
.form-msg.error{display:block;background:rgba(255,84,112,.1);border:1px solid rgba(255,84,112,.35);color:#ffb3c0}
.form-msg.success{display:block;background:rgba(33,230,189,.1);border:1px solid rgba(33,230,189,.35);color:#8ff5df}

.auth-switch{text-align:center;font-size:13px;color:var(--muted);margin-top:18px}
.auth-switch a{color:#ff4eae;font-weight:700}

/* سرویس‌ها/پلن‌ها در صفحه سفارش */
.services{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:12px;
}
@media(max-width:900px){.services{grid-template-columns:repeat(3,1fr)}}
@media(max-width:600px){.services{grid-template-columns:1fr 1fr}}
.more-services{margin-top:6px}

.service{
  border:1px solid var(--line);
  background:linear-gradient(180deg,rgba(17,21,44,.95),rgba(10,13,29,.95));
  border-radius:14px;padding:20px 12px;text-align:center;
  transition:.25s;cursor:pointer;
}
.service:hover,.service.active{transform:translateY(-5px);border-color:rgba(255,78,174,.55)}
.service.active{box-shadow:0 0 0 1px var(--pink) inset}
.service img{width:42px;height:42px;object-fit:contain;margin:0 auto 12px}
.service h3{font-size:15px;margin-bottom:12px}
.price{
  display:inline-block;padding:5px 12px;border-radius:999px;
  background:rgba(154,69,255,.13);color:#d9b9ff;font-size:11px
}

.plans{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-top:26px}
@media(max-width:700px){.plans{grid-template-columns:1fr}}
.plan{
  border:1px solid var(--line);border-radius:16px;padding:22px 18px;text-align:center;
  background:rgba(13,17,37,.7);cursor:pointer;transition:.2s;
}
.plan:hover{border-color:rgba(255,255,255,.3)}
.plan.selected{border-color:var(--pink);box-shadow:0 0 0 1px var(--pink) inset,0 10px 30px rgba(255,43,154,.15)}
.plan .p-title{font-weight:800;margin-bottom:10px}
.plan .p-price{font-size:22px;font-weight:900;margin-bottom:6px}
.plan .p-days{font-size:12px;color:var(--muted)}

.order-summary{
  border:1px solid var(--line);border-radius:18px;padding:26px;
  background:linear-gradient(180deg,rgba(17,21,44,.9),rgba(10,13,29,.95));
  max-width:520px;margin:34px auto 0;
}
.order-summary .row{display:flex;justify-content:space-between;padding:11px 0;font-size:14px;border-bottom:1px dashed var(--line)}
.order-summary .row:last-of-type{border-bottom:0}
.order-summary .row.total{font-weight:900;font-size:18px;padding-top:16px}
.order-summary .row .muted{color:var(--muted)}

.status-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:999px;font-size:12px;font-weight:700}
.status-pending{background:rgba(255,197,61,.12);color:#ffd571}
.status-paid{background:rgba(33,230,189,.12);color:#7cf3d9}
.status-delivered{background:rgba(25,140,255,.12);color:#7fc2ff}
.status-failed{background:rgba(255,84,112,.12);color:#ffb3c0}
.status-canceled{background:rgba(150,150,150,.12);color:#c7c9d6}

/* بنر «اکانت آماده شد» بالای داشبورد */
.ready-banner{
  display:flex;align-items:center;gap:14px;padding:16px 18px;margin-bottom:14px;
  border-radius:16px;border:1px solid rgba(33,230,189,.3);
  background:linear-gradient(135deg,rgba(33,230,189,.12),rgba(25,140,255,.08));
}
.ready-banner .icon{font-size:26px;flex:none}
.ready-banner-text{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0}
.ready-banner-text b{font-size:14px}
.ready-banner-text span{font-size:12px;color:var(--muted)}
.ready-banner .ack-btn{flex:none;background:rgba(33,230,189,.16);border:1px solid rgba(33,230,189,.35);color:#7cf3d9}
.ready-banner .ack-btn:hover{background:rgba(33,230,189,.26)}

/* نقطه اعلان روی آیکون داشبورد/حساب کاربری */
.account-dashboard-link,#accountTrigger{position:relative}
.notify-dot{
  position:absolute;top:-3px;left:-3px;width:10px;height:10px;border-radius:50%;
  background:var(--red);border:2px solid var(--bg2);
}

/* toast اعلان «آماده شد» روی صفحه‌های دیگه (غیر از داشبورد) */
.delivered-toast{
  position:fixed;top:16px;left:50%;transform:translateX(-50%) translateY(-14px);
  display:flex;align-items:center;gap:10px;padding:12px 16px;z-index:200;
  border-radius:14px;border:1px solid rgba(33,230,189,.35);
  background:rgba(10,13,29,.97);backdrop-filter:blur(16px);
  box-shadow:0 18px 50px rgba(0,0,0,.5);
  font-size:13px;opacity:0;transition:.25s;max-width:min(92vw,460px)
}
.delivered-toast.show{opacity:1;transform:translateX(-50%) translateY(0)}
.delivered-toast .icon{font-size:18px;flex:none}
.delivered-toast .msg{flex:1}
.delivered-toast .toast-close{background:transparent;border:0;color:var(--muted);cursor:pointer;font-size:14px;flex:none}
.delivered-toast .toast-close:hover{color:#fff}

.table-wrap{border:1px solid var(--line);border-radius:16px;overflow:hidden;margin-top:26px}
table{width:100%;border-collapse:collapse;font-size:13px}
thead{background:rgba(255,255,255,.03)}
th,td{padding:14px 16px;text-align:right}
tbody tr{border-top:1px solid var(--line)}
.empty-state{text-align:center;padding:60px 20px;color:var(--muted)}
.empty-state .icon{font-size:40px;margin-bottom:14px}

.result-card{
  max-width:480px;margin:70px auto;text-align:center;
  border:1px solid var(--line);border-radius:20px;padding:44px 30px;
  background:linear-gradient(180deg,rgba(17,21,44,.9),rgba(10,13,29,.95));
}
.result-icon{font-size:52px;margin-bottom:18px}
.result-card h2{font-size:24px;margin-bottom:10px}
.result-card p{color:var(--muted);font-size:14px;margin-bottom:22px;line-height:1.9}
.result-card .code{font-family:monospace;background:rgba(255,255,255,.05);padding:4px 10px;border-radius:6px}

.spinner{
  width:20px;height:20px;border-radius:50%;
  border:2px solid rgba(255,255,255,.25);border-top-color:#fff;
  animation:spin .7s linear infinite;display:inline-block;
}
@keyframes spin{to{transform:rotate(360deg)}}

.user-chip{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted)}
.user-chip b{color:var(--text)}

/* روش پرداخت (کیف پول / درگاه) در صفحه سفارش */
.pay-methods{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:22px 0}
@media(max-width:520px){.pay-methods{grid-template-columns:1fr}}
.pay-method{
  display:flex;align-items:center;gap:12px;
  border:1px solid var(--line);border-radius:14px;padding:14px 16px;
  cursor:pointer;transition:.2s;background:rgba(255,255,255,.02);
}
.pay-method:hover{border-color:rgba(255,255,255,.3)}
.pay-method.active{border-color:var(--pink);box-shadow:0 0 0 1px var(--pink) inset}
.pay-method .pm-icon{font-size:22px}
.pay-method .pm-title{font-weight:700;font-size:14px}
.pay-method .pm-desc{font-size:12px;color:var(--muted);margin-top:3px}

.wallet-topup-box{
  border:1px solid rgba(255,197,61,.35);background:rgba(255,197,61,.08);
  border-radius:12px;padding:14px 16px;margin-bottom:16px;font-size:13px;
}
.wallet-topup-box p{color:#ffd571;margin-bottom:10px;line-height:1.8}

/* صفحه کیف پول */
.wallet-balance-card{
  border:1px solid var(--line);border-radius:20px;padding:30px;text-align:center;
  background:linear-gradient(120deg,rgba(255,43,154,.15),rgba(154,69,255,.15));
  max-width:420px;margin:0 auto 40px;
}
.wallet-balance-card .label{color:var(--muted);font-size:13px;margin-bottom:10px}
.wallet-balance-card .amount{font-size:34px;font-weight:900}
.charge-form{
  display:flex;gap:10px;max-width:420px;margin:22px auto 0;flex-wrap:wrap;justify-content:center;
}
.charge-form input{
  flex:1;min-width:180px;padding:13px 14px;border-radius:10px;
  border:1px solid var(--line);background:rgba(255,255,255,.03);
  color:var(--text);font-family:inherit;font-size:14px;outline:none;
}
.charge-chips{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin-top:14px}
.charge-chip{
  border:1px solid var(--line);border-radius:999px;padding:8px 16px;font-size:12px;
  cursor:pointer;transition:.2s;background:rgba(255,255,255,.03);
}
.charge-chip:hover,.charge-chip.active{border-color:var(--pink);color:#ff8fc7}

/* ---- ویجت چت پشتیبانی (روی همه صفحات سایت) ---- */
.chat-fab{position:fixed;bottom:22px;left:22px;z-index:200;width:60px;height:60px;border-radius:50%;border:0;background:linear-gradient(100deg,var(--pink),var(--purple));display:flex;align-items:center;justify-content:center;font-size:26px;box-shadow:0 12px 30px rgba(255,43,154,.35);cursor:pointer}
.chat-fab .dot{position:absolute;top:4px;left:4px;width:12px;height:12px;border-radius:50%;background:var(--red);border:2px solid var(--bg);display:none}
.chat-fab.has-unread .dot{display:block}
.chat-panel{position:fixed;bottom:96px;left:22px;z-index:200;width:min(360px,calc(100vw - 32px));max-height:min(520px,calc(100vh - 140px));display:none;flex-direction:column;background:rgba(10,13,28,.97);border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 25px 60px rgba(0,0,0,.5);backdrop-filter:blur(18px)}
.chat-panel.open{display:flex}
.chat-panel-head{padding:14px 16px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;background:linear-gradient(100deg,rgba(255,43,154,.15),rgba(154,69,255,.15))}
.chat-panel-head b{font-size:14px}
.chat-panel-head span{font-size:11px;color:var(--muted)}
.chat-close{background:none;border:0;color:var(--muted);font-size:18px;cursor:pointer}
.chat-body{flex:1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:10px;min-height:200px}
.chat-msg{max-width:80%;padding:9px 12px;border-radius:14px;font-size:13px;line-height:1.7}
.chat-msg.user{align-self:flex-start;background:linear-gradient(100deg,var(--pink),var(--purple))}
.chat-msg.admin{align-self:flex-end;background:rgba(255,255,255,.06);border:1px solid var(--line)}
.chat-msg time{display:block;margin-top:4px;font-size:10px;opacity:.65}
.chat-empty{color:var(--muted);font-size:12px;text-align:center;padding:20px 0}
.chat-form{border-top:1px solid var(--line);padding:10px;display:flex;gap:8px}
.chat-form input{flex:1;background:rgba(255,255,255,.03);border:1px solid var(--line);border-radius:10px;padding:10px 12px;color:var(--text);font-family:inherit;font-size:13px;outline:none}
.chat-form button{border:0;border-radius:10px;padding:0 16px;background:linear-gradient(100deg,var(--pink),var(--purple));font-weight:800;cursor:pointer}
.chat-pre-form{padding:16px;display:flex;flex-direction:column;gap:10px}
.chat-pre-form input{background:rgba(255,255,255,.03);border:1px solid var(--line);border-radius:10px;padding:10px 12px;color:var(--text);font-family:inherit;outline:none}
.chat-pre-form button{border:0;border-radius:10px;padding:11px;background:linear-gradient(100deg,var(--pink),var(--purple));font-weight:800;cursor:pointer}
@media(max-width:480px){.chat-panel{left:10px;right:10px;width:auto}}

/* ---- دکمه تغییر تم (روشن/تیره) ---- */
.theme-toggle-btn{
  border:1px solid var(--line);border-radius:11px;width:42px;height:42px;flex:none;
  display:inline-flex;align-items:center;justify-content:center;font-size:17px;
  background:rgba(255,255,255,.025);cursor:pointer;transition:.2s;
}
.theme-toggle-btn:hover{border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.06);transform:translateY(-2px)}

/* ============================================================
   تم روشن - با ست‌شدن data-theme="light" روی <html> فعال می‌شه.
   پیش‌فرض همیشه تیره‌ست؛ این بخش فقط وقتی کاربر روشن رو انتخاب کنه اعمال می‌شه.
   ============================================================ */
[data-theme="light"]{
  --bg:#f3f4fa;
  --bg2:#ffffff;
  --card:#ffffff;
  --card2:#eef0f8;
  --line:rgba(20,22,45,.12);
  --text:#171933;
  --muted:#5d6178;
}
[data-theme="light"] body{
  background:
    radial-gradient(circle at 15% 28%,rgba(119,25,255,.05),transparent 32%),
    radial-gradient(circle at 82% 20%,rgba(0,190,255,.05),transparent 30%),
    linear-gradient(180deg,#f8f9fd,#eef0f9 55%,#f3f4fa);
}
[data-theme="light"] .nav{background:rgba(255,255,255,.85);box-shadow:0 8px 30px rgba(20,22,45,.06)}
[data-theme="light"] .service,
[data-theme="light"] .auth-card,
[data-theme="light"] .order-summary,
[data-theme="light"] .result-card,
[data-theme="light"] .plan,
[data-theme="light"] .profile-card,
[data-theme="light"] .account-trigger,
[data-theme="light"] .cta,
[data-theme="light"] .stats{
  background:#fff;
}
[data-theme="light"] .account-menu,
[data-theme="light"] .chat-panel,
[data-theme="light"] .delivered-toast{
  background:rgba(255,255,255,.98);
}
[data-theme="light"] thead{background:rgba(20,22,45,.04)}
[data-theme="light"] .btn,
[data-theme="light"] .field input,[data-theme="light"] .field select,
[data-theme="light"] .charge-form input,[data-theme="light"] .charge-chip,
[data-theme="light"] .chat-form input,[data-theme="light"] .chat-pre-form input,
[data-theme="light"] .faq-ask-grid textarea,[data-theme="light"] .faq-ask-grid input,
[data-theme="light"] .quick-links a,
[data-theme="light"] .account-dashboard-link{
  background:rgba(20,22,45,.045);
}
[data-theme="light"] .chat-msg.admin,
[data-theme="light"] .faq-item,
[data-theme="light"] .faq-ask-box{
  background:rgba(20,22,45,.04);
}
[data-theme="light"] .links a,
[data-theme="light"] .hero-features,
[data-theme="light"] .account-menu>a,
[data-theme="light"] .account-trigger-text b,
[data-theme="light"] .account-menu-head strong,
[data-theme="light"] .account-dashboard-link{
  color:#20223a;
}
[data-theme="light"] .footer-col a:hover,
[data-theme="light"] .links a:hover{color:#171933}
[data-theme="light"] .badge{color:#6a4b78}
[data-theme="light"] .footer-bottom{color:#6b7188}
[data-theme="light"] .spinner{border-color:rgba(20,22,45,.15);border-top-color:#20223a}
[data-theme="light"] .status-pending{background:rgba(220,150,10,.12);color:#8a5b00}
[data-theme="light"] .status-paid{background:rgba(14,160,130,.12);color:#0e8f76}
[data-theme="light"] .status-delivered{background:rgba(11,110,220,.12);color:#0b66c9}
[data-theme="light"] .status-failed{background:rgba(210,50,90,.12);color:#c22752}
[data-theme="light"] .status-canceled{background:rgba(90,95,120,.12);color:#565b70}
[data-theme="light"] .status-answered{background:rgba(14,160,130,.12);color:#0e8f76}
[data-theme="light"] .form-msg.error{color:#c22752}
[data-theme="light"] .form-msg.success{color:#0e8f76}
[data-theme="light"] .price{color:#6b2fd1}
[data-theme="light"] .account-balance b,
[data-theme="light"] .account-trigger-text small,
[data-theme="light"] .ready-banner .ack-btn{color:#0e8f76}
[data-theme="light"] .account-logout{color:#c22752}
[data-theme="light"] .wallet-topup-box p{color:#8a5b00}
[data-theme="light"] .result-card .code,
[data-theme="light"] .code{background:rgba(20,22,45,.06)}
[data-theme="light"] .theme-toggle-btn{background:rgba(20,22,45,.045)}
[data-theme="light"] .theme-toggle-btn:hover{background:rgba(20,22,45,.07);border-color:rgba(20,22,45,.22)}
