/* Twitch-Vorhersagen im Dashboard */
.prediction-page-header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.prediction-workspace{display:flex;flex-direction:column;gap:1.5rem}.prediction-main-grid,.prediction-detail-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:1.5rem;align-items:start}.prediction-live-card,.prediction-create-card,.prediction-participants-card,.prediction-overlay-card,.prediction-templates-card{padding:1.5rem}.prediction-card-heading{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding-bottom:1rem;margin-bottom:1.25rem;border-bottom:1px solid var(--border-subtle)}.prediction-card-heading.compact{margin-bottom:.8rem}.prediction-card-heading h3{color:var(--text-primary);font-size:1.1rem;margin-top:.12rem}.eyebrow{display:block;color:var(--accent);font-size:.68rem;font-weight:800;letter-spacing:.09em}.prediction-status-badge{flex-shrink:0;border:1px solid var(--border-default);border-radius:999px;padding:.38rem .7rem;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.prediction-status-badge.active{color:#00e676;border-color:rgba(0,230,118,.35);background:rgba(0,230,118,.1)}.prediction-status-badge.locked{color:#ffab40;border-color:rgba(255,171,64,.35);background:rgba(255,171,64,.1)}.prediction-status-badge.resolved{color:var(--accent);border-color:var(--border-active);background:var(--accent-dim)}.prediction-status-badge.idle{color:var(--text-secondary)}.prediction-empty-state,.prediction-empty-list{color:var(--text-secondary);text-align:center;padding:2.5rem 1.25rem}.prediction-empty-state>span{display:block;font-size:2rem;margin-bottom:.7rem}.prediction-empty-state p{color:var(--text-primary);font-weight:600;margin-bottom:.3rem}.prediction-empty-state small,.prediction-card-note,.prediction-form small,.prediction-overlay-hint{color:var(--text-muted);font-size:.78rem;line-height:1.45}.prediction-question{color:var(--text-primary);font-size:clamp(1.15rem,2vw,1.55rem);font-weight:800;line-height:1.25;margin-bottom:1rem}.prediction-meta-row,.prediction-summary-numbers{display:flex;gap:.65rem;flex-wrap:wrap;margin-bottom:1rem}.prediction-meta-pill{background:rgba(255,255,255,.04);border:1px solid var(--border-subtle);border-radius:999px;color:var(--text-secondary);font-size:.77rem;padding:.35rem .62rem}.prediction-countdown{margin-left:auto;color:#fff;font-weight:800;font-variant-numeric:tabular-nums}.prediction-outcome-progress{margin-top:.85rem}.prediction-outcome-progress-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:.35rem}.prediction-outcome-name{color:var(--text-primary);font-weight:700;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.prediction-outcome-numbers{color:var(--text-secondary);font-size:.78rem;text-align:right;white-space:nowrap}.prediction-progress-track{height:30px;border-radius:9px;overflow:hidden;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.04)}.prediction-progress-fill{height:100%;min-width:2px;display:flex;align-items:center;padding:0 .65rem;color:#fff;font-size:.78rem;font-weight:800;transition:width .6s var(--ease)}.prediction-progress-fill.blue{background:linear-gradient(90deg,#2457ca,#3a78e2)}.prediction-progress-fill.pink{background:linear-gradient(90deg,#bd0b8b,#e21aa4)}.prediction-progress-fill.purple{background:linear-gradient(90deg,#6540d4,#9a6bff)}.prediction-progress-fill.orange{background:linear-gradient(90deg,#cb6815,#f29b38)}.prediction-action-row,.prediction-resolve-grid{display:flex;gap:.65rem;flex-wrap:wrap;margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--border-subtle)}.prediction-action-row .btn{flex:1;justify-content:center;min-width:130px}.prediction-resolve-grid .btn{flex:1 1 180px;justify-content:center}.prediction-form{display:grid;gap:.1rem}.prediction-form .form-group{margin-bottom:.5rem}.prediction-outcome-inputs{display:flex;flex-direction:column;gap:.55rem}.prediction-outcome-input{display:flex;align-items:center;gap:.55rem}.prediction-outcome-input input{flex:1;min-width:0}.prediction-outcome-dot{width:11px;height:11px;border-radius:50%;flex:0 0 auto}.prediction-outcome-dot.blue{background:#3975df;box-shadow:0 0 12px rgba(57,117,223,.6)}.prediction-outcome-dot.pink{background:#df159f;box-shadow:0 0 12px rgba(223,21,159,.6)}.prediction-outcome-dot.purple{background:#9a6bff}.prediction-outcome-dot.orange{background:#f29b38}.prediction-remove-outcome{width:31px;height:31px;flex:0 0 31px;border:1px solid rgba(255,82,82,.25);border-radius:var(--radius-sm);background:rgba(255,82,82,.08);color:var(--danger);cursor:pointer}.prediction-add-outcome{margin-top:.65rem;font-size:.8rem;padding:.5rem .75rem}.prediction-start-button{width:100%;justify-content:center;margin-top:.7rem}.prediction-card-note{margin:-.1rem 0 1rem}.prediction-top-predictors{display:flex;flex-direction:column;gap:.45rem;max-height:310px;overflow-y:auto}.prediction-predictor-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;align-items:center;border:1px solid var(--border-subtle);background:rgba(255,255,255,.025);border-radius:var(--radius-sm);padding:.62rem .75rem}.prediction-predictor-name{color:var(--text-primary);font-size:.85rem;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.prediction-predictor-meta{color:var(--text-muted);font-size:.72rem;margin-top:.12rem}.prediction-predictor-points{color:#ffd166;font-weight:800;font-size:.82rem;white-space:nowrap}.prediction-overlay-url-row{display:flex;gap:.55rem;margin:.9rem 0 .55rem}.prediction-overlay-url-row input{flex:1;min-width:0;color:var(--text-secondary);font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.75rem;background:rgba(0,0,0,.24);border:1px solid var(--border-default);border-radius:var(--radius-sm);padding:.7rem}.prediction-overlay-url-row .btn{min-width:42px;justify-content:center;padding:.5rem}.prediction-template-save{display:flex;gap:.55rem;align-items:center}.prediction-template-save input{width:180px;background:rgba(255,255,255,.03);border:1px solid var(--border-default);border-radius:var(--radius-sm);color:var(--text-primary);padding:.55rem .7rem;font:inherit;font-size:.8rem}.prediction-template-save .btn{font-size:.78rem;padding:.55rem .7rem}.prediction-templates-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(225px,1fr));gap:.8rem}.prediction-template-item{background:rgba(255,255,255,.025);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:.9rem}.prediction-template-name{color:var(--text-primary);font-size:.9rem;font-weight:800;margin-bottom:.35rem}.prediction-template-question{color:var(--text-secondary);font-size:.78rem;line-height:1.4;min-height:2.2rem}.prediction-template-meta{color:var(--text-muted);font-size:.72rem;margin-top:.45rem}.prediction-template-actions{display:flex;gap:.5rem;margin-top:.75rem}.prediction-template-actions .btn{flex:1;justify-content:center;padding:.46rem;font-size:.75rem}@media (max-width:900px){.prediction-main-grid,.prediction-detail-grid{grid-template-columns:1fr}.prediction-page-header{align-items:flex-start;flex-direction:column}}@media (max-width:620px){.prediction-card-heading{align-items:flex-start;flex-direction:column}.prediction-template-save{width:100%;flex-wrap:wrap}.prediction-template-save input{flex:1;width:auto;min-width:160px}.prediction-template-save .btn{width:100%;justify-content:center}}
