.shop-page{padding:.5rem .25rem}.shop-admin-preview{background:rgba(255,193,7,.12);border:1px solid rgba(255,193,7,.35);color:#ffd966;padding:.85rem 1.1rem;border-radius:8px;margin-bottom:1rem;font-size:.95rem}.shop-admin-preview strong{color:#ffe08a}.shop-hero{background:linear-gradient(135deg,#1a1f2e 0,#2d1b4e 100%);border-radius:12px;padding:2rem 1.5rem;margin-bottom:1.5rem;text-align:center;color:#fff}.shop-hero h1{font-size:1.875rem;margin:0 0 .5rem}.shop-hero p{margin:0;opacity:.85}.shop-game-tabs{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:.5rem;margin-bottom:1rem;padding:.25rem 0 .75rem;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.shop-tab{flex:0 0 auto;padding:.75rem 1.1rem;border-radius:999px;background:rgba(255,255,255,.05);color:var(--text-color,#e9ecef);text-decoration:none;white-space:nowrap;font-size:.9rem;line-height:1.2;min-height:44px;display:inline-flex;align-items:center;transition:background .15s ease}.shop-tab:hover{background:rgba(255,255,255,.1);text-decoration:none}.shop-tab.is-active{background:#0ff;color:#0a0e1a;font-weight:600}.shop-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem;padding:0 .25rem;color:var(--text-muted,#adb5bd);font-size:.85rem}.shop-toolbar select{background-color:#1a1f2e;color:var(--text-color,#e9ecef);border:1px solid rgba(0,255,255,.25);border-radius:6px;padding:.5rem 2rem .5rem .7rem;font-size:1rem;min-height:44px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'><path d='M2 4l4 4 4-4' stroke='%2300ffff' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");background-repeat:no-repeat;background-position:right .6rem center;transition:border-color .15s ease}.shop-toolbar select:hover{border-color:rgba(0,255,255,.5)}.shop-toolbar select:focus{outline:0;border-color:#0ff;box-shadow:0 0 0 2px rgba(0,255,255,.2)}.shop-toolbar select option{background-color:#1a1f2e;color:var(--text-color,#e9ecef)}.shop-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width:576px){.shop-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.shop-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1200px){.shop-grid{grid-template-columns:repeat(4,1fr)}}.shop-card{display:flex;flex-direction:column;background:var(--card-bg,#1f2933);border-radius:10px;overflow:hidden;text-decoration:none;color:inherit;border:1px solid rgba(255,255,255,.05);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.shop-card:hover{transform:translateY(-3px);border-color:#00ffff66;box-shadow:0 8px 24px rgba(0,0,0,.4);text-decoration:none;color:inherit}.shop-card-cover{position:relative;aspect-ratio:16/9;background:rgba(0,0,0,.25);overflow:hidden}.shop-card-cover img{width:100%;height:100%;object-fit:cover}.shop-card-cover-empty{display:flex;align-items:center;justify-content:center;height:100%;color:rgba(255,255,255,.3);font-size:3rem}.shop-card-game{position:absolute;top:8px;left:8px;background:rgba(0,0,0,.7);color:#0ff;font-size:.7rem;font-weight:700;padding:.2rem .5rem;border-radius:4px;letter-spacing:.05em}.shop-card-body{padding:.875rem 1rem 1rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.shop-card-body h3{font-size:1rem;margin:0;line-height:1.3}.shop-card-body p{font-size:.85rem;color:var(--text-muted,#adb5bd);margin:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.shop-card-rating{display:flex;align-items:center;gap:.2rem;margin-top:.4rem;font-size:.75rem}.shop-card-rating i.fa-star{color:#cbd5e0}.shop-card-rating i.fa-star.is-filled{color:#f6ad55}.shop-card-rating span{margin-left:.15rem;color:#a0aec0;font-size:.75rem}.shop-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:.5rem}.shop-price{font-size:1.1rem;color:#0ff}.shop-price-old{color:var(--text-muted,#adb5bd);text-decoration:line-through;font-size:.85rem;margin-left:.4rem}.shop-card-cta{color:#0ff;font-size:.85rem;font-weight:500}.shop-search{display:flex;align-items:center;gap:.5rem;flex:1 1 240px;max-width:360px}.shop-search-field{position:relative;flex:1;margin:0}.shop-search-icon{position:absolute;left:.7rem;top:50%;transform:translateY(-50%);color:rgba(0,255,255,.6);font-size:.85rem;pointer-events:none}.shop-search-field input[type=search]{width:100%;background-color:#1a1f2e;color:var(--text-color,#e9ecef);border:1px solid rgba(0,255,255,.25);border-radius:6px;padding:.5rem .7rem .5rem 2rem;font-size:1rem;min-height:44px;transition:border-color .15s ease;-webkit-appearance:none;appearance:none}.shop-search-field input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}.shop-search-field input[type=search]:hover{border-color:rgba(0,255,255,.5)}.shop-search-field input[type=search]:focus{outline:0;border-color:#0ff;box-shadow:0 0 0 2px rgba(0,255,255,.2)}.shop-search-clear{color:var(--text-muted,#adb5bd);font-size:1.4rem;line-height:1;text-decoration:none;padding:.25rem .5rem;border-radius:4px}.shop-search-clear:hover{color:#0ff;background:rgba(0,255,255,.08)}.shop-search-summary{color:var(--text-muted,#adb5bd);font-size:.9rem;margin:0 0 1rem;padding:0 .25rem}.shop-search-summary strong{color:var(--text-color,#e9ecef)}.shop-card-slots{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.3rem}.shop-card-slots li{display:inline-flex;align-items:center;gap:.25rem;background:rgba(0,255,255,.08);color:var(--text-color,#e9ecef);border:1px solid rgba(0,255,255,.18);border-radius:999px;padding:.2rem .55rem;font-size:.72rem;font-weight:500;line-height:1.3;white-space:nowrap}.shop-card-slots li.is-shiny{background:rgba(255,215,0,.12);border-color:rgba(255,215,0,.45);color:#ffd966}.shop-card-slots li.is-shiny i{font-size:.65rem}.shop-card-slots li.is-more{background:0 0;border-color:rgba(255,255,255,.15);color:var(--text-muted,#adb5bd);font-style:italic}.shop-empty{text-align:center;padding:3rem 1rem;color:var(--text-muted,#adb5bd)}.shop-empty i{font-size:3rem;margin-bottom:1rem;display:block;opacity:.5}.shop-detail{max-width:1100px;margin:0 auto}.shop-breadcrumbs{margin-bottom:1rem}.shop-breadcrumbs a{color:var(--text-muted,#adb5bd);text-decoration:none;font-size:.9rem}.shop-breadcrumbs a:hover{color:#0ff}.shop-detail-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:768px){.shop-detail-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start}.shop-detail-info{position:sticky;top:1rem}}.shop-detail-left{display:flex;flex-direction:column;gap:1.25rem}.shop-detail-left .shop-pokemon-list{grid-template-columns:1fr}.shop-detail-cover{background:rgba(0,0,0,.25);border-radius:10px;aspect-ratio:4/3;overflow:hidden}.shop-detail-cover img{width:100%;height:100%;object-fit:cover}.shop-detail-cover-empty{display:flex;align-items:center;justify-content:center;height:100%;color:rgba(255,255,255,.2);font-size:5rem}.shop-detail-info h1{font-size:1.75rem;margin:.5rem 0}.shop-detail-tagline{color:var(--text-muted,#adb5bd);margin:0 0 1rem}.shop-detail-meta{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.5rem}.shop-badge{display:inline-block;padding:.25rem .6rem;background:#0ff;color:#0a0e1a;font-size:.7rem;font-weight:700;border-radius:4px;letter-spacing:.05em}.shop-badge-soft{background:rgba(255,255,255,.08);color:var(--text-color,#e9ecef)}.shop-detail-price{font-size:1.75rem;margin:1rem 0}.shop-detail-price strong{color:#0ff}.shop-detail-price .shop-price-old{font-size:1rem}.shop-cta-locked{background:rgba(255,255,255,.04);border:1px dashed rgba(255,255,255,.1);padding:1rem;border-radius:8px;text-align:center;margin:1rem 0}.shop-paypal{margin:1rem 0;padding:1rem;background:rgba(0,0,0,.25);border:1px solid rgba(0,255,255,.15);border-radius:10px;color-scheme:none}#paypalButtonContainer{color-scheme:none}.shop-paypal small{display:block;margin-top:.75rem;color:var(--text-muted,#adb5bd);text-align:center;font-size:.85rem}.shop-trust-badges{list-style:none;margin:.75rem 0 0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem}.shop-trust-badges li{display:flex;align-items:flex-start;gap:.6rem;padding:.7rem .75rem;background:rgba(0,0,0,.25);border:1px solid rgba(0,255,255,.1);border-radius:8px}.shop-trust-badges li i{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:rgba(0,255,255,.08);border-radius:50%;color:#0ff;font-size:.9rem}.shop-trust-badges li strong{display:block;font-size:.85rem;color:var(--text-color,#e9ecef);line-height:1.2}.shop-trust-badges li small{display:block;margin-top:.15rem;font-size:.7rem;color:var(--text-muted,#adb5bd);line-height:1.25}@media (max-width:575.98px){.shop-trust-badges{grid-template-columns:1fr}}.shop-paypal-error{background:rgba(220,53,69,.1);border:1px solid rgba(220,53,69,.3);color:var(--text-color,#e9ecef);padding:.85rem 1rem;border-radius:6px;margin:0;font-size:.9rem}.shop-detail-description{margin-top:1.5rem}.shop-detail-checklist h2,.shop-detail-description h2{font-size:1.1rem;margin:0 0 .75rem}.shop-pokemon-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.75rem}.shop-pokemon-item{display:flex;flex-direction:column;gap:.6rem;padding:.85rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:8px;font-size:.85rem}.shop-pokemon-header{display:flex;align-items:center;gap:.75rem}.shop-pokemon-sprite{width:56px;height:56px;object-fit:contain;image-rendering:pixelated;flex-shrink:0}.shop-pokemon-sprite-empty{background:rgba(255,255,255,.08);border-radius:4px}.shop-pokemon-alpha{width:22px;height:22px;vertical-align:middle;margin-left:.4rem;object-fit:contain}.shop-pokemon-title{display:flex;flex-direction:column;gap:.15rem;min-width:0}.shop-pokemon-sub{color:var(--text-muted,#adb5bd);font-size:.75rem}.shop-pokemon-stats{display:grid;grid-template-columns:auto 1fr;gap:.15rem .6rem;margin:0;padding-top:.25rem;border-top:1px solid rgba(255,255,255,.06);font-size:.78rem}.shop-pokemon-stats dt{color:var(--text-muted,#adb5bd);font-weight:400;margin:0}.shop-pokemon-stats dd{margin:0;color:var(--text-color,#e9ecef)}.shop-pokemon-ivs{display:grid;grid-template-columns:repeat(6,1fr);gap:.25rem;padding-top:.25rem}.shop-iv{display:flex;flex-direction:column;align-items:center;background:rgba(255,255,255,.04);border-radius:4px;padding:.2rem .1rem;font-size:.68rem;line-height:1.1}.shop-iv-label{color:var(--text-muted,#adb5bd);font-size:.6rem;text-transform:uppercase}.shop-iv-value{font-weight:600}.shop-iv-max .shop-iv-value{color:#0ff}.shop-iv-zero .shop-iv-value{color:#ff6b6b}.shop-iv-mid .shop-iv-value{color:var(--text-color,#e9ecef)}.shop-closed{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.shop-closed-inner{text-align:center;max-width:480px}.shop-closed-hero{width:200px;height:200px;object-fit:contain;margin-bottom:1rem;image-rendering:pixelated;animation:shop-snooze 4s ease-in-out infinite}@keyframes shop-snooze{0%,100%{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-6px) rotate(2deg)}}@media (prefers-reduced-motion:reduce){.shop-closed-hero{animation:none}}.shop-closed h1{font-size:2rem;margin:0 0 .25rem}.shop-closed-title{color:var(--text-muted,#adb5bd);font-style:italic;margin:0 0 1rem}.shop-closed-message{font-size:1.05rem;margin:0 0 1.5rem}.shop-discount-banner{display:flex;align-items:center;gap:.75rem;padding:.85rem 1.25rem;margin-bottom:1.25rem;background:linear-gradient(90deg,#f6ad55,#ed8936);color:#3d1e00;border-radius:12px;font-weight:600;box-shadow:0 4px 14px rgba(237,137,54,.25)}.shop-discount-banner i{color:#5a2d00}.shop-discount-banner-pct{margin-left:auto;padding:.2rem .6rem;background:rgba(0,0,0,.2);color:#fff;border-radius:999px;font-size:.85rem}.shop-price-badge{display:inline-block;margin-left:.4rem;padding:.15rem .5rem;background:#fc8181;color:#fff;font-size:.75rem;font-weight:700;border-radius:999px;vertical-align:middle}.shop-discount-label{margin-top:.25rem;font-size:.8rem}.shop-coupon-box{margin:.75rem 0 1rem;padding:.85rem 1rem;background:rgba(255,255,255,.04);border-radius:10px;border:1px dashed rgba(0,255,255,.2)}.shop-coupon-label{display:block;font-size:.85rem;font-weight:600;margin-bottom:.4rem}.shop-coupon-row{display:flex;gap:.5rem}.shop-coupon-row input{flex:1;text-transform:uppercase;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:1px;background-color:#1a1f2e;color:var(--text-color,#e9ecef);border:1px solid rgba(0,255,255,.25)}.shop-coupon-row input:focus{background-color:#1a1f2e;color:var(--text-color,#e9ecef);border-color:#0ff;box-shadow:0 0 0 2px rgba(0,255,255,.2)}.shop-coupon-row input::placeholder{color:rgba(255,255,255,.35)}.shop-coupon-row .btn-outline-primary{color:#0ff;border-color:rgba(0,255,255,.4);background:0 0}.shop-coupon-row .btn-outline-primary:hover{background:rgba(0,255,255,.12);color:#0ff;border-color:#0ff}.shop-coupon-row .btn-outline-primary:disabled{opacity:.5}.shop-coupon-status{display:block;margin-top:.4rem;font-size:.8rem}.shop-coupon-status.is-ok{color:#68d391}.shop-coupon-status.is-error{color:#fc8181}.shop-detail-rating{display:flex;align-items:center;gap:.35rem;margin:.25rem 0 .75rem;font-size:1rem}.shop-detail-rating i.fa-star{color:#cbd5e0}.shop-detail-rating i.fa-star.is-filled{color:#f6ad55}.shop-detail-rating strong{margin-left:.35rem}.shop-detail-reviews{margin-top:2rem}.shop-detail-reviews h2{font-size:1.15rem;margin-bottom:1rem}.shop-review-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.shop-review{padding:1rem 1.25rem;background:rgba(255,255,255,.03);border-radius:10px;border:1px solid rgba(255,255,255,.06)}.shop-review-header{display:flex;align-items:center;gap:.6rem;margin-bottom:.4rem}.shop-review-stars i.fa-star{color:#cbd5e0;font-size:.9rem}.shop-review-stars i.fa-star.is-filled{color:#f6ad55}.shop-review-user{font-size:.9rem}.shop-review-body{margin:0;font-size:.9rem;line-height:1.5;color:var(--text-color,#e9ecef)}@media (max-width:767.98px){.shop-detail-cover{aspect-ratio:16/10;max-height:280px}.shop-detail-info h1{font-size:1.4rem}.shop-detail-price{font-size:1.5rem;margin:.75rem 0}.shop-discount-banner{font-size:.85rem;padding:.7rem 1rem;gap:.5rem}.shop-pokemon-list{grid-template-columns:1fr}}