/* ChunavDesk Minimal — chhota custom CSS; baaki Tailwind utility classes */
:root { --cd-blue: #2563eb; --cd-blue-d: #1d4ed8; --cd-border: #e5e7eb; --cd-ink: #0f172a;
  --c1: #2563eb; --c2: #0d9488; --c3: #db2777; --c4: #7c3aed; --c5: #d97706; --c6: #16a34a; --c7: #ea580c; --c8: #0891b2; }
html { font-family: Hind, Poppins, "Noto Sans Devanagari", system-ui, sans-serif; font-size: 15px; }
body { background: #f6f7fb; color: var(--cd-ink); }
h1, h2, h3, .font-h, .stat .val, .num-big { font-family: Poppins, Hind, "Noto Sans Devanagari", sans-serif; }
.brand { font-family: Poppins, sans-serif; font-weight: 700; letter-spacing: -.01em; }
.grad { background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 55%, #7c3aed 100%); }
.tint-1 { background: #eff6ff; color: #1d4ed8; } .tint-2 { background: #f0fdfa; color: #0f766e; } .tint-3 { background: #fdf2f8; color: #be185d; }
.tint-4 { background: #f5f3ff; color: #6d28d9; } .tint-5 { background: #fffbeb; color: #b45309; } .tint-6 { background: #f0fdf4; color: #15803d; }
.tint-7 { background: #fff7ed; color: #c2410c; } .tint-8 { background: #ecfeff; color: #0e7490; }
.ico { display: inline-flex; width: 34px; height: 34px; border-radius: 10px; align-items: center; justify-content: center; font-size: 17px; }
.stat { display: flex; gap: 12px; align-items: center; }
.stat .val { color: var(--cd-ink); }
.stat.c1 .val { color: var(--c1); } .stat.c2 .val { color: var(--c2); } .stat.c3 .val { color: var(--c3); } .stat.c4 .val { color: var(--c4); }
.stat.c5 .val { color: var(--c5); } .stat.c6 .val { color: var(--c6); } .stat.c7 .val { color: var(--c7); } .stat.c8 .val { color: var(--c8); }
.card { box-shadow: 0 1px 2px rgba(15,23,42,.04); }
.side-wrap { background: #fff; border-right: 1px solid var(--cd-border); }
.topbar { background: rgba(255,255,255,.9); backdrop-filter: blur(6px); border-bottom: 1px solid var(--cd-border); }
.bar > i { background: linear-gradient(90deg, var(--c1), var(--c4)); }
.num { font-variant-numeric: tabular-nums; text-align: right; }
a.lnk, .lnk { color: var(--cd-blue); }
a.lnk:hover, .lnk:hover { text-decoration: underline; cursor: pointer; }
.card { background: #fff; border: 1px solid var(--cd-border); border-radius: 8px; }
.card-h { display: flex; align-items: center; justify-content: space-between; padding: 10px 14px; border-bottom: 1px solid var(--cd-border); font-size: 13px; font-weight: 600; }
.card-b { padding: 12px 14px; }
.tbl { width: 100%; border-collapse: collapse; font-size: 13px; }
.tbl th { position: sticky; top: 0; background: #f9fafb; text-align: left; font-weight: 600; color: #4b5563; padding: 8px 10px; border-bottom: 1px solid var(--cd-border); white-space: nowrap; }
.tbl td { padding: 7px 10px; border-bottom: 1px solid #f1f5f9; vertical-align: middle; }
.tbl tr:hover td { background: #f8fafc; }
.tbl th.num, .tbl td.num { text-align: right; }
.pill { display: inline-block; padding: 1px 8px; border-radius: 999px; font-size: 11px; font-weight: 600; white-space: nowrap; }
.pill-grey { background: #f3f4f6; color: #374151; }
.pill-blue { background: #dbeafe; color: #1d4ed8; }
.pill-amber { background: #fef3c7; color: #92400e; }
.pill-green { background: #dcfce7; color: #166534; }
.pill-red { background: #fee2e2; color: #991b1b; }
.pill-purple { background: #ede9fe; color: #5b21b6; }
.tag { display: inline-flex; width: 18px; height: 18px; border-radius: 4px; color: #fff; font-size: 11px; font-weight: 700; align-items: center; justify-content: center; }
.tag-B { background: #f97316; } .tag-C { background: #2563eb; } .tag-P { background: #ca8a04; }
.chip { display: inline-flex; align-items: center; gap: 4px; padding: 3px 10px; border: 1px solid var(--cd-border); border-radius: 999px; font-size: 12px; background: #fff; white-space: nowrap; cursor: pointer; }
.chip.on { background: #dbeafe; border-color: #93c5fd; color: #1d4ed8; }
.chips { display: flex; gap: 6px; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; }
.btn { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: 6px; border: 1px solid var(--cd-border); font-size: 13px; background: #fff; cursor: pointer; white-space: nowrap; }
.btn:hover { background: #f9fafb; }
.btn-p { background: linear-gradient(90deg, var(--c1), #4f46e5); color: #fff; border-color: transparent; }
.btn-p:hover { background: #1a5fd0; }
.btn-sm { padding: 3px 8px; font-size: 12px; }
.inp { border: 1px solid var(--cd-border); border-radius: 6px; padding: 6px 10px; font-size: 13px; background: #fff; }
.inp:focus { outline: 2px solid #bfdbfe; border-color: #93c5fd; }
.stat { padding: 12px 14px; }
.stat .lbl { font-size: 11px; color: #6b7280; text-transform: uppercase; letter-spacing: .02em; }
.stat .val { font-size: 22px; font-weight: 700; color: var(--cd-blue); margin-top: 2px; font-variant-numeric: tabular-nums; }
.stat .sub { font-size: 12px; color: #6b7280; margin-top: 2px; }
.bar { height: 6px; background: #eff6ff; border-radius: 3px; overflow: hidden; }
.bar > i { display: block; height: 100%; background: var(--cd-blue); }
.side a { display: flex; align-items: center; gap: 8px; padding: 6px 12px; border-radius: 6px; font-size: 13px; color: #374151; }
.side a:hover { background: #f3f4f6; }
.side a.on { background: linear-gradient(90deg, #dbeafe, #ede9fe); color: #1d4ed8; font-weight: 600; }
.side .sec { padding: 12px 12px 4px; font-size: 10px; color: #9ca3af; text-transform: uppercase; letter-spacing: .08em; }
.tabs { display: flex; gap: 2px; border-bottom: 1px solid var(--cd-border); overflow-x: auto; scrollbar-width: none; }
.tabs a { padding: 8px 12px; font-size: 13px; color: #4b5563; border-bottom: 2px solid transparent; white-space: nowrap; cursor: pointer; }
.tabs a.on { color: var(--cd-blue); border-color: var(--cd-blue); font-weight: 600; }
.seg { display: inline-flex; border: 1px solid var(--cd-border); border-radius: 6px; overflow: hidden; font-size: 12px; }
.seg span { padding: 3px 9px; cursor: pointer; }
.seg span.on { background: linear-gradient(90deg, var(--c1), var(--c4)); color: #fff; }
.drawer { position: fixed; inset: 0; z-index: 40; display: none; }
.drawer.open { display: block; }
.drawer .bg { position: absolute; inset: 0; background: rgba(0,0,0,.3); }
.drawer .panel { position: absolute; top: 0; bottom: 0; right: 0; width: min(520px, 100%); background: #fff; overflow: auto; box-shadow: -1px 0 0 var(--cd-border); }
.kv { display: grid; grid-template-columns: 130px 1fr; gap: 6px 10px; font-size: 13px; }
.kv dt { color: #6b7280; } .kv dd { margin: 0; }
.dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-right: 4px; }
.dot-g { background: #16a34a; } .dot-a { background: #d97706; } .dot-r { background: #dc2626; }
.dash-card.dragging { opacity: .4; }
.dash-card .grip { cursor: grab; color: #9ca3af; }
.leaflet-container { font: inherit; border-radius: 8px; }
@media (max-width: 767px) {
  .tbl th, .tbl td { padding: 6px 8px; font-size: 12px; }
  .stat .val { font-size: 18px; }
  main { padding-bottom: 64px; }
}

/* ---- public website ---- */
.site-nav { background: rgba(255,255,255,.92); backdrop-filter: blur(8px); border-bottom: 1px solid var(--cd-border); }
.site-link { padding: 6px 10px; border-radius: 6px; font-size: 14px; color: #374151; }
.site-link:hover, .site-link.on { color: var(--cd-blue); background: #eff6ff; }
.site-footer { background: #fff; border-top: 1px solid var(--cd-border); }
.hero { background: radial-gradient(1200px 500px at 20% -10%, #dbeafe 0%, transparent 60%), radial-gradient(900px 400px at 90% 10%, #ede9fe 0%, transparent 60%); }
.h-xl { font-family: Poppins, Hind, sans-serif; font-weight: 700; letter-spacing: -.02em; line-height: 1.15; }
.feat { border: 1px solid var(--cd-border); border-radius: 12px; padding: 18px; background: #fff; transition: transform .15s, box-shadow .15s; }
.feat:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(15,23,42,.08); }
.step-n { width: 40px; height: 40px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; color: #fff; font-family: Poppins; font-weight: 700; background: linear-gradient(135deg, #2563eb, #7c3aed); }
.plan { border: 1px solid var(--cd-border); border-radius: 14px; padding: 20px; background: #fff; display: flex; flex-direction: column; }
.plan.hot { border: 2px solid #7c3aed; box-shadow: 0 10px 30px rgba(124,58,237,.15); position: relative; }
.plan.hot::before { content: attr(data-badge); position: absolute; top: -12px; left: 16px; background: linear-gradient(90deg,#2563eb,#7c3aed); color: #fff; font-size: 11px; font-weight: 600; padding: 2px 10px; border-radius: 999px; }
.price { font-family: Poppins; font-size: 30px; font-weight: 700; }
.mock { border: 1px solid var(--cd-border); border-radius: 12px; background: #fff; box-shadow: 0 20px 50px rgba(15,23,42,.12); overflow: hidden; }
.mock .bar-top { height: 28px; background: #f1f5f9; display: flex; gap: 6px; align-items: center; padding: 0 10px; }
.mock .bar-top i { width: 9px; height: 9px; border-radius: 50%; background: #cbd5e1; display: block; }
.faq details { border: 1px solid var(--cd-border); border-radius: 10px; padding: 12px 16px; background: #fff; }
.faq summary { cursor: pointer; font-weight: 600; }
.band { background: linear-gradient(135deg, #1e3a8a, #2563eb 55%, #7c3aed); color: #fff; border-radius: 16px; }
.check li { padding-left: 22px; position: relative; }
.check li::before { content: "✓"; position: absolute; left: 0; color: #16a34a; font-weight: 700; }
.band .btn { background: #fff; color: #1e3a8a; border-color: #fff; font-weight: 600; }
.band .btn.bg-transparent { background: transparent; color: #fff; border-color: rgba(255,255,255,.6); }
