body,html{color:#fff;background-color:#1a1a1a;width:100%;height:100%;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}#root{width:100%;height:100%}.app-layout{color:#fff;background:#1a1a1a;flex-direction:column;min-height:100vh;display:flex}.top-bar{color:#fff;z-index:100;box-sizing:border-box;background:#111;border-bottom:2px solid #d32f2f;justify-content:space-between;align-items:stretch;height:70px;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 4px 12px #00000080}.top-bar-left{align-items:center;padding-left:20px;display:flex}.brand-logo{object-fit:cover;border:2px solid #f4c430;border-radius:50%;width:50px;height:50px;margin-right:15px}.project-title{color:#f4c430;letter-spacing:1px;text-transform:uppercase;font-size:1.3rem;font-weight:800}.top-search{color:#fff;background:#2a2a2a;border:1px solid #444;border-radius:20px;margin:0 30px;padding:8px 16px}.top-search::placeholder{color:#888}.top-nav{height:100%;display:flex}.nav-item{color:#ddd;cursor:pointer;background:0 0;border:none;border-left:1px solid #333;height:100%;padding:0 20px;font-size:.95rem;font-weight:600;transition:all .2s}.nav-item:hover,.nav-item:focus{color:#f4c430;background:#222}.top-bar-right{align-items:center;display:flex}.login-wrapper{border-left:1px solid #333;align-items:center;height:100%;padding:0 30px;display:flex}.login-wrapper button{color:#fff;cursor:pointer;background:#d32f2f;border:none;border-radius:6px;padding:10px 20px;font-weight:700;transition:background .2s}.login-wrapper button:hover{background:#b71c1c}.center-content{flex:1;justify-content:center;width:100%;padding-top:90px;display:flex}.matches-container{background:#222;border-radius:8px;width:100%;max-width:1000px;min-height:200px;margin-bottom:40px;overflow:hidden;box-shadow:0 8px 24px #0009}.admin-header{border-bottom:1px solid #333}.admin-create-btn{color:#fff;cursor:pointer;background:#d32f2f;border:none;border-radius:4px;padding:8px 16px;font-weight:700;transition:all .2s}.admin-create-btn:hover{background:#b71c1c}.date-section{margin-bottom:20px}.date-header{color:#f4c430;text-align:left;background:#111;border-top:1px solid #333;border-bottom:1px solid #333;padding:12px 20px;font-size:.9rem;font-weight:800}.today-badge{color:#fff;vertical-align:middle;background:#d32f2f;border-radius:3px;margin-left:15px;padding:3px 8px;font-size:.75rem}.match-row-wrapper{border-bottom:1px solid #333;align-items:stretch;display:flex}.match-row{cursor:pointer;flex:1;align-items:center;min-height:70px;padding:15px 0;transition:background .2s;display:flex}.match-row:hover{background:#2a2a2a}.admin-actions{background:#1a1a1a;display:flex}.edit-btn,.results-btn,.delete-btn{cursor:pointer;color:#ddd;border:none;border-left:1px solid #333;padding:0 15px;font-size:.8rem;font-weight:600}.edit-btn{background:#2a2a2a}.results-btn{color:#fff;background:#d32f2f}.delete-btn{color:#fff;background:#8b0000}.edit-btn:hover{color:#f4c430;background:#333}.results-btn:hover{background:#b71c1c}.delete-btn:hover{background:#5a0000}.result-text{color:#fff;font-size:.95rem;font-weight:700}.back-btn{cursor:pointer;color:#ddd;background:#2a2a2a;border:1px solid #444;border-radius:4px;align-self:flex-start;margin-bottom:20px;padding:8px 16px;font-weight:700}.back-btn:hover{color:#f4c430;background:#333}.match-form{flex-direction:column;gap:15px;display:flex}.match-form input{color:#fff;background:#222;border:1px solid #444;border-radius:4px;padding:10px}.form-actions{gap:10px;margin-top:10px;display:flex}.form-actions button{cursor:pointer;border:none;border-radius:4px;flex:1;padding:12px;font-weight:700}.form-actions button[type=submit]{color:#fff;background:#d32f2f}.form-actions button[type=submit]:hover{background:#b71c1c}.form-actions button[type=button]{color:#fff;background:#444}.form-actions button[type=button]:hover{background:#555}.match-time{color:#f4c430;text-align:center;width:120px;font-weight:600}.match-teams{text-align:left;flex-direction:column;gap:6px;width:250px;display:flex}.match-event{text-align:center;color:#aaa;text-transform:uppercase;letter-spacing:.5px;flex:1;font-size:.85rem;font-weight:700}.match-countdown{justify-content:center;align-items:center;width:250px;display:flex}.team{color:#fff;font-size:1.05rem;font-weight:700}.upcoming-tag{color:#ddd;background:#444;border-radius:4px 0 0 4px;padding:5px 12px;font-size:.8rem;font-weight:700}.timer-text{color:#fff;text-align:center;background:#d32f2f;border-radius:0 4px 4px 0;min-width:90px;padding:5px 12px;font-size:.8rem;font-weight:700}.match-status{color:#888;justify-content:center;align-items:center;width:150px;font-weight:700;display:flex}.match-thumbnail{object-fit:cover;border:1px solid #444;border-radius:4px;width:120px;height:68px}.match-page{flex-direction:column;align-items:center;width:100%;max-width:1200px;padding:20px;display:flex}.match-header{text-align:center;margin-bottom:30px}.match-header h1{color:#fff;text-transform:uppercase;margin-bottom:10px;font-size:2.8rem}.match-info{color:#f4c430;justify-content:center;gap:20px;font-size:1.2rem;font-weight:700;display:flex}.admin-match-controls{background:#111;border:1px solid #d32f2f;border-radius:8px;flex-direction:column;align-items:center;gap:10px;margin-bottom:20px;padding:20px;display:flex}.quick-stream-change{gap:10px;display:flex}.quick-stream-change input{color:#fff;background:#222;border:1px solid #444;border-radius:4px;min-width:300px;padding:10px 15px}.quick-stream-change button{color:#fff;cursor:pointer;background:#d32f2f;border:none;border-radius:4px;padding:10px 20px;font-weight:700}.quick-stream-change button:hover{background:#b71c1c}.stream-container{aspect-ratio:16/9;background:#000;border:1px solid #333;border-radius:12px;width:100%;max-width:1000px;overflow:hidden;box-shadow:0 10px 40px #d32f2f26}.iframe-wrapper{width:100%;height:100%}.no-stream-box{color:#666;background:#111;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.no-stream-content{text-align:center}.no-stream-content h2{color:#aaa;margin-top:20px;font-weight:300}.modal-overlay{z-index:1000;background:#000c;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.admin-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.event-status-badge{text-transform:uppercase;color:#fff;border-radius:20px;padding:5px 12px;font-size:.8rem;font-weight:700}.event-status-badge.upcoming{background:#2e7d32}.event-status-badge.ongoing{background:#d32f2f}.event-status-badge.completed{background:#1976d2}.modal-content{color:#fff;background:#1a1a1a;border:1px solid #333;border-top:4px solid #d32f2f;border-radius:8px;width:100%;max-width:450px;padding:40px;box-shadow:0 10px 30px #000c}.modal-content h2{color:#f4c430;border-bottom:1px solid #333;margin-top:0;padding-bottom:15px}.auth-form{flex-direction:column;gap:15px;display:flex}.auth-form input{color:#fff;background:#222;border:1px solid #444;border-radius:4px;padding:12px}.auth-form button[type=submit]{color:#fff;cursor:pointer;background:#d32f2f;border:none;border-radius:4px;padding:12px;font-weight:700}.auth-form button[type=submit]:hover{background:#b71c1c}.auth-form button[type=button]{color:#fff;cursor:pointer;background:#333;border:none;border-radius:4px;padding:10px}.auth-form button[type=button]:hover{background:#444}.channel-reference a{color:#f4c430}@media (width<=768px){.top-bar{flex-direction:column;height:auto;padding-bottom:10px}.top-bar-left{flex-direction:column;width:100%;padding-left:0}.brand-container{justify-content:center;margin:10px 0}.top-search{width:90%;margin:10px 0}.top-nav{-webkit-overflow-scrolling:touch;justify-content:flex-start;width:100%;padding-bottom:5px;overflow-x:auto}.nav-item{white-space:nowrap;border-left:none;border-right:1px solid #333;padding:10px 15px}.top-bar-right{justify-content:center;width:100%;margin-top:10px}.login-wrapper{border-left:none;padding:0}.center-content{padding-top:220px;padding-left:10px;padding-right:10px}.admin-header{flex-direction:column;gap:10px;padding:15px!important}.match-row-wrapper{flex-direction:column}.match-row{text-align:center;flex-direction:column;gap:15px;padding:20px 10px}.match-time{width:100%;font-size:1.1rem}.match-teams{align-items:center;width:100%}.match-countdown{justify-content:center;width:100%;margin-top:10px}.match-status{width:100%;margin-top:5px}.admin-actions{border-top:1px solid #333;flex-wrap:wrap;justify-content:center;gap:10px;padding:15px 0}.edit-btn,.results-btn,.delete-btn{border-left:none;border-radius:4px;padding:8px 15px}.match-header h1{font-size:1.8rem}.quick-stream-change{flex-direction:column;width:100%}.quick-stream-change input{min-width:unset;box-sizing:border-box;width:100%}.quick-stream-change button{width:100%}.stream-container{aspect-ratio:16/9;height:auto}.modal-content{width:95%;max-height:90vh;padding:20px;overflow-y:auto}.auth-form input,.match-form input{box-sizing:border-box;width:100%}.match-form>div[style*=grid-template-columns]{grid-template-columns:1fr!important}.form-actions{flex-direction:column}.form-actions button{width:100%}}
