:root{font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0a0e1a;color:#f1f5f9}*{box-sizing:border-box}a{color:inherit;text-decoration:none}body{margin:0;min-height:100vh;background:linear-gradient(135deg,#0a0e1a,#0f1729);color:#f1f5f9}img{max-width:100%;height:auto;display:block}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #fbbf24;--primary-dark: #f59e0b;--accent: #3b82f6;--bg: #0a0e1a;--bg-light: #1a1f35;--text: #f1f5f9;--text-muted: #94a3b8;--primary-color: var(--primary);--text-primary: var(--text);--text-secondary: var(--text-muted);--card-bg: var(--bg-light);--bg-color: #0f1729;--border-color: rgba(148, 163, 184, .3)}html{scroll-behavior:smooth;overflow-x:hidden}html,body,#root{width:100%;height:100%;max-width:100vw;overflow-x:hidden}body{background:linear-gradient(135deg,var(--bg) 0%,#0f1729 100%);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;min-height:100vh}button,a,[role=button]{-webkit-tap-highlight-color:transparent;touch-action:manipulation}.app{width:100%;min-height:100vh;background:linear-gradient(135deg,var(--bg) 0%,#0f1729 100%);max-width:100vw;overflow-x:hidden;position:relative;display:flex;flex-direction:column}.page-loading{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:2rem;color:var(--text-muted);text-align:center}.section{width:100%;padding:4rem 1.5rem;max-width:1200px;margin:0 auto;box-sizing:border-box;overflow-x:hidden}.section.services{padding-top:3rem}.primary-btn,.ghost-btn{border:none;border-radius:999px;padding:.85rem 1.4rem;font-weight:700;cursor:pointer}.cta-button,.secondary-button{border:none;border-radius:999px;padding:1rem 2rem;font-size:1.05rem;font-weight:700;cursor:pointer}.cta-button{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#0a0e1a;box-shadow:0 10px 30px #fbbf2459}.cta-button:hover{box-shadow:0 14px 40px #0000004d}.secondary-button{background:#ffffff1f;color:#fff;border:1px solid rgba(255,255,255,.35)}.secondary-button:hover{background:#fff3}.primary-btn{background:#fbbf24;color:#0a0e1a;box-shadow:0 10px 30px #fbbf2459}.primary-btn:hover{box-shadow:0 14px 40px #0000004d}.ghost-btn:hover{background:#fff3}@media(hover:none)and (pointer:coarse){.primary-btn:hover,.ghost-btn:hover,.add-to-cart-btn:hover,.qty-btn:hover,.checkout-btn:hover,.remove-btn:hover,.payment-option:hover,.discord-btn:hover,.tab-btn:hover,.auth-btn:hover,.oauth-btn:hover,.btn-submit:hover,.btn-cancel:hover,.btn-back:hover,.btn-review:hover,.save-btn:hover,.danger-btn:hover,.secondary-btn:hover,.process-cta-btn:hover,.trust-cta-btn:hover{transform:none!important;box-shadow:none!important}}.eyebrow{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .8rem;border-radius:999px;background:#fbbf2426;color:#fde68a;font-weight:600;letter-spacing:.3px;text-transform:uppercase;font-size:.85rem;margin-bottom:.75rem}.section-title{font-size:2.2rem;font-weight:800;color:var(--text);margin-bottom:.6rem}.section-subtitle{max-width:760px;color:var(--text-muted);line-height:1.6;margin-bottom:2rem}.process-cta-actions{display:inline-flex;gap:1rem;flex-wrap:wrap;justify-content:center}.process-cta-btn{min-width:220px}.trust-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.trust-card{min-width:0}.trust-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}.trust-stat-card{min-width:0}.trust-cta-actions{display:inline-flex;gap:1rem;flex-wrap:wrap;justify-content:center}.trust-cta-btn{min-width:220px}.section-description{max-width:900px;margin:1.5rem 0 2.5rem;text-align:left}.section-description p{font-size:1.05rem;line-height:1.8;color:#cbd5e1;margin-bottom:1rem}.section-description p:last-child{margin-bottom:0}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.about-card{background:linear-gradient(135deg,#1a1f35,#0a0e1a);border:1px solid rgba(251,191,36,.25);border-radius:16px;padding:1.5rem;box-shadow:0 10px 30px #00000040}.about-card:hover{border-color:#fbbf2499;box-shadow:0 16px 40px #fbbf2440}.about-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:#fbbf2426;font-size:1.3rem;margin-bottom:.75rem}.about-card h3{color:var(--text);margin-bottom:.4rem;font-size:1.1rem}.about-card p{color:var(--text-muted);line-height:1.5}.services-toolbar{display:flex;gap:.6rem;margin-bottom:1.5rem;flex-wrap:wrap}.auth-prompt-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;backdrop-filter:blur(4px)}.auth-prompt{background:linear-gradient(135deg,#1a1f35,#0a0e1a);border:2px solid rgba(251,191,36,.4);border-radius:20px;padding:2.5rem;max-width:450px;text-align:center;position:relative;box-shadow:0 20px 60px #3b82f64d;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-prompt h3{font-size:1.8rem;color:#fbbf24;margin-bottom:.75rem}.auth-prompt p{color:#94a3b8;font-size:1.05rem;margin-bottom:1.5rem;line-height:1.5}.auth-prompt-actions{display:flex;gap:.75rem;justify-content:center}.close-btn{position:absolute;top:1rem;right:1rem;background:#ef444433;border:1px solid #ef4444;color:#ef4444;width:36px;height:36px;border-radius:8px;cursor:pointer;font-weight:700;font-size:1.2rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center;padding:0;line-height:1}.close-btn:hover{background:#ef4444;color:#fff;transform:scale(1.1)}.verification-banner{background:linear-gradient(135deg,#fbbf241a,#3b82f61a);border:1px solid rgba(251,191,36,.3);border-radius:12px;padding:1.25rem;margin:0 auto 2rem;max-width:800px;animation:slideDown .3s ease-out}.verification-content{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.verification-icon{font-size:2rem;flex-shrink:0}.verification-text{flex:1;min-width:200px}.verification-text strong{color:var(--primary);display:block;margin-bottom:.25rem}.verification-text p{color:#94a3b8;font-size:.9rem;margin:0}.resend-btn{padding:.625rem 1.25rem;background:var(--primary);color:var(--bg);border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.resend-btn:hover{background:var(--primary-dark)}.verification-message{margin-top:1rem;padding:.75rem;background:#0a0e1a80;border-radius:8px;text-align:center;font-size:.9rem;animation:fadeIn .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.add-to-cart-btn{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#0a0e1a;border:none;padding:.85rem 1.4rem;border-radius:10px;font-weight:700;font-size:1rem;cursor:pointer;box-shadow:0 10px 25px #fbbf2459;display:flex;align-items:center;justify-content:center;gap:.4rem;min-width:140px;width:fit-content;flex-shrink:0;transition:all .2s ease;-webkit-user-select:none;user-select:none;touch-action:manipulation}.add-to-cart-btn:hover{box-shadow:0 14px 32px #fbbf2473}.add-to-cart-btn:active{box-shadow:0 10px 20px #fbbf2459;transform:scale(.98)}.add-to-cart-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.quantity-controls{display:flex;align-items:center;justify-content:center;gap:.65rem;width:fit-content;min-width:0;flex-wrap:nowrap}.qty-btn{width:36px;height:36px;border-radius:10px;border:1px solid rgba(251,191,36,.4);background:#0a0e1ae6;color:#fbbf24;font-weight:800;font-size:1.05rem;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px #fbbf244d;flex-shrink:0;transition:all .2s ease;-webkit-user-select:none;user-select:none;touch-action:manipulation;padding:0;line-height:1}.qty-btn:hover{background:#1a1f35;border-color:#fbbf24}.qty-btn:active{box-shadow:0 4px 12px #fbbf2440;transform:scale(.95)}.qty-display{min-width:34px;text-align:center;font-weight:700;font-size:.95rem;color:#f1f5f9;padding:.25rem .6rem;border-radius:8px;background:#1a1f35cc;border:1px solid rgba(251,191,36,.2);flex-shrink:0}.filters-container{display:flex;gap:1.5rem;padding:2rem;background:#1a1f3566;border:1px solid rgba(251,191,36,.1);border-radius:12px;margin:2rem 2rem 0;flex-wrap:wrap;align-items:flex-end}.search-box{flex:1;min-width:250px}@media(max-width:768px){.filters-container{flex-direction:column;gap:1rem;padding:1.5rem 1rem;margin:1rem 1rem 0;align-items:stretch}.process-cta-actions{width:100%;flex-direction:column;align-items:stretch}.process-cta-btn{width:100%}.process-cta-btn--primary{margin-right:0!important}.trust-grid{grid-template-columns:1fr}.trust-card{padding-left:.85rem}.trust-card h4{font-size:.95rem}.trust-card p{font-size:.92rem}.trust-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.trust-cta-actions{width:100%;flex-direction:column;align-items:stretch}.trust-cta-btn{width:100%}.trust-cta-btn--primary{margin-right:0!important}}@media(max-width:520px){.trust-stats-grid{grid-template-columns:1fr}.search-box{min-width:100%}.filter-controls{flex-direction:column;gap:.5rem;align-items:stretch}.filter-controls label{font-size:.9rem}.filter-select{width:100%;min-width:unset}}.search-input{width:100%;padding:.75rem 1rem;background:#0a0e1a99;border:1px solid rgba(251,191,36,.3);border-radius:8px;color:#f8fafc;font-size:1rem;transition:all .2s}.search-input:focus{outline:none;border-color:#fbbf24;box-shadow:0 0 0 3px #fbbf241a}.search-input::placeholder{color:#64748b}.filter-controls{display:flex;gap:.75rem;align-items:center}.filter-controls label{color:#cbd5e1;font-weight:600;white-space:nowrap}.filter-select{padding:.75rem 1rem;background:#0a0e1a99;border:1px solid rgba(251,191,36,.3);border-radius:8px;color:#f8fafc;font-size:1rem;cursor:pointer;transition:all .2s;min-width:180px}.filter-select:hover{border-color:#fbbf24}.filter-select:focus{outline:none;border-color:#fbbf24;box-shadow:0 0 0 3px #fbbf241a}.filter-select option{background:#0a0e1a;color:#f8fafc}.no-results{padding:3rem 2rem;text-align:center;color:#94a3b8;min-height:60vh}.no-results p{font-size:1.125rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));align-items:start;gap:2rem;padding:3rem 2rem;width:100%;min-height:70vh}.services-grid--loading{min-height:70vh}@media(max-width:768px){.services-grid{grid-template-columns:1fr;gap:1.5rem;padding:2rem 1rem}}@media(max-width:480px){.services-grid{padding:1.5rem .75rem;gap:1rem}}#service-detail .service-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:2rem;align-items:start}#service-detail .service-detail-image-wrap{width:100%}#service-detail .service-detail-image{width:100%;border-radius:15px;border:2px solid rgba(251,191,36,.25);box-shadow:0 8px 32px #3b82f626;display:block}@media(max-width:900px){#service-detail .service-detail-grid{grid-template-columns:1fr;gap:1.75rem}#service-detail .service-detail-image-wrap{max-width:420px;margin:0 auto}}@media(max-width:600px){#service-detail .service-detail-grid{gap:1.4rem}#service-detail .service-detail-image-wrap{max-width:340px}#service-detail .service-detail-image{border-radius:12px}}@media(min-width:1440px){.services-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2.5rem;padding:3.5rem 3rem}}@media(max-width:1024px){.services-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.8rem;padding:2.5rem 1.5rem}.section{padding:3.5rem 1.25rem}}.safe-easy{background:linear-gradient(135deg,#1e40af1a,#0c24611a);border:2px solid rgba(59,130,246,.25);border-radius:20px;margin:2rem auto}.safe-easy-container{max-width:1100px}.safe-easy-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-top:2rem}.safe-easy-card{background:linear-gradient(135deg,#1a1f35,#0a0e1a);border:1px solid rgba(59,130,246,.3);border-radius:16px;padding:1.75rem;box-shadow:0 10px 30px #00000040;transition:all .3s ease;position:relative;overflow:hidden}.safe-easy-card:hover{transform:translateY(-6px);border-color:#3b82f699;box-shadow:0 16px 40px #3b82f633}.safe-easy-number{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:50%;font-size:1.4rem;font-weight:800;color:#fff;margin-bottom:1rem;box-shadow:0 4px 12px #3b82f666}.safe-easy-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.safe-easy-card h3{font-size:1.1rem;font-weight:700;color:var(--text);margin-bottom:.5rem}.safe-easy-card p{color:var(--text-muted);font-size:.95rem;line-height:1.5}.why-zeus{background:transparent}.why-zeus-container{max-width:1100px}.why-zeus-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.why-zeus-card{background:linear-gradient(135deg,#1a1f35,#0a0e1a);border:1px solid rgba(251,191,36,.25);border-radius:16px;padding:1.75rem;box-shadow:0 10px 30px #00000040;transition:all .3s ease}.why-zeus-card:hover{transform:translateY(-6px);border-color:#fbbf2499;box-shadow:0 16px 40px #fbbf2440}.why-zeus-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.why-zeus-card h3{font-size:1.1rem;font-weight:700;color:var(--text);margin-bottom:.75rem}.why-zeus-card p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.faq{background:transparent}.faq-container{max-width:900px;margin:0 auto}.faq-list{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.faq-item{background:linear-gradient(135deg,#1a1f35,#0a0e1a);border:1px solid rgba(251,191,36,.25);border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .3s ease}.faq-item:hover{border-color:#fbbf2480;background:linear-gradient(135deg,#232a43,#141821)}.faq-item summary{display:flex;justify-content:space-between;align-items:center;font-weight:700;color:var(--text);font-size:1rem;list-style:none;outline:none}.faq-item summary:after{content:"";display:inline-block;width:24px;height:24px;background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:6px;display:flex;align-items:center;justify-content:center;margin-left:1rem;flex-shrink:0;position:relative;transition:transform .3s ease}.faq-item summary:after:before{content:"▶";color:#fff;font-size:.8rem}.faq-item[open] summary:after{transform:rotate(90deg)}.faq-item p{color:var(--text-muted);margin-top:1rem;line-height:1.6;font-size:.95rem}@media(max-width:768px){.services-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem;padding:2rem 1rem}.section{padding:3rem 1rem}.section-title{font-size:1.9rem}.safe-easy-grid,.why-zeus-grid{grid-template-columns:1fr}}@media(max-width:600px){.services-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.2rem;padding:1.5rem .8rem}.section{padding:2.5rem .9rem;max-width:100%;overflow-x:hidden}.section-subtitle{margin-bottom:1.4rem}}@media(max-width:480px){.services-grid{grid-template-columns:1fr;gap:1rem;padding:1.2rem .5rem}.section{padding:2rem .75rem;max-width:100%;overflow-x:hidden}.section-title{font-size:1.6rem}}.product-card{display:flex;flex-direction:column;height:100%}.product-platforms{display:flex;flex-wrap:wrap;gap:.5rem;margin:0}.platform-badge{display:inline;padding:0;background:transparent;border:none;border-radius:0;color:#94a3b8;font-size:.85rem;font-weight:400;text-transform:uppercase;letter-spacing:.3px}.game-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.game-header-icon{width:80px;height:80px;border-radius:12px;object-fit:cover;border:2px solid rgba(212,175,55,.3);background:#ffffff0d}@media(max-width:768px){.game-header{flex-direction:column;text-align:center}.game-header-icon{width:60px;height:60px}}.no-items-message{text-align:center;padding:3rem 1rem;color:var(--text-muted)}.no-items-message p{margin-bottom:1rem;font-size:1.1rem}.featured-badge{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:var(--bg);padding:.4rem .8rem;border-radius:6px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 2px 8px #fbbf244d}.service-platforms{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.service-detail-container{max-width:900px;margin:0 auto}.service-detail-header{display:flex;align-items:flex-start;gap:2rem;margin-bottom:2rem}.service-detail-icon{width:160px;height:160px;flex-shrink:0;border-radius:12px;overflow:hidden;border:2px solid rgba(212,175,55,.3);background:#ffffff0d}.service-detail-icon img{width:100%;height:100%;object-fit:cover}.service-detail-info{flex:1}.service-detail-title{font-size:2rem;margin-bottom:.5rem;color:var(--text)}.service-detail-price{font-size:1.5rem;color:var(--primary);font-weight:700}.service-detail-description,.service-detail-features{margin-bottom:2rem}.service-detail-description h2,.service-detail-features h2{font-size:1.3rem;margin-bottom:1.5rem;color:var(--text);font-weight:700}.service-detail-features{background:linear-gradient(135deg,#fbbf240d,#fbbf2405);border:1.5px solid rgba(251,191,36,.2);border-radius:12px;padding:2rem;box-shadow:0 4px 12px #00000026}.features-list{list-style:none;padding:0;margin:0}.features-list li{padding:1rem 0;padding-left:0;position:relative;color:#cbd5e1;font-size:1rem;line-height:1.6;display:flex;align-items:center}.features-list li:not(:last-child){border-bottom:1px solid rgba(251,191,36,.1)}.features-list li:before{content:"";display:none}.service-detail-options{margin-bottom:2rem;display:flex;gap:1rem;flex-wrap:wrap}.option-group{flex:1;min-width:200px}.option-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text)}.option-select{width:100%;padding:.75rem 1rem;background:#ffffff0d;border:1px solid rgba(212,175,55,.3);border-radius:6px;color:var(--text);font-size:1rem;cursor:pointer;transition:all .2s}.option-select:hover{border-color:var(--primary);background:#ffffff14}.option-select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #fbbf241a}.option-select option,.platform-select option,.version-select option,select option{background:#1a1f35;color:#f1f5f9;padding:.5rem}.service-detail-actions{display:flex;align-items:center;gap:.9rem;flex-wrap:wrap}.service-detail-actions .quantity-inline-controls{background:#fbbf241a;border:1px solid rgba(251,191,36,.25);border-radius:8px;padding:.35rem}.service-detail-actions .quantity-button{width:36px;height:36px;border-radius:6px;background:#fbbf24;border:none;color:#0a0e1a;font-weight:700}.service-detail-actions .quantity-button:hover:not(:disabled){background:#f59e0b;border-color:transparent}.service-detail-actions .quantity-input{height:36px;width:56px;max-width:56px;min-width:56px;border-radius:6px;background:#0a0e1acc;border:1px solid rgba(251,191,36,.35);color:#f1f5f9}.service-detail-actions .cta-button,.service-detail-actions .secondary-button{min-height:44px}.secondary-button{padding:1rem 2rem;background:#ffffff0d;color:var(--text);border:1px solid rgba(212,175,55,.3);border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.secondary-button:hover{background:#ffffff1a;border-color:var(--primary)}@media(max-width:768px){.service-detail-header{flex-direction:column}.service-detail-icon{width:100px;height:100px}.service-detail-title{font-size:1.5rem}.service-detail-features{padding:1.5rem}.service-detail-features h2{font-size:1.1rem}.features-list li{padding:.9rem 0;padding-left:0;font-size:.95rem}.service-detail-actions{flex-direction:column;align-items:flex-start}.service-detail-actions .quantity-inline-controls,.service-detail-actions .cta-button,.service-detail-actions .secondary-button{width:100%;justify-self:stretch}.service-detail-actions .quantity-inline-controls{width:fit-content;margin:0;align-self:flex-start}}.quantity-inline-controls{display:flex;align-items:center;gap:.3rem;background:#ffffff0d;border:1px solid rgba(212,175,55,.3);border-radius:8px;padding:.25rem;width:fit-content;height:auto;max-width:100%;min-width:0;box-sizing:border-box}.quantity-button{width:28px;height:28px;background:#fbbf241a;border:1px solid rgba(212,175,55,.3);border-radius:6px;color:var(--text);font-size:1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;line-height:1;-webkit-user-select:none;user-select:none;touch-action:manipulation}.quantity-button:hover:not(:disabled){background:#fbbf2433;border-color:var(--primary)}.quantity-button:disabled{opacity:.5;cursor:not-allowed}.quantity-input{width:52px;max-width:60px;padding:.25rem .3rem;background:#ffffff0d;border:1px solid rgba(212,175,55,.25);color:var(--text);font-size:.9rem;text-align:center;font-weight:700;min-width:44px;box-sizing:border-box;border-radius:6px}.quantity-input:focus{outline:none;border-color:var(--primary)}.quantity-input::-webkit-outer-spin-button,.quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity-input[type=number]{-moz-appearance:textfield;appearance:textfield}@media(max-width:900px){.quantity-controls{flex:1;justify-content:flex-end}}@media(max-width:768px){.quantity-inline-controls{display:flex;align-items:center;justify-content:center;width:fit-content;margin:0 auto;height:auto;gap:.4rem;padding:.35rem;background:#ffffff0d;border:1px solid rgba(212,175,55,.3);border-radius:8px;flex-wrap:nowrap}.quantity-button{width:30px;height:30px;font-size:1rem;border-radius:6px;flex:0 0 30px;padding:0;line-height:1}.quantity-input{flex:0 0 50px;height:30px;max-width:50px;font-size:15px;border-radius:6px;min-width:50px;padding:.25rem}.qty-btn{width:36px;height:36px;font-size:1.05rem}.qty-display{min-width:34px;font-size:.95rem;padding:.25rem .55rem}.service-detail-actions{flex-direction:column;width:100%}.service-detail-actions button,.service-detail-actions>*{width:100%}.service-detail-actions .quantity-inline-controls{width:fit-content;max-width:100%;align-self:center}.quantity-controls{width:100%;justify-content:center}.add-to-cart-btn{width:100%;min-width:auto;padding:.9rem 1.5rem;font-size:1rem}}@media(max-width:600px){.quantity-inline-controls{width:fit-content;margin:0 auto;padding:.3rem;gap:.35rem}.quantity-button{width:28px;height:28px;font-size:.95rem}.quantity-input{height:28px;font-size:13px;padding:.2rem;max-width:46px;min-width:46px;flex:0 0 46px}.qty-btn{width:34px;height:34px;font-size:1rem}.qty-display{min-width:32px;font-size:.9rem;padding:.2rem .45rem}.add-to-cart-btn{width:100%;padding:.8rem 1.2rem;font-size:.95rem}.service-detail-features{padding:1.25rem}.features-list li{padding:.85rem 0;padding-left:0;font-size:.9rem}}@media(max-width:480px){.quantity-inline-controls{width:fit-content;margin:0 auto;padding:.25rem;gap:.3rem;background:#fbbf240d;border:2px solid rgba(251,191,36,.25)}.quantity-button{width:26px;height:26px;font-size:.9rem;border-radius:6px;flex:0 0 26px}.quantity-input{flex:0 0 42px;height:26px;font-size:12px;padding:.2rem;min-width:42px;max-width:42px}.quantity-controls{width:100%;justify-content:space-around;gap:.45rem;padding:.6rem;background:#fbbf240d;border:2px solid rgba(251,191,36,.25);border-radius:8px}.qty-btn{width:32px;height:32px;font-size:.95rem;border-radius:8px;flex:0 0 32px}.qty-display{min-width:30px;font-size:.85rem;padding:.2rem .4rem}.add-to-cart-btn{width:100%;padding:.75rem 1rem;font-size:.9rem;min-width:auto}.service-detail-actions{gap:.75rem}.service-detail-actions>button,.service-detail-actions>div{width:100%}.service-detail-features{padding:1rem}.service-detail-features h2{font-size:1rem;margin-bottom:1rem}.features-list li{padding:.75rem 0;padding-left:0;font-size:.85rem}.features-list li:before{display:none}}.user-menu-backdrop{position:fixed;inset:0;background:transparent;z-index:1000;opacity:0;animation:fadeIn .2s ease-out forwards}@keyframes fadeIn{to{opacity:1}}.user-menu{position:fixed;top:80px;right:20px;width:calc(100vw - 40px);max-width:340px;max-height:calc(100vh - 100px);background:linear-gradient(135deg,#1a1f35fa,#0f172afa);backdrop-filter:blur(10px);border:1px solid rgba(251,191,36,.2);border-radius:16px;box-shadow:0 20px 60px #00000080,0 0 40px #fbbf241a;z-index:1001;display:flex;flex-direction:column;opacity:0;transform:translateY(-20px) scale(.95);transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.user-menu.open{opacity:1;transform:translateY(0) scale(1)}.user-menu-header{padding:1.25rem 1.25rem 1rem;border-bottom:1px solid rgba(251,191,36,.15);position:relative;background:#0a0e1a80}.close-btn{position:absolute;top:.75rem;right:.75rem;background:#fbbf241a;border:none;font-size:1.5rem;color:#fbbf24;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s;line-height:1}.close-btn:hover{background:#fbbf2433;color:#f59e0b;transform:scale(1.1)}.user-info{display:flex;align-items:center;gap:.875rem;padding-right:2.5rem}.user-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#fbbf24,#f59e0b);display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:600;color:#0a0e1a;flex-shrink:0;box-shadow:0 4px 12px #fbbf244d}.user-details{flex:1;min-width:0}.user-name{font-size:1rem;font-weight:700;color:#f8fafc;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-email{font-size:.8rem;color:#94a3b8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.guest-text{font-size:.95rem;color:#94a3b8;font-weight:600}.user-menu-content{flex:1;padding:.5rem 0;overflow-y:auto;max-height:calc(100vh - 280px)}.user-menu-content::-webkit-scrollbar{width:6px}.user-menu-content::-webkit-scrollbar-track{background:#0a0e1a4d}.user-menu-content::-webkit-scrollbar-thumb{background:#fbbf244d;border-radius:3px}.user-menu-content::-webkit-scrollbar-thumb:hover{background:#fbbf2480}.menu-section{padding:.375rem 0}.menu-section+.menu-section{border-top:1px solid rgba(251,191,36,.1);margin-top:.375rem;padding-top:.75rem}.menu-section-title{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#fbbf24;padding:0 1.25rem;margin-bottom:.375rem}.menu-item{width:100%;display:flex;align-items:center;gap:.875rem;padding:.75rem 1.25rem;background:transparent;border:none;color:#cbd5e1;text-decoration:none;cursor:pointer;transition:all .2s;font-size:.9rem;font-weight:500}.menu-item:hover{background:#fbbf241a;color:#fbbf24;padding-left:1.5rem}.menu-item.active{background:#fbbf2426;color:#fbbf24;font-weight:600;border-left:3px solid #fbbf24;padding-left:calc(1.25rem - 3px)}.menu-item.logout{color:#ef4444}.menu-item.logout:hover{background:#ef44441a;color:#f87171}.menu-category-group,.menu-category-group .menu-item{position:relative}.menu-expand-arrow{font-size:.6rem;margin-left:auto;transition:transform .2s;flex-shrink:0}.menu-category-group .menu-item.expanded .menu-expand-arrow{transform:rotate(90deg)}.game-submenu{background:#0a0e1a99;border-left:2px solid rgba(251,191,36,.2);margin:0 .75rem 0 0;padding:.25rem 0;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.submenu-item{width:100%;display:flex;align-items:center;padding:.6rem 1.25rem .6rem 2rem;background:transparent;border:none;color:#94a3b8;text-decoration:none;cursor:pointer;transition:all .2s;font-size:.85rem;font-weight:400;text-align:left}.submenu-item:hover{background:#fbbf2414;color:#cbd5e1;padding-left:calc(2rem + 4px)}.submenu-item.active{background:#fbbf241f;color:#fbbf24;font-weight:500;border-left:2px solid #fbbf24;padding-left:calc(2rem - 2px)}.submenu-item.loading,.submenu-item.empty{cursor:default;color:#64748b;font-style:italic}.submenu-item.loading:hover,.submenu-item.empty:hover{background:transparent;padding-left:2rem}.menu-icon{font-size:1.1rem;flex-shrink:0;width:24px;text-align:center}.menu-label{flex:1;text-align:left}.user-menu-footer{padding:.875rem 1.25rem;border-top:1px solid rgba(251,191,36,.15);background:#0a0e1a80}.discord-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem;background:#4f46e5;border:1px solid #4f46e5;border-radius:10px;color:#fff;text-decoration:none;transition:all .2s;font-weight:600;font-size:.85rem}.discord-item:hover{background:#4338ca;border-color:#4338ca;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #4f46e566}.discord-icon-small{width:20px;height:20px;object-fit:contain}@media(max-width:768px){.user-menu{top:70px;right:10px;left:10px;width:auto;max-width:none}}@media(max-width:480px){.user-menu{top:60px;right:10px;left:10px;width:auto;max-width:none}.user-avatar{width:40px;height:40px;font-size:1rem}.user-name{font-size:.9rem}.user-email{font-size:.75rem}}.category-dropdown{position:relative;display:inline-block}.category-dropdown-trigger{background:none;border:none;color:inherit;font:inherit;cursor:pointer;padding:.5rem 1rem;text-decoration:none;display:flex;align-items:center;gap:.3rem;transition:color .2s}.category-dropdown-trigger:hover{color:var(--gold)}.category-dropdown-trigger.active{color:var(--gold);font-weight:600}.dropdown-arrow{font-size:.7em;transition:transform .2s}.category-dropdown-trigger:hover .dropdown-arrow{transform:translateY(2px)}.category-dropdown-content{position:absolute;top:100%;left:50%;transform:translate(-50%);background:#0f1729;border:1px solid rgba(212,175,55,.3);border-radius:8px;min-width:500px;max-width:600px;padding:2rem 1.5rem 1.5rem;z-index:9999;box-shadow:0 8px 24px #000000e6;opacity:0;pointer-events:none;transition:opacity .15s ease-in,transform .15s ease-in;margin-top:0;backdrop-filter:blur(10px)}.category-dropdown-content:before{content:"";position:absolute;top:0;left:0;right:0;height:1.5rem;background:transparent}.category-dropdown:hover .category-dropdown-content{opacity:1;pointer-events:all;transform:translate(-50%) translateY(0)}.dropdown-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;margin-top:.5rem;padding-bottom:.75rem;border-bottom:1px solid rgba(212,175,55,.2)}.dropdown-title{font-size:1.1rem;font-weight:600;color:var(--gold)}.dropdown-search{position:relative;margin-bottom:1rem}.dropdown-search input{width:100%;padding:.6rem 1rem;background:#ffffff0d;border:1px solid rgba(212,175,55,.3);border-radius:6px;color:var(--white);font-size:.9rem;transition:all .2s}.dropdown-search input:focus{outline:none;border-color:var(--gold);background:#ffffff14}.dropdown-search input::placeholder{color:#fff6}.popular-games-section h3{font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:#fff9;margin-bottom:.75rem;font-weight:500}.games-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.game-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#ffffff08;border:1px solid rgba(212,175,55,.2);border-radius:6px;cursor:pointer;transition:all .2s;text-decoration:none;color:inherit}.game-item:hover{background:#d4af371a;border-color:var(--gold);transform:translateY(-2px)}.game-item.coming-soon{opacity:.6;cursor:not-allowed;pointer-events:none}.game-icon{width:40px;height:40px;border-radius:6px;object-fit:cover;flex-shrink:0;background:#ffffff0d}.game-info{flex:1;min-width:0}.game-name{font-weight:500;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.game-badge{display:inline-block;font-size:.7rem;padding:.2rem .5rem;background:#d4af3733;color:var(--gold);border-radius:3px;margin-top:.25rem;text-transform:uppercase;letter-spacing:.05em}.no-games-message{text-align:center;padding:2rem 1rem;color:#ffffff80;font-size:.9rem}@media(max-width:768px){.category-dropdown-content{position:fixed;left:1rem;right:1rem;transform:none;min-width:0;max-width:none}.category-dropdown-content.mobile-open{opacity:1;pointer-events:all}.games-grid{grid-template-columns:1fr}}@media(min-width:769px){.category-dropdown-content{display:none}.category-dropdown:hover .category-dropdown-content{display:block;opacity:1;pointer-events:all}}.header{background:linear-gradient(90deg,#1e40af,#0c2461);padding:1.2rem 1.5rem;box-shadow:0 10px 30px #3b82f64d;position:sticky;top:0;z-index:100;backdrop-filter:blur(6px)}.header-content{width:100%;max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:1rem}.brand{display:flex;align-items:center;gap:.8rem;background:transparent;border:none;padding:0;cursor:pointer;color:#fff}.logo-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:#ffffff14;border-radius:16px;padding:.55rem}.logo-icon img{width:86px;height:86px;object-fit:contain}.brand-name{font-size:1.6rem;font-weight:800;letter-spacing:.3px}.nav{display:flex;gap:.8rem;flex:1;justify-content:center;align-items:center}.nav-link{color:#e2e8f0;text-decoration:none;font-weight:600;font-size:1.05rem;padding:.7rem 1.15rem;border-radius:10px;transition:background .2s ease,color .2s ease,transform .2s ease}.nav-link:hover{background:#ffffff24;color:#fff;transform:translateY(-1px)}.nav-link.active{background:#fff3;color:#fff}.nav-actions{display:flex;align-items:center;gap:.6rem;margin-left:.5rem;flex-wrap:nowrap}.nav-actions{margin-left:auto}.currency-switcher{display:inline-flex;align-items:center;gap:.35rem;color:#e2e8f0;font-size:.85rem;background:#ffffff14;border:1px solid rgba(255,255,255,.18);padding:.25rem .55rem;border-radius:999px}.currency-switcher select{background:transparent;border:none;color:#fff;padding:.1rem;border-radius:6px;font-weight:700}.currency-switcher select option{background:#0a0e1a;color:#fff}.currency-switcher select:focus{outline:2px solid #fbbf24;outline-offset:2px}.currency-badge{display:inline-flex;align-items:center;justify-content:center;color:#0a0e1a;font-size:.85rem;font-weight:700;background:#fbbf24;padding:.35rem .7rem;border-radius:999px;letter-spacing:.5px;box-shadow:0 2px 8px #fbbf244d;cursor:pointer;position:relative;transition:all .2s ease;min-width:56px;white-space:nowrap;font-variant-numeric:tabular-nums}.currency-badge:hover{transform:scale(1.05)}.currency-dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%);background:#fff;border:2px solid #fbbf24;border-radius:12px;margin-top:.5rem;box-shadow:0 8px 24px #0003;z-index:1000;min-width:120px;overflow:hidden}.currency-option{display:block;width:100%;padding:.75rem 1rem;background:transparent;border:none;color:#1e40af;font-weight:700;text-align:center;cursor:pointer;transition:all .2s ease;font-size:.95rem}.currency-option:hover,.currency-option.active{background:#fbbf24;color:#0a0e1a}.currency-option:not(:last-child){border-bottom:1px solid #e5e7eb}.user-greeting{color:#fbbf24;font-weight:600;font-size:.95rem}.logout-btn{background:transparent;cursor:pointer}.discord-link,.ghost-link,.primary-link{text-decoration:none;font-weight:700;border-radius:999px;padding:.5rem .9rem;transition:all .2s ease}.discord-link{color:#e2e8f0;border:1px solid rgba(255,255,255,.25);background:#ffffff14;display:inline-flex;align-items:center;gap:.35rem}.discord-link:hover{background:#ffffff29;transform:translateY(-1px)}.discord-icon{width:18px;height:18px;object-fit:contain}.ghost-link{color:#fff;border:1px solid rgba(255,255,255,.3);background:#ffffff1a}.ghost-link:hover{background:#fff3;transform:translateY(-1px)}.primary-link{background:#fbbf24;color:#0a0e1a;box-shadow:0 10px 25px #fbbf244d}.primary-link:hover{transform:translateY(-1px);box-shadow:0 14px 30px #0000004d}.cart-button{background:#fbbf24;color:#0a0e1a;border:none;padding:.8rem 1.4rem;border-radius:12px;font-weight:700;cursor:pointer;font-size:1.1rem;transition:all .2s ease;box-shadow:0 4px 12px #fbbf2447;min-width:150px;white-space:nowrap;font-variant-numeric:tabular-nums}.cart-button:hover{transform:translateY(-1px);box-shadow:0 6px 20px #0000004d}.cart-button:active{transform:translateY(0)}.menu-button{background:#ffffff1a;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.6rem .95rem;border-radius:12px;font-weight:700;cursor:pointer;font-size:1.2rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:48px;height:48px;flex-shrink:0}.menu-button:hover{background:#fff3;transform:translateY(-1px)}.menu-button:active{transform:translateY(0)}.menu-icon{font-size:1.5rem;line-height:1}@media(max-width:1024px){.header-content{flex-wrap:wrap;gap:1rem}.logo-icon img{width:120px;height:120px}.nav{margin-left:0}}@media(max-width:768px){.header{padding:.9rem 1rem}.header-content{flex-direction:row;align-items:center;justify-content:space-between;gap:.6rem;flex-wrap:nowrap}.brand{flex:0 0 auto;justify-content:flex-start;min-width:0;gap:.5rem}.brand-name,.nav{display:none}.nav-actions{display:flex;align-items:center;gap:.5rem;margin-left:auto;flex-wrap:nowrap;flex-shrink:0}.currency-badge{display:inline-flex;padding:.4rem .7rem;font-size:.8rem;white-space:nowrap;min-width:52px}.discord-link,.ghost-link,.primary-link{display:none}.cart-button{padding:.55rem .8rem;font-size:.95rem;white-space:nowrap;min-width:120px}.menu-button{display:flex;padding:.55rem .8rem}.logo-icon{padding:.4rem}.logo-icon img{width:62px;height:62px}}@media(max-width:600px){.brand-name{font-size:1.2rem}.nav-link,.ghost-link,.primary-link,.cart-button,.menu-button{font-size:.9rem;padding:.55rem .9rem}}@media(max-width:480px){.header{padding:.8rem .85rem}.header-content{gap:.5rem}.brand-name{font-size:1.1rem}.logo-icon img{width:56px;height:56px}.currency-badge{padding:.35rem .6rem;font-size:.75rem}.cart-button,.menu-button{font-size:.9rem;padding:.5rem .7rem}.cart-icon{width:20px;height:20px}}.footer{background:var(--card-bg);border-top:1px solid var(--border-color);padding:3rem 2rem 2rem;margin-top:auto;min-height:280px;contain:layout style paint;will-change:auto}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;min-height:140px}.footer-section h3{color:var(--text-primary);font-size:1rem;font-weight:600;margin-bottom:1rem;min-height:1.5rem}.footer-links{display:flex;flex-direction:column;gap:.75rem;min-height:100px}.footer-links a{color:var(--text-secondary);text-decoration:none;font-size:.9rem;transition:color .2s}.footer-links a:hover{color:var(--primary-color)}.footer-bottom{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border-color);text-align:center;color:var(--text-secondary);font-size:.875rem;min-height:3rem}.discord-link{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#4f46e5;color:#fff;border-radius:8px;text-decoration:none;font-weight:500;transition:background .2s}.discord-link:hover{background:#4338ca;color:#fff}.discord-icon{width:20px;height:20px}@media(max-width:768px){.footer{padding:2rem 1rem 1.5rem;min-height:400px}.footer-container{grid-template-columns:1fr;gap:1.5rem;min-height:320px;text-align:center}.footer-section{display:flex;flex-direction:column;align-items:center}.footer-links{align-items:center}.footer-links a{text-align:center}.discord-link{justify-content:center}}.scroll-to-top-btn{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#0a0e1a;border:none;border-radius:50%;font-size:24px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 6px 20px #fbbf2466;z-index:9999;-webkit-tap-highlight-color:transparent;touch-action:manipulation;user-select:none;-webkit-user-select:none}.scroll-to-top-btn.is-hidden{opacity:0;pointer-events:none;transform:translateY(8px) scale(.96)}.scroll-to-top-btn:hover{transform:translateY(-4px);box-shadow:0 8px 25px #fbbf2499}.scroll-to-top-btn:active{transform:translateY(-1px)}@media(max-width:600px){.scroll-to-top-btn{bottom:20px;right:20px;width:48px;height:48px;font-size:22px}}.cookie-banner{position:fixed;right:30px;bottom:96px;z-index:1000;max-width:300px;width:calc(100% - 60px);font-family:Space Grotesk,Montserrat,Trebuchet MS,sans-serif;animation:cookie-rise .35s ease-out}.cookie-banner__content{background:linear-gradient(160deg,#121a30f2,#0a0e1aeb);border:1px solid rgba(255,255,255,.15);box-shadow:0 18px 45px #05081073;color:#e2e8f0;padding:14px 16px;border-radius:18px;backdrop-filter:blur(12px)}.cookie-banner__content p{font-size:.95rem;line-height:1.5;margin:0 0 10px;color:#cbd5f5}.cookie-banner__content a{color:#fbbf24;text-decoration:none;font-weight:700}.cookie-banner__content a:hover{text-decoration:underline}.cookie-banner__actions{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap}.cookie-banner__btn{border:none;border-radius:999px;padding:6px 14px;font-weight:700;cursor:pointer;background:#fbbf24;color:#111827;box-shadow:0 8px 18px #fbbf244d;transition:transform .2s ease,box-shadow .2s ease}.cookie-banner__btn:hover{transform:translateY(-1px);box-shadow:0 10px 20px #fbbf2466}.cookie-banner__btn--ghost{background:transparent;color:#e2e8f0;border:1px solid rgba(226,232,240,.4);box-shadow:none}.cookie-banner__btn--ghost:hover{background:#e2e8f01f}@keyframes cookie-rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(max-width:640px){.cookie-banner{right:20px;left:auto;bottom:80px;width:calc(100% - 40px)}.cookie-banner__actions{justify-content:stretch}.cookie-banner__btn{flex:1;text-align:center}}.status-banner{display:flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;margin:0;width:100%;border-radius:0;border:1px solid rgba(59,130,246,.35);border-left:none;border-right:none;background:linear-gradient(120deg,#3b82f626,#0f172a66);color:#e2e8f0;font-size:.95rem;letter-spacing:.01em;text-align:center}.status-banner__content{display:flex;align-items:center;gap:.75rem;animation:statusFade .45s ease}.status-pill{padding:.2rem .6rem;border-radius:999px;font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;background:#3b82f633;color:#93c5fd;border:1px solid rgba(59,130,246,.5);flex-shrink:0}.status-message{color:#e2e8f0;line-height:1.4}@keyframes statusFade{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.status-banner--warning{border-color:#fbbf2480;background:linear-gradient(120deg,#fbbf241f,#0f172a66)}.status-banner--warning .status-pill{background:#fbbf2433;color:#fcd34d;border-color:#fbbf248c}.status-banner--outage{border-color:#ef44448c;background:linear-gradient(120deg,#ef444424,#0f172a66)}.status-banner--outage .status-pill{background:#ef444433;color:#fecaca;border-color:#ef444499}.status-banner--success{border-color:#22c55e8c;background:linear-gradient(120deg,#22c55e1f,#0f172a66)}.status-banner--success .status-pill{background:#22c55e33;color:#bbf7d0;border-color:#22c55e99}.status-banner--maintenance{border-color:#fbbf2480;background:linear-gradient(120deg,#fbbf241f,#0f172a66)}.status-banner--maintenance .status-pill{background:#fbbf2433;color:#fcd34d;border-color:#fbbf248c}@media(max-width:768px){.status-banner__content{flex-direction:column}}@media(prefers-reduced-motion:reduce){.status-banner__content{animation:none}}.loading-spinner{display:flex;align-items:center;justify-content:center;padding:3rem 1rem;min-height:200px}.loading-spinner--fullscreen{position:fixed;inset:0;background:#0a0e1af2;backdrop-filter:blur(8px);z-index:9999;min-height:100vh}.spinner-container{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.spinner{width:50px;height:50px;border:4px solid rgba(251,191,36,.1);border-top-color:#fbbf24;border-radius:50%;animation:spin .8s linear infinite}.loading-message{color:#cbd5e1;font-size:1rem;font-weight:500;letter-spacing:.02em;animation:pulse 1.5s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.loading-spinner--small .spinner{width:32px;height:32px;border-width:3px}.loading-spinner--small .loading-message{font-size:.875rem}.loading-spinner--large .spinner{width:64px;height:64px;border-width:5px}.loading-spinner--large .loading-message{font-size:1.125rem}.banner{background:#0a1024;padding:4rem 2rem;text-align:center;position:relative;overflow:hidden;min-height:320px;display:flex;align-items:center;justify-content:center}.banner-particles{position:absolute;inset:0;z-index:0}.banner-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#0c1222cc,#1e40af59);pointer-events:none;z-index:1;box-shadow:inset 0 0 120px #00000059}.banner:before{content:"";position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:#ffffff1a;border-radius:50%;z-index:0}.banner:after{content:"";position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:#ffffff0d;border-radius:50%;z-index:0}.banner-content{position:relative;z-index:2;color:#fff;max-width:960px}.banner-title{font-size:3rem;font-weight:800;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.3)}.banner-subtitle{font-size:1.3rem;opacity:.95;text-shadow:0 1px 5px rgba(0,0,0,.2)}.banner-actions{display:inline-flex;gap:.8rem;margin-top:1.4rem}.primary-btn,.ghost-btn{border:none;border-radius:999px;padding:.85rem 1.4rem;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.primary-btn{background:#fbbf24;color:#0a0e1a;box-shadow:0 10px 30px #fbbf2459;font-size:1.4rem;padding:1rem 5rem}.primary-btn:hover{transform:translateY(-2px);box-shadow:0 14px 40px #0000004d}.ghost-btn{background:#ffffff1f;color:#fff;border:1px solid rgba(255,255,255,.35)}.ghost-btn:hover{transform:translateY(-2px);background:#fff3}.banner-accent{position:absolute;bottom:0;width:100%;height:5px;background:linear-gradient(90deg,transparent,#60a5fa,transparent);animation:glow 2s ease-in-out infinite;z-index:2}@keyframes glow{0%,to{opacity:.5}50%{opacity:1}}@media(max-width:768px){.banner{padding:2.5rem 1.5rem;min-height:200px}.banner-title{font-size:2rem}.banner-subtitle{font-size:1rem}}@media(max-width:1024px){.banner{padding:3.5rem 2rem;min-height:280px}.banner-title{font-size:2.5rem}.banner-subtitle{font-size:1.1rem}}@media(max-width:600px){.banner{padding:2rem 1rem;min-height:160px}.banner-title{font-size:1.6rem;margin-bottom:.7rem}.banner-subtitle{font-size:.9rem}}@media(max-width:480px){.banner{padding:1.5rem .8rem;min-height:140px}.banner-title{font-size:1.3rem;margin-bottom:.5rem}.banner-subtitle{font-size:.8rem}}
