:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{max-width:100%;margin:0 auto;padding:1rem;text-align:left;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}.App{display:flex;flex-direction:column;height:100vh;max-width:100%}.header{background:#f0f2f5f2;padding:1rem;border-bottom:3px solid #f39c12;margin-bottom:1rem;flex-shrink:0;border-radius:8px;box-shadow:0 4px 6px #0000001a}.header h1{margin:0 0 1rem;text-align:center;color:#2c3e50;font-weight:700}.auth-buttons{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:1rem}.auth-buttons button{padding:.5rem 1rem;border:2px solid #f39c12;background:#f39c12;color:#2c3e50;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .3s ease}.auth-buttons button:hover{background:#e67e22;border-color:#e67e22;transform:translateY(-2px);box-shadow:0 4px 8px #f39c124d}.broadcaster-controls{display:flex;gap:1rem;align-items:center;justify-content:center;flex-wrap:wrap}.broadcaster-controls input[type=text]{padding:.5rem;border:2px solid #9b59b6;border-radius:6px;min-width:200px;background:#ffffffe6;color:#2c3e50}.broadcaster-controls input[type=text]:focus{outline:none;border-color:#f39c12;box-shadow:0 0 0 3px #f39c1233}.broadcaster-controls label{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#2c3e50}.dashboard{display:grid;grid-template-columns:40% 60%;gap:1rem;flex:1;min-height:0}.left-column{display:flex;flex-direction:column;gap:1rem}.stats-panel{background:#f0f2f5f2;border:2px solid #9b59b6;border-radius:12px;padding:1rem;box-shadow:0 6px 12px #00000026}.stats-panel h3{margin:0 0 1rem;color:#2c3e50;border-bottom:3px solid #f39c12;padding-bottom:.5rem;font-weight:700}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.stat-item{text-align:center;padding:.75rem;background:linear-gradient(135deg,#f39c12,#e67e22);border-radius:8px;color:#2c3e50;font-weight:600}.stat-value{font-size:1.5rem;font-weight:700;color:#2c3e50}.stat-label{font-size:.8rem;color:#34495e;margin-top:.25rem;font-weight:500}.scores-panel{background:#f0f2f5f2;border:2px solid #9b59b6;border-radius:12px;padding:1rem;box-shadow:0 6px 12px #00000026}.scores-panel h3{margin:0 0 1rem;color:#2c3e50;border-bottom:3px solid #f39c12;padding-bottom:.5rem;font-weight:700}.score-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;border-bottom:1px solid #ecf0f1;background:linear-gradient(135deg,#f39c12,#e67e22);margin-bottom:.5rem;border-radius:6px;color:#2c3e50;font-weight:600}.score-item:last-child{border-bottom:none;margin-bottom:0}.score-value{font-size:1.2rem;font-weight:700;color:#2c3e50}.games-panel{background:#f0f2f5f2;border:2px solid #9b59b6;border-radius:12px;padding:1rem;box-shadow:0 6px 12px #00000026}.games-panel h3{margin:0 0 1rem;color:#2c3e50;border-bottom:3px solid #f39c12;padding-bottom:.5rem;font-weight:700}.games-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:.5rem;max-height:200px;overflow-y:auto}.game-item{text-align:center;padding:.5rem;background:linear-gradient(135deg,#f39c12,#e67e22);border-radius:8px;color:#2c3e50;font-weight:600}.game-item img{width:100%;height:auto;border-radius:6px;border:2px solid #9b59b6}.game-item strong{font-size:.7rem;display:block;margin-top:.25rem;color:#2c3e50}.controls-panel{background:#f0f2f5f2;border:2px solid #9b59b6;border-radius:12px;padding:1rem;box-shadow:0 6px 12px #00000026}.controls-panel h3{margin:0 0 1rem;color:#2c3e50;border-bottom:3px solid #f39c12;padding-bottom:.5rem;font-weight:700}.control-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;border-bottom:1px solid #ecf0f1;background:linear-gradient(135deg,#9b59b6,#8e44ad);margin-bottom:.5rem;border-radius:6px;color:#fff;font-weight:600}.control-item:last-child{border-bottom:none;margin-bottom:0}.control-item button{padding:.25rem .75rem;border:2px solid #f39c12;background:#f39c12;color:#2c3e50;border-radius:6px;cursor:pointer;font-size:.8rem;font-weight:600;transition:all .3s ease}.control-item button:hover{background:#e67e22;border-color:#e67e22;transform:translateY(-1px)}.control-item label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#fff;font-weight:500}.right-column{display:flex;flex-direction:column;gap:1rem;height:100%}.chat-container{display:flex;flex-direction:column;gap:1rem;flex:1;height:100%;min-height:0;max-height:800px}.chat-panel{background:#f0f2f5f2;border:2px solid #9b59b6;border-radius:12px;box-shadow:0 6px 12px #00000026;display:flex;flex-direction:column;flex:1;min-height:0;max-height:380px}.chat-panel h3{margin:0;padding:1rem;background:linear-gradient(135deg,#9b59b6,#8e44ad);border-bottom:2px solid #f39c12;border-radius:10px 10px 0 0;color:#fff;font-weight:700;flex-shrink:0}.chat-messages-list{flex:1;overflow-y:auto;padding:1rem;background:#ffffffe6;min-height:0;max-height:320px}.chat-messages-list ul{list-style:none;padding:0;margin:0}.chat-messages-list li{padding:.5rem;border-bottom:1px solid #ecf0f1;font-size:.8rem;background:#fffc;margin-bottom:.3rem;border-radius:6px;color:#2c3e50}.chat-messages-list li:last-child{border-bottom:none;margin-bottom:0}.chat-messages-list strong{color:#9b59b6;font-weight:700}.chat-messages-list small{color:#7f8c8d;font-size:.7rem}.highlighted-messages-list li{background:linear-gradient(135deg,#f39c12,#e67e22);border:2px solid #f39c12;border-radius:8px;margin-bottom:.3rem;color:#2c3e50;font-weight:600;padding:.5rem;font-size:.8rem}.highlighted-messages-list .highlight-badge{font-style:italic;color:#8e44ad;font-size:.7rem;margin-top:.25rem;display:block;font-weight:700}.sentiment-panel{background:#f0f2f5f2;border:2px solid #9b59b6;border-radius:12px;padding:1rem;box-shadow:0 6px 12px #00000026}.sentiment-panel h3{margin:0 0 1rem;color:#2c3e50;border-bottom:3px solid #f39c12;padding-bottom:.5rem;font-weight:700}.sentiment-panel p{color:#2c3e50;font-weight:500;margin-bottom:.5rem}.sentiment-breakdown{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.5rem}.sentiment-item{text-align:center;padding:.75rem;background:linear-gradient(135deg,#f39c12,#e67e22);border-radius:8px;color:#2c3e50;font-weight:600}.error-message{background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;padding:1rem;border:2px solid #c0392b;border-radius:8px;margin-bottom:1rem;font-weight:600;text-align:center}@media (max-width: 1200px){.dashboard{grid-template-columns:1fr}.left-column{order:2}.right-column{order:1}}@media (max-width: 768px){.auth-buttons,.broadcaster-controls{flex-direction:column;align-items:center}.stats-grid{grid-template-columns:1fr}.games-grid{grid-template-columns:repeat(auto-fit,minmax(60px,1fr))}}.chat-messages-list::-webkit-scrollbar{width:8px}.chat-messages-list::-webkit-scrollbar-track{background:#9b59b633;border-radius:4px}.chat-messages-list::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#f39c12,#e67e22);border-radius:4px}.chat-messages-list::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#e67e22,#d35400)}input[type=checkbox]{accent-color:#f39c12;transform:scale(1.2)}input[type=number]{background:#ffffffe6;border:2px solid #9b59b6;border-radius:4px;color:#2c3e50;font-weight:600}
