@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");*{margin:0;padding:0;box-sizing:border-box}:root{--text:#e8e4e0;--text-secondary:#b0a8a0;--text-muted:#6e6560;--bg:#08080c;--bg-alt:#0e0e14;--surface:#0e0e13;--surface-bright:#1e1e28;--on-surface-hover:rgba(220,160,80,0.06);--outline:rgba(255,255,255,0.06);--outline-strong:rgba(220,160,80,0.14);--green:#7abc86;--green-container:rgba(122,188,134,0.1);--red:#c86e6e;--red-container:rgba(200,110,110,0.1);--accent:#dca050;--accent-container:rgba(220,160,80,0.1);--elevation-0:none;--elevation-1:0 1px 3px rgba(0,0,0,0.7),0 1px 2px rgba(0,0,0,0.6);--elevation-2:0 2px 6px rgba(0,0,0,0.7),0 1px 3px rgba(0,0,0,0.6);--elevation-3:0 4px 12px rgba(0,0,0,0.7),0 2px 4px rgba(0,0,0,0.6);--radius:12px;--radius-sm:8px;--radius-full:9999px;--font:"Inter",-apple-system,system-ui,sans-serif;--transition:0.2s cubic-bezier(0.2,0,0,1)}body,html{width:100%;height:100%;background:var(--bg);color:var(--text);font-family:var(--font);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}::selection{background:rgba(220,160,80,.3);color:#fff}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(220,160,80,.12);border-radius:2px}::-webkit-scrollbar-thumb:hover{background:rgba(220,160,80,.22)}a{color:var(--accent);text-decoration:none;transition:opacity var(--transition)}a:hover{opacity:.8}.topbar{position:relative;background:#dca050;color:#1a1400;text-align:center;padding:4px 16px;font-size:13px;font-weight:600;font-family:var(--font);letter-spacing:.3px}.topbar-label{font-weight:700}.dashboard{height:calc(100vh - 37px);display:flex;flex-direction:column;overflow:hidden}.header{background:var(--surface);box-shadow:var(--elevation-2);flex-shrink:0;z-index:10}.header-inner{display:flex;align-items:center;gap:20px;height:56px;padding:0 24px}.header-logo{font-weight:700;font-size:17px;color:var(--text);text-decoration:none;flex-shrink:0;letter-spacing:-.01em}.header-logo:hover{opacity:1;color:var(--accent)}.header-nav{display:flex;gap:4px}.header-nav-link{font-size:13px;font-weight:500;color:var(--text-muted);text-decoration:none;padding:8px 16px;border-radius:var(--radius-full);transition:all var(--transition)}.header-nav-link:hover{color:var(--text);background:var(--on-surface-hover);opacity:1}.header-nav-link.active{color:var(--text);background:var(--accent-container);font-weight:600}.header-search{margin-left:auto;font-family:var(--font);font-size:13px;padding:8px 16px;border:none;border-radius:var(--radius-full);width:200px;outline:none;background:var(--on-surface-hover);color:var(--text);transition:all var(--transition)}.header-search::placeholder{color:var(--text-muted)}.header-search:focus{background:var(--surface-bright);box-shadow:0 0 0 2px var(--outline-strong)}.header-stats{display:flex;gap:16px;font-size:12px;font-weight:500;color:var(--text-muted);flex-shrink:0}.header-stat-kept{color:var(--green)}.header-stat-broken{color:var(--red)}.dashboard-main{flex:1 1;display:flex;min-height:0}.feed-panel{width:360px;min-width:360px;display:flex;flex-direction:column;background:var(--bg-alt);box-shadow:1px 0 0 var(--outline)}.feed-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;flex-shrink:0;border-bottom:1px solid var(--outline)}.feed-title{font-size:14px;font-weight:600;color:var(--text)}.feed-live-indicator{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:600;color:var(--green);letter-spacing:.5px}.live-dot{width:6px;height:6px;border-radius:50%;background:var(--green);animation:pulse 2.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.25}}.feed-list{flex:1 1;overflow-y:auto}.feed-empty{padding:32px 20px;font-size:13px;color:var(--text-muted);text-align:center}.feed-entry{padding:14px 20px;cursor:pointer;transition:background var(--transition);animation:slideIn .25s ease-out;border-bottom:1px solid var(--outline)}.feed-entry.highlighted,.feed-entry:hover{background:var(--on-surface-hover)}@keyframes slideIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.feed-entry-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.feed-entry-name{font-size:13px;font-weight:600;color:var(--text)}.feed-entry-time{font-size:11px;color:var(--text-muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.feed-entry-verdict{display:flex;align-items:center;gap:8px}.feed-status{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:3px 8px;border-radius:var(--radius-full)}.feed-status.failed{color:var(--red);background:var(--red-container)}.feed-status.delivered{color:var(--green);background:var(--green-container)}.feed-entry-promise{font-size:12px;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.focus-panel{flex:1 1;overflow-y:auto;min-width:0;background:var(--bg)}.focus-empty,.focus-panel{display:flex;flex-direction:column}.focus-empty{align-items:center;justify-content:center;height:100%;text-align:center;padding:40px;position:relative;overflow:hidden}.focus-scroll-track{position:absolute;left:42px;top:0;bottom:0;width:260px;overflow:hidden;pointer-events:none}.focus-scroll-inner{display:flex;flex-direction:column;animation:focus-scroll-up 18s linear infinite}.focus-scroll-item{font-size:32px;font-weight:700;color:var(--text-muted);opacity:.35;line-height:1;padding-bottom:60px;white-space:nowrap;flex-shrink:0;text-align:left}@keyframes focus-scroll-up{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.focus-empty-mascot{position:absolute;bottom:0;right:100px;width:320px;height:auto;object-fit:contain;object-position:bottom right;pointer-events:none;opacity:1;z-index:13}.focus-empty-title{font-size:16px;font-weight:600;margin-bottom:8px;color:var(--text-secondary)}.focus-empty-hint{font-size:13px;color:var(--text-muted);max-width:280px;line-height:1.6}.focus-empty-links{display:flex;margin-top:auto;flex-shrink:0}.focus-empty-link{flex:1 1;text-align:center;font-size:11px;font-weight:500;letter-spacing:.3px;padding:6px 0;color:var(--bg);opacity:.85;transition:opacity var(--transition)}.focus-empty-link:hover{opacity:1}.fel-1{background:#b8842e}.fel-2{background:#c4933a}.fel-3{background:#d0a248}.fel-4{background:#dcb158}.fel-5{background:#e8c06a}.focus-content{padding:28px 32px}.focus-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:24px}.focus-name{font-size:22px;font-weight:700;letter-spacing:-.02em}.focus-permalink{font-size:13px;font-weight:500;color:var(--accent)}.focus-stats{gap:28px;margin-bottom:28px}.focus-stat,.focus-stats{display:flex;align-items:baseline}.focus-stat{gap:6px}.focus-stat-value{font-size:18px;font-weight:600;color:var(--text);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.focus-stat-value.kept{color:var(--green)}.focus-stat-value.broken{color:var(--red)}.focus-stat-label{font-size:13px;color:var(--text-muted);font-weight:400}.focus-stat-bar{align-items:center}.focus-section{margin-bottom:28px}.focus-section-title{font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin-bottom:12px;color:var(--text-muted)}.focus-section-title.broken{color:var(--red)}.focus-section-title.kept{color:var(--green)}.focus-no-data{font-size:13px;color:var(--text-muted);padding:16px 0}.focus-promise{padding:12px 16px;border-radius:var(--radius-sm);cursor:pointer;transition:background var(--transition);margin-bottom:2px}.focus-promise:hover{background:var(--on-surface-hover)}.focus-promise-header{display:flex;align-items:center;gap:10px}.focus-promise-icon{font-weight:600;font-size:13px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-full);flex-shrink:0}.focus-promise-icon.delivered{color:var(--green);background:var(--green-container)}.focus-promise-icon.failed{color:var(--red);background:var(--red-container)}.focus-promise-text{font-size:13px;flex:1 1;color:var(--text)}.focus-promise-date{font-size:11px;color:var(--text-muted);flex-shrink:0}.focus-promise-detail{padding:12px 0 4px 34px}.focus-detail-row{display:flex;gap:12px;font-size:13px;margin-bottom:8px}.focus-detail-label{color:var(--text-muted);width:100px;flex-shrink:0;font-size:12px;font-weight:500}.focus-detail-value{color:var(--text-secondary)}.focus-detail-link{font-size:12px;word-break:break-all}.leaderboard-panel{flex-shrink:0;height:240px;display:flex;flex-direction:column;background:var(--bg-alt);box-shadow:0 -1px 0 var(--outline)}.leaderboard-header{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;flex-shrink:0}.leaderboard-title{font-size:14px;font-weight:600;color:var(--text)}.leaderboard-viewall{font-size:12px;font-weight:500;color:var(--accent)}.leaderboard-scroll{flex:1 1;overflow-y:auto}.leaderboard-table{width:100%;border-collapse:collapse;font-size:13px}.leaderboard-table th{text-align:left;font-weight:500;font-size:11px;color:var(--text-muted);letter-spacing:.3px;padding:10px 16px;border-bottom:1px solid var(--outline);position:-webkit-sticky;position:sticky;top:0;background:var(--bg-alt);z-index:1;white-space:nowrap}.leaderboard-table th.sortable{cursor:pointer;transition:color var(--transition)}.leaderboard-table th.sortable:hover{color:var(--text)}.leaderboard-table td{padding:10px 16px;border-bottom:1px solid var(--outline)}.leaderboard-row{cursor:pointer;transition:background var(--transition)}.leaderboard-row.highlighted,.leaderboard-row:hover{background:var(--on-surface-hover)}.leaderboard-name{font-weight:600;font-size:13px;color:var(--text)}.leaderboard-name:hover{color:var(--accent)}.leaderboard-latest,.leaderboard-latest-empty{font-size:11px;color:var(--text-muted)}.lb-status{font-weight:600;margin-right:4px}.lb-status.failed{color:var(--red)}.lb-status.delivered{color:var(--green)}.col-num{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.col-latest{white-space:nowrap}.leaderboard-empty{text-align:center;padding:28px;color:var(--text-muted);font-size:13px}.ratio-bar{transform:translateY(-2px);display:inline-flex;align-items:center;gap:8px}.ratio-bar-track{display:flex;height:4px;border-radius:2px;overflow:hidden;flex:1 1;background:var(--outline)}.ratio-bar-fill.kept{background:var(--green)}.ratio-bar-fill.broken{background:var(--red);opacity:.5}.ratio-bar-label{font-size:11px;font-weight:600;color:var(--text-secondary);min-width:32px;text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.ratio-bar-empty{font-size:11px;color:var(--text-muted)}.record-page{max-width:800px;margin:0 auto;padding:32px 24px;min-height:100vh;overflow:auto}.record-back{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:500;color:var(--accent);margin-bottom:28px;padding:6px 12px;border-radius:var(--radius-full);transition:background var(--transition)}.record-back:hover{background:var(--on-surface-hover);opacity:1}.record-loading{color:var(--text-muted)}.record-not-found{text-align:center;padding:60px 0}.record-not-found h1{font-size:22px;font-weight:700;margin-bottom:8px}.record-not-found p{color:var(--text-muted);margin-bottom:16px}.record-header{margin-bottom:28px}.record-header h1{font-size:28px;font-weight:700;line-height:1.2;margin-bottom:6px;letter-spacing:-.02em}.record-header p{font-size:14px;color:var(--text-muted)}.record-stats-bar{gap:28px;padding:20px 24px;border-radius:var(--radius);background:var(--surface);margin-bottom:32px}.record-stat,.record-stats-bar{display:flex;align-items:baseline}.record-stat{gap:6px}.record-stat-value{font-size:22px;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.record-stat-value.kept{color:var(--green)}.record-stat-value.broken{color:var(--red)}.record-stat-label{font-size:13px;color:var(--text-muted);font-weight:400}.record-section{margin-bottom:32px}.record-section-title{font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin-bottom:16px;color:var(--text-muted)}.record-section-title.broken{color:var(--red)}.record-section-title.kept{color:var(--green)}.record-promise{padding:16px 20px;border-radius:var(--radius-sm);background:var(--surface);margin-bottom:8px;transition:background var(--transition)}.record-promise:hover{background:var(--surface-bright)}.record-promise-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.record-promise-status{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:4px 10px;border-radius:var(--radius-full);flex-shrink:0}.record-promise-status.delivered{color:var(--green);background:var(--green-container)}.record-promise-status.failed{color:var(--red);background:var(--red-container)}.record-promise-text{font-size:14px;font-weight:600;color:var(--text)}.record-row{display:flex;gap:12px;font-size:13px;margin-bottom:6px;padding-left:2px}.record-label{color:var(--text-muted);width:110px;flex-shrink:0;font-size:12px;font-weight:500}.record-no-data{color:var(--text-muted);font-size:14px;padding:20px 0}.record-references{margin-top:32px;padding-top:24px;border-top:1px solid var(--outline)}.record-references h2{font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;color:var(--text-muted);margin-bottom:12px}.record-references ol{padding-left:20px}.record-references li{font-size:12px;color:var(--text-secondary);padding:3px 0;word-break:break-all}.politicians-page{max-width:960px;margin:0 auto;padding:32px 24px;min-height:100vh;overflow:auto}.politicians-header{margin-bottom:28px}.politicians-header h1{font-size:24px;font-weight:700;margin-bottom:6px;letter-spacing:-.02em}.politicians-header p{font-size:13px;color:var(--text-muted)}.politicians-controls{display:flex;align-items:center;gap:12px;margin-bottom:24px;flex-wrap:wrap}.politicians-search{font-family:var(--font);font-size:13px;padding:10px 16px;border:none;border-radius:var(--radius-full);width:240px;outline:none;background:var(--surface);color:var(--text);transition:all var(--transition)}.politicians-search::placeholder{color:var(--text-muted)}.politicians-search:focus{background:var(--surface-bright);box-shadow:0 0 0 2px var(--outline-strong)}.politicians-filters{display:flex;gap:6px}.filter-btn{font-family:var(--font);font-size:12px;font-weight:500;padding:8px 16px;border:1px solid var(--outline);border-radius:var(--radius-full);background:transparent;color:var(--text-secondary);cursor:pointer;transition:all var(--transition)}.filter-btn:hover{background:var(--on-surface-hover);color:var(--text)}.filter-btn.active{background:var(--accent-container);color:var(--text);border-color:transparent;font-weight:600}.politicians-table-wrap{overflow-x:auto}.politicians-table{width:100%;border-collapse:collapse;font-size:13px}.politicians-table th{text-align:left;font-weight:500;font-size:11px;color:var(--text-muted);letter-spacing:.3px;padding:12px 16px;border-bottom:1px solid var(--outline)}.politicians-table th.sortable{cursor:pointer;transition:color var(--transition)}.politicians-table th.sortable:hover{color:var(--text)}.politicians-table td{padding:14px 16px;border-bottom:1px solid var(--outline);vertical-align:middle}.politicians-table tr:hover{background:var(--on-surface-hover)}.kept-text{color:var(--green)}.broken-text{color:var(--red)}.col-muted{color:var(--text-muted);font-size:12px}.politicians-empty{text-align:center;padding:32px;color:var(--text-muted)}.about-page{max-width:680px;margin:0 auto;padding:32px 24px;min-height:100vh;overflow:auto}.about-page h1{font-size:24px;font-weight:700;margin-bottom:32px;letter-spacing:-.02em;color:var(--text)}.about-page section{margin-bottom:24px;padding:20px 24px;border-radius:var(--radius);background:var(--surface);transition:background var(--transition)}.about-page section:hover{background:var(--surface-bright)}.about-page h2{font-weight:600;color:var(--text)}.about-page h2,.about-page p{font-size:14px;margin-bottom:10px}.about-page p{line-height:1.7;color:var(--text-secondary)}.about-page ol,.about-page ul{padding-left:24px;margin-bottom:12px}.about-page li{font-size:14px;line-height:1.7;color:var(--text-secondary);margin-bottom:4px}.about-page strong{color:var(--text);font-weight:600}.miru-analysis{display:flex;gap:16px;align-items:flex-start;padding:24px;margin-top:20px;background:var(--surface);border-radius:var(--radius)}.miru-analysis-avatar{width:90px;height:90px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid var(--outline-strong)}.miru-analysis-body{flex:1 1;min-width:0}.miru-analysis-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--accent);margin-bottom:6px}.miru-analysis-text{font-size:13px;line-height:1.65;color:var(--text-secondary)}@media (max-width:900px){.dashboard-main{flex-direction:column}.feed-panel{width:100%;min-width:100%;height:40vh;box-shadow:none;border-bottom:1px solid var(--outline)}.focus-panel{height:35vh}.leaderboard-panel{height:25vh}.header-stats{display:none}.header-search{width:140px}}@media (max-width:600px){.header-inner{gap:10px;padding:0 16px}.header-search{display:none}.header-nav{gap:2px}.header-nav-link{padding:6px 10px;font-size:12px}.record-stats-bar{flex-wrap:wrap;gap:16px}.politicians-controls{flex-direction:column;align-items:stretch}.politicians-search{width:100%}.politicians-table td:nth-child(2),.politicians-table th:nth-child(2){display:none}}