.game-step-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;gap:1rem;flex-wrap:wrap}.game-step-title{display:flex;align-items:center;gap:0.6rem;font-size:1.2rem;font-weight:600;color:#f8fafc}.game-step-title svg{color:#fff;font-size:1.3rem;width:1.3rem;height:1.3rem}.game-step-actions{display:flex;align-items:stretch;gap:0.5rem}.category-tabs{display:flex;gap:0.25rem;background:#141723;padding:0.35rem;border-radius:8px}.category-tab{padding:0.5rem 1rem;border-radius:6px;background:transparent;border:none;color:rgba(255,255,255,0.6);font-weight:500;font-size:0.85rem;cursor:pointer;transition:all 0.2s ease;display:flex;align-items:center;gap:0.4rem}.category-tab:hover{color:rgba(255,255,255,0.9);background:rgba(255,255,255,0.05)}.category-tab.active{background:rgba(44,123,229,0.2);color:#2c7be5}.category-tab i{font-size:0.9rem}.game-search-btn{padding:0 1rem;border-radius:8px;border:none;background:#141723;color:rgba(255,255,255,0.5);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.2s ease}.game-search-btn:hover{background:rgba(44,123,229,0.2);color:#2c7be5}.game-search-btn svg{font-size:0.85rem;width:0.85rem;height:0.85rem}.tab-content{display:none}.tab-content.active{display:block}.server-creation-wizard{max-width:1400px;margin:0 auto;padding:2rem 2rem}.creation-welcome-header{text-align:center;margin-bottom:1.5rem;padding:0;background:transparent;border-radius:0;border:none}.welcome-icon-container{display:none}.creation-welcome-icon{display:none!important}.creation-title{color:#fff;font-size:1.75rem;font-weight:600;margin:0 0 0.25rem;line-height:1.25;display:inline-flex;align-items:center;justify-content:center;gap:0.625rem}.creation-title .step-icon{color:#2c7be5!important;font-size:1.4rem;transition:color 0.2s ease}.creation-subtitle{color:rgba(255,255,255,0.6);font-size:0.95rem;margin:0;text-align:center}.progress-card{background:transparent;border:none;border-radius:0;padding:0;margin-bottom:1.5rem}.progress-container{margin-bottom:0;padding:0}.progress-steps{display:flex;justify-content:space-between;align-items:center;gap:0.25rem;background:#141723;padding:0.625rem 0.875rem;border-radius:10px;margin-bottom:0;position:relative}.progress-step{display:flex;flex-direction:row;align-items:center;text-align:left;flex:0 1 auto;position:relative;cursor:pointer;gap:0.5rem;padding:0.375rem 0.5rem;border-radius:8px;background:transparent;min-width:0}.step-circle{width:26px;height:26px;border-radius:8px;background:rgba(255,255,255,0.05);color:rgba(255,255,255,0.5);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:0.8rem;margin-bottom:0;flex-shrink:0;transition:background 0.2s ease,color 0.2s ease;border:none}.step-circle svg{width:0.85em;height:0.85em}.progress-step.active .step-circle{background:rgba(44,123,229,0.18);color:#2c7be5}.progress-step.completed .step-circle{background:rgba(0,210,122,0.15);color:#00d27a}.progress-step span{font-size:0.85rem;color:rgba(255,255,255,0.45);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color 0.2s ease}.progress-step.active span{color:rgba(255,255,255,0.9)}.progress-step.completed span{color:rgba(255,255,255,0.7)}.progress-step.completed:hover .step-circle{background:rgba(0,210,122,0.22);transform:none}.progress-step.completed:hover span{color:rgba(255,255,255,0.95)}.progress-step.shake .step-circle{background:rgba(230,55,87,0.18);color:#e63757;transition:background 0.2s ease,color 0.2s ease}.progress-step.shake span{color:#e63757;transition:color 0.2s ease}.progress-bar{height:3px;background:rgba(255,255,255,0.1);border-radius:2px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#10b981);transition:width 0.3s ease;width:0%}.wizard-container{position:relative}.wizard-step{display:none;animation:fadeIn 0.3s ease}.wizard-step.active{display:block}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.step-header{text-align:left;margin-bottom:1.25rem}.step-header h2{color:rgba(255,255,255,0.95);font-size:1.05rem;font-weight:600;margin:0 0 0.25rem;line-height:1.3}.step-header p{color:rgba(255,255,255,0.6);font-size:0.85rem;line-height:1.5;margin:0}.step-card{background:#0E101D;border:none;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.server-type-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.server-type-option{background:#141420;border:none;border-radius:16px;padding:2rem;cursor:pointer;transition:all 0.2s ease;position:relative;overflow:hidden}.server-type-option:hover:not(.disabled){background:#1B1B29}.server-type-option.selected{background:rgba(59,130,246,0.15);box-shadow:inset 0 0 0 2px rgba(59,130,246,0.4)}.server-type-option.disabled{opacity:0.5;cursor:not-allowed}.option-header{text-align:center;margin-bottom:1.5rem}.option-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;transition:all 0.3s ease}.free-icon{background:rgba(16,185,129,0.2);color:#10b981}.hourly-icon{background:rgba(59,130,246,0.2);color:#3b82f6}.plan-icon{background:rgba(245,158,11,0.2);color:#f59e0b}.option-icon i{font-size:1.5rem}.option-header h3{color:#f8fafc;font-size:1.25rem;font-weight:600;margin-bottom:0.5rem}.option-badge{display:inline-block;padding:0.25rem 0.75rem;border-radius:20px;font-size:0.75rem;font-weight:500;text-transform:uppercase;letter-spacing:0.05em}.free-badge{background:rgba(16,185,129,0.2);color:#10b981}.hourly-badge{background:rgba(59,130,246,0.2);color:#3b82f6}.plan-badge{background:rgba(245,158,11,0.2);color:#f59e0b}.feature-list{display:flex;flex-direction:column;gap:0.35rem!important;background:rgba(0,0,0,0.2)!important;border-radius:12px!important;padding:0.4rem!important;margin-top:0.75rem!important}.feature-item{display:flex!important;align-items:center!important;gap:0.6rem!important;color:rgba(255,255,255,0.9)!important;font-size:0.75rem!important;background:rgba(255,255,255,0.03)!important;padding:0.6rem 0.75rem!important;border-radius:8px!important;border:none!important;font-weight:450!important;transition:all 0.15s ease!important;width:100%!important}.feature-item:hover{background:rgba(255,255,255,0.08)!important}.feature-item i,.feature-item svg{font-size:0.65rem!important;width:1.4rem!important;height:1.4rem!important;flex-shrink:0!important;padding:0.35rem!important;border-radius:6px!important;background:rgba(255,255,255,0.08)!important;display:flex!important;align-items:center!important;justify-content:center!important}.feature-item .text-success,.feature-item svg.text-success{background:rgba(34,197,94,0.15)!important;color:#22c55e!important}.feature-item .text-warning,.feature-item svg.text-warning{background:rgba(245,158,11,0.15)!important;color:#f59e0b!important}.feature-item .text-primary,.feature-item svg.text-primary{background:rgba(59,130,246,0.15)!important;color:#3b82f6!important}.option-notice{margin-top:1rem;padding:0.75rem;border-radius:8px;display:flex;align-items:center;gap:0.5rem;font-size:0.875rem}.option-notice.error{background:rgba(239,68,68,0.1);color:#ef4444;border:1px solid rgba(239,68,68,0.2)}.hidden-radio{display:none}.form-grid{display:grid;gap:1.5rem;margin-bottom:0}.form-group{display:flex;flex-direction:column}.server-creation-wizard .form-label{color:#f8fafc;font-weight:600;margin-bottom:0.5rem;display:flex;align-items:center;font-size:0.875rem;text-transform:uppercase;letter-spacing:0.05em}.server-creation-wizard .form-label i{color:#3b82f6;margin-right:0.5rem}.form-helper{display:flex;justify-content:space-between;align-items:center;margin-top:0.5rem;font-size:0.75rem;color:rgba(255,255,255,0.5)}.char-counter{color:#3b82f6;font-weight:500}.domain-status{margin-top:0.5rem}.domain-status .alert{padding:0.5rem 0.75rem;margin-bottom:0;border-radius:10px;font-size:0.875rem;border:none}.domain-status .alert-success{background:rgba(16,185,129,0.15);color:#10b981}.domain-status .alert-danger{background:rgba(239,68,68,0.15);color:#ef4444}.game-selection{margin-bottom:0}.game-info-panel{display:none;align-items:center;gap:1rem;margin-top:1rem;padding:1rem;background:rgba(59,130,246,0.1);border:none;border-radius:12px}.game-icon{width:50px;height:50px;border-radius:10px;background:rgba(15,23,42,0.5);display:flex;align-items:center;justify-content:center;flex-shrink:0}.game-icon i{font-size:1.5rem}.game-details h4{color:#f8fafc;font-size:1.125rem;font-weight:600;margin-bottom:0.25rem}.game-details p{color:rgba(255,255,255,0.7);font-size:0.875rem;margin-bottom:0}.resources-grid{display:grid;gap:1.5rem;margin-bottom:0}.resource-item{background:#141420;padding:1.5rem;border-radius:14px;border:none}.modern-alert{background:#141420;border:none;border-radius:12px;padding:1rem 1.5rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:0.75rem;font-size:0.875rem;font-weight:500}.modern-alert.alert-error{background:rgba(239,68,68,0.1);border-color:rgba(239,68,68,0.3);color:#ef4444}.modern-alert.alert-success{background:rgba(16,185,129,0.1);border-color:rgba(16,185,129,0.3);color:#10b981}.modern-alert.alert-warning{background:rgba(245,158,11,0.1);border-color:rgba(245,158,11,0.3);color:#f59e0b}.modern-alert.alert-info{background:rgba(59,130,246,0.1);border-color:rgba(59,130,246,0.3);color:#3b82f6}.modern-alert i{font-size:1rem;flex-shrink:0}.resource-warning{background:rgba(239,68,68,0.1);border:1px solid rgba(239,68,68,0.3);color:#ef4444;padding:1rem;border-radius:12px;margin-bottom:1rem}.ram-selector{display:flex;flex-direction:column;gap:0.75rem}.ram-input-group{position:relative;display:flex;align-items:center}.ram-input-group input{flex:1;padding-right:3rem!important}.input-suffix{position:absolute;right:1rem;color:rgba(255,255,255,0.6);font-weight:500;pointer-events:none}.ram-info{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:0.5rem}.available-ram{color:rgba(255,255,255,0.7);font-size:0.875rem}.ram-badge{background:linear-gradient(135deg,#3b82f6,#2563eb);color:white;padding:0.25rem 0.5rem;border-radius:6px;font-weight:500;font-size:0.75rem}.ram-recommendations{color:rgba(255,255,255,0.6);font-size:0.75rem}.server-summary{background:#141420;border:none;border-radius:16px;padding:1.5rem;margin-bottom:2rem}.summary-header{display:flex;align-items:center;gap:0.75rem;margin-bottom:1.5rem;color:#3b82f6}.summary-header i{font-size:1.25rem}.summary-header h3{color:#f8fafc;font-size:1.25rem;font-weight:600;margin:0}.summary-grid{display:grid;gap:0.75rem}.summary-item{display:flex;justify-content:space-between;align-items:center;padding:0.75rem;background:rgba(255,255,255,0.05);border-radius:8px}.summary-label{color:rgba(255,255,255,0.7);font-size:0.875rem;font-weight:500}.summary-value{color:#f8fafc;font-weight:600}.eula-section{margin-bottom:0}.eula-card{background:#141420;border:none;border-radius:16px;padding:1.5rem}.eula-header{display:flex;align-items:center;gap:0.75rem;margin-bottom:1.5rem;color:#3b82f6}.eula-header i{font-size:1.25rem}.eula-header h4{color:#f8fafc;font-size:1.25rem;font-weight:600;margin:0}.eula-check{background:#1B1B29;border:none;border-radius:12px;padding:1.5rem;display:flex;align-items:flex-start;gap:1rem}.eula-check .form-check-input{background:#0D0D1A;border:none;margin-top:0.125rem;width:1.25rem;height:1.25rem;flex-shrink:0}.eula-check .form-check-input:checked{background-color:#3b82f6;border-color:#3b82f6}.eula-check .form-check-label{color:rgba(255,255,255,0.8);line-height:1.5;cursor:pointer;flex:1;margin-bottom:0}.step-actions{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:2rem}.final-actions{justify-content:center}.btn-back,.btn-next,.btn-create{padding:0.875rem 2rem;border-radius:12px;font-weight:600;font-size:1rem;transition:all 0.2s ease;border:none;display:flex;align-items:center;gap:0.5rem;text-decoration:none}.btn-back{background:#1B1B29;color:rgba(255,255,255,0.8)}.btn-back:hover{background:#222233;color:white}.btn-next{background:#3b82f6;color:white}.btn-next:hover:not(:disabled){background:#2563eb}.btn-next:disabled{opacity:0.5;cursor:not-allowed}.btn-create{background:#10b981;color:white;min-width:200px;justify-content:center}.btn-create:hover:not(:disabled){background:#059669;color:white}.btn-create:disabled{opacity:0.5;cursor:not-allowed}.btn-loading{display:flex;align-items:center;gap:0.5rem}.btn-loading.d-none{display:none!important}@media (max-width:768px){.server-creation-wizard{padding:1rem 0.5rem}.creation-title{font-size:1.4rem}.creation-title .step-icon{font-size:1.15rem}.creation-subtitle{font-size:0.9rem}.progress-card{padding:0;margin-bottom:1.25rem}.progress-steps{gap:0.125rem;padding:0.5rem 0.625rem;justify-content:space-between}.progress-step{min-width:0;padding:0.25rem 0.375rem;gap:0}.progress-step span{display:none}.step-card{padding:1.25rem;border-radius:10px}.server-type-grid{grid-template-columns:1fr}.step-actions{flex-direction:column;align-items:stretch}.btn-back,.btn-next,.btn-create{width:100%;justify-content:center}.final-actions{flex-direction:column}.ram-info{flex-direction:column;align-items:flex-start}.eula-check{flex-direction:column;gap:0.75rem}.eula-check .form-check-input{align-self:flex-start}}.location-cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1rem}@media (max-width:768px){.location-cards-grid{grid-template-columns:1fr}}.location-card-compact{background:#1B1B29;border:none;border-radius:14px;padding:1rem;cursor:pointer;transition:all 0.2s ease;position:relative;overflow:hidden}.location-card-compact:hover{background:#222233}.location-card-compact.selected{background:rgba(59,130,246,0.15);box-shadow:inset 0 0 0 2px rgba(59,130,246,0.4)}.location-card-compact.disabled{opacity:0.5;cursor:not-allowed;background:#0D0D1A}.location-card-compact.disabled:hover{background:#0D0D1A}.location-unavailable-badge{position:absolute;top:0.75rem;right:0.75rem;background:rgba(239,68,68,0.15);border:none;color:#ef4444;padding:0.25rem 0.75rem;border-radius:8px;font-size:0.75rem;font-weight:600;z-index:10;display:flex;align-items:center;gap:0.375rem}.location-unavailable-badge i{font-size:0.875rem}.location-ping{position:absolute;top:0.75rem;right:0.75rem;display:flex;align-items:center;gap:0.375rem;padding:0.25rem 0.75rem;border-radius:8px;font-size:0.75rem;font-weight:600;z-index:5;background:rgba(255,255,255,0.05)}.location-ping i{font-size:0.7rem}.location-ping.ping-loading{color:rgba(255,255,255,0.3)}.location-ping.ping-good{color:#22c55e;background:rgba(34,197,94,0.1)}.location-ping.ping-medium{color:#eab308;background:rgba(234,179,8,0.1)}.location-ping.ping-poor{color:#ef4444;background:rgba(239,68,68,0.1)}.location-ping.ping-error{color:rgba(255,255,255,0.2)}.location-card-compact.disabled .location-ping{top:3rem}.location-card-header{display:flex;align-items:center;gap:0.75rem;margin-bottom:0.75rem;padding-right:5rem}.location-flag{width:32px;height:24px;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,0.2);object-fit:cover}.location-info{flex:1}.location-name{font-weight:600;font-size:1rem;color:#fff;margin-bottom:2px}.location-region{font-size:0.75rem;color:rgba(255,255,255,0.6);text-transform:uppercase;letter-spacing:0.5px}.location-specs{display:flex;flex-direction:column;gap:0.5rem}.spec-item{display:flex;align-items:center;gap:0.5rem;font-size:0.85rem;color:rgba(255,255,255,0.8)}.spec-item i{width:16px;color:#3b82f6;opacity:0.8}.spec-item span{flex:1}.game-search-wrapper{position:relative;margin-bottom:1rem;display:flex;align-items:center;gap:0.5rem}.game-search-close{background:none;border:none;color:rgba(255,255,255,0.4);cursor:pointer;padding:0.5rem;border-radius:6px;transition:all 0.2s ease;display:flex;align-items:center;justify-content:center}.game-search-close:hover{color:#ef4444;background:rgba(239,68,68,0.1)}.game-search{flex:1;background:#1B1B29!important;border:none!important;border-radius:8px!important;padding:0.6rem 1rem!important;color:white!important;font-size:0.9rem;transition:all 0.2s ease}.game-search:focus{background:#222233!important;box-shadow:none!important}.game-cards-container{max-height:500px;overflow-y:auto;padding-right:0.5rem}.game-cards-container::-webkit-scrollbar{width:8px}.game-cards-container::-webkit-scrollbar-track{background:rgba(255,255,255,0.05);border-radius:4px}.game-cards-container::-webkit-scrollbar-thumb{background:rgba(255,255,255,0.2);border-radius:4px}.game-cards-container::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,0.3)}.game-category-section{margin-bottom:1.5rem}.game-category-section.hidden{display:none}.game-category-title{color:rgba(255,255,255,0.5);font-size:0.72rem;font-weight:600;text-transform:uppercase;letter-spacing:0.6px;margin-bottom:0.625rem;display:flex;align-items:center;gap:0.4rem}.game-category-title i,.game-category-title svg{color:rgba(255,255,255,0.4);font-size:0.85rem}.game-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:0.5rem}.game-card{background:#141723;border:none;border-radius:10px;padding:0.75rem 0.875rem;cursor:pointer;transition:background 0.2s ease;position:relative;display:flex;flex-direction:row;align-items:flex-start;text-align:left;gap:0.75rem;min-width:0}.game-card:hover,.game-card.restricted-for-free:hover{background:#181c2a}.game-card.selected{background:rgba(44,123,229,0.15)}.game-card.restricted-for-free{opacity:0.55}.game-card.restricted-for-free::after{content:'';position:absolute;top:8px;right:8px;width:6px;height:6px;border-radius:50%;background:#f5803e}.game-card.hidden{display:none}.game-card-icon{width:38px;height:38px;border-radius:9px;display:flex;align-items:center;justify-content:center;margin-bottom:0;background:rgba(255,255,255,0.04);border:none;flex-shrink:0;position:relative;transition:background 0.2s ease,color 0.2s ease}.game-card:hover .game-card-icon{background:rgba(255,255,255,0.07);border-color:transparent;transform:none}.game-card.selected .game-card-icon{background:rgba(44,123,229,0.2);border-color:transparent}.game-card-icon i,.game-card-icon svg{font-size:1.1rem;color:rgba(255,255,255,0.7);transition:color 0.2s ease}.game-card:hover .game-card-icon i,.game-card:hover .game-card-icon svg{color:rgba(255,255,255,0.9)}.game-card.selected .game-card-icon i,.game-card.selected .game-card-icon svg{color:#2c7be5}.game-card-content{flex:1;display:flex;flex-direction:column;min-width:0}.game-card-title{font-weight:600;font-size:0.9rem;color:rgba(255,255,255,0.92);margin-bottom:0.15rem;line-height:1.25;word-break:break-word}.game-card-subtitle{font-size:0.75rem;color:rgba(255,255,255,0.55);margin-bottom:0;line-height:1.4;word-break:break-word}@media (max-width:768px){.game-cards-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:0.4rem}.game-card{padding:0.625rem 0.75rem;gap:0.625rem}.game-card-icon{width:34px;height:34px}}@media (max-width:576px){.step-circle{width:24px;height:24px;font-size:0.75rem;border-radius:7px}.creation-welcome-header{padding:0}.creation-title{font-size:1.25rem}.step-card{padding:1rem;border-radius:10px}.progress-card{padding:0}}.step-title{color:rgba(255,255,255,0.95);font-size:1.05rem;font-weight:600;margin:0 0 0.25rem;line-height:1.3;transition:color 0.2s ease}.step-description{color:rgba(255,255,255,0.6);font-size:0.85rem;line-height:1.5;margin:0;transition:color 0.2s ease}#paidResourcesStep .step-card,#billingStep .step-card{padding:1.5rem;background:#0E101D;border-radius:12px}.paid-plans-section{text-align:left;margin-bottom:2rem}.paid-plans-section>.form-label{font-size:1.35rem;font-weight:600;margin-bottom:2rem;display:block;color:#f8fafc}.currency-selector-bar{background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.08);border-radius:12px;padding:0.875rem 1.25rem}.currency-label{color:rgba(255,255,255,0.6);font-size:0.9rem;font-weight:500}.currency-pills{display:flex;gap:0.5rem}.currency-pill{display:flex;align-items:center;gap:0.35rem;padding:0.5rem 1rem;background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:8px;color:rgba(255,255,255,0.7);font-size:0.85rem;font-weight:500;cursor:pointer;transition:all 0.15s ease}.currency-pill:hover{background:rgba(59,130,246,0.1);border-color:rgba(59,130,246,0.3)}.currency-pill.active{background:rgba(59,130,246,0.15);border-color:#3b82f6;color:#3b82f6}.currency-pill .currency-symbol{font-weight:600}.preset-plans-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0.75rem}.preset-plan{background:rgba(255,255,255,0.03);border:2px solid rgba(255,255,255,0.08);border-radius:12px;padding:1.25rem;cursor:pointer;transition:all 0.15s ease}.preset-plan:hover{border-color:rgba(59,130,246,0.4);background:rgba(59,130,246,0.05)}.preset-plan.selected{border-color:#3b82f6;background:rgba(59,130,246,0.1)}.preset-plan-name{font-weight:600;color:#f8fafc;font-size:1.1rem}.preset-plan-specs{color:rgba(255,255,255,0.6);font-size:0.85rem;margin-top:0.25rem}.preset-plan-price{font-size:1.35rem;font-weight:700;color:#3b82f6}.preset-plan-price .price-loading{color:rgba(255,255,255,0.5);font-size:1rem}.preset-plan-price .price-value{display:none}.preset-plan-price .price-suffix{font-size:0.8rem;font-weight:400;color:rgba(255,255,255,0.5)}.preset-plan-desc{margin-top:0.5rem;color:rgba(255,255,255,0.45);font-size:0.8rem}.paid-custom-section{margin-top:1.5rem}.custom-toggle-btn{display:flex;align-items:center;width:100%;padding:0.75rem 1rem;background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.08);border-radius:10px;color:rgba(255,255,255,0.6);font-size:0.9rem;cursor:pointer;transition:all 0.15s ease}.custom-toggle-btn:hover{background:rgba(255,255,255,0.05);color:rgba(255,255,255,0.8)}.custom-toggle-btn.active{border-color:rgba(59,130,246,0.3);background:rgba(59,130,246,0.05)}#customToggleIcon{transition:transform 0.2s ease}.custom-toggle-btn.active #customToggleIcon{transform:rotate(180deg)}.custom-config-container{background:rgba(255,255,255,0.02);border:1px solid rgba(255,255,255,0.06);border-radius:0 0 10px 10px;border-top:none;padding:1rem;margin-top:-1px}.resource-slider-container{padding:0.5rem 0}.resource-label{color:#f8fafc;font-weight:500;font-size:0.9rem}.resource-value{background:rgba(59,130,246,0.15);color:#93c5fd;padding:0.25rem 0.75rem;border-radius:6px;font-weight:600;font-size:0.85rem}.slider-wrapper{position:relative;padding:0.75rem 0}.slider-track{position:relative;height:6px;background:rgba(255,255,255,0.08);border-radius:100px;overflow:visible}.slider-fill{position:absolute;left:0;top:0;height:100%;background:#3b82f6;border-radius:100px;transition:width 0.1s ease}.resource-slider{-webkit-appearance:none;position:absolute;top:50%;left:0;transform:translateY(-50%);width:100%;height:24px;background:transparent;outline:none;margin:0;cursor:pointer;z-index:2}.resource-slider::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;background:#3b82f6;border-radius:50%;cursor:pointer;box-shadow:0 1px 3px rgba(0,0,0,0.3);transition:all 0.1s ease;border:none}.resource-slider::-webkit-slider-thumb:hover{background:#2563eb}.resource-slider::-moz-range-thumb{width:16px;height:16px;background:#3b82f6;border-radius:50%;cursor:pointer;box-shadow:0 1px 3px rgba(0,0,0,0.3);border:none}.resource-slider::-moz-range-track{background:transparent;border:none}.slider-ticks{display:flex;justify-content:space-between;padding:0.5rem 0 0}.slider-tick{font-size:0.7rem;color:rgba(255,255,255,0.35);text-align:center;min-width:30px}.custom-price-display{background:rgba(59,130,246,0.08);border:1px solid rgba(59,130,246,0.2);border-radius:8px;padding:0.75rem 1rem}.custom-price-amount{font-size:1.1rem;font-weight:700;color:#3b82f6}.price-summary-card{background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.08);border-radius:16px;padding:1.25rem;position:sticky;top:1rem}.price-summary-card .summary-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:0.75rem;border-bottom:1px solid rgba(255,255,255,0.08)}.summary-currency-selector select{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.15);color:#f8fafc;font-size:0.8rem;padding:0.35rem 2rem 0.35rem 0.65rem;border-radius:6px;cursor:pointer;min-width:90px}.summary-currency-selector select:focus{border-color:#3b82f6;box-shadow:0 0 0 2px rgba(59,130,246,0.2);outline:none}.summary-currency-selector select option{background:#1e293b;color:#f8fafc}.price-summary-section{padding:0.5rem 0}.price-summary-label{color:rgba(255,255,255,0.5);font-size:0.8rem;text-transform:uppercase;letter-spacing:0.3px}.price-summary-value{color:#f8fafc;font-weight:600;font-size:1rem;margin-top:0.25rem}.price-summary-divider{border-top:1px solid rgba(255,255,255,0.08);margin:0.75rem 0}.price-summary-row{display:flex;justify-content:space-between;padding:0.35rem 0;color:rgba(255,255,255,0.7);font-size:0.9rem}.price-summary-row.total{font-weight:600;color:#f8fafc;font-size:1rem}.price-summary-row.credit-row{color:#22c55e}.price-summary-recurring-notice{display:flex;align-items:flex-start;gap:0.4rem;margin-top:0.75rem;color:rgba(255,255,255,0.62);font-size:0.72rem;line-height:1.5}.price-summary-recurring-notice .recurring-notice-icon{flex-shrink:0;margin-top:0.15em;opacity:0.7}.recurring-renewal-date{color:rgba(255,255,255,0.82)}.recurring-renewal-date:empty{display:none}.recurring-agreement-link{color:rgba(147,197,253,0.8);text-decoration:none;white-space:nowrap}.recurring-agreement-link:hover{color:#bfdbfe}.billing-cycle-section{padding-bottom:0.5rem}.billing-cycle-pills{display:flex;gap:0.35rem;background:rgba(255,255,255,0.03);padding:3px;border-radius:8px}.cycle-pill{flex:1;padding:0.4rem 0.25rem;background:transparent;border:none;border-radius:6px;color:rgba(255,255,255,0.5);cursor:pointer;transition:all 0.15s ease;font-size:0.75rem;font-weight:500;white-space:nowrap}.cycle-pill:hover{color:rgba(255,255,255,0.8);background:rgba(255,255,255,0.05)}.cycle-pill.active{background:rgba(59,130,246,0.2);color:#60a5fa}.cycle-pill .pill-discount{font-size:0.65rem;color:#10b981;margin-left:2px}.cycle-pill.active .pill-discount{color:#34d399}.paid-location-section{margin-top:3rem;padding-top:2.5rem;border-top:1px solid rgba(255,255,255,0.08)}.paid-location-section>.form-label{font-size:1.25rem;font-weight:600;margin-bottom:1.75rem;display:block;text-align:center;color:#f8fafc}.paid-location-section .location-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;max-width:1100px;margin:0 auto}.billing-form-container{padding:0}.billing-section{background:#141420;border-radius:24px;padding:2.5rem;border:1px solid rgba(255,255,255,0.08)}.section-title{color:#f8fafc;font-weight:600;font-size:1.35rem;display:flex;align-items:center;gap:0.75rem}.section-title i{color:#60a5fa;font-size:1.25rem}.billing-section .row.g-3{margin-top:0.5rem}.billing-section .form-label{font-weight:500;margin-bottom:0.65rem;color:rgba(255,255,255,0.9);font-size:1rem}.billing-section .form-control,.billing-section .form-select{padding:1rem 1.25rem;font-size:1rem;border-radius:12px}.business-section{background:none;border-radius:0;padding:0;border:none}.business-section .form-check-label{font-size:1rem}.business-fields{padding-top:1.25rem}.business-fields .row{margin-bottom:0}.business-fields .col-md-6{flex:0 0 100%;max-width:100%;margin-bottom:1rem}.business-fields .col-md-6:last-child{margin-bottom:0}.gateway-saved-label{font-size:0.7rem;color:#22c55e;margin-top:0.25rem;font-weight:500}.gateway-section{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,0.08)}.gateway-section .form-label{display:flex;align-items:center;font-size:1.1rem}.gateway-options-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.gateway-option .gateway-icon{display:flex;gap:0.35rem;justify-content:center}.gateway-option .gateway-icon i{color:rgba(255,255,255,0.9);font-size:1.4rem}.gateway-option{background:#0D0D1A;border:2px solid rgba(255,255,255,0.08);border-radius:16px;padding:1.5rem 1.25rem;cursor:pointer;transition:all 0.2s ease;text-align:center;position:relative}.gateway-option:hover{border-color:rgba(59,130,246,0.4);background:#141420}.gateway-option.selected{border-color:#3b82f6;background:rgba(59,130,246,0.1);box-shadow:0 0 0 3px rgba(59,130,246,0.15)}.gateway-option .gateway-icon{margin-bottom:0.85rem;height:36px;display:flex;align-items:center;justify-content:center}.gateway-option .gateway-name{font-weight:600;color:rgba(255,255,255,0.95);font-size:1rem}.gateway-option .gateway-check{position:absolute;top:12px;right:12px;color:#3b82f6;opacity:0;transition:opacity 0.2s ease;font-size:1.1rem}.gateway-option.selected .gateway-check{opacity:1}.gateway-methods{display:flex;flex-wrap:wrap;gap:0.3rem;justify-content:center;margin-top:0.4rem}.gateway-method-pill{font-size:0.65rem;font-weight:600;padding:0.1rem 0.4rem;border-radius:6px;background:rgba(255,255,255,0.06);color:rgba(255,255,255,0.6);letter-spacing:0.02em;line-height:1.4}.gateway-subtitle{font-size:0.75rem;color:rgba(255,255,255,0.35);margin-top:0.25rem}.gateway-method-pill.gateway-method-more{background:rgba(59,130,246,0.15);color:rgba(59,130,246,0.8);cursor:default}.order-summary-card{background:#141420;border-radius:24px;padding:2.5rem;border:1px solid rgba(255,255,255,0.08);position:sticky;top:100px}.order-summary-card .section-title{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,0.08)}.order-summary-card .summary-item{display:flex;justify-content:space-between;align-items:center;padding:0.6rem 0;background:none;border:none;border-bottom:1px solid rgba(255,255,255,0.06)}.order-summary-card .summary-item:last-of-type{border-bottom:none}.order-summary-card .summary-label{color:rgba(255,255,255,0.6);font-size:0.9rem;font-weight:400}.order-summary-card .summary-value{color:rgba(255,255,255,0.9);font-weight:500;font-size:0.9rem;text-align:right}.summary-divider{display:none}.summary-pricing{background:none;padding:0;margin-top:0}.summary-pricing .price-row{display:flex;justify-content:space-between;padding:0.5rem 0;color:rgba(255,255,255,0.7);font-size:0.95rem}.summary-pricing .vat-row{font-size:0.9rem;color:rgba(255,255,255,0.5);padding:0.4rem 0}.summary-pricing .total-row{display:flex;justify-content:space-between;align-items:center;font-size:1.15rem;font-weight:600;color:#fff;background:none;border-radius:0;padding:0.75rem 0 0 0!important;margin-top:0.75rem;border:none;border-top:1px solid rgba(255,255,255,0.1);text-align:left}.summary-pricing .total-row span:first-child{color:rgba(255,255,255,0.9)}.summary-pricing .total-row .total-amount{text-align:right}.summary-pricing .total-row #summaryTotal{color:#3b82f6}.summary-pricing .price-period{font-size:0.85rem;font-weight:400;color:rgba(255,255,255,0.5);margin-left:0.15rem}.terms-section{padding-top:1.5rem;margin-top:1rem;border-top:1px solid rgba(255,255,255,0.08)}.terms-section .form-check{padding:0;background:none;border-radius:0;border:none;display:flex;align-items:flex-start;gap:0.75rem}.terms-section .form-check-input{flex-shrink:0;margin:0;margin-top:0.15rem}.terms-section .form-check-label{font-size:0.85rem;line-height:1.5;color:rgba(255,255,255,0.7);word-wrap:break-word;padding-left:0;margin-left:0}.terms-section a{color:#60a5fa;text-decoration:none}.terms-section a:hover{color:#93c5fd;text-decoration:underline}#billingStep .step-actions{margin-top:2rem}#billingStep .btn-create{padding:1.1rem 3rem;font-size:1.15rem;min-width:250px;border-radius:14px}@media (max-width:1200px){.paid-plans-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){#paidResourcesStep .step-card,#billingStep .step-card{padding:1.25rem;border-radius:10px}.currency-selector-bar{padding:0.75rem 1rem}.currency-selector-bar .d-flex{flex-direction:column;gap:0.75rem;align-items:flex-start!important}.currency-pills{width:100%;justify-content:space-between}.currency-pill{flex:1;justify-content:center;padding:0.5rem;font-size:0.8rem}.preset-plans-grid{grid-template-columns:repeat(2,1fr);gap:0.5rem}.preset-plan{padding:1rem}.gateway-options-grid{grid-template-columns:repeat(3,1fr);gap:0.75rem}.gateway-option{padding:1rem 0.5rem}.gateway-option .gateway-name{font-size:0.85rem}.order-summary-card{position:static;margin-top:2rem}.billing-form-container .row{flex-direction:column}.billing-section,.order-summary-card{padding:1.75rem}.custom-resources-panel{padding:1.75rem}}@media (max-width:480px){.paid-plans-grid{grid-template-columns:1fr}.gateway-options-grid{grid-template-columns:1fr}.paid-plan-card{padding:1.5rem}.summary-pricing{padding:1.25rem}#billingStep .btn-create{width:100%;min-width:unset}}.billing-type-section{margin-bottom:1.5rem}.billing-type-options{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.billing-type-card{position:relative;padding:1.25rem;padding-bottom:2.5rem;background:rgba(255,255,255,0.02);border:2px solid rgba(255,255,255,0.08);border-radius:12px;cursor:pointer;transition:all 0.2s ease}.billing-type-card:hover{border-color:rgba(59,130,246,0.4);background:rgba(59,130,246,0.05)}.billing-type-card.selected{border-color:#3b82f6;background:rgba(59,130,246,0.1)}.billing-type-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:0.75rem}.billing-type-icon{width:40px;height:40px;background:rgba(59,130,246,0.15);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#60a5fa;font-size:1.1rem}.billing-type-card.selected .billing-type-icon{background:rgba(59,130,246,0.25);color:#93c5fd}.billing-type-badge{font-size:0.65rem;font-weight:600;text-transform:uppercase;letter-spacing:0.5px;padding:4px 8px;border-radius:4px}.billing-type-badge.recommended{background:rgba(16,185,129,0.15);color:#34d399}.billing-type-badge.flexible{background:rgba(59,130,246,0.15);color:#60a5fa}.billing-type-name{font-size:1.1rem;font-weight:600;color:rgba(255,255,255,0.95);margin-bottom:0.25rem}.billing-type-price{font-size:1.25rem;font-weight:700;color:#3b82f6;margin-bottom:0.5rem}.billing-type-card.selected .billing-type-price{color:#60a5fa}.billing-type-desc{font-size:0.8rem;color:rgba(255,255,255,0.5);margin-bottom:0.75rem;line-height:1.4}.billing-type-features{list-style:none;padding:0;margin:0;font-size:0.75rem;color:rgba(255,255,255,0.6)}.billing-type-features li{display:flex;align-items:center;margin-bottom:0.35rem}.billing-type-features li:last-child{margin-bottom:0}.billing-type-check{position:absolute;bottom:12px;right:12px;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(0.8);transition:all 0.2s ease;color:#3b82f6;font-size:1.25rem}.billing-type-card.selected .billing-type-check{opacity:1;transform:scale(1)}.billing-type-comparison{padding:0.75rem 1rem;background:rgba(59,130,246,0.08);border:1px solid rgba(59,130,246,0.15);border-radius:8px}.comparison-info{display:flex;align-items:center;font-size:0.8rem;color:#60a5fa}.comparison-info strong{color:#93c5fd}.hourly-billing-summary{padding:0.75rem;background:rgba(59,130,246,0.08);border:1px solid rgba(59,130,246,0.2);border-radius:8px;margin-top:1rem}.hourly-billing-summary .summary-note{font-size:0.8rem;color:#60a5fa;display:flex;align-items:center}@media (max-width:768px){.billing-type-options{grid-template-columns:1fr}}.game-step-actions{align-items:center;flex-wrap:wrap}.category-tabs{display:inline-flex;align-self:flex-start;gap:6px;padding:5px;border-radius:12px;background:rgba(255,255,255,0.06)}.category-tab{min-height:34px;padding:0 13px;border-radius:9px;color:rgba(255,255,255,0.62);font-size:0.82rem}.category-tab:hover{background:rgba(255,255,255,0.09);color:rgba(255,255,255,0.9)}.category-tab.active{background:rgba(255,255,255,0.13);color:rgba(255,255,255,0.94)}.game-search-btn{min-width:44px;min-height:44px;border-radius:12px;background:rgba(255,255,255,0.06);color:rgba(255,255,255,0.54)}.game-search-btn:hover{background:rgba(255,255,255,0.1);color:rgba(255,255,255,0.9)}.game-search-wrapper{min-height:42px;padding-left:12px;border-radius:12px;background:rgba(255,255,255,0.06);gap:4px}.game-search{height:42px;background:transparent!important;border-radius:0!important;padding:0 0.75rem!important}.game-search:focus{background:transparent!important}.game-search-close{width:38px;height:38px;margin-right:2px;border-radius:10px}.game-cards-container{max-height:520px;padding-right:4px}.game-cards-container::-webkit-scrollbar{width:6px}.game-cards-container::-webkit-scrollbar-track{background:rgba(255,255,255,0.04);border-radius:3px}.game-cards-container::-webkit-scrollbar-thumb{background:rgba(255,255,255,0.16);border-radius:3px}.game-category-section{margin-bottom:0.95rem}.game-category-title{margin-bottom:0.4rem;padding:0.5rem 0.75rem;color:rgba(255,255,255,0.42);font-size:0.75rem;letter-spacing:0.5px}.game-category-title i,.game-category-title svg{color:rgba(255,255,255,0.42)}.game-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(154px,1fr));gap:10px}.game-card{min-height:128px;padding:14px;border:none;border-radius:14px;background:rgba(255,255,255,0.065);color:rgba(255,255,255,0.88);display:flex;flex-direction:column;align-items:flex-start;gap:10px;text-align:left;transform:none!important;transition:background 0.18s ease,box-shadow 0.18s ease}.game-card:hover,.game-card.restricted-for-free:hover{background:rgba(255,255,255,0.1)}.game-card.selected{background:rgba(59,130,246,0.24);box-shadow:inset 0 0 0 1px rgba(96,165,250,0.28)}.game-card.restricted-for-free{opacity:0.64}.game-card.restricted-for-free::after{top:10px;right:10px;width:8px;height:8px;background:#f59e0b;box-shadow:0 0 0 3px rgba(245,158,11,0.14)}.game-card-icon{width:54px;height:54px;margin-bottom:0;border:none;border-radius:12px;background-color:rgba(255,255,255,0.08);color:#a5b4fc;overflow:hidden;position:relative;flex-shrink:0}.game-card:hover .game-card-icon,.game-card.selected .game-card-icon{background-color:rgba(255,255,255,0.11);border-color:transparent;transform:none}.game-card-icon i,.game-card-icon svg{width:1em;height:1em;color:#a5b4fc;font-size:1.7rem}.game-card:hover .game-card-icon i,.game-card:hover .game-card-icon svg,.game-card.selected .game-card-icon i,.game-card.selected .game-card-icon svg{color:#c7d2fe}.game-card-content{width:100%;min-width:0}.game-card-title{color:rgba(255,255,255,0.92);font-size:0.9rem;font-weight:600;line-height:1.25;margin-bottom:0.2rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.game-card-subtitle{color:rgba(255,255,255,0.55);font-size:0.75rem;line-height:1.35;margin-bottom:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.game-card[data-game="2"]{--game-card-image:url("/assets/img/instances/2.png?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23137"]{--game-card-image:url("/assets/img/instances/23137.jpg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23188"]{--game-card-image:url("/assets/img/instances/23188.jpg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23121"]{--game-card-image:url("/assets/img/instances/23121.jpg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23122"]{--game-card-image:url("/assets/img/instances/23122.jpg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23123"]{--game-card-image:url("/assets/img/instances/23123.jpg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23124"]{--game-card-image:url("/assets/img/instances/23124.jpg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23125"]{--game-card-image:url("/assets/img/instances/23125.jpg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23126"]{--game-card-image:url("/assets/img/instances/23126.jpg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23127"]{--game-card-image:url("/assets/img/instances/23127.jpg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23135"]{--game-card-image:url("/assets/img/instances/23135.jpg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23148"]{--game-card-image:url("/assets/img/instances/23148.jpg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23147"]{--game-card-image:url("/assets/img/instances/23147.jpg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23150"]{--game-card-image:url("/assets/img/instances/23150.jpg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23156"]{--game-card-image:url("/assets/img/instances/23156.jpg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23151"]{--game-card-image:url("/assets/img/instances/23151.jpg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23152"]{--game-card-image:url("/assets/img/instances/23152.jpg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23153"]{--game-card-image:url("/assets/img/instances/23153.jpg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23154"]{--game-card-image:url("/assets/img/instances/23154.jpg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23155"]{--game-card-image:url("/assets/img/instances/23155.jpg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23157"]{--game-card-image:url("/assets/img/instances/23157.jpg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23158"]{--game-card-image:url("/assets/img/instances/23158.jpg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23159"]{--game-card-image:url("/assets/img/instances/23159.jpg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23160"]{--game-card-image:url("/assets/img/instances/23160.jpg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23186"]{--game-card-image:url("/assets/img/instances/23186.jpg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23189"]{--game-card-image:url("/assets/img/instances/23189.jpg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23190"]{--game-card-image:url("/assets/img/instances/23190.jpg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23191"]{--game-card-image:url("/assets/img/instances/23191.jpg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23163"]{--game-card-image:url("/assets/img/instances/23163.svg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23164"]{--game-card-image:url("/assets/img/instances/23164.svg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23165"]{--game-card-image:url("/assets/img/instances/23165.svg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23166"]{--game-card-image:url("/assets/img/instances/23166.svg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23167"]{--game-card-image:url("/assets/img/instances/23167.svg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23168"]{--game-card-image:url("/assets/img/instances/23168.svg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23169"]{--game-card-image:url("/assets/img/instances/23169.svg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23170"]{--game-card-image:url("/assets/img/instances/23170.svg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23171"]{--game-card-image:url("/assets/img/instances/23171.svg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23172"]{--game-card-image:url("/assets/img/instances/23172.svg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23173"]{--game-card-image:url("/assets/img/instances/23173.svg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23177"]{--game-card-image:url("/assets/img/instances/23177.svg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23178"]{--game-card-image:url("/assets/img/instances/23178.svg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23179"]{--game-card-image:url("/assets/img/instances/23179.svg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23175"]{--game-card-image:url("/assets/img/instances/23175.svg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23174"]{--game-card-image:url("/assets/img/instances/23174.svg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23176"]{--game-card-image:url("/assets/img/instances/23176.svg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23180"]{--game-card-image:url("/assets/img/instances/23180.svg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23181"]{--game-card-image:url("/assets/img/instances/23181.svg?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="23182"]{--game-card-image:url("/assets/img/instances/23182.png?v=highres-icons-20260518-hytale-v2")}.game-card[data-game="2"] .game-card-icon,.game-card[data-game="23163"] .game-card-icon,.game-card[data-game="23164"] .game-card-icon,.game-card[data-game="23165"] .game-card-icon,.game-card[data-game="23166"] .game-card-icon,.game-card[data-game="23167"] .game-card-icon,.game-card[data-game="23168"] .game-card-icon,.game-card[data-game="23169"] .game-card-icon,.game-card[data-game="23170"] .game-card-icon,.game-card[data-game="23171"] .game-card-icon,.game-card[data-game="23172"] .game-card-icon,.game-card[data-game="23173"] .game-card-icon,.game-card[data-game="23177"] .game-card-icon,.game-card[data-game="23178"] .game-card-icon,.game-card[data-game="23179"] .game-card-icon,.game-card[data-game="23175"] .game-card-icon,.game-card[data-game="23174"] .game-card-icon,.game-card[data-game="23176"] .game-card-icon,.game-card[data-game="23180"] .game-card-icon,.game-card[data-game="23181"] .game-card-icon,.game-card[data-game="23182"] .game-card-icon{background-image:var(--game-card-image);background-position:center;background-repeat:no-repeat;background-size:44px 44px}.game-card[data-game="23137"] .game-card-icon,.game-card[data-game="23188"] .game-card-icon,.game-card[data-game="23121"] .game-card-icon,.game-card[data-game="23122"] .game-card-icon,.game-card[data-game="23123"] .game-card-icon,.game-card[data-game="23124"] .game-card-icon,.game-card[data-game="23125"] .game-card-icon,.game-card[data-game="23126"] .game-card-icon,.game-card[data-game="23127"] .game-card-icon,.game-card[data-game="23135"] .game-card-icon,.game-card[data-game="23148"] .game-card-icon,.game-card[data-game="23147"] .game-card-icon,.game-card[data-game="23150"] .game-card-icon,.game-card[data-game="23156"] .game-card-icon,.game-card[data-game="23151"] .game-card-icon,.game-card[data-game="23152"] .game-card-icon,.game-card[data-game="23153"] .game-card-icon,.game-card[data-game="23154"] .game-card-icon,.game-card[data-game="23155"] .game-card-icon,.game-card[data-game="23157"] .game-card-icon,.game-card[data-game="23158"] .game-card-icon,.game-card[data-game="23159"] .game-card-icon,.game-card[data-game="23160"] .game-card-icon,.game-card[data-game="23186"] .game-card-icon,.game-card[data-game="23189"] .game-card-icon,.game-card[data-game="23190"] .game-card-icon,.game-card[data-game="23191"] .game-card-icon{width:100%;height:76px;align-self:stretch;background-image:var(--game-card-image);background-position:center;background-repeat:no-repeat;background-size:cover}.game-card[data-game="2"] .game-card-icon>*,.game-card[data-game="23137"] .game-card-icon>*,.game-card[data-game="23188"] .game-card-icon>*,.game-card[data-game="23121"] .game-card-icon>*,.game-card[data-game="23122"] .game-card-icon>*,.game-card[data-game="23123"] .game-card-icon>*,.game-card[data-game="23124"] .game-card-icon>*,.game-card[data-game="23125"] .game-card-icon>*,.game-card[data-game="23126"] .game-card-icon>*,.game-card[data-game="23127"] .game-card-icon>*,.game-card[data-game="23135"] .game-card-icon>*,.game-card[data-game="23148"] .game-card-icon>*,.game-card[data-game="23147"] .game-card-icon>*,.game-card[data-game="23150"] .game-card-icon>*,.game-card[data-game="23156"] .game-card-icon>*,.game-card[data-game="23151"] .game-card-icon>*,.game-card[data-game="23152"] .game-card-icon>*,.game-card[data-game="23153"] .game-card-icon>*,.game-card[data-game="23154"] .game-card-icon>*,.game-card[data-game="23155"] .game-card-icon>*,.game-card[data-game="23157"] .game-card-icon>*,.game-card[data-game="23158"] .game-card-icon>*,.game-card[data-game="23159"] .game-card-icon>*,.game-card[data-game="23160"] .game-card-icon>*,.game-card[data-game="23186"] .game-card-icon>*,.game-card[data-game="23189"] .game-card-icon>*,.game-card[data-game="23190"] .game-card-icon>*,.game-card[data-game="23191"] .game-card-icon>*,.game-card[data-game="23163"] .game-card-icon>*,.game-card[data-game="23164"] .game-card-icon>*,.game-card[data-game="23165"] .game-card-icon>*,.game-card[data-game="23166"] .game-card-icon>*,.game-card[data-game="23167"] .game-card-icon>*,.game-card[data-game="23168"] .game-card-icon>*,.game-card[data-game="23169"] .game-card-icon>*,.game-card[data-game="23170"] .game-card-icon>*,.game-card[data-game="23171"] .game-card-icon>*,.game-card[data-game="23172"] .game-card-icon>*,.game-card[data-game="23173"] .game-card-icon>*,.game-card[data-game="23177"] .game-card-icon>*,.game-card[data-game="23178"] .game-card-icon>*,.game-card[data-game="23179"] .game-card-icon>*,.game-card[data-game="23175"] .game-card-icon>*,.game-card[data-game="23174"] .game-card-icon>*,.game-card[data-game="23176"] .game-card-icon>*,.game-card[data-game="23180"] .game-card-icon>*,.game-card[data-game="23181"] .game-card-icon>*,.game-card[data-game="23182"] .game-card-icon>*{display:none}@media (max-width:768px){.game-cards-grid{grid-template-columns:repeat(auto-fill,minmax(138px,1fr))}.game-card{min-height:118px;padding:12px}.game-card[data-game="23137"] .game-card-icon,.game-card[data-game="23188"] .game-card-icon,.game-card[data-game="23121"] .game-card-icon,.game-card[data-game="23122"] .game-card-icon,.game-card[data-game="23123"] .game-card-icon,.game-card[data-game="23124"] .game-card-icon,.game-card[data-game="23125"] .game-card-icon,.game-card[data-game="23126"] .game-card-icon,.game-card[data-game="23127"] .game-card-icon,.game-card[data-game="23135"] .game-card-icon,.game-card[data-game="23148"] .game-card-icon,.game-card[data-game="23147"] .game-card-icon,.game-card[data-game="23150"] .game-card-icon,.game-card[data-game="23156"] .game-card-icon,.game-card[data-game="23151"] .game-card-icon,.game-card[data-game="23152"] .game-card-icon,.game-card[data-game="23153"] .game-card-icon,.game-card[data-game="23154"] .game-card-icon,.game-card[data-game="23155"] .game-card-icon,.game-card[data-game="23157"] .game-card-icon,.game-card[data-game="23158"] .game-card-icon,.game-card[data-game="23159"] .game-card-icon,.game-card[data-game="23160"] .game-card-icon,.game-card[data-game="23186"] .game-card-icon,.game-card[data-game="23189"] .game-card-icon,.game-card[data-game="23190"] .game-card-icon,.game-card[data-game="23191"] .game-card-icon{height:64px}}@media (max-width:576px){.game-step-actions,.category-tabs{width:100%}.category-tab{flex:1;justify-content:center;padding:0 10px}.game-search-btn{flex:0 0 44px}}
