*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0f172a;color:#e2e8f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{background-color:#0f172a;min-height:100vh}.app-header{align-items:center;background-color:#1e293b;border-bottom:2px solid #334155;box-shadow:0 2px 4px #0000004d;display:flex;justify-content:space-between;padding:1rem 2rem}.app-header h1{color:#f1f5f9;font-size:1.5rem;font-weight:600}.status-indicator{align-items:center;color:#94a3b8;display:flex;font-size:.875rem;gap:.5rem}.status-dot{animation:pulse 2s infinite;background-color:#ef4444;border-radius:50%;height:8px;width:8px}.status-dot.connected{background-color:#10b981}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.dashboard-container{max-width:100%;padding:1.5rem}.dashboard-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.dashboard-section{background-color:#1e293b;border:1px solid #334155;border-radius:8px;box-shadow:0 2px 8px #0003;padding:1.5rem}.dashboard-section h2{border-bottom:1px solid #334155;color:#f1f5f9;font-size:1.25rem;font-weight:600;margin-bottom:1rem;padding-bottom:.75rem}.stats-section,.youtube-section{grid-column:span 2}@media (max-width:1200px){.dashboard-grid{grid-template-columns:1fr}.stats-section,.youtube-section{grid-column:span 1}}.card{background-color:#0f172a;border:1px solid #334155;border-radius:6px;margin-bottom:.75rem;padding:1rem}.card-title{color:#f1f5f9;font-size:1rem;font-weight:600;margin-bottom:.5rem}.card-content{color:#cbd5e1;font-size:.875rem;line-height:1.5}.badge{border-radius:4px;display:inline-block;font-size:.75rem;font-weight:600;margin-bottom:.25rem;margin-right:.5rem;padding:.25rem .5rem}.badge-success{background-color:#065f46;color:#d1fae5}.badge-warning{background-color:#78350f;color:#fef3c7}.badge-error{background-color:#7f1d1d;color:#fecaca}.badge-info{background-color:#1e3a8a;color:#dbeafe}.stat-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-top:1rem}.stat-item{text-align:center}.stat-value{color:#60a5fa;font-size:2rem;font-weight:700;margin-bottom:.25rem}.stat-label{color:#94a3b8;font-size:.875rem;letter-spacing:.05em;text-transform:uppercase}.link{color:#60a5fa;text-decoration:none;transition:color .2s}.link:hover{color:#93c5fd;text-decoration:underline}.scrollable{max-height:400px;overflow-y:auto;padding-right:.5rem}.scrollable::-webkit-scrollbar{width:6px}.scrollable::-webkit-scrollbar-track{background:#0f172a;border-radius:3px}.scrollable::-webkit-scrollbar-thumb{background:#475569;border-radius:3px}.scrollable::-webkit-scrollbar-thumb:hover{background:#64748b}.empty-state{color:#64748b;padding:2rem;text-align:center}.empty-state-icon{font-size:3rem;margin-bottom:.5rem;opacity:.5}
/*# sourceMappingURL=main.39cdb907.css.map*/