:root{color-scheme:dark;font-family:Inter,system-ui,sans-serif;background:#0b0f14;color:#e6edf3}*{box-sizing:border-box}body{margin:0}a{color:#58a6ff;text-decoration:none}.layout{display:grid;grid-template-columns:260px 1fr;min-height:100vh}.sidebar{background:#111820;border-right:1px solid #1f2937;padding:1.25rem}.sidebar h1{font-size:1.25rem;margin:0 0 .25rem}.sidebar nav{display:flex;flex-direction:column;gap:.5rem;margin-top:1.5rem}.sidebar nav a.active{color:#fff;font-weight:600}.content{padding:1.5rem 2rem}.card{background:#151b23;border:1px solid #243041;border-radius:12px;padding:1rem 1.25rem;margin-bottom:1rem}button{background:#238636;color:#fff;border:none;border-radius:8px;padding:.6rem 1rem;cursor:pointer}button.secondary{background:#30363d}button.secondary.danger{color:#f85149}.session-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.session-row strong{margin-right:.25rem}.session-row button{width:auto}input,select{width:100%;background:#0d1117;border:1px solid #30363d;color:#e6edf3;border-radius:8px;padding:.55rem .75rem;margin-bottom:.75rem}.login-page{min-height:100vh;display:grid;place-items:center}.login-form{width:min(420px,92vw)}.metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem}.metric{background:#0d1117;border-radius:8px;padding:.75rem}.metric-label{color:#8b949e;font-size:.85rem}.metric-value{font-size:1.2rem;font-weight:600}.error{color:#f85149}.status-ok{color:#3fb950}.user-actions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.user-actions select{width:auto;min-width:6rem;margin-bottom:0}.scheduler-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.scheduler-badge{font-size:.75rem;font-weight:600;padding:.15rem .45rem;border-radius:6px;background:#30363d}.scheduler-badge-running{color:#3fb950}.scheduler-badge-stopped{color:#8b949e}.scheduler-badge-disabled{color:#f85149}.scheduler-jobs{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem;font-size:.85rem}.scheduler-job-name{font-weight:600}.scheduler-job-meta{color:#8b949e;margin:.15rem 0 0}.scheduler-time{cursor:help;border-bottom:1px dotted #484f58}.scheduler-job-message{color:#8b949e;margin:.25rem 0 0;font-size:.8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scheduler-status-ok{color:#3fb950}.scheduler-status-fail{color:#f85149}.run-history{width:100%;border-collapse:collapse;font-size:.875rem;margin-top:.5rem}.run-history th,.run-history td{text-align:left;padding:.4rem .5rem;border-bottom:1px solid #30363d}.run-history th{color:#8b949e;font-weight:600}.run-history-error{max-width:12rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#8b949e}.run-history-row{cursor:pointer}.run-history-row:hover,.run-history-row-selected{background:#1c2128}.run-history-detail-row td{background:#161b22;padding:.75rem .5rem}.run-history-detail{padding:.25rem 0}.run-history-meta{color:#8b949e;font-size:.875rem;margin:.5rem 0 0}.run-history-meta a{color:#58a6ff}.prediction-detail{margin-top:1rem}.prediction-meta{color:#8b949e;font-size:.875rem;margin:.5rem 0 0}.prediction-meta a{color:#58a6ff}.prediction-sources,.prediction-tweets-section{margin-top:1rem}.prediction-sources strong,.prediction-tweets-section strong{display:block;margin-bottom:.35rem}.prediction-tweets{list-style:none;margin:0;padding:0}.prediction-tweet{border:1px solid #30363d;border-radius:6px;padding:.6rem .75rem;margin-top:.5rem;background:#161b22}.prediction-tweet-sentiment{display:inline-block;font-size:.75rem;text-transform:uppercase;letter-spacing:.03em;margin-bottom:.35rem;color:#8b949e}.prediction-tweet-text{margin:0;white-space:pre-wrap}.prediction-tweet-impact{margin:.35rem 0 0;color:#8b949e;font-size:.875rem}.prediction-tweet-meta{margin:.35rem 0 0;color:#6e7681;font-size:.8rem}
