:root {
      --bg: #f6f6f4;
      --surface: #ffffff;
      --surface-soft: #fbfaf7;
      --text: #282a2f;
      --muted: #73757c;
      --border: #e8e5de;
      --primary: #f5a800;
      --primary-2: #ffbd2e;
      --cyan: #f5a800;
      --success: #259b55;
      --warning: #f5a800;
      --danger: #e5484d;
      --brand-dark: #222328;
      --brand-dark-2: #303238;
      --shadow: 0 18px 50px rgba(32, 33, 36, 0.08);
      --sidebar: 260px;
    }

    * { box-sizing: border-box; }
    body {
      margin: 0;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      background: var(--bg);
      color: var(--text);
      min-height: 100vh;
    }
    button, input, select { font: inherit; }
    button { cursor: pointer; }
    a { color: inherit; text-decoration: none; }

    .app { display: grid; grid-template-columns: var(--sidebar) 1fr; min-height: 100vh; }

    .sidebar {
      position: sticky; top: 0; height: 100vh;
      background: #11182c;
      color: #dfe7ff;
      padding: 24px 18px;
      display: flex; flex-direction: column;
      z-index: 10;
    }
    .brand { display: flex; align-items: center; gap: 12px; padding: 4px 10px 26px; }
    .brand-mark {
      width: 40px; height: 40px; border-radius: 13px;
      display: grid; place-items: center; font-weight: 800; color: white;
      background: linear-gradient(135deg, #6d5dfc, #12c2e9);
      box-shadow: 0 10px 24px rgba(91, 92, 240, .35);
    }
    .brand strong { display:block; font-size: 18px; color: #fff; }
    .brand small { display:block; color: #8fa1c8; margin-top: 2px; }

    .nav { display:flex; flex-direction:column; gap:7px; }
    .nav-label { padding: 14px 12px 7px; color:#6f82aa; font-size:11px; letter-spacing:.12em; text-transform:uppercase; }
    .nav-btn {
      border:0; background:transparent; color:#aebbd9; width:100%;
      display:flex; align-items:center; gap:12px; padding:12px 13px;
      border-radius:12px; text-align:left; transition:.2s ease;
    }
    .nav-btn:hover { background:#1b2542; color:#fff; transform:translateX(2px); }
    .nav-btn.active { background:linear-gradient(135deg, rgba(91,92,240,.26), rgba(6,182,212,.16)); color:#fff; box-shadow:inset 0 0 0 1px rgba(132,143,255,.14); }
    .nav-btn svg { width:20px; height:20px; flex:0 0 20px; }
    .nav-bottom { margin-top:auto; border-top:1px solid rgba(255,255,255,.08); padding-top:16px; }
    .support-mini { background:#17213a; border:1px solid rgba(255,255,255,.06); padding:15px; border-radius:16px; margin-bottom:12px; }
    .support-mini b { display:block; color:#fff; font-size:14px; }
    .support-mini span { display:block; color:#8fa1c8; font-size:12px; margin-top:4px; }

    .main { min-width:0; }
    .topbar {
      height:76px; background:rgba(255,255,255,.86); backdrop-filter: blur(16px);
      border-bottom:1px solid var(--border); display:flex; align-items:center;
      justify-content:space-between; padding:0 30px; position:sticky; top:0; z-index:9;
    }
    .mobile-menu { display:none; border:0; background:var(--surface-soft); border-radius:10px; width:40px; height:40px; }
    .top-search { display:flex; align-items:center; gap:10px; background:var(--surface-soft); border:1px solid var(--border); padding:10px 14px; border-radius:12px; min-width:300px; }
    .top-search input { width:100%; border:0; outline:0; background:transparent; color:var(--text); }
    .top-actions { display:flex; align-items:center; gap:10px; }
    .icon-btn { width:42px; height:42px; border:1px solid var(--border); border-radius:12px; background:var(--surface); display:grid; place-items:center; color:var(--muted); position:relative; }
    .dot { position:absolute; top:9px; right:9px; width:7px; height:7px; background:var(--danger); border-radius:50%; border:2px solid #fff; }
    .profile-chip { display:flex; align-items:center; gap:10px; padding:5px 8px 5px 6px; border:1px solid var(--border); border-radius:14px; background:var(--surface); }
    .avatar { width:34px; height:34px; border-radius:11px; display:grid; place-items:center; color:white; font-size:13px; font-weight:800; background:linear-gradient(135deg,#5b5cf0,#06b6d4); }
    .profile-chip strong { display:block; font-size:13px; }
    .profile-chip small { display:block; color:var(--muted); font-size:11px; margin-top:2px; }

    .content { padding:28px 30px 40px; max-width:1600px; margin:0 auto; }
    .page { display:none; animation:fade .24s ease; }
    .page.active { display:block; }
    @keyframes fade { from {opacity:0; transform:translateY(4px)} to {opacity:1; transform:none} }

    .page-head { display:flex; justify-content:space-between; gap:20px; align-items:flex-end; margin-bottom:22px; }
    .page-head h1 { margin:0; font-size:28px; letter-spacing:-.03em; }
    .page-head p { margin:6px 0 0; color:var(--muted); }
    .page-head .date { color:var(--muted); font-size:14px; }

    .hero {
      background:linear-gradient(125deg,#4f46e5 0%,#6d5dfc 46%,#06b6d4 100%);
      color:#fff; border-radius:24px; padding:28px; box-shadow:0 24px 60px rgba(79,70,229,.24);
      display:grid; grid-template-columns:1.45fr .9fr; gap:20px; overflow:hidden; position:relative;
    }
    .hero:before, .hero:after { content:""; position:absolute; border-radius:50%; background:rgba(255,255,255,.1); }
    .hero:before { width:260px; height:260px; right:-90px; top:-120px; }
    .hero:after { width:150px; height:150px; right:170px; bottom:-100px; }
    .hero h2 { margin:8px 0 10px; font-size:30px; letter-spacing:-.03em; }
    .hero p { margin:0; color:rgba(255,255,255,.8); max-width:650px; line-height:1.6; }
    .status-pill { display:inline-flex; align-items:center; gap:8px; background:rgba(255,255,255,.15); border:1px solid rgba(255,255,255,.18); padding:7px 10px; border-radius:999px; font-size:12px; }
    .status-pill i { width:8px; height:8px; border-radius:50%; background:#68f39b; box-shadow:0 0 0 5px rgba(104,243,155,.15); }
    .hero-actions { display:flex; flex-wrap:wrap; gap:10px; margin-top:22px; }
    .btn { border:0; border-radius:12px; padding:12px 16px; font-weight:700; }
    .btn-white { background:#fff; color:#4338ca; }
    .btn-ghost { background:rgba(255,255,255,.12); color:#fff; border:1px solid rgba(255,255,255,.22); }
    .hero-side { align-self:stretch; display:flex; align-items:center; justify-content:flex-end; position:relative; z-index:1; }
    .speed-ring { width:180px; height:180px; border-radius:50%; border:16px solid rgba(255,255,255,.14); border-top-color:#fff; border-right-color:#fff; display:grid; place-items:center; transform:rotate(18deg); box-shadow:inset 0 0 28px rgba(255,255,255,.08); }
    .speed-ring div { transform:rotate(-18deg); text-align:center; }
    .speed-ring strong { display:block; font-size:34px; }
    .speed-ring span { color:rgba(255,255,255,.75); font-size:12px; }

    .stats { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-top:18px; }
    .card { background:var(--surface); border:1px solid var(--border); border-radius:18px; box-shadow:var(--shadow); }
    .stat { padding:19px; display:flex; gap:14px; align-items:center; }
    .stat-icon { width:46px; height:46px; border-radius:14px; display:grid; place-items:center; }
    .violet { background:#eeecff; color:#5b5cf0; }
    .blue { background:#e9f8ff; color:#0891b2; }
    .green { background:#eaf9ef; color:#16a34a; }
    .orange { background:#fff4df; color:#f59e0b; }
    .stat-label { color:var(--muted); font-size:12px; }
    .stat strong { display:block; font-size:22px; margin-top:4px; }
    .stat small { color:var(--muted); font-size:11px; }

    .grid-2 { display:grid; grid-template-columns:1.25fr .75fr; gap:18px; margin-top:18px; }
    .section-card { padding:22px; }
    .section-title { display:flex; align-items:center; justify-content:space-between; margin-bottom:18px; }
    .section-title h3 { margin:0; font-size:17px; }
    .section-title a { color:var(--primary); font-size:12px; font-weight:700; }

    .usage-top { display:flex; align-items:flex-end; justify-content:space-between; gap:14px; }
    .usage-top strong { font-size:26px; }
    .usage-top span { color:var(--muted); font-size:12px; }
    .chart { height:190px; display:flex; align-items:flex-end; gap:14px; padding-top:20px; border-bottom:1px solid var(--border); }
    .bar-wrap { flex:1; text-align:center; color:var(--muted); font-size:11px; }
    .bar { width:100%; min-width:18px; border-radius:10px 10px 3px 3px; background:linear-gradient(180deg,#5b5cf0,#7c3aed); box-shadow:0 8px 18px rgba(91,92,240,.22); margin-bottom:8px; }
    .bar.alt { background:linear-gradient(180deg,#06b6d4,#38bdf8); }

    .quick-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
    .quick { border:1px solid var(--border); background:var(--surface-soft); border-radius:15px; padding:15px; text-align:left; transition:.2s ease; }
    .quick:hover { transform:translateY(-3px); box-shadow:0 12px 22px rgba(47,63,97,.08); border-color:#d5d8ff; }
    .quick .mini-icon { width:36px; height:36px; border-radius:11px; display:grid; place-items:center; margin-bottom:12px; }
    .quick b { display:block; font-size:13px; }
    .quick span { display:block; color:var(--muted); font-size:11px; margin-top:4px; }

    .payment-card { margin-top:18px; padding:22px; display:grid; grid-template-columns:1fr auto; gap:18px; align-items:center; }
    .payment-card h3 { margin:0 0 7px; }
    .payment-card p { margin:0; color:var(--muted); font-size:13px; }
    .progress { height:10px; background:#eceffc; border-radius:999px; overflow:hidden; margin-top:15px; }
    .progress > div { width:72%; height:100%; background:linear-gradient(90deg,#5b5cf0,#06b6d4); border-radius:999px; }
    .amount { text-align:right; }
    .amount strong { display:block; font-size:24px; }
    .amount span { color:var(--muted); font-size:12px; }

    .table-wrap { overflow:auto; }
    table { width:100%; border-collapse:collapse; min-width:640px; }
    th, td { text-align:left; padding:14px 10px; border-bottom:1px solid var(--border); font-size:13px; }
    th { color:var(--muted); font-weight:600; }
    .badge { display:inline-flex; align-items:center; gap:6px; padding:6px 9px; border-radius:999px; font-size:11px; font-weight:700; }
    .badge.success { background:#e9f8ee; color:#16823c; }
    .badge.pending { background:#fff5df; color:#b66b00; }

    .profile-grid { display:grid; grid-template-columns:320px 1fr; gap:18px; }
    .profile-panel { padding:24px; text-align:center; }
    .profile-avatar { width:92px; height:92px; border-radius:26px; display:grid; place-items:center; margin:0 auto 14px; color:#fff; font-size:26px; font-weight:800; background:linear-gradient(135deg,#5b5cf0,#06b6d4); }
    .profile-panel h2 { margin:0; }
    .profile-panel p { color:var(--muted); margin:6px 0 14px; }
    .profile-meta { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:18px; }
    .profile-meta div { background:var(--surface-soft); padding:12px; border-radius:12px; }
    .profile-meta span { display:block; font-size:11px; color:var(--muted); }
    .profile-meta strong { display:block; margin-top:4px; font-size:13px; }

    .form-card { padding:24px; }
    .form-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
    label { font-size:12px; color:var(--muted); font-weight:600; display:block; margin-bottom:7px; }
    .field { width:100%; border:1px solid var(--border); background:var(--surface-soft); border-radius:12px; padding:12px 13px; outline:0; color:var(--text); }
    .field:focus { border-color:#aaaafb; box-shadow:0 0 0 4px rgba(91,92,240,.08); }
    .save-row { display:flex; justify-content:flex-end; margin-top:18px; }
    .btn-primary { background:linear-gradient(135deg,#5b5cf0,#7c3aed); color:#fff; box-shadow:0 10px 24px rgba(91,92,240,.25); }
    .btn-soft { background:#eef0ff; color:#4f46e5; }

    .billing-layout { display:grid; grid-template-columns:1fr 380px; gap:18px; }
    .method-list { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
    .method { border:1px solid var(--border); border-radius:14px; padding:16px; background:var(--surface); text-align:left; }
    .method.active { border-color:#7778f3; box-shadow:0 0 0 3px rgba(91,92,240,.08); }
    .method b { display:block; margin-top:10px; }
    .method span { color:var(--muted); font-size:11px; }
    .brand-logo { width:44px; height:32px; border-radius:9px; display:grid; place-items:center; font-size:11px; font-weight:900; color:#fff; }
    .bkash { background:#e2136e; }
    .nagad { background:#f15a24; }
    .cardpay { background:#1d4ed8; }
    .summary-list { display:flex; flex-direction:column; gap:14px; margin-top:16px; }
    .summary-row { display:flex; justify-content:space-between; color:var(--muted); font-size:13px; }
    .summary-row.total { color:var(--text); font-weight:800; font-size:16px; border-top:1px dashed var(--border); padding-top:14px; }

    .package-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
    .package { padding:23px; position:relative; overflow:hidden; }
    .package.featured { border-color:#9797ff; box-shadow:0 20px 50px rgba(91,92,240,.14); }
    .ribbon { position:absolute; top:16px; right:-35px; transform:rotate(45deg); background:#5b5cf0; color:#fff; padding:6px 38px; font-size:10px; font-weight:800; }
    .package .speed { width:54px; height:54px; border-radius:16px; display:grid; place-items:center; font-weight:900; margin-bottom:17px; background:#eef0ff; color:#4f46e5; }
    .package h3 { margin:0; }
    .price { font-size:30px; font-weight:900; margin:14px 0; }
    .price small { font-size:12px; color:var(--muted); font-weight:500; }
    .features { padding:0; list-style:none; margin:0 0 20px; display:flex; flex-direction:column; gap:11px; }
    .features li { color:var(--muted); font-size:13px; }
    .features li:before { content:"✓"; color:var(--success); font-weight:900; margin-right:8px; }

    .support-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
    .support-card { padding:20px; }
    .support-card .support-icon { width:45px; height:45px; border-radius:14px; display:grid; place-items:center; margin-bottom:18px; }
    .support-card h3 { margin:0 0 7px; }
    .support-card p { color:var(--muted); font-size:12px; min-height:36px; }
    .ticket { margin-top:18px; padding:22px; display:grid; grid-template-columns:1fr 1fr; gap:18px; }
    textarea.field { min-height:120px; resize:vertical; }

    .footer { padding:12px 30px 28px; color:var(--muted); font-size:12px; text-align:center; }

    .dark {
      --bg:#0c1220; --surface:#121a2b; --surface-soft:#172035; --text:#edf2ff; --muted:#98a5c2; --border:#22304b;
      --shadow:0 18px 50px rgba(0,0,0,.18);
    }
    .dark .topbar { background:rgba(18,26,43,.86); }
    .dark .dot { border-color:#121a2b; }

    @media (max-width: 1100px) {
      :root { --sidebar: 220px; }
      .stats { grid-template-columns:repeat(2,1fr); }
      .grid-2, .billing-layout { grid-template-columns:1fr; }
      .package-grid { grid-template-columns:1fr 1fr; }
      .support-grid { grid-template-columns:1fr 1fr; }
    }
    @media (max-width: 820px) {
      .app { grid-template-columns:1fr; }
      .sidebar { position:fixed; left:-270px; width:250px; transition:.25s ease; box-shadow:20px 0 45px rgba(0,0,0,.25); }
      .sidebar.open { left:0; }
      .mobile-menu { display:grid; place-items:center; }
      .top-search { display:none; }
      .topbar { padding:0 16px; }
      .content { padding:22px 16px 32px; }
      .hero { grid-template-columns:1fr; }
      .hero-side { justify-content:flex-start; }
      .speed-ring { width:145px; height:145px; }
      .profile-grid { grid-template-columns:1fr; }
      .package-grid { grid-template-columns:1fr; }
      .ticket { grid-template-columns:1fr; }
    }
    @media (max-width: 560px) {
      .profile-chip div:not(.avatar) { display:none; }
      .page-head { align-items:flex-start; flex-direction:column; }
      .hero h2 { font-size:24px; }
      .stats, .support-grid, .quick-grid, .form-grid, .method-list { grid-template-columns:1fr; }
      .payment-card { grid-template-columns:1fr; }
      .amount { text-align:left; }
    }

:root {
      --circle-orange: #f5a800;
      --circle-orange-2: #ffbf31;
      --circle-charcoal: #222328;
      --circle-charcoal-2: #303238;
      --circle-cream: #fffaf0;
    }

    body {
      background:
        radial-gradient(circle at 92% 4%, rgba(245,168,0,.10), transparent 24rem),
        var(--bg);
    }

    .sidebar {
      background:
        radial-gradient(circle at 10% 4%, rgba(245,168,0,.13), transparent 15rem),
        linear-gradient(180deg, #202126 0%, #292b31 60%, #202126 100%);
      color: #f6f6f4;
      border-right: 1px solid rgba(255,255,255,.06);
    }

    .brand {
      padding: 0 0 24px;
      display: block;
    }

    .brand-logo-wrap {
      min-height: 76px;
      padding: 12px 13px;
      border-radius: 16px;
      background: #fff;
      display: flex;
      align-items: center;
      box-shadow: 0 14px 34px rgba(0,0,0,.20);
      overflow: hidden;
    }

    .official-logo {
      display: block;
      width: 100%;
      height: auto;
      max-height: 56px;
      object-fit: contain;
      object-position: left center;
    }

    .brand-fallback {
      width: 100%;
      display: none;
      align-items: center;
      gap: 7px;
      color: #56585e;
    }
    .fallback-mark { width: 48px; height: 48px; flex: 0 0 48px; }
    .fallback-wordmark { min-width: 0; line-height: 1; }
    .fallback-wordmark > div { white-space: nowrap; font-size: 19px; letter-spacing: -.04em; }
    .fallback-wordmark b { color: #55575c; font-weight: 700; }
    .fallback-wordmark strong { color: #f5a800; font-weight: 800; }
    .fallback-wordmark small { display:block; margin-top: 5px; color:#16171a; font-size: 7.5px; font-weight: 700; white-space: nowrap; }

    .bar-wrap {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
    }
    .bar { flex: 0 0 auto; }

    .nav-label { color: #92949b; }
    .nav-btn { color: #c8c9cd; }
    .nav-btn:hover {
      background: rgba(255,255,255,.07);
      color: #fff;
      transform: translateX(3px);
    }
    .nav-btn.active {
      color: #202126;
      background: linear-gradient(135deg, var(--circle-orange), var(--circle-orange-2));
      box-shadow: 0 12px 30px rgba(245,168,0,.24), inset 0 0 0 1px rgba(255,255,255,.30);
    }
    .nav-btn.active svg { stroke-width: 2.1; }

    .support-mini {
      background: rgba(255,255,255,.055);
      border-color: rgba(255,255,255,.08);
      position: relative;
      overflow: hidden;
    }
    .support-mini::before {
      content: "";
      position: absolute;
      left: 0; top: 0; bottom: 0;
      width: 4px;
      background: var(--circle-orange);
    }
    .support-mini span { color: #aeb0b6; }

    .topbar {
      background: rgba(255,255,255,.90);
      border-bottom-color: rgba(37,38,42,.08);
      box-shadow: 0 10px 35px rgba(26,27,30,.035);
    }

    .top-search:focus-within {
      border-color: rgba(245,168,0,.72);
      box-shadow: 0 0 0 4px rgba(245,168,0,.10);
    }

    .avatar, .profile-avatar {
      color: #24252a;
      background: linear-gradient(135deg, var(--circle-orange), #ffd365);
      box-shadow: 0 10px 22px rgba(245,168,0,.20);
    }

    .page-head h1 { color: #26272b; }

    .hero {
      background:
        radial-gradient(circle at 84% 20%, rgba(255,194,55,.36), transparent 18rem),
        linear-gradient(125deg, #24252a 0%, #303238 55%, #1f2024 100%);
      box-shadow: 0 25px 65px rgba(32,33,36,.24);
      border: 1px solid rgba(255,255,255,.07);
    }
    .hero::before {
      width: 340px;
      height: 340px;
      right: -150px;
      top: -180px;
      background: rgba(245,168,0,.22);
      border: 1px solid rgba(255,205,93,.20);
    }
    .hero::after {
      background: rgba(245,168,0,.10);
    }
    .status-pill {
      color: #fff;
      background: rgba(255,255,255,.08);
      border-color: rgba(255,255,255,.12);
    }
    .status-pill i {
      background: #7ee2a8;
      box-shadow: 0 0 0 5px rgba(126,226,168,.14);
    }
    .btn-white {
      background: linear-gradient(135deg, var(--circle-orange), var(--circle-orange-2));
      color: #24252a;
      box-shadow: 0 12px 28px rgba(245,168,0,.24);
    }
    .btn-ghost:hover { background: rgba(255,255,255,.20); }
    .speed-ring {
      border-color: rgba(255,255,255,.10);
      border-top-color: var(--circle-orange);
      border-right-color: #ffd468;
      box-shadow: inset 0 0 34px rgba(245,168,0,.06), 0 0 50px rgba(245,168,0,.08);
    }

    .card {
      border-color: rgba(37,38,42,.08);
      box-shadow: 0 18px 50px rgba(32,33,36,.07);
    }
    .card:hover { border-color: rgba(245,168,0,.20); }

    .violet, .orange {
      background: #fff5dc;
      color: #cc8500;
    }
    .blue {
      background: #f1f1ef;
      color: #34363c;
    }
    .green {
      background: #eaf8ef;
      color: #248b4f;
    }

    .section-title a { color: #c67f00; }
    .bar {
      background: linear-gradient(180deg, #ffca50, #f5a800);
      box-shadow: 0 8px 18px rgba(245,168,0,.22);
    }
    .bar.alt { background: linear-gradient(180deg, #4d4f56, #27282d); }

    .quick:hover {
      border-color: rgba(245,168,0,.46);
      box-shadow: 0 14px 26px rgba(51,48,40,.09);
    }

    .progress > div {
      background: linear-gradient(90deg, #f5a800, #ffd15e);
    }

    .field:focus {
      border-color: rgba(245,168,0,.75);
      box-shadow: 0 0 0 4px rgba(245,168,0,.10);
    }
    .btn-primary {
      color: #24252a;
      background: linear-gradient(135deg, var(--circle-orange), var(--circle-orange-2));
      box-shadow: 0 10px 24px rgba(245,168,0,.25);
    }
    .btn-primary:hover, .btn-white:hover { filter: brightness(1.035); transform: translateY(-1px); }
    .btn-soft {
      background: #fff2ce;
      color: #8e5c00;
    }

    .method.active {
      border-color: var(--circle-orange);
      box-shadow: 0 0 0 3px rgba(245,168,0,.12);
    }

    .package.featured {
      border-color: rgba(245,168,0,.72);
      box-shadow: 0 20px 50px rgba(245,168,0,.15);
    }
    .ribbon {
      background: linear-gradient(135deg, #f5a800, #ffbf31);
      color: #25262a;
    }
    .package .speed {
      background: #fff2ce;
      color: #8e5c00;
      border: 1px solid rgba(245,168,0,.18);
    }

    .footer { color: #85868b; }

    .dark {
      --bg: #17181c;
      --surface: #222329;
      --surface-soft: #2b2d33;
      --text: #f3f2ed;
      --muted: #aaaab0;
      --border: #393b42;
      --shadow: 0 18px 50px rgba(0,0,0,.20);
    }
    .dark .topbar { background: rgba(34,35,41,.90); }
    .dark .page-head h1 { color: #f5f4ee; }
    .dark .top-search, .dark .icon-btn, .dark .profile-chip { border-color: #393b42; }
    .dark .brand-logo-wrap { background: #fff; }
    .dark .btn-soft { background: rgba(245,168,0,.15); color: #ffd373; }
    .dark .blue { background: #34363d; color: #e1e1df; }
    .dark .violet, .dark .orange { background: rgba(245,168,0,.14); color: #ffd26c; }

    @media (max-width: 820px) {
      .brand-logo-wrap { min-height: 70px; }
    }

/* PHP portal feedback and form helpers */
.flash-stack { display: grid; gap: 10px; margin-bottom: 18px; }
.flash { padding: 13px 15px; border-radius: 13px; border: 1px solid var(--border); background: var(--surface); box-shadow: var(--shadow); font-size: 13px; display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.flash.success { border-color: rgba(37,155,85,.25); background: #effaf3; color: #176d3b; }
.flash.error { border-color: rgba(229,72,77,.25); background: #fff1f1; color: #9f282c; }
.flash.info { border-color: rgba(245,168,0,.35); background: #fff8e5; color: #805400; }
.dark .flash.success { background: rgba(37,155,85,.13); color: #8fe0ae; }
.dark .flash.error { background: rgba(229,72,77,.13); color: #ffaaaa; }
.dark .flash.info { background: rgba(245,168,0,.13); color: #ffd779; }
.flash-close { border: 0; background: transparent; color: inherit; font-size: 17px; line-height: 1; opacity: .65; }
.form-note { margin-top: 12px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.method { position: relative; }
.method input { position: absolute; opacity: 0; pointer-events: none; }
.package form { margin: 0; }
.btn[disabled] { cursor: default; opacity: .72; }
.logout-form { margin: 0; }
.logout-form .nav-btn { font-family: inherit; }
.ticket-id { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-weight: 800; }

/* cPanel PHP edition */
.demo-banner {
  margin-bottom: 18px;
  padding: 12px 15px;
  border: 1px solid rgba(245,168,0,.32);
  border-radius: 13px;
  background: #fff7df;
  color: #785000;
  font-size: 12px;
  line-height: 1.5;
}
.dark .demo-banner { background: rgba(245,168,0,.12); color: #ffd87c; }
.quick-form { margin: 0; min-width: 0; }
.quick-form .quick { width: 100%; height: 100%; }

/* Login page */
.login-body {
  min-height: 100vh;
  background: #f3f1eb;
  color: #27282c;
}
.login-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(380px, 1.05fr) minmax(440px, .95fr);
}
.login-visual {
  position: relative;
  overflow: hidden;
  padding: 46px clamp(36px, 6vw, 88px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  isolation: isolate;
  color: #fff;
  background:
    radial-gradient(circle at 75% 28%, rgba(255,196,58,.28), transparent 17rem),
    linear-gradient(145deg, #1d1e22 0%, #2e3036 56%, #1d1e22 100%);
}
.login-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .13;
  background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
}
.login-logo {
  width: min(270px, 72%);
  height: auto;
  background: #fff;
  border-radius: 18px;
  padding: 13px 16px;
  box-shadow: 0 20px 50px rgba(0,0,0,.24);
}
.login-visual-copy { position: relative; z-index: 2; max-width: 620px; padding: 60px 0 30px; }
.login-kicker {
  display: inline-flex;
  padding: 7px 11px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #ffd36a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
}
.login-visual h1 {
  margin: 18px 0 15px;
  max-width: 620px;
  font-size: clamp(42px, 5vw, 72px);
  line-height: .98;
  letter-spacing: -.055em;
}
.login-visual p { max-width: 560px; margin: 0; color: #c4c5c9; line-height: 1.75; font-size: 15px; }
.login-points { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.login-points span { padding: 9px 12px; border-radius: 10px; background: rgba(255,255,255,.07); color: #f2f2ee; font-size: 12px; }
.login-orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(245,168,0,.22); z-index: -1; }
.orbit-one { width: 420px; height: 420px; right: -170px; top: 8%; box-shadow: inset 0 0 0 50px rgba(245,168,0,.025); }
.orbit-two { width: 190px; height: 190px; left: 8%; bottom: -95px; border-width: 28px; }
.login-panel { display: grid; place-items: center; padding: 34px; background: #f8f7f3; }
.login-card { width: min(100%, 460px); }
.login-mobile-logo { display: none; margin-bottom: 30px; }
.login-mobile-logo img { width: 220px; height: auto; }
.login-eyebrow { color: #a66b00; font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.login-card h2 { margin: 9px 0 8px; font-size: clamp(28px, 3vw, 38px); letter-spacing: -.035em; }
.login-subtitle { margin: 0 0 28px; color: #787a80; line-height: 1.55; font-size: 14px; }
.login-alert { margin-bottom: 16px; padding: 12px 13px; border-radius: 11px; font-size: 13px; line-height: 1.45; }
.login-alert.error { background: #fff0f0; color: #9c292d; border: 1px solid #f3c9cb; }
.login-alert.success { background: #edf9f1; color: #176d3b; border: 1px solid #c8e8d3; }
.login-form label { margin: 0 0 8px; color: #4e5056; font-size: 12px; font-weight: 750; }
.login-label-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 18px; }
.login-label-row label { margin-bottom: 8px; }
.text-button { padding: 0 0 8px; border: 0; background: transparent; color: #a66b00; font-size: 11px; font-weight: 800; }
.login-input-wrap { position: relative; display: flex; align-items: center; }
.login-input-wrap > span { position: absolute; left: 14px; color: #a5a5aa; font-size: 18px; pointer-events: none; }
.login-input-wrap input {
  width: 100%;
  height: 52px;
  padding: 0 66px 0 43px;
  border: 1px solid #dedbd3;
  border-radius: 13px;
  outline: 0;
  background: #fff;
  color: #27282c;
  transition: .18s ease;
}
.login-input-wrap input:focus { border-color: #e4a51b; box-shadow: 0 0 0 4px rgba(245,168,0,.12); }
.password-toggle { position: absolute; right: 12px; border: 0; background: transparent; color: #8a5b05; font-size: 11px; font-weight: 800; }
.remember-row { display: flex !important; align-items: center; gap: 8px; margin: 15px 0 0 !important; color: #777980 !important; font-weight: 500 !important; }
.remember-row input { accent-color: #f5a800; }
.login-submit {
  width: 100%;
  height: 52px;
  margin-top: 21px;
  border: 0;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #24252a;
  font-weight: 850;
  background: linear-gradient(135deg, #f5a800, #ffc84f);
  box-shadow: 0 15px 30px rgba(245,168,0,.24);
  transition: .18s ease;
}
.login-submit:hover { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(245,168,0,.30); }
.login-submit span { font-size: 19px; }
.demo-box {
  margin-top: 20px;
  padding: 14px;
  border: 1px dashed #d6b76b;
  border-radius: 13px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 7px 12px;
  background: #fff8e6;
}
.demo-box div { grid-row: span 2; align-self: center; }
.demo-box strong, .demo-box span { display: block; }
.demo-box strong { font-size: 12px; }
.demo-box span { margin-top: 3px; color: #8a7d62; font-size: 10px; }
.demo-box code { padding: 4px 7px; border-radius: 6px; background: rgba(255,255,255,.8); color: #5b430e; font-size: 11px; }
.login-help { margin: 24px 0 0; text-align: center; color: #898b90; font-size: 12px; }
.login-help strong { color: #7b5100; }

@media (max-width: 900px) {
  .login-shell { grid-template-columns: 1fr; }
  .login-visual { display: none; }
  .login-panel { min-height: 100vh; padding: 28px 20px; }
  .login-mobile-logo { display: block; }
}
@media (max-width: 480px) {
  .login-panel { align-items: start; }
  .login-mobile-logo img { width: 190px; }
  .login-card h2 { font-size: 29px; }
  .demo-box { grid-template-columns: 1fr; }
  .demo-box div { grid-row: auto; margin-bottom: 4px; }
}

/* Animated guest quick payment */
.login-divider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 22px 0 14px;
  color: #9a9891;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.login-divider::before,
.login-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e5e1d8;
}
.login-divider span { padding: 0 12px; }
.quick-pay-launch {
  width: 100%;
  min-height: 66px;
  padding: 11px 14px;
  border: 1px solid rgba(32, 138, 77, .24);
  border-radius: 15px;
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 12px;
  text-align: left;
  color: #153f27;
  background: linear-gradient(135deg, #f2fbf5, #e5f7eb);
  box-shadow: 0 11px 28px rgba(32, 138, 77, .10);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.quick-pay-launch:hover {
  transform: translateY(-2px);
  border-color: rgba(32, 138, 77, .46);
  box-shadow: 0 17px 36px rgba(32, 138, 77, .17);
}
.quick-pay-launch:focus-visible { outline: 3px solid rgba(32, 138, 77, .20); outline-offset: 3px; }
.quick-pay-launch-icon {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  background: linear-gradient(145deg, #2da75e, #14773b);
  box-shadow: 0 9px 20px rgba(27, 135, 68, .25);
}
.quick-pay-launch > span:nth-child(2) { min-width: 0; }
.quick-pay-launch strong,
.quick-pay-launch small { display: block; }
.quick-pay-launch strong { font-size: 13px; letter-spacing: -.01em; }
.quick-pay-launch small { margin-top: 4px; color: #5d7b68; font-size: 10px; font-weight: 550; }
.quick-pay-launch > b { color: #1d8a49; font-size: 20px; transition: transform .2s ease; }
.quick-pay-launch:hover > b { transform: translateX(3px); }

.quick-pay-open { overflow: hidden; }
.quick-pay-modal[hidden] { display: none !important; }
.quick-pay-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 22px;
  overflow-y: auto;
  background: rgba(18, 20, 25, .72);
  backdrop-filter: blur(13px);
  opacity: 0;
  transition: opacity .24s ease;
}
.quick-pay-modal.is-open { opacity: 1; }
.quick-pay-dialog {
  position: relative;
  isolation: isolate;
  width: min(100%, 820px);
  max-height: calc(100vh - 44px);
  overflow: hidden auto;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 26px;
  color: #25272b;
  background: rgba(255,255,255,.98);
  box-shadow: 0 36px 100px rgba(0,0,0,.34);
  transform: translateY(24px) scale(.965);
  opacity: 0;
  transition: transform .32s cubic-bezier(.22,.86,.28,1), opacity .24s ease;
}
.quick-pay-modal.is-open .quick-pay-dialog { transform: translateY(0) scale(1); opacity: 1; }
.quick-pay-glow {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(1px);
  pointer-events: none;
}
.quick-pay-glow-one {
  width: 260px;
  height: 260px;
  right: -110px;
  top: -130px;
  background: radial-gradient(circle, rgba(245,168,0,.18), transparent 70%);
  animation: quickFloat 7s ease-in-out infinite;
}
.quick-pay-glow-two {
  width: 220px;
  height: 220px;
  left: -120px;
  bottom: -120px;
  background: radial-gradient(circle, rgba(32,138,77,.15), transparent 70%);
  animation: quickFloat 8s ease-in-out -2s infinite reverse;
}
.quick-pay-header {
  position: sticky;
  top: 0;
  z-index: 5;
  padding: 19px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #ece9e2;
  background: rgba(255,255,255,.91);
  backdrop-filter: blur(12px);
}
.quick-pay-brand { display: flex; align-items: center; gap: 11px; min-width: 0; }
.quick-pay-brand-mark {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  color: #25262a;
  font-size: 12px;
  font-weight: 950;
  background: linear-gradient(135deg, #f5a800, #ffd16b);
  box-shadow: 0 9px 20px rgba(245,168,0,.24);
}
.quick-pay-brand strong,
.quick-pay-brand small { display: block; }
.quick-pay-brand strong { font-size: 15px; }
.quick-pay-brand small { margin-top: 3px; color: #818188; font-size: 10px; }
.quick-pay-close {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border: 1px solid #e4e1da;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #696a70;
  background: #fff;
  font-size: 24px;
  line-height: 1;
  transition: .18s ease;
}
.quick-pay-close:hover { color: #202126; border-color: #cfcac0; transform: rotate(4deg); }
.quick-pay-close:focus-visible,
.quick-primary:focus-visible,
.quick-secondary:focus-visible,
.quick-method:focus-visible { outline: 3px solid rgba(245,168,0,.20); outline-offset: 2px; }

.quick-progress {
  padding: 20px 36px 4px;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  gap: 10px;
}
.quick-progress > i { height: 2px; border-radius: 999px; background: #e7e4dd; overflow: hidden; }
.quick-progress > i::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #f5a800, #29a75c);
  transition: width .42s ease;
}
.quick-pay-dialog[data-current-step="2"] .quick-progress > i:first-of-type::after,
.quick-pay-dialog[data-current-step="3"] .quick-progress > i::after { width: 100%; }
.quick-progress-item { display: grid; justify-items: center; gap: 5px; color: #a3a19b; transition: color .24s ease; }
.quick-progress-item span {
  position: relative;
  width: 28px;
  height: 28px;
  border: 2px solid #ddd9d1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  font-size: 11px;
  font-weight: 900;
  transition: .24s ease;
}
.quick-progress-item b { font-size: 9px; white-space: nowrap; }
.quick-progress-item.is-active { color: #7a5200; }
.quick-progress-item.is-active span {
  border-color: #f5a800;
  color: #2b2b2d;
  background: #fff3cc;
  box-shadow: 0 0 0 5px rgba(245,168,0,.10);
}
.quick-progress-item.is-complete { color: #177a40; }
.quick-progress-item.is-complete span { border-color: #28a45a; color: transparent; background: #28a45a; }
.quick-progress-item.is-complete span::after { content: "✓"; position: absolute; inset: 0; display: grid; place-items: center; color: #fff; }

.quick-pay-content { position: relative; min-height: 470px; padding: 22px 36px 32px; }
.quick-pay-step { display: none; opacity: 0; transform: translateX(24px); }
.quick-pay-step.is-active {
  display: block;
  animation: quickStepIn .38s cubic-bezier(.2,.8,.2,1) forwards;
}
.quick-step-hero { display: flex; align-items: center; gap: 15px; margin: 4px 0 24px; }
.quick-step-icon {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: #855800;
  font-size: 31px;
  background: linear-gradient(145deg, #fff6d9, #ffe5a0);
  box-shadow: inset 0 0 0 1px rgba(245,168,0,.18), 0 12px 26px rgba(245,168,0,.12);
}
.quick-step-hero h3 { margin: 0; font-size: 22px; letter-spacing: -.025em; }
.quick-step-hero p { margin: 5px 0 0; color: #818188; font-size: 12px; line-height: 1.5; }
.quick-pay-form label { display: block; margin: 0 0 8px; color: #56575d; font-size: 11px; font-weight: 800; }
.quick-field-wrap { position: relative; display: flex; align-items: center; }
.quick-field-wrap > span { position: absolute; left: 14px; color: #9a9892; font-size: 15px; font-weight: 800; pointer-events: none; }
.quick-field-wrap input {
  width: 100%;
  height: 52px;
  padding: 0 15px 0 42px;
  border: 1px solid #dfdcd5;
  border-radius: 13px;
  outline: 0;
  color: #25262a;
  background: #fff;
  font: inherit;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.quick-field-wrap input:focus { border-color: #e2a016; box-shadow: 0 0 0 4px rgba(245,168,0,.11); transform: translateY(-1px); }
.quick-inline-note { margin: 9px 0 16px; display: flex; align-items: center; justify-content: flex-end; gap: 7px; color: #99968e; font-size: 9px; }
.quick-inline-note button { padding: 4px 8px; border: 1px dashed #d0aa4f; border-radius: 7px; color: #7d5200; background: #fff8e7; font: inherit; font-weight: 900; }
.quick-primary,
.quick-secondary {
  min-height: 48px;
  padding: 0 19px;
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-weight: 850;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.quick-primary {
  border: 0;
  color: #232429;
  background: linear-gradient(135deg, #f5a800, #ffd064);
  box-shadow: 0 13px 28px rgba(245,168,0,.23);
}
.quick-pay-step[data-step="1"] .quick-primary { width: 100%; }
.quick-primary:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 17px 34px rgba(245,168,0,.29); }
.quick-primary:disabled { cursor: wait; opacity: .75; }
.quick-secondary { border: 1px solid #ddd9d1; color: #56575d; background: #fff; }
.quick-secondary:hover { transform: translateY(-1px); border-color: #c9c4ba; }
.quick-spinner {
  width: 17px;
  height: 17px;
  border: 2px solid rgba(36,37,42,.22);
  border-top-color: #24252a;
  border-radius: 50%;
  animation: quickSpin .7s linear infinite;
}
.quick-security-note { margin: 15px 0 0; text-align: center; color: #8c8b91; font-size: 9px; }
.quick-error {
  margin: 12px 0;
  padding: 10px 12px;
  border: 1px solid #f1c7c9;
  border-radius: 10px;
  color: #982b30;
  background: #fff2f2;
  font-size: 11px;
  line-height: 1.45;
  animation: quickShake .28s ease;
}

.quick-account-card {
  padding: 15px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 13px;
  border: 1px solid rgba(32,138,77,.18);
  border-radius: 17px;
  background: linear-gradient(135deg, #f6fcf8, #edf9f1);
}
.quick-account-avatar {
  width: 49px;
  height: 49px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  background: linear-gradient(145deg, #2caa5e, #14743a);
  box-shadow: 0 10px 22px rgba(29,137,70,.22);
}
.quick-account-main { min-width: 0; }
.quick-account-main > span { color: #22864c; font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.quick-account-main h3 { margin: 3px 0 2px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 17px; }
.quick-account-main p { margin: 0; color: #6f7772; font-size: 10px; }
.quick-status { padding: 5px 8px; border-radius: 999px; color: #17753d; background: #d9f3e3; font-size: 9px; font-weight: 900; text-transform: capitalize; }
.quick-profile-grid { margin: 14px 0 20px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.quick-profile-grid > div { min-width: 0; padding: 12px; border: 1px solid #ebe8e1; border-radius: 12px; background: #fbfaf7; }
.quick-profile-grid span,
.quick-profile-grid strong { display: block; }
.quick-profile-grid span { color: #929197; font-size: 8px; text-transform: uppercase; letter-spacing: .05em; }
.quick-profile-grid strong { margin-top: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 11px; }
.quick-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-bottom: 18px; }
.quick-methods { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.quick-method {
  position: relative;
  min-height: 88px;
  padding: 11px;
  border: 1px solid #dfdcd5;
  border-radius: 14px;
  display: grid;
  grid-template-columns: 35px 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 9px;
  text-align: left;
  color: #393a3f;
  background: #fff;
  transition: .2s ease;
}
.quick-method:hover { transform: translateY(-2px); border-color: #cfc9bc; box-shadow: 0 11px 23px rgba(47,45,39,.08); }
.quick-method.is-active { border-color: #f5a800; background: #fffaf0; box-shadow: 0 0 0 3px rgba(245,168,0,.10), 0 12px 24px rgba(245,168,0,.08); }
.quick-method.is-active::after { content: "✓"; position: absolute; right: 7px; top: 7px; width: 17px; height: 17px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: #24a358; font-size: 9px; font-weight: 900; }
.quick-wallet { grid-row: span 2; width: 35px; height: 35px; border-radius: 10px; display: grid; place-items: center; color: #fff; font-size: 16px; font-weight: 950; }
.bkash-wallet { background: linear-gradient(145deg, #ed1c66, #bd0c4c); }
.nagad-wallet { background: linear-gradient(145deg, #f36f25, #dc3d19); }
.card-wallet { background: linear-gradient(145deg, #3b5fba, #263c83); }
.quick-method b { align-self: end; font-size: 11px; }
.quick-method small { align-self: start; color: #929197; font-size: 8px; }
.quick-total { margin-top: 15px; padding: 13px 15px; border-radius: 13px; display: flex; align-items: center; justify-content: space-between; background: #f4f2ed; }
.quick-total span { color: #6f7076; font-size: 10px; }
.quick-total strong { color: #1d7f45; font-size: 19px; }
.quick-actions { margin-top: 16px; display: flex; justify-content: flex-end; gap: 10px; }
.quick-actions .quick-primary { min-width: 190px; }
.quick-demo-warning { margin: 13px 0 0; padding: 10px 11px; border: 1px solid rgba(245,168,0,.25); border-radius: 10px; color: #7d5b17; background: #fff9e9; font-size: 9px; line-height: 1.5; }

.quick-success { padding: 14px 0 4px; text-align: center; }
.quick-success-ring {
  position: relative;
  width: 92px;
  height: 92px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(36,163,88,.12);
  animation: quickSuccessPulse 1.8s ease-in-out infinite;
}
.quick-success-ring::before { content: ""; position: absolute; inset: 10px; border-radius: inherit; background: linear-gradient(145deg, #35b76b, #168044); box-shadow: 0 18px 36px rgba(28,142,72,.25); transform: scale(0); animation: quickSuccessPop .48s .12s cubic-bezier(.2,.9,.3,1.25) forwards; }
.quick-success-ring span { position: relative; z-index: 1; color: #fff; font-size: 33px; font-weight: 950; opacity: 0; transform: rotate(-25deg) scale(.6); animation: quickCheckIn .35s .42s ease forwards; }
.quick-success-kicker { color: #1a8245; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.quick-success h3 { margin: 8px 0 4px; font-size: 38px; letter-spacing: -.04em; }
.quick-success > p { margin: 0; color: #85858b; font-size: 12px; }
.quick-receipt { width: min(100%, 470px); margin: 21px auto 0; border: 1px solid #e8e4dc; border-radius: 15px; overflow: hidden; text-align: left; background: #fbfaf7; }
.quick-receipt > div { padding: 11px 14px; display: flex; justify-content: space-between; gap: 18px; border-bottom: 1px solid #ebe8e1; }
.quick-receipt > div:last-child { border-bottom: 0; }
.quick-receipt span { color: #8b8b91; font-size: 9px; }
.quick-receipt strong { overflow-wrap: anywhere; text-align: right; font-size: 10px; }
.quick-success-actions { justify-content: center; }

@keyframes quickStepIn { from { opacity: 0; transform: translateX(24px); } to { opacity: 1; transform: translateX(0); } }
@keyframes quickSpin { to { transform: rotate(360deg); } }
@keyframes quickShake { 0%,100% { transform: translateX(0); } 35% { transform: translateX(-5px); } 70% { transform: translateX(4px); } }
@keyframes quickFloat { 0%,100% { transform: translate3d(0,0,0) scale(1); } 50% { transform: translate3d(0,14px,0) scale(1.05); } }
@keyframes quickSuccessPop { to { transform: scale(1); } }
@keyframes quickCheckIn { to { opacity: 1; transform: rotate(0) scale(1); } }
@keyframes quickSuccessPulse { 0%,100% { box-shadow: 0 0 0 0 rgba(36,163,88,.12); } 50% { box-shadow: 0 0 0 14px rgba(36,163,88,0); } }

@media (max-width: 700px) {
  .quick-pay-modal { padding: 10px; align-items: end; }
  .quick-pay-dialog { width: 100%; max-height: calc(100vh - 20px); border-radius: 22px 22px 14px 14px; }
  .quick-pay-header { padding: 15px 16px; }
  .quick-progress { padding: 17px 18px 2px; }
  .quick-pay-content { min-height: 500px; padding: 19px 17px 24px; }
  .quick-profile-grid { grid-template-columns: 1fr 1fr; }
  .quick-form-row { grid-template-columns: 1fr; }
  .quick-methods { grid-template-columns: 1fr; }
  .quick-method { min-height: 65px; }
  .quick-actions { display: grid; grid-template-columns: .75fr 1.25fr; }
  .quick-actions .quick-primary { min-width: 0; }
  .quick-success-actions { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 420px) {
  .quick-progress-item b { display: none; }
  .quick-progress { grid-template-columns: auto 1fr auto 1fr auto; }
  .quick-step-hero { align-items: flex-start; }
  .quick-step-icon { flex-basis: 48px; width: 48px; height: 48px; border-radius: 15px; font-size: 25px; }
  .quick-account-card { grid-template-columns: auto 1fr; }
  .quick-status { grid-column: 2; justify-self: start; }
  .quick-pay-brand small { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .quick-pay-dialog,
  .quick-pay-modal,
  .quick-pay-step.is-active,
  .quick-pay-glow,
  .quick-success-ring,
  .quick-success-ring::before,
  .quick-success-ring span,
  .quick-spinner { animation: none !important; transition: none !important; }
  .quick-success-ring::before { transform: scale(1); }
  .quick-success-ring span { opacity: 1; transform: none; }
}
