: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:flex;flex-direction:column;min-height:100vh}.app-header{display:flex;align-items:center;gap:1.5rem;padding:.75rem 1.5rem;background:#111820;border-bottom:1px solid #1f2937;flex-wrap:wrap}.header-brand{display:flex;flex-direction:column;margin-right:auto}.header-brand h1{font-size:1.25rem;margin:0;line-height:1.2}.header-tagline{font-size:.8rem;color:#8b949e}.header-nav{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap}.header-nav a{padding:.45rem .75rem;border-radius:8px;color:#8b949e}.header-nav a:hover{color:#e6edf3;background:#1c2128}.header-nav a.active{color:#fff;font-weight:600;background:#1c2128}.header-nav-profile{background:transparent;color:#8b949e;padding:.45rem .75rem;border-radius:8px;font:inherit}.header-nav-profile:hover{color:#e6edf3;background:#1c2128}.header-user{font-size:.9rem;color:#8b949e;white-space:nowrap}.sidebar-toggle{background:transparent;color:#8b949e;padding:.35rem .6rem;border-radius:8px;font:inherit;font-size:1.25rem;line-height:1}.sidebar-toggle:hover{color:#e6edf3;background:#1c2128}.layout-body{display:grid;grid-template-columns:260px 1fr;flex:1;min-height:0}.layout-body.sidebar-closed{grid-template-columns:1fr}.sidebar{background:#111820;border-right:1px solid #1f2937;padding:1.25rem;display:flex;flex-direction:column;gap:1rem;min-width:0;overflow:auto}.layout-body.sidebar-closed .sidebar{display:none}.sidebar-header{display:flex;align-items:center;justify-content:space-between;margin:-.25rem 0 0}.sidebar-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#8b949e}.sidebar-close{background:transparent;color:#8b949e;padding:.15rem .45rem;border-radius:6px;font:inherit;font-size:1.25rem;line-height:1}.sidebar-close:hover{color:#e6edf3;background:#1c2128}.content{padding:1.5rem 2rem;overflow:auto;min-width:0}.chart-container{width:100%;max-width:100%;min-width:0;overflow:hidden}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;display:grid;place-items:center;z-index:1000;padding:1rem}.profile-modal{background:#151b23;border:1px solid #243041;border-radius:12px;width:min(900px,95vw);max-height:min(85vh,720px);display:flex;flex-direction:column;overflow:hidden}.profile-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #243041}.profile-modal-header h2{margin:0;font-size:1.15rem}.modal-close{width:2rem;height:2rem;padding:0;font-size:1.25rem;line-height:1;display:grid;place-items:center}.profile-modal-body{display:grid;grid-template-columns:200px 1fr;flex:1;min-height:0;overflow:hidden}.profile-modal-nav{display:flex;flex-direction:column;gap:.25rem;padding:1rem;border-right:1px solid #243041;background:#111820}.profile-modal-nav-item{background:transparent;color:#8b949e;text-align:left;padding:.6rem .75rem;border-radius:8px;font:inherit;width:100%}.profile-modal-nav-item:hover{color:#e6edf3;background:#1c2128}.profile-modal-nav-item.active{color:#fff;font-weight:600;background:#1c2128}.profile-modal-nav-item.danger{color:#f85149}.profile-modal-nav-item.danger:hover{color:#ff7b72;background:#2d1f1f}.profile-modal-content{padding:1.25rem;overflow:auto;min-width:0}.profile-modal-content h3{margin:0 0 1rem;font-size:1.05rem}.profile-modal-content .card:last-child{margin-bottom:0}.admin-users-table-wrap{margin-top:.75rem}.admin-users-table{width:100%;border-collapse:collapse;font-size:.875rem}.admin-users-table th,.admin-users-table td{text-align:left;padding:.4rem .5rem;border-bottom:1px solid #30363d}.admin-users-table th{color:#8b949e;font-weight:600}@media (max-width: 768px){.modal-overlay{padding:0;align-items:stretch}.profile-modal{width:100%;max-width:100%;max-height:100dvh;height:100dvh;border-radius:0;border:none}.profile-modal-body{display:flex;flex-direction:column}.profile-modal-nav{flex-direction:row;flex-wrap:wrap;border-right:none;border-bottom:1px solid #243041;padding:.5rem;gap:.35rem;flex-shrink:0}.profile-modal-nav-item{flex:1 1 calc(50% - .2rem);text-align:center;font-size:.8rem;padding:.5rem .35rem;min-width:0;white-space:normal}.profile-modal-content{flex:1;min-height:0;padding:1rem}.admin-users-table thead{display:none}.admin-users-table,.admin-users-table tbody,.admin-users-table tr{display:block;width:100%}.admin-users-table tr{border:1px solid #30363d;border-radius:8px;margin-bottom:.5rem}.admin-users-table td{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding:.35rem .75rem;border-bottom:none}.admin-users-table td:before{content:attr(data-label);color:#8b949e;font-weight:600;flex-shrink:0}.admin-users-table td[data-label=Actions]{flex-direction:column;align-items:stretch}.admin-users-table td[data-label=Actions]:before{margin-bottom:.25rem}.admin-users-table .user-actions{justify-content:flex-end}}.primary-ticker-card label{display:block;font-size:.85rem;color:#8b949e;margin-top:.5rem}.primary-ticker-card input{margin-bottom:.35rem;text-transform:uppercase}.primary-ticker-card .scheduler-job-meta{margin:0}.card{background:#151b23;border:1px solid #243041;border-radius:12px;padding:1rem 1.25rem;margin-bottom:1rem;min-width:0}.table-scroll{width:100%;max-width:100%;min-width:0;overflow-x:auto}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}.live-price-card{margin-bottom:1rem}.live-price-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.live-price-value{font-size:2.25rem;font-weight:700;line-height:1.1}.live-price-change{font-size:1.1rem;font-weight:600;margin-top:.25rem}.live-price-change.up{color:#3fb950}.live-price-change.down{color:#f85149}.live-price-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem}.live-badge{display:inline-block;padding:.2rem .5rem;border-radius:6px;background:#238636;color:#fff;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.live-as-of{color:#8b949e;font-size:.85rem}.live-price-metrics{margin-top:0}.chart-title{margin:0 0 .75rem;font-size:1rem;font-weight:600;color:#8b949e}.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}@media (max-width: 768px){.run-history thead{display:none}.run-history,.run-history tbody,.run-history tr{display:block;width:100%}.run-history-row{border:1px solid #30363d;border-radius:8px;margin-bottom:.5rem}.run-history-row td{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding:.35rem .75rem;border-bottom:none}.run-history-row td:before{content:attr(data-label);color:#8b949e;font-weight:600;flex-shrink:0}.run-history-error{max-width:none;white-space:normal;text-align:right}.run-history-detail-row td{display:block;border-top:1px solid #30363d;margin-top:-.5rem;margin-bottom:.5rem;border-radius:0 0 8px 8px}}.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;overflow:hidden}.tweet-embed-container{margin-top:.35rem}.tweet-embed-container .twitter-tweet{margin:0!important}.prediction-tweet-fallback{margin-top:.35rem}.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}
