.upsell-overlay{position:fixed;inset:0;z-index:9999;background:#000000d1;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;animation:upsell-fade-in .25s ease-out}.upsell-modal{width:90%;max-width:780px;max-height:92vh;background:#141418;border-radius:20px;border:1px solid rgba(124,58,237,.35);box-shadow:0 24px 60px #000000bf,0 0 0 1px #7c3aed14,0 0 48px #7c3aed1a;display:flex;flex-direction:column;overflow:hidden;animation:upsell-slide-up .3s ease-out}.upsell-header{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.25rem;flex-shrink:0;border-bottom:1px solid rgba(124,58,237,.12)}.upsell-header-spacer{width:36px;display:block}.upsell-nav-btn{width:36px;height:36px;border-radius:50%;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#ffffff8c;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s;flex-shrink:0}.upsell-nav-btn:hover{background:#ffffff1f;color:#fff}.upsell-progress{display:flex;gap:8px;align-items:center}.progress-dot{width:8px;height:8px;border-radius:50%;background:#ffffff26;transition:all .3s ease;flex-shrink:0}.progress-dot.active{width:22px;border-radius:4px;background:linear-gradient(90deg,#ef4444,#a855f7);box-shadow:0 0 10px #a855f773}.progress-dot.done{background:#a855f7}.choice-step{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2.25rem 2rem 2.5rem;overflow-y:auto}.upsell-icon-circle{width:80px;height:80px;background:linear-gradient(135deg,#ef4444,#a855f7);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;box-shadow:0 8px 24px #7c3aed66,0 0 0 8px #7c3aed14;flex-shrink:0}.upsell-title{font-size:1.75rem;font-weight:700;color:#fff;margin:0 0 .5rem;line-height:1.2}.upsell-subtitle{font-size:.95rem;color:#ffffff80;margin:0 0 2rem;line-height:1.5}.choice-cards{display:grid;grid-template-columns:1fr 1fr;gap:1rem;width:100%;max-width:460px;margin-bottom:1.75rem}.choice-card{position:relative;background:#0d0d0d;border:1px solid #1e1e1e;border-radius:14px;padding:2rem 1rem;display:flex;flex-direction:column;align-items:center;text-align:center;cursor:pointer;color:inherit;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;overflow:hidden}.choice-card:before{content:"";position:absolute;inset:0;padding:1px;border-radius:inherit;background:linear-gradient(135deg,#ef4444,#a855f7);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;opacity:0;transition:opacity .18s ease}.choice-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000008c;border-color:transparent}.choice-card:hover:before{opacity:1}.choice-card-icon{margin-bottom:1rem}.choice-card-name{font-size:1.05rem;font-weight:600;color:#fff;margin-bottom:.4rem;display:block}.choice-card-desc{font-size:.8rem;color:#fff6;line-height:1.4;display:block}.upsell-skip-link{background:none;border:none;color:#ffffff4d;font-size:.875rem;cursor:pointer;padding:.4rem .75rem;transition:color .2s;text-decoration:underline;text-underline-offset:3px;white-space:nowrap}.upsell-skip-link:hover{color:#fff9}.content-step{display:flex;flex-direction:column;flex:1;overflow:hidden;min-height:0}.step-title{font-size:1.4rem;font-weight:700;color:#fff;margin:0;padding:1.25rem 1.5rem .25rem;flex-shrink:0}.step-subtitle{font-size:.875rem;color:#ffffff73;margin:0;padding:0 1.5rem .875rem;flex-shrink:0}.step-scroll-body{flex:1;overflow-y:auto;padding:0 1.25rem .75rem;scrollbar-width:thin;scrollbar-color:rgba(124,58,237,.4) transparent}.step-scroll-body::-webkit-scrollbar{width:4px}.step-scroll-body::-webkit-scrollbar-track{background:transparent}.step-scroll-body::-webkit-scrollbar-thumb{background:#7c3aed66;border-radius:2px}.upsell-loading{display:flex;justify-content:center;align-items:center;min-height:220px}.upsell-spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.08);border-top-color:#a855f7;border-radius:50%;animation:upsell-spin .8s linear infinite}.upsell-empty{text-align:center;color:#ffffff59;padding:3rem 1rem;font-size:.9rem}.games-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.game-card{background:#0d0d0d;border:1px solid #1e1e1e;border-radius:12px;overflow:hidden;cursor:pointer;position:relative;display:flex;flex-direction:column;text-align:left;color:inherit;padding:0;transition:border-color .18s ease,box-shadow .18s ease}.game-card:hover{border-color:#a855f773;box-shadow:0 6px 20px #00000080}.game-card.selected{border-color:#a855f7;box-shadow:0 0 16px #a855f74d}.game-card-check{position:absolute;top:8px;right:8px;width:22px;height:22px;background:linear-gradient(135deg,#ef4444,#a855f7);border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2;color:#fff}.game-card-badge{position:absolute;top:8px;left:8px;background:#000000a6;backdrop-filter:blur(4px);color:#fff;font-size:.62rem;font-weight:700;padding:.18rem .45rem;border-radius:20px;z-index:2;text-transform:uppercase;letter-spacing:.05em}.game-card-img-wrap{width:100%;aspect-ratio:3 / 4;background:#111;overflow:hidden;flex-shrink:0}.game-card-img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;display:block}.game-card:hover .game-card-img{transform:scale(1.05)}.game-card-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.game-card-info{padding:.6rem .7rem .75rem;display:flex;flex-direction:column;gap:.18rem}.game-card-name{font-size:.78rem;font-weight:600;color:#f0f0f0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.game-card-desc{font-size:.68rem;color:#ffffff59;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.game-card-price{font-size:.72rem;color:#a855f7;font-weight:600;margin-top:.15rem}.addons-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.addon-card{background:#0d0d0d;border:1px solid #1e1e1e;border-radius:12px;padding:.875rem;display:flex;gap:.875rem;transition:border-color .18s ease,background .18s ease}.addon-card.added{border-color:#a855f773;background:#a855f70f}.addon-card-img{width:68px;height:68px;border-radius:8px;object-fit:cover;flex-shrink:0}.addon-card-img-placeholder{width:68px;height:68px;border-radius:8px;background:#ffffff0a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.addon-card-info{flex:1;display:flex;flex-direction:column;gap:.2rem;min-width:0}.addon-card-name{font-size:.85rem;font-weight:600;color:#f0f0f0;line-height:1.3}.addon-card-desc{font-size:.73rem;color:#ffffff61;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.addon-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:.5rem;gap:.5rem}.addon-card-price{font-size:.78rem;color:#a855f7;font-weight:600}.addon-toggle-btn{background:#a855f71a;border:1.5px solid rgba(168,85,247,.35);color:#c084fc;font-size:.73rem;font-weight:700;padding:.28rem .65rem;border-radius:20px;cursor:pointer;transition:background .15s,border-color .15s,color .15s;white-space:nowrap;flex-shrink:0}.addon-toggle-btn:hover{background:#a855f738}.addon-toggle-btn.added{background:linear-gradient(90deg,#ef4444,#a855f7);border-color:transparent;color:#fff}.upsell-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.5rem;background:#0a0a0ef5;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid rgba(124,58,237,.15);flex-shrink:0}.footer-summary{font-size:.875rem;color:#ffffff80;font-weight:500;white-space:nowrap}.footer-actions{display:flex;align-items:center;gap:.875rem;flex-shrink:0}.upsell-cta-btn{background:linear-gradient(90deg,#ef4444,#a855f7);border:none;border-radius:50px;color:#fff;font-size:.9rem;font-weight:700;padding:.7rem 1.5rem;cursor:pointer;transition:opacity .2s,transform .2s,box-shadow .2s;white-space:nowrap}.upsell-cta-btn:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 6px 20px #7c3aed66}.upsell-cta-btn:active{transform:translateY(0);opacity:1}@keyframes upsell-fade-in{0%{opacity:0}to{opacity:1}}@keyframes upsell-slide-up{0%{transform:translateY(22px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes upsell-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes upsell-spin{to{transform:rotate(360deg)}}@media(max-width:639px){.upsell-overlay{align-items:flex-end;padding:0}.upsell-modal{width:100%;max-width:100%;max-height:92vh;border-radius:20px 20px 0 0;border-bottom:none;animation:upsell-sheet-up .35s cubic-bezier(.25,.46,.45,.94)}.upsell-modal:before{content:"";display:block;width:36px;height:4px;background:#ffffff2e;border-radius:2px;margin:.75rem auto 0;flex-shrink:0}.upsell-header{padding:.375rem 1rem .5rem}.choice-step{padding:.875rem 1.25rem 1.375rem;overflow:hidden}.upsell-icon-circle{width:52px;height:52px;margin-bottom:.75rem;box-shadow:0 6px 16px #7c3aed59}.upsell-icon-circle svg{width:28px;height:28px}.upsell-title{font-size:1.2rem;margin-bottom:.25rem}.upsell-subtitle{font-size:.82rem;margin-bottom:1rem}.choice-cards{grid-template-columns:1fr 1fr;max-width:100%;gap:.75rem;margin-bottom:1rem}.choice-card{padding:1.1rem .75rem}.choice-card-icon{margin-bottom:.5rem}.choice-card-icon svg{width:36px;height:36px}.choice-card-name{font-size:.9rem;margin-bottom:.2rem}.choice-card-desc{font-size:.72rem}.upsell-skip-link{font-size:.8rem;padding:.25rem .5rem}.games-grid{grid-template-columns:repeat(2,1fr)}.addons-grid{grid-template-columns:1fr}.upsell-footer{flex-direction:column;align-items:stretch;text-align:center}.footer-actions{justify-content:center;flex-wrap:wrap}.step-title{font-size:1.2rem}.upsell-cta-btn{width:100%;justify-content:center}}
