:root{
  --ink:#152033;--muted:#637086;--line:#dce4ee;--surface:#fff;--soft:#f2f6fb;--brand:#10233f;--accent:#22b573;--accent-soft:#e8fff4;
  --shadow:0 14px 40px rgba(27,48,78,.09);--radius:20px;--bottom-nav:72px;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#f4f7fb;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:linear-gradient(180deg,#eef4fb 0,#f7f9fc 360px);padding-bottom:calc(var(--bottom-nav) + env(safe-area-inset-bottom));line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.skip-link{position:fixed;left:12px;top:-80px;background:#fff;padding:10px 14px;z-index:999;border-radius:8px}.skip-link:focus{top:12px}.site-header{position:sticky;top:0;z-index:50;background:rgba(244,247,251,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(216,226,238,.8)}.header-inner{max-width:1240px;margin:auto;display:flex;align-items:center;gap:22px;padding:13px 22px}.brand{font-size:1.2rem;font-weight:900;display:flex;align-items:center;gap:10px;white-space:nowrap}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:13px;background:var(--brand);color:#fff;box-shadow:0 8px 22px rgba(16,35,63,.25)}.site-search{margin-left:auto;display:flex;width:min(470px,100%);background:#fff;border:1px solid var(--line);border-radius:999px;overflow:hidden;box-shadow:0 4px 16px rgba(24,45,73,.04)}.site-search input{border:0;outline:0;background:transparent;padding:11px 15px;width:100%;font:inherit}.site-search button{border:0;background:transparent;padding:0 16px;font-size:1.25rem;cursor:pointer}.site-main{max-width:1240px;margin:auto;padding:28px 22px 60px}.hero{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(260px,.75fr);gap:24px;align-items:stretch;padding:34px;border-radius:28px;background:linear-gradient(135deg,#10233f,#1d4774);color:#fff;box-shadow:0 25px 65px rgba(16,35,63,.22)}.hero h1{font-size:clamp(2rem,4.2vw,4.15rem);line-height:1.04;letter-spacing:-.055em;margin:.32em 0 .25em;max-width:850px}.hero p{font-size:1.08rem;color:#dce8f6;max-width:730px}.eyebrow,.card-kicker{font-size:.76rem;text-transform:uppercase;letter-spacing:.11em;font-weight:900;color:var(--accent)}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:13px;padding:12px 18px;background:var(--accent);color:#062517;font-weight:850;font:inherit;cursor:pointer}.button.ghost{background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.22)}.hero-panel{border:1px solid rgba(255,255,255,.18);border-radius:20px;padding:22px;background:rgba(255,255,255,.07);display:flex;flex-direction:column;justify-content:center;gap:12px}.hero-panel strong{font-size:1.25rem}.hero-panel span{display:flex;align-items:center;gap:8px;color:#e6eff9}.hero-panel span:before{content:'✓';display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:rgba(34,181,115,.25);color:#70f3b5}.section-index{display:flex;gap:10px;overflow-x:auto;padding:22px 2px 8px;scrollbar-width:thin;scroll-snap-type:x proximity}.section-index a{flex:0 0 auto;display:flex;gap:8px;align-items:center;padding:10px 13px;border:1px solid var(--line);background:#fff;border-radius:999px;font-weight:750;scroll-snap-align:start}.content-section{margin-top:32px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:13px}.section-heading>div{display:flex;align-items:center;gap:12px}.section-heading h2{margin:0;font-size:1.45rem;letter-spacing:-.025em}.section-heading p{margin:2px 0 0;color:var(--muted);font-size:.92rem}.section-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:15px;background:#fff;border:1px solid var(--line);box-shadow:0 8px 22px rgba(32,57,86,.07);font-size:1.25rem}.section-icon.large{width:68px;height:68px;font-size:1.9rem;border-radius:22px}.see-more{font-weight:850;color:#235987;white-space:nowrap}.horizontal-cards{display:flex;gap:16px;overflow-x:auto;padding:4px 2px 16px;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scrollbar-width:thin}.content-card{width:var(--card-width,276px);min-width:min(var(--card-width,276px),86vw);height:var(--card-height,196px);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;scroll-snap-align:start;display:flex;flex-direction:column;box-shadow:0 8px 28px rgba(31,52,78,.055);transition:transform .2s ease,box-shadow .2s ease}.content-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.card-image{height:88px;overflow:hidden;background:#e9eef5}.card-image img{width:100%;height:100%;object-fit:cover}.card-body{padding:14px 15px 8px;min-height:0;overflow:hidden}.card-body h3,.card-body h2{font-size:1.04rem;line-height:1.23;margin:4px 0 6px;letter-spacing:-.018em}.card-body h2{font-size:1.12rem}.card-body p{color:var(--muted);font-size:.86rem;line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card-meta{margin-top:auto;padding:8px 15px 12px;display:flex;justify-content:space-between;gap:10px;color:var(--muted);font-size:.76rem}.card-meta a{color:#235987;font-weight:850}.embed-card{padding:0}.section-embed{display:block;width:100%;height:100%;border:0;background:transparent}.ad-slot{max-width:1240px;margin:16px auto;padding:10px;text-align:center;overflow:hidden}.ad-slot img{margin:auto;max-height:220px;object-fit:contain}.breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;color:var(--muted);font-size:.87rem;margin-bottom:17px}.breadcrumbs a{color:#235987}.page-hero{display:flex;align-items:center;gap:18px;padding:25px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 12px 35px rgba(31,52,78,.06);margin-bottom:24px}.page-hero h1{font-size:clamp(1.9rem,4vw,3rem);letter-spacing:-.04em;line-height:1.06;margin:0 0 8px}.page-hero p{margin:0;color:var(--muted);max-width:820px}.standalone-embed{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;margin:20px 0;min-height:240px}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.grid-card{width:auto;min-width:0;height:260px}.grid-card .card-image{height:105px}.empty-state{padding:60px 20px;text-align:center;background:#fff;border:1px dashed #cdd8e5;border-radius:22px;color:var(--muted)}.empty-state h1,.empty-state h2{color:var(--ink)}.not-found span{display:block;font-weight:900;font-size:4rem;color:#d8e1eb}.pagination{display:flex;justify-content:center;gap:8px;margin:28px 0}.pagination a{display:grid;place-items:center;min-width:40px;height:40px;border-radius:11px;background:#fff;border:1px solid var(--line);font-weight:800}.pagination a.active{background:var(--brand);color:#fff}.article-shell{max-width:900px;margin:auto;background:#fff;border:1px solid var(--line);border-radius:26px;padding:clamp(20px,4vw,50px);box-shadow:var(--shadow)}.article-header h1{font-size:clamp(2rem,5vw,3.65rem);line-height:1.05;letter-spacing:-.045em;margin:.2em 0}.lead{font-size:1.12rem;color:var(--muted)}.article-meta{display:flex;flex-wrap:wrap;gap:12px;color:var(--muted);font-size:.84rem;margin:16px 0 5px}.article-image{width:100%;max-height:480px;object-fit:cover;border-radius:18px;margin:24px 0}.article-body{font-size:1.03rem}.article-body h2{margin-top:1.8em}.article-body a:not(.button){color:#1767a6;text-decoration:underline}.article-body p{margin:1.05em 0}.source-note{border-top:1px solid var(--line);margin-top:30px;padding-top:18px;color:var(--muted);font-size:.86rem}.calculator{background:var(--soft);border:1px solid var(--line);border-radius:20px;padding:22px}.calculator-intro{margin-top:0;color:var(--muted)}.calculator-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:18px 0}.calculator label{display:grid;gap:7px;font-weight:750;font-size:.9rem}.calculator input,.large-search input{border:1px solid #c9d5e3;border-radius:12px;background:#fff;padding:12px;font:inherit;width:100%;outline:0}.calculator input:focus,.large-search input:focus,.site-search input:focus{box-shadow:0 0 0 3px rgba(34,181,115,.18)}.calculator-results{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px}.calculator-results div{background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px}.calculator-results span{display:block;font-size:.78rem;color:var(--muted)}.calculator-results strong{display:block;font-size:1.22rem;margin-top:4px}.fine-print{font-size:.78rem;color:var(--muted)}.large-search{display:flex;gap:10px;max-width:760px;margin:0 auto 25px}.result-count{color:var(--muted)}.flash{padding:12px 15px;margin-bottom:16px;border-radius:12px;background:#eef5ff}.flash.success{background:#eafbf1;color:#176437}.flash.error{background:#fff0f0;color:#8b2424}.flash.warning{background:#fff7df;color:#775b00}.site-footer{max-width:1240px;margin:0 auto 20px;padding:30px 22px;display:flex;justify-content:space-between;gap:25px;color:var(--muted);font-size:.84rem}.site-footer p{max-width:760px}.footer-links{display:flex;flex-wrap:wrap;align-content:flex-start;gap:13px}.footer-links a{color:#235987;font-weight:750}.bottom-nav{position:fixed;z-index:80;left:0;right:0;bottom:0;height:calc(var(--bottom-nav) + env(safe-area-inset-bottom));padding:7px max(8px,env(safe-area-inset-left)) env(safe-area-inset-bottom);display:flex;justify-content:center;background:rgba(255,255,255,.95);border-top:1px solid var(--line);backdrop-filter:blur(18px);box-shadow:0 -8px 30px rgba(31,52,78,.08)}.bottom-nav a{flex:1;max-width:150px;display:grid;place-items:center;align-content:center;gap:2px;color:#566579}.bottom-nav a span{font-size:1.15rem;line-height:1}.bottom-nav small{font-weight:800;font-size:.67rem}
@media(max-width:900px){.hero{grid-template-columns:1fr}.hero-panel{display:grid;grid-template-columns:repeat(2,1fr)}.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer{flex-direction:column}.grid-card{height:250px}}
@media(max-width:640px){.header-inner{padding:10px 13px;gap:10px}.brand>span:last-child{display:none}.site-search input{font-size:.9rem}.site-main{padding:18px 13px 45px}.hero{padding:24px 20px;border-radius:22px}.hero h1{font-size:2.35rem}.hero-panel{grid-template-columns:1fr}.section-heading{align-items:center}.section-heading p{display:none}.section-heading h2{font-size:1.18rem}.section-icon{width:39px;height:39px}.card-grid{grid-template-columns:1fr}.grid-card{height:238px}.page-hero{align-items:flex-start;padding:20px}.section-icon.large{width:54px;height:54px;min-width:54px;font-size:1.5rem}.article-shell{border-radius:20px;padding:22px 18px}.calculator-grid,.calculator-results{grid-template-columns:1fr}.large-search{flex-direction:column}.site-footer{padding:22px 15px}.horizontal-cards{margin-right:-13px;padding-right:13px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.mini-game{background:var(--soft);border:1px solid var(--line);border-radius:20px;padding:22px}.game-stage{min-height:210px;display:grid;place-items:center;background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px;text-align:center}.game-stage .game-question{font-size:2.4rem;font-weight:900}.game-stage input{max-width:280px;width:100%;border:1px solid #c9d5e3;border-radius:12px;padding:12px;font:inherit;text-align:center;font-size:1.2rem}.game-score{display:flex;justify-content:center;gap:18px;color:var(--muted);margin-bottom:12px}.game-controls{margin-top:14px}.sequence-display{font-size:2rem;letter-spacing:.2em;font-weight:900;word-break:break-all}

/* v1.1 content-aware presentation */
.card-topline,.quote-head,.weather-card-top,.job-card-head,.service-card-head{display:flex;align-items:center;gap:10px}.card-topline,.quote-head{justify-content:space-between;color:var(--muted);font-size:.73rem}.card-topline time,.quote-time{white-space:nowrap}.content-card h3{font-size:1.04rem;line-height:1.22;letter-spacing:-.018em;margin:6px 0}.data-badges{display:flex;flex-wrap:wrap;gap:6px;padding:0 15px 8px}.data-badge{display:inline-flex;align-items:center;max-width:100%;padding:5px 8px;border:1px solid #d9e4ef;border-radius:999px;background:#f7faff;color:#4f6075;font-size:.7rem;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.archive-summary{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.archive-summary span{padding:5px 9px;border-radius:999px;background:var(--soft);color:var(--muted);font-size:.76rem;font-weight:800}

/* News */
.card--news{border-radius:18px}.card--news .news-image{height:92px}.card--news .news-body{padding-bottom:6px}.card--news .news-body h3{font-family:Georgia,"Times New Roman",serif;font-size:1.08rem;letter-spacing:-.01em}.card--news .card-topline span{color:#8b2b2b;font-weight:850}.card--news .card-meta{border-top:1px solid #edf1f5}.news-featured{margin-bottom:20px}.news-featured .content-card{width:100%;height:auto;min-height:320px;display:grid;grid-template-columns:minmax(280px,.9fr) minmax(0,1.2fr);grid-template-rows:1fr auto}.news-featured .news-image{grid-row:1/3;height:100%;min-height:320px}.news-featured .news-body{padding:28px 30px}.news-featured .news-body h3{font-size:clamp(1.7rem,3vw,2.5rem)}.news-featured .news-body p{font-size:1rem;-webkit-line-clamp:5}.news-featured .card-meta{padding:14px 30px}

/* Jobs */
.card--jobs{padding:15px}.card--jobs .job-card-head{align-items:flex-start}.job-logo{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border-radius:12px;background:#eaf4ff;color:#194f7d;font-size:1.15rem;font-weight:950}.job-card-head>div{min-width:0}.job-card-head h3{margin:2px 0}.job-company,.service-provider{margin:0;color:var(--muted);font-size:.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card--jobs .data-badges{padding:10px 0 4px}.job-excerpt{margin:5px 0 0;color:var(--muted);font-size:.82rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card--jobs .card-meta{padding:9px 0 0;border-top:1px solid #edf2f7}.section-layout--jobs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.section-layout--jobs .content-card{min-height:230px}

/* Tools */
.card--tools{padding:16px;background:linear-gradient(145deg,#fff,#f3fff9)}.tool-card-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:#dffff0;border:1px solid #bcebd4;font-size:1.45rem}.card--tools .card-body{padding:10px 0 0}.card--tools .card-body p{-webkit-line-clamp:2}.card--tools .card-meta{padding:9px 0 0;border-top:1px solid #dcefe5}.section-layout--tools{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.section-layout--tools .content-card{min-height:230px}

/* Markets, crypto, metals and rates */
.card--markets,.card--rates{padding:16px;background:linear-gradient(160deg,#10233f,#1a3c61);color:#fff;border-color:rgba(255,255,255,.08)}.card--rates{background:linear-gradient(160deg,#31280f,#665323)}.quote-symbol{font-weight:950;letter-spacing:.06em}.quote-time{color:#c8d4e3}.quote-value{font-size:1.85rem;font-weight:950;line-height:1.1;margin-top:8px;letter-spacing:-.04em}.quote-value small{font-size:.72rem;font-weight:750;margin-left:6px;color:#d7e2ed}.quote-change{display:inline-flex;width:max-content;padding:4px 8px;border-radius:999px;font-size:.74rem;font-weight:900;margin-top:7px}.quote-change.positive{background:#dff8ea;color:#10643b}.quote-change.negative{background:#ffe1e1;color:#8b2424}.quote-change.neutral{background:#edf1f5;color:#526174}.card--markets h3,.card--rates h3{margin:9px 0;color:#fff}.quote-education,.quote-excerpt{color:#d9e4ef;font-size:.8rem;margin:8px 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card--markets .card-meta,.card--rates .card-meta{padding:9px 0 0;color:#cbd8e6;border-top:1px solid rgba(255,255,255,.14)}.card--markets .card-meta a,.card--rates .card-meta a{color:#8ee5bd}.section-layout--markets,.section-layout--rates{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.section-layout--markets .content-card,.section-layout--rates .content-card{min-height:240px}

/* Services */
.card--services{padding:16px}.service-card-head{align-items:flex-start}.service-icon{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;border-radius:14px;background:#f0edff;border:1px solid #dcd4ff;font-size:1.2rem}.card--services .data-badges{padding:10px 0 4px}.card--services>p{font-size:.83rem;color:var(--muted);margin:6px 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card--services .card-meta{padding:9px 0 0;border-top:1px solid #edf1f5}.section-layout--services{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.section-layout--services .content-card{min-height:240px}

/* Weather */
.card--weather{padding:16px;background:linear-gradient(145deg,#e9f7ff,#fff)}.weather-card-top{align-items:flex-start}.weather-icon{font-size:2rem}.weather-card-top>div{min-width:0}.weather-temp{margin-left:auto;font-size:1.45rem}.card--weather .data-badges{padding:10px 0 4px}.card--weather>p{font-size:.83rem;color:var(--muted);margin:5px 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card--weather .card-meta{padding:9px 0 0;border-top:1px solid #dcecf6}.section-layout--weather{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}

/* Shopping */
.card--shopping .product-image{height:105px}.product-price{font-size:1.12rem;font-weight:950;margin:5px 0;color:#0d6c42}.section-layout--shopping{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.section-layout--shopping .content-card{min-height:310px}

/* Games */
.card--games{position:relative;background:linear-gradient(145deg,#241a40,#432e70);color:#fff;border-color:#5c4688}.game-card-visual{display:grid;place-items:center;min-height:70px;font-size:2.4rem;background:radial-gradient(circle,rgba(255,255,255,.14),transparent 65%)}.card--games .card-body{padding-top:10px}.card--games .card-body p{color:#ddd4f5;-webkit-line-clamp:2}.card--games .card-meta{color:#d8cff1;border-top:1px solid rgba(255,255,255,.14)}.card--games .card-meta a{color:#8ff0be}.section-layout--games{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.section-layout--games .content-card{min-height:250px}

/* Editorial, compact and archive grids */
.section-layout{margin-top:6px}.section-layout .content-card{width:auto;min-width:0;height:auto;min-height:270px;scroll-snap-align:none}.section-layout--editorial{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.section-layout--editorial .card-image{height:140px}.section-layout--compact{display:grid;grid-template-columns:1fr;gap:10px}.section-layout--compact .content-card{min-height:150px}.section-layout--widget{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.related-section{margin-top:34px}.card-context--related{height:220px}

/* Detail pages */
.article-shell--news{max-width:980px}.article-shell--jobs{max-width:980px}.article-shell--markets,.article-shell--rates{max-width:980px}.article-image--news{max-height:540px}.rich-content{line-height:1.78}.rich-content table{width:100%;border-collapse:collapse;display:block;overflow-x:auto}.rich-content th,.rich-content td{border:1px solid var(--line);padding:10px;text-align:left}.fact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:4px 0 24px}.fact{padding:14px;border:1px solid var(--line);border-radius:14px;background:var(--soft)}.fact span{display:block;color:var(--muted);font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.fact strong{display:block;margin-top:4px}.detail-quote{display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;padding:22px;border-radius:18px;background:linear-gradient(145deg,#10233f,#1b4672);color:#fff;margin-bottom:18px}.detail-quote>div span{display:block;font-size:.78rem;letter-spacing:.08em;font-weight:900;color:#bcd0e3}.detail-quote>div strong{display:block;font-size:2.3rem;line-height:1.1;margin-top:4px}.detail-quote small{grid-column:1/-1;color:#cbd9e6}.notice{padding:13px 15px;border:1px solid #dbe5ef;border-radius:13px;background:#f5f8fc;color:#536174}.financial-notice{border-color:#eadca4;background:#fff9df;color:#685417}.primary-action{margin-top:24px;padding:18px;border-radius:16px;background:var(--soft);border:1px solid var(--line)}.primary-action p{margin:9px 0 0;color:var(--muted);font-size:.83rem}.feed-summary h2{margin-top:0}.source-action{display:flex;align-items:center;justify-content:space-between;gap:18px}.source-action p{max-width:520px}.page-hero--markets,.page-hero--rates{background:linear-gradient(145deg,#10233f,#244f7c);color:#fff;border:0}.page-hero--markets p,.page-hero--rates p,.page-hero--markets .archive-summary span,.page-hero--rates .archive-summary span{color:#d8e5f2}.page-hero--markets .archive-summary span,.page-hero--rates .archive-summary span{background:rgba(255,255,255,.12)}

@media(max-width:1000px){.section-layout--tools,.section-layout--markets,.section-layout--rates,.section-layout--services,.section-layout--weather,.section-layout--games,.section-layout--editorial{grid-template-columns:repeat(2,minmax(0,1fr))}.section-layout--shopping{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.news-featured .content-card{display:flex;min-height:0}.news-featured .news-image{height:210px;min-height:0}.news-featured .news-body{padding:20px}.news-featured .news-body h3{font-size:1.65rem}.section-layout--jobs,.section-layout--tools,.section-layout--markets,.section-layout--rates,.section-layout--services,.section-layout--weather,.section-layout--shopping,.section-layout--games,.section-layout--editorial,.section-layout--widget{grid-template-columns:1fr}.section-layout .content-card{min-height:230px}.fact-grid{grid-template-columns:1fr}.source-action{align-items:flex-start;flex-direction:column}.detail-quote{grid-template-columns:1fr}.detail-quote .quote-change{justify-self:start}.horizontal-cards .content-card{min-width:min(var(--card-width,276px),88vw)}}

/* v1.3 quality-first content model */
.content-model-note{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0 0 8px}.content-model-note>div{background:#fff;border:1px solid var(--line);border-radius:16px;padding:14px 16px;box-shadow:0 6px 20px rgba(31,52,78,.04)}.content-model-note strong{display:block;font-size:.92rem}.content-model-note span{display:block;color:var(--muted);font-size:.8rem;margin-top:3px}.section-counts{display:block;color:#7a8798;font-size:.72rem;margin-top:4px}.origin-label{display:inline-flex;align-items:center;width:max-content;padding:4px 8px;border-radius:999px;font-size:.64rem;line-height:1;font-weight:900;letter-spacing:.045em;text-transform:uppercase;margin:10px 12px 0;z-index:2}.origin-label--original{background:#e7fff2;color:#17643c;border:1px solid #c4ecd7}.origin-label--feed{background:#eef3f8;color:#4d5d70;border:1px solid #d8e1eb}.origin-label--review{background:#fff5d6;color:#725b00;border:1px solid #ead98f}.content-card.is-feed-card{border-style:dashed}.content-card.is-feed-card:hover{border-style:solid}.card--markets .origin-label--feed,.card--rates .origin-label--feed,.card--games .origin-label--feed{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.2);color:#fff}.quality-notice{margin:18px 0;padding:14px 16px;border-radius:15px;border:1px solid #e7d89a;background:#fff9df;color:#655313;font-size:.9rem}.quality-notice code{background:rgba(255,255,255,.7);padding:2px 5px;border-radius:5px}.archive-block{margin:26px 0}.archive-block--original{padding:22px;border:1px solid var(--line);border-radius:22px;background:#fff}.archive-block--updates{padding:22px;border:1px dashed #c7d4e1;border-radius:22px;background:#f7faff}.subsection-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:16px}.subsection-heading h2{margin:2px 0 3px;font-size:1.35rem;letter-spacing:-.025em}.subsection-heading p{margin:0;color:var(--muted);font-size:.88rem;max-width:760px}.content-trust-box{margin-top:30px;padding:18px;border:1px solid var(--line);border-radius:16px;background:var(--soft)}.content-trust-box h2{margin:0 0 12px;font-size:1.05rem}.content-trust-box dl{display:grid;gap:8px;margin:0}.content-trust-box dl>div{display:grid;grid-template-columns:160px 1fr;gap:12px;padding-top:8px;border-top:1px solid #e1e8ef}.content-trust-box dt{color:var(--muted);font-size:.78rem;font-weight:800}.content-trust-box dd{margin:0;font-size:.86rem}.content-trust-box a{color:#1767a6;text-decoration:underline}.article-shell--feed{border-style:dashed}.ad-label{display:block;font-size:.64rem;text-transform:uppercase;letter-spacing:.08em;color:#7e8998;margin-bottom:4px}.site-footer .footer-links{max-width:520px}.standalone-embed .subsection-heading{padding:18px 18px 0}.section-layout .origin-label{position:relative;margin-bottom:0}.horizontal-cards .origin-label{flex:0 0 auto}
@media(max-width:760px){.content-model-note{grid-template-columns:1fr}.archive-block{padding:16px}.content-trust-box dl>div{grid-template-columns:1fr;gap:2px}.subsection-heading{align-items:flex-start;flex-direction:column}.origin-label{font-size:.58rem}}
/* v1.3.4 PageSpeed: defer off-screen section layout/paint while preserving full DOM content. */
.content-section{content-visibility:auto;contain-intrinsic-size:auto 360px}

/* v1.3.8 Part 2: focused homepage information architecture */
.home-topic-hero{margin-bottom:18px}.home-topic-hero .hero-actions{margin-top:22px}.home-more-resources{margin-top:40px;padding:24px;border:1px solid var(--line);border-radius:22px;background:#fff}.home-more-heading h2{margin:3px 0 5px;font-size:1.45rem;letter-spacing:-.025em}.home-more-heading p{margin:0;color:var(--muted);max-width:820px}.home-resource-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;margin-top:18px}.home-resource-link{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:13px 14px;border:1px solid var(--line);border-radius:15px;background:var(--soft);min-width:0}.home-resource-link:hover{background:#fff;box-shadow:0 8px 22px rgba(31,52,78,.07)}.home-resource-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#fff;border:1px solid var(--line)}.home-resource-link strong{display:block;font-size:.92rem}.home-resource-link small{display:block;color:var(--muted);font-size:.76rem;line-height:1.35;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-more-resources .eyebrow{color:#17643c}@media(max-width:900px){.home-resource-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.home-resource-grid{grid-template-columns:1fr}.home-topic-hero .hero-actions{align-items:stretch;flex-direction:column}.home-topic-hero .button{width:100%}.home-more-resources{padding:18px 14px}.home-resource-link small{white-space:normal}}
