@charset "UTF-8";.status-summary[data-v-922edebf]{margin-top:2rem;padding:1.5rem;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.status-summary h3[data-v-922edebf]{margin:0 0 1rem;color:#495057;font-size:1.2rem}.status-summary .summary-grid[data-v-922edebf]{display:flex;flex-wrap:wrap;gap:1rem}.status-summary .summary-item[data-v-922edebf]{display:flex;flex-direction:column;align-items:center;min-width:100px;padding:.8rem;background:white;border-radius:6px;box-shadow:0 1px 3px #0000001a}.status-summary .summary-item .summary-label[data-v-922edebf]{font-size:.8rem;font-weight:600;color:#6c757d;margin-bottom:.5rem;text-align:center}.status-summary .summary-item .summary-counts[data-v-922edebf]{display:flex;gap:.5rem;align-items:center}.status-summary .summary-item .summary-counts .count[data-v-922edebf]{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;border-radius:50%;font-size:.8rem;font-weight:600;color:#fff}.status-summary .summary-item .summary-counts .count.green[data-v-922edebf]{background-color:#28a745}.status-summary .summary-item .summary-counts .count.red[data-v-922edebf]{background-color:#dc3545}@media (max-width: 768px){.status-summary .summary-grid[data-v-922edebf]{justify-content:center}.status-summary .summary-item[data-v-922edebf]{min-width:80px;padding:.6rem}}.app{max-width:100%;margin:0 auto;padding:0;font-family:Arial,sans-serif;position:relative}.table-container{overflow:auto;background:white;height:100vh}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:.3}}.app-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:linear-gradient(135deg,#6b46c1 0%,#8b5cf6 100%);color:#fff;box-shadow:0 2px 10px #0000001a;margin-bottom:1rem}.app-header .header-left{display:flex;align-items:center;gap:1rem}.app-header .header-left .games-logo{height:50px;width:auto;object-fit:contain}.app-header .header-left .app-title{margin:0;font-size:1.8rem;font-weight:600;text-shadow:0 1px 3px rgba(0,0,0,.3)}.app-header .header-right{display:flex;align-items:center;gap:1rem}.app-header .header-right .dark-mode-toggle{background:rgba(255,255,255,.1);border:none;border-radius:50%;width:40px;height:40px;font-size:1.2rem;cursor:pointer;transition:background-color .3s ease}.app-header .header-right .dark-mode-toggle:hover{background:rgba(255,255,255,.2)}.app-header .header-right .datetime{font-size:.9rem;opacity:.9;font-family:Courier New,monospace;background:rgba(255,255,255,.1);padding:.3rem .6rem;border-radius:4px}.app-header .header-right .bornan-logo{height:45px;width:auto;object-fit:contain;border-radius:4px}@media (max-width: 768px){.app-header{padding:.8rem 1rem}.app-header .header-left .games-logo{height:35px}.app-header .header-left .app-title{font-size:1.4rem}.app-header .header-right .datetime{font-size:.8rem}.app-header .header-right .bornan-logo{height:35px}}table{width:100%;border-collapse:collapse;min-width:800px}th,td{padding:12px;text-align:center;border:1px solid #dee2e6}th{background:#f8f9fa;font-weight:700;color:#495057;position:sticky;top:0;z-index:10}.sport-name{text-align:left;font-weight:500;background:#f8f9fa;position:sticky;left:0;z-index:1}.status-cell{min-width:80px}.comment-cell{text-align:left;min-width:150px;font-style:italic;color:#6c757d;position:relative}.comment-cell .expand-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%)}tbody tr:nth-child(2n){background-color:#f8f9fa}tbody tr:nth-child(odd){background-color:#fff}tbody tr:hover{background-color:#e9ecef!important}.clients-row{background:#f8f9fa}.clients-container{padding:20px}.auto-scroll-btn{position:fixed;bottom:70px;right:20px;z-index:100;padding:10px 15px;background:#007bff;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:14px;opacity:.2;transition:all .3s}.auto-scroll-btn:hover{background:#0056b3;opacity:1}.auto-scroll-btn.active{background:#dc3545;opacity:.2}.auto-scroll-btn.active:hover{background:#c82333;opacity:1}.collapse-all-btn{position:fixed;bottom:20px;right:20px;z-index:100;padding:10px 15px;background:#28a745;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:14px;opacity:.2;transition:all .3s}.collapse-all-btn:hover{background:#218838;opacity:1}.expand-btn{background:#007bff;color:#fff;border:none;border-radius:50%;width:25px;height:25px;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center}.expand-btn:hover{background:#0056b3}.expand-btn.active{background:#dc3545}.status-icon{font-size:18px;margin-right:8px}.status-icon.connected{color:#28a745}.status-icon.disconnected{color:#dc3545}.status-icon.neutral{color:#6c757d}.status-circle{width:12px;height:12px;border-radius:50%;display:inline-block}.status-circle.green{background-color:#28a745}.status-circle.red{background-color:#dc3545}.battery-icon{font-size:16px}.battery-icon.low-battery{color:#dc3545;animation:blink 1s infinite}.charging-icon{color:#28a745;font-size:16px}.disconnected-icon{color:#dc3545;font-size:16px}.clients-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:15px}.client-card{background:white;border:1px solid #dee2e6;border-radius:8px;padding:15px;box-shadow:0 2px 4px #0000001a}.client-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.client-type{font-weight:700;color:#495057;background:#e9ecef;padding:4px 8px;border-radius:4px;font-size:12px}.client-status{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:700;background:#dc3545;color:#fff}.client-status.live{background:#28a745}.client-name{font-weight:500;margin-bottom:5px;color:#495057}.client-ip{font-family:monospace;color:#6c757d;margin-bottom:10px}.client-battery{display:flex;align-items:center;gap:5px;font-size:14px}.battery-percent{font-weight:700}.dark-mode{background-color:#1a1a1a!important;color:#e0e0e0!important;min-height:100vh}.dark-mode body{background-color:#1a1a1a!important}.dark-mode .app-header{background:linear-gradient(135deg,#4a3a7a 0%,#5a4a8a 100%);color:#e0e0e0!important}.dark-mode .app-header .app-title,.dark-mode .app-header .datetime{color:#e0e0e0!important}.dark-mode .control-buttons{background:#2d2d2d;border-color:#404040}.dark-mode .control-buttons button{background:#404040;color:#e0e0e0;border-color:#555}.dark-mode .control-buttons button:hover{background:#505050}.dark-mode .control-buttons button.active{background:#6b46c1}.dark-mode .table-container{background:#2d2d2d;border-color:#404040}.dark-mode .table-container table{background:#2d2d2d}.dark-mode .table-container table thead{background:#3d3d3d}.dark-mode .table-container table thead th{background:#3d3d3d;color:#e0e0e0;border-color:#555}.dark-mode .table-container table tbody tr{background:#2d2d2d;border-color:#404040}.dark-mode .table-container table tbody tr:nth-child(2n){background:#333}.dark-mode .table-container table tbody tr:hover{background:#404040!important}.dark-mode .table-container table tbody tr td{border-color:#404040;color:#e0e0e0!important}.dark-mode .table-container table tbody tr .sport-name{color:#e0e0e0!important;background:#2d2d2d!important}.dark-mode .table-container table tbody tr .status-cell,.dark-mode .table-container table tbody tr .comment-cell{color:#e0e0e0!important}.dark-mode .table-container table tbody .clients-row{background:#252525!important}.dark-mode .table-container table tbody .clients-row .clients-container{background:#252525}.dark-mode .client-card{background:#3d3d3d;border-color:#555;color:#e0e0e0}.dark-mode .client-card .client-name{color:#fff}.dark-mode .client-card .client-info{color:#ccc}.dark-mode .status-summary{background:#2d2d2d;border-color:#404040}.dark-mode .status-summary h3{color:#e0e0e0}.dark-mode .status-summary .summary-item{background:#3d3d3d;border-color:#555}.dark-mode .status-summary .summary-item .summary-label{color:#ccc}.dark-mode .expand-btn{background:#404040;color:#e0e0e0;border-color:#555}.dark-mode .expand-btn:hover{background:#505050}.dark-mode .expand-btn.active{background:#6b46c1}
