:root{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#e4e4e7;background-color:#0a0a0f;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}*{box-sizing:border-box;margin:0;padding:0}.dashboard{min-height:100vh;background:#0a0a0f;color:#e4e4e7;font-family:Inter,system-ui,-apple-system,sans-serif}.top-bar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding:1rem 1.5rem;background:linear-gradient(135deg,#111118,#1a1a2e);border-bottom:1px solid #2a2a3e}.top-bar-brand h1{font-size:1.5rem;font-weight:800;background:linear-gradient(90deg,#f97316,#ef4444);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em}.tagline{display:block;font-size:.8rem;color:#71717a;margin-top:.15rem}.top-bar-config{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.config-input{padding:.5rem .75rem;background:#1e1e2e;border:1px solid #3a3a4e;border-radius:8px;color:#e4e4e7;font-size:.85rem;width:160px;transition:border-color .2s}.config-input:focus{outline:none;border-color:#f97316}.live-indicator{display:flex;align-items:center;gap:.5rem;padding:.4rem .85rem;background:#1e1e2e;border:1px solid #3a3a4e;border-radius:8px}.live-dot{width:8px;height:8px;border-radius:50%;background:#ef4444;animation:live-pulse 1.5s ease-in-out infinite}@keyframes live-pulse{0%,to{opacity:1;box-shadow:0 0 #ef444499}50%{opacity:.7;box-shadow:0 0 0 6px #ef444400}}.live-text{font-size:.8rem;color:#a1a1aa;white-space:nowrap}.main-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:1rem 1.5rem;max-width:1600px;margin:0 auto}@media(max-width:900px){.main-grid{grid-template-columns:1fr}}.video-card{background:#111118;border-radius:12px;overflow:hidden;border:1px solid #2a2a3e}.video-container video{width:100%;display:block}.video-placeholder{aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;background:#16161e}.upload-label{padding:.75rem 1.5rem;background:#2a2a3e;border-radius:8px;cursor:pointer;font-size:.9rem;color:#a1a1aa;transition:background .2s}.upload-label:hover{background:#3a3a4e;color:#e4e4e7}.video-info-bar{display:flex;align-items:center;gap:.75rem;padding:.6rem 1rem;background:#16161e;font-size:.8rem;color:#a1a1aa;border-top:1px solid #2a2a3e}.time-display{font-weight:600;font-variant-numeric:tabular-nums;color:#e4e4e7}.video-progress-mini{flex:1;height:3px;background:#2a2a3e;border-radius:99px;overflow:hidden}.video-progress-fill{height:100%;background:linear-gradient(90deg,#f97316,#ef4444);transition:width .5s ease;border-radius:99px}.event-counter{font-size:.75rem;color:#71717a;font-variant-numeric:tabular-nums;white-space:nowrap}.current-event-badge{color:#f97316;font-size:.78rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.events-card{margin-top:1rem;background:#111118;border-radius:12px;border:1px solid #2a2a3e;padding:1rem}.events-card h3{font-size:.95rem;font-weight:600;margin-bottom:.75rem;color:#d4d4d8}.events-list{max-height:360px;overflow-y:auto;display:flex;flex-direction:column;gap:.35rem}.event-item{display:flex;gap:.75rem;align-items:flex-start;padding:.5rem .65rem;border-radius:8px;cursor:pointer;transition:background .15s;font-size:.82rem}.event-item:hover{background:#1e1e2e}.event-item.active{background:#f973161f;border-left:3px solid #f97316}.event-item.newest{animation:slide-in .4s ease-out;background:#f973160f}@keyframes slide-in{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.event-ad-dot{flex-shrink:0;width:6px;height:6px;border-radius:50%;background:#22c55e;margin-top:6px}.event-time{flex-shrink:0;font-weight:600;color:#71717a;min-width:72px;font-variant-numeric:tabular-nums}.event-desc{color:#a1a1aa;line-height:1.4}.key-moments-card{background:#111118;border-radius:12px;border:1px solid #2a2a3e;padding:1rem;margin-bottom:1rem;animation:ad-pop .4s ease-out}.key-moments-card h3{font-size:.95rem;font-weight:600;margin-bottom:.75rem;color:#d4d4d8}.key-moments-table{width:100%;border-collapse:collapse;font-size:.82rem}.key-moments-table thead th{text-align:left;padding:.4rem .6rem;color:#71717a;font-weight:500;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #2a2a3e}.key-moment-row{cursor:pointer;transition:background .15s}.key-moment-row:hover{background:#1e1e2e}.key-moment-row td{padding:.45rem .6rem;border-bottom:1px solid rgba(42,42,62,.5);vertical-align:middle}.km-time{font-weight:600;color:#a1a1aa;font-variant-numeric:tabular-nums;white-space:nowrap;width:90px}.km-tag{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;padding:.15rem .5rem;border-radius:99px;letter-spacing:.04em;white-space:nowrap}.km-tag-touchdown{background:#22c55e26;color:#22c55e}.km-tag-big_play{background:#f9731626;color:#f97316}.km-tag-tackle{background:#60a5fa26;color:#60a5fa}.km-tag-fumble,.km-tag-interception{background:#ef444426;color:#ef4444}.km-tag-penalty{background:#f59e0b26;color:#f59e0b}.km-tag-injury{background:#a855f726;color:#a855f7}.km-tag-halftime{background:#60a5fa26;color:#60a5fa}.km-tag-other{background:#a1a1aa1f;color:#a1a1aa}.km-desc{color:#d4d4d8;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:280px}.ads-card{background:#111118;border-radius:12px;border:1px solid #2a2a3e;padding:1rem;min-height:600px}.ads-card h3{font-size:.95rem;font-weight:600;margin-bottom:.75rem;color:#d4d4d8;display:flex;align-items:center;gap:.75rem}.ad-count{font-size:.75rem;font-weight:500;padding:.2rem .6rem;background:#22c55e26;color:#22c55e;border-radius:99px}.processing-bar{height:4px;background:#2a2a3e;border-radius:99px;overflow:hidden;margin-bottom:1rem}.processing-fill{height:100%;background:linear-gradient(90deg,#f97316,#ef4444);transition:width .3s ease;border-radius:99px}.ads-list{display:flex;flex-direction:column;gap:.75rem;max-height:calc(100vh - 240px);overflow-y:auto}.ad-card{background:#16161e;border:1px solid #2a2a3e;border-radius:10px;padding:1rem;transition:border-color .2s}.ad-card:hover{border-color:#f97316}.ad-card.ad-enter{animation:ad-pop .5s ease-out}@keyframes ad-pop{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.ad-card.ad-loading{border:1px dashed #3a3a4e;position:relative;overflow:hidden}.ad-loading-text{font-size:.82rem;color:#71717a;padding:.5rem 0}.loading-shimmer{position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(249,115,22,.04) 50%,transparent 100%);animation:shimmer 1.5s ease-in-out infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.ad-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.6rem;flex-wrap:wrap}.urgency-badge{font-size:.7rem;font-weight:700;text-transform:uppercase;padding:.15rem .5rem;border-radius:99px;color:#fff;letter-spacing:.04em}.event-type-badge{font-size:.72rem;font-weight:500;padding:.15rem .5rem;border-radius:99px;background:#2a2a3e;color:#a1a1aa}.ad-time{font-size:.72rem;color:#52525b;margin-left:auto;font-variant-numeric:tabular-nums}.ad-copy{font-size:1rem;font-weight:600;line-height:1.45;color:#fafafa;margin-bottom:.5rem}.ad-promo{font-size:.85rem;color:#a1a1aa;line-height:1.4;margin-bottom:.5rem;padding:.5rem .65rem;background:#f973160f;border-left:2px solid #f97316;border-radius:0 6px 6px 0}.ad-hashtags{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.6rem}.hashtag{font-size:.75rem;color:#60a5fa;background:#60a5fa1a;padding:.15rem .5rem;border-radius:99px}.ad-actions{display:flex;gap:.5rem}.copy-btn{padding:.4rem .85rem;background:#2a2a3e;color:#d4d4d8;border:1px solid #3a3a4e;border-radius:6px;font-size:.78rem;cursor:pointer;transition:background .15s}.copy-btn:hover{background:#3a3a4e}.upload-status{font-size:.75rem;color:#f59e0b;padding:.15rem .5rem;background:#f59e0b1a;border-radius:99px;white-space:nowrap}.upload-status.ready{color:#22c55e;background:#22c55e1a}.upload-status.error{color:#ef4444;background:#ef44441a}.event-item.analyzing{background:#f973160f;border:1px dashed #3a3a4e;animation:pulse 1.2s ease-in-out infinite}.analyzing-text{color:#f97316;font-style:italic}.empty-msg{color:#52525b;font-size:.85rem;text-align:center;padding:2rem 1rem}.events-list::-webkit-scrollbar,.ads-list::-webkit-scrollbar{width:5px}.events-list::-webkit-scrollbar-track,.ads-list::-webkit-scrollbar-track{background:transparent}.events-list::-webkit-scrollbar-thumb,.ads-list::-webkit-scrollbar-thumb{background:#3a3a4e;border-radius:99px}
