:root{--max-width:1240px;--cream:#fff6e0;--yolk:#ffd93d;--yolk-deep:#f5c518;--ink:#1a1a1a;--ink-soft:rgba(26,26,26,.72);--ink-mute:rgba(26,26,26,.5);--ink-faint:rgba(26,26,26,.3);--rose:#ff6b9d;--sky:#6bcbef;--mint:#7dd9a8;--coral:#f86;--lavender:#c4a8e8;--pearl:#fff;--paper:#fbf2d9;--shadow-sticker-sm:3px 3px 0 #1a1a1a;--shadow-sticker:4px 4px 0 #1a1a1a;--shadow-sticker-lg:6px 6px 0 #1a1a1a}*{box-sizing:border-box;padding:0;margin:0}body,html{background-color:var(--cream);color:var(--ink)}body{max-width:100vw;overflow-x:clip;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='360' viewBox='0 0 360 360'%3E%3Cfilter id='c' x='-10%25' y='-10%25' width='120%25' height='120%25'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.04' numOctaves='2' seed='4' result='w'/%3E%3CfeDisplacementMap in='SourceGraphic' in2='w' scale='1.4' xChannelSelector='R' yChannelSelector='G'/%3E%3C/filter%3E%3Cg filter='url%28%23c%29' opacity='0.42'%3E%3Cpath transform='translate%2846 52%29 rotate%28-12%29 scale%281.35%29' d='M0 5.5 C -9 -0.5, -5.5 -8, 0 -3.6 C 5.5 -8, 9.5 -0.5, 0.4 5.6' fill='none' stroke='%23F2A36B' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='226' cy='40' r='3.2' fill='%236FBFE3'/%3E%3Cg transform='translate%28136 150%29 rotate%2812%29 scale%281.2%29'%3E%3Cellipse cx='0' cy='-4.4' rx='2.4' ry='3.6' transform='rotate%280%29' fill='none' stroke='%23AE8FDC' stroke-width='2'/%3E%3Cellipse cx='0' cy='-4.4' rx='2.4' ry='3.6' transform='rotate%2872%29' fill='none' stroke='%23AE8FDC' stroke-width='2'/%3E%3Cellipse cx='0' cy='-4.4' rx='2.4' ry='3.6' transform='rotate%28144%29' fill='none' stroke='%23AE8FDC' stroke-width='2'/%3E%3Cellipse cx='0' cy='-4.4' rx='2.4' ry='3.6' transform='rotate%28216%29' fill='none' stroke='%23AE8FDC' stroke-width='2'/%3E%3Cellipse cx='0' cy='-4.4' rx='2.4' ry='3.6' transform='rotate%28288%29' fill='none' stroke='%23AE8FDC' stroke-width='2'/%3E%3Ccircle r='1.6' fill='%23AE8FDC'/%3E%3C/g%3E%3Ccircle cx='318' cy='142' r='3.2' fill='%23E8BE3A'/%3E%3Cpath transform='translate%28250 250%29' d='M0 0 q 4 -5 8 0 t 8 0 t 8 0' fill='none' stroke='%237CC99D' stroke-width='2.3' stroke-linecap='round'/%3E%3Cpath transform='translate%28292 318%29 rotate%2814%29 scale%281.05%29' d='M0 5.5 C -9 -0.5, -5.5 -8, 0 -3.6 C 5.5 -8, 9.5 -0.5, 0.4 5.6' fill='none' stroke='%236FBFE3' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='56' cy='282' r='3.2' fill='%237CC99D'/%3E%3Ccircle cx='170' cy='330' r='3.2' fill='%23E8BE3A'/%3E%3Cpath transform='translate%28330 40%29' d='M0 0 c 2 -2 4 0 3 2 c -1 3 -6 2 -6 -2 c 0 -5 7 -6 9 -1' fill='none' stroke='%23AE8FDC' stroke-width='2.1' stroke-linecap='round'/%3E%3Cpath transform='translate%2898 226%29' d='M0 0 c 2 -2 4 0 3 2 c -1 3 -6 2 -6 -2 c 0 -5 7 -6 9 -1' fill='none' stroke='%23E8BE3A' stroke-width='2.1' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");background-size:360px 360px;background-position:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}::selection{background:var(--yolk);color:var(--ink)}:focus-visible{outline:3px solid #1a1a1a;outline-offset:3px;box-shadow:0 0 0 6px var(--yolk)}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(26,26,26,.2);border:3px solid var(--cream);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:rgba(26,26,26,.4)}.tape{position:absolute;width:70px;height:18px;background:rgba(255,217,61,.55);border-left:1px dashed rgba(26,26,26,.15);border-right:1px dashed rgba(26,26,26,.15);box-shadow:0 1px 4px rgba(26,26,26,.1);transform:rotate(-4deg);top:-10px;left:50%;margin-left:-35px;pointer-events:none}@keyframes wiggle{0%,to{transform:rotate(-1deg)}50%{transform:rotate(1deg)}}.wiggle:hover{animation:wiggle .4s ease-in-out infinite}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.marquee-track{display:inline-flex;animation:marquee 35s linear infinite;white-space:nowrap}@keyframes float{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-6px) rotate(2deg)}}@keyframes spin-slow{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pop{0%{transform:scale(.6);opacity:0}50%{transform:scale(1.12);opacity:1}to{transform:scale(1);opacity:1}}.pop-in{animation:pop .4s cubic-bezier(.34,1.56,.64,1) both}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton{background:linear-gradient(90deg,#f0e8cf,#faf2d8 50%,#f0e8cf);background-size:800px 100%;animation:shimmer 1.6s linear infinite}.hand-underline{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 14'%3E%3Cpath d='M2 8 Q 50 2, 100 7 T 198 5' stroke='%23FF6B9D' stroke-width='3.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:0 100%;background-size:100% .45em;padding-bottom:.15em}.carousel .control-dots .dot{background:var(--ink)!important;box-shadow:none!important;opacity:.25!important;width:10px!important;height:10px!important}.carousel .control-dots .dot.selected{opacity:1!important;background:var(--ink)!important}.carousel .thumbs-wrapper{margin:14px 0 0!important}.carousel .thumb{border:2px solid var(--ink)!important;border-radius:8px!important;padding:0!important;overflow:hidden!important}.carousel .thumb.selected,.carousel .thumb:hover{border-color:var(--rose)!important}:root{--band-sky:#cdebfb;--band-rose:#ffdce8;--band-mint:#d8f3e4;--band-lavender:#e8dcfa;--band-yolk:#ffe58a;--band-cream:#fff6e0}.band{position:relative;background-color:var(--band)}.band.scallop-bottom:after,.band.scallop-top:before{content:"";position:absolute;left:0;right:0;height:28px;background-image:radial-gradient(circle at 14px 14px,var(--band) 14px,transparent 14.8px);background-size:28px 28px;background-repeat:repeat-x;pointer-events:none}.band.scallop-top:before{top:-14px}.band.scallop-bottom:after{bottom:-14px}.sticker-text{--shadow:#1a1a1a;--stroke:2px;color:#fff;-webkit-text-stroke:var(--stroke) #1a1a1a;paint-order:stroke fill;text-shadow:4px 4px 0 var(--shadow)}.sticker-text.sticker-small{--stroke:1.6px;text-shadow:3px 3px 0 var(--shadow)}.sticker-text.sticker-hero{--stroke:2.5px;text-shadow:6px 6px 0 var(--shadow)}@supports not (paint-order:stroke fill){.sticker-text{-webkit-text-stroke:1.2px #1a1a1a}}.tape-marquee{overflow:hidden;background:var(--yolk);border-top:2.5px solid var(--ink);border-bottom:2.5px solid var(--ink)}.tape-marquee .marquee-track{animation-duration:40s;will-change:transform}.tape-marquee:hover .marquee-track{animation-play-state:paused}@keyframes slap{0%{transform:rotate(calc(var(--r, 0deg) - 12deg)) scale(1.6);opacity:0}55%{transform:rotate(calc(var(--r, 0deg) + 3deg)) scale(.94);opacity:1}to{transform:rotate(var(--r,0deg)) scale(1);opacity:1}}.slap{animation:slap .55s cubic-bezier(.2,.9,.3,1.15) both;transform-origin:center}@keyframes draw-line{0%{stroke-dashoffset:420}to{stroke-dashoffset:0}}.draw-line path{stroke-dasharray:420 480;animation:draw-line .9s cubic-bezier(.65,0,.35,1) .9s both}@keyframes bob{0%,to{transform:translateY(0) rotate(var(--r,0deg))}50%{transform:translateY(-6px) rotate(calc(var(--r, 0deg) + 2deg))}}@media (prefers-reduced-motion:reduce){.draw-line path,.marquee-track,.pop-in,.slap,.wiggle,.wiggle:hover,:hover>.wiggle{animation:none!important}.slap{transform:rotate(var(--r,0deg));opacity:1}.draw-line path{stroke-dashoffset:0}}:root{--hand-box-a:255px 14px 225px 14px/14px 225px 14px 255px;--hand-box-b:14px 255px 14px 225px/225px 14px 255px 14px;--hand-box-c:225px 18px 245px 12px/12px 245px 18px 225px;--hand-pill-a:38px 26px 34px 22px/24px 36px 22px 34px;--hand-pill-b:26px 38px 22px 34px/36px 24px 34px 22px;--hand-circle-a:58% 42% 55% 45%/45% 55% 42% 58%;--hand-circle-b:44% 56% 47% 53%/55% 45% 58% 42%;--crayon:#3a3232;--pen:var(--crayon);--crayon-tooth:none}:where(.hand-line){position:relative}.hand-line{border-color:transparent!important}.hand-line:after{content:"";position:absolute;inset:-2px;border:var(--crayon-width,3.4px) solid var(--crayon-line,var(--crayon));border-radius:inherit;filter:url(#crayon);pointer-events:none}:where(.hand-hatch){position:relative;--shade:#ffe7a3}:where(.hand-hatch:nth-of-type(3n+2)){--shade:#b5e2f5}:where(.hand-hatch:nth-of-type(3n)){--shade:#bfead2}.hand-hatch{border-color:transparent!important}.hand-hatch:after{inset:-2px;border:var(--crayon-width,3.6px) solid var(--crayon-line,var(--crayon));z-index:2}.hand-hatch:after,.hand-hatch:before{content:"";position:absolute;border-radius:inherit;filter:url(#crayon);pointer-events:none}.hand-hatch:before{inset:var(--hatch,7px) calc(var(--hatch, 7px) * -1) calc(var(--hatch, 7px) * -1) var(--hatch,7px);background:var(--shade);-webkit-clip-path:polygon(calc(100% - var(--hatch, 7px)) 0,100% 0,100% 100%,0 100%,0 calc(100% - var(--hatch, 7px)),calc(100% - var(--hatch, 7px)) calc(100% - var(--hatch, 7px)));clip-path:polygon(calc(100% - var(--hatch, 7px)) 0,100% 0,100% 100%,0 100%,0 calc(100% - var(--hatch, 7px)),calc(100% - var(--hatch, 7px)) calc(100% - var(--hatch, 7px)));z-index:1}.hand-squiggle{height:14px;border:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='14' viewBox='0 0 40 14'%3E%3Cpath d='M0 7 Q 5 2, 10 7 T 20 7 T 30 7 T 40 7' fill='none' stroke='%233a3232' stroke-width='2.6' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:repeat-x;background-size:40px 14px;background-position:0;filter:url(#crayon-soft)}.hand-underline-link{text-decoration:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='9' viewBox='0 0 60 9'%3E%3Cpath d='M1 5 Q 15 1.5, 30 5 T 59 4.5' fill='none' stroke='%236BCBEF' stroke-width='3.2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:repeat-x;background-size:60px 9px;background-position:0 100%;padding-bottom:5px}.draw-line{filter:url(#crayon)}