@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=IBM+Plex+Mono:wght@400;500;600&display=swap";:root{--fg-border-color: #e0e0e0;--fg-header-bg: #ffffff;--fg-header-text: rgba(0, 0, 0, .87);--fg-row-hover: rgba(0, 0, 0, .04);--fg-row-selected: rgba(25, 118, 210, .08);--fg-row-border: #e0e0e0;--fg-text-color: rgba(0, 0, 0, .87);--fg-primary-color: #1976d2;--fg-font-family: "Roboto", "Helvetica", "Arial", sans-serif;--fg-transition: background-color .2s cubic-bezier(.4, 0, .2, 1) 0ms;--fg-grid-surface: #ffffff;--fg-grid-surface-text: rgba(0, 0, 0, .87);--fg-grid-surface-muted: rgba(0, 0, 0, .54);--fg-grid-surface-border: #e0e0e0;--fg-grid-surface-hover: rgba(0, 0, 0, .04);--fg-grid-surface-selected: rgba(25, 118, 210, .08)}.free-grid-container{width:100%;border:1px solid var(--fg-border-color);border-radius:4px;font-family:var(--fg-font-family);background:var(--fg-grid-surface);color:var(--fg-grid-surface-text);display:flex;flex-direction:column;position:relative}.free-grid-scroll-container{overflow-x:auto;overflow-y:hidden;width:100%}.free-grid-inner{display:flex;flex-direction:column;min-width:100%;width:fit-content}.free-grid-header{background:var(--fg-header-bg);border-bottom:1px solid var(--fg-border-color);font-weight:700;color:var(--fg-header-text);font-size:.875rem}.free-grid-header-cell{padding:0 12px;display:flex;align-items:center;position:relative;transition:background-color .2s;gap:4px;min-height:52px;box-sizing:border-box;background-color:var(--fg-grid-surface);-webkit-user-select:none;user-select:none}.free-grid-header-content{flex:1;height:100%;display:flex;align-items:center;cursor:pointer}.free-grid-header-cell.dragging{opacity:.5;background-color:var(--fg-grid-surface-hover)}.free-grid-header-cell.free-grid-checkbox-cell{padding:8px;justify-content:center}.free-grid-header-cell.free-grid-checkbox-cell:after{display:none}.free-grid-header-cell.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.free-grid-header-cell.sortable:hover{background-color:var(--fg-grid-surface-hover)}.free-grid-sort-icon{margin-left:4px;display:inline-flex;align-items:center;color:var(--fg-grid-surface-muted);opacity:0;transition:opacity .2s,color .2s}.free-grid-header-cell.sortable:hover .free-grid-sort-icon{opacity:1}.free-grid-sort-icon.active{opacity:1;color:var(--fg-primary-color)}.free-grid-sort-icon svg{display:block}.free-grid-header-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:20px}.free-grid-menu-button{position:absolute;right:2px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;color:var(--fg-grid-surface-muted);opacity:0;transition:opacity .2s;z-index:2}.free-grid-header-cell:hover .free-grid-menu-button{opacity:1}.free-grid-menu-button:hover{background-color:var(--fg-grid-surface-hover);color:var(--fg-grid-surface-text)}.free-grid-resizer{position:absolute;right:0;top:0;height:100%;width:4px;cursor:col-resize;z-index:10;transition:background-color .2s}.free-grid-resizer:hover{background-color:var(--fg-primary-color);width:4px}.free-grid-popover{position:absolute;z-index:1000;background:var(--fg-grid-surface);border-radius:4px;box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;min-width:180px;padding:8px 0;animation:fadeIn .1s ease-out}.free-grid-menu-item{padding:8px 16px;display:flex;align-items:center;gap:12px;cursor:pointer;font-size:.875rem;color:var(--fg-grid-surface-text);transition:background-color .2s}.free-grid-menu-item:hover{background-color:var(--fg-grid-surface-hover)}.free-grid-menu-divider{height:1px;background-color:var(--fg-grid-surface-border);margin:8px 0}.free-grid-container{position:relative}.free-grid-manage-popover{position:absolute;top:48px;right:0;background:var(--fg-grid-surface);width:220px;border-radius:4px;box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;display:flex;flex-direction:column;max-height:380px;z-index:1000;animation:fadeIn .2s ease-out}.free-grid-dialog-header{padding:6px 12px;border-bottom:1px solid var(--fg-grid-surface-border)}.free-grid-search-container{display:flex;align-items:center;gap:8px;background:var(--fg-grid-surface-hover);padding:4px 10px;border-radius:4px}.free-grid-search-input{border:none;background:none;width:100%;outline:none;font-size:.875rem}.free-grid-dialog-content{padding:8px 12px;overflow-y:auto}.free-grid-dialog-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid var(--fg-grid-surface-border)}.free-grid-dialog-row{display:flex;align-items:center;gap:12px;padding:4px 0;cursor:pointer;font-size:.875rem}.free-grid-columns-list{display:flex;flex-direction:column}.free-grid-text-button{background:none;border:none;color:var(--fg-primary-color);font-weight:600;font-size:.75rem;cursor:pointer;padding:4px 8px;border-radius:4px}.free-grid-text-button:hover{background-color:var(--fg-grid-surface-hover)}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.free-grid-header-cell:not(:last-child):after{content:"";position:absolute;right:0;top:25%;height:50%;width:1px;background-color:var(--fg-grid-surface-border)}.free-grid-body{display:flex;flex-direction:column}.free-grid-header{border-bottom:1px solid var(--fg-grid-surface-border);background-color:var(--fg-grid-surface);font-weight:600;color:var(--fg-grid-surface-text);font-size:.8125rem;z-index:10;position:sticky;top:0;width:100%}.free-grid-row{border-bottom:1px solid var(--fg-grid-surface-border);transition:var(--fg-transition);color:var(--fg-grid-surface-text);font-size:.875rem;min-height:52px;width:100%;background-color:var(--fg-row-background, transparent)}.free-grid-row:last-child{border-bottom:none}.free-grid-row.expandable{cursor:pointer}.free-grid-row:hover,.free-grid-row.expanded{background-color:var(--fg-row-hover-background, var(--fg-grid-surface-hover))}.free-grid-row.selected,.free-grid-row.selected:hover{background-color:var(--fg-grid-surface-selected)}.free-grid-cell{padding:8px 12px;display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.free-grid-checkbox-cell{width:50px;flex:none!important;display:flex!important;justify-content:center!important;align-items:center;padding:0!important}.free-grid-header-cell.free-grid-checkbox-cell:after{display:none!important}.free-grid-checkbox{width:18px;height:18px;cursor:pointer;accent-color:var(--fg-primary-color)}.free-grid-footer{padding:8px 16px;background-color:var(--fg-grid-surface);border-top:1px solid var(--fg-grid-surface-border);display:flex;justify-content:flex-end;align-items:center;border-bottom-left-radius:4px;border-bottom-right-radius:4px;width:100%;box-sizing:border-box}.free-grid-pagination{display:flex;align-items:center;gap:16px}.free-grid-pagination-actions{display:flex;gap:8px}.free-grid-icon-button{background:none;border:none;cursor:pointer;padding:4px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:var(--fg-transition);color:var(--fg-grid-surface-muted)}.free-grid-icon-button:hover:not(:disabled){background-color:var(--fg-grid-surface-hover)}.free-grid-icon-button:disabled{color:var(--fg-grid-surface-muted);opacity:.45;cursor:default}.free-grid-child-view{padding:24px;background-color:var(--fg-grid-surface);border-bottom:1px solid var(--fg-grid-surface-border);animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.free-grid-filter-panel{position:absolute;top:56px;right:12px;left:auto;z-index:1000;background:var(--fg-grid-surface);border-radius:6px;box-shadow:0 4px 6px -2px #0000001f,0 12px 16px -4px #00000024;padding:10px 16px 10px 12px;display:flex;align-items:center;gap:12px;animation:fadeIn .15s ease-out}.free-grid-filter-close{background:none;border:none;cursor:pointer;font-size:1.3rem;line-height:1;color:var(--fg-grid-surface-muted);width:26px;height:26px;display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0;transition:background-color .2s,color .2s;padding:0}.free-grid-filter-close:hover{background-color:var(--fg-grid-surface-hover);color:var(--fg-grid-surface-text)}.free-grid-filter-field{position:relative;border:1px solid var(--fg-grid-surface-border);border-radius:4px;padding:6px 10px 4px;min-width:130px;transition:border-color .2s}.free-grid-filter-field:focus-within{border-color:var(--fg-primary-color)}.free-grid-filter-value-field{min-width:160px}.free-grid-filter-label{position:absolute;top:-8px;left:8px;font-size:.65rem;font-weight:500;color:var(--fg-grid-surface-muted);background:var(--fg-grid-surface);padding:0 3px;pointer-events:none;transition:color .2s;white-space:nowrap}.free-grid-filter-field:focus-within .free-grid-filter-label{color:var(--fg-primary-color)}.free-grid-filter-select,.free-grid-filter-input{border:none;background:transparent;font-size:.875rem;color:var(--fg-grid-surface-text);outline:none;width:100%;padding:2px 0;font-family:var(--fg-font-family)}.free-grid-filter-select{cursor:pointer}.free-grid-filter-select option{background:var(--fg-grid-surface);color:var(--fg-grid-surface-text)}.free-grid-filter-input::placeholder{color:var(--fg-grid-surface-muted);opacity:1}.free-grid-filter-input[type=number]::-webkit-inner-spin-button{opacity:.5}.free-grid-filter-badge{display:inline-flex;align-items:center;margin-left:3px;color:var(--fg-primary-color);flex-shrink:0;vertical-align:middle}:root{color-scheme:dark;--bg: #1c120f;--bg-2: #2a1913;--panel: rgba(34, 22, 18, .82);--panel-border: rgba(255, 233, 207, .12);--text: #fff7ef;--muted: #d0b8a7;--accent: #f4a62a;--accent-2: #e58b4a;--accent-3: #f48f72;--shadow: 0 24px 80px rgba(51, 21, 8, .4)}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:Manrope,sans-serif;background:radial-gradient(circle at top left,rgba(244,166,42,.2),transparent 28%),radial-gradient(circle at top right,rgba(229,139,74,.14),transparent 22%),linear-gradient(180deg,#1e120f,#2d1b15 55%,#140d0a);color:var(--text)}button,input{font:inherit}.app-shell{width:min(1520px,calc(100% - 32px));margin:0 auto;padding:32px 0 48px}.hero{display:grid;grid-template-columns:1.4fr .9fr;gap:20px;align-items:end;margin-bottom:20px}.hero-copy h1,.panel h2,.panel h3{margin:0}.hero-copy h1{font-size:clamp(2.5rem,5vw,4.75rem);letter-spacing:-.05em;line-height:.95}.hero-text{max-width:64ch;color:var(--muted);font-size:1.02rem;line-height:1.6;margin:16px 0 0}.eyebrow{font-family:IBM Plex Mono,monospace;letter-spacing:.12em;text-transform:uppercase;color:#ffd88f;font-size:.76rem;margin:0 0 12px}.hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.stat-card,.panel,.toolbar{border:1px solid var(--panel-border);background:var(--panel);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--shadow)}.stat-card{border-radius:20px;padding:18px}.stat-card span,.toolbar-meta,.muted,.selected-summary p,.trend-empty span{color:var(--muted)}.stat-card strong{display:block;margin-top:10px;font-size:1.25rem}.toolbar{border-radius:22px;padding:18px 20px;display:flex;justify-content:space-between;gap:16px;align-items:end;margin-bottom:20px}.search-field{flex:1;display:grid;gap:8px}.search-field span{color:var(--muted);font-size:.9rem}.search-field input{width:100%;border:1px solid rgba(255,236,216,.12);border-radius:16px;background:#050a12cc;color:var(--text);padding:14px 16px;outline:none}.search-field input:focus{border-color:#f4a62a9e;box-shadow:0 0 0 3px #f0b4291f}.toolbar-meta{display:flex;gap:14px;font-size:.94rem;flex-wrap:wrap}.content-grid{display:grid;grid-template-columns:1.6fr .9fr;gap:20px;align-items:start}.panel{border-radius:24px;padding:20px}.panel-header{display:flex;justify-content:space-between;align-items:start;gap:12px;margin-bottom:18px}.grid-panel{overflow:hidden}.prediction-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px}.constituency-card{width:100%;text-align:left;border:1px solid rgba(255,236,216,.1);border-radius:22px;padding:18px;color:var(--text);background:linear-gradient(180deg,#0a1220eb,#070d16f0);cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.constituency-card:hover,.constituency-card.is-selected{transform:translateY(-2px);border-color:#f4a62a70;box-shadow:0 18px 40px #00000047}.card-top,.card-foot,.prediction-item,.mini-metrics,.rank-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.seat-pill,.winner-pill{display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;font-size:.78rem;font-family:IBM Plex Mono,monospace}.seat-pill{background:#e58b4a1f;color:#ffd2a8}.seat-pill.compact{padding:4px 8px}.winner-pill{background:#f4a62a29;color:#ffc66f}.constituency-card h3{margin-top:14px;font-size:1.05rem}.rank-bars{margin:16px 0 14px;display:grid;gap:8px}.rank-label{width:112px;display:flex;align-items:center;gap:8px}.rank-label span{width:20px;height:20px;border-radius:50%;display:inline-grid;place-items:center;background:#ffecd81a;font-size:.75rem}.rank-label strong{font-size:.86rem}.bar-track{flex:1;height:10px;border-radius:999px;background:#ffecd814;overflow:hidden}.bar-fill{height:100%;border-radius:inherit}.rank-1{background:linear-gradient(90deg,var(--accent),#ffd67a)}.rank-2{background:linear-gradient(90deg,var(--accent-2),#7ef1e1)}.rank-3{background:linear-gradient(90deg,var(--accent-3),#fda4af)}.rank-value{width:72px;text-align:right;font-family:IBM Plex Mono,monospace;font-size:.84rem}.sidebar{display:grid;gap:20px}.detail-stack{display:grid;gap:18px}.selected-summary h3{font-size:1.3rem;margin-bottom:8px}.prediction-list{display:grid;gap:8px}.prediction-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:16px;background:#ffecd80d}.prediction-item-main{display:flex;align-items:center;gap:12px;min-width:0}.prediction-item-text{display:grid;gap:2px;min-width:0}.prediction-item-text strong{font-size:1rem}.prediction-item-text span{color:var(--muted);font-size:.83rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.prediction-item>span{font-size:1rem;font-weight:700;white-space:nowrap}.trend-panel{min-height:290px;overflow:hidden;position:relative;isolation:isolate}.trend-legend{display:flex;flex-wrap:wrap;gap:10px 12px;margin:0 18px 8px}.trend-legend-item{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-width:120px;padding:8px 10px;border-radius:14px;background:#ffecd80a;border:1px solid rgba(255,236,216,.06)}.trend-legend-label{display:flex;align-items:center;gap:8px;min-width:0}.trend-legend-item strong{display:block;font-size:.9rem}.trend-legend-item span{display:block;color:var(--muted);font-size:.8rem;white-space:nowrap;font-variant-numeric:tabular-nums}.trend-legend-swatch{width:10px;height:10px;border-radius:999px;flex:0 0 auto;box-shadow:0 0 0 3px #ffffff0a;flex-shrink:0}.trendline{width:100%;height:auto;overflow:hidden;display:block}.hero,.watch-strip,.toolbar,.content-grid{position:relative;z-index:1}.gridline{stroke:#ffecd81a;stroke-width:1}.trend-path{fill:none;stroke:#f0b429;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.trend-dot{fill:#ffe6bf;stroke:#f0b429;stroke-width:3}.trend-dot-by-election{stroke-dasharray:2 2}.gridline-vertical{stroke-dasharray:3 5}.trend-label-y{font-size:10px}.trend-label{fill:var(--muted);font-size:11px;font-family:IBM Plex Mono,monospace}.trend-empty{border:1px dashed rgba(255,236,216,.14);border-radius:18px;padding:18px;background:#ffecd80a}@media (max-width: 1200px){.hero,.content-grid{grid-template-columns:1fr}}@media (max-width: 780px){.app-shell{width:min(100% - 20px,100%);padding:16px 0 28px}.hero-stats{grid-template-columns:1fr}.toolbar{flex-direction:column;align-items:stretch}.prediction-grid{grid-template-columns:1fr}.card-top,.card-foot,.prediction-item,.rank-row{flex-direction:column;align-items:stretch}.rank-label,.rank-value{width:auto;text-align:left}}.watch-strip{display:grid;grid-template-columns:1fr 1fr 1.2fr;gap:16px;margin-bottom:20px}.watch-card{border-radius:22px;padding:18px 20px}.watch-card strong{display:block;margin:8px 0 6px;font-size:1.2rem}.watch-card p{margin:0;color:var(--muted);line-height:1.5}.watch-card-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:14px}.watch-note{margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,236,216,.1);font-size:.9rem;color:var(--muted)}.watch-label{color:var(--muted);font-size:.8rem;white-space:nowrap;font-variant-numeric:tabular-nums;text-transform:uppercase;letter-spacing:.08em;font-family:IBM Plex Mono,monospace}.watch-list{display:grid;gap:8px;margin-top:10px}.watch-row{display:flex;justify-content:space-between;gap:8px;color:var(--text);font-size:.92rem}.card-metrics{margin-top:14px}.card-metrics>div{flex:1 1 0}.card-metrics span{display:block;color:var(--muted);font-size:.76rem}.card-metrics strong{display:block;margin-top:4px;font-size:.96rem}@media (max-width: 1200px){.watch-strip{grid-template-columns:1fr}}.grid-child-view{display:grid;gap:16px;padding:18px 20px}.grid-child-summary{display:flex;justify-content:space-between;gap:16px;align-items:start}.grid-child-summary h3,.grid-child-summary p{margin:0}.grid-child-summary h3{margin:8px 0 4px}.grid-child-summary p{color:var(--muted)}.grid-child-bars{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.grid-child-bars>div{padding:12px 14px;border-radius:16px;background:#ffecd80d}.grid-child-bars span{display:block;color:var(--muted);font-size:.78rem}.grid-child-bars strong{display:block;margin-top:6px}@media (max-width: 780px){.grid-child-summary,.grid-child-bars{grid-template-columns:1fr;flex-direction:column}}.prediction-grid-header,.prediction-grid-main{display:grid;grid-template-columns:72px 1.6fr 110px 110px 130px 130px 130px 92px;gap:12px;align-items:center}.prediction-grid-header{padding:0 16px 10px;color:var(--muted);font-family:IBM Plex Mono,monospace;font-size:.76rem;text-transform:uppercase;letter-spacing:.08em}.prediction-grid-body{display:grid;gap:12px}.prediction-grid-row{border:1px solid rgba(255,236,216,.1);border-radius:20px;overflow:hidden;background:#ffecd80a}.prediction-grid-row.is-selected{border-color:#f0b42973;box-shadow:0 20px 50px #0003}.prediction-grid-main{width:100%;padding:16px;border:0;background:transparent;color:var(--text);text-align:left;cursor:pointer}.prediction-grid-main span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.prediction-grid-main:hover{background:#ffecd80a}.grid-child-view{padding:18px 16px 20px;border-top:1px solid rgba(255,236,216,.1);background:#060b1399}@media (max-width: 1200px){.prediction-grid-header,.prediction-grid-main{grid-template-columns:62px 1.4fr 96px 96px 120px 120px 120px 80px}}@media (max-width: 980px){.prediction-grid-header{display:none}.prediction-grid-main{grid-template-columns:1fr;gap:8px}.prediction-grid-main span{white-space:normal}.prediction-grid-main span:nth-child(3),.prediction-grid-main span:nth-child(4),.prediction-grid-main span:nth-child(6),.prediction-grid-main span:nth-child(7),.prediction-grid-main span:nth-child(8){display:none}.prediction-grid-main span:nth-child(1){font-family:IBM Plex Mono,monospace;color:var(--muted);font-size:.82rem;text-transform:uppercase;letter-spacing:.04em}.prediction-grid-main span:nth-child(2){font-size:1rem;font-weight:600;color:var(--text)}.prediction-grid-main span:nth-child(5){display:inline-flex;width:fit-content;align-items:center;padding:8px 12px;border-radius:999px;background:#ffecd814;color:var(--accent-soft);font-family:IBM Plex Mono,monospace;font-size:.82rem;letter-spacing:.04em}.grid-child-summary>div:last-child,.grid-child-bars>div:not(:first-child){display:none}}.app-shell{width:min(1660px,calc(100% - 28px));padding:30px 0 48px}.hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(420px,.95fr);gap:24px;align-items:start;margin-bottom:24px}.hero-copy{display:grid;gap:14px;align-content:start;padding:8px 0 0}.hero-copy h1{max-width:8.5ch;font-size:clamp(2.6rem,4.4vw,4.2rem);line-height:.92;text-wrap:balance;text-shadow:0 10px 32px rgba(0,0,0,.22)}.hero-text{max-width:56ch;font-size:.98rem;line-height:1.65}.summary-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:16px;align-self:start}.summary-stack{display:grid;gap:16px}.summary-card{padding:20px}.panel,.stat-card,.toolbar,.watch-card{border-color:#ffecd81c;background:linear-gradient(180deg,#121c30e6,#080c16db),var(--panel)}.panel{border-radius:26px}.stat-card{border-radius:20px}.leaderboard-lead{background:#080c1675}.party-pill{background:#0c121e9e}.watch-strip{margin-top:4px;margin-bottom:18px}.watch-card,.toolbar,.panel{box-shadow:0 18px 50px #060a122e}.toolbar{margin-bottom:18px}.content-grid{display:grid;grid-template-columns:minmax(0,1.72fr) minmax(360px,.95fr);gap:20px;align-items:start;margin-top:2px}.grid-panel{overflow:visible}.detail-panel{min-height:0}.trend-panel{min-height:290px}.prediction-grid-shell{width:100%;display:block;margin-top:4px}.prediction-grid-shell.free-grid-container{border:1px solid rgba(255,255,255,.08);border-radius:22px;background:linear-gradient(180deg,#080a0ef5,#05070afa);box-shadow:0 24px 60px #00000057;overflow:hidden}.prediction-grid-shell .free-grid-cell{min-width:0}@media (max-width: 1280px){.hero,.summary-grid,.content-grid,.watch-strip{grid-template-columns:1fr}.hero-copy h1{max-width:11ch}}@media (max-width: 780px){.app-shell{width:min(100% - 18px,100%);padding:16px 0 28px}.hero-copy h1{font-size:clamp(2.2rem,12vw,3.4rem)}.toolbar,.watch-strip{margin-bottom:16px}.prediction-grid-shell.free-grid-container{border-radius:18px}.prediction-grid-shell .free-grid-scroll-container{overflow-x:auto}.prediction-grid-shell .free-grid-header-cell,.prediction-grid-shell .free-grid-cell{padding:10px 8px;font-size:.8rem}.prediction-grid-shell .free-grid-header-cell{min-height:46px}.prediction-grid-shell .free-grid-row{min-height:60px}.prediction-grid-shell .free-grid-cell{white-space:normal;line-height:1.35;align-items:flex-start}.prediction-grid-shell .free-grid-footer{padding:10px 12px;justify-content:center}.prediction-grid-shell .free-grid-pagination{width:100%;justify-content:space-between;gap:10px;font-size:.82rem}}.app-shell>.hero{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.22fr);gap:18px;align-items:start;margin-bottom:18px}.app-shell>.hero .hero-copy{padding-top:10px}.app-shell>.hero .hero-copy h1{max-width:8ch;font-size:clamp(2.4rem,4vw,3.8rem);line-height:.94}.app-shell>.hero .summary-grid{grid-template-columns:minmax(0,1fr);gap:12px;margin-top:0;align-self:start;justify-items:end}.app-shell>.hero .summary-stack{gap:12px;width:min(100%,600px);justify-self:end}.app-shell>.hero .summary-card,.app-shell>.hero .stat-card{padding:16px;min-height:0;width:100%}.app-shell>.hero .summary-card-leaderboard{padding:20px;position:relative;overflow:hidden;background:radial-gradient(circle at top right,rgba(109,163,255,.2),transparent 34%),linear-gradient(180deg,#111a2afc,#080b12f5);border:1px solid rgba(106,159,255,.2);box-shadow:0 28px 70px #05080e57}.app-shell>.hero .summary-card-leaderboard:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top right,rgba(109,163,255,.18),transparent 36%);pointer-events:none}.app-shell>.hero .leaderboard-summary{gap:8px;position:relative;z-index:1}.app-shell>.hero .leaderboard-total{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-radius:16px;background:#070c1670;border:1px solid rgba(255,236,216,.08)}.app-shell>.hero .leaderboard-total small{display:block;color:var(--muted);font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px}.app-shell>.hero .leaderboard-total strong{display:block;margin:0;font-size:1.7rem;color:#fff3e5}.app-shell>.hero .leaderboard-total span{color:#d8e3f7;font-size:.88rem;white-space:nowrap}.app-shell>.hero .seat-split-bar{display:flex;align-items:center;height:10px;overflow:hidden;border-radius:999px;background:#070c166b;border:1px solid rgba(255,236,216,.08)}.app-shell>.hero .seat-split-bar i{display:block;height:100%}.app-shell>.hero .seat-split-udf{background:linear-gradient(90deg,#7fd0ff,#4f8ef7)}.app-shell>.hero .seat-split-ldf{background:linear-gradient(90deg,#f3c36b,#d98a4d)}.app-shell>.hero .seat-split-nda{background:linear-gradient(90deg,#b78cff,#7c5cff)}.app-shell>.hero .alliance-breakdown{display:grid;gap:8px}.app-shell>.hero .alliance-meter{display:grid;gap:6px;padding:10px 12px;border-radius:14px;background:#070c1652;border:1px solid rgba(255,236,216,.06)}.app-shell>.hero .alliance-meter-top{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.app-shell>.hero .alliance-meter-top strong{font-size:.88rem;letter-spacing:.06em;text-transform:uppercase}.app-shell>.hero .alliance-meter-top span{color:#d8e3f7;font-size:.84rem}.app-shell>.hero .alliance-bar{margin-top:0;height:8px}.app-shell>.hero .hero-note{justify-self:end;width:min(100%,600px);margin:0;padding:0 18px 0 4px;color:var(--muted);font-size:.9rem;line-height:1.5;text-align:left}.site-footer{display:flex;justify-content:center;align-items:center;gap:6px;margin-top:28px;padding:18px 4px 0;border-top:1px solid rgba(255,236,216,.1);color:var(--muted);font-size:.92rem;text-align:center}.project-card{margin-top:24px;padding:22px 24px;background:radial-gradient(circle at top right,rgba(244,166,42,.16),transparent 30%),linear-gradient(180deg,#101828f0,#080c14eb)}.project-card-header{margin-bottom:10px}.project-card-body{display:grid;gap:12px;min-width:0}.project-card-body p{margin:0;color:var(--muted);line-height:1.7;max-width:90ch;overflow-wrap:anywhere}.project-card-tech{display:grid;gap:10px;margin-top:6px;padding-top:14px;border-top:1px solid rgba(255,236,216,.08)}.project-card-tech h3{margin:0;font-size:1rem}.project-card-linkline{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.project-card-linkline a{color:#f3c36b;text-decoration:none;font-weight:600;overflow-wrap:anywhere}.project-card-linkline a:hover{text-decoration:underline}.site-footer a{color:#f3c36b;text-decoration:none;font-weight:600}.site-footer a:hover{text-decoration:underline}.app-shell>.watch-strip{margin-top:6px}.app-shell>.toolbar{margin-top:0}.app-shell>.content-grid{margin-top:6px}@media (max-width: 1280px){.app-shell>.hero{grid-template-columns:1fr}.app-shell>.hero .summary-grid{grid-template-columns:1fr;justify-items:stretch}.app-shell>.hero .summary-stack{width:100%;justify-self:stretch}}@media (max-width: 780px){.app-shell>.hero .hero-copy h1{font-size:clamp(2.2rem,11vw,3.2rem)}.app-shell>.hero .summary-card,.app-shell>.hero .stat-card{padding:14px}.project-card{margin-top:18px;padding:18px}.project-card-body{gap:10px}.project-card-body p{font-size:.92rem;line-height:1.65}.project-card-tech{gap:8px;padding-top:12px}.project-card-tech h3{font-size:.96rem}}.trend-note{margin:6px 18px 2px;color:var(--muted);font-size:.84rem;line-height:1.45}.trend-panel-compact{min-height:0}.trend-panel-compact .panel-header{margin-bottom:6px}.trend-panel-compact .panel-header h3{font-size:1.1rem;line-height:1.25}.trend-panel-compact .trend-note{margin-top:4px}.trend-panel-compact .trend-legend{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 10px;margin:0 18px 6px}.trend-panel-compact .trend-legend-item{width:auto;min-width:0;padding:6px 8px}.trend-panel-compact .trend-legend-item strong{font-size:.84rem}.trend-panel-compact .trend-legend-item span{font-size:.74rem}.trend-panel-compact .trend-legend-swatch{width:9px;height:9px}.trend-panel-compact .trendline{margin-top:2px}
