@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=DM+Sans:wght@400;500;600;700;800&display=swap');
:root{--ink:#281444;--pink:#ff79b6;--yellow:#fff0a2;--mint:#78efd6}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:#291744;color:#fff;font-family:'DM Sans',Arial,sans-serif;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='310' height='310' viewBox='0 0 310 310'%3E%3Cg fill='none' stroke-width='3' opacity='.32'%3E%3Cpath d='m25 45 12-14 12 14 12-14M105 246l24-12-5 27z' stroke='%2378efd6'/%3E%3Cpath d='m243 22 8 20-18 5 8 19M20 219l15 14m0-14-15 14M231 266q18-24 36-3' stroke='%23ff79b6'/%3E%3Ccircle cx='140' cy='80' r='7' stroke='%23fff0a2'/%3E%3C/g%3E%3C/svg%3E")}button,a,input{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{font:inherit;cursor:pointer}a{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid #00bca0;outline-offset:5px}.preview{background:var(--yellow);color:var(--ink);text-align:center;padding:9px 16px;font-size:12px;font-weight:800;letter-spacing:.08em}.preview span{font-size:12px;font-weight:500;letter-spacing:0;margin-left:16px}header{max-width:1240px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:27px 32px;border-bottom:1px solid #ffffff24}.brand{text-decoration:none;font:italic 31px/.83 'Archivo Black',sans-serif;letter-spacing:-2px;color:var(--yellow);transform:rotate(-5deg)}.brand>span{display:block;font-size:42px;color:var(--pink)}.spark{font-size:36px;padding-left:9px;color:var(--mint)}.header-note{font-size:12px;font-weight:700;line-height:1.6;letter-spacing:2px;opacity:.8}.shoplink{font-size:14px;font-weight:700;text-decoration:none;border-bottom:2px solid var(--pink);padding:12px 0}main{max-width:1240px;margin:auto;padding:0 32px}.intro{position:relative;padding:40px 0 33px}.eyebrow{font-size:12px;font-weight:800;letter-spacing:2px;color:var(--mint);margin:0 0 15px}h1{font-family:'Archivo Black',sans-serif;font-size:clamp(34px,5.1vw,62px);line-height:1.08;letter-spacing:-2px;margin:0}h1 em{font-style:normal;color:var(--pink)}.introcopy{font-size:16px;margin:18px 0 0;color:#ece2f8}.bubble{position:absolute;right:36px;top:55px;background:var(--mint);color:var(--ink);font-family:'Archivo Black',sans-serif;font-size:19px;line-height:1.1;border:3px solid var(--ink);box-shadow:6px 6px 0 var(--pink);border-radius:50%;width:128px;height:128px;display:grid;place-content:center;text-align:center;transform:rotate(12deg)}.cataloghead{display:flex;justify-content:space-between;align-items:center;padding:16px 0 20px}h2{font-size:22px;letter-spacing:-.6px;margin:0}.cataloghead>span{font-size:12px;letter-spacing:1px;color:#d6c9e5}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}.card{background:#fffdf8;color:var(--ink);padding:12px;border:2px solid var(--ink);box-shadow:6px 6px 0 #140922;border-radius:18px;overflow:hidden}.art{height:190px;border-radius:10px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--stage);position:relative}.art img{width:100%;height:100%;object-fit:cover}.cardbody{padding:15px 5px 5px}.card h3{font-size:18px;line-height:1.25;margin:0 0 7px}.details{font-size:12px;color:#736a7c;margin:0 0 16px}.buyrow{display:flex;justify-content:space-between;align-items:center;gap:12px}.price{font-size:22px;font-weight:800}.buy{border:2px solid var(--ink);background:var(--yellow);border-radius:8px;padding:10px 21px;font-size:14px;font-weight:800;box-shadow:3px 3px 0 var(--ink);transition:transform .15s,box-shadow .15s}.buy:hover{background:var(--mint);transform:translate(-1px,-1px)}.buy:active{transform:translate(2px,2px);box-shadow:0 0}.bottomline{margin:40px 0 25px;padding:18px 0;border-top:1px solid #ffffff30;border-bottom:1px solid #ffffff30;font-size:14px;font-weight:700;letter-spacing:2px;display:flex;align-items:center;justify-content:space-between}.bottomline span{font-size:35px;color:var(--pink)}footer{max-width:1240px;margin:auto;padding:0 32px 30px;display:flex;align-items:center;gap:20px;font-size:12px;color:#d6c9e5}footer strong{font-size:19px;color:var(--pink);font-style:italic}footer button{margin-left:auto;border:0;background:none;color:#fff;text-decoration:underline;font-size:14px;min-height:44px}dialog{width:min(440px,calc(100% - 28px));max-height:90dvh;overflow:auto;border:3px solid var(--ink);border-radius:20px;padding:32px;background:#fffdf8;color:var(--ink);box-shadow:9px 9px 0 var(--pink)}dialog::backdrop{background:#140924c9;backdrop-filter:blur(6px)}dialog .eyebrow{color:#785287;font-size:11px;padding-right:20px}dialog h2{font-size:28px;padding-right:10px}.close{position:absolute;right:9px;top:8px;border:0;background:transparent;width:44px;height:44px;font-size:20px}.qty{display:flex;justify-content:space-between;align-items:center;font-weight:700}.qty input{width:70px;padding:10px;font:inherit;border:2px solid var(--ink);border-radius:8px}.total{display:flex;justify-content:space-between;margin-top:22px;padding-top:18px;border-top:1px solid #d8cde1}.checkoutnote{font-size:15px;line-height:1.55}.paymentbuttons{display:grid;gap:10px}.paymentbuttons button{padding:14px;border:0;border-radius:9px;background:var(--ink);color:white;font-weight:700;cursor:not-allowed;opacity:.65}.paymentbuttons .paypal{background:#ffd64d;color:#17396d}.fine{font-size:12px;line-height:1.5;color:#726579}.back{width:100%;padding:12px;border:2px solid var(--ink);border-radius:9px;background:var(--mint);font-weight:700}@media(min-width:1500px){.art{height:210px}}@media(max-width:800px){.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.header-note{display:none}.bubble{right:0;width:95px;height:95px;font-size:15px;top:65px}.intro{padding-right:100px}.art{height:165px}h1{font-size:40px}.introcopy{line-height:1.5}}@media(max-width:520px){header{padding:22px 20px}.preview span{display:block;margin:4px 0 0}.preview{font-size:11px}.shoplink{font-size:13px}main{padding:0 17px}.intro{padding:30px 0 24px}.intro h1{font-size:35px;letter-spacing:-1.5px}.bubble{display:none}.introcopy{font-size:14px;max-width:285px}.cataloghead{align-items:start;gap:12px}.cataloghead h2{font-size:20px}.cataloghead>span{max-width:90px;text-align:right;line-height:1.5;font-size:10px}.grid{gap:14px}.card{padding:7px;border-radius:13px;box-shadow:3px 3px 0 #140922}.art{height:125px;border-radius:7px}.cardbody{padding:12px 3px 4px}.card h3{font-size:15px;min-height:38px}.details{font-size:11px;margin-bottom:10px}.buyrow{flex-wrap:wrap;gap:8px}.price{font-size:19px}.buy{padding:9px 10px;flex:1;min-height:44px;font-size:13px}.bottomline{font-size:11px;line-height:1.7;letter-spacing:1px;margin-top:28px}footer{padding:0 20px 22px;flex-wrap:wrap;gap:8px}footer span{flex-basis:100%;order:3}footer button{font-size:12px}.brand{font-size:26px}.brand>span{font-size:35px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.stickerimage{width:100%;aspect-ratio:1; background-image:url(stickers.png);background-size:300% 200%;background-repeat:no-repeat}.art{height:auto;aspect-ratio:1.35}.stickerimage{height:100%;aspect-ratio:auto;background-size:300% 200%}
.art{aspect-ratio:1}.intro{padding-top:28px;padding-bottom:20px}h1{font-size:clamp(34px,4.5vw,54px)}
/* Neon roller-rink lighting */
:root{--pink:#ff47da;--mint:#5cfff0;--yellow:#fff66c}
body{background-color:#381174;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='310' height='310' viewBox='0 0 310 310'%3E%3Cg fill='none' stroke-width='3.5' opacity='.8'%3E%3Cpath d='m25 45 12-14 12 14 12-14M105 246l24-12-5 27z' stroke='%235cfff0'/%3E%3Cpath d='m243 22 8 20-18 5 8 19M20 219l15 14m0-14-15 14M231 266q18-24 36-3' stroke='%23ff47da'/%3E%3Ccircle cx='140' cy='80' r='7' stroke='%23fff66c'/%3E%3C/g%3E%3C/svg%3E"),radial-gradient(ellipse at 8% 15%,#e221b988,transparent 52%),radial-gradient(ellipse at 95% 35%,#0cd9ff66,transparent 45%),linear-gradient(145deg,#642099 0%,#37116f 50%,#24329a 100%);background-attachment:scroll,fixed,fixed,fixed;isolation:isolate}
body::before{content:'';position:fixed;inset:48% -45% -65%;z-index:-1;pointer-events:none;transform:perspective(450px) rotateX(52deg);transform-origin:50% 0;background-image:linear-gradient(#48faff65 2px,transparent 2px),linear-gradient(90deg,#e964ff85 2px,transparent 2px);background-size:75px 65px;box-shadow:0 -2px 18px #66fff4;mask-image:linear-gradient(transparent,#000 18%);opacity:.62}
.preview{background:#bafff5;color:#281444;box-shadow:0 0 22px #42ffed90}
header{border-bottom:1px solid #6ffff6;box-shadow:0 9px 18px -15px #60fff8}
.brand{color:#fffbd8;text-shadow:0 0 4px #fff,0 0 13px #ffe352,0 0 30px #ff91ee}.brand>span{color:#ffb9f3;text-shadow:0 0 4px #ffecfc,0 0 15px #ff36d4,0 0 34px #ff00c8}.spark{color:#b5fffa;text-shadow:0 0 15px #00ffee}
.shoplink{border-color:#ff8de9;text-shadow:0 0 12px #ffa0f2}.eyebrow{color:#acfff7;text-shadow:0 0 13px #13f9dc80}
h1{color:#fffaff;text-shadow:0 0 16px #db8dff66}h1 em{color:#ffc2f0;text-shadow:0 0 5px #ff5fd7,0 0 22px #ff2fc599,0 0 55px #ff2fc555}
.bubble{background:#82fff2;border:2px solid #c5fffa;box-shadow:0 0 12px #00ffdf,0 0 30px #00ffdf66,6px 6px 0 #ff57d1}
.card{border:2px solid #affff5;background:#fffaff;box-shadow:0 0 9px #13f5e788,0 0 23px #13f5e733,5px 6px 0 #210b5780}.card:nth-child(2n){border-color:#ffa6ed;box-shadow:0 0 9px #ff46dc88,0 0 23px #ff46dc33,5px 6px 0 #210b5780}.art{background:#e7d8ff}
.buy{background:#95fff0;border-color:#301252;box-shadow:3px 3px 0 #b33de6}.buy:hover{background:#fff66c;box-shadow:3px 3px 0 #fa43c8,0 0 12px #ff68de70}.cataloghead>span{color:#f0e5ff}.bottomline{border-color:#8ffff580;text-shadow:0 0 12px #dc8aff}.bottomline span{text-shadow:0 0 15px #ff49ce}footer{color:#f1e5ff}footer strong{color:#ffb5ed;text-shadow:0 0 12px #ff49ce}
@media(max-width:520px){body::before{background-size:46px 50px;inset:42% -65% -60%;opacity:.5}.card{box-shadow:0 0 9px #13f5e755,3px 3px 0 #210b5780}.card:nth-child(2n){box-shadow:0 0 9px #ff46dc66,3px 3px 0 #210b5780}}
/* Playful, responsive interactions */
[hidden]{display:none!important}.modal-open{overflow:hidden}.stepper{display:flex;align-items:center;border:2px solid var(--ink);border-radius:12px;overflow:hidden;background:#fff}.stepper button{width:44px;height:46px;border:0;background:#d7fff6;color:var(--ink);font-size:25px;font-weight:700}.qty .stepper input{width:49px;border:0;border-radius:0;padding:10px 2px;text-align:center;appearance:textfield;-moz-appearance:textfield}.stepper input::-webkit-inner-spin-button,.stepper input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.stepper button:disabled{opacity:.4;cursor:default}.stepper button:hover:not(:disabled){background:var(--mint)}.stepper:focus-within{outline:3px solid #8351da;outline-offset:3px}.stepper button:focus-visible,.stepper input:focus-visible{outline-offset:-3px}.tap-spark{position:fixed;width:7px;height:7px;border-radius:2px;z-index:1000;pointer-events:none;box-shadow:0 0 8px currentColor}.card{display:flex;flex-direction:column;transition:translate .22s,box-shadow .22s}.cardbody{flex:1;display:flex;flex-direction:column}.buyrow{margin-top:auto}.buy,.back,.close,footer button,.shoplink,.brand{transition:background-color .18s,box-shadow .18s,color .18s;position:relative}.buy,.back{overflow:hidden}.buy::after,.back::after{content:'';position:absolute;inset:-60% auto -60% -80%;width:40%;background:linear-gradient(90deg,transparent,#ffffffa0,transparent);transform:skewX(-20deg);pointer-events:none}.buy:hover::after,.back:hover::after{animation:button-shine .65s ease-out}.close:hover{background:#ffe1f7;border-radius:50%}.back:hover{background:#fff66c;box-shadow:0 0 16px #47edcf80}footer button:hover{color:#9bfff1;text-shadow:0 0 12px #35f7e7}.shoplink:hover{color:#fff66c}.brand:hover .spark{color:#fff66c}.shoplink,.brand{min-height:44px}.header-note,.eyebrow,.cataloghead>span,.details{font-size:14px}.cataloghead>span{letter-spacing:.4px}.paymentbuttons button:disabled{opacity:1;background:#e5e0eb;color:#60556e;border:1px solid #c5bbd0;cursor:not-allowed}.paymentbuttons .paypal:disabled{background:#fff0bd;color:#675621}.checkoutnote{color:#4f405e}.fine{color:#635570}dialog{overscroll-behavior:contain;scrollbar-gutter:stable}dialog[open]{animation:modal-pop .24s cubic-bezier(.2,.8,.2,1)}dialog::backdrop{animation:backdrop-in .2s ease-out}button:active:not(:disabled){filter:brightness(1.06)}@keyframes button-shine{to{left:140%}}@keyframes modal-pop{from{opacity:0;transform:translateY(14px) scale(.96)}to{opacity:1;transform:none}}@keyframes backdrop-in{from{opacity:0}to{opacity:1}}@media(hover:hover) and (pointer:fine){.card:hover{translate:0 -4px;box-shadow:0 0 16px #5cfff099,0 0 30px #ff47da55}.card:hover .stickerimage{scale:1.035}.stickerimage{transition:scale .25s ease-out}}@media(max-width:520px){.cataloghead>span{font-size:12px;max-width:105px}.details{font-size:12px}.buyrow{flex-direction:column;align-items:stretch}.buy{width:100%;flex:auto}.card h3{font-size:16px;min-height:60px}.price{font-size:20px}.cardbody{gap:2px}.header-note{display:none}.intro .eyebrow{font-size:12px}dialog{padding:25px 20px}.stepper button{width:44px}.fine{font-size:13px}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.card:hover,.card:hover .stickerimage{translate:none;scale:1}.tap-spark{display:none}}
.hoops{margin:48px 0 24px;background:#201044ed;border:2px solid #62ffec;border-radius:22px;padding:25px;box-shadow:0 0 25px #32ffe739}.hoop-heading{display:flex;justify-content:space-between;gap:20px;align-items:center}.hoop-heading h2{font-family:'Archivo Black',sans-serif;font-size:clamp(22px,3vw,32px);color:#ffb8ee}.hoop-heading p:not(.eyebrow){font-size:16px;line-height:1.6;max-width:600px}.rewardbadge{background:#fff66c;color:#30154d;border-radius:12px;padding:14px;font-weight:800;text-align:center;min-width:145px;box-shadow:4px 4px 0 #ff47da}.courtwrap{max-width:580px;margin:20px auto 0;position:relative;border:2px solid #db74ff;border-radius:16px;overflow:hidden}#court{display:block;width:100%;height:auto;touch-action:none;cursor:grab}#court:active{cursor:grabbing}.scoreboard{position:absolute;left:18px;top:15px;display:flex;flex-direction:column;pointer-events:none}.scoreboard span{font-size:12px;letter-spacing:2px;color:#a7fff6}.scoreboard strong{font-size:27px;color:#fff66c;letter-spacing:7px}#game-status{text-align:center;min-height:48px;font-weight:700;color:#c2fff6;font-size:16px;line-height:1.5}.gamecontrols{display:flex;gap:20px;align-items:center;justify-content:center}.gamecontrols label{display:grid;grid-template-columns:1fr auto;gap:5px 12px;font-size:14px;font-weight:700}.gamecontrols input{grid-column:1/3;grid-row:2;accent-color:#64fff0;width:145px;min-height:34px}.gamecontrols button{min-height:48px;color:#30154d}.gamecontrols button:disabled{opacity:.65;cursor:wait}.gamefine{max-width:620px;text-align:center;margin:18px auto 0;color:#d8cce9;font-size:13px}.order-reward{color:#22604e;background:#dafff0;border-radius:9px;padding:12px;font-weight:700;font-size:14px}@media(max-width:600px){.hoops{padding:17px 12px}.hoop-heading{flex-direction:column;align-items:start;gap:8px}.rewardbadge{font-size:14px;padding:10px}.gamecontrols{flex-wrap:wrap;gap:10px 18px}.gamecontrols button{width:100%}.gamecontrols input{width:125px}.hoop-heading .eyebrow{font-size:11px}.scoreboard{left:12px;top:10px}.scoreboard strong{font-size:23px}.scoreboard span{font-size:11px}}
.sharing{border-color:#ff80e6}.sharing h2{color:#ffb8ee}.sharing p{line-height:1.6}.shareactions{display:flex;gap:16px;flex-wrap:wrap}.shareactions .buy{color:#30154d;min-height:48px}#share-status{font-size:14px;color:#bafff2;min-height:44px}.sharing .gamefine{text-align:left;margin-left:0}#share-link{width:100%;padding:14px;font:inherit;border:2px solid #5cfff0;border-radius:8px}@media(max-width:520px){.shareactions{gap:12px}.shareactions .buy{width:auto;flex:1 1 130px}}
/* Custom sticker studio: the same neon rink, with a clean white print area. */
[hidden]{display:none!important}.design-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:28px 0 10px;padding:7px;border:1px solid #aa73ff;border-radius:16px;width:fit-content;background:#210d4be6}.design-tabs a{padding:13px 20px;border-radius:10px;text-decoration:none;font-weight:800;font-size:16px}.design-tabs a[aria-current]{background:#ff49d6;color:#20073e;box-shadow:0 0 20px #ff49d660}.design-tabs span{margin-left:8px;font-size:14px}.custom-heading{display:flex;justify-content:space-between;gap:25px;align-items:center;margin-bottom:30px}.custom-heading h1{font-size:clamp(32px,4vw,48px)}.custom-price{color:#79fff0;font-size:48px;white-space:nowrap}.custom-price span{display:block;font-size:14px;font-weight:500;color:#eee0ff;white-space:normal;max-width:180px}.editor-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);gap:36px}.photo-picker{display:block;padding:20px;text-align:center;border:2px dashed #6dffee;border-radius:14px;cursor:pointer;font-weight:800;color:#79fff0;background:#19082d}.photo-picker span{display:block;font-size:14px;font-weight:400;margin-top:6px;color:#f6eaff}#design-photo{display:block;width:100%;max-width:100%;margin:14px 0;font:inherit;font-size:14px}#design-photo::file-selector-button{font:inherit;padding:9px 12px;border:0;border-radius:8px;background:#ff9bea;color:#240a40;margin-right:10px}.sticker-stage{padding:22px 12px;background:repeating-conic-gradient(#34234b 0% 25%,#3e2c58 0% 50%) 0 0/20px 20px;border:1px solid #a576ed;border-radius:14px;margin-top:20px}#design-canvas{display:block;width:100%;height:auto;aspect-ratio:8/3;background:#fff;box-shadow:0 0 0 2px #fff,0 0 20px #f740d780;touch-action:none;cursor:grab}#design-canvas:active{cursor:grabbing}.crop-caption{font-size:14px;color:#e9d9ff;text-align:center}#crop-controls{border:0;padding:12px 0;margin:0}#crop-controls legend{font-weight:800;font-size:18px}#crop-controls label{display:block;margin:14px 0;font-size:16px}#crop-controls input{display:block;width:100%;accent-color:#73ffee;margin:12px 0;min-height:24px}#zoom-value{float:right;color:#79fff0}#custom-form{background:#1e0a40b8;padding:24px;border:1px solid #915bdd;border-radius:18px;align-self:start}#custom-form>label{display:block;font-weight:700;margin:20px 0}#custom-form input{width:100%;display:block;padding:13px;margin-top:8px;border:1px solid #b17af2;border-radius:10px;font:inherit;background:#110728;color:#fff}#custom-form p{line-height:1.6}#custom-form .buy{width:100%;margin:10px 0}.custom-editor .fine{font-size:14px;color:#e0cdeb;line-height:1.5}#design-quality,#design-status{font-size:16px;color:#a0fff3;line-height:1.5}#design-confirm{max-width:680px}#design-proof{display:block;width:100%;height:auto;border:2px solid #74339b;border-radius:5px;margin:24px 0}.approve{display:flex;gap:12px;align-items:flex-start;font-size:16px;margin:20px 0;line-height:1.5}.approve input{width:20px;height:20px;flex-shrink:0;accent-color:#7426a5}#design-submit{display:block;width:100%;margin:20px 0}#design-download{display:block;text-align:center;cursor:pointer;margin:15px 0}#submit-status{line-height:1.5}.requests{display:grid;gap:18px;margin:24px 0}.request-card{background:#200b40;border:1px solid #a477e8;border-radius:16px;padding:24px;overflow-wrap:anywhere}.request-card .buy{display:inline-block;text-decoration:none;margin-top:12px}.request-card .fine{color:#e0ceee;font-size:14px}.buy:disabled{opacity:.5;cursor:not-allowed}fieldset:disabled{opacity:.5}#inbox-signin{display:inline-block;margin:18px}footer{flex-wrap:wrap}
@media(max-width:760px){.editor-layout{grid-template-columns:1fr;gap:20px}.custom-heading{align-items:flex-start}.custom-price{font-size:36px}.custom-price span{max-width:110px}.design-tabs{width:100%}.design-tabs a{flex:1;padding:12px;text-align:center}.custom-editor{padding:22px 16px!important}#custom-form{padding:20px}.sticker-stage{padding:18px 8px}}

#design-canvas{position:relative;overflow:hidden;isolation:isolate;user-select:none;-webkit-user-select:none}#design-canvas .crop-preview{position:absolute;display:block;max-width:none;max-height:none;margin:0;border:0;pointer-events:none;object-fit:fill}#design-empty{position:absolute;inset:0;display:grid;place-items:center;color:#6b427d;font-weight:800;font-size:clamp(16px,3vw,25px)}#design-canvas[aria-busy="true"]{opacity:.65}#design-status{margin:14px 0;min-height:1.5em}
/* A quieter layout keeps the neon on the products and primary actions. */
header{padding:22px 24px;border-bottom:0}main{padding:0 24px}.preview{font-size:14px;letter-spacing:0;padding:8px 14px}.design-tabs{margin:8px 0 22px;max-width:100%}.intro{padding:4px 0 22px}.intro h1{font-size:clamp(28px,4vw,46px);letter-spacing:-1px;line-height:1.2}.cataloghead{padding:0 0 16px}.card{box-shadow:0 6px 24px #10041d40;border-radius:16px}.cardbody h3{line-height:1.35}.details{font-size:14px}.hoops{margin-top:36px}.hoop-heading p{margin:10px 0 0}.sharing{padding-top:24px;padding-bottom:24px}.shareactions{gap:10px}.shareactions .buy{font-size:15px}.aim-options{margin-top:18px}.aim-options summary{cursor:pointer;font-size:16px;font-weight:700;padding:10px 0}.aim-options summary:focus-visible{outline:3px solid #79fff0;outline-offset:4px}.gamefine{margin-bottom:0}.custom-editor{margin-top:0}.custom-heading{margin-bottom:20px}.custom-heading h1{font-size:clamp(28px,3.5vw,40px)}.custom-price{font-size:38px}.custom-price span{font-size:14px}.photo-picker{padding:20px;font-size:18px}#design-photo{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%)}.photo-picker:has(+input:focus-visible){outline:3px solid #79fff0;outline-offset:5px}.sticker-stage{margin-top:16px}#design-status:empty,#design-quality:empty,#share-status:empty{display:none}#design-status{font-size:15px}.custom-editor .fine{margin:10px 0;font-size:14px}#crop-controls label{margin:10px 0}#custom-form{padding:22px}#custom-form>label{margin:16px 0}footer{margin-top:36px;padding:24px;gap:18px}.buy{min-height:44px}dialog .close{min-width:44px;min-height:44px}dialog .fine{font-size:14px}#design-canvas{box-shadow:0 0 0 2px #fff,0 0 14px #f740d740}
@media(max-width:600px){header{padding:20px}main{padding:0 16px}.design-tabs a{font-size:15px}.intro{padding-bottom:20px}.grid{gap:12px}.card{padding:8px}.cardbody{padding:10px 4px}.cardbody h3{font-size:16px}.buyrow{gap:8px;flex-wrap:wrap}.buyrow .buy{width:100%;font-size:15px}.custom-heading{gap:14px}.custom-price{font-size:32px}.custom-price span{max-width:100px}.hoop-heading{gap:12px}.rewardbadge{font-size:12px}.shareactions{display:grid;grid-template-columns:1fr}.shareactions .buy{width:100%}}
/* Slap Me Filthy wordmark. */
.brand{font-size:clamp(24px,4vw,31px);line-height:1;letter-spacing:-1px;transform:rotate(-4deg);padding:4px 0 8px}.brand>span{font-size:clamp(36px,6vw,48px);line-height:1.05}.brand .spark{font-size:.7em;vertical-align:middle}.intro h1{line-height:1.15}footer strong{text-transform:lowercase}
.brand .ammo-mark{display:inline-block;width:34px;height:34px;object-fit:contain;margin-left:4px;vertical-align:middle;transform:rotate(4deg);filter:drop-shadow(0 0 2px #ff43cf50)}
@media(max-width:600px){.brand .ammo-mark{width:28px;height:28px;margin-left:3px}}
/* Center the brand as a compact masthead with room for its neon glow. */
.site-masthead{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:32px 20px 24px;text-align:center}
.site-masthead .brand{display:inline-flex;flex-direction:column;align-items:center;gap:3px;padding:4px 12px;transform:none;max-width:100%;font-size:clamp(28px,4vw,36px);line-height:1.1;letter-spacing:-1px}
.site-masthead .brand>span{display:flex;align-items:center;justify-content:center;gap:4px;font-size:clamp(42px,6vw,56px);line-height:1.1}
.site-masthead .brand .ammo-mark{flex:none;transform:none;margin-left:0}
.design-tabs{margin-left:auto;margin-right:auto}
@media(max-width:600px){.site-masthead{padding:28px 16px 22px}.site-masthead .brand{font-size:30px}.site-masthead .brand>span{font-size:46px}}
.site-masthead .brand{text-transform:uppercase}
/* Full-width wordmark on an uninterrupted purple-blue header. */
.site-masthead{width:100%;max-width:none;margin:0;padding:36px 20px 32px;background:linear-gradient(115deg,#56228b 0%,#381875 48%,#253a90 100%);border-bottom:0;box-shadow:none;position:relative;isolation:isolate}
.site-masthead .brand{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.2em;width:100%;max-width:1200px;padding:6px 0;font-size:clamp(18px,8.8vw,112px);line-height:1.12;letter-spacing:-.04em;white-space:nowrap}
.site-masthead .brand>span{display:inline-flex;align-items:center;gap:.06em;font-size:inherit;line-height:inherit;letter-spacing:inherit;white-space:nowrap}
.site-masthead .brand .ammo-mark{width:34px;height:34px;margin-left:2px}
@media(max-width:600px){.site-masthead{padding:28px 16px}.site-masthead .brand{font-size:8.8vw}.site-masthead .brand>span{font-size:inherit}.site-masthead .brand .ammo-mark{width:24px;height:24px}}
/* Consistent centered spacing throughout the storefront and editor. */
.site-masthead .brand{display:grid;grid-template-columns:34px minmax(0,1fr) 34px;column-gap:8px;max-width:1160px;font-size:clamp(20px,8.1vw,100px);letter-spacing:-.025em;line-height:1.16}
.site-masthead .brand .brand-title{grid-column:2;display:block;justify-self:center;font:inherit;letter-spacing:inherit;line-height:inherit;white-space:nowrap;color:#ffe6fb;text-shadow:0 0 5px #ffecfc,0 0 16px #ff36d480}
.site-masthead .brand .ammo-mark{grid-column:3;justify-self:center;margin:0;width:34px;height:34px}
main,footer,.custom-editor,dialog,.request-card{text-align:center}.intro{padding:12px 0 28px}.intro h1{margin:0 auto;line-height:1.2}.cataloghead{justify-content:center;padding:0 0 20px}.grid{align-items:stretch;gap:24px}.cardbody{align-items:stretch;padding:16px 8px 8px;gap:8px}.card h3{margin:0;min-height:2.7em;font-size:18px;line-height:1.35;text-align:center}.card .details{margin:0 0 8px;font-size:14px;line-height:1.4}.buyrow{display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:12px}.buyrow .price{display:block;text-align:center;line-height:1.2}.buyrow .buy{flex:none;width:100%;margin:0;min-height:46px}
.design-tabs{display:grid;grid-template-columns:1fr 1fr;width:min(100%,560px);gap:8px;margin:16px auto 28px}.design-tabs a{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 12px;line-height:1.3}.design-tabs span{margin:0}
.sharing{margin:36px auto 0;padding:28px 24px}.sharing h2{margin:0 0 20px}.shareactions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:680px;margin:0 auto}.shareactions .buy{width:100%;min-height:46px;margin:0}.sharing p{margin:16px auto 0;max-width:620px;line-height:1.5}#share-link{display:block;width:min(100%,560px);margin:16px auto;padding:12px;text-align:center}
.custom-heading{flex-direction:column;align-items:center;justify-content:center;gap:12px;margin:0 0 24px}.custom-heading p{margin:12px 0 0}.custom-price{display:block;line-height:1.2}.custom-price span{max-width:none;margin:6px 0 0}.editor-layout{align-items:start;gap:28px;max-width:1000px;margin:0 auto}.photo-picker{margin:0}.crop-caption{margin:16px 0;line-height:1.5}#crop-controls{width:100%;margin:20px auto 0}#crop-controls legend{float:none;width:100%;margin:0 0 8px;text-align:center}#crop-controls label{margin:16px 0;text-align:center}#zoom-value{float:none;display:inline-block;min-width:4ch;margin-left:8px}#crop-controls .back{display:block;margin:16px auto 0}#design-quality,#design-status{margin:16px auto;line-height:1.5}#custom-form{width:100%;margin:0;padding:24px}#custom-form h2{margin:0 0 20px}#custom-form label{text-align:center}#custom-form input{text-align:center}#custom-form .buy{margin:16px 0 8px}#custom-form .fine{margin:12px 0}
footer{display:flex;align-items:center;justify-content:center;gap:24px;margin:32px auto 0;padding:24px}footer strong{text-transform:uppercase;letter-spacing:.06em}dialog h2{padding:12px 24px 0;line-height:1.3}dialog p{line-height:1.5}.qty{justify-content:center;gap:20px}.total{justify-content:center;gap:20px}.approve{justify-content:center;align-items:center;text-align:center}.request-card .buy{margin:12px auto 0}
@media(max-width:600px){.site-masthead .brand{grid-template-columns:24px minmax(0,1fr) 24px;column-gap:5px;font-size:8.1vw}.site-masthead .brand .ammo-mark{width:24px;height:24px}.grid{gap:14px}.cardbody{padding:12px 4px 4px;gap:8px}.card h3{font-size:16px;min-height:4.05em}.buyrow{gap:10px}.design-tabs a{font-size:14px;padding:12px 8px}.sharing{padding:24px 16px}.shareactions{grid-template-columns:1fr}.editor-layout{grid-template-columns:1fr;gap:24px}#custom-form{padding:20px}footer{gap:18px}}
footer .instagram-button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;flex:0 1 auto;max-width:100%;min-height:46px;margin:0;padding:12px 20px;line-height:1.4;text-align:center;white-space:normal;background:#ffd0f6;color:#281444;border-color:#ff62d9;box-shadow:0 0 14px #ff47da40}
footer .instagram-button:hover{background:#aaffef}
@media(max-width:600px){footer .instagram-button{flex-basis:100%;width:100%;max-width:360px;margin-inline:auto}}
.referral-panel{max-width:820px}.referral-badge{display:inline-block;margin-bottom:12px;padding:5px 12px;border:1px solid #7fffee80;border-radius:999px;color:#aaffef;font-size:13px;font-weight:700}.referral-panel h2{margin-bottom:12px}.referral-panel .referral-copy{max-width:600px;margin:0 auto 20px;font-size:16px;line-height:1.5}.referral-panel .shareactions{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-width:620px}.referral-panel .shareactions .buy{display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:15px;padding:10px 12px;color:#281444;min-height:44px}.referral-terms{margin:18px auto 0;max-width:620px;font-size:14px;line-height:1.5}.referral-terms summary{cursor:pointer;display:list-item;list-style-position:inside;color:#b5fff5}.referral-terms p{font-size:14px}.referral-terms summary:focus-visible{outline:3px solid #79fff0;outline-offset:4px}footer .shipping-summary{flex-basis:100%;margin:0;font-size:14px;color:#e3d7ef;line-height:1.5}.shipping-note{font-size:14px;color:#635570;line-height:1.5}
@media(max-width:420px){.referral-panel .shareactions{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* Selected artwork in the purchase preview, using the catalog image. */
#checkout .checkout-art{width:min(100%,220px);aspect-ratio:1;margin:16px auto 0;border-radius:12px;flex-shrink:0}
#checkout .checkout-art[hidden]{display:none}
#checkout .checkout-art .stickerimage{width:100%;height:100%;scale:1}

/* Public sales counter sits above the centered brand without shifting it. */
.site-masthead .sold-counter{align-self:flex-start;display:flex;align-items:center;gap:10px;margin:0 0 14px;text-align:left;max-width:100%;flex-wrap:wrap}.sold-label{font-size:12px;font-weight:800;letter-spacing:.1em;color:#b6fff7}.sold-digits{display:inline-flex;gap:3px;perspective:450px}.sold-digits>span{position:relative;display:inline-grid;place-items:center;width:24px;height:32px;border-radius:5px;border:1px solid #9163d5;background:linear-gradient(#26103f 49%,#0e0620 50%,#351451 53%);color:#8afff0;font:bold 22px/1 monospace;box-shadow:0 0 9px #4effdc25;text-shadow:0 0 7px #6effdc88}.sold-digits .digit-flip{animation:sold-flip .55s ease-out}.sold-accessible{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}@keyframes sold-flip{0%{transform:rotateX(-85deg);opacity:.3}60%{transform:rotateX(12deg);opacity:1}100%{transform:rotateX(0)}}@media(prefers-reduced-motion:reduce){.sold-digits .digit-flip{animation:none}}

/* Bumper-sticker proportions, with a type-only neon placeholder. */
#grid .art.product-art,#checkout .checkout-art,.catalog-form .product-art{aspect-ratio:8/3;height:auto;width:100%;max-width:none;background:linear-gradient(120deg,#261042,#243b80);border:1px solid #8a5ac4;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center}
#grid .product-art img,#checkout .checkout-art img,.catalog-form .product-art img{width:100%;height:100%;object-fit:contain;display:block}
#checkout .checkout-art[hidden]{display:none}
.coming-soon-mark{font-size:clamp(17px,2.5vw,28px);font-weight:900;font-style:italic;letter-spacing:.07em;color:#fff0fc;text-shadow:0 0 4px #fff,0 0 12px #ff45db,0 0 24px #fb36d0;white-space:nowrap}
#grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-forms{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.catalog-form{background:#261343;border:1px solid #9163d5;border-radius:16px;padding:22px;min-width:0}.catalog-form h2{margin:0 0 16px}.catalog-form label{display:block;text-align:left;margin:18px 0;font-size:16px}.catalog-form input{display:block;width:100%;min-width:0;margin-top:8px;padding:12px;font:inherit;border:1px solid #9777b5;border-radius:8px;background:#160a28;color:white}.catalog-form input[type=file]{font-size:14px}.catalog-form .buy{width:100%}.catalog-save-status{font-size:14px;line-height:1.5;color:#baffed}.catalog-form .buy:disabled{opacity:.55;cursor:wait}
@media(max-width:600px){.catalog-forms{grid-template-columns:1fr}#grid{gap:16px}.coming-soon-mark{font-size:16px;letter-spacing:.02em}}
@media(max-width:420px){#grid{grid-template-columns:1fr}.coming-soon-mark{font-size:24px}}

/* Printed stickers and their previews have straight, square corners. */
#grid .art.product-art,#checkout .checkout-art,.catalog-form .product-art,#grid .product-art img,#checkout .checkout-art img,.catalog-form .product-art img,#design-canvas,#design-proof{border-radius:0}
#grid .buy:disabled{cursor:not-allowed;opacity:.6;box-shadow:none}

/* One focused product per row, full width on phones and bounded on desktop. */
#grid{grid-template-columns:minmax(0,1fr);width:100%;max-width:760px;margin:0 auto;gap:28px}
#grid .card{width:100%;padding:16px}
#grid .art.product-art{aspect-ratio:50/17}
#grid .cardbody{padding:18px 0 0;gap:8px}
#grid .card h3{min-height:0;font-size:clamp(20px,3vw,26px)}
#grid .buyrow{width:100%;max-width:360px;margin:0 auto;gap:10px}
#grid .coming-soon-mark{font-size:clamp(24px,5vw,44px)}
@media(max-width:520px){#grid{gap:20px}#grid .card{padding:12px}#grid .cardbody{padding-top:16px}}

.daily-label{margin:0 0 14px;color:#8afff0;font-size:clamp(20px,3vw,26px)}
.catalog-form select{display:block;width:100%;margin-top:8px;padding:12px;font:inherit;border:1px solid #9777b5;border-radius:8px;background:#160a28;color:white}

.variant-picker{display:block;max-width:360px;margin:18px auto;text-align:center;font-size:16px;font-weight:700}.variant-picker select{display:block;width:100%;min-height:44px;margin-top:8px;padding:10px 12px;border:1px solid #aa73ff;border-radius:9px;background:#25113f;color:#fff;font:inherit}.variant-picker select:focus-visible{outline:3px solid #5cfff0;outline-offset:3px}#custom-price-value{font-weight:inherit}

/* A compact chrome headline for the daily featured design. */
#grid .daily-label{display:flex;align-items:center;justify-content:center;gap:14px;margin:2px 0 18px;padding:5px 6px;font-size:clamp(22px,4.8vw,34px);font-weight:900;font-style:italic;letter-spacing:.035em;line-height:1.25;text-transform:uppercase;color:#eeffff}
#grid .daily-label::before,#grid .daily-label::after{content:"";height:2px;flex:1;max-width:76px;background:linear-gradient(90deg,transparent,#ff47da,#5cfff0);box-shadow:0 2px 9px #f740d744}
#grid .daily-label::after{transform:scaleX(-1)}
#grid .daily-label span{filter:drop-shadow(1px 2px 0 #713196) drop-shadow(0 0 5px #ff47da55)}
@supports (background-clip:text){#grid .daily-label span{background:linear-gradient(180deg,#fff 0%,#b6ffff 35%,#49789e 48%,#fff5fc 52%,#ffb4ec 75%,#ba79eb 100%);background-clip:text;-webkit-background-clip:text;color:transparent}}
@media(max-width:420px){#grid .daily-label{gap:8px;font-size:22px;letter-spacing:.01em}}
@media(forced-colors:active){#grid .daily-label span{background:none;color:CanvasText;filter:none}}
/* Shop rhythm: the featured design follows the tagline directly. */
#shop-view .intro{padding:4px 0 14px}#shop-view .catalog{padding-top:0;margin-top:0}.design-tabs{align-items:center}.design-tabs #cart-open{min-height:44px;padding:10px 16px;border:1px solid #79fff0;border-radius:10px;background:#201036;color:#9ffff0;font:inherit;font-weight:800;cursor:pointer}.design-tabs #cart-count{display:inline-block;min-width:1.5em;margin-left:5px;font-variant-numeric:tabular-nums}
#checkout #add-to-cart{display:block;width:100%;margin:20px 0 10px}#checkout .stepper input{width:90px}#product-status{font-size:14px;line-height:1.5;color:#70268c}#product-status:empty{display:none}
#cart-dialog{width:min(720px,calc(100% - 24px));max-width:720px;max-height:90dvh;padding:24px;overflow:auto;text-align:left}.cart-top{display:flex;align-items:center;justify-content:space-between;padding-right:40px;margin-bottom:20px}.cart-top h2{margin:0}.cart-item{display:grid;grid-template-columns:100px minmax(0,1fr) auto;gap:16px;padding:20px 0;border-top:1px solid #cbb8d8}.cart-item>img{width:100px;aspect-ratio:8/3;object-fit:contain;align-self:start;background:#27173e}.cart-item h3{margin:0;font-size:18px;line-height:1.3;overflow-wrap:anywhere}.cart-unit{font-size:14px;margin:6px 0 12px}.cart-item-controls{display:flex;flex-wrap:wrap;gap:12px}.cart-item-controls label{font-size:14px;font-weight:700}.cart-item select{display:block;margin-top:6px;min-height:44px;max-width:130px;padding:8px;border:1px solid #b398c6;border-radius:8px;background:#fff;color:#2c1740;font:inherit}.cart-stepper{display:flex;margin-top:6px;border:1px solid #b398c6;border-radius:8px;overflow:hidden;background:#fff}.cart-stepper button{width:36px;min-height:44px;padding:0;border:0;background:#efe5f7;color:#381650;font-size:20px;cursor:pointer}.cart-stepper input{width:72px;min-width:0;border:0;border-radius:0;background:#fff;color:#2c1740;text-align:center;font:inherit;appearance:textfield}.cart-stepper input::-webkit-inner-spin-button{appearance:none}.cart-remove{border:0;background:none;padding:10px 0;min-height:44px;color:#793276;text-decoration:underline;font:inherit;font-size:14px;cursor:pointer}.cart-line-total{font-size:17px;white-space:nowrap}.cart-summary{margin-top:12px;padding-top:18px;border-top:2px solid #aa73ff}.cart-subtotal-row{display:flex;justify-content:space-between;gap:16px;font-size:22px;font-weight:800}.cart-shipping,#cart-checkout-note,#cart-status,.cart-warning{font-size:14px;line-height:1.5}#cart-status,.cart-warning{color:#79285f}#cart-status:empty{display:none}#cart-pay{width:100%;margin:8px 0}#cart-continue{display:block;margin:16px auto 0}#cart-pay:disabled{cursor:not-allowed}.custom-quantity{display:block;max-width:160px;margin:20px auto 0;font-weight:700}.custom-quantity input{display:block;width:100%;margin-top:8px;padding:10px;min-height:44px;font:inherit;text-align:center;border:1px solid #9e6eb5;border-radius:8px}.order-result{max-width:760px;margin:20px auto;padding:24px;border:1px solid #79fff0;border-radius:14px;background:#201036}.order-result p{line-height:1.5}
@media(max-width:520px){#cart-dialog{padding:20px 16px}.cart-item{grid-template-columns:76px minmax(0,1fr);gap:12px}.cart-item>img{width:76px}.cart-line-total{grid-column:2}.cart-item-controls{gap:8px}.cart-item h3{font-size:16px}.cart-stepper input{width:64px}.design-tabs{flex-wrap:wrap;gap:6px}.design-tabs a{padding:10px 9px}.design-tabs #cart-open{padding:10px 12px}.cart-subtotal-row{font-size:20px}}
.order-fulfillment{display:grid;gap:12px;max-width:420px;margin:20px auto}.order-fulfillment label{display:block;font-size:16px}.order-fulfillment select,.order-fulfillment input{display:block;width:100%;margin-top:6px;min-height:44px;padding:10px;font:inherit;border:1px solid #aa73ff;border-radius:8px;background:#201036;color:#fff}
.demo-banner{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px 16px;background:#fa58d7;color:#240c35;font-weight:800;line-height:1.4}.demo-banner a{color:inherit;text-decoration:underline;padding:4px}.demo-label{color:#8a206f;font-size:14px;font-weight:900;letter-spacing:.06em}#demo-checkout{width:min(640px,calc(100% - 24px));max-width:640px;max-height:90dvh;overflow:auto;padding:26px 22px}#demo-checkout h2{padding:0 24px;margin-top:10px}#demo-checkout p{font-size:14px;line-height:1.5}.demo-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:22px 0;text-align:left}.demo-fields .wide{grid-column:1/-1}.demo-fields label,.demo-outcome{font-size:14px;font-weight:700}.demo-fields input,.demo-fields select,.demo-outcome select{display:block;width:100%;min-height:44px;margin-top:6px;padding:10px;font:inherit;border:1px solid #b89acb;border-radius:8px;background:#fff;color:#29123b;min-width:0}#demo-order-summary{padding:12px 0;border-top:1px solid #cbb8d8;border-bottom:1px solid #cbb8d8;text-align:left}#demo-order-summary strong{display:block;margin:12px 0}.demo-payment{background:#e8d8f1;border:1px dashed #aa73bb;border-radius:8px;padding:12px}.demo-totals-note{color:#694f7d}.demo-outcome{display:block;text-align:left;margin:16px 0}#demo-place{width:100%;margin:12px 0}#demo-back{display:block;margin:auto}#demo-status{color:#782366;font-weight:700}#demo-status:empty{display:none}#demo-receipt{padding:18px 0}#demo-receipt h3{font-size:22px;color:#702788}#demo-receipt strong{display:block;margin:18px 0}#demo-confirmation .buy{width:100%}
@media(max-width:380px){#demo-checkout{padding:24px 16px}.demo-fields{gap:10px}.demo-fields label{font-size:14px}}

.demo-return-notice{padding:9px 16px;background:#291149;color:#a5fff1;text-align:center;font-size:14px;line-height:1.4;border-bottom:1px solid #8b54a4}
