:root {
  --bg: #080d16;
  --bg-deep: #060a11;
  --surface: #101827;
  --surface-2: #141e30;
  --input-bg: #0e1624;
  --line: rgba(127, 154, 188, .18);
  --line-strong: rgba(32, 202, 238, .34);
  --text: #f4f7fb;
  --muted: #8ea2bd;
  --faint: #7c90a8;
  --cyan: #19d3ef;
  --blue: #4978f6;
  --radius: 17px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible { outline: 2px solid var(--cyan); outline-offset: 2px; border-radius: 4px; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
:lang(hi), :lang(hi) * { font-family: 'Noto Sans Devanagari', Inter, system-ui, sans-serif; line-height: 1.7; }
.brand:lang(hi), .nav-shell nav a:lang(hi) { line-height: normal; }
body::before { content: ""; position: fixed; inset: 0; z-index: -2; background: radial-gradient(circle at 50% 4%, rgba(18, 170, 214, .11), transparent 32%), radial-gradient(circle at 95% 72%, rgba(39, 101, 255, .07), transparent 28%), var(--bg); }
body::after { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, black, transparent 70%); }

.topbar { position: sticky; top: 0; z-index: 50; border-top: 1px solid var(--cyan); border-bottom: 1px solid rgba(255,255,255,.07); background: rgba(8, 13, 22, .88); backdrop-filter: blur(18px); }
.nav-shell { width: min(1320px, calc(100% - 40px)); height: 76px; margin: auto; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 13px; color: #f4f7fb; font-size: 20px; font-weight: 750; text-decoration: none; letter-spacing: -.02em; white-space: nowrap; }
.brand b { color: var(--cyan); font-size: 14px; font-weight: 500; }
.brand-emblem { display: block; height: 30px; width: auto; flex-shrink: 0; }
.nav-shell nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.nav-shell nav a { color: #9baac0; font-size: 14px; font-weight: 550; text-decoration: none; transition: .2s; }
.nav-shell nav a:hover, .nav-shell nav a.active { color: var(--cyan); }
.nav-actions { display: flex; align-items: center; gap: 9px; }
.language span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.language select, .install-button, .menu-button { height: 36px; border: 1px solid var(--line); border-radius: 9px; background: var(--input-bg); color: #cbd6e4; font: 600 11px Inter, sans-serif; }
.language select { padding: 0 10px; }
.install-button { padding: 0 12px; color: var(--cyan); border-color: var(--line-strong); cursor: pointer; }
.menu-button { display: none; width: 39px; font-size: 17px; cursor: pointer; }

.hero { position: relative; min-height: clamp(190px, 28vh, 280px); display: grid; place-items: center; padding: 36px 20px 24px; overflow: hidden; text-align: center; }
.hero::after { content: ""; position: absolute; left: 50%; bottom: 0; width: min(1320px, calc(100% - 40px)); height: 1px; transform: translateX(-50%); background: linear-gradient(90deg, transparent, rgba(25,211,239,.4), transparent); }
.hero-aura { position: absolute; top: 40px; left: 50%; width: 760px; height: 440px; transform: translateX(-50%); border-radius: 50%; background: radial-gradient(circle, rgba(25,211,239,.13), rgba(41,105,255,.045) 45%, transparent 72%); filter: blur(18px); pointer-events: none; }
.hero-inner { position: relative; z-index: 2; max-width: 900px; margin: auto; }
.hero h1 { margin: 0; background: linear-gradient(100deg, #31c6f2 5%, #4c75f5 92%); -webkit-background-clip: text; background-clip: text; color: transparent; font-size: clamp(28px, 3.6vw, 46px); line-height: 1.12; letter-spacing: -.03em; font-weight: 800; }
.hero h1:lang(hi) { line-height: 1.35; padding-top: .1em; }
.hero-copy { margin: 14px auto 0; color: #9bb0cb; font-size: clamp(14px, 1.4vw, 16px); line-height: 1.65; }
.trust-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 6px 10px; margin: 18px auto 0; color: var(--muted); font-size: 13.5px; font-weight: 600; letter-spacing: .015em; line-height: 1.7; }
.trust-item { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.trust-check { display: inline-flex; align-items: center; justify-content: center; width: 15px; height: 15px; border-radius: 50%; background: rgba(34,197,94,.18); color: #4ade80; font-size: 9px; font-weight: 800; flex-shrink: 0; }
.flag-icon { display: inline-block; background: url('flag-in.svg') center/contain no-repeat; }
.trust-flag { width: 16px; height: 12px; }
.trust-sep { color: var(--faint); opacity: .5; }

.tools-section { width: min(1240px, calc(100% - 40px)); margin: auto; padding: 40px 0 120px; }
.section-heading { max-width: 720px; margin: auto; text-align: center; }
.section-heading p { margin: 0 0 10px; color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: .17em; }
.section-heading h2 { margin: 0; font-size: clamp(22px, 3vw, 30px); font-weight: 700; line-height: 1.2; letter-spacing: -.02em; }
.section-heading span { display: block; margin-top: 10px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.search-wrap { width: min(700px, 100%); margin: 0 auto 24px; position: relative; }
.search-box { width: 100%; height: 50px; margin: 0; display: flex; align-items: center; gap: 12px; padding: 0 16px; border: 1px solid var(--line); border-radius: 12px; background: rgba(16, 24, 39, .88); box-shadow: 0 18px 50px rgba(0,0,0,.18); }
.search-box:focus-within { border-color: rgba(25,211,239,.55); box-shadow: 0 18px 50px rgba(0,0,0,.22), 0 0 0 3px rgba(25,211,239,.055); }
.search-box > span { color: var(--cyan); }
.search-box input { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--text); font: 13px Inter, sans-serif; }
.search-box input::placeholder { color: #64758d; }
.search-box kbd { padding: 3px 7px; border: 1px solid var(--line); border-radius: 5px; color: var(--faint); font-size: 9px; }
.search-suggestions { position: absolute; top: calc(100% + 8px); left: 0; right: 0; z-index: 30; max-height: 320px; overflow-y: auto; border: 1px solid var(--line); border-radius: 12px; background: var(--input-bg); box-shadow: 0 18px 50px rgba(0,0,0,.25); }
.search-suggestion { display: flex; flex-direction: column; gap: 2px; padding: 11px 16px; color: var(--text); text-decoration: none; border-bottom: 1px solid var(--line); }
.search-suggestion:last-child { border-bottom: 0; }
.search-suggestion:hover, .search-suggestion:focus-visible { background: rgba(25,211,239,.06); }
.search-suggestion strong { font-size: 13px; font-weight: 650; }
.search-suggestion small { color: var(--muted); font-size: 11px; line-height: 1.4; }
.search-no-results { padding: 16px; color: var(--muted); font-size: 12.5px; text-align: center; }
.search-suggestion mark { background: rgba(25,211,239,.22); color: inherit; border-radius: 3px; padding: 0 1px; }
.popular-label { margin: 0 0 14px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.popular-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 0 0 50px; }
.popular-tool { display: flex; align-items: center; gap: 12px; padding: 14px 15px; border: 1px solid var(--line); border-radius: 13px; background: linear-gradient(145deg, rgba(20,30,48,.9), rgba(13,21,34,.94)); color: var(--text); text-decoration: none; transition: border-color .2s, transform .2s, box-shadow .2s; }
.popular-tool:hover { border-color: var(--line-strong); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,0,0,.16); }
.popular-tool-copy { min-width: 0; }
.popular-tool-copy strong { display: block; font-size: 12.5px; letter-spacing: -.01em; }
.popular-tool-copy small { display: block; margin-top: 3px; color: var(--muted); font-size: 10.5px; line-height: 1.4; }
.card-icon.small { width: 34px; height: 34px; border-radius: 9px; font-size: 8px; flex-shrink: 0; }
.section-subhead { margin: 54px 0 18px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; text-align: center; }
.category-grid--secondary { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.category-card.secondary { min-height: 150px; padding: 20px; }
.category-card.secondary .card-copy em { padding-top: 14px; }
.category-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 16px; }
.category-card { position: relative; min-height: 190px; display: grid; grid-template-columns: 48px 1fr; grid-template-rows: auto 1fr; gap: 22px 16px; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(20,30,48,.94), rgba(13,21,34,.96)); color: var(--text); text-decoration: none; overflow: hidden; transition: transform .22s, border-color .22s, box-shadow .22s; }
.category-card::before { content: ""; position: absolute; inset: 0; opacity: 0; background: radial-gradient(circle at 15% 0%, rgba(25,211,239,.09), transparent 44%); transition: opacity .22s; }
.category-card:hover { transform: translateY(-5px); border-color: var(--line-strong); box-shadow: 0 20px 50px rgba(0,0,0,.24); }
.category-card:hover::before { opacity: 1; }
.category-card.priority { border-color: rgba(25,211,239,.28); }
.card-icon { position: relative; z-index: 1; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 12px; font-size: 10px; font-weight: 800; }
.card-icon.blue { color: #68c7ff; background: rgba(44,143,255,.14); }.card-icon.violet,.card-icon.purple { color: #c29aff; background: rgba(143,91,235,.14); }.card-icon.pink { color: #f48ab8; background: rgba(226,76,141,.14); }.card-icon.green { color: #79e5b1; background: rgba(34,185,116,.14); }.card-icon.cyan { color: #6fe8f7; background: rgba(25,211,239,.13); }.card-icon.gold { color: #ffd06b; background: rgba(240,170,42,.14); }.card-icon.coral { color: #ff8a95; background: rgba(241,81,99,.14); }.card-icon.teal { color: #74e6d0; background: rgba(35,190,163,.13); }.card-icon.saffron { color: #ffab68; background: rgba(242,125,42,.14); }
.card-copy { position: relative; z-index: 1; min-width: 0; display: flex; flex-direction: column; }
.card-copy strong { font-size: 16px; letter-spacing: -.02em; }
.card-copy small { margin-top: 9px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.card-copy em { margin-top: auto; padding-top: 21px; color: var(--faint); font-size: 9px; font-style: normal; text-transform: uppercase; letter-spacing: .08em; }
.card-arrow { position: absolute; right: 22px; bottom: 21px; color: var(--cyan); font-size: 17px; }
.category-card.is-active { border-color: rgba(25,211,239,.55); box-shadow: 0 0 0 1px rgba(25,211,239,.2); }
.category-card.is-active .card-arrow { transform: rotate(90deg); transition: transform .2s; }
.empty-state { padding: 35px; color: var(--muted); text-align: center; }

.category-expand { margin-top: 18px; padding: 26px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: linear-gradient(145deg, rgba(20,30,48,.96), rgba(13,21,34,.98)); box-shadow: 0 20px 55px rgba(0,0,0,.28); opacity: 0; transform: translateY(-8px); transition: opacity .25s ease, transform .25s ease; }
.category-expand.open { opacity: 1; transform: translateY(0); }
.expand-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.expand-head strong { font-size: 15px; letter-spacing: -.01em; }
.expand-close { width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 8px; background: var(--input-bg); color: var(--muted); font-size: 12px; cursor: pointer; }
.expand-close:hover { color: var(--cyan); border-color: var(--line-strong); }
.expand-tools { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.expand-tool { display: flex; flex-direction: column; gap: 5px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.02); color: var(--text); text-decoration: none; transition: border-color .2s, background .2s; }
.expand-tool:hover { border-color: var(--line-strong); background: rgba(25,211,239,.05); }
.expand-tool strong { font-size: 12.5px; }
.expand-tool span { color: var(--muted); font-size: 11px; line-height: 1.5; }
.expand-tool.soon { opacity: .6; cursor: default; }
.expand-tool.soon:hover { border-color: var(--line); background: rgba(255,255,255,.02); }
.expand-tool.soon small { color: var(--faint); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.expand-chips { display: flex; flex-wrap: wrap; gap: 9px; }
.expand-chips span { padding: 7px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 11px; font-weight: 600; }
.expand-soon-note { margin: 16px 0 0; color: var(--faint); font-size: 11px; }

.projects-section { width: min(1240px, calc(100% - 40px)); margin: auto; padding: 0 0 130px; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; }
.project-card { position: relative; display: flex; flex-direction: column; padding: 28px 26px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(20,30,48,.94), rgba(13,21,34,.96)); color: var(--text); text-decoration: none; transition: transform .22s, border-color .22s, box-shadow .22s; }
.project-card:hover { transform: translateY(-5px); border-color: var(--line-strong); box-shadow: 0 20px 50px rgba(0,0,0,.24); }
.project-card.is-soon { opacity: .9; }
.project-status { align-self: flex-start; margin-bottom: 16px; padding: 4px 11px; border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.status-progress { color: #6fe8f7; background: rgba(25,211,239,.13); }
.status-soon { color: #8ea2bd; background: rgba(127,154,188,.13); }
.project-card strong { font-size: 17px; letter-spacing: -.02em; }
.project-card small { margin-top: 10px; color: var(--muted); font-size: 12.5px; line-height: 1.65; }
.project-link { margin-top: 18px; color: var(--cyan); font-size: 11px; font-weight: 700; font-style: normal; }
.project-progress { display: block; margin-top: 18px; height: 4px; border-radius: 999px; background: rgba(127,154,188,.16); overflow: hidden; }
.project-progress-fill { display: block; height: 100%; border-radius: 999px; background: linear-gradient(90deg, #2ac8eb, #5268f4); }
.hero-founder-line { margin: 18px auto 0; max-width: 620px; color: var(--muted); font-size: 13px; font-style: italic; line-height: 1.6; }
.india-badge { display: inline-flex; align-items: center; gap: 7px; margin-top: 26px; padding: 7px 15px; border: 1px solid var(--line); border-radius: 999px; color: var(--faint); font-size: 11px; font-weight: 650; background: rgba(255,255,255,.02); }
.india-badge .flag-icon { width: 15px; height: 11px; flex-shrink: 0; }

.faq-section { width: min(900px, calc(100% - 40px)); margin: 0 auto 120px; }
.faq-list { margin-top: 36px; display: flex; flex-direction: column; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(145deg, rgba(20,30,48,.9), rgba(13,21,34,.94)); overflow: hidden; }
.faq-item summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 22px; cursor: pointer; font-size: 14px; font-weight: 650; color: var(--text); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--cyan); font-size: 18px; font-weight: 400; flex-shrink: 0; transition: transform .2s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { margin: 0; padding: 0 22px 20px; color: var(--muted); font-size: 13.5px; line-height: 1.7; }

.contact-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(16,24,39,.45); }
.contact-strip-inner { width: min(1240px, calc(100% - 40px)); margin: auto; padding: 15px 0; display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap; text-align: center; color: var(--muted); font-size: 12.5px; }
.contact-strip-inner a { color: var(--cyan); font-weight: 700; text-decoration: none; }
.contact-strip-inner a:hover { text-decoration: underline; }

.site-footer { width: min(1240px, calc(100% - 40px)); margin: auto; padding: 58px 0 0; color: var(--faint); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr; gap: 30px; padding-bottom: 36px; }
.footer-logo { display: block; width: 96px; height: auto; border-radius: 12px; margin-bottom: 6px; box-shadow: 0 10px 26px rgba(0,0,0,.3); }
.footer-brand strong { display: block; color: var(--text); font-size: 16px; letter-spacing: -.02em; }
.footer-brand p { margin: 10px 0 0; max-width: 260px; color: var(--muted); font-size: 12.5px; line-height: 1.65; }
.footer-col h4 { margin: 0 0 15px; color: var(--faint); font-size: 10.5px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-col a { display: block; margin-bottom: 11px; color: var(--muted); font-size: 12.5px; text-decoration: none; }
.footer-col a:hover { color: var(--cyan); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding: 24px 0 30px; border-top: 1px solid var(--line); font-size: 10.5px; }
.footer-bottom .india-badge { margin-top: 0; }

@media (max-width: 940px) { .category-grid { grid-template-columns: repeat(2,1fr); } .popular-grid { grid-template-columns: repeat(2,1fr); } .project-grid { grid-template-columns: 1fr; } .expand-tools { grid-template-columns: repeat(2,1fr); } .nav-shell nav { gap: 22px; } .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 720px) { .nav-shell { width: calc(100% - 28px); } .nav-shell nav { display: none; position: absolute; top: 76px; left: 14px; right: 14px; flex-direction: column; align-items: stretch; gap: 5px; padding: 12px; border: 1px solid var(--line); border-radius: 13px; background: var(--input-bg); box-shadow: 0 18px 50px rgba(0,0,0,.35); } .nav-shell nav.open { display: flex; } .nav-shell nav a { padding: 12px; border-radius: 8px; } .nav-shell nav a:hover { background: rgba(25,211,239,.06); } .menu-button { display: block; } .hero { min-height: clamp(170px, 30vh, 260px); padding-top: 32px; } .language select { max-width: 84px; } }
@media (max-width: 560px) { .brand { font-size: 16px; } .brand b { display: none; } .brand-emblem { width: 34px; } .install-button { display: none !important; } .hero { padding-inline: 17px; } .hero-copy br { display: none; } .tools-section { width: calc(100% - 28px); padding-top: 36px; } .category-grid { grid-template-columns: 1fr; } .popular-grid { grid-template-columns: 1fr; } .category-card { min-height: 172px; } .category-expand { padding: 18px; } .expand-tools { grid-template-columns: 1fr; } .projects-section { width: calc(100% - 28px); padding-bottom: 90px; } .faq-section { width: calc(100% - 28px); margin-bottom: 80px; } .site-footer { width: calc(100% - 28px); } .footer-grid { grid-template-columns: 1fr; gap: 26px; } .footer-bottom { flex-direction: column; align-items: flex-start; } }
@media (prefers-reduced-motion: reduce) { *, html { transition-duration: .01ms !important; animation-duration: .01ms !important; scroll-behavior: auto !important; } }

.dev-banner{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;text-align:center;background:linear-gradient(105deg,rgba(25,211,239,.14),rgba(73,120,246,.14));border-bottom:1px solid rgba(25,211,239,.25);color:#cbe9f5;font-size:12px;font-weight:600}.dev-banner strong{color:#67e8f9;font-weight:800}@media(max-width:560px){.dev-banner{font-size:10.5px;padding:7px 10px}}

/* ========== Status badges (beta / coming soon) ========== */
.status-badge-beta,.status-badge-soon{display:inline-flex;align-items:center;gap:4px;padding:3px 9px;border-radius:999px;font-size:8.5px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}
.status-badge-beta{background:rgba(255,178,107,.16);color:#ffb26b;border:1px solid rgba(255,178,107,.35)}
.status-badge-soon{background:rgba(127,154,188,.16);color:var(--muted);border:1px solid var(--line)}
.category-card .status-badge-beta,.category-card .status-badge-soon{position:absolute;top:16px;right:16px}

/* ========== Theme toggle button ========== */
.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--line);border-radius:9px;background:var(--input-bg);color:var(--text);cursor:pointer;font-size:16px;line-height:1}
.theme-toggle:hover{border-color:var(--line-strong)}
.theme-toggle-icon{display:block}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}

body,.category-card,.project-card,.faq-item,.trust-row,.search-box,.language select,.install-button,.menu-button,.theme-toggle,.expand-tool,.category-expand{transition:background-color .25s ease,color .25s ease,border-color .25s ease}

/* ========== Light theme ========== */
:root[data-theme="light"]{--bg:#f8fafc;--bg-deep:#eef2f7;--surface:#ffffff;--surface-2:#f1f5f9;--input-bg:#ffffff;--line:rgba(15,23,42,.12);--line-strong:rgba(8,145,178,.35);--text:#0f172a;--muted:#475569;--faint:#64748b;--cyan:#0891b2;--blue:#2f5fe0}
:root[data-theme="light"] .hero h1{background:linear-gradient(100deg,#0e7490 5%,#1d4ed8 92%);-webkit-background-clip:text;background-clip:text;color:transparent}
:root[data-theme="light"] body::before{background:radial-gradient(circle at 50% 4%,rgba(8,145,178,.08),transparent 32%),radial-gradient(circle at 95% 72%,rgba(47,95,224,.05),transparent 28%),var(--bg)}
:root[data-theme="light"] body::after{opacity:.05}
:root[data-theme="light"] .topbar{background:rgba(255,255,255,.92);border-bottom-color:var(--line)}
:root[data-theme="light"] .brand{color:var(--text)}
:root[data-theme="light"] .nav-shell nav a{color:var(--muted)}
:root[data-theme="light"] .nav-shell nav a:hover,:root[data-theme="light"] .nav-shell nav a.active{color:var(--cyan)}
:root[data-theme="light"] .language select,:root[data-theme="light"] .install-button,:root[data-theme="light"] .menu-button,:root[data-theme="light"] .theme-toggle{background:#fff;color:var(--text);border-color:var(--line)}
:root[data-theme="light"] .install-button{color:var(--cyan);border-color:var(--line-strong)}
:root[data-theme="light"] .nav-shell nav.open{box-shadow:0 18px 50px rgba(15,23,42,.12)}
:root[data-theme="light"] .hero-copy{color:#475569}
:root[data-theme="light"] .trust-row{color:#475569}
:root[data-theme="light"] .trust-check{background:rgba(22,163,74,.14);color:#16a34a}
:root[data-theme="light"] .search-box{background:#fff}
:root[data-theme="light"] .search-box input::placeholder{color:#94a3b8}
:root[data-theme="light"] .search-box kbd{color:var(--faint)}
:root[data-theme="light"] .search-suggestions{background:#fff;box-shadow:0 18px 50px rgba(15,23,42,.14)}
:root[data-theme="light"] .category-card,:root[data-theme="light"] .project-card,:root[data-theme="light"] .category-expand,:root[data-theme="light"] .faq-item,:root[data-theme="light"] .popular-tool{background:#fff;box-shadow:0 4px 20px rgba(15,23,42,.09)}
:root[data-theme="light"] .category-card:hover,:root[data-theme="light"] .project-card:hover{box-shadow:0 20px 50px rgba(15,23,42,.16)}
:root[data-theme="light"] .popular-tool:hover{box-shadow:0 12px 28px rgba(15,23,42,.12)}
:root[data-theme="light"] .expand-close{background:#fff}
:root[data-theme="light"] .expand-tool{background:rgba(15,23,42,.02)}
:root[data-theme="light"] .expand-tool:hover{background:rgba(8,145,178,.06)}
:root[data-theme="light"] .expand-tool.soon:hover{background:rgba(15,23,42,.02)}
:root[data-theme="light"] .status-soon{color:#64748b;background:rgba(100,116,139,.14)}
:root[data-theme="light"] .india-badge{background:rgba(15,23,42,.03);color:#475569}
:root[data-theme="light"] .contact-strip{background:rgba(15,23,42,.02)}
:root[data-theme="light"] .site-footer{color:#64748b}
:root[data-theme="light"] .footer-brand p,:root[data-theme="light"] .footer-col a{color:#475569}
:root[data-theme="light"] .dev-banner{background:linear-gradient(105deg,rgba(25,211,239,.12),rgba(73,120,246,.12));border-bottom-color:rgba(25,211,239,.3);color:#0f4c5c}
:root[data-theme="light"] .dev-banner strong{color:#0e7490}
