: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}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#111827;color:#f9fafb;line-height:1.6;margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;flex-direction:column;align-items:stretch}.container{max-width:1200px;margin:0 auto;padding:0 20px}.loading-screen,.loading-container{display:flex;justify-content:center;align-items:center;height:200px;font-size:1.1rem;color:#9ca3af}.login-container{display:flex!important;align-items:center!important;justify-content:center!important;min-height:100vh!important;width:100%!important;padding:20px!important;background:linear-gradient(135deg,#667eea,#764ba2)}.login-card{margin:0 auto!important;width:100%!important;max-width:400px!important;background:#1f2937;padding:2rem;border-radius:12px;box-shadow:0 10px 30px #0000004d;border:1px solid #374151}.login-header{text-align:center;margin-bottom:2rem}.logo{font-size:3rem;margin-bottom:1rem}.login-header h1{font-size:1.8rem;margin-bottom:.5rem;color:#f9fafb}.login-header p{color:#d1d5db}.login-form{display:flex;flex-direction:column;gap:1rem}.input-group{display:flex;flex-direction:column}.login-input{padding:12px 16px;border:2px solid #374151;border-radius:8px;font-size:1rem;transition:border-color .2s;background:#374151;color:#f9fafb}.login-input:focus{outline:none;border-color:#667eea}.login-input::placeholder{color:#9ca3af}.login-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:12px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .2s}.login-button:hover:not(:disabled){opacity:.9}.login-button:disabled{opacity:.6;cursor:not-allowed}.error-message{background:#7f1d1d;color:#fca5a5;padding:12px;border-radius:6px;border:1px solid #ef4444;text-align:center}.success-message{text-align:center;padding:2rem;color:#f9fafb}.success-icon{font-size:3rem;margin-bottom:1rem}.auth-link{text-align:center;margin-top:1rem;color:#d1d5db}.auth-link a{color:#667eea;text-decoration:none}.auth-link a:hover{text-decoration:underline}.App{display:flex;min-height:100vh;background:#111827;flex-direction:row}.sidebar{width:250px;background:#1f2937;color:#fff;padding:1.5rem 0;border-right:1px solid #374151}.sidebar-header{padding:0 1.5rem 1.5rem;border-bottom:1px solid #374151;margin-bottom:1rem}.sidebar-header .logo{font-size:2rem;margin-bottom:.5rem}.sidebar-header h1{font-size:1.25rem;font-weight:600;color:#f9fafb}.sidebar-nav ul{list-style:none}.nav-link{display:block;padding:.75rem 1.5rem;color:#d1d5db;text-decoration:none;transition:all .2s}.nav-link:hover{background:#374151;color:#fff}.nav-link.logout{color:#ef4444}.nav-link.logout:hover{background:#7f1d1d;color:#fff}.main-content{flex:1;background:#111827;overflow-y:auto;min-height:100vh}.dashboard{padding:2rem;min-height:100vh}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;background:#1f2937;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000001a;border:1px solid #374151}.user-info h2{margin-bottom:.5rem;color:#f9fafb}.username{color:#667eea}.user-details{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.role-badge{background:#1e3a8a;color:#dbeafe;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500}.balance{color:#10b981;font-weight:600}.prefix{color:#9ca3af;font-size:.875rem}.logout-button{background:#ef4444;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:500}.logout-button:hover{background:#dc2626}.dashboard-content h3{margin-bottom:1.5rem;color:#f9fafb}.sections-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.section-card{background:#1f2937;padding:1.5rem;border-radius:8px;text-decoration:none;color:inherit;box-shadow:0 1px 3px #0000001a;transition:all .2s;border:1px solid #374151}.section-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003;border-color:#4b5563}.merchant-card{border-left:4px solid #8b5cf6}.admin-card{border-left:4px solid #ef4444}.card-icon{font-size:2rem;margin-bottom:1rem}.section-card h4{margin-bottom:.5rem;color:#f9fafb}.section-card p{color:#d1d5db}.merchant-dashboard{padding:2rem;min-height:100vh}.merchant-dashboard h2{margin-bottom:1.5rem;color:#f9fafb}.error-banner{background:#7f1d1d;color:#fca5a5;padding:1rem;border-radius:6px;border:1px solid #ef4444;margin-bottom:1.5rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#1f2937;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000001a;border:1px solid #374151}.token-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none}.card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.card-header .card-icon{font-size:1.5rem}.card-header h3{font-size:1.125rem;font-weight:600}.token-display{background:#ffffff1a;padding:.75rem;border-radius:6px;font-family:monospace;word-break:break-all;margin-top:.5rem;display:block;color:#f9fafb}.stats-list{display:flex;flex-direction:column;gap:.75rem}.stat-item{display:flex;justify-content:space-between;align-items:center;padding-bottom:.5rem;border-bottom:1px solid #374151;color:#d1d5db}.stat-item:last-child{border-bottom:none}.stat-item .online{color:#10b981}.stat-item .offline{color:#ef4444}.computers-section{background:#1f2937;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000001a;border:1px solid #374151}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #374151}.section-header h3{color:#f9fafb;margin:0}.filter-tabs{display:flex;gap:.5rem}.tab-button{background:#374151;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:500;transition:all .2s;color:#d1d5db}.tab-button.active{background:#3b82f6;color:#fff}.tab-button:hover:not(.active){background:#4b5563;color:#f9fafb}.sort-controls{margin-bottom:1rem;color:#9ca3af;font-size:.875rem}.empty-state{text-align:center;padding:3rem;color:#9ca3af}.computers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.computer-card{background:#374151;padding:1rem;border-radius:6px;border:1px solid #4b5563}.computer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.computer-name{font-weight:600;color:#f9fafb}.status-badge{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500}.status-unknown{background:#374151;color:#9ca3af}.computer-info{font-size:.875rem;color:#d1d5db}.info-row{display:flex;justify-content:space-between;margin-bottom:.25rem}.admin-panel{padding:2rem;min-height:100vh}.admin-panel h2{margin-bottom:1.5rem;color:#f9fafb}.admin-section{background:#1f2937;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem;border:1px solid #374151}.admin-section h3{margin-bottom:1rem;color:#f9fafb}.add-button{background:#10b981;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:500}.add-button:hover{background:#059669}.create-form{background:#374151;padding:1.5rem;border-radius:6px;margin-bottom:1rem;border:1px solid #4b5563}.create-form h4{margin-bottom:1rem;color:#f9fafb}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form-input{padding:.75rem;border:1px solid #4b5563;border-radius:6px;font-size:.875rem;background:#1f2937;color:#f9fafb}.form-input:focus{outline:none;border-color:#3b82f6}.form-input::placeholder{color:#9ca3af}.submit-button{background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-weight:500}.submit-button:hover:not(:disabled){background:#2563eb}.submit-button:disabled{opacity:.6;cursor:not-allowed}.table-container{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;font-size:.875rem;background:#1f2937;color:#f9fafb}.data-table th{background:#374151;padding:.75rem;text-align:left;font-weight:600;color:#f9fafb;border-bottom:1px solid #4b5563}.data-table td{padding:.75rem;border-bottom:1px solid #4b5563;color:#d1d5db}.data-table tr:hover{background:#374151}.token-cell{font-family:monospace;font-size:.75rem;color:#9ca3af}.player-games-page{padding:2rem;min-height:100vh}.games-header{margin-bottom:2rem}.games-header h1{margin-bottom:1rem;color:#f9fafb}.tabs{display:flex;gap:0;background:#1f2937;border-radius:8px;padding:.25rem;box-shadow:0 1px 3px #0000001a;border:1px solid #374151}.tab{flex:1;background:none;border:none;padding:.75rem 1rem;cursor:pointer;font-weight:500;color:#9ca3af;border-radius:6px;transition:all .2s}.tab.active{background:#3b82f6;color:#fff}.tab:hover:not(.active){background:#374151;color:#f9fafb}.search-section{margin-bottom:1.5rem}.search-form{display:flex;gap:1rem}.search-input{flex:1;padding:.75rem 1rem;border:1px solid #374151;border-radius:8px;font-size:1rem;background:#374151;color:#f9fafb}.search-input:focus{outline:none;border-color:#3b82f6}.search-input::placeholder{color:#9ca3af}.content-layout{display:grid;grid-template-columns:300px 1fr;gap:2rem}.filters-sidebar{background:#1f2937;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000001a;height:fit-content;border:1px solid #374151}.filter-group{margin-bottom:1.5rem}.filter-group h3{margin-bottom:1rem;color:#f9fafb;font-size:1rem}.price-range{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.price-range span{color:#d1d5db;font-size:.875rem}.price-slider{flex:1;background:#374151}.checkbox-label{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;cursor:pointer;font-size:.875rem;color:#d1d5db}.checkbox-label input{width:1rem;height:1rem}.filter-actions{display:flex;gap:.5rem;margin-bottom:1.5rem}.apply-button,.reset-button{flex:1;padding:.75rem;border:none;border-radius:6px;font-weight:600;cursor:pointer;font-size:.875rem}.apply-button{background:#3b82f6;color:#fff}.apply-button:hover{background:#2563eb}.reset-button{background:#6b7280;color:#fff}.reset-button:hover{background:#4b5563}.games-content{background:#1f2937;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000001a;border:1px solid #374151}.sort-controls{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;color:#9ca3af;font-size:.875rem}.sort-select{padding:.25rem .5rem;border:1px solid #374151;border-radius:4px;background:#374151;color:#f9fafb}.games-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.game-card{background:#374151;border-radius:8px;overflow:hidden;transition:transform .2s;cursor:pointer;border:1px solid #4b5563;position:relative}.game-card:hover{transform:translateY(-2px);border-color:#6b7280;box-shadow:0 4px 12px #0000004d}.game-image{height:150px;background:#4b5563;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.game-image-real{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.game-card:hover .game-image-real{transform:scale(1.05)}.game-image-placeholder{font-size:3rem;color:#9ca3af;display:flex;align-items:center;justify-content:center;width:100%;height:100%;transition:all .3s ease}.game-card:hover .game-image-placeholder{background:#6b7280}.game-info{padding:1rem}.game-title{font-size:.875rem;font-weight:600;margin-bottom:.5rem;color:#f9fafb;line-height:1.3}.game-description{font-size:.75rem;color:#9ca3af;line-height:1.4;margin-top:.25rem}.servers-tab{display:grid;grid-template-columns:300px 1fr;gap:2rem}.servers-content{background:#1f2937;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000001a;border:1px solid #374151}.servers-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))!important;gap:1.5rem!important;width:100%!important}.server-card-detailed{background:#374151;border:1px solid #4b5563;border-radius:8px;padding:1.5rem;transition:all .2s;width:100%!important;box-sizing:border-box!important}.server-card-detailed:hover{box-shadow:0 2px 8px #0000004d;border-color:#6b7280}.server-names{display:flex;flex-direction:column}.server-name{font-size:1.125rem;font-weight:600;color:#f9fafb;margin-bottom:.25rem}.server-code{font-size:.875rem;color:#9ca3af}.server-status-info{display:flex!important;align-items:center!important;gap:.75rem!important;margin-bottom:0!important}.server-status-badge{padding:.25rem .75rem!important;border-radius:20px!important;font-size:.75rem!important;font-weight:500!important;display:inline-block!important}.server-status-online{background:#065f46!important;color:#10b981!important}.server-status-offline{background:#991b1b!important;color:#ef4444!important}.server-ping{color:#d1d5db!important;font-size:.875rem!important}.server-specs{margin-bottom:1rem}.server-specs p{margin:.5rem 0;color:#d1d5db;font-size:.875rem}.server-specs strong{color:#f9fafb}.server-price{font-size:1.125rem;font-weight:600;color:#f9fafb}.games-list-button{background:#2563eb;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;font-size:.875rem;transition:background .2s}.games-list-button:hover{background:#1d4ed8}.library-tab{background:#1f2937;padding:3rem;border-radius:8px;box-shadow:0 1px 3px #0000001a;text-align:center;border:1px solid #374151}.empty-library h2{margin-bottom:1rem;color:#f9fafb}.empty-library p{color:#9ca3af}.modal-overlay{position:fixed!important;inset:0!important;background:#000c!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:9999!important}.game-selection-modal{background:#1f2937!important;border-radius:12px!important;width:90%!important;max-width:600px!important;max-height:90vh!important;overflow-y:auto!important;box-shadow:0 20px 60px #000c!important;position:relative!important;z-index:10000!important;border:1px solid #374151}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #374151;background:#111827;border-radius:12px 12px 0 0}.modal-header h2{margin:0;font-size:1.25rem;font-weight:600;color:#f9fafb}.close-button{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#9ca3af;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s}.close-button:hover{background:#374151;color:#f9fafb}.server-info-section{padding:1.5rem;background:#1f2937;border-bottom:1px solid #374151}.server-name-large{font-size:1.125rem;font-weight:600;color:#f9fafb;margin:0}.status-badge{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500;display:inline-block}.status-online{background:#065f46;color:#10b981}.status-offline{background:#991b1b;color:#ef4444}.server-specs-compact{font-size:.875rem;color:#d1d5db;line-height:1.6}.server-specs-compact div{margin-bottom:.25rem}.games-list{padding:0;max-height:400px;overflow-y:auto}.game-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #374151;transition:background-color .2s;gap:1rem;cursor:default}.game-item:hover{background:#374151}.game-info{display:flex;align-items:center;gap:1rem;flex:1}.game-image-container{width:80px;height:60px;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#374151;position:relative;flex-shrink:0}.game-icon-image{width:100%;height:100%;object-fit:cover;border-radius:8px}.game-icon-placeholder{font-size:1.5rem;color:#9ca3af;display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#4b5563;border-radius:8px}.game-details{display:flex;flex-direction:column;flex:1}.game-name{font-weight:500;color:#f9fafb;margin-bottom:.25rem;font-size:1rem}.game-price{font-size:.875rem;color:#10b981;font-weight:600}.launch-button{background:#2563eb;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;font-size:.875rem;transition:background .2s;min-width:120px;text-align:center;flex-shrink:0}.launch-button:hover{background:#1d4ed8}.no-games-message{text-align:center;padding:3rem;color:#9ca3af;font-style:italic}.modal-footer{padding:1.5rem;border-top:1px solid #374151;display:flex;justify-content:center;background:#111827;border-radius:0 0 12px 12px}.cancel-button{background:#6b7280;color:#fff;border:none;padding:.75rem 2rem;border-radius:6px;font-weight:500;cursor:pointer;transition:background .2s;width:100%;max-width:200px}.cancel-button:hover{background:#4b5563}.admin-image-preview{max-width:100px;max-height:100px;border-radius:4px;border:1px solid #374151;object-fit:cover}.upload-section{background:#374151;padding:1rem;border-radius:6px;margin-top:1rem;border:1px solid #4b5563}.upload-section h4{margin-bottom:.5rem;color:#f9fafb;font-size:.875rem}.game-servers-tab{padding:1rem}.selected-game-header{margin-bottom:2rem}.game-info-card{background:#1f2937;padding:1.5rem;border-radius:8px;border:1px solid #374151}.game-info-card h2{margin:0 0 .5rem;color:#f9fafb;font-size:1.5rem}.game-info-card p{color:#d1d5db;margin:0 0 1rem;line-height:1.5}.game-features{display:flex;gap:.5rem;flex-wrap:wrap}.game-features span{background:#374151;color:#9ca3af;padding:.25rem .5rem;border-radius:4px;font-size:.875rem}.servers-list-section h3{color:#f9fafb;margin-bottom:1.5rem;font-size:1.5rem}.game-servers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem}.game-server-card{background:#1f2937;border:1px solid #374151;border-radius:8px;padding:1.5rem;transition:all .2s}.game-server-card:hover{border-color:#4b5563;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.server-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.server-name-ping h4{margin:0 0 .25rem;color:#f9fafb;font-size:1.25rem}.ping-indicator{padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:700}.ping-indicator.good{background:#065f46;color:#10b981}.ping-indicator.medium{background:#92400e;color:#f59e0b}.ping-indicator.bad{background:#991b1b;color:#ef4444}.server-status{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:700}.server-status.online{background:#065f46;color:#10b981}.server-status.offline{background:#991b1b;color:#ef4444}.server-location{display:flex;gap:1rem;margin-bottom:1rem;font-size:.875rem}.server-location .location{color:#3b82f6;font-weight:500}.server-location .provider{color:#9ca3af}.server-specs{margin-bottom:1.5rem}.spec-item{margin-bottom:.5rem;font-size:.875rem;color:#d1d5db;line-height:1.4}.spec-item strong{color:#f9fafb}.server-footer{display:flex;justify-content:space-between;align-items:center}.server-price{font-size:1.25rem;font-weight:700;color:#f9fafb}.launch-game-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;transition:opacity .2s;font-size:.875rem}.launch-game-button:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.launch-game-button:disabled{background:#6b7280;cursor:not-allowed;opacity:.6}.empty-state{text-align:center;padding:3rem;color:#9ca3af;background:#1f2937;border-radius:8px;border:1px solid #374151}.empty-state p{margin-bottom:1rem;font-size:1.125rem}.browse-servers-button{background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;margin-top:1rem;cursor:pointer;font-weight:500}.browse-servers-button:hover{background:#2563eb}.game-header-with-image{display:flex;gap:1.5rem;align-items:flex-start}.game-image-large{width:120px;height:160px;border-radius:8px;overflow:hidden;flex-shrink:0;position:relative}.game-header-image{width:100%;height:100%;object-fit:cover}.game-image-placeholder-large{width:100%;height:100%;background:#4b5563;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#9ca3af}.game-header-info{flex:1}.game-header-info h2{margin:0 0 .5rem;color:#f9fafb;font-size:1.8rem}.game-header-info p{color:#d1d5db;margin:0 0 1rem;line-height:1.5;font-size:1rem}.servers-filters-section{margin-bottom:2rem}.filters-sidebar-compact{background:#1f2937;border:1px solid #374151;border-radius:8px;padding:1.5rem;max-width:400px}.filters-sidebar-compact .promo-banner{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem;border-radius:6px;margin-bottom:1.5rem;text-align:center}.filters-sidebar-compact .promo-banner h4{margin:0 0 .5rem;font-size:1rem}.filters-sidebar-compact .promo-banner p{margin:0;font-size:.875rem;opacity:.9}.filters-sidebar-compact .filter-group{margin-bottom:1.5rem}.filters-sidebar-compact .filter-group h3{color:#f9fafb;margin-bottom:.75rem;font-size:1rem}.filters-sidebar-compact .price-range{display:flex;align-items:center;gap:.75rem;color:#d1d5db;font-size:.875rem}.filters-sidebar-compact .price-slider{flex:1;height:4px;background:#374151;border-radius:2px;outline:none}.filters-sidebar-compact .price-slider::-webkit-slider-thumb{appearance:none;width:16px;height:16px;background:#3b82f6;border-radius:50%;cursor:pointer}.filters-sidebar-compact .price-slider::-moz-range-thumb{width:16px;height:16px;background:#3b82f6;border-radius:50%;cursor:pointer;border:none}.filters-sidebar-compact .checkbox-label{display:flex;align-items:center;gap:.5rem;color:#d1d5db;font-size:.875rem;margin-bottom:.5rem;cursor:pointer}.filters-sidebar-compact .checkbox-label input{width:16px;height:16px}.filters-sidebar-compact .filter-actions{display:flex;gap:.75rem}.filters-sidebar-compact .apply-button,.filters-sidebar-compact .reset-button{flex:1;padding:.75rem;border:none;border-radius:6px;font-weight:600;cursor:pointer;font-size:.875rem}.filters-sidebar-compact .apply-button{background:#3b82f6;color:#fff}.filters-sidebar-compact .apply-button:hover{background:#2563eb}.filters-sidebar-compact .reset-button{background:#6b7280;color:#fff}.filters-sidebar-compact .reset-button:hover{background:#4b5563}.full-width-banner{width:100%;margin:1rem 0 2rem}.promo-banner-large{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem;border-radius:12px;text-align:center;box-shadow:0 4px 12px #0000004d}.promo-banner-large h4{margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.promo-banner-large p{margin:0;font-size:1rem;opacity:.9}.info-sidebar{background:#1f2937;padding:1.5rem;border-radius:8px;border:1px solid #374151}.info-sidebar h4{color:#f9fafb;margin-bottom:1rem;font-size:1.125rem}.category-list{display:flex;flex-wrap:wrap;gap:.5rem}.category-tag{background:#374151;color:#d1d5db;padding:.5rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500;transition:all .2s}.category-tag:hover{background:#4b5563;transform:translateY(-1px)}.compact-game-header{display:flex;justify-content:space-between;align-items:center;background:#1f2937;border:1px solid #374151;border-radius:12px;padding:1.5rem;margin-bottom:2rem;gap:2rem}.game-header-left{display:flex;align-items:center;gap:1.5rem;flex:1}.game-image-compact{width:80px;height:100px;border-radius:8px;overflow:hidden;flex-shrink:0;position:relative}.game-header-image-compact{width:100%;height:100%;object-fit:cover}.game-image-placeholder-compact{width:100%;height:100%;background:#4b5563;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#9ca3af}.game-title-compact h2{margin:0 0 .5rem;color:#f9fafb;font-size:1.5rem;font-weight:600}.game-features-compact{display:flex;gap:.5rem}.game-features-compact span{background:#374151;color:#9ca3af;padding:.25rem .5rem;border-radius:4px;font-size:.75rem}.game-header-right{flex-shrink:0}.compact-filters{display:flex;flex-direction:column;gap:.75rem;min-width:300px}.price-filter-compact{display:flex;flex-direction:column;gap:.5rem}.price-label{color:#d1d5db;font-size:.875rem;font-weight:500}.price-slider-compact{width:100%;height:4px;background:#374151;border-radius:2px;outline:none}.price-slider-compact::-webkit-slider-thumb{appearance:none;width:16px;height:16px;background:#3b82f6;border-radius:50%;cursor:pointer}.price-slider-compact::-moz-range-thumb{width:16px;height:16px;background:#3b82f6;border-radius:50%;cursor:pointer;border:none}.filter-buttons-compact{display:flex;gap:.5rem}.apply-button-compact,.reset-button-compact{padding:.5rem 1rem;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;flex:1}.apply-button-compact{background:#3b82f6;color:#fff}.apply-button-compact:hover{background:#2563eb}.reset-button-compact{background:#6b7280;color:#fff}.reset-button-compact:hover{background:#4b5563}.section-header-with-promo{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header-with-promo h3{color:#f9fafb;margin:0;font-size:1.5rem}.promo-banner-compact{display:flex;gap:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500}.promo-banner-compact span{display:flex;align-items:center;gap:.25rem}.connection-modal{background:#1f2937;border-radius:12px;padding:2rem;max-width:800px;width:90%;max-height:90vh;overflow-y:auto;border:1px solid #374151}.connection-content{display:flex;flex-direction:column;gap:1.5rem}.game-info-section h3{color:#f9fafb;margin:0 0 .5rem}.connection-status{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;background:#111827;padding:1rem;border-radius:8px}.status-item{display:flex;justify-content:space-between;align-items:center}.status-label{color:#9ca3af;font-size:.9rem}.status-value{color:#10b981;font-weight:600}.connection-instructions h4{color:#f9fafb;margin-bottom:1rem}.pairing-steps{margin-top:1rem}.step{margin-bottom:1.5rem;padding:1rem;background:#1a1a1a;border-radius:8px;border-left:4px solid #3b82f6}.step strong{color:#3b82f6;margin-bottom:.5rem;display:block}.pin-notice{background:#065f46;padding:.75rem;border-radius:6px;margin-top:.5rem}.server-pin{color:#10b981;font-size:1.2em;font-weight:700;background:#000;padding:.25rem .5rem;border-radius:4px}.platform-commands{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.command-group h6{color:#d1d5db;margin-bottom:.5rem;font-size:.9rem}.command-container{display:flex;align-items:center;gap:.5rem;background:#111827;padding:.75rem;border-radius:6px;border:1px solid #374151}.moonlight-command{color:#10b981;font-family:monospace;font-size:.9rem;flex:1;word-break:break-all}.copy-command-btn{background:#3b82f6;color:#fff;border:none;border-radius:4px;padding:.5rem;cursor:pointer;font-size:.8rem}.connection-details{background:#111827;padding:1rem;border-radius:8px}.connection-details h5{color:#f9fafb;margin-bottom:1rem}.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.detail-item{display:flex;flex-direction:column;gap:.25rem}.detail-label{color:#9ca3af;font-size:.8rem}.detail-value{color:#f9fafb;font-family:monospace;font-size:.9rem;word-break:break-all}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1rem;border-top:1px solid #374151}.download-button{background:#3b82f6;color:#fff;border:none;border-radius:6px;padding:.75rem 1.5rem;cursor:pointer;text-decoration:none;display:inline-block}@media(max-width:1024px){.compact-game-header{flex-direction:column;align-items:stretch;gap:1.5rem}.game-header-left{justify-content:center;text-align:center}.compact-filters{min-width:auto}}@media(max-width:768px){.App{flex-direction:column}.sidebar{width:100%;height:auto}.content-layout,.servers-tab,.form-row{grid-template-columns:1fr}.server-footer{flex-direction:column;gap:1rem;align-items:flex-start}.games-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.game-selection-modal{width:95%;margin:1rem}.dashboard-header{flex-direction:column;gap:1rem;align-items:flex-start}.user-details{flex-direction:column;align-items:flex-start;gap:.5rem}.servers-grid{grid-template-columns:1fr!important}.server-card-detailed{max-width:100%!important}.server-status-info{flex-wrap:wrap!important}.game-servers-grid{grid-template-columns:1fr}.server-footer{flex-direction:column;gap:1rem;align-items:stretch}.launch-game-button{text-align:center}.server-header{flex-direction:column;gap:.5rem;align-items:flex-start}.game-info-card{padding:1rem}.game-info-card h2{font-size:1.25rem}.compact-game-header{padding:1rem}.game-header-left{flex-direction:column;text-align:center;gap:1rem}.game-image-compact{width:60px;height:80px}.game-title-compact h2{font-size:1.25rem}.section-header-with-promo{flex-direction:column;gap:1rem;align-items:stretch}.promo-banner-compact{justify-content:center;text-align:center}.filter-buttons-compact{flex-direction:column}.promo-banner-large{padding:1.5rem 1rem;margin:.5rem 0 1.5rem}.promo-banner-large h4{font-size:1.25rem}.promo-banner-large p{font-size:.9rem}.category-list{justify-content:center}}@media(max-width:480px){.promo-banner-compact{flex-direction:column;gap:.5rem;text-align:center}.compact-filters{min-width:auto}}
