/* =========================================================
   SMM Panel - theme
   White / blue / dark navy, mobile-first
   ========================================================= */
:root {
  --brand-500: #0ea5e9;
  --brand-600: #0284c7;
  --brand-700: #0369a1;
  --navy-900: #082f49;
  --navy-800: #0c4a6e;
  --navy-700: #075985;
  --ink: #101828;
  --muted: #667085;
  --line: #dbeafe;
  --soft: #f0f9ff;
  --radius: 16px;
  --shadow-sm: 0 2px 8px rgba(16, 24, 40, .06);
  --shadow-md: 0 14px 40px rgba(16, 24, 40, .10);

  --bs-primary: #0ea5e9;
  --bs-primary-rgb: 14, 165, 233;
  --bs-link-color: #0284c7;
  --bs-link-hover-color: #0369a1;
  --bs-body-font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --bs-body-color: #101828;
}

body { font-family: var(--bs-body-font-family); color: var(--ink); background: #fff; }
h1, h2, h3, h4, h5, h6 { font-weight: 700; letter-spacing: -.02em; }
a { text-decoration: none; }

.btn-primary { --bs-btn-bg: var(--brand-500); --bs-btn-border-color: var(--brand-500); --bs-btn-hover-bg: var(--brand-600); --bs-btn-hover-border-color: var(--brand-600); --bs-btn-active-bg: var(--brand-700); }
.btn-outline-primary { --bs-btn-color: var(--brand-500); --bs-btn-border-color: var(--brand-500); --bs-btn-hover-bg: var(--brand-500); --bs-btn-hover-border-color: var(--brand-500); }
.btn { border-radius: 10px; font-weight: 600; }
.form-control, .form-select { border-radius: 10px; border-color: var(--line); padding: .625rem .875rem; }
.form-control:focus, .form-select:focus { border-color: var(--brand-500); box-shadow: 0 0 0 .2rem rgba(14, 165, 233, .18); }
.bg-light-soft { background: var(--soft); }
.text-primary { color: var(--brand-500) !important; }

/* ---------- Navbar ---------- */
.site-nav { background: rgba(255, 255, 255, .92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); transition: box-shadow .25s ease, padding .25s ease; padding: .65rem 0; z-index: 1030; }
.site-nav.scrolled { box-shadow: var(--shadow-sm); }
.site-nav .nav-link { color: #344054; font-weight: 500; border-radius: 8px; padding: .45rem .8rem; }
.site-nav .nav-link:hover, .site-nav .nav-link.active { color: var(--brand-500); background: var(--soft); }
.brand-mark { width: 34px; height: 34px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #38bdf8, var(--brand-600)); color: #fff; font-size: 1rem; }
.nav-balance { display: inline-flex; align-items: center; gap: .35rem; font-weight: 600; color: var(--brand-600); background: var(--soft); border-radius: 999px; padding: .35rem .75rem; margin: .25rem .5rem; }
.skip-link { position: absolute; top: .5rem; left: .5rem; z-index: 2000; background: #fff; padding: .5rem .75rem; border-radius: 8px; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 4.5rem 0 5rem; color: var(--ink); background: radial-gradient(900px 480px at 12% -15%, #bae6fd 0%, transparent 60%), linear-gradient(165deg, #f0f9ff 0%, #e0f2fe 55%, #fff 100%); border-bottom: 1px solid var(--line); overflow: hidden; }
.hero::after { content: ''; position: absolute; right: -12%; top: -25%; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(56, 189, 248, .35), transparent 65%); }
.hero-title { font-size: clamp(2rem, 5vw, 3.25rem); line-height: 1.1; margin-bottom: 1rem; }
.hero-sub { color: #475569; font-size: 1.075rem; max-width: 34rem; margin-bottom: 1.75rem; }
.pill { display: inline-flex; align-items: center; gap: .45rem; background: #fff; color: var(--brand-700); border: 1px solid var(--line); box-shadow: var(--shadow-sm); border-radius: 999px; padding: .4rem .9rem; font-size: .85rem; font-weight: 500; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 2rem; }
.hero-trust strong { display: block; font-size: 1.4rem; color: var(--brand-700); }
.hero-trust span { color: var(--muted); font-size: .85rem; }
.hero-card { background: #fff; color: var(--ink); border-radius: var(--radius); padding: 1.5rem; box-shadow: var(--shadow-md); position: relative; z-index: 2; }

/* ---------- Sections ---------- */
.section-head { text-align: center; max-width: 42rem; margin: 0 auto 2.5rem; }
.section-head h2 { font-size: clamp(1.6rem, 3.5vw, 2.25rem); }
.section-head p { color: var(--muted); margin-bottom: 0; }

.feature-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease; }
.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.feature-icon { width: 44px; height: 44px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; background: var(--soft); color: var(--brand-500); font-size: 1.2rem; margin-bottom: .9rem; }

.panel-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; box-shadow: var(--shadow-sm); }
.stat-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.25rem; box-shadow: var(--shadow-sm); color: var(--ink); height: 100%; }
a.stat-card:hover { border-color: var(--brand-500); }

.page-head { background: linear-gradient(135deg, var(--brand-600), var(--navy-800)); color: #fff; padding: 2.5rem 0; }
.page-head h1 { font-size: clamp(1.6rem, 4vw, 2.25rem); margin-bottom: .35rem; }
.page-head p { color: #d8f0ff; }

.table-panel { --bs-table-border-color: var(--line); }
.table-panel thead th { font-size: .75rem; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); font-weight: 600; border-bottom: 1px solid var(--line); }
.table-panel tbody tr:hover { background: var(--soft); }

.charge-box { display: flex; justify-content: space-between; align-items: center; background: var(--soft); border-radius: 12px; padding: .9rem 1.1rem; font-size: 1.05rem; }
.charge-box strong { color: var(--brand-600); font-size: 1.25rem; }

.code-block { background: var(--navy-900); color: #d9e2ff; border-radius: 12px; padding: 1rem; font-size: .85rem; overflow-x: auto; }

.faq .accordion-item { border: 1px solid var(--line); border-radius: 12px !important; margin-bottom: .75rem; overflow: hidden; }
.faq .accordion-button { font-weight: 600; }
.faq .accordion-button:not(.collapsed) { background: var(--soft); color: var(--brand-600); box-shadow: none; }
.faq .accordion-button:focus { box-shadow: none; }

.auth-wrap { padding: 3.5rem 0; background: var(--soft); min-height: 70vh; }
.auth-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem; box-shadow: var(--shadow-md); }

.ticket-item { border-bottom: 1px solid var(--line); padding: .9rem 0; }
.ticket-item:last-child { border-bottom: 0; }
.ticket-reply { background: var(--soft); border-left: 3px solid var(--brand-500); border-radius: 8px; padding: .6rem .8rem; font-size: .875rem; margin: .5rem 0; }

.cta-band { background: linear-gradient(135deg, #38bdf8, var(--brand-700)); color: #fff; padding: 3.5rem 0; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-900); color: #c6d0ea; padding: 3rem 0 1.5rem; }
.site-footer a { color: #c6d0ea; }
.site-footer a:hover { color: #fff; }
.footer-head { color: #fff; font-size: .9rem; text-transform: uppercase; letter-spacing: .06em; margin-bottom: .9rem; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: .5rem; font-size: .925rem; }
.footer-text { font-size: .925rem; color: #9fb0d6; }
.footer-rule { border-color: rgba(255, 255, 255, .12); margin: 2rem 0 1rem; }
.social { width: 36px; height: 36px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; background: rgba(255, 255, 255, .08); color: #fff; }
.social:hover { background: var(--brand-500); }

/* ---------- Admin ---------- */
.admin-body { background: var(--soft); }
.admin-topbar { position: sticky; top: 0; z-index: 1035; display: flex; align-items: center; gap: .75rem; padding: .55rem 1rem; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 2px 10px rgba(2, 132, 199, .06); }
.admin-brand { display: inline-flex; align-items: center; gap: .5rem; text-decoration: none; color: var(--navy-900, #0b1220); }
.admin-who { color: var(--muted, #64748b); font-size: .9rem; }
.admin-shell { display: flex; align-items: flex-start; min-height: calc(100vh - 57px); }
.admin-side { width: 260px; flex: 0 0 260px; background: linear-gradient(180deg, var(--navy-900), var(--brand-700)); }
.admin-side-body { display: flex; flex-direction: column; align-items: stretch; padding: 1rem .75rem 2rem; }
@media (min-width: 992px) {
  .admin-side { position: sticky; top: 57px; height: calc(100vh - 57px); overflow-y: auto; }
}
@media (max-width: 991.98px) {
  .admin-side { background: linear-gradient(180deg, var(--navy-900), var(--brand-700)); }
  .admin-side .offcanvas-header { color: #fff; }
  .admin-side .btn-close { filter: invert(1); }
}
.admin-side-group { color: rgba(255, 255, 255, .5); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; margin: 1rem .75rem .35rem; }
.admin-side-link { display: flex; align-items: center; gap: .65rem; padding: .55rem .75rem; border-radius: 10px; color: #dbe7fb; text-decoration: none; font-size: .93rem; font-weight: 500; transition: background .15s ease, color .15s ease; }
.admin-side-link i { font-size: 1.05rem; opacity: .9; }
.admin-side-link:hover { background: rgba(255, 255, 255, .1); color: #fff; }
.admin-side-link.active { background: #fff; color: var(--brand-700); box-shadow: 0 6px 16px rgba(2, 6, 23, .18); }
.admin-main { flex: 1 1 auto; min-width: 0; }
.admin-topbar .brand-logo { height: 30px; }

/* ---------- Utilities & motion ---------- */
.to-top { position: fixed; right: 1rem; bottom: 1rem; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--brand-500); color: #fff; box-shadow: var(--shadow-md); opacity: 0; pointer-events: none; transition: opacity .25s ease; z-index: 1040; }
.to-top.show { opacity: 1; pointer-events: auto; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

@media (max-width: 991.98px) {
  .hero { padding: 3rem 0 3.5rem; }
  .hero-trust { gap: 1.25rem; }
}

/* ---------- Secret admin login (/superadmin) ---------- */
.superadmin-body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(900px 500px at 15% -10%, rgba(37, 99, 235, .45), transparent 60%),
    radial-gradient(700px 500px at 90% 110%, rgba(14, 165, 233, .35), transparent 60%),
    var(--navy, #0b1220);
}
.superadmin-wrap {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
}
.superadmin-card {
  width: 100%;
  max-width: 420px;
  background: #fff;
  border-radius: 18px;
  padding: 2rem 1.75rem;
  box-shadow: 0 30px 70px rgba(2, 6, 23, .45);
}
.superadmin-card .form-control { padding: .7rem .9rem; }
.brand-mark-lg {
  width: 54px; height: 54px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.5rem; border-radius: 16px;
}

/* ================= Dashboard, auth extras and blog ================= */
.balance-chip{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);border-radius:16px;padding:14px 18px;color:#fff;display:flex;flex-direction:column;align-items:flex-start;min-width:200px}
.balance-chip span{font-size:.8rem;opacity:.8}
.balance-chip strong{font-size:1.5rem;line-height:1.2}

.stat-card{background:#fff;border:1px solid var(--line,#e6e9f0);border-radius:16px;padding:18px;display:flex;align-items:center;gap:14px;height:100%;box-shadow:0 8px 24px rgba(16,24,40,.05)}
.stat-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;font-size:1.25rem;background:#f1f5ff;flex:0 0 auto}
.stat-value{font-size:1.5rem;font-weight:700;line-height:1}
.stat-label{font-size:.82rem;color:#667085}

.quick-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.quick-links a{display:flex;align-items:center;gap:8px;padding:11px 13px;border-radius:12px;background:#f7f9fc;border:1px solid var(--line,#e6e9f0);color:#0d1b3e;text-decoration:none;font-size:.9rem;font-weight:500;transition:.18s}
.quick-links a:hover{background:#eaf0ff;border-color:#c7d7ff;transform:translateY(-1px)}
@media(max-width:400px){.quick-links{grid-template-columns:1fr}}

.or-divider{display:flex;align-items:center;gap:12px;color:#98a2b3;font-size:.82rem;margin:18px 0}
.or-divider::before,.or-divider::after{content:"";flex:1;height:1px;background:var(--line,#e6e9f0)}

.post-card{background:#fff;border:1px solid var(--line,#e6e9f0);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;transition:.2s;box-shadow:0 8px 24px rgba(16,24,40,.05)}
.post-card:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(16,24,40,.1)}
.post-cover{width:100%;height:180px;object-fit:cover}
.post-body{padding:20px}
.post-body h2 a{color:#0d1b3e;text-decoration:none}
.post-body h2 a:hover{color:var(--brand,#1d4ed8)}
.post-content{font-size:1.03rem;line-height:1.75;color:#344054}
.post-content h2{margin:1.7rem 0 .7rem;font-size:1.45rem;color:#0d1b3e}
.post-content h3{margin:1.3rem 0 .6rem;font-size:1.2rem;color:#0d1b3e}
.post-content ul,.post-content ol{padding-left:1.2rem}
.post-content li{margin-bottom:.4rem}
.cta-inline{background:#f7f9fc;border:1px solid var(--line,#e6e9f0);border-radius:16px;padding:26px;text-align:center}

/* ===== Try your luck slots ===== */
.luck-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.6rem}
.luck-slot{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;
  min-height:64px;padding:.5rem;border-radius:.75rem;border:1px dashed rgba(13,110,253,.3);
  background:rgba(13,110,253,.03);color:var(--bs-body-color);width:100%;text-align:center;transition:.15s ease}
.luck-slot .luck-no{font-size:.75rem;font-weight:700;opacity:.6}
.luck-slot .luck-user{font-size:.8rem;font-weight:600;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
button.luck-slot.free{cursor:pointer;border-style:solid}
button.luck-slot.free:hover{background:rgba(13,110,253,.12);transform:translateY(-2px)}
.luck-slot.taken{border-style:solid;background:rgba(108,117,125,.12);border-color:rgba(108,117,125,.25)}
.luck-slot.winner{border-color:#ffc107;background:rgba(255,193,7,.18);box-shadow:0 0 0 2px rgba(255,193,7,.25)}


/* ---------- Branding, app strip & signup card (sky theme) ---------- */
.brand-logo { height: 38px; width: auto; max-width: 190px; object-fit: contain; }
.admin-nav .brand-logo { height: 30px; }
.brand-mark-lg { width: 54px; height: 54px; font-size: 1.5rem; border-radius: 16px; }

.app-strip { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: .9rem 1.1rem; box-shadow: var(--shadow-sm); }
.app-strip-icon { width: 42px; height: 42px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; background: var(--soft); color: var(--brand-600); font-size: 1.25rem; }

.signup-card { border: 1px solid var(--line); box-shadow: 0 20px 50px rgba(2, 132, 199, .14); }
.signup-card .form-label { font-size: .85rem; font-weight: 600; color: #334155; margin-bottom: .25rem; }

.site-nav .nav-link.active, .site-nav .nav-link:hover { color: var(--brand-700); }
.badge.text-bg-primary { background-color: var(--brand-500) !important; }


/* ---------- 2FA / security ---------- */
.totp-input { letter-spacing: .5rem; font-weight: 700; }
.qr-box {
  background: #fff;
  padding: .75rem;
  border-radius: 14px;
  border: 1px solid var(--line, #dbeafe);
  box-shadow: 0 6px 18px rgba(2, 132, 199, .12);
}
.qr-box svg { width: 100%; height: auto; max-width: 220px; display: block; }
.recovery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: .4rem;
}
.recovery-grid code {
  background: #fff;
  border: 1px dashed #93c5fd;
  border-radius: 8px;
  padding: .3rem .5rem;
  text-align: center;
  font-size: .85rem;
}
.intruder-thumb {
  width: 72px;
  height: 54px;
  object-fit: cover;
  border-radius: 8px;
  border: 2px solid #fecaca;
}
.cam-hidden { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }


/* ---------- Admin: theme gallery swatches ---------- */
.theme-swatch { position: relative; height: 108px; border-radius: 14px 14px 0 0; display: flex; align-items: center; gap: 8px; padding: 0 16px; overflow: hidden; }
.theme-chip { width: 26px; height: 26px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,.35); }
.theme-bar { position: absolute; left: 0; right: 0; bottom: 0; height: 5px; }


/* ---- Theme hero artwork (user panel themes only) ---- */
.theme-hero-art { display: none; height: 320px; margin: 0 0 -110px; background-size: cover; background-position: center 30%; background-repeat: no-repeat; -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,.9) 55%, rgba(0,0,0,0) 100%); mask-image: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,.9) 55%, rgba(0,0,0,0) 100%); opacity: 1; pointer-events: none; }
@media (max-width: 767.98px) { .theme-hero-art { height: 230px; margin-bottom: -80px; background-position: center 35%; } }
.brand-logo { max-height: 42px; width: auto; object-fit: contain; }
img { max-width: 100%; height: auto; }

/* ---- Floating WhatsApp button ---- */
.wa-float { position: fixed; left: 1rem; bottom: 1rem; z-index: 1045; display: inline-flex; align-items: center; gap: .55rem; height: 52px; padding: 0 1rem; border-radius: 999px; background: #25d366; color: #05240f; font-weight: 700; text-decoration: none; box-shadow: 0 10px 24px rgba(37, 211, 102, .35); transition: transform .2s ease, box-shadow .2s ease; }
.wa-float:hover { color: #05240f; transform: translateY(-2px); box-shadow: 0 14px 30px rgba(37, 211, 102, .45); }
.wa-float i { font-size: 1.5rem; line-height: 1; }
.wa-float::after { content: ""; position: absolute; inset: 0; border-radius: 999px; box-shadow: 0 0 0 0 rgba(37, 211, 102, .55); animation: waPulse 2.4s infinite; }
@keyframes waPulse { 70% { box-shadow: 0 0 0 16px rgba(37, 211, 102, 0); } 100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); } }
@media (max-width: 575.98px) { .wa-float { padding: 0; width: 52px; justify-content: center; } .wa-float-label { display: none; } }
@media (prefers-reduced-motion: reduce) { .wa-float::after { animation: none; } }

/* --- Integrations & modules (admin) --- */
.integration-icon{
  width:42px;height:42px;flex:0 0 42px;border-radius:12px;
  display:inline-flex;align-items:center;justify-content:center;
  font-size:1.25rem;color:var(--int-colour,#0ea5e9);
  background:color-mix(in srgb, var(--int-colour,#0ea5e9) 14%, #fff);
  border:1px solid color-mix(in srgb, var(--int-colour,#0ea5e9) 25%, #fff);
}
.gtranslate-box{position:fixed;left:14px;bottom:14px;z-index:1030}

/* --- Service & category icons --- */
.svc-icon{
  width:34px;height:34px;flex:0 0 34px;border-radius:10px;
  display:inline-flex;align-items:center;justify-content:center;
  font-size:1rem;color:#0284c7;
  background:rgba(14,165,233,.12);
  border:1px solid rgba(14,165,233,.25);
}
.svc-icon.svc-icon-lg{width:42px;height:42px;flex-basis:42px;font-size:1.25rem;border-radius:12px}
.icon-picker{display:flex;flex-wrap:wrap;gap:.35rem;max-height:150px;overflow:auto;padding:.5rem;border:1px solid rgba(0,0,0,.1);border-radius:.5rem}
.icon-picker button{width:34px;height:34px;border-radius:8px;border:1px solid rgba(0,0,0,.1);background:#fff;color:#0f172a;line-height:1}
.icon-picker button:hover{background:rgba(14,165,233,.14);color:#0284c7}

/* Order form: service details box */
.service-info{
  background: rgba(13,110,253,.05);
  border: 1px solid rgba(13,110,253,.15);
  border-radius: .6rem;
  padding: .6rem .75rem;
}

/* ---- Logged-in user panel slide-out drawer ---- */
.drawer-toggle { border: 1px solid var(--line, rgba(0,0,0,.1)); background: transparent; color: inherit; border-radius: 12px; width: 42px; height: 42px; font-size: 1.35rem; line-height: 1; display: inline-flex; align-items: center; justify-content: center; }
.drawer-toggle:focus-visible { outline: 2px solid var(--brand-600, #0ea5e9); }
.site-nav .container { gap: .5rem; }
.drawer-backdrop { position: fixed; inset: 0; background: rgba(2,8,23,.5); backdrop-filter: blur(2px); opacity: 0; transition: opacity .25s ease; z-index: 1045; }
.drawer-backdrop.show { opacity: 1; }
.user-drawer { position: fixed; top: 0; left: 0; bottom: 0; width: min(86vw, 320px); background: var(--bs-body-bg, #fff); color: var(--bs-body-color, #0f172a); box-shadow: 0 18px 45px rgba(2,8,23,.28); transform: translateX(-102%); transition: transform .28s cubic-bezier(.22,.7,.3,1); z-index: 1050; display: flex; flex-direction: column; overflow-y: auto; overscroll-behavior: contain; }
.user-drawer.open { transform: translateX(0); }
.drawer-head { display: flex; align-items: center; gap: .6rem; padding: 1rem; border-bottom: 1px solid rgba(148,163,184,.25); }
.drawer-user { display: flex; align-items: center; gap: .65rem; min-width: 0; flex: 1; }
.drawer-avatar { flex: 0 0 auto; width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--soft, rgba(14,165,233,.12)); color: var(--brand-600, #0ea5e9); font-size: 1.1rem; }
.drawer-name { font-weight: 700; }
.drawer-balance { font-size: .85rem; font-weight: 600; color: var(--brand-600, #0ea5e9); }
.drawer-close { border: 0; background: transparent; color: inherit; font-size: 1rem; padding: .35rem .5rem; border-radius: 10px; }
.drawer-links, .drawer-foot { padding: .6rem; display: flex; flex-direction: column; gap: .15rem; }
.drawer-foot { margin-top: auto; border-top: 1px solid rgba(148,163,184,.25); }
.drawer-link { display: flex; align-items: center; gap: .7rem; padding: .65rem .75rem; border-radius: 12px; text-decoration: none; color: inherit; font-weight: 500; border: 0; background: transparent; transition: background .15s ease, color .15s ease; }
.drawer-link i { font-size: 1.05rem; width: 1.4rem; text-align: center; opacity: .85; }
.drawer-link:hover { background: rgba(148,163,184,.16); color: inherit; }
.drawer-link.active { background: var(--soft, rgba(14,165,233,.12)); color: var(--brand-600, #0ea5e9); font-weight: 700; }
.drawer-logout { color: #ef4444; }
.drawer-logout:hover { background: rgba(239,68,68,.12); color: #ef4444; }
.drawer-row { display: flex; align-items: center; justify-content: space-between; gap: .5rem; padding: .5rem .75rem; }
.drawer-row-label { font-weight: 500; display: inline-flex; align-items: center; gap: .5rem; }
.user-drawer .currency-switch .dropdown-menu { max-height: 50vh; overflow-y: auto; }
body.drawer-open { overflow: hidden; }
