:root{--bg: #0a0d12;--bg-elevated: #10151c;--surface: #151c28;--surface-hover: #1a2433;--border: #2a3648;--border-subtle: #1e2836;--text: #eef2f8;--muted: #8b9bb4;--accent: #5b9fff;--accent-dim: rgba(91, 159, 255, .12);--green: #3dd68c;--amber: #f5b942;--red: #f07178;--unknown: #6b7a94;--font: "IBM Plex Sans", system-ui, -apple-system, sans-serif;--mono: "IBM Plex Mono", ui-monospace, monospace;--radius: 10px;--radius-sm: 6px;--shadow: 0 4px 24px rgba(0, 0, 0, .35);--page-pad: clamp(1rem, 3vw, 2rem)}*{box-sizing:border-box}body{margin:0;font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.5;min-height:100vh}a{color:var(--accent);text-decoration-color:#5b9fff66}a:hover{text-decoration-color:var(--accent)}.page-container{max-width:1280px;margin:0 auto}.header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem var(--page-pad) 1.25rem;border-bottom:1px solid var(--border-subtle);background:linear-gradient(180deg,var(--bg-elevated) 0%,var(--bg) 100%);position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.brand{color:var(--text);text-decoration:none;font-size:1.6rem;font-weight:600}.brand:hover{color:var(--accent)}.main-nav{display:flex;gap:.15rem;flex-wrap:wrap;padding:.2rem;background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius)}.nav-link{color:var(--muted);text-decoration:none;padding:.45rem .85rem;border-radius:var(--radius-sm);font-size:.85rem;font-weight:500;transition:color .15s,background .15s}.nav-link:hover{color:var(--text);background:var(--surface-hover)}.nav-link.active{color:var(--text);background:var(--accent-dim);box-shadow:inset 0 0 0 1px #5b9fff40}.subtitle{margin:.25rem 0 0;color:var(--muted);font-size:.9rem}.header-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.member-chip{display:flex;align-items:center;gap:.5rem;font-size:.78rem;padding:.25rem .5rem;background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);max-width:min(100%,280px)}.member-chip-email{color:var(--accent);text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.member-chip-email:hover{text-decoration:underline}.member-chip-signout{flex-shrink:0;font:inherit;font-size:.72rem;color:var(--muted);background:none;border:none;cursor:pointer;padding:0}.member-chip-signout:hover{color:var(--text)}.alerts-divider{margin:1.25rem 0;border:none;border-top:1px solid var(--border-subtle)}.alerts-subheading{margin:0 0 .65rem;font-size:.95rem}.meta{font-size:.8rem;color:var(--muted)}.btn{background:linear-gradient(180deg,#3d7af5,#2a6df4);color:#fff;border:none;padding:.5rem 1rem;border-radius:var(--radius-sm);cursor:pointer;font-size:.85rem;font-weight:500;text-decoration:none;display:inline-flex;align-items:center;transition:transform .12s,box-shadow .12s,opacity .12s}.btn:hover{box-shadow:0 4px 16px #2a6df459;transform:translateY(-1px)}.btn:disabled{opacity:.6;cursor:wait;transform:none;box-shadow:none}.btn-ghost{background:transparent;color:var(--text);border:1px solid var(--border);box-shadow:none}.btn-ghost:hover{background:var(--surface-hover);border-color:var(--muted);box-shadow:none}.btn-group{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.main-content{min-height:60vh;padding-bottom:2rem}.page-loading,.page-error{padding:4rem var(--page-pad);text-align:center;color:var(--muted);display:flex;flex-direction:column;align-items:center;gap:1rem}.page-error{color:var(--red)}.loading-spinner{width:36px;height:36px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}.page-section{padding:1.25rem var(--page-pad) .5rem}.section-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.section-title{margin:0;font-size:.75rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.1em}.section-desc{margin:.35rem 0 0;font-size:.88rem;color:var(--muted);max-width:52ch;line-height:1.5}h2{margin:0 0 1rem;font-size:1.1rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}.region-panel{padding:1rem var(--page-pad) 2rem}.region-title{margin:0;font-size:1.25rem;font-weight:600;color:var(--text);text-transform:none;letter-spacing:0}.region-summary-pills{display:flex;align-items:center;gap:.65rem;font-size:.85rem}.pill{text-transform:uppercase;font-size:.65rem;font-weight:600;padding:.2rem .5rem;border-radius:4px;background:var(--surface);border:1px solid var(--border)}.layer-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem;align-items:stretch}.layer-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem;border-left:4px solid var(--unknown)}.layer-grid>.layer-card--link{display:flex;flex-direction:column;min-height:100%;height:100%;box-sizing:border-box}.layer-card.status-green{border-left-color:var(--green)}.layer-card.status-amber{border-left-color:var(--amber)}.layer-card.status-red{border-left-color:var(--red)}.dashboard-page{padding-bottom:1rem}.dashboard-topbar{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem var(--page-pad) 0}.similar-crises-section{background:linear-gradient(180deg,rgba(91,159,255,.04) 0%,transparent 100%);border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);padding-bottom:1.5rem!important;margin-bottom:.5rem}.crisis-match-panel{margin-top:.25rem}.crisis-match-intro{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}.crisis-match-all-link{font-size:.85rem;font-weight:500;white-space:nowrap}.crisis-match-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.crisis-match-card{display:grid;grid-template-columns:2.5rem 1fr;gap:0 1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color .2s,box-shadow .2s,transform .2s}.crisis-match-card:hover{border-color:#5b9fff73;box-shadow:var(--shadow);transform:translateY(-2px)}.crisis-match-card.tier-high{border-left:4px solid var(--red)}.crisis-match-card.tier-medium{border-left:4px solid var(--amber)}.crisis-match-card.tier-low{border-left:4px solid var(--green)}.crisis-match-rank{display:flex;align-items:center;justify-content:center;background:var(--bg-elevated);font-family:var(--mono);font-size:1.1rem;font-weight:500;color:var(--muted);border-right:1px solid var(--border-subtle)}.crisis-match-body{padding:1rem 1rem 1rem 0;min-width:0}.crisis-match-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.65rem}.crisis-match-name{margin:0;font-size:1.05rem;font-weight:600;color:var(--text);line-height:1.3}.crisis-match-period{display:block;font-size:.75rem;color:var(--muted);margin-top:.15rem;font-family:var(--mono)}.crisis-match-score{text-align:right;flex-shrink:0}.crisis-match-pct{display:block;font-size:1.75rem;font-weight:700;line-height:1;font-variant-numeric:tabular-nums;color:var(--text)}.crisis-match-card.tier-high .crisis-match-pct{color:var(--red)}.crisis-match-card.tier-medium .crisis-match-pct{color:var(--amber)}.crisis-match-pct-label{font-size:.65rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.crisis-match-bar-wrap{height:6px;background:var(--bg);border-radius:3px;overflow:hidden;margin-bottom:.75rem}.crisis-match-bar-fill{display:block;height:100%;border-radius:3px;background:linear-gradient(90deg,var(--accent) 0%,#7eb6ff 100%);transition:width .4s ease}.crisis-match-card.tier-high .crisis-match-bar-fill{background:linear-gradient(90deg,var(--red) 0%,#ff9aa0 100%)}.crisis-match-card.tier-medium .crisis-match-bar-fill{background:linear-gradient(90deg,var(--amber) 0%,#ffd080 100%)}.crisis-match-summary{margin:0 0 .85rem;font-size:.82rem;color:var(--muted);line-height:1.55;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.crisis-match-chips{margin-bottom:.85rem}.chips-label{display:block;font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:.4rem}.chip-row{display:flex;flex-wrap:wrap;gap:.35rem}.metric-chip{font-size:.72rem;padding:.2rem .5rem;border-radius:4px;background:var(--bg-elevated);border:1px solid var(--border-subtle);color:var(--muted);text-decoration:none;transition:color .12s,border-color .12s,background .12s}.metric-chip:hover{color:var(--accent);border-color:#5b9fff66;background:var(--accent-dim)}.metric-chip-more{cursor:default;opacity:.7}.crisis-match-cta{font-size:.8rem;font-weight:500;text-decoration:none}.crisis-match-empty{padding:1.5rem;text-align:center;color:var(--muted);background:var(--surface);border:1px dashed var(--border);border-radius:var(--radius);font-size:.9rem}.tabs{display:flex;flex-wrap:wrap;gap:.25rem;padding:0 var(--page-pad);margin-top:.5rem;border-bottom:1px solid var(--border)}.tab{background:transparent;border:none;color:var(--muted);padding:.75rem 1rem;cursor:pointer;font-size:.9rem;border-bottom:2px solid transparent;display:flex;align-items:center;gap:.4rem}.tab.active{color:var(--text);border-bottom-color:#2a6df4}.tab-badge{width:8px;height:8px;border-radius:50%;background:var(--unknown)}.tab-badge.status-green{background:var(--green)}.tab-badge.status-amber{background:var(--amber)}.tab-badge.status-red{background:var(--red)}.region-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.region-header h2{margin:0;text-transform:none;letter-spacing:0;color:var(--text);font-size:1.25rem}.metric-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.75rem;align-items:stretch}.metric-grid.compact{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.metric-grid>.info-popover-wrap,.metric-grid>.fred-mini-card,.metric-grid>.metric-card{display:flex;flex-direction:column;min-height:100%;height:100%}.metric-card-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;flex:1;min-height:100%;height:100%}.metric-card-link:hover .metric-card{border-color:var(--accent);background:var(--surface-hover);transform:translateY(-2px);box-shadow:var(--shadow)}.metric-card-link .metric-card{transition:border-color .15s,transform .15s,box-shadow .15s,background .15s}.metric-card-link.status-green .metric-card{border-top-color:var(--green)}.metric-card-link.status-amber .metric-card{border-top-color:var(--amber)}.metric-card-link.status-red .metric-card{border-top-color:var(--red)}.metric-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.1rem;border-top:3px solid var(--unknown);display:flex;flex-direction:column;flex:1;min-height:100%;box-sizing:border-box}.metric-card .metric-source{margin-top:auto;padding-top:.35rem}.metric-card>.metric-thresholds:last-child,.metric-card>.metric-asof:last-child,.metric-card>.metric-error:last-child{margin-top:auto}.metric-top{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;flex-shrink:0}.metric-name{margin:0;font-size:.9rem;font-weight:500}.metric-value{font-size:1.75rem;font-weight:600;margin:.5rem 0}.metric-value small{font-size:.9rem;color:var(--muted);margin-left:.25rem}.metric-thresholds,.metric-asof,.metric-source{font-size:.75rem;color:var(--muted)}.metric-note{font-size:.8rem;color:var(--muted);margin:.5rem 0 0}.badge{font-size:.65rem;text-transform:uppercase;padding:.15rem .45rem;border-radius:4px;font-weight:600}.badge-green{background:#3dd68c26;color:var(--green)}.badge-amber{background:#f5b94226;color:var(--amber)}.badge-red{background:#f0717826;color:var(--red)}.badge-unknown{background:#6b7a9433;color:var(--unknown)}.dot:before{content:"● "}.dot.green{color:var(--green)}.dot.amber{color:var(--amber)}.dot.red{color:var(--red)}.footer{padding:1.5rem var(--page-pad) 2rem;border-top:1px solid var(--border-subtle);color:var(--muted);font-size:.78rem;text-align:center;max-width:1280px;margin:0 auto}.footer-legal{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem 1.25rem;margin-bottom:.75rem}.footer-legal a,.footer-link-btn{color:var(--accent);font-size:.82rem;text-decoration:none;background:none;border:none;font:inherit;cursor:pointer;padding:0}.footer-legal a:hover,.footer-link-btn:hover{text-decoration:underline}.legal-page{max-width:42rem;margin:0 auto;padding-bottom:2rem}.legal-page h1{margin:0 0 .35rem;font-size:clamp(1.5rem,4vw,1.85rem)}.legal-updated{margin:0 0 1.25rem;font-size:.85rem;color:var(--muted)}.legal-lead{font-size:1.05rem;line-height:1.55;color:var(--muted);margin-bottom:1.5rem}.legal-page section{margin-bottom:1.5rem}.legal-page h2{font-size:1.05rem;margin:0 0 .5rem}.legal-page p,.legal-page li{line-height:1.55;font-size:.92rem;color:var(--text)}.legal-page ul{padding-left:1.25rem}.legal-table{width:100%;border-collapse:collapse;font-size:.85rem;margin:.75rem 0}.legal-table th,.legal-table td{border:1px solid var(--border-subtle);padding:.5rem .65rem;text-align:left;vertical-align:top}.legal-table code{font-size:.8em}.legal-back{margin-top:2rem;font-size:.9rem}.legal-back a{color:var(--accent)}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9000;padding:.75rem var(--page-pad) max(.75rem,env(safe-area-inset-bottom));background:#0a0d12eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--border);box-shadow:0 -8px 32px #00000059}.cookie-banner-inner{max-width:52rem;margin:0 auto}.cookie-banner-title{margin:0 0 .35rem;font-size:1rem;font-weight:600}.cookie-banner-text{margin:0 0 .75rem;font-size:.85rem;color:var(--muted);line-height:1.45}.cookie-banner-text a{color:var(--accent)}.cookie-prefs{margin-bottom:.75rem;padding:.75rem;background:var(--surface);border-radius:var(--radius-sm);border:1px solid var(--border-subtle)}.cookie-pref-row{display:flex;align-items:flex-start;gap:.5rem;font-size:.85rem;margin-bottom:.5rem;cursor:pointer}.cookie-pref-row:last-child{margin-bottom:0}.cookie-pref-disabled{opacity:.75;cursor:default}.cookie-banner-actions{display:flex;flex-wrap:wrap;gap:.5rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9500;background:#000000a6;display:flex;align-items:center;justify-content:center;padding:1rem}.modal-panel{position:relative;width:100%;max-width:26rem;max-height:min(90vh,520px);overflow-y:auto;padding:1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.modal-close{position:absolute;top:.5rem;right:.65rem;border:none;background:none;color:var(--muted);font-size:1.5rem;line-height:1;cursor:pointer;padding:.25rem}.modal-close:hover{color:var(--text)}.newsletter-modal h2{margin:0 2rem .5rem 0;font-size:1.2rem;line-height:1.3}.modal-lead{margin:0 0 1rem;font-size:.9rem;color:var(--muted);line-height:1.45}.modal-fineprint{margin:1rem 0 0;font-size:.75rem;color:var(--muted)}.modal-fineprint a{color:var(--accent)}.charts-layout{display:grid;grid-template-columns:minmax(300px,360px) 1fr;gap:1.25rem;padding:1.25rem 2rem 2rem;min-height:calc(100vh - 140px);align-items:stretch}.charts-sidebar{display:flex;flex-direction:column;gap:0;background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden;max-height:calc(100vh - 160px)}.charts-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem .75rem;border-bottom:1px solid var(--border);flex-shrink:0}.charts-sidebar-title{margin:0;font-size:.95rem;font-weight:600;color:var(--text);text-transform:none;letter-spacing:0}.charts-loading-pill{font-size:.7rem;color:var(--amber);background:#f5b9421f;padding:.2rem .5rem;border-radius:999px}.control-block{padding:.85rem 1rem;border-bottom:1px solid var(--border);flex-shrink:0}.control-block-grow{flex:1;min-height:0;display:flex;flex-direction:column;border-bottom:none}.control-label{display:block;font-size:.7rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.5rem}.control-label-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.5rem}.control-label-row .control-label{margin-bottom:0}.control-count{font-size:.7rem;color:var(--muted)}.segmented{display:flex;gap:2px;background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:3px}.segmented-btn{flex:1;border:none;background:transparent;color:var(--muted);font-size:.8rem;font-weight:600;padding:.45rem .25rem;border-radius:6px;cursor:pointer;transition:background .15s,color .15s}.segmented-btn:hover{color:var(--text);background:#ffffff0a}.segmented-btn.active{background:#2a6df4;color:#fff}.region-pills{display:flex;flex-wrap:wrap;gap:.35rem}.region-pill{display:inline-flex;align-items:center;gap:.35rem;border:1px solid var(--border);background:var(--bg);color:var(--muted);font-size:.75rem;padding:.3rem .55rem;border-radius:999px;cursor:pointer;transition:border-color .15s,color .15s}.region-pill:hover{color:var(--text);border-color:#4d9fff}.region-pill.active{background:#2a6df426;border-color:#2a6df4;color:#4d9fff}.pill-count{font-size:.65rem;opacity:.75;background:#0003;padding:.05rem .35rem;border-radius:999px}.search-wrap{position:relative;margin-bottom:.5rem}.search-icon{position:absolute;left:.65rem;top:50%;transform:translateY(-50%);color:var(--muted);font-size:.9rem;pointer-events:none}.search-input{width:100%;background:var(--bg);border:1px solid var(--border);color:var(--text);padding:.55rem 2rem;border-radius:8px;font-size:.85rem}.search-input:focus{outline:none;border-color:#2a6df4;box-shadow:0 0 0 2px #2a6df440}.search-clear{position:absolute;right:.35rem;top:50%;transform:translateY(-50%);border:none;background:transparent;color:var(--muted);font-size:1.1rem;line-height:1;cursor:pointer;padding:.2rem .4rem}.search-clear:hover{color:var(--text)}.metric-nav{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.btn-ghost{border:1px solid var(--border);background:transparent;color:var(--muted);font-size:.75rem;padding:.35rem .5rem;border-radius:6px;cursor:pointer}.btn-ghost:hover{color:var(--text);border-color:#4d9fff}.metric-nav-pos{font-size:.75rem;color:var(--muted)}.metric-picker{list-style:none;margin:0;padding:0;overflow-y:auto;flex:1;min-height:120px;max-height:280px;border:1px solid var(--border);border-radius:8px;background:var(--bg)}.metric-picker-item{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;padding:.55rem .75rem;border:none;border-bottom:1px solid var(--border);background:transparent;color:var(--text);text-align:left;cursor:pointer;transition:background .12s}.metric-picker-item:last-child{border-bottom:none}.metric-picker-item:hover{background:#4d9fff14}.metric-picker-item.active{background:#2a6df433;box-shadow:inset 3px 0 #2a6df4}.metric-picker-name{font-size:.85rem;font-weight:500;line-height:1.3}.metric-picker-region{font-size:.7rem;color:var(--muted)}.metric-picker-empty{padding:1rem;font-size:.85rem;color:var(--muted);text-align:center}.chart-info-card{padding:1rem;background:var(--bg);border-top:1px solid var(--border);flex-shrink:0}.chart-info-title{margin:0 0 .5rem;font-size:.9rem;font-weight:600}.chart-info-dl{display:grid;grid-template-columns:auto 1fr;gap:.25rem .75rem;margin:0 0 .5rem;font-size:.8rem}.chart-info-dl dt{color:var(--muted);margin:0}.chart-info-dl dd{margin:0;font-weight:500}.chart-info-source,.chart-info-hint{margin:0;font-size:.75rem;color:var(--muted)}.charts-main{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1rem;display:flex;flex-direction:column;min-height:420px}.charts-canvas-wrap{position:relative;flex:1;min-height:360px}.charts-canvas-wrap canvas{width:100%!important;height:100%!important}.charts-canvas-hidden{visibility:hidden;height:0!important;min-height:0!important}.charts-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;gap:.75rem;background:#0c0f14a6;color:var(--muted);font-size:.9rem;z-index:2;border-radius:6px}.charts-spinner{width:18px;height:18px;border:2px solid var(--border);border-top-color:#4d9fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.charts-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--muted);text-align:center;padding:2rem}.charts-placeholder p{margin:0 0 .35rem;font-size:1rem;color:var(--text)}.charts-placeholder-sub{font-size:.85rem!important;color:var(--muted)!important}.chart-error{color:var(--red);padding:1rem;margin:0}.guide-section-title{margin:0 0 1rem;font-size:1.35rem;font-weight:600;color:var(--text);text-transform:none;letter-spacing:0}.guide-intro,.guide-layers,.guide-composites,.guide-region{padding:1.5rem 2rem;border-bottom:1px solid var(--border)}.crisis-page{padding-bottom:2rem}.crisis-header{padding:1.5rem 2rem .5rem}.crisis-page-intro{margin:0}.crisis-picker{margin:0 2rem 1rem;flex-wrap:wrap}.crisis-tab{flex:1 1 140px;min-height:3.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;padding:.5rem .35rem}.crisis-tab-name{font-size:.75rem;line-height:1.2}.crisis-tab-period{font-size:.65rem;opacity:.85;font-weight:400}.crisis-summary-card{margin:0 2rem 1rem;padding:1rem 1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:10px}.crisis-summary-card h3{margin:0 0 .35rem;font-size:1.1rem}.crisis-dates{margin:0 0 .5rem;font-size:.8rem;color:var(--muted)}.crisis-note{font-size:.8rem;color:var(--muted);margin:.75rem 0 .5rem}.crisis-loading{color:var(--amber);font-size:.85rem;margin:.5rem 0 0}.crisis-counts{display:flex;flex-wrap:wrap;gap:1rem;font-size:.85rem;margin-top:.5rem}.metric-error{font-size:.75rem;color:var(--red);margin:.25rem 0}.metric-hint{font-size:.7rem;color:var(--muted);opacity:.85}.composite-card{cursor:default}.info-popover-wrap{position:relative;display:flex;flex-direction:column;min-height:100%;height:100%}.info-popover-wrap>.composite-card{flex:1;display:flex;flex-direction:column;min-height:100%;box-sizing:border-box}.composite-card .metric-note:last-child{margin-top:auto}.info-popover-trigger{position:absolute;top:.45rem;right:.45rem;z-index:3;display:flex;align-items:center;justify-content:center;width:1.65rem;height:1.65rem;padding:0;border:1px solid var(--border);border-radius:50%;background:var(--bg-elevated);color:var(--muted);cursor:pointer;transition:color .15s,border-color .15s,background .15s}.info-popover-trigger:hover{color:var(--accent);border-color:#5b9fff80;background:var(--surface)}.info-popover-trigger[aria-expanded=true]{color:var(--accent);border-color:var(--accent);background:var(--accent-dim)}.info-popover-panel{position:absolute;z-index:110;left:0;right:0;bottom:calc(100% + 6px);max-height:min(70vh,420px);overflow-y:auto;padding:.85rem 1rem;background:#1a2332;border:1px solid #3d5270;border-radius:10px;box-shadow:0 12px 40px #00000073;font-size:.8rem;line-height:1.45;color:var(--text)}.info-popover-panel[hidden]{display:none}.info-popover-title{margin:0 0 .6rem;font-weight:600;font-size:.9rem;color:var(--text)}.info-popover-section{margin-bottom:.65rem}.info-popover-section:last-child{margin-bottom:0}.info-popover-section p{margin:.25rem 0 0;color:var(--muted)}.info-popover-label{display:block;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#4d9fff;margin-bottom:.2rem}.info-popover-critical .info-popover-label{color:var(--amber)}.info-popover-list{list-style:none;margin:.35rem 0 0;padding:0}.info-popover-list li{display:grid;grid-template-columns:auto 1fr auto;gap:.35rem .5rem;align-items:center;padding:.35rem 0;border-bottom:1px solid var(--border);font-size:.78rem}.info-popover-list li:last-child{border-bottom:none}.info-popover-metric-name{color:var(--text)}.info-popover-metric-val{color:var(--muted);font-size:.72rem}.info-popover-thresholds{font-family:var(--mono);font-size:.75rem}.metric-card-wrap .metric-top,.metric-card-link .metric-top{padding-right:1.75rem}.world-macro-page{padding-bottom:2rem}.world-macro-header{padding:1.5rem 2rem .5rem}.world-table-wrap{margin:0 2rem 1.5rem;overflow-x:auto;border:1px solid var(--border);border-radius:10px;background:var(--surface)}.world-table{width:100%;border-collapse:collapse;font-size:.85rem}.world-table th{text-align:left;padding:.75rem 1rem;background:var(--bg);color:var(--muted);font-size:.7rem;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--border);white-space:nowrap}.world-table td{padding:.65rem 1rem;border-bottom:1px solid var(--border);vertical-align:top}.world-table tr:last-child td{border-bottom:none}.world-country strong{display:block;font-size:.9rem}.world-country small{color:var(--muted);font-size:.72rem}.world-cell-inner{display:flex;flex-direction:column;gap:.2rem;align-items:flex-start}.world-cell-value{font-weight:600;font-size:.95rem}.world-cell-year,.world-cell-label{font-size:.68rem;color:var(--muted)}.world-cell.status-red{background:#f071780f}.world-cell.status-amber{background:#f5b9420f}.world-cell.status-green{background:#3dd68c0a}.world-legend{padding:0 2rem 2rem}.world-legend-list{margin:0;padding-left:1.2rem}.crash-risk-banner{display:flex;align-items:center;gap:1.5rem;margin:.5rem var(--page-pad) 1rem;padding:1.15rem 1.35rem;border-radius:var(--radius);border:1px solid var(--border);text-decoration:none;color:inherit;transition:border-color .15s,transform .15s,box-shadow .15s;box-shadow:var(--shadow)}.crash-risk-banner:hover{border-color:#5b9fff80;transform:translateY(-2px);box-shadow:0 8px 32px #0006}.crash-risk-banner-text{display:flex;flex-direction:column;gap:.2rem}.crash-risk-banner-text strong{font-size:1rem;color:var(--text)}.crash-risk-banner-text span{color:var(--muted);font-size:.9rem}.crash-risk-banner-score{font-size:2.5rem;font-weight:700;font-variant-numeric:tabular-nums;line-height:1}.crash-risk-banner small{display:block;color:var(--muted);font-size:.75rem;margin-top:.25rem}.crash-risk-banner.status-green{background:#3dd68c14}.crash-risk-banner.status-amber{background:#f5b94214}.crash-risk-banner.status-red{background:#f0717814}.crash-risk-banner.status-black{background:#78788c26;border-color:#666}.fred-strip{padding:0 2rem 1rem}.fred-strip h2{font-size:.95rem;margin-bottom:.75rem}.stress-radar-page{padding-bottom:2rem}.crash-risk-hero{display:flex;align-items:center;gap:2rem;margin:1rem 2rem 1.5rem;padding:1.5rem 2rem;border-radius:12px;border:1px solid var(--border)}.crash-risk-hero.status-green{background:#3dd68c0f}.crash-risk-hero.status-amber{background:#f5b9420f}.crash-risk-hero.status-red{background:#f0717814}.crash-risk-hero.status-black{background:#50506433}.crash-risk-score{display:flex;align-items:baseline;gap:.25rem}.crash-risk-number{font-size:3.5rem;font-weight:800;font-variant-numeric:tabular-nums}.crash-risk-of{color:var(--muted);font-size:1rem}.crash-risk-regime{margin:.35rem 0 0;font-weight:600}.homogeneity-card{margin:0 2rem 1.5rem;padding:1rem 1.25rem;border:1px solid var(--border);border-radius:10px;background:var(--surface)}.homogeneity-stats{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;margin-top:.75rem;font-size:.9rem}.stress-systems{padding:0 var(--page-pad)}.stress-systems h2{font-size:1rem;margin-bottom:1rem}.stress-system-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.stress-system-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1rem}.stress-system-card header{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.75rem}.stress-system-card h3{margin:0;font-size:.9rem;flex:1}.stress-system-icon{font-size:1.1rem}.stress-system-heat{font-size:.8rem;color:var(--muted);margin-bottom:.5rem}.stress-system-heat-bar{display:block;height:4px;background:var(--bg);border-radius:2px;margin-top:.35rem;overflow:hidden}.stress-system-heat-bar span{display:block;height:100%;background:var(--accent);border-radius:2px}.stress-system-why{font-size:.75rem;color:var(--muted);margin:0 0 .75rem;line-height:1.4}.stress-components{list-style:none;margin:0;padding:0;font-size:.78rem}.stress-components li{display:grid;grid-template-columns:auto 1fr auto;gap:.5rem;align-items:center;padding:.35rem 0;border-top:1px solid var(--border)}.stress-comp-val{color:var(--muted);font-variant-numeric:tabular-nums}.percentile-watch,.stress-lab{padding:1.5rem 2rem}.pct-flag{font-size:.72rem;text-transform:uppercase;font-weight:600}.pct-breach{color:var(--red)}.pct-watch{color:var(--amber)}.pct-ok{color:var(--green)}.stress-lab-slider{display:block;margin:1rem 0}.stress-lab-slider input{width:100%;max-width:400px;margin-top:.5rem}.stress-lab-result .neg{color:var(--red)}.stress-lab-result .pos{color:var(--green)}.badge-black{background:#64647859;color:#ddd}.stress-radar-toolbar{display:flex;justify-content:space-between;align-items:center;padding:.5rem var(--page-pad) 0}.stress-hero-grid{display:grid;grid-template-columns:auto 1fr minmax(200px,280px);gap:1.5rem;align-items:center;margin-left:var(--page-pad);margin-right:var(--page-pad)}@media (max-width: 900px){.stress-hero-grid{grid-template-columns:1fr}}.stress-summary-chips{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.75rem;font-size:.8rem;color:var(--muted)}.stress-summary-chips .chip{display:flex;align-items:center;gap:.35rem}.regime-gauge{width:100%}.regime-gauge-track{position:relative;height:10px;border-radius:5px;background:linear-gradient(90deg,#3dd68c59,#3dd68c59 24%,#f5b94259 24%,#f5b94259 49%,#f0717859 49%,#f0717859 74%,#78788c66 74%);overflow:visible}.regime-gauge-fill{position:absolute;left:0;top:0;height:100%;border-radius:5px 0 0 5px;opacity:.5;pointer-events:none}.regime-gauge-marker{position:absolute;top:-4px;width:4px;height:18px;margin-left:-2px;background:#fff;border-radius:2px;box-shadow:0 0 6px #00000080}.regime-gauge-labels{display:flex;justify-content:space-between;font-size:.65rem;color:var(--muted);margin-top:.35rem;position:relative}.regime-gauge-caption{font-size:.8rem;margin:.5rem 0 0;color:var(--muted)}.regime-black{color:#aaa}.stress-history-section{padding:0 var(--page-pad) 1.5rem}.stress-history-section h2{font-size:1rem;margin-bottom:.5rem}.stress-history-note{font-size:.8rem;margin-bottom:.75rem}.stress-history-meta{display:flex;flex-wrap:wrap;gap:1.5rem;font-size:.85rem;margin-bottom:.5rem}.stress-history-canvas-wrap{height:200px;position:relative}.stress-drivers{padding:0 var(--page-pad) 1.5rem}.stress-drivers h2{font-size:1rem}.stress-driver-list{list-style:none;margin:0;padding:0;border:1px solid var(--border);border-radius:10px;overflow:hidden;background:var(--surface)}.stress-driver-list li{display:grid;grid-template-columns:2rem 1fr auto auto;gap:.75rem;align-items:center;padding:.65rem 1rem;border-bottom:1px solid var(--border);font-size:.85rem}.stress-driver-list li:last-child{border-bottom:none}.driver-rank{color:var(--muted);font-weight:600}.driver-name{color:var(--text);text-decoration:none;font-weight:500}.driver-name:hover{color:var(--accent)}.driver-meta{display:block;font-size:.72rem;color:var(--muted)}.driver-heat{font-weight:700;font-variant-numeric:tabular-nums;min-width:2rem;text-align:right}.stress-fred{padding-top:0}.fred-chip-row{display:flex;flex-wrap:wrap;gap:.75rem}.fred-chip{display:flex;align-items:center;gap:.5rem;padding:.5rem .85rem;border:1px solid var(--border);border-radius:8px;background:var(--surface);font-size:.85rem}.homogeneity-expanded .homogeneity-pairs{margin-top:1rem;font-size:.8rem}.homogeneity-pairs ul{list-style:none;margin:.5rem 0 0;padding:0}.homogeneity-pairs li{display:flex;gap:.5rem;align-items:center;padding:.35rem 0;border-top:1px solid var(--border)}.homogeneity-pairs code{font-size:.72rem;color:var(--muted)}.homogeneity-header{display:flex;align-items:center;gap:.75rem}.systems-intro{font-size:.8rem;margin:-.5rem 0 1rem;padding:0 2rem}.stress-system-toggle{width:100%;text-align:left;background:none;border:none;color:inherit;cursor:pointer;padding:0}.stress-system-card.expanded{border-color:var(--accent)}.stress-system-detail{padding-top:.75rem;border-top:1px solid var(--border);margin-top:.5rem}.stress-comp-link{color:var(--text);text-decoration:none}.stress-comp-link:hover{color:var(--accent)}.heat-fill.status-red{background:var(--red)}.heat-fill.status-amber{background:var(--amber)}.heat-fill.status-green{background:var(--green)}.percentile-bars{display:flex;flex-direction:column;gap:.5rem;max-width:720px}.percentile-row{display:grid;grid-template-columns:1fr 2fr 3rem 4rem;gap:.75rem;align-items:center;font-size:.82rem}.percentile-name{color:var(--text);text-decoration:none}.percentile-name:hover{color:var(--accent)}.percentile-bar-track{height:8px;background:var(--bg);border-radius:4px;overflow:hidden}.percentile-bar-fill{display:block;height:100%;background:var(--accent);border-radius:4px}.percentile-row.pct-breach .percentile-bar-fill{background:var(--red)}.percentile-row.pct-watch .percentile-bar-fill{background:var(--amber)}.percentile-val{font-variant-numeric:tabular-nums;color:var(--muted)}.stress-lab-presets{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.btn-sm{padding:.35rem .65rem;font-size:.78rem}.btn-sm.active{border-color:var(--accent);background:#63b3ed26}.stress-footnote{padding:0 2rem 2rem;font-size:.75rem;color:var(--muted)}.regional-regime-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(155px,1fr));gap:.75rem;align-items:stretch}.regional-regime-card{padding:.85rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);font-size:.82rem;transition:transform .15s,border-color .15s;display:flex;flex-direction:column;min-height:100%;height:100%;box-sizing:border-box}.regional-regime-card>small{margin-top:auto}.regional-regime-card:hover{transform:translateY(-2px);border-color:var(--muted)}.regional-regime-card.status-red{border-top:3px solid var(--red)}.regional-regime-card.status-amber{border-top:3px solid var(--amber)}.regional-regime-card.status-green{border-top:3px solid var(--green)}.regional-regime-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.5rem}.regional-regime-bar{height:4px;background:var(--bg);border-radius:2px;margin-bottom:.5rem;overflow:hidden}.regional-regime-bar span{display:block;height:100%;background:var(--accent);border-radius:2px}.regional-regime-card.status-red .regional-regime-bar span{background:var(--red)}.regional-regime-card.status-amber .regional-regime-bar span{background:var(--amber)}.regional-score{font-size:1.35rem;font-weight:700;font-variant-numeric:tabular-nums}.regional-label{display:block;margin:.35rem 0;color:var(--muted);font-size:.72rem;font-weight:600}.fred-mini-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.85rem;box-sizing:border-box}.fred-mini-card .metric-value{flex:1}.fred-mini-card .delta{margin-top:auto}.fred-mini-card h3{margin:.35rem 0;font-size:.8rem;font-weight:500;color:var(--muted)}.fred-mini-card .delta{color:var(--muted);font-size:.72rem}.layer-card-title{margin:0;font-size:.85rem;text-transform:capitalize;font-weight:500;color:var(--text)}.multi-scenario-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;padding:0 2rem 1rem}.multi-scenario-card{padding:1rem;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.multi-scenario-card h4{margin:0 0 .5rem;font-size:.85rem}.multi-scenario-card .est{font-size:1.4rem;font-weight:700;margin:0}.fed-page{padding-bottom:2rem}.fed-hero{padding:1rem 2rem}.fred-panel-block{padding:0 2rem 1.5rem}.fred-panel-note{margin:0 0 .75rem;font-size:.88rem;color:var(--muted)}.fred-chart-link{padding:.25rem .5rem;font-size:.75rem}.fred-charts-hint{padding:0 2rem 2rem;font-size:.88rem;color:var(--muted)}.net-liquidity-card{margin:0 2rem 1.5rem;padding:1.25rem;border-radius:10px;border:1px solid var(--border);background:var(--surface)}.net-liquidity-value{font-size:2rem;font-weight:700;margin:.5rem 0}.ai-bubble-page{padding:0 var(--page-pad) 2.5rem;max-width:56rem;margin:0 auto}.ai-bubble-hero h1{margin:0 0 .5rem;font-size:clamp(1.5rem,4vw,2rem)}.ai-bubble-intro{margin:0 0 .75rem;max-width:42rem}.ai-bubble-headline{margin-bottom:1.5rem}.ai-bubble-composite-note{margin:0 0 .75rem;font-size:.9rem}.ai-bubble-composite-card{max-width:22rem}.ai-bubble-section-note{margin:0 0 .75rem;font-size:.9rem;color:var(--muted)}.ai-bubble-section-stats{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 .85rem}.ai-bubble-lenses{margin:2rem 0}.ai-bubble-lens-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;margin-top:1rem}.ai-bubble-lens-card{padding:1.1rem 1.2rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.ai-bubble-lens-card h3{margin:0 0 .5rem;font-size:.95rem}.ai-bubble-lens-card .prose{font-size:.85rem;margin:0 0 .65rem}.ai-bubble-lens-metrics{margin:0;padding:0 0 0 1rem;font-size:.82rem;color:var(--muted);line-height:1.55}.ai-bubble-lens-metrics a{color:var(--accent)}.status-text.status-red{color:var(--red)}.status-text.status-amber{color:var(--amber)}.status-text.status-green{color:var(--green)}.ai-bubble-reading{margin:2rem 0 1.5rem}.ai-bubble-reading-list{list-style:none;margin:.75rem 0 0;padding:0;display:flex;flex-direction:column;gap:1rem}.ai-bubble-reading-list li{padding:.85rem 1rem;background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-sm)}.ai-bubble-reading-list a{font-weight:600;text-decoration:none}.ai-bubble-reading-list a:hover{text-decoration:underline}.ai-bubble-reading-source{display:block;font-size:.75rem;color:var(--muted);margin-top:.15rem}.ai-bubble-reading-list .prose{margin:.35rem 0 0;font-size:.82rem}.ai-bubble-related{font-size:.9rem;margin:1.5rem 0}.ai-bubble-disclaimer{font-size:.8rem;color:var(--muted);border-top:1px solid var(--border-subtle);padding-top:1rem}.ai-bubble-voices{margin:2.5rem 0 2rem}.ai-bubble-voices-intro{margin:0 0 1rem;font-size:.9rem;max-width:44rem}.ai-bubble-voice-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.ai-bubble-voice-card{padding:1.15rem 1.25rem;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);border-left:3px solid rgba(245,185,66,.55)}.ai-bubble-voice-head h3{margin:0 0 .2rem;font-size:1.05rem}.ai-bubble-voice-role{margin:0;font-size:.78rem;color:var(--accent)}.ai-bubble-voice-era{margin:.35rem 0 .75rem;font-size:.78rem;color:var(--muted);line-height:1.45}.ai-bubble-voice-block{margin-bottom:.75rem}.ai-bubble-voice-block h4{margin:0 0 .35rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.ai-bubble-voice-block .prose{margin:0;font-size:.84rem;line-height:1.5}.ai-bubble-voice-block--accent{padding:.65rem .75rem;background:#5b9fff0f;border-radius:var(--radius-sm);border:1px solid rgba(91,159,255,.15)}.ai-bubble-voice-sources{margin:.65rem 0 0;font-size:.75rem;color:var(--muted)}@media (max-width: 640px){.stress-hero-grid{margin:1rem}.percentile-row{grid-template-columns:1fr;gap:.35rem}.stress-driver-list li{grid-template-columns:1.5rem 1fr auto}.driver-heat{display:none}.info-popover-panel{position:fixed;left:1rem;right:1rem;bottom:1rem;top:auto;max-height:50vh}}.prose{color:var(--muted);max-width:72ch;line-height:1.65;white-space:pre-line}.guide-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.guide-card,.guide-metric{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem;margin-bottom:.75rem}.guide-metric-head{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem}.guide-metric h3{margin:0 0 .5rem;font-size:1rem}.dashboard-topbar-left{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.view-mode-toggle{display:inline-flex;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-sm);padding:2px}.view-mode-btn{font:inherit;font-size:.8rem;font-weight:500;padding:.35rem .75rem;border:none;border-radius:4px;background:transparent;color:var(--muted);cursor:pointer}.view-mode-btn.active{background:var(--surface);color:var(--text);box-shadow:0 1px 4px #0003}.dashboard-hero{margin:0 var(--page-pad) 1.25rem;padding:1.25rem 1.5rem;background:linear-gradient(135deg,rgba(91,159,255,.08) 0%,transparent 60%);border:1px solid var(--border-subtle);border-radius:var(--radius)}.dashboard-hero-title{margin:0 0 .35rem;font-size:1.15rem;font-weight:600}.dashboard-hero-text{margin:0 0 .5rem;color:var(--text);font-size:1rem}.dashboard-hero-hint{margin:0;font-size:.85rem;color:var(--muted)}.dashboard-page--simple .page-section:first-of-type{padding-top:.5rem}.layer-grid--glance{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.layer-card--link{text-decoration:none;color:inherit;transition:border-color .2s,transform .15s;display:flex;flex-direction:column;gap:.5rem}.layer-card--link:hover{border-color:#5b9fff80;transform:translateY(-2px)}.layer-card-learn{font-size:.75rem;color:var(--accent);margin-top:auto}.collapsible-section{border-top:1px solid var(--border-subtle);padding:0 var(--page-pad) .5rem}.collapsible-trigger{display:flex;align-items:flex-start;gap:.75rem;width:100%;padding:1rem 0;border:none;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer}.collapsible-chevron{flex-shrink:0;width:1rem;color:var(--muted);font-size:.7rem;margin-top:.35rem}.collapsible-head{flex:1;min-width:0}.collapsible-title-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.collapsible-title{margin:0;font-size:1.1rem;font-weight:600}.collapsible-desc{display:block;margin-top:.25rem;font-size:.85rem;color:var(--muted)}.collapsible-panel{padding-bottom:1.25rem}.region-section{padding:0 var(--page-pad) 2rem;border-top:1px solid var(--border-subtle);margin-top:.5rem}.region-section-head{padding-top:1rem;margin-bottom:.75rem}.region-section-title{margin:0 0 .25rem;font-size:1.1rem}.region-section-hint{margin:0;font-size:.85rem;color:var(--muted)}.link-btn{font:inherit;font-size:inherit;color:var(--accent);background:none;border:none;padding:0;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.region-empty,.region-more{font-size:.9rem;color:var(--muted);padding:.5rem 0 1rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.guides-hub-page{padding-bottom:3rem}.guides-hero-panel{margin:0 calc(-1 * var(--page-pad)) 1.5rem;padding:1.75rem var(--page-pad) 2rem;background:linear-gradient(165deg,rgba(91,159,255,.12) 0%,transparent 55%),var(--surface);border-bottom:1px solid var(--border-subtle)}.guides-hero-inner{max-width:52rem}.guides-eyebrow{margin:0 0 .35rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);font-weight:600}.guides-hero-title{margin:0 0 .5rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;line-height:1.15}.guides-hero-lead{margin:0 0 1.25rem;color:var(--muted);line-height:1.6;font-size:1.05rem;max-width:40rem}.guides-hero-stats{display:flex;flex-wrap:wrap;gap:1rem 1.5rem}.guides-stat{font-size:.85rem;color:var(--muted)}.guides-stat strong{display:block;font-size:1.25rem;color:var(--text);font-weight:700;font-family:var(--mono)}.guides-layout{display:grid;grid-template-columns:1fr;gap:1.5rem;padding:0 var(--page-pad);max-width:72rem;margin:0 auto}@media (min-width: 900px){.guides-layout{grid-template-columns:240px 1fr;align-items:start}}.guides-sidebar{display:flex;flex-direction:column;gap:1rem}@media (min-width: 900px){.guides-sidebar{position:sticky;top:4.5rem}}.guides-search input{width:100%;font:inherit;font-size:.9rem;padding:.55rem .75rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-elevated);color:var(--text)}.guides-search input::placeholder{color:var(--muted)}.guides-sidebar-nav{display:flex;flex-direction:column;gap:.25rem}.guides-sidebar-link{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;font:inherit;font-size:.85rem;text-align:left;padding:.45rem .65rem;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--muted);cursor:pointer;transition:background .15s,color .15s}.guides-sidebar-link:hover,.guides-sidebar-link.active{background:var(--accent-dim);color:var(--text)}.guides-sidebar-count{font-size:.75rem;font-family:var(--mono);color:var(--muted);opacity:.85}.guides-sidebar-tools{padding-top:.75rem;border-top:1px solid var(--border-subtle)}.guides-sidebar-tools-label{margin:0 0 .5rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.guides-tool-link{display:block;font-size:.85rem;color:var(--accent);text-decoration:none;padding:.25rem 0}.guides-tool-link:hover{text-decoration:underline}.guides-main{min-width:0}.guides-featured-card{display:block;margin-bottom:2rem;padding:1.35rem 1.5rem;background:linear-gradient(135deg,#5b9fff26,#3dd68c0f);border:1px solid rgba(91,159,255,.35);border-radius:var(--radius);text-decoration:none;color:inherit;transition:border-color .2s,transform .15s}.guides-featured-card:hover{border-color:var(--accent);transform:translateY(-2px)}.guides-featured-badge{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--green);margin-bottom:.5rem}.guides-featured-title{margin:0 0 .5rem;font-size:1.25rem;font-weight:700;line-height:1.3}.guides-featured-summary{margin:0 0 .75rem;color:var(--muted);line-height:1.5;font-size:.95rem}.guides-featured-cta{font-size:.85rem;color:var(--accent);font-weight:600}.guides-empty{color:var(--muted);padding:2rem 0}.guides-category-section{margin-bottom:2.5rem;scroll-margin-top:5rem}.guides-category-header{margin-bottom:1rem}.guides-category-title{display:flex;align-items:center;gap:.5rem;margin:0 0 .35rem;font-size:1.15rem;font-weight:700}.guides-category-icon{font-size:1.25rem}.guides-category-desc{margin:0;font-size:.9rem;color:var(--muted);line-height:1.5;max-width:36rem}.guides-article-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.85rem}.guide-article-card{display:flex;flex-direction:column;height:100%;padding:1.1rem 1.2rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);text-decoration:none;color:inherit;transition:border-color .2s,box-shadow .2s,transform .15s}.guide-article-card:hover{border-color:#5b9fff73;box-shadow:var(--shadow);transform:translateY(-2px)}.guide-article-card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.35rem}.guide-article-category{font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;color:var(--accent);font-weight:600}.guide-article-badges{display:flex;flex-wrap:wrap;gap:.35rem;justify-content:flex-end}.guide-badge{font-size:.65rem;padding:.15rem .45rem;border-radius:999px;background:var(--bg-elevated);color:var(--muted);font-family:var(--mono)}.guide-badge-charts{color:var(--green);border:1px solid rgba(61,214,140,.35)}.guide-article-card-title{margin:0 0 .45rem;font-size:1rem;font-weight:600;line-height:1.35}.guide-article-card-summary{margin:0;font-size:.86rem;color:var(--muted);line-height:1.45;flex:1}.guides-hub-footer{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--border-subtle)}.guides-footer-heading{margin:0 0 1rem;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.guides-footer-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem;margin-bottom:1rem}.guides-footer-card{display:block;padding:1rem 1.1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);text-decoration:none;color:inherit}.guides-footer-card:hover{border-color:var(--accent)}.guides-footer-card strong{display:block;margin-bottom:.25rem;font-size:.95rem}.guides-footer-card span{font-size:.8rem;color:var(--muted)}.guides-footer-note{margin:0;font-size:.8rem;color:var(--muted)}.guide-article-page{padding:0 var(--page-pad) 2rem;max-width:72rem;margin:0 auto}.guide-article-layout{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start}@media (min-width: 960px){.guide-article-layout{grid-template-columns:minmax(0,1fr) 260px}}.guide-article-main{min-width:0;max-width:44rem}@media (min-width: 960px){.guide-article-main{max-width:none}}.guide-article-breadcrumb{font-size:.8rem;color:var(--muted);margin-bottom:1.25rem;line-height:1.6}.guide-article-breadcrumb a{color:var(--accent);text-decoration:none}.guide-article-breadcrumb a:hover{text-decoration:underline}.guide-article-pills{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.75rem}.guide-pill{font-size:.75rem;padding:.25rem .6rem;border-radius:999px;background:var(--bg-elevated);color:var(--muted);border:1px solid var(--border-subtle)}.guide-pill-category{text-decoration:none;color:var(--accent);border-color:#5b9fff59}.guide-pill-category:hover{background:var(--accent-dim)}.guide-pill-charts{color:var(--green);border-color:#3dd68c59}.guide-article-header h1{margin:0 0 .65rem;font-size:clamp(1.5rem,4vw,2rem);line-height:1.2;font-weight:700}.guide-article-summary{font-size:1.1rem;color:var(--muted);line-height:1.55;margin:0 0 .5rem}.guide-article-disclaimer{margin:0;font-size:.78rem;color:var(--muted);opacity:.85}.guide-article-aside{margin:1.5rem 0;padding:1rem 1.15rem;background:var(--surface);border-left:3px solid var(--accent);border-radius:0 var(--radius-sm) var(--radius-sm) 0;font-size:.9rem;line-height:1.5}.guide-article-crisis .guide-aside-kicker{margin:0 0 .35rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.guide-aside-action{display:inline-block;margin-top:.65rem;font-size:.85rem;color:var(--accent);font-weight:600;text-decoration:none}.guide-aside-action:hover{text-decoration:underline}.guide-article-pager{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin:2.5rem 0 1rem;padding-top:1.5rem;border-top:1px solid var(--border-subtle)}.guide-pager-link{display:block;padding:.85rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);text-decoration:none;color:inherit;transition:border-color .15s}.guide-pager-link:hover{border-color:var(--accent)}.guide-pager-next{text-align:right}.guide-pager-label{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:.25rem}.guide-pager-title{font-size:.9rem;font-weight:600;line-height:1.35}.guide-article-sidebar{display:flex;flex-direction:column;gap:1.25rem}@media (min-width: 960px){.guide-article-sidebar{position:sticky;top:4.5rem}}.guide-sidebar-block{padding:1rem 1.1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.guide-sidebar-heading{margin:0 0 .65rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:600}.guide-sidebar-links,.guide-sidebar-related{list-style:none;margin:0;padding:0}.guide-sidebar-links li,.guide-sidebar-related li{margin-bottom:.4rem}.guide-sidebar-links a,.guide-sidebar-related a{font-size:.88rem;color:var(--accent);text-decoration:none}.guide-sidebar-links a:hover,.guide-sidebar-related a:hover{text-decoration:underline}.guide-sidebar-all{display:inline-block;margin-top:.65rem;font-size:.8rem;color:var(--muted);text-decoration:none}.guide-sidebar-all:hover{color:var(--accent)}.guide-aside-title{margin:0 0 .5rem;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.guide-article-related{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border-subtle)}.guide-article-related h2{font-size:1rem;margin:0 0 .75rem}.guide-article-related ul{margin:0;padding-left:1.25rem}.guide-article-back{margin-top:2rem;font-size:.9rem}.guide-article-charts{margin:2rem 0;padding-top:1.5rem;border-top:1px solid var(--border-subtle);max-width:52rem}.guide-charts-intro{margin:0 0 1.25rem;font-size:.9rem;color:var(--muted);line-height:1.5}.guide-charts-grid{display:flex;flex-direction:column;gap:1.5rem}.guide-metric-chart{margin:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.guide-metric-chart-head{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;padding:.65rem 1rem;border-bottom:1px solid var(--border-subtle);background:var(--bg-elevated)}.guide-metric-chart-caption{margin:0;font-size:.9rem;font-weight:600;color:var(--text)}.guide-metric-chart-link{font-size:.8rem;white-space:nowrap}.guide-metric-chart-canvas-wrap{position:relative;height:220px;padding:.5rem .75rem .25rem}.guide-metric-chart-canvas-wrap canvas{width:100%!important;height:100%!important}.guide-metric-chart-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:.85rem;color:var(--muted);background:#0a0d1299;z-index:1}.guide-metric-chart-error{margin:.5rem 1rem;font-size:.85rem;color:var(--red)}.guide-metric-chart-legend{margin:0;padding:.5rem 1rem .75rem;font-size:.75rem;color:var(--muted);line-height:1.4}.alerts-page{padding:0 var(--page-pad) 2.5rem;max-width:44rem;margin:0 auto}.alerts-page-dedicated{max-width:62rem}.alerts-hero{display:grid;grid-template-columns:1fr auto;gap:1.25rem 2rem;align-items:start;margin-bottom:1.5rem}.alerts-hero-main{min-width:0}.alerts-live-score{display:flex;flex-direction:column;gap:.15rem;padding:1rem 1.15rem;min-width:9.5rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);text-decoration:none;color:inherit;transition:border-color .15s,transform .12s}.alerts-live-score:hover{transform:translateY(-2px);border-color:var(--accent)}.alerts-live-score.status-green{border-color:#3dd68c73;background:#3dd68c0f}.alerts-live-score.status-amber{border-color:#f5b94273;background:#f5b9420f}.alerts-live-score.status-red{border-color:#f0717873;background:#f0717814}.alerts-live-score.status-black{border-color:#8c8ca080;background:#50506426}.alerts-live-score-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.alerts-live-score-row{display:flex;align-items:baseline;gap:.2rem}.alerts-live-score-value{font-size:2.25rem;font-weight:800;font-variant-numeric:tabular-nums;line-height:1}.alerts-live-score-of{font-size:.85rem;color:var(--muted)}.alerts-live-score-regime{font-size:.82rem;font-weight:600}.alerts-live-score-link{font-size:.72rem;color:var(--accent);margin-top:.15rem}.alerts-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:0;list-style:none;margin:0 0 1.75rem;padding:0;font-size:.82rem;color:var(--muted);border:1px solid var(--border-subtle);border-radius:var(--radius);overflow:hidden;background:var(--surface)}.alerts-steps li{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem .5rem;border-right:1px solid var(--border-subtle);text-align:center}.alerts-steps li:last-child{border-right:none}.alerts-step-num{display:inline-flex;align-items:center;justify-content:center;width:1.4rem;height:1.4rem;border-radius:50%;border:1px solid var(--border);font-size:.72rem;font-weight:700;flex-shrink:0}.alerts-step-active{color:var(--text);background:var(--accent-dim)}.alerts-step-active .alerts-step-num{border-color:var(--accent);background:#5b9fff33;color:var(--accent)}.alerts-step-done{color:var(--text)}.alerts-step-done .alerts-step-num{border-color:var(--green);background:#3dd68c2e;color:var(--green)}.alerts-signup-card,.alerts-pay-card{height:100%}.alerts-card-head{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .65rem;margin-bottom:1rem}.alerts-card-head h2{margin:0;flex:1}.alerts-badge{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.2rem .5rem;border-radius:999px;border:1px solid var(--border)}.alerts-badge--ok{color:var(--green);border-color:#3dd68c66;background:#3dd68c1a}.alerts-badge--supporter{color:#ffb347;border-color:#ffb34773;background:#ffb3471f}.alerts-checkbox-sub{display:block;font-size:.78rem;color:var(--muted);font-weight:400;margin-top:.1rem}.alerts-account-email{font-size:1rem;font-weight:600;margin-bottom:.75rem;word-break:break-all}.alerts-account-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.alerts-dl--compact{margin-bottom:.75rem}.alerts-tier-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.25rem}.alerts-tier-card{position:relative;display:flex;flex-direction:column;gap:.35rem;padding:1rem 1rem 2.25rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-elevated);min-height:100%}.alerts-tier-card--free{border-color:#3dd68c40}.alerts-tier-card--supporter{border-color:#ffb34759;background:linear-gradient(165deg,rgba(255,179,71,.08),transparent 55%),var(--bg-elevated)}.alerts-tier-card--active{box-shadow:inset 0 0 0 1px #5b9fff59}.alerts-tier-card--supporter.alerts-tier-card--active{box-shadow:inset 0 0 0 1px #ffb34780}.alerts-tier-card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.alerts-tier-card-name{font-weight:700;font-size:.95rem}.alerts-tier-card-price{font-weight:700;font-size:1.1rem;font-variant-numeric:tabular-nums;text-align:right}.alerts-tier-card-price-note{display:block;font-size:.68rem;font-weight:500;color:var(--muted)}.alerts-tier-card-band{margin:0;font-size:.78rem;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:.03em}.alerts-tier-card-desc{margin:0;font-size:.8rem;color:var(--muted);line-height:1.45;flex:1}.alerts-tier-card-features{margin:.35rem 0 0;padding:0 0 0 1rem;font-size:.78rem;color:var(--muted);line-height:1.5}.alerts-tier-card-tag{position:absolute;bottom:.65rem;left:1rem;right:1rem;text-align:center;font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--green)}.alerts-tier-card-tag--supporter{color:#ffb347}.alerts-kofi-panel{padding:1rem 1.1rem;border-radius:var(--radius);border:1px dashed var(--border);background:#ff5e5b0a;display:flex;flex-direction:column;gap:.85rem}.alerts-kofi-panel--thanks{border-style:solid;border-color:#ffb34766;background:#ffb34714}.alerts-kofi-thanks-title{margin:0;font-weight:600;font-size:.95rem}.alerts-kofi-thanks-body{margin:0;font-size:.88rem;color:var(--muted);line-height:1.5}.alerts-kofi-email-tip{display:flex;flex-direction:column;gap:.25rem;padding:.75rem .85rem;background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-sm)}.alerts-kofi-email-tip-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.alerts-kofi-email{font-family:var(--mono);font-size:.9rem;color:var(--text);word-break:break-all}.alerts-kofi-email-tip-hint{font-size:.78rem;color:var(--muted)}.btn-kofi{display:flex;flex-direction:column;align-items:center;gap:.15rem;width:100%;padding:.85rem 1rem;border:none;border-radius:var(--radius-sm);background:linear-gradient(180deg,#ff6b5b,#e84a3a);color:#fff;font-weight:600;text-decoration:none;cursor:pointer;transition:transform .12s,box-shadow .12s,opacity .12s;box-shadow:0 4px 18px #e84a3a59}.btn-kofi:hover{transform:translateY(-1px);box-shadow:0 6px 22px #e84a3a73;color:#fff}.btn-kofi:disabled,.btn-kofi[aria-disabled=true]{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.btn-kofi-label{font-size:1rem}.btn-kofi-price{font-size:.78rem;font-weight:500;opacity:.92}.alerts-pay-hint{margin:0;font-size:.85rem;color:var(--muted);line-height:1.5}.alerts-hero-membership{margin-bottom:1.5rem}.alerts-perks{list-style:none;margin:0 0 1.5rem;padding:0;display:flex;flex-direction:column;gap:.75rem}.alerts-perk-card{padding:1rem 1.15rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.alerts-perk-card h2{margin:0 0 .35rem;font-size:.95rem;font-weight:600}.alerts-perk-card p{margin:0;font-size:.88rem;color:var(--muted);line-height:1.45}.alerts-context-score{margin:0 0 1rem;font-size:.85rem;color:var(--muted)}.alerts-signup-panel{padding:1.5rem;background:linear-gradient(165deg,rgba(91,159,255,.1),transparent 60%),var(--surface);border:1px solid rgba(91,159,255,.35);border-radius:var(--radius);margin-bottom:1.5rem}.alerts-signup-title{margin:0 0 1rem;font-size:1.15rem}.alerts-form-prominent .alerts-field input{font-size:1rem;padding:.65rem .75rem}.alerts-checkbox-primary{padding:.65rem .75rem;background:var(--bg-elevated);border-radius:var(--radius-sm);border:1px solid var(--border-subtle);color:var(--text)}.alerts-checkbox-primary span{line-height:1.4}.alerts-included-note{margin:0;font-size:.82rem;color:var(--muted)}.alerts-signup-fineprint{margin:.75rem 0 0;font-size:.78rem;color:var(--muted)}.btn-lg{width:100%;margin-top:.5rem;padding:.65rem 1rem;font-size:1rem}.alerts-member-panel{padding:1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1.5rem}.alerts-member-panel h2{margin:0 0 1rem;font-size:1.1rem}.alerts-optional-paid{margin:1.5rem 0;padding:0;border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--surface)}.alerts-optional-paid summary{padding:.75rem 1rem;cursor:pointer;font-size:.88rem;color:var(--muted);list-style-position:outside}.alerts-optional-paid-body{padding:0 1rem 1rem;border-top:1px solid var(--border-subtle)}.alerts-footer-links{margin-top:2rem;font-size:.9rem}.alerts-hero h1{margin:0 0 .5rem;font-size:clamp(1.5rem,4vw,2rem)}.alerts-lead{margin:0;color:var(--muted);line-height:1.55;max-width:36rem}.alerts-peak-banner{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;margin-bottom:1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.alerts-peak-label{display:block;font-size:.75rem;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.alerts-peak-value{font-size:2.5rem;font-weight:700;margin-right:.15rem}.alerts-peak-of{color:var(--muted);font-size:1rem}.alerts-peak-tier{font-size:.95rem;color:var(--text)}.alerts-free-banner{margin:0 var(--page-pad) 1.25rem;padding:1rem 1.25rem;background:#3dd68c14;border:1px solid rgba(61,214,140,.35);border-radius:var(--radius)}.alerts-free-banner h2{margin:0 0 .5rem;font-size:1rem}.alerts-free-banner p{margin:0 0 .35rem;font-size:.9rem;line-height:1.45}.alerts-tier-desc{display:block;font-size:.8rem;color:var(--muted);font-weight:400}.alerts-tier-pick{margin-top:1rem}.alerts-tier-pick-label{margin:0 0 .65rem;font-size:.85rem;color:var(--muted)}.alerts-tier-options{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.alerts-tier-option{display:flex;align-items:center;gap:.5rem;font-size:.88rem;cursor:pointer}.alerts-pricing{margin-bottom:1.5rem}.alerts-pricing h2{font-size:1.1rem;margin:0 0 .75rem}.alerts-tier-table{width:100%;border-collapse:collapse;font-size:.9rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.alerts-tier-table th,.alerts-tier-table td{padding:.6rem 1rem;text-align:left;border-bottom:1px solid var(--border-subtle)}.alerts-tier-table tr.current-tier{background:var(--accent-dim)}.alerts-pricing-note{margin:.75rem 0 0;font-size:.85rem;color:var(--muted);line-height:1.5}.alerts-message{padding:.75rem 1rem;background:#3dd68c1a;border:1px solid rgba(61,214,140,.35);border-radius:var(--radius-sm);color:var(--green);margin-bottom:1rem}.alerts-error{padding:.75rem 1rem;background:#f071781a;border:1px solid rgba(240,113,120,.35);border-radius:var(--radius-sm);color:var(--red);margin-bottom:1rem}.alerts-columns{display:grid;grid-template-columns:minmax(260px,1fr) minmax(300px,1.15fr);gap:1.25rem;margin-bottom:1.5rem;align-items:start}.alerts-card{padding:1.35rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.alerts-card h2{margin:0 0 1rem;font-size:1.05rem}.alerts-pay-card h2{margin-bottom:1.15rem}.alerts-form{display:flex;flex-direction:column;gap:.85rem}.alerts-field{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;color:var(--muted)}.alerts-field input[type=email],.alerts-field input[type=number]{font:inherit;padding:.5rem .65rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-elevated);color:var(--text)}.alerts-checkbox{display:flex;align-items:flex-start;gap:.5rem;font-size:.85rem;color:var(--muted);cursor:pointer}.alerts-dl{display:grid;grid-template-columns:auto 1fr;gap:.35rem 1rem;font-size:.85rem;margin:0 0 1rem}.alerts-dl dt{color:var(--muted)}.alerts-disclaimer{font-size:.8rem;color:var(--muted);margin-bottom:1rem}@media (max-width: 720px){.alerts-hero{grid-template-columns:1fr}.alerts-live-score{flex-direction:row;flex-wrap:wrap;align-items:center;gap:.35rem .75rem}.alerts-live-score-row{margin-right:auto}.alerts-steps{grid-template-columns:1fr}.alerts-steps li{justify-content:flex-start;padding:.65rem 1rem;border-right:none;border-bottom:1px solid var(--border-subtle)}.alerts-steps li:last-child{border-bottom:none}.alerts-columns,.alerts-tier-cards{grid-template-columns:1fr}}@media (max-width: 900px){.charts-layout{grid-template-columns:1fr}.charts-sidebar{max-height:none}.metric-picker{max-height:220px}}@media (max-width: 480px){.segmented{flex-wrap:wrap}.segmented-btn{min-width:calc(25% - 4px)}}
