/*!
 * pb-chrome v1.0.0 — canonical Paisabot site header
 *
 * One header for every property (WordPress editions, markets.paisabot.com,
 * analyse.paisabot.com), identical at every breakpoint. Values mirror the
 * WordPress theme (themes/paisabot), which is the visual reference.
 *
 * Mobile-first:
 *   base            → hamburger far left · centered logo pill · actions right
 *   ≥ 481px         → slightly larger logo
 *   ≥ 769px         → topbar returns · grid header: logo | nav | subscribe
 *
 * Load AFTER the app stylesheet so it wins ties. Expects the shared markup:
 *   header.site-header > .wrap > .header-inner
 *     > button#hamburger.icon-btn.hamburger
 *     > a.site-logo > .logo-text > .logo-name (.paisa-pill + em) + .logo-sub
 *     > nav.primary-nav > ul.nav-list
 *     > .header-actions > a.btn-subscribe
 *   + #mobile-nav-overlay + #mobile-nav-drawer (.mnd-head/.mnd-nav/.mnd-footer)
 */.site-header{background:var(--surface, #FFFFFF);border-bottom:1px solid var(--border, #E8D8C4);position:sticky;top:0;z-index:200;transition:box-shadow .22s ease}.site-header.scrolled,.site-header.hdr-scrolled{box-shadow:0 2px 8px #0f1e3312}.header-inner{display:flex;align-items:center;gap:8px;height:56px}.site-header .icon-btn{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--r-sm, 6px);color:var(--fg-3, #4A6070);transition:background .12s ease,color .12s ease;background:none;border:0;cursor:pointer;padding:0}.site-header .icon-btn:hover{background:var(--amber-soft, #FFF3DC);color:var(--navy, #0F1E33)}.site-header .icon-btn svg{width:18px;height:18px}.site-header .hamburger{display:flex;flex-shrink:0}.site-logo{display:flex;align-items:center;gap:10px;text-decoration:none;flex:1;justify-content:center;min-width:0}.logo-text{display:flex;flex-direction:column;line-height:1}.logo-name{display:inline-flex;align-items:center;gap:4px;font-size:16px;font-weight:900;letter-spacing:-.04em;line-height:1;color:var(--navy, #0F1E33)}.logo-name .paisa-pill{background:var(--navy, #0F1E33);color:#fff;padding:4px 9px 5px;border-radius:6px;font-family:var(--font-sans, "Inter", system-ui, sans-serif);letter-spacing:-.03em;display:inline-flex;align-items:center}.logo-name em{color:var(--amber, #C4820A);font-style:italic;font-family:var(--font-serif, "Source Serif 4", Georgia, serif);font-weight:700;line-height:1}.logo-sub,.primary-nav{display:none}.nav-list{display:flex;align-items:center;gap:1px;list-style:none;margin:0;padding:0}.nav-list a{display:block;padding:8px 10px;font-size:13px;font-weight:600;color:var(--fg-3, #4A6070);border-radius:var(--r-sm, 6px);transition:background .12s ease,color .12s ease;position:relative;white-space:nowrap;text-decoration:none}.nav-list a:hover{background:var(--amber-soft, #FFF3DC);color:var(--navy, #0F1E33)}.nav-list a.is-active{color:var(--navy, #0F1E33);font-weight:700;background:none}.nav-list a.is-active:after{content:"";position:absolute;left:13px;right:13px;bottom:-1px;height:2px;background:var(--amber, #C4820A)}.header-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.header-actions .btn-subscribe{display:none}.btn-subscribe{display:inline-flex;align-items:center;gap:6px;height:36px;padding:0 16px;background:var(--navy, #0F1E33);color:#fff;font-family:var(--font-sans, "Inter", system-ui, sans-serif);font-size:12.5px;font-weight:700;letter-spacing:.02em;border-radius:var(--r-sm, 6px);white-space:nowrap;text-decoration:none;transition:background .12s ease}.btn-subscribe:hover{background:var(--navy-2, #1B2E45);color:#fff}.btn-subscribe svg{width:13px;height:13px}.mobile-nav-overlay{position:fixed;inset:0;z-index:299;background:#0f1e3380;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);opacity:0;transition:opacity .25s ease}.mobile-nav-overlay.is-visible{opacity:1}.mobile-nav-overlay[hidden]{display:none}.mobile-nav-drawer{position:fixed;top:0;left:0;bottom:0;z-index:300;width:min(300px,85vw);background:var(--surface, #FFFFFF);display:flex;flex-direction:column;transform:translate(-100%);transition:transform .28s cubic-bezier(.4,0,.2,1);box-shadow:0 12px 48px #0f1e332e;overflow-y:auto}.mobile-nav-drawer.is-open{transform:translate(0)}.mobile-nav-drawer[hidden]{display:none}.mnd-head{display:flex;align-items:center;justify-content:space-between;padding:16px 16px 14px;border-bottom:1px solid var(--border, #E8D8C4);flex-shrink:0}.mnd-logo{text-decoration:none}.mnd-close{flex-shrink:0}.mnd-nav{flex:1;padding:8px}.mnd-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.mnd-list li a{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:var(--r-sm, 6px);font-size:15px;font-weight:600;color:var(--fg-2, #2C3E50);min-height:48px;text-decoration:none;transition:background .12s ease,color .12s ease}.mnd-list li a:hover{background:var(--amber-soft, #FFF3DC);color:var(--navy, #0F1E33)}.mnd-list li a svg{width:16px;height:16px;flex-shrink:0;opacity:.6}.mnd-footer{padding:16px;border-top:1px solid var(--border, #E8D8C4);flex-shrink:0}.mnd-footer .btn-subscribe{display:inline-flex;width:100%;justify-content:center}body.mnd-lock{overflow:hidden}.topbar{display:none}@media(min-width:481px){.header-inner{gap:10px}.logo-name{font-size:18px}}@media(min-width:769px){.topbar{display:flex}.header-inner{display:grid;grid-template-columns:auto 1fr auto;gap:14px;height:62px}.site-header .hamburger{display:none}.site-logo{flex:initial;justify-content:flex-start}.logo-name{font-size:22px}.logo-sub{display:block;font-size:9.5px;color:var(--fg-muted, #7A93A3);letter-spacing:.14em;text-transform:uppercase;margin-top:4px;font-weight:600}.primary-nav{display:flex;align-items:center;justify-content:center;overflow:hidden}.header-actions .btn-subscribe{display:inline-flex}.mobile-nav-drawer,.mobile-nav-overlay{display:none}}@media(min-width:1025px){.header-inner{gap:18px}}@media(min-width:1281px){.header-inner{gap:24px}}.site-footer{background:var(--navy, #0F1E33);color:var(--fg-on-dark-2, rgba(255,255,255,.62));margin-top:0}.footer-top{padding:36px 0 24px}.footer-cols{display:grid;grid-template-columns:1fr;gap:24px}.footer-logo-block{max-width:340px}.footer-logo-name{display:inline-flex;align-items:baseline;gap:4px;font-size:24px;font-weight:900;color:#fff;letter-spacing:-.04em}.footer-logo-name .paisa-pill{background:#ffffff14;color:#fff;padding:5px 11px 6px;border-radius:7px;font-family:var(--font-sans, "Inter", system-ui, sans-serif);letter-spacing:-.03em}.footer-logo-name em{color:var(--amber-2, #E0A030);font-style:italic;font-family:var(--font-serif, "Source Serif 4", Georgia, serif);font-weight:700}.footer-desc{font-size:13px;line-height:1.7;color:var(--fg-on-dark-2, rgba(255,255,255,.62));margin:14px 0 20px}.footer-socials{display:flex;gap:8px}.footer-socials a{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff0f;color:var(--fg-on-dark-2, rgba(255,255,255,.62));border-radius:var(--r-xs, 4px);transition:background .12s ease,color .12s ease}.footer-socials a:hover{background:var(--amber, #C4820A);color:#fff}.footer-socials svg{width:15px;height:15px}.footer-col-title{font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#fff;margin-bottom:18px}.footer-links{display:flex;flex-direction:column;gap:10px}.footer-links a{font-size:13px;color:var(--fg-on-dark-2, rgba(255,255,255,.62));display:inline-flex;align-items:center;gap:5px;text-decoration:none;transition:color .12s ease}.footer-links a:hover{color:var(--amber-2, #E0A030)}.footer-links a svg{width:10px;height:10px;opacity:.5}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:14px 0}.footer-bottom .wrap{display:flex;flex-direction:column;align-items:flex-start;gap:6px;font-size:11px;color:var(--fg-on-dark-3, rgba(255,255,255,.38));flex-wrap:wrap}.footer-bottom .wrap a{color:inherit;text-decoration:none}.footer-bottom .wrap a:hover{color:var(--amber-2, #E0A030)}@media(min-width:641px){.footer-cols{grid-template-columns:repeat(2,1fr);gap:32px}}@media(min-width:769px){.footer-top{padding:56px 0 40px}.footer-cols{grid-template-columns:1.6fr 1fr 1fr 1fr;gap:48px}.footer-bottom{padding:18px 0}.footer-bottom .wrap{flex-direction:row;align-items:center;justify-content:space-between;font-size:12px;gap:12px}}
