:root{
  --font:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  --topbar-bg:rgba(255,255,255,.97);--border:#e6ebf2;--text:#0b1220;--text2:#5b6878;--text3:#64748b;
  --bg2:#eef2f7;--bg3:#e2e8f0;--green:#10b981;--blue:#1877F2;--blue-h:#166FE5;--purple:#6366F1;
}
html[data-theme=dark]{
  --topbar-bg:rgba(17,24,39,.97);--border:#1e293b;--text:#e7ecf5;--text2:#94a3b8;--text3:#94a3b8;
  --bg2:#131a2c;--bg3:#1e293b;--blue:#3b82f6;--blue-h:#2563eb;
}
.site-header-stack{position:relative;z-index:1000}
.topbar{position:sticky;top:0;z-index:100;display:flex;align-items:center;gap:14px;padding:0 36px;height:58px;background:var(--topbar-bg);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);box-shadow:0 1px 4px rgba(0,0,0,.06)}
.tb-logo{display:flex;align-items:center;gap:9px;text-decoration:none;flex-shrink:0}.tb-logo-txt{font-weight:800;font-size:15.5px;letter-spacing:-.03em;color:var(--text)}.tb-logo-txt span{color:var(--purple)}
.tb-live{color:var(--green)}.tb-right{display:flex;align-items:center;gap:8px;margin-left:auto;flex-shrink:0}
.btn-in{padding:7px 15px;border-radius:8px;background:var(--bg2);border:1px solid var(--border);font-size:13px;font-weight:600;color:var(--text);transition:background .12s;text-decoration:none}.btn-in:hover{background:var(--bg3);text-decoration:none}
.btn-reg{padding:7px 18px;border-radius:8px;background:var(--blue);border:none;font-size:13px;font-weight:700;color:#fff;transition:background .12s,transform .12s,box-shadow .12s;text-decoration:none}.btn-reg:hover{background:var(--blue-h);transform:translateY(-1px);box-shadow:0 4px 14px rgba(24,119,242,.35);text-decoration:none}
.tb-desktop-quick-nav{display:flex;align-items:center;gap:3px;min-width:0;flex:1;margin-left:8px}.tb-desktop-quick-nav a{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:8px;color:var(--text2);font-size:12px;font-weight:700;white-space:nowrap;transition:background .12s,color .12s;text-decoration:none}.tb-desktop-quick-nav a:hover{background:var(--bg2);color:var(--text);text-decoration:none}.tb-news-link__dot{width:6px;height:6px;border-radius:50%;background:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.12)}
.site-menu-trigger{font-family:var(--font)}
.desktop-atmosphere-slider{display:none!important}
@media (min-width:901px){.topbar .tb-logo{order:1}.topbar .tb-live{order:2}.topbar .tb-desktop-quick-nav{order:3}.topbar .tb-right{order:4}.topbar .site-menu-trigger{order:5;margin-left:0}}
@media (max-width:1200px){.topbar{padding-left:24px;padding-right:24px;gap:9px}.tb-desktop-quick-nav a{padding-left:7px;padding-right:7px;font-size:11px}}
@media (max-width:900px){.topbar{padding:10px 16px;height:auto;min-height:58px;gap:8px}.tb-desktop-quick-nav{display:none}.tb-right{gap:5px}.btn-in{padding-left:9px;padding-right:9px;font-size:12px}.btn-reg{display:none}.tb-logo-txt{font-size:15px}.tb-live{font-size:10px!important}}
/* ══ FOOTER MODERN ══════════════════════════════════════════════════════════════════════════ */
.footer{background:#080C18;position:relative;z-index:1;margin-top:10px}
.footer::before{content:'';display:block;height:4px;background:linear-gradient(90deg,#1260CC 0%,#1877F2 30%,#FFD700 52%,#FFD700 62%,#CC1A2A 80%,#E11D48 100%)}
.footer-brand{padding:10px 48px 4px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.footer-brand-left{display:flex;flex-direction:column;gap:7px}
.footer-brand-logo{font-size:21px;font-weight:900;letter-spacing:-.04em;color:#fff;display:flex;align-items:center;gap:10px}
.footer-brand-logo img{width:30px;height:30px;object-fit:contain;border-radius:6px}
.footer-brand-sub{font-size:12.5px;color:#ffffff;font-weight:400;max-width:420px;line-height:1.55}
.footer-socials{display:flex;align-items:center;gap:8px;flex-shrink:0}
.footer-soc-btn{width:42px;height:42px;border-radius:10px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.10);display:flex;align-items:center;justify-content:center;font-size:18px;text-decoration:none;transition:opacity .15s,transform .15s;overflow:hidden}
.footer-soc-btn:hover{opacity:.85;transform:translateY(-2px)}
.footer-cols{display:grid;grid-template-columns:repeat(5,1fr);padding:10px 48px 0;gap:0}
.footer-col{display:flex;flex-direction:column;padding:0 28px 22px 0}
.footer-col:last-child{border-right:none;padding-right:0}
.footer-col-t{font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#ffffff;margin-bottom:6px}
.footer-col-links{display:flex;flex-direction:column}
.footer-col-links a{font-size:13px;color:#ffffff;font-weight:600;padding:0;transition:color .15s,padding-left .15s;display:flex;align-items:center;gap:6px;text-decoration:none;line-height:1.15}
.footer-col-links a:hover{color:#fff;padding-left:4px}
.footer-app-col{padding-right:0}
.footer-app-badges{display:flex;flex-direction:row;gap:12px;margin-top:2px;align-items:center;justify-content:center}
.store-badge-link{display:block;text-decoration:none;transition:transform .15s,opacity .15s}
.store-badge-link:hover{transform:translateY(-2px);opacity:.85}
.store-badge-svg{width:140px;height:42px;display:block;border-radius:8px;box-shadow:0 4px 18px rgba(0,0,0,.5)}
.footer-bottom{padding:10px 48px;display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:20px}
.flinks{display:flex;gap:18px;flex-wrap:wrap}
.flinks a{font-size:12px;color:#4d90fe;font-weight:500;transition:color .12s;text-decoration:none}
.flinks a:hover{color:#93c5fd}
.fcopy{font-size:12.5px;color:#ffffff;font-weight:600}
@media(max-width:1280px){.footer-brand{padding:14px 32px 5px}.footer-cols{padding:8px 32px 0}.footer-col{padding:0 20px 36px 0}.footer-bottom{padding:18px 32px}}
@media(max-width:1050px){.footer-brand{flex-direction:column;align-items:flex-start;padding:26px 28px 22px}.footer-cols{grid-template-columns:repeat(3,1fr)}.footer-col:nth-child(3){border-right:none;padding-right:0}.footer-col:nth-child(4){padding-right:20px;margin-top:0}.footer-col:nth-child(5){border-right:none}.footer-bottom{padding:16px 28px}}
@media(max-width:768px){
  .footer-brand{padding:20px 20px 18px}
  .footer-brand-logo{font-size:18px}
  .footer-brand-sub{font-size:12px;max-width:100%}
  .footer-socials{gap:6px}
  .footer-soc-btn{width:36px;height:36px;font-size:16px}
  .footer-cols{display:flex;flex-direction:column;padding:0;border-bottom:none}
  .footer-col{border-right:none;padding:0}
  .footer-col-t{padding:15px 20px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;margin-bottom:0;-webkit-user-select:none;user-select:none;color:#ffffff}
  .footer-col-t::after{content:'+';font-size:16px;font-weight:600;color:rgba(255,255,255,.80);flex-shrink:0;line-height:1;width:22px;text-align:center}
  .footer-col.open>.footer-col-t::after{content:'-'}
  .footer-col-links{display:none;padding:2px 20px 16px;flex-direction:column;gap:0}
  .footer-col.open>.footer-col-links{display:flex}
  .footer-app-col>.footer-col-t{cursor:default}
  .footer-app-col>.footer-col-t::after{display:none}
  .footer-app-col>.footer-col-links{display:flex;padding:4px 20px 22px}
  .footer-app-badges{flex-direction:row;gap:12px;flex-wrap:wrap}
  .store-badge-svg{width:130px;height:39px}
  .footer-bottom{padding:12px 20px;flex-direction:column;align-items:flex-start;gap:6px}
  .flinks{gap:6px;flex-wrap:nowrap;overflow-x:auto}
  .flinks a{font-size:10.5px}
  .fcopy{font-size:10.5px}
  .footer{padding-bottom:80px}
}

/* Shared content frame for small first-party guide pages. */
.shell-page{position:relative;z-index:1;max-width:1360px;margin:0 auto;padding:34px 36px 64px}
.shell-hero{position:relative;overflow:hidden;margin-bottom:26px;padding:30px 0 24px}
.shell-hero::before{content:"";position:absolute;inset:-60px -100px;background:radial-gradient(ellipse 55% 75% at 12% 45%,rgba(24,119,242,.12),transparent 70%),radial-gradient(ellipse 35% 55% at 88% 10%,rgba(99,102,241,.10),transparent 68%);pointer-events:none}
.shell-hero>*{position:relative;z-index:1}.shell-eyebrow{display:inline-flex;align-items:center;padding:5px 12px;border:1px solid rgba(24,119,242,.2);border-radius:999px;background:rgba(24,119,242,.08);color:#1877F2;font-size:11px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.shell-hero h1{max-width:820px;margin:12px 0 10px;color:var(--text,#0b1220);font-size:clamp(30px,5vw,52px);font-weight:900;letter-spacing:-.055em;line-height:1.04}.shell-hero p{max-width:700px;margin:0;color:var(--text2,#5b6878);font-size:16px;line-height:1.65}
.shell-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.shell-card{padding:22px;border:1px solid var(--border,#e6ebf2);border-radius:16px;background:rgba(255,255,255,.78);box-shadow:0 8px 24px rgba(15,23,42,.06)}.shell-card h2{margin:0 0 8px;color:var(--text,#0b1220);font-size:18px;letter-spacing:-.025em}.shell-card p{margin:0;color:var(--text2,#5b6878);font-size:14px;line-height:1.6}.shell-card a{display:inline-flex;margin-top:16px;padding:10px 14px;border-radius:10px;background:#1877F2;color:#fff;font-size:13px;font-weight:800;text-decoration:none;box-shadow:0 4px 14px rgba(24,119,242,.24)}.shell-card a:hover{background:#166FE5;transform:translateY(-1px)}
html[data-theme=dark] .shell-card{background:rgba(17,26,46,.78)}
@media(max-width:900px){.shell-page{padding:24px 18px 52px}.shell-hero{padding-top:20px}.shell-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.shell-page{padding-left:16px;padding-right:16px}.shell-grid{grid-template-columns:1fr}.shell-hero h1{font-size:clamp(28px,9vw,40px)}.shell-hero p{font-size:14px}}
/* Exact homepage footer finishing overrides. */

/* Exact homepage footer finishing overrides. */
.footer{background:#ffffff!important;color:#172033!important;border-top:1px solid #E3E8F2;box-shadow:0 -8px 26px rgba(30,41,59,.04)}
.footer::before{height:3px;background:linear-gradient(90deg,#2563EB 0%,#4F46E5 34%,#0F766E 68%,#F59E0B 100%)}
.footer-brand-logo,.footer-brand-logo span{color:#172033!important}.footer-brand-sub{color:#64748B!important}.footer-col-t{color:#172033!important}.footer-col-links a{color:#526176!important}.footer-col-links a:hover{color:#4338CA!important}.footer-col-t::after{color:#6366F1!important}.footer-bottom{border-top:1px solid #E8ECF4}.flinks a{color:#526176!important}.flinks a:hover{color:#4338CA!important}.fcopy{color:#64748B!important}.footer-soc-btn{border-color:#E3E8F2!important;box-shadow:0 3px 10px rgba(30,41,59,.08)}.footer-soc-btn:hover{opacity:.88;box-shadow:0 7px 16px rgba(30,41,59,.12)}.store-badge-svg{box-shadow:0 4px 14px rgba(30,41,59,.12)}
.footer-brand{display:none!important}.footer-app-col .footer-col-links{align-items:center;gap:8px}.footer-app-badges{gap:8px;flex-wrap:nowrap}.store-badge-link{line-height:0}.store-badge-svg{width:140px;height:42px;box-shadow:0 3px 12px rgba(15,23,42,.14);border-radius:7px}.footer-app-community{display:flex;flex-direction:column;align-items:center;gap:7px;width:100%}.footer-app-socials{display:flex;align-items:center;justify-content:center;gap:7px}.footer-app-socials .footer-soc-btn{width:30px;height:30px;border-radius:8px;background:#fff;border:1px solid #D6DCE8!important;color:var(--social);box-shadow:0 2px 8px rgba(15,23,42,.1)}.footer-app-socials .footer-soc-btn:hover{border-color:var(--social)!important;color:var(--social);transform:translateY(-1px);opacity:1}.footer-app-socials .footer-soc-btn svg{width:16px;height:16px;display:block;fill:currentColor;color:var(--social)}.footer-app-socials .footer-soc-btn svg circle[fill="none"]{fill:none}.footer-app-branding{display:flex;flex-direction:column;align-items:center;text-align:center;gap:2px;color:#64748B;line-height:1.2;white-space:nowrap}.footer-app-branding strong{font-size:15px;letter-spacing:-.03em;color:#172033}.footer-app-branding span{font-size:9.5px;font-weight:600;letter-spacing:.01em}
@media(max-width:768px){.footer-col-t{border-top:1px solid #E8ECF4}.footer-col-links{background:#F8FAFC}.footer{padding-bottom:80px}.footer-app-col .footer-col-links{padding:8px 20px 18px!important;gap:8px}.footer-app-badges{gap:7px}.store-badge-svg{width:130px;height:39px}.footer-app-socials{gap:6px}.footer-app-socials .footer-soc-btn{width:29px;height:29px}.footer-app-branding strong{font-size:14px}.footer-app-branding span{font-size:9px}}
@media(max-width:350px){.store-badge-svg{width:120px;height:36px}.footer-app-socials .footer-soc-btn{width:27px;height:27px}}

/* MOBILE FOOTER WIDTH GUARD V1 */
@media(max-width:768px){
  .footer-bottom,.footer-bottom>*{min-width:0;max-width:100%;box-sizing:border-box}
  .flinks{width:100%;min-width:0;max-width:100%;overflow-x:auto;box-sizing:border-box}
}


/* MOBILE FOOTER ACCORDION ALIGNMENT V1 */
@media(max-width:768px){
  .footer-col:nth-child(4){padding-right:0;margin-top:0}
}

/* MOBILE NARROW FOOTER/TOPBAR GUARD V1 */
@media(max-width:350px){
  .topbar{padding-left:10px;padding-right:10px;gap:6px}
  .tb-live{display:none!important}
  .flinks{flex-wrap:wrap;overflow:visible;row-gap:4px}
}
