:root{--bg:#131512;--panel:#181b17;--ink:#e9e5d9;--dim:#8c918a;--dimmer:#5e635c;--line:#262a24;--ff-green:#6e9166;--eduble-gold:#c9a227;--fusi-blue:#4d9fff;--classified-red:#a13c2e}*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--bg);color:var(--ink);font-family:Archivo,Helvetica Neue,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}a{color:var(--dim);text-decoration:none}a:hover{color:var(--ink)}.mono{font-family:IBM Plex Mono,ui-monospace,Menlo,monospace;font-weight:500;letter-spacing:.18em;text-transform:uppercase}.serif{font-family:"Source Serif 4",Georgia,serif}.shop-shell{max-width:1120px;margin:0 auto;padding:40px 24px 80px}.shop-top{display:flex;justify-content:space-between;align-items:baseline;gap:24px}.shop-top .mono{font-size:10px;color:var(--dimmer)}.shop-masthead{text-align:center;padding:56px 0 16px}.shop-mark{font-weight:700;font-size:40px;letter-spacing:-.01em}.shop-mark .flix{color:var(--dim)}.shop-rule{display:flex;align-items:center;gap:16px;max-width:420px;margin:18px auto}.shop-rule:after,.shop-rule:before{content:"";flex:1 1;height:1px;background:var(--line)}.shop-rule span{font-size:10px;color:var(--dim)}.shop-h1{font-weight:800;font-size:clamp(34px,6vw,58px);line-height:1.02;margin:18px 0 12px}.shop-sub{font-size:15px;line-height:1.6;color:var(--dim);max-width:56ch;margin:0 auto}.shop-sub b{color:var(--ink);font-weight:400}.shop-notice{margin:28px auto 0;max-width:640px;border:1px solid var(--line);padding:12px 18px;font-size:11px;color:var(--dim);text-align:center}.shop-notice.good{border-color:var(--ff-green);color:var(--ff-green)}.shop-section{margin-top:64px}.shop-section-head{display:flex;align-items:baseline;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:10px;margin-bottom:28px}.shop-section-head h2{font-weight:700;font-size:22px;margin:0}.shop-section-head .mono{font-size:10px;color:var(--dimmer)}.shop-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}.sku-card{border:1px solid var(--line);background:var(--panel);display:flex;flex-direction:column;overflow:hidden}.sku-media{aspect-ratio:1;background:#0e100d;display:grid;place-items:center;position:relative}.sku-media img{width:100%;height:100%;object-fit:cover}.sku-media .placeholder{width:44%;opacity:.5;filter:grayscale(.3)}.sku-flag{position:absolute;top:12px;left:-34px;transform:rotate(-45deg);background:var(--classified-red);color:var(--ink);font-size:9px;padding:4px 36px;letter-spacing:.22em}.sku-body{padding:16px 16px 18px;display:flex;flex-direction:column;gap:8px;flex:1 1}.sku-label{font-size:9px;color:var(--dimmer)}.sku-name{font-weight:700;font-size:17px}.sku-desc{font-size:12.5px;line-height:1.55;color:var(--dim);flex:1 1}.sku-row{display:flex;align-items:center;justify-content:space-between;margin-top:6px}.sku-price{font-weight:800;font-size:18px}.sku-buy{font-family:IBM Plex Mono,ui-monospace,Menlo,monospace;font-size:10px;letter-spacing:.16em;text-transform:uppercase;background:var(--ink);color:var(--bg);border:0;padding:10px 16px;cursor:pointer;font-weight:500}.sku-buy:hover{background:#fff}.sku-buy:disabled{background:var(--line);color:var(--dimmer);cursor:default}.sku-soldout{font-size:10px;color:var(--classified-red);letter-spacing:.18em}.shop-foot{margin-top:80px;border-top:1px solid var(--line);padding-top:24px;display:flex;flex-wrap:wrap;gap:10px 24px;justify-content:space-between;color:var(--dimmer)}.shop-foot,.shop-foot .mono{font-size:10px}@media (max-width:560px){.shop-shell{padding:24px 16px 60px}}