@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');
:root{--paper:#f5f5f1;--ink:#191b1b;--blue:#d50a20;--muted:#737773}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer}button:disabled{cursor:default}button:focus-visible,a:focus-visible{outline:3px solid var(--blue);outline-offset:5px}button{color:inherit}a{color:inherit;text-decoration:none}.header{height:96px;border-bottom:1px solid #d9dbd4;display:flex;align-items:center;justify-content:space-between;padding:0 5.5vw}.wordmark{font-family:'Space Grotesk',sans-serif;font-size:29px;font-weight:700;letter-spacing:-1.7px;display:flex;align-items:center;gap:5px}.brand-star{color:var(--blue);font-size:40px;line-height:1}.header-note{font-size:12px;letter-spacing:2px;font-weight:600}.cart-trigger{display:flex;align-items:center;gap:10px;background:none;border:0;font-size:14px}.cart-trigger>span{background:var(--blue);color:white;border-radius:50%;display:grid;place-items:center;min-width:25px;height:25px;font-size:12px}main{max-width:1450px;margin:auto;padding:42px 5.5vw 0}.intro{display:flex;justify-content:space-between;align-items:end;margin-bottom:34px}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:650;color:var(--blue);margin:0 0 12px}h1{font-family:'Space Grotesk',sans-serif;font-size:clamp(26px,3vw,42px);font-weight:500;letter-spacing:-1.8px;line-height:1.15;margin:0}.intro-note{font-size:14px;color:#666d65;line-height:1.6;margin:0}.collection{background:#e8e9e3;border:1px solid #daddd3;border-radius:14px;padding:22px 28px 17px;overflow:hidden;background-image:radial-gradient(ellipse at 50% 30%,#f3f4ef,#e5e6df)}.collection-bar{display:flex;justify-content:space-between;align-items:center;font-size:12px;letter-spacing:1px;color:#71776b}.collection-bar>span:first-child{color:#32382f;font-weight:600;display:flex;align-items:center;gap:10px}.blue-line{height:13px;width:3px;background:var(--blue)}.book-scene{perspective:1800px;margin:25px auto 23px;max-width:965px}.binder{padding:18px 20px 22px;background:#161a1b;border-radius:15px;display:grid;grid-template-columns:1fr 43px 1fr;position:relative;box-shadow:0 3px 0 #111,0 6px 0 #3a3e3e,0 8px 0 #222,0 22px 24px -15px #0008,0 40px 45px -40px #000c;border:1px solid #414747;background-image:repeating-linear-gradient(25deg,transparent,transparent 2px,#ffffff02 2px,#ffffff02 3px)}.sheet{background:#292d2e;border:1px solid #464b4c;border-radius:4px;padding:13px 13px 26px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px 10px;position:relative;box-shadow:0 2px 1px #737979,0 4px 0 #202525,0 5px 1px #53595a;transform-origin:100% 50%;align-content:start}.right-sheet{transform-origin:0 50%;background:linear-gradient(90deg,#202425,#2d3132 10%,#272b2c)}.sheet:after{content:attr(data-page);position:absolute;bottom:5px;left:0;right:0;text-align:center;color:#8c9698;font-size:10px;letter-spacing:3px}.pocket{position:relative;min-width:0;border:1px solid #666e6f;border-top-color:#89919266;border-radius:3px;padding:6px;background:linear-gradient(130deg,#ffffff0d,#ffffff02 45%,#ffffff0c);box-shadow:inset 0 -2px 3px #ffffff08,0 1px 1px #0005;aspect-ratio:0.75;display:flex;align-items:center;justify-content:center}.pocket:after{content:'';position:absolute;inset:0;border-radius:2px;background:linear-gradient(125deg,#fff0 30%,#ffffff14 47%,#ffffff02 52%,#fff0 65%);pointer-events:none;border-bottom:1px solid #ffffff20}.card{border:0;background:transparent;padding:0;position:relative;width:100%;height:100%;transition:transform .25s,filter .25s;display:block}.card img{width:100%;height:100%;object-fit:contain;border-radius:4px;display:block;filter:drop-shadow(1px 2px 2px #0008)}.card:hover{transform:translateY(-5px) rotate(-2deg) scale(1.055);z-index:2;filter:brightness(1.1)}.selected-mark{position:absolute;top:-3px;right:-3px;z-index:3;width:24px;height:24px;border-radius:50%;background:var(--blue);color:#fff;display:grid;place-items:center;border:2px solid #fff;font-size:14px;box-shadow:0 2px 6px #0008}.spine{position:relative;display:flex;flex-direction:column;justify-content:space-around;align-items:center;background:linear-gradient(90deg,#101213,#353a3b 48%,#101213);margin:-6px 2px -8px}.spine i{height:15px;width:53px;border:1px solid #747a7b;border-radius:6px;z-index:4;background:linear-gradient(#545a5d,#e3e7e8 30%,#8b9498 50%,#c3c9cb 60%,#3c4244);box-shadow:0 4px 4px #0009}.page-controls{display:flex;gap:24px;justify-content:center;align-items:center}.page-arrow{background:transparent;border:1px solid #b9beb4;width:43px;height:43px;border-radius:50%;font-size:22px;transition:background .2s,color .2s}.page-arrow:hover:not(:disabled){background:var(--ink);color:white}.page-arrow:disabled{opacity:.3}.page-controls>div{text-align:center;min-width:240px}#page-label{font-size:14px;font-weight:600;font-variant-numeric:tabular-nums}.page-hint{display:block;font-size:12px;color:#777e70;margin-top:5px}.bottom-note{display:flex;justify-content:space-between;padding:23px 0 33px;font-size:12px;letter-spacing:.8px;color:#737a6c}.bottom-note>span:last-child{letter-spacing:0}footer{margin:0 5.5vw;border-top:1px solid #d9dbd4;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:25px 0;font-size:12px;color:#737773}.wordmark.small{font-size:20px;color:var(--ink)}.small .brand-star{font-size:28px}dialog{padding:0;border:none;color:var(--ink);background:var(--paper);box-shadow:0 30px 100px #0005}dialog::backdrop{background:#0b1014bb;backdrop-filter:blur(8px)}.close{background:#ffffffdf;border:1px solid #daddd4;border-radius:50%;height:38px;width:38px;display:grid;place-items:center;font-size:26px;line-height:1;z-index:10}.card-dialog{border-radius:18px;max-width:850px;width:calc(100% - 40px);max-height:90dvh;overflow:auto}.card-dialog[open]{display:grid;grid-template-columns:1fr 1fr}.card-dialog>.close{position:absolute;right:16px;top:16px}.detail-art{padding:38px;background:radial-gradient(#526158,#252b2a);display:flex;align-items:center;justify-content:center}.detail-art img{width:100%;max-height:70dvh;object-fit:contain;filter:drop-shadow(0 18px 15px #0005);animation:reveal .4s ease-out}.detail-copy{padding:65px 32px 35px;display:flex;flex-direction:column;justify-content:center}h2{font-family:'Space Grotesk',sans-serif;font-size:32px;letter-spacing:-1px;line-height:1.1;margin:5px 0 16px;font-weight:500}.detail-description{font-size:16px;line-height:1.7;color:#757970}.price{font-size:23px;margin:20px 0 0}.muted{font-size:12px;color:#767b73;margin-bottom:26px}.primary{width:100%;padding:17px 20px;background:var(--blue);color:white;border:0;border-radius:6px;font-weight:600;text-align:center;font-size:16px}.primary>span{float:right}.primary:hover:not(:disabled){background:#b8061a}.primary:disabled{background:#dfe2db;color:#72796c}.availability{font-size:12px;line-height:1.7;color:#7c8275}.cart-dialog{margin:0 0 0 auto;min-height:100dvh;max-height:100dvh;width:460px;max-width:100%;padding:30px;overflow:auto}.cart-dialog[open]{display:flex;flex-direction:column}.cart-heading{display:flex;justify-content:space-between;gap:14px;align-items:start;margin-bottom:20px}.cart-heading h2{font-size:30px}.cart-heading h2 span{font-size:16px;color:#767b73;margin-left:12px}#cart-items{flex:1}.cart-item{display:grid;grid-template-columns:66px 1fr 32px;gap:16px;align-items:center;border-top:1px solid #daddd4;padding:16px 0}.cart-item img{width:66px;height:92px;object-fit:contain}.cart-item h3{font-size:15px;line-height:1.4;margin:0 0 8px}.cart-item p{font-size:13px;color:#7c8275;margin:0}.remove{border:0;background:none;font-size:23px;color:#6f7667}.cart-bottom{border-top:1px solid #daddd4;padding-top:24px;margin-top:24px}.total{display:flex;justify-content:space-between}.cart-bottom p{font-size:13px;line-height:1.7;color:#747b6b;margin:20px 0}.continue{display:block;margin:18px auto 0;border:0;background:none;font-size:14px;text-decoration:underline;text-underline-offset:5px}.empty-cart{padding:45px 0;text-align:center;color:#727b6d;line-height:1.7}.toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,20px);background:#202722;color:#fff;border:1px solid #65715b;padding:14px 22px;border-radius:40px;font-size:14px;opacity:0;pointer-events:none;transition:.25s;z-index:100;max-width:90%;text-align:center}.toast.show{opacity:1;transform:translate(-50%,0)}.binder.turn-forward .right-sheet{animation:turn-forward .5s ease-in-out}.binder.turn-back .left-sheet{animation:turn-back .5s ease-in-out}@keyframes turn-forward{0%,100%{transform:rotateY(0)}48%{transform:rotateY(-72deg);filter:brightness(.55)}52%{transform:rotateY(-72deg);filter:brightness(.55)}}@keyframes turn-back{0%,100%{transform:rotateY(0)}48%,52%{transform:rotateY(72deg);filter:brightness(.55)}}@keyframes reveal{from{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}@media(min-width:1500px){.book-scene{max-width:1020px}}@media(max-width:800px){.header{height:76px}.header-note{display:none}.intro-note{display:none}main{padding-top:30px}.intro{margin-bottom:26px}h1{letter-spacing:-1px}.collection{padding:18px 13px}.collection-bar{font-size:10px;letter-spacing:.5px}.book-scene{margin:22px auto;max-width:500px}.binder{grid-template-columns:24px 1fr;padding:14px 12px 17px 8px;border-radius:10px}.spine{grid-column:1;grid-row:1;margin-left:0;margin-right:5px}.spine i{width:32px;height:13px}.left-sheet{grid-column:2;grid-row:1;transform-origin:0 50%}.right-sheet{display:none}.sheet{padding:10px 10px 23px;gap:10px 8px}.pocket{padding:5px}.binder.turn-forward .left-sheet{animation:turn-forward .5s ease-in-out}.page-controls{gap:12px}.page-controls>div{min-width:200px}.page-hint{font-size:11px}.bottom-note>span:first-child{display:none}.bottom-note{justify-content:center;font-size:12px}footer{flex-wrap:wrap;justify-content:space-between}footer>span:last-child{display:none}.card-dialog[open]{grid-template-columns:1fr}.detail-art{padding:25px}.detail-art img{max-height:43dvh}.detail-copy{padding:25px}h2{font-size:28px}.detail-description{margin:0}.price{margin-top:16px}.muted{margin-bottom:18px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

.brand{display:flex;gap:15px;align-items:center}.brand img{width:75px;height:75px;object-fit:contain;mix-blend-mode:multiply}.brand>span{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:24px;letter-spacing:-1px}.brand>span>span{display:block;font-family:'DM Sans',sans-serif;font-size:9px;letter-spacing:1.4px;font-weight:600;margin-top:3px}.intro-note strong{font-weight:600;color:var(--ink)}.pack-strip{margin:22px -6px 0;width:calc(100% + 12px);border:1px solid #d0d3c8;border-radius:9px;background:#fafbf7;display:flex;align-items:center;gap:20px;padding:16px 20px;text-align:left}.pack-title{font-size:10px;letter-spacing:1px;color:#78806e;white-space:nowrap}.pack-title strong{display:block;font-size:14px;color:var(--ink);letter-spacing:0;margin-top:5px;font-weight:600}.pack-slots{display:flex;gap:5px}.pack-slot{width:23px;height:31px;background:#e8eae3;border:1px dashed #bdc2b4;border-radius:3px;position:relative;overflow:hidden}.pack-slot.filled{background:#d50a20;border:1px solid #d50a20}.pack-slot img{width:100%;height:100%;object-fit:cover;display:block}.pack-status{font-size:12px;color:#747d69;margin-left:auto}.pack-price{font-family:'Space Grotesk',sans-serif;font-size:25px;white-space:nowrap;font-weight:600;letter-spacing:-1px}.pack-price>span{margin-left:10px;color:var(--blue);font-size:23px}.cart-progress{font-size:14px;padding:14px 16px;margin:0 0 20px;background:#e7e9e1;border-radius:7px;color:#58624d}.cart-progress.complete{background:#e6eedc;color:#3f5826}.cart-item .quantity{display:flex;gap:12px;align-items:center;margin-top:10px;font-size:14px}.quantity button{width:27px;height:27px;border:1px solid #c4c9bb;border-radius:4px;background:transparent}.cart-bottom .total small{display:block;font-size:12px;color:#737b69;margin-top:5px;font-weight:400}.sheet{perspective:1400px}.pocket.empty{opacity:.35}.pack-divider{font-size:12px;font-weight:600;letter-spacing:1px;color:#737b69;padding:20px 0 8px}.pack-strip:hover{border-color:#9ea78e}@media(max-width:1000px){.pack-status{display:none}.pack-price{margin-left:auto}}@media(max-width:800px){.brand img{width:58px;height:58px}.brand>span{font-size:20px}.brand>span>span{font-size:8px;letter-spacing:.7px}.brand{gap:7px}.header{padding:0 4vw}.cart-trigger{font-size:12px;gap:6px}.cart-trigger svg{display:none}.pack-strip{flex-wrap:wrap;gap:10px;padding:13px}.pack-title{flex:1}.pack-price{font-size:22px}.pack-slots{order:3;flex-basis:100%;justify-content:space-between}.pack-slot{width:calc((100% - 45px)/10);height:auto;aspect-ratio:.72;max-height:44px}.pack-status{display:none}.cart-dialog{padding:22px}h1{font-size:29px}.intro-note{display:block;font-size:14px;margin-top:12px}.intro-note br{display:none}.intro-note strong{display:none}.intro{display:block}.header-note{display:none}}@media(max-width:370px){.brand>span{font-size:17px}.brand>span>span{display:none}.page-controls>div{min-width:175px}.page-controls{gap:8px}.page-arrow{width:36px;height:36px}.page-hint{font-size:10px}}

/* Contemporary table entry and direct card-to-booster interaction. */
[hidden]{display:none!important}.home-mode main{max-width:none;padding:0}.home-mode footer{display:none}.home-mode .header{background:#f7f7f4}.home{position:relative;display:grid;grid-template-columns:42% 58%;min-height:calc(100svh - 96px);background:#f7f7f4;overflow:hidden}.home-copy{align-self:center;padding:65px 0 95px 7.5vw;position:relative;z-index:3}.home-copy .eyebrow{font-size:11px;letter-spacing:2.5px;margin-bottom:25px}.home-copy h1{font-size:clamp(42px,4.6vw,72px);font-weight:500;letter-spacing:-3.5px;line-height:1.08}.home-copy h1 em{font-style:normal;color:var(--blue)}.home-description{font-size:16px;line-height:1.8;color:#7a7e79;margin:26px 0 30px}.home-offer{display:flex;align-items:center;gap:8px;font-size:14px}.home-offer strong{font-family:'Space Grotesk',sans-serif;font-size:24px;font-weight:500;letter-spacing:-1px}.home-offer>span{color:#81857b}.offer-rule{width:30px;height:1px;background:#bec3ba;margin:0 10px}.home-open{background:#1b1e1d;border:0;color:white;padding:17px 22px;border-radius:5px;margin-top:32px;font-size:14px;min-width:230px;display:flex;justify-content:space-between;gap:25px;align-items:center}.home-open:hover{background:var(--blue)}.home-open>span{font-size:22px;line-height:1}.home-table{background:#d9ddde url('assets/tabletop.webp') center/cover;position:relative;min-height:640px;display:flex;align-items:center;justify-content:center;flex-direction:column;overflow:hidden}.home-table:after{content:'';position:absolute;inset:0;pointer-events:none;box-shadow:inset 35px 0 50px -50px #0003}.book-display{perspective:1700px;width:345px;height:455px;position:relative;margin:30px 0 70px;transform:rotate(-11deg);transition:transform .6s cubic-bezier(.2,.65,.3,1)}.book-display:hover{transform:rotate(-8deg) translateY(-8px)}.closed-book{width:100%;height:100%;padding:0;border:0;background:transparent;border-radius:13px;position:relative;transform-style:preserve-3d;display:block}.book-base{position:absolute;inset:0;display:block;background:#151919;border-radius:10px;box-shadow:1px 4px 0 #919593,3px 8px 0 #303534,4px 11px 0 #858b87,5px 14px 0 #202524,18px 36px 30px -12px #0006,40px 60px 60px -25px #0005;overflow:hidden;padding:22px}.preview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;height:100%}.preview-grid img{width:100%;height:100%;object-fit:contain;min-height:0;filter:brightness(.65)}.cover-front{position:absolute;inset:0;border-radius:12px;background:radial-gradient(ellipse at top left,#3b3d3a,#242825 45%,#131714);border:1px solid #525751;box-shadow:inset 9px 0 9px #0007,inset 11px 0 1px #53595070,inset 13px 0 4px #0008, inset 0 0 0 6px #242923;display:flex;align-items:center;justify-content:center;flex-direction:column;transform-origin:0 50%;backface-visibility:hidden;transition:transform .85s cubic-bezier(.35,.02,.3,1),filter .85s;transform-style:preserve-3d}.cover-front:before{content:'';position:absolute;inset:15px 12px 13px 22px;border:1px dashed #9098854a;border-radius:8px;pointer-events:none}.cover-front:after{content:'';position:absolute;width:15px;right:25px;top:0;bottom:0;background:#0e120f66;border-left:1px solid #464d4140;border-right:1px solid #464d4140}.cover-logo{width:74%;height:auto;border-radius:50%;box-shadow:0 3px 12px #0009;transform:rotate(1deg);position:relative;z-index:1}.cover-topline{position:absolute;top:35px;left:35px;font-size:8px;letter-spacing:2px;color:#bdaf81}.cover-bottomline{position:absolute;bottom:36px;left:35px;right:40px;display:flex;justify-content:space-between;gap:8px;color:#a9ad9f;font-size:7px;letter-spacing:1px}.table-caption{position:absolute;bottom:78px;left:0;right:0;text-align:center;font-size:12px;color:#626962;letter-spacing:.1px}.table-caption>span{display:inline-block;font-size:22px;margin-right:10px}.home-footnote{position:absolute;bottom:25px;left:7.5vw;right:4vw;display:flex;justify-content:space-between;gap:15px;font-size:10px;letter-spacing:1.2px;color:#7c837a;z-index:4}.home-footnote>span:last-child{letter-spacing:0}.home-opening .cover-front{transform:rotateY(-165deg);filter:brightness(.65)}.home-opening .book-display{transform:rotate(-2deg) scale(1.05)}.home-opening .home-copy,.home-opening .table-caption{opacity:0;transition:opacity .5s}.home-opening{animation:home-away .95s forwards}.back-home{padding:0;background:none;border:none;margin-bottom:28px;color:#757d70;font-size:13px}.back-home:hover{color:var(--blue)}#collection-view{animation:desk-reveal .65s cubic-bezier(.2,.7,.2,1)}.collection{background:#d9ddde url('assets/tabletop.webp') center/cover}.pack-strip{position:sticky;bottom:16px;z-index:8;box-shadow:0 10px 24px #252c2015}.collection{overflow:visible}.pack-strip.receiving{animation:receive .5s ease-out}.pocket{overflow:visible}.zoom-card{position:absolute;right:5px;bottom:5px;width:23px;height:23px;border-radius:50%;border:1px solid #ffffff44;background:#151a18cc;color:white;display:grid;place-items:center;z-index:5;font-size:14px;opacity:0;transition:opacity .15s}.pocket:hover .zoom-card,.pocket:focus-within .zoom-card{opacity:1}.card:after{content:'+';position:absolute;bottom:4px;left:4px;border-radius:50%;background:var(--blue);width:23px;height:23px;font-size:20px;color:white;line-height:21px;opacity:0;transition:opacity .2s}.card:hover:after,.card:focus-visible:after{opacity:1}.fly-card{position:fixed;z-index:1000;pointer-events:none;object-fit:contain;border-radius:5px;filter:drop-shadow(0 15px 12px #0006);will-change:transform,opacity}.card.extracting{filter:brightness(.55);transform:scale(.95)}.book-scene{touch-action:pan-y}.pack-title{color:#8b1d27}.pack-title strong{color:#171b18}.pack-strip{border-color:#c8ccbf}.brand-star{font-size:14px!important;align-self:flex-start;margin-top:4px}@keyframes desk-reveal{from{opacity:0;transform:translateY(30px) scale(.96)}to{opacity:1;transform:none}}@keyframes home-away{0%,75%{opacity:1}100%{opacity:0}}@keyframes receive{0%,100%{transform:scale(1)}45%{transform:scale(1.025);box-shadow:0 0 0 3px #d50a2030}}@media(max-width:1100px){.book-display{width:295px;height:390px}.home-copy{padding-left:6vw}.home-copy h1{font-size:48px;letter-spacing:-2.5px}.home-table{min-height:610px}.home-copy .home-description{font-size:14px}}@media(max-width:800px){.home{grid-template-columns:1fr;min-height:calc(100svh - 76px);overflow:visible}.home-copy{padding:32px 6vw 28px;text-align:center}.home-copy .eyebrow{margin-bottom:15px;font-size:10px}.home-copy h1{font-size:38px;letter-spacing:-2px}.home-copy h1 br{display:none}.home-description{font-size:14px!important;line-height:1.55;margin:13px 0 20px}.home-description br{display:none}.home-offer{justify-content:center;font-size:13px}.home-offer strong{font-size:21px}.home-open{display:none}.home-table{min-height:470px;margin:0 15px 45px;border-radius:12px}.book-display{width:245px;height:324px;margin:28px 0 55px;transform:rotate(-9deg)}.table-caption{bottom:22px;font-size:11px}.cover-topline{font-size:6px;top:27px;left:28px;letter-spacing:1.5px}.cover-bottomline{font-size:5px;left:28px;right:32px;bottom:27px}.cover-front:after{right:18px;width:11px}.home-footnote{bottom:15px;position:absolute;left:0;right:0;justify-content:center;font-size:8px}.home-footnote>span:last-child{display:none}.home-copy h1 em{display:inline-block}.zoom-card{opacity:1;width:22px;height:22px;font-size:13px}.card:after{opacity:0}.back-home{margin-bottom:22px}.pack-strip{bottom:10px}.home-mode .brand>span{font-size:18px}.home-mode .header .brand img{width:53px;height:53px}}@media(max-width:400px){.home-copy{padding-top:25px;padding-bottom:20px}.home-copy h1{font-size:33px}.home-table{min-height:420px}.book-display{width:220px;height:291px}.home-description{font-size:13px!important}.home-copy .eyebrow{margin-bottom:12px}}

.header{position:sticky;top:0;z-index:30;background:#f5f5f1ee;backdrop-filter:blur(14px)}
.format-selector fieldset{padding:0;margin:0;border:0;min-width:0}.format-selector legend{font-size:13px;color:#777e73;margin-bottom:12px}.format-choices{display:flex;gap:9px}.format-choices label{flex:1;cursor:pointer;position:relative;min-width:0}.format-choices input{position:absolute;opacity:0;width:1px;height:1px}.format-choices label>span{display:flex;flex-direction:column;align-items:center;gap:7px;border:1px solid #d3d6ce;border-radius:7px;padding:13px 14px;background:#f9faf6;transition:.2s;white-space:nowrap}.format-choices strong{font-size:14px;font-weight:500}.format-choices label>span>span{font-family:'Space Grotesk',sans-serif;font-size:23px;font-weight:500}.format-choices input:checked+span{border-color:var(--blue);background:#fff3f3;box-shadow:0 0 0 1px var(--blue)}.format-choices input:focus-visible+span{outline:3px solid var(--blue);outline-offset:3px}.home-copy .format-selector{max-width:365px}.holo-note{font-size:13px;color:#777e73;line-height:1.6;margin:13px 0 0}.holo-note span{font-size:12px}.format-bar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:-10px 0 28px}.format-bar .format-selector{width:365px}.format-bar .holo-note{text-align:right}.cart-dialog .format-selector{margin-bottom:20px}.holo-option{display:flex;align-items:center;gap:9px;font-size:14px;cursor:pointer;color:#42493e;line-height:1.5}.holo-option input{width:18px;height:18px;accent-color:var(--blue);flex-shrink:0;cursor:pointer}.holo-option strong{white-space:nowrap;font-weight:600;margin-left:4px}.detail-copy>.holo-option{margin:22px 0 4px;border:1px solid #d3d6ce;padding:12px;border-radius:6px}.cart-item .holo-option{font-size:13px}.holographic-item img{filter:drop-shadow(0 0 5px #8b75da88)}.price-breakdown{display:grid;gap:12px;font-size:13px;color:#737b69;margin-bottom:20px}.price-breakdown>div{display:flex;justify-content:space-between;gap:15px}.price-breakdown>div>span:last-child{white-space:nowrap}.pack-price #pack-live-price{font-size:25px;color:var(--ink);margin:0}.holo-slot:after{content:'';position:absolute;inset:0;background:linear-gradient(130deg,#4effd550,#fa66ff70,#ffef6660);mix-blend-mode:screen}.pack-slots{flex-wrap:wrap;max-width:420px;row-gap:5px}.format-choices label:hover>span{border-color:#ad817f}@media(max-width:1100px){.pack-slots{max-width:320px}.pack-slot{width:18px;height:26px}.format-choices label>span{padding:12px 9px}.home-copy .format-selector{max-width:310px}}@media(max-width:800px){.home-copy .format-selector{margin:auto;max-width:340px}.home-copy .holo-note{font-size:12px;margin-top:11px}.format-bar{display:block;margin-top:-10px}.format-bar .format-selector{width:100%}.format-bar .holo-note{text-align:left;font-size:12px}.format-bar .holo-note br{display:none}.format-bar .holo-note span{display:none}.pack-slots{max-width:none;display:grid;grid-template-columns:repeat(var(--slot-count,10),minmax(0,1fr));gap:3px}.pack-slot{width:100%;height:auto;max-height:44px;aspect-ratio:.72}.pack-price #pack-live-price{font-size:22px}.format-choices label>span{padding:11px 10px}.home-open{margin-top:22px}.home-copy h1{font-size:34px}}@media(prefers-reduced-motion:reduce){.format-choices label>span{transition:none}}

