body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#1a1a1a;color:#e0e0e0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}.App{background:#1a1a1a;color:#e0e0e0;display:flex;flex-direction:column;min-height:100vh}.App>.container{flex:1 0 auto;margin:0 auto;max-width:1200px;padding:20px;width:100%}.navbar{align-items:center;background:#242424;border-bottom:1px solid #333;box-shadow:0 2px 4px #0000004d;display:flex;justify-content:space-between;padding:15px 30px}.navbar-brand-name{color:#e0e0e0;font-size:24px;font-weight:700}.navbar-brand-tagline{color:#999;font-size:12px}.nav-right{align-items:center;display:flex;gap:20px}.nav-links{display:flex;gap:15px}.nav-links a{border-radius:4px;color:#e0e0e0;padding:8px 16px;text-decoration:none;transition:background .2s}.nav-links a:hover{background:#333}.nav-links a.active{background:#007bff;color:#fff}.card{background:#242424;border:1px solid #333;border-radius:4px;box-shadow:0 2px 4px #0000004d;margin-bottom:20px;padding:20px}.btn{background:#007bff;border:none;border-radius:4px;box-shadow:0 2px 4px #0003;color:#fff;cursor:pointer;font-size:14px;padding:10px 20px;transition:all .2s ease-in-out}.btn:hover:not(:disabled){background:#0056b3;box-shadow:0 4px 8px #0000004d;filter:brightness(1.1);transform:translateY(-2px)}.btn:active:not(:disabled){box-shadow:0 1px 2px #0003;transform:translateY(1px)}.btn:disabled{background:#444;box-shadow:none;color:#777;cursor:not-allowed;transform:none}.btn-primary{background:#007bff}.btn-danger{background:#dc3545}.btn-danger:hover:not(:disabled){background:#c82333}.btn-success{background:#28a745}.btn-success:hover:not(:disabled){background:#218838}.btn-small{font-size:12px;padding:6px 12px}.form-group{margin-bottom:15px}.form-group label{color:#e0e0e0;display:block;font-weight:500;margin-bottom:5px}.form-group input,.form-group select,.form-group textarea{background:#2a2a2a;border:1px solid #444;border-radius:4px;color:#e0e0e0;font-size:14px;padding:10px;transition:border-color .2s,box-shadow .2s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:#333;border-color:#007bff;box-shadow:0 0 0 3px #007bff40;outline:none}.table{border-collapse:collapse;width:100%}.table th{background:#2a2a2a;border-bottom:2px solid #444;color:#e0e0e0;font-weight:600;padding:12px;text-align:left}.table td{border-bottom:1px solid #333;color:#ccc;padding:12px}.table tr:hover td{background:#2a2a2a}.cyber-table-container,.table-container{-webkit-overflow-scrolling:touch;overflow-x:auto;width:100%}.table-responsive{overflow-x:auto;width:100%}.status-badge{border-radius:3px;font-size:12px;font-weight:500;padding:4px 8px}.status-live{background:#dc3545;color:#fff}.status-available{background:#28a745;color:#fff}.status-busy,.status-pending{background:#ffc107;color:#000}.status-finished{background:#6c757d;color:#fff}.status-cancelled{background:#444;color:#999}.dashboard-stats{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:30px}.card-stat{padding:30px 20px;text-align:center}.card-stat-value{color:#e0e0e0;font-size:36px;font-weight:700;margin-bottom:10px}.card-stat-label{color:#999;font-size:14px;letter-spacing:.5px;text-transform:uppercase}.matches-header{justify-content:space-between}.matches-header,.matches-toolbar{align-items:center;display:flex;margin-bottom:20px}.matches-toolbar{gap:10px}.matches-filter,.matches-search{background:#2a2a2a;border:1px solid #444;border-radius:4px;color:#e0e0e0;padding:8px 12px}.matches-count{color:#999;font-size:14px}.modal{align-items:center;background:#000c;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#242424;border:1px solid #333;border-radius:4px;max-height:90vh;max-width:600px;overflow-y:auto;padding:20px;width:90%}.modal-header{align-items:center;border-bottom:1px solid #333;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:15px}.close-btn{background:#333;border:1px solid #444;border-radius:4px;color:#e0e0e0;cursor:pointer;padding:6px 12px}.close-btn:hover{background:#444}.error{background:#4a2626;border:1px solid #661a1a;border-radius:4px;color:#ff8080}.error,.success{margin-bottom:15px;padding:12px}.success{background:#264a26;border:1px solid #1a661a;border-radius:4px;color:#80ff80}.admin-toast{background:#264a4a;border:1px solid #1a6666;border-radius:4px;color:#80ffff;padding:12px}.site-footer{background:#242424;border-top:1px solid #333;margin-top:auto;padding:20px 0;text-align:center}.footer-inner{color:#999;font-size:14px;margin:0 auto;max-width:1200px;padding:0 20px}.footer-brand{color:#e0e0e0;font-weight:700;margin-bottom:5px}.footer-tagline{color:#999;font-size:12px;margin-bottom:10px}.footer-links a{color:#007bff;margin:0 10px;text-decoration:none}.footer-links a:hover{text-decoration:underline}.footer-copy{color:#666;font-size:12px;margin-top:10px}.login-card{margin:100px auto;max-width:400px}@media (max-width:768px){.App>.container{padding:10px}.navbar{flex-wrap:wrap;padding:10px 20px;position:relative}.hamburger-btn{background:#0000;border:none;cursor:pointer;display:flex;flex-direction:column;height:21px;justify-content:space-between;padding:0;width:30px;z-index:10}.hamburger-line{background-color:#e0e0e0;border-radius:3px;height:3px;transition:all .3s ease;width:100%}.nav-right{background:#242424;border-top:1px solid #333;display:none;flex-direction:column;margin-top:15px;padding-top:10px;width:100%}.nav-right.open{display:flex}.nav-links{flex-direction:column;gap:0;width:100%}.nav-links a{border-bottom:1px solid #333;display:block;padding:12px 15px;text-align:left;width:100%}.user-menu{align-items:center;border-top:1px solid #333;display:flex;justify-content:space-between;padding:15px;width:100%}.dashboard-stats{gap:10px;grid-template-columns:1fr}.card{margin-bottom:15px;padding:15px}.matches-header{gap:15px}.matches-header,.matches-toolbar{align-items:stretch;flex-direction:column}.matches-filter,.matches-search{padding:10px;width:100%}.table td,.table th{font-size:13px;padding:10px 8px;white-space:nowrap}.btn{margin-bottom:5px;padding:12px;width:100%}.btn-small{margin-bottom:0;padding:6px 12px;width:auto}.form-group input,.form-group select,.form-group textarea{font-size:16px;padding:12px}.modal-content{max-height:85vh;padding:15px;width:95%}.match-detail-grid{grid-gap:20px;align-items:start;display:grid;gap:20px;grid-template-columns:1fr 340px}.match-admin-panel{background:#242424;border:1px solid #333;border-radius:4px;padding:15px}.match-detail-grid .card{margin-bottom:0}.card-stat-value{font-size:28px}}@media (max-width:1024px){.match-detail-grid{grid-template-columns:1fr}.match-admin-panel{width:100%}}::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#444;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#555}
/*# sourceMappingURL=main.ce80453b.css.map*/