
.acct-pricing-wrap{direction:rtl;font-family:inherit}
.acct-grid{display:grid;gap:18px;align-items:start}
.acct-cols-1{grid-template-columns:1fr}
.acct-cols-2{grid-template-columns:repeat(2,1fr)}
.acct-cols-3{grid-template-columns:repeat(3,1fr)}
.acct-cols-4{grid-template-columns:repeat(4,1fr)}
@media(max-width:980px){.acct-cols-2,.acct-cols-3,.acct-cols-4{grid-template-columns:1fr}}

.acct-card{
  position:relative;
  padding:18px;
  background:var(--acct-bg);
  border-radius:18px;
  border:1px solid rgba(148,163,184,.25);
  overflow:hidden;
  /* Prevent other cards in the same row from stretching when one card expands */
  align-self:start;
  height:auto;
}
.acct-headbar{
  display:flex;
  align-items:center;
  gap:10px;
  justify-content:flex-start;
  margin-bottom:12px;
}
.acct-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 10px;
  font-size:12px;
  border-radius: 10px;
  background:var(--acct-accent);
  color:#fff;
}
.acct-badge-days{
  background: rgba(99,102,241,.10);
  color: var(--acct-accent);
  border: 1px solid rgba(99,102,241,.20);
}
.acct-badge-main{background:var(--acct-accent);color:#fff}

.acct-logo{width:34px;height:34px;border-radius:10px;object-fit:cover;border:1px solid rgba(148,163,184,.25);background:#fff}

.acct-title{margin:0 0 10px 0;font-size:20px;line-height:1.25;font-weight:900;letter-spacing:-.2px;position:relative;display:inline-block}
.acct-desc{color:#64748b;font-size:13px;line-height:1.6;margin-bottom:10px}
.acct-price{margin:10px 0 14px 0;padding:12px 14px;border-radius:16px;background:rgba(2,6,23,.03);border:1px solid rgba(148,163,184,.2)}
.acct-price-line{display:flex;align-items:baseline;gap:6px}
.acct-price-num{font-size:26px;font-weight:800}
.acct-currency-label{font-size:13px;color:#475569}
.acct-price-sub{font-size:12px;color:#94a3b8;margin-top:6px}

.acct-price-from{font-size:12px;opacity:.85;margin-left:4px}
.acct-subvariants{margin:10px 0 8px}
.acct-subvariants-label{font-size:12px;opacity:.85;margin-bottom:6px}
.acct-subvariant-select{width:100%;padding:10px 12px;border-radius:14px;border:1px solid rgba(148,163,184,.25);background:rgba(255,255,255,.85);font-size:13px;outline:none}
.acct-subvariant-select:focus{border-color:var(--acct-accent);box-shadow:0 0 0 3px rgba(99,102,241,.12)}
/* Pills sub-variant selector (equal-size tags) */
.acct-subvariant-pills{
  display:grid;
  gap:8px;
  grid-template-columns:repeat(auto-fit, minmax(120px, 1fr));
}
.acct-subvariant-pill{
  border:1px solid rgba(255,255,255,.45);
  background:rgba(255,255,255,.55);
  border-radius:14px;
  height:38px;
  padding:0 10px;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  color:rgba(15,23,42,.86);
  backdrop-filter:blur(12px) saturate(160%);
  -webkit-backdrop-filter:blur(12px) saturate(160%);
  box-shadow:0 6px 18px rgba(15,23,42,.06);
  transition:transform .12s ease, box-shadow .12s ease, border-color .12s ease, filter .12s ease, background .12s ease;
}
.acct-subvariant-pill:hover{transform:translateY(-1px);filter:brightness(1.02);box-shadow:0 10px 26px rgba(15,23,42,.10)}
.acct-subvariant-pill.is-active{
  background:rgba(255,255,255,.82);
  color:#0f172a;
  border-color:rgba(99,102,241,.35);
  box-shadow:0 14px 36px rgba(15,23,42,.12), 0 0 0 2px rgba(99,102,241,.18) inset;
}
@media(max-width:480px){
  .acct-subvariant-pills{grid-template-columns:repeat(2, minmax(0,1fr))}
}

.acct-features{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px
  margin-bottom:14px;}
.acct-feature{padding:10px 12px;border-radius:14px;border:1px solid rgba(148,163,184,.2);background:rgba(255,255,255,.6)}

.acct-cta{
  width:100%;
  border:none;
  border-radius:16px;
  padding:12px 14px;
  font-weight:800;
  cursor:pointer;
  background:var(--acct-accent);
  color:#fff;
  transition:transform .15s ease, box-shadow .15s ease, filter .15s ease;
}
.acct-cta:hover{transform:translateY(-1px);filter:brightness(1.02);box-shadow:0 18px 60px rgba(2,6,23,.14)}

/* Plan details toggle (below buy button) */
.acct-cta-wrap{display:flex;flex-direction:column}
.acct-plan-toggle{
  border:0;
  background:transparent;
  cursor:pointer;
}

/* Minimal toggle button: centered text below buy button */
.acct-plan-toggle--minimal{
  width:auto;
  margin:10px auto 0 auto;
  padding:4px 6px;
  border-radius:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  font-weight:800;
  font-size:13px;
  color:var(--acct-toggle-color, #475569);
}
.acct-plan-toggle--minimal:hover{filter:brightness(1.03)}
.acct-plan-toggle--minimal .acct-plan-toggle-icon{
  font-size:12px;
  opacity:.95;
  transition:transform .18s ease;
  color:var(--acct-toggle-icon-color, var(--acct-toggle-color, #475569));
}
.acct-plan-toggle--minimal[aria-expanded="true"] .acct-plan-toggle-icon{transform:rotate(180deg)}
.acct-plan-details{
  margin-top:10px;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(148,163,184,.20);
  background:rgba(255,255,255,.72);
  color:#334155;
  font-size:13px;
  line-height:1.9;
}
.acct-plan-details p{margin:0 0 8px 0}
.acct-plan-details p:last-child{margin-bottom:0}
.acct-plan-details ul,.acct-plan-details ol{margin:0 0 8px 0;padding-right:18px}
.acct-plan-details li{margin:0 0 6px 0}
.acct-plan-details li:last-child{margin-bottom:0}

.acct-plan-details ul{list-style: disc; list-style-position: inside;}
.acct-plan-details ol{list-style: decimal; list-style-position: inside;}
.acct-plan-details li{display:list-item;}
.acct-plan-details strong,.acct-plan-details b{font-weight:900;}
.acct-plan-details h1,.acct-plan-details h2,.acct-plan-details h3,.acct-plan-details h4,.acct-plan-details h5,.acct-plan-details h6{margin:0 0 8px 0;line-height:1.4}
.acct-plan-details blockquote{margin:0 0 10px 0;padding:8px 10px;border-right:3px solid rgba(148,163,184,.55);background:rgba(148,163,184,.10);border-radius:10px}
.acct-plan-details a{text-decoration:underline}

/* Horizontal layout */
.acct-layout-horizontal .acct-grid{display:flex;flex-direction:column}
.acct-layout-horizontal .acct-card{padding:16px}
.acct-layout-horizontal .acct-card .acct-cta{width:auto}



/* === 5 GRADIENT STYLES (very distinct) === */
/* Shared gradient helpers */
.acct-card{background:var(--acct-bg,#fff)}
.acct-style-1 .acct-card{
  border:1px solid rgba(148,163,184,.22);
  background:
    radial-gradient(900px 420px at 10% 0%, rgba(99,102,241,.22), transparent 60%),
    radial-gradient(720px 360px at 100% 0%, rgba(236,72,153,.18), transparent 55%),
    #ffffff;
  box-shadow:0 22px 90px rgba(2,6,23,.10);
}
.acct-style-1 .acct-cta{
  background:linear-gradient(135deg, var(--acct-accent), rgba(236,72,153,.95));
}
.acct-style-1 .acct-price{
  background:linear-gradient(135deg, rgba(99,102,241,.10), rgba(236,72,153,.08));
}

/* Style 2: Dark glass gradient */
.acct-style-2 .acct-card{
  color:#fff;
  border:1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(900px 420px at 10% 0%, rgba(99,102,241,.30), transparent 60%),
    radial-gradient(900px 420px at 100% 0%, rgba(16,185,129,.22), transparent 55%),
    linear-gradient(180deg, rgba(17,24,39,.92), rgba(17,24,39,.98));
  box-shadow:0 30px 120px rgba(0,0,0,.35);
}
.acct-style-2 .acct-desc{color:rgba(255,255,255,.75)}
.acct-style-2 .acct-feature,
.acct-style-2 .acct-price{
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.12);
}
.acct-style-2 .acct-cta{
  background:linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,255,255,.76));
  color:#0b1220;
}

.acct-style-2 .acct-plan-toggle,
.acct-style-2 .acct-plan-details{
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.14);
  color:rgba(255,255,255,.9);
}
.acct-style-2 .acct-plan-details{color:rgba(255,255,255,.80)}

/* Style 3: Gradient border minimal */
.acct-style-3 .acct-card{
  border:2px solid transparent;
  background:
    linear-gradient(#fff,#fff) padding-box,
    linear-gradient(135deg, rgba(59,130,246,.95), rgba(99,102,241,.95), rgba(236,72,153,.95)) border-box;
  box-shadow:none;
}
.acct-style-3 .acct-cta{
  background:linear-gradient(135deg, rgba(59,130,246,.95), rgba(99,102,241,.95));
  border-radius:14px;
}
.acct-style-3 .acct-feature{border-radius:999px}

/* Style 4: Soft pastel gradient + pill CTA */
.acct-style-4 .acct-card{
  border:1px solid rgba(148,163,184,.18);
  background:
    radial-gradient(980px 480px at 0% 0%, rgba(34,197,94,.18), transparent 60%),
    radial-gradient(980px 480px at 100% 0%, rgba(59,130,246,.18), transparent 55%),
    radial-gradient(980px 480px at 50% 120%, rgba(236,72,153,.12), transparent 60%),
    #ffffff;
  box-shadow:0 26px 110px rgba(2,6,23,.10);
}
.acct-style-4 .acct-price{
  background:linear-gradient(135deg, rgba(34,197,94,.10), rgba(59,130,246,.10));
}
.acct-style-4 .acct-cta{
  border-radius:999px;
  background:linear-gradient(135deg, rgba(34,197,94,.95), rgba(59,130,246,.95));
}

/* Style 5: Neon grid gradient */
.acct-style-5 .acct-card{
  color:#e5e7eb;
  border:1px solid rgba(99,102,241,.35);
  background:
    radial-gradient(900px 420px at 10% 0%, rgba(99,102,241,.30), transparent 55%),
    radial-gradient(900px 420px at 100% 0%, rgba(236,72,153,.22), transparent 55%),
    linear-gradient(180deg, #0b1220, #0a0f1d);
  box-shadow:0 0 0 1px rgba(99,102,241,.22), 0 40px 160px rgba(99,102,241,.18);
}
.acct-style-5 .acct-card::before{
  content:"";
  position:absolute; inset:0;
  background:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size:18px 18px;
  opacity:.16;
  pointer-events:none;
}
.acct-style-5 .acct-price,
.acct-style-5 .acct-feature{
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.12);
}
.acct-style-5 .acct-cta{
  border-radius:999px;
  color:#0b1220;
  background:linear-gradient(135deg, rgba(16,185,129,.95), rgba(99,102,241,.95), rgba(236,72,153,.90));
}


/* Modal */
.acct-noscroll{overflow:hidden}
.acct-modal{position:fixed;inset:0;display:none;z-index:99999}
.acct-modal.is-open{display:block}
.acct-modal-backdrop{position:absolute;inset:0;background:rgba(255,255,255,.55);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.acct-modal-dialog{position:relative;max-width:420px;margin:8vh auto 0 auto;background:#fff;border-radius:18px;border:1px solid rgba(148,163,184,.25);box-shadow:0 30px 120px rgba(2,6,23,.35);overflow:hidden;animation:acctPop .18s ease-out}
@keyframes acctPop{from{transform:translateY(10px) scale(.98);opacity:.6}to{transform:translateY(0) scale(1);opacity:1}}
.acct-modal-head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid rgba(148,163,184,.22)}
.acct-modal-title{font-weight:800}
.acct-modal-close{border:none;background:transparent;font-size:22px;cursor:pointer;line-height:1}
.acct-modal-body{padding:14px 16px}
.acct-modal-loading{color:#64748b}
.acct-modal-form{display:flex;flex-direction:column;gap:12px}
.acct-field-label{font-size:13px;font-weight:700;margin-bottom:6px;display:block}
.acct-field-input{width:100%;padding:10px 12px;border-radius:14px;border:1px solid rgba(148,163,184,.35);outline:none}
.acct-field-input:focus{border-color:rgba(99,102,241,.55);box-shadow:0 0 0 4px rgba(99,102,241,.14)}
.acct-modal-foot{padding:14px 16px;border-top:1px solid rgba(148,163,184,.22)}
.acct-modal-submit{width:100%;border:none;border-radius:16px;padding:12px 14px;font-weight:800;cursor:pointer;background:#111827;color:#fff}

.acct-headbar-sides{display:flex;align-items:center;justify-content:space-between;gap:10px;direction:ltr}
.acct-headbar-left{display:flex;gap:8px;align-items:center;flex-wrap:wrap;direction:rtl}
.acct-headbar-right{display:flex;align-items:center;justify-content:flex-end}

.acct-cta{margin-top:14px}

/* Pulsing bullet list */
.acct-features{list-style:none}
.acct-feature{position:relative;padding-right:30px}
.acct-feature::before{
  content:"";
  position:absolute;
  right:12px;
  top:50%;
  width:8px;height:8px;
  border-radius:999px;
  background:var(--acct-accent);
  transform:translateY(-50%);
  box-shadow:0 0 0 0 rgba(99,102,241,.35);
  animation:acctBulletPulse 1.4s ease-in-out infinite;
}
@keyframes acctBulletPulse{
  0%{box-shadow:0 0 0 0 rgba(99,102,241,.30); opacity:.9}
  70%{box-shadow:0 0 0 8px rgba(99,102,241,0); opacity:1}
  100%{box-shadow:0 0 0 0 rgba(99,102,241,0); opacity:.9}
}

.acct-feature.is-off::before{opacity:.35;animation:none;background:rgba(148,163,184,.9)}


/* Skeleton shimmer (used in modals/forms) */
.acct-shimmer{position:relative;overflow:hidden;background:rgba(148,163,184,.18);border-radius:10px}
.acct-shimmer::after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.65),transparent);animation:acct-shimmer 1.05s infinite}
@keyframes acct-shimmer{100%{transform:translateX(100%)}}
.acct-shimmer-line{height:14px;margin:10px 0}
.acct-shimmer-line.sm{height:10px}
.acct-shimmer-line.lg{height:18px}
/* Shimmer loading for all card parts */
.acct-is-loading .acct-card,
.acct-is-loading .acct-title,
.acct-is-loading .acct-desc,
.acct-is-loading .acct-price,
.acct-is-loading .acct-feature,
.acct-is-loading .acct-cta,
.acct-is-loading .acct-logo,
.acct-is-loading .acct-badge{
  position:relative;
  color:transparent !important;
  border-color:transparent !important;
  text-shadow:none !important;
  pointer-events:none;
}
.acct-is-loading .acct-title,
.acct-is-loading .acct-desc,
.acct-is-loading .acct-price,
.acct-is-loading .acct-feature,
.acct-is-loading .acct-cta,
.acct-is-loading .acct-logo,
.acct-is-loading .acct-badge{
  background:linear-gradient(90deg, rgba(148,163,184,.18), rgba(148,163,184,.08), rgba(148,163,184,.18));
  background-size:200% 100%;
  animation:acctShimmer 1.2s linear infinite;
  border-radius:14px;
}
.acct-is-loading .acct-title{height:22px}
.acct-is-loading .acct-desc{height:44px}
.acct-is-loading .acct-logo{width:34px;height:34px}
.acct-is-loading .acct-badge{height:22px;width:86px}
.acct-is-loading .acct-cta{height:44px}
@keyframes acctShimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}
/* fade-in after load */
.acct-pricing-wrap{transition:opacity .18s ease}

.acct-title::after{
  content:"";
  display:block;
  width:54px;
  height:4px;
  border-radius:999px;
  margin-top:10px;
  background:linear-gradient(90deg, var(--acct-accent), rgba(236,72,153,.95), rgba(59,130,246,.95));
  opacity:.95;
}

/* Steps + helpers */
.acct-step-title{font-weight:900;margin:0 0 6px 0}
.acct-step-desc{color:#64748b;font-size:13px;line-height:1.7;margin:0 0 12px 0}
.acct-hide{display:none}
.acct-req{color:#ef4444;font-weight:900}
.acct-hint{margin-top:6px;font-size:12px;color:#94a3b8}

/* Coupon (discount code) in payment modal */
.acct-coupon-wrap{margin-top:6px}
.acct-coupon-trigger{display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;user-select:none;font-size:13px;font-weight:800;color:#475569;padding:6px 0}
.acct-coupon-trigger-icon{font-size:14px;opacity:.85;transition:transform .2s ease}
.acct-coupon-trigger[aria-expanded="true"] .acct-coupon-trigger-icon{transform:rotate(180deg)}
.acct-coupon-area{margin-top:8px}
.acct-coupon-row{display:flex;align-items:center;gap:8px}
.acct-coupon-input{flex:1}
.acct-coupon-apply{white-space:nowrap;border-radius:12px;border:1px solid rgba(148,163,184,.35);background:rgba(2,6,23,.02);padding:10px 12px;font-weight:900;cursor:pointer}
.acct-coupon-apply:hover{background:rgba(2,6,23,.05)}
.acct-coupon-msg{margin-top:6px;font-size:12px;color:#64748b;text-align:center;min-height:18px}

.acct-field{display:grid;gap:6px;margin-top:10px}
.acct-field-label{font-size:13px;font-weight:800}
.acct-field-input{width:100%;padding:10px 12px;border-radius:14px;border:1px solid rgba(148,163,184,.45);outline:none}
.acct-field-input:focus{border-color:rgba(99,102,241,.6);box-shadow:0 0 0 3px rgba(99,102,241,.15)}
.acct-auth-hint{margin-top:10px;color:#94a3b8;font-size:12px;line-height:1.6;display:flex;align-items:center;flex-wrap:wrap;gap:8px}
.acct-otp-timer{font-size:12px;color:#94a3b8;white-space:nowrap}
.acct-resend-btn{border:0;background:transparent;padding:0;color:var(--acct-accent);font-weight:900;font-size:12px;cursor:pointer}
.acct-resend-btn:hover{text-decoration:underline}
.acct-resend-btn:disabled{opacity:.5;cursor:not-allowed;text-decoration:none}
.acct-modal-loading{padding:18px 2px;color:#64748b;font-weight:800}

.acct-inline-error{display:none;margin-bottom:12px;background:#fef2f2;border:1px solid #fecaca;color:#7f1d1d;padding:10px 12px;border-radius:14px;font-size:13px}
.acct-inline-error.is-show{display:block}

/* Toast */
.acct-toast{
  position:fixed;
  left:18px;
  bottom:18px;
  z-index:100000;
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border-radius:16px;
  background:rgba(17,24,39,.95);
  color:#fff;
  box-shadow:0 22px 80px rgba(0,0,0,.28);
  transform:translateY(10px);
  opacity:0;
  pointer-events:none;
  transition:transform .18s ease, opacity .18s ease;
}
.acct-toast.is-show{transform:translateY(0);opacity:1}
.acct-toast-icon{width:22px;height:22px;border-radius:999px;background:#22c55e;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:14px;line-height:1}
.acct-toast-msg{font-size:13px;font-weight:800;white-space:nowrap}

/* Preparing order / timer (Account modal) */
.acct-wait{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:18px 10px;text-align:center}
.acct-wait-title{font-weight:900;color:#111827;font-size:14px}
.acct-wait-sub{font-weight:800;color:#374151;font-size:13px}
.acct-wait-sub span{display:inline-block;min-width:52px;font-variant-numeric:tabular-nums}
.acct-wait-spinner{width:38px;height:38px;border-radius:999px;border:3px solid rgba(17,24,39,.15);border-top-color:rgba(17,24,39,.85);animation:acctSpin 1s linear infinite}
.acct-wait-dots{display:flex;gap:6px;margin-top:2px}
.acct-wait-dots span{width:7px;height:7px;border-radius:999px;background:rgba(17,24,39,.35);animation:acctDot 1.2s ease-in-out infinite}
.acct-wait-dots span:nth-child(2){animation-delay:.15s}
.acct-wait-dots span:nth-child(3){animation-delay:.3s}
@keyframes acctSpin{to{transform:rotate(360deg)}}
@keyframes acctDot{0%,100%{transform:translateY(0);opacity:.45}50%{transform:translateY(-4px);opacity:1}}


/* Wait hourglass animation */
.acct-hourglass{width:34px;height:34px;position:relative;border-radius:10px;border:2px solid rgba(17,24,39,.35);box-sizing:border-box;overflow:hidden;animation:acctHourglassFlip 1.15s infinite ease-in-out}
.acct-hourglass:before,.acct-hourglass:after{content:"";position:absolute;left:50%;transform:translateX(-50%);width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent}
.acct-hourglass:before{top:5px;border-bottom:12px solid rgba(17,24,39,.75)}
.acct-hourglass:after{bottom:5px;border-top:12px solid rgba(17,24,39,.35)}
@keyframes acctHourglassFlip{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}100%{transform:rotate(360deg)}}

/* Inline wait state in Subscriptions "Operations" column (minimal) */
.acct-op-wait{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-width:160px}
.acct-op-wait-row{display:inline-flex;align-items:center;gap:6px;justify-content:center}
.acct-op-label{font-weight:900;color:#374151;font-size:12px;line-height:1.2}
.acct-op-wait-sub{font-weight:800;color:#6b7280;font-size:11px;line-height:1.2}
.acct-op-timer{display:inline-block;min-width:48px;font-variant-numeric:tabular-nums}

/* Smaller hourglass for table cells */
.acct-op-wait .acct-hourglass{width:18px;height:18px;border-radius:6px;border-width:1px}
.acct-op-wait .acct-hourglass:before,.acct-op-wait .acct-hourglass:after{border-left:5px solid transparent;border-right:5px solid transparent}
.acct-op-wait .acct-hourglass:before{top:3px;border-bottom:7px solid rgba(17,24,39,.75)}
.acct-op-wait .acct-hourglass:after{bottom:3px;border-top:7px solid rgba(17,24,39,.35)}

@media (max-width:520px){
  .acct-op-wait{min-width:auto}
}

/* Subscriptions wait notice + row highlight */
.acct-sub-notice{margin:8px 0 14px;padding:10px 12px;border-radius:14px;background:rgba(16,185,129,.10);border:1px solid rgba(16,185,129,.20);color:#065f46;font-weight:900;font-size:13px;text-align:center}
.acct-sub-table tr.acct-is-new{background:rgba(16,185,129,.08)!important}
.acct-sub-table tr.acct-is-new td{border-bottom-color:rgba(16,185,129,.25)!important}



/* Responsive: subscriptions table as cards on mobile (avoid horizontal overflow) */
@media (max-width: 720px){
  .acct-sub-wrap{padding:12px;border-radius:14px}
  .acct-sub-table{display:block;width:100%}
  .acct-sub-table thead{display:none}
  .acct-sub-table tbody{display:block}
  .acct-sub-table tr{display:block}
  .acct-sub-table tr.acct-sub-row{border:1px solid rgba(226,232,240,.9);border-radius:16px;padding:10px;margin:0 0 8px;background:#fff}
  .acct-sub-table tr.acct-sub-details-row{border:1px solid rgba(226,232,240,.9);border-top:0;border-radius:0 0 16px 16px;margin:-8px 0 12px;padding:0 10px 10px;background:#fff}

  .acct-sub-table tr.acct-sub-row.acct-is-new{background:rgba(16,185,129,.06)!important;outline:2px solid rgba(16,185,129,.18)}
  .acct-sub-table tr.acct-sub-details-row.acct-is-new{background:rgba(16,185,129,.03)!important;border-color:rgba(16,185,129,.18)}

  .acct-sub-table td{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px dashed rgba(226,232,240,.9);text-align:right}
  .acct-sub-table td:last-child{border-bottom:0}
  .acct-sub-table td::before{content:attr(data-label);font-size:12px;color:#64748b;font-weight:900;white-space:nowrap;flex:0 0 auto}

  .acct-sub-table td[data-label="پلن"]{gap:10px}
  .acct-sub-table td[data-label="پلن"] > *{overflow-wrap:anywhere;word-break:break-word}

  /* Operations cell becomes full width */
  .acct-sub-table td[data-label="عملیات"]{display:block}
  .acct-sub-table td[data-label="عملیات"]::before{display:none}
  .acct-sub-table td[data-label="عملیات"] .acct-btn{width:100%;display:flex;justify-content:center}

  .acct-sub-table td[data-label="تمدید"] .acct-btn{width:100%;display:flex;justify-content:center}

  .acct-op-wait{min-width:auto;width:100%}
  .acct-op-wait-row{width:100%}
  .acct-op-label{font-size:12px}

  /* Details row */
  .acct-sub-details-row td{display:block;padding:10px 0 0;border-bottom:0}
  .acct-sub-details-row td::before{display:none}
  .acct-fields{padding:10px;border-radius:14px}
  .acct-fields strong{display:block;margin-bottom:6px}
}

/* Archive pages (plans + plan categories) */
.acct-archive-wrap{max-width:1200px;margin:0 auto;padding:24px 14px}
.acct-archive-hero{display:flex;flex-direction:column;gap:10px;margin:8px 0 18px;padding:18px 18px;border:1px solid rgba(226,232,240,.9);border-radius:18px;background:linear-gradient(180deg,#ffffff,rgba(99,102,241,.04))}
.acct-archive-title{margin:0;font-size:22px;line-height:1.3;font-weight:1000;color:#111827}
.acct-archive-sub{margin:0;color:#6b7280;font-weight:700;line-height:1.9}
.acct-archive-desc{margin-top:8px;color:#374151;line-height:2;font-weight:650}
.acct-archive-desc p{margin:8px 0}
.acct-archive-footer{margin-top:18px;padding-top:12px;border-top:1px dashed rgba(226,232,240,.9);color:#6b7280;font-size:13px;line-height:2}
.acct-archive-pagination{margin:18px 0 0;display:flex;justify-content:center}
.acct-archive-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;margin:0 4px;padding:0 10px;border-radius:12px;border:1px solid rgba(226,232,240,.9);background:#fff;color:#111827;font-weight:900;text-decoration:none}
.acct-archive-pagination .page-numbers.current{background:#111827;color:#fff;border-color:#111827}
.acct-archive-pagination .page-numbers:hover{transform:translateY(-1px)}

@media (max-width:520px){
  .acct-archive-wrap{padding:18px 10px}
  .acct-archive-hero{padding:14px 14px}
  .acct-archive-title{font-size:19px}
}


/* Archive FAQ */
.acct-archive-faq{padding:26px 0}
.acct-archive-faq__inner{max-width:1180px;margin:0 auto;padding:0 16px}
.acct-archive-faq__title{margin:0 0 12px;font-size:20px;font-weight:800}
.acct-archive-faq__items{display:flex;flex-direction:column;gap:10px}
.acct-archive-faq__item{background:rgba(255,255,255,.04);border:1px solid rgba(148,163,184,.22);border-radius:14px;padding:10px 12px}
.acct-archive-faq__q{cursor:pointer;font-weight:700;list-style:none}
.acct-archive-faq__q::-webkit-details-marker{display:none}
.acct-archive-faq__a{margin-top:8px;color:rgba(15,23,42,.9)}
.acct-archive-faq__a p{margin:0 0 8px}


/* Infinite scroll status */
.acct-infinite-status{margin:18px auto 0;text-align:center;font-size:14px;opacity:.8}

/* Infinite scroll loader (bottom, not overlay) */
.acct-infinite-loader{
  margin: 22px auto 0;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 0;
  max-width: 360px;
}
.acct-infinite-loader.is-active{ display:flex; }

.acct-infinite-loader-spinner{
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 4px solid rgba(0,0,0,.16);
  border-top-color: rgba(0,0,0,.52);
  animation: acctInfiniteSpin .8s linear infinite;
}

.acct-infinite-loader-skeleton{
  width: 190px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.acct-infinite-loader-bar{
  height: 10px;
  border-radius: 999px;
  background: rgba(0,0,0,.07);
  overflow: hidden;
  position: relative;
}

.acct-infinite-loader-bar.is-short{ width: 68%; }

.acct-infinite-loader-bar::after{
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.75), transparent);
  animation: acctInfiniteShimmer 1.05s ease-in-out infinite;
}

@keyframes acctInfiniteSpin{
  to{ transform: rotate(360deg); }
}

@keyframes acctInfiniteShimmer{
  0%{ transform: translateX(-100%); }
  100%{ transform: translateX(100%); }
}


/* ================================
   UI/UX upgrades (v1.9.9.4)
   ================================ */

.acct-card{transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;}
.acct-card:hover{transform:translateY(-2px);box-shadow:0 22px 80px rgba(2,6,23,.10);border-color:rgba(148,163,184,.42);}

.acct-card *:focus-visible,
#acctModal *:focus-visible{
  outline:2px solid rgba(99,102,241,.55);
  outline-offset:2px;
  border-radius:12px;
}

/* Features: hollow green pulsing circle */
.acct-feature{padding-right:34px;position:relative;}
.acct-feature::before{
  content:"";
  position:absolute;
  right:12px;
  top:50%;
  width:12px;height:12px;
  border-radius:999px;
  border:2px solid #16a34a;
  background:transparent;
  transform:translateY(-50%);
  box-shadow:0 0 0 0 rgba(22,163,74,.35);
  animation:acctFeaturePulse 1.4s ease-in-out infinite;
}
@keyframes acctFeaturePulse{
  0%{box-shadow:0 0 0 0 rgba(22,163,74,.30); opacity:1}
  70%{box-shadow:0 0 0 10px rgba(22,163,74,0); opacity:1}
  100%{box-shadow:0 0 0 0 rgba(22,163,74,0); opacity:1}
}
.acct-feature.is-off::before{
  border-color:#94a3b8;
  box-shadow:none;
  animation:none;
  opacity:.6;
}
/* Price line */
.acct-price-prefix{font-size:12px;font-weight:900;color:#94a3b8;}

/* Sub-variants */
.acct-subvariants-label{
  display:flex;align-items:center;justify-content:space-between;gap:10px;
}
.acct-subvariant-pills{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(160px,1fr));
  gap:10px;
}
.acct-subvariant-pill{
  height:auto;
  min-height:56px;
  padding:10px 12px;
  text-align:right;
  display:flex;
  flex-direction:column;
  gap:6px;
  border-radius:14px;
  border:1px solid rgba(148,163,184,.35);
  background:linear-gradient(180deg, rgba(255,255,255,.9), rgba(255,255,255,.65));
}
.acct-sv-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.acct-sv-label{
  font-size:13px;
  font-weight:900;
  color:#0f172a;
  line-height:1.2;
}
.acct-sv-price{
  font-size:12px;
  font-weight:800;
  color:#64748b;
  line-height:1.2;
}
.acct-sv-check{
  width:20px;height:20px;
  border-radius:999px;
  background:rgba(99,102,241,.14);
  color:var(--acct-accent, #4f46e5);
  display:none;
  align-items:center;
  justify-content:center;
  font-size:12px;
  font-weight:900;
  flex:0 0 auto;
}
.acct-subvariant-pill.is-active{
  border-color:rgba(99,102,241,.45);
  box-shadow:0 14px 38px rgba(99,102,241,.12);
  background:linear-gradient(180deg, rgba(99,102,241,.12), rgba(99,102,241,.04));
}
.acct-subvariant-pill.is-active .acct-sv-check{display:flex;}
.acct-subvariant-pill:hover{border-color:rgba(148,163,184,.55);}

.acct-subvariant-current{
  margin-top:10px;
  padding:9px 10px;
  border-radius:14px;
  border:1px dashed rgba(148,163,184,.45);
  background:rgba(2,6,23,.02);
  font-size:12px;
  color:#334155;
}
.acct-subvariant-current-k{color:#64748b;font-weight:900;}
.acct-subvariant-current-v{font-weight:900;}

/* Dark hero variant helpers */
.acct-style-5 .acct-sv-label,
.acct-style-2 .acct-sv-label{color:#fff;}
.acct-style-5 .acct-sv-price,
.acct-style-2 .acct-sv-price{color:rgba(255,255,255,.80);}
.acct-style-5 .acct-subvariant-current,
.acct-style-2 .acct-subvariant-current{
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.20);
  color:rgba(255,255,255,.90);
}
.acct-style-5 .acct-subvariant-current-k,
.acct-style-2 .acct-subvariant-current-k{color:rgba(255,255,255,.70);}

/* Modal overhaul */
.acct-modal-backdrop{
  background:rgba(2,6,23,.58);
  backdrop-filter:blur(3px);
}
.acct-modal-dialog{
  width:min(560px, calc(100% - 24px));
  border-radius:22px;
  border:1px solid rgba(148,163,184,.28);
  box-shadow:0 26px 120px rgba(2,6,23,.25);
  overflow:hidden;
}
.acct-modal-head{
  padding:14px 16px;
  background:linear-gradient(180deg, rgba(2,6,23,.03), rgba(2,6,23,0));
}
.acct-modal-titlewrap{display:flex;flex-direction:column;gap:2px;min-width:0;}
.acct-modal-title{font-size:15px;font-weight:950;}
.acct-modal-subtitle{
  font-size:12px;
  color:#64748b;
  font-weight:800;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.acct-modal-close{
  width:38px;height:38px;
  border-radius:12px;
  background:rgba(2,6,23,.03);
  border:1px solid rgba(148,163,184,.22);
}
.acct-modal-close:hover{background:rgba(2,6,23,.06);}

.acct-modal-steps{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  padding:0 16px 12px;
  border-bottom:1px solid rgba(148,163,184,.20);
}
.acct-step-chip{
  display:flex;
  align-items:center;
  gap:8px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(2,6,23,.02);
  border:1px solid rgba(148,163,184,.20);
  color:#64748b;
  font-size:12px;
  font-weight:900;
}
.acct-step-chip .n{
  width:20px;height:20px;border-radius:999px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(148,163,184,.20);
  color:#475569;
  font-weight:950;
  font-size:12px;
}
.acct-step-chip.is-active{
  background:rgba(99,102,241,.10);
  border-color:rgba(99,102,241,.25);
  color:#1e293b;
}
.acct-step-chip.is-active .n{
  background:rgba(99,102,241,.18);
  color:var(--acct-accent,#4f46e5);
}
.acct-step-chip.is-done{
  background:rgba(16,185,129,.10);
  border-color:rgba(16,185,129,.25);
  color:#064e3b;
}
.acct-step-chip.is-done .n{
  background:rgba(16,185,129,.18);
  color:#10b981;
}

.acct-modal-summary{padding:12px 16px 0;}
.acct-summary-card{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:10px 12px;
  border-radius:18px;
  background:rgba(2,6,23,.03);
  border:1px solid rgba(148,163,184,.22);
}
.acct-summary-left{min-width:0;}
.acct-summary-title{font-size:13px;font-weight:950;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.acct-summary-sub{margin-top:2px;font-size:12px;font-weight:800;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.acct-summary-right{text-align:left;display:flex;flex-direction:column;align-items:flex-end;gap:2px;}
.acct-summary-price{font-size:16px;font-weight:950;color:#0f172a;}
.acct-summary-old{font-size:12px;font-weight:800;color:#94a3b8;text-decoration:line-through;}

.acct-modal-body{padding:14px 16px;}
.acct-modal-foot{padding:14px 16px;}
.acct-modal-submit{
  border-radius:16px;
  background:linear-gradient(135deg, var(--acct-accent,#111827), #111827);
  box-shadow:0 14px 50px rgba(17,24,39,.22);
}
.acct-modal-submit:hover{filter:brightness(1.03);transform:translateY(-1px);}

/* Step headings */
.acct-step-title{margin-top:8px;}
.acct-step-desc{margin-bottom:10px;}

/* Pay summary inside pay step */
.acct-pay-summary{margin:10px 0 6px;}
.acct-pay-summary .acct-summary-card{margin:0;}

/* New styles 6..10 (minimal but distinct) */
.acct-style-6 .acct-card{border-radius:22px;overflow:hidden;}
.acct-style-6 .acct-head{padding:16px 18px;background:linear-gradient(135deg, rgba(99,102,241,.14), rgba(14,165,233,.10));}
.acct-style-6 .acct-title{font-size:18px;font-weight:950;}
.acct-style-6 .acct-price{font-size:22px;}
.acct-style-7 .acct-card{border-radius:22px;border:1px dashed rgba(148,163,184,.55);background:linear-gradient(180deg,#fff,rgba(2,6,23,.01));}
.acct-style-7 .acct-cta{border-radius:18px;}
.acct-style-8 .acct-card{border-radius:24px;background:rgba(255,255,255,.78);backdrop-filter:blur(10px);border:1px solid rgba(148,163,184,.28);}
.acct-style-8 .acct-card:hover{box-shadow:0 26px 100px rgba(2,6,23,.12);}
.acct-style-9 .acct-card{border-radius:18px;border:2px solid rgba(2,6,23,.10);background:#fff;}
.acct-style-9 .acct-title{letter-spacing:-.2px;}
.acct-style-10 .acct-card{border-radius:16px;border:2px solid #111827;background:#fff;box-shadow:10px 10px 0 rgba(17,24,39,.10);}
.acct-style-10 .acct-cta{border-radius:14px;}

