:root{--bg:#101011;--panel:#202020;--panel-deep:#171718;--line:#353536;--white:#f8f8f8;--muted:#96969b;--blue:#3572ed;--purple:#b440ff;--green:#14de66}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;margin:0;color:var(--white);background:var(--bg);font-family:Inter,Arial,sans-serif}button,input{font:inherit}button{cursor:pointer}main{width:min(100% - 40px,1500px);margin:auto}.store-intro{min-height:640px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.donut-logo{width:106px;height:106px;object-fit:contain;margin-bottom:34px;filter:drop-shadow(0 10px 24px #000)}h1,.store-intro h1{margin:0;font-family:'Press Start 2P',monospace;font-size:clamp(35px,4vw,55px);letter-spacing:-3px}.store-intro p{margin:38px 0 26px;color:#a5a5aa;font-family:'Press Start 2P',monospace;font-size:clamp(11px,1.2vw,17px);line-height:1.8}.server-link{border:0;padding:0;color:#1e67c9;background:transparent;font-family:'Press Start 2P',monospace;font-size:12px}.server-link span{margin-left:7px}.username-panel,.cart-panel{width:min(100%,1180px);margin:0 auto 110px;overflow:hidden;border-radius:42px;border-bottom:14px solid #050505;background:var(--panel);box-shadow:0 15px 30px #0000004d}.username-panel h2{padding:56px 30px;margin:0;border-bottom:2px solid var(--line);font-size:clamp(25px,3.2vw,48px);text-align:center;letter-spacing:-1.5px}.edition-choice{display:flex;justify-content:center;gap:18px;margin:58px 20px 68px}.edition{min-width:250px;padding:32px 25px;border:0;border-radius:19px;color:#fff;background:#0d0d0e;font-size:19px;font-weight:800}.edition.active{background:var(--blue)}.username-form{display:flex;width:min(100% - 60px,700px);margin:0 auto 90px}.username-form input{min-width:0;flex:1;padding:27px 32px;border:0;border-radius:14px 0 0 14px;color:#fff;background:#0d0d0e;font-size:20px;outline:0}.username-form input::placeholder{color:#8a8a8d}.username-form button,.checkout-button{border:0;border-radius:0 14px 14px 0;padding:0 31px;color:#fff;background:var(--blue);font-size:20px;font-weight:800}.username-form button span{padding-left:14px;font-size:31px;vertical-align:-2px}.storefront{padding-bottom:90px}.signed-in{display:flex;align-items:center;justify-content:center;gap:10px;margin:-22px auto 66px;color:var(--muted);font-size:14px}.signed-in strong{color:#fff}.signed-in button{margin-left:12px;border:0;color:#6e9fff;background:transparent;font-size:13px;font-weight:700}.category-tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:55px}.shop-filter{padding:15px 21px;border:1px solid transparent;border-radius:9px;color:#ababaf;background:#1c1c1d;font-family:'Press Start 2P',monospace;font-size:10px}.shop-filter.active{border-color:#3572ed;color:#fff;background:#2863d7}.product-section>h2{text-align:center;font-family:'Press Start 2P',monospace;font-size:clamp(18px,2.4vw,28px);font-weight:400}.store-status,.cart-status{margin:18px auto;color:var(--muted);text-align:center;font-size:14px;font-weight:700}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px;width:min(100%,1180px);margin:45px auto}.product-card{position:relative;min-height:430px;padding:26px;display:flex;flex-direction:column;align-items:center;border:2px solid var(--line)!important;border-radius:31px;color:#fff;background:var(--panel);text-align:center;transition:transform .2s,border-color .2s}.product-card:hover{border-color:#6a6a6d!important;transform:translateY(-5px)}.product-card.is-hidden{display:none}.product-art{width:100%;height:195px;display:grid;place-items:center;margin:4px 0 20px;color:#d54cff;font-family:'Press Start 2P',monospace;font-size:72px;text-shadow:9px 9px 0 #54128b,17px 17px 0 #2c0755;transform:rotate(-12deg)}.product-art::before{content:'✦';display:block}.product-type,.product-description,.delivery-tag{display:none}.product-card h3{margin:8px 0 32px;color:var(--purple);font-family:'Press Start 2P',monospace;font-size:clamp(13px,1.4vw,18px);line-height:1.6}.product-bottom{width:100%;margin-top:auto}.product-bottom strong{display:block;padding:20px;border:2px solid var(--line);border-radius:14px;color:#ddd;font-family:'Press Start 2P',monospace;font-size:12px}.buy-button{position:absolute;inset:0;border:0;border-radius:29px;color:transparent;background:transparent}.product-card:hover .product-bottom strong{border-color:#4c78cf;color:#80a7ff}.cart-panel{padding-bottom:0}.cart-heading{display:flex;align-items:center;justify-content:space-between;padding:31px 42px;border-bottom:1px solid var(--line)}.cart-heading span{color:#96969b;font-family:'Press Start 2P',monospace;font-size:9px}.cart-heading h2{margin:12px 0 0;font-size:25px}.cart-clear,.cart-remove{border:0;color:#ff5d5d;background:transparent;font-weight:700}.cart-item{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:25px;padding:23px 42px;border-bottom:1px solid var(--line)}.cart-item small{display:block;margin-top:5px;color:var(--muted)}.cart-quantity{display:grid;grid-template-columns:34px 34px 34px;align-items:center;border:1px solid #454547;border-radius:6px;text-align:center}.cart-quantity button{border:0;color:#fff;background:#2b2b2d;font-size:19px}.checkout-button{display:block;width:min(600px,calc(100% - 60px));height:75px;margin:42px auto;border-radius:14px;font-size:21px}.gift-modal{position:fixed;z-index:20;inset:0;display:grid;place-items:center;padding:20px;visibility:hidden;opacity:0;transition:opacity .2s}.gift-modal.open{visibility:visible;opacity:1}.modal-backdrop{position:absolute;inset:0;background:#000000b8}.gift-dialog{position:relative;z-index:1;width:min(100%,610px);padding:39px;border:1px solid #3d3d3f;border-radius:28px;border-bottom:10px solid #050505;background:#202020;box-shadow:0 20px 55px #000}.gift-dialog>img{width:58px;height:58px;object-fit:contain;float:left;margin:0 18px 20px 0}.gift-dialog h2{margin:7px 0;font-size:34px}.order-total{margin:0;color:var(--muted);font-weight:700}.modal-close{position:absolute;right:19px;top:16px;border:0;color:#aaa;background:transparent;font-size:31px}.delivery-account{clear:both;display:grid;gap:7px;margin:28px 0;padding:20px;border:1px solid #363638;border-radius:14px}.delivery-account span,.gift-choice legend,.gift-dialog label{color:var(--muted);font-size:12px;font-weight:700}.delivery-account strong{font-size:22px}.gift-choice{display:flex;gap:10px;padding:0;margin:0;border:0}.gift-choice legend{margin-bottom:10px}.gift-option{flex:1;padding:15px 10px;border:1px solid #3c3c3e;border-radius:9px;color:#d2d2d4;background:#151516;font-size:13px;font-weight:700}.gift-option.active{border-color:#4d83ef;background:#245dc9;color:#fff}#gift-form{margin-top:18px}#gift-details{display:grid;gap:7px;margin:20px 0}#gift-details input{margin-bottom:10px;padding:14px;border:1px solid #3c3c3e;border-radius:8px;color:#fff;background:#111;outline:0}.gift-dialog .checkout-button{width:100%;margin:22px 0 0}.toast{position:fixed;z-index:30;left:50%;bottom:30px;padding:15px 20px;border-radius:8px;color:#fff;background:#2863d7;transform:translate(-50%,120px);transition:transform .2s;font-weight:700}.toast.visible{transform:translate(-50%,0)}footer{padding:42px 15px 60px;color:#86868a;text-align:center;font-size:13px}footer img{display:block;width:56px;height:56px;margin:0 auto 14px}footer strong{color:#fff;font-family:'Press Start 2P',monospace;font-size:13px}footer p{margin-top:13px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
@media(max-width:780px){main{width:calc(100% - 28px)}.store-intro{min-height:510px}.username-panel,.cart-panel{border-radius:28px;margin-bottom:75px}.username-panel h2{padding:38px 20px}.edition-choice{margin:38px 16px 45px;gap:10px}.edition{min-width:0;flex:1;padding:25px 10px;font-size:14px}.username-form{width:calc(100% - 34px);margin-bottom:52px}.username-form input{padding:20px 15px;font-size:16px}.username-form button{padding:0 17px;font-size:16px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:30px}.product-card{min-height:310px;padding:12px;border-radius:20px}.product-art{height:130px;font-size:48px}.product-card h3{margin:4px 0 16px;font-size:10px}.product-bottom strong{padding:14px 5px;font-size:9px}.cart-heading,.cart-item{padding-left:22px;padding-right:22px}.cart-item{grid-template-columns:1fr auto}.cart-remove{grid-column:1/-1}.gift-dialog{padding:28px 21px}.gift-choice{flex-direction:column}}
@media(max-width:430px){.product-grid{grid-template-columns:1fr}.product-card{min-height:340px}.product-art{height:155px}.category-tabs{justify-content:flex-start;flex-wrap:nowrap;overflow:auto;padding-bottom:8px}.shop-filter{white-space:nowrap}.store-intro p{font-size:10px}.signed-in{margin-bottom:38px}.cart-heading{align-items:flex-start;gap:15px;flex-direction:column}}