@import url(https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700;900&family=Cinzel+Decorative:wght@400;700&family=Raleway:wght@300;400;500&display=swap);*,:after,:before{box-sizing:border-box;margin:0;padding:0}#root,body,html{background:#020008;height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.navbar{align-items:center;display:grid;grid-template-columns:1fr auto 1fr;left:0;padding:1rem clamp(2rem,4vw,3.5rem);position:fixed;right:0;top:0;transition:background .3s,border-bottom .3s,-webkit-backdrop-filter .3s;transition:background .3s,backdrop-filter .3s,border-bottom .3s;transition:background .3s,backdrop-filter .3s,border-bottom .3s,-webkit-backdrop-filter .3s;z-index:100}.navbar--scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#020008d9;border-bottom:1px solid #a855f733}.navbar__logo-link{align-items:center;display:flex;grid-column:1;justify-self:start;text-decoration:none}.navbar__logo{filter:drop-shadow(0 0 8px rgba(168,85,247,.4));height:44px;object-fit:contain;transition:filter .3s}.navbar__logo:hover{filter:drop-shadow(0 0 14px rgba(168,85,247,.7))}.navbar__links{align-items:center;display:flex;gap:2.5rem;grid-column:2;justify-self:center;list-style:none;margin:0;padding:0}.navbar__link{color:#c8bedcb3;font-family:Cinzel,serif;font-size:.72rem;letter-spacing:.2em;position:relative;text-decoration:none;text-transform:uppercase;transition:color .2s}.navbar__link:after{background:linear-gradient(90deg,#a855f7,gold);bottom:-4px;content:"";height:1px;left:0;position:absolute;right:0;transform:scaleX(0);transition:transform .25s ease}.navbar__link:hover{color:#e2d9f3}.navbar__link--active:after,.navbar__link:hover:after{transform:scaleX(1)}.navbar__link--active{color:#e2d9f3}.navbar__link--cta{background:linear-gradient(135deg,#7c3aed,#a855f7);border-radius:2px;box-shadow:0 0 16px #a855f759;color:#fff!important;letter-spacing:.18em;padding:.5rem 1.2rem;transition:box-shadow .3s,transform .2s!important}.navbar__link--cta:after{display:none}.navbar__link--cta:hover{box-shadow:0 0 28px #a855f7a6!important;color:#fff!important;transform:scale(1.03)}.navbar__burger{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;grid-column:3;justify-self:end;padding:4px}.navbar__burger span{background:#c8bedccc;display:block;height:2px;transition:transform .25s,opacity .25s;width:24px}.navbar__burger--open span:first-child{transform:translateY(7px) rotate(45deg)}.navbar__burger--open span:nth-child(2){opacity:0}.navbar__burger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.navbar__mobile-cart{display:none}@media (max-width:1050px){.navbar{gap:8px;grid-template-columns:minmax(0,1fr) auto auto;padding:.9rem 1.2rem}.navbar__mobile-cart{align-items:center;background:none;border:0;color:#e2d9f3;cursor:pointer;display:inline-flex;font-size:.75rem;gap:5px;grid-column:2;grid-row:1;height:44px;justify-content:center;min-width:44px;padding:4px}.navbar__links .navbar__desktop-cart{display:none}.navbar__burger{align-items:center;display:flex;grid-row:1;height:44px;justify-content:center;width:44px}.navbar__links{align-items:flex-start;background:#020008f7;border-bottom:1px solid #a855f733;display:none;flex-direction:column;gap:0;left:0;padding:1rem 1.5rem 1.5rem;position:absolute;right:0;top:100%}.navbar__links--open{display:flex}.navbar__links li{border-bottom:1px solid #a855f71a;padding:.7rem 0;width:100%}.navbar__links li:last-child{border-bottom:none;padding-top:1rem}.navbar__link--cta{display:inline-block;margin-top:.25rem}}@keyframes particleFloat{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-28px) scale(1.3)}}@keyframes cardBob{0%,to{transform:translateY(0) rotateY(0deg)}33%{transform:translateY(-14px) rotateY(4deg)}66%{transform:translateY(-7px) rotateY(-3deg)}}@keyframes glowPulse{0%,to{box-shadow:0 0 50px #a855f766,0 0 100px #ff4e0033,0 0 150px #00cfff26}50%{box-shadow:0 0 80px #a855f799,0 0 140px #ff4e0066,0 0 200px #ffd70040}}@keyframes titleGlow{0%,to{filter:drop-shadow(0 0 20px #ffd700) drop-shadow(0 0 40px #a855f7)}50%{filter:drop-shadow(0 0 30px #ff4e00) drop-shadow(0 0 60px #00cfff)}}@keyframes badgeGlow{0%,to{box-shadow:0 0 14px #a855f766,0 0 28px #ffd70033}50%{box-shadow:0 0 24px #a855f7b3,0 0 48px #ffd70059}}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.page{align-items:center;background:#020008;display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow:hidden;padding:5rem 1.5rem 2.5rem;position:relative}.blob{border-radius:50%;pointer-events:none;position:absolute}.blob-purple{background:radial-gradient(circle,#a855f729 0,#0000 70%);height:700px;left:-150px;top:-250px;width:700px}.blob-cyan{background:radial-gradient(circle,#00cfff1a 0,#0000 70%);bottom:-200px;height:600px;right:-150px;width:600px}.blob-orange{background:radial-gradient(circle,#ff4e0017 0,#0000 70%);bottom:100px;height:450px;left:-80px;width:450px}.blob-gold{background:radial-gradient(circle,#ffd70012 0,#0000 70%);height:350px;right:-60px;top:80px;width:350px}.content{animation:fadeUp .9s ease both;gap:1.8rem;max-width:860px;position:relative;text-align:center;width:100%;z-index:10}.content,.title-block{align-items:center;display:flex;flex-direction:column}.title-block{animation:fadeUp .9s ease .15s both;gap:.75rem}.eyebrow{color:#9ca3af99;font-family:Cinzel,serif;font-size:clamp(.6rem,2vw,.75rem);letter-spacing:.5em;text-transform:uppercase}.prism-title{align-items:center;display:flex;justify-content:center}.prism-logo{animation:titleGlow 3s ease-in-out infinite;filter:drop-shadow(0 0 20px rgba(168,85,247,.6));height:clamp(3rem,10vw,6rem);object-fit:contain}.coming-soon-badge{-webkit-text-fill-color:#0000;animation:shimmer 3s ease infinite,badgeGlow 3s ease-in-out infinite;background:linear-gradient(135deg,#7c3aed,#a855f7,#c084fc,gold,#a855f7);-webkit-background-clip:text;background-clip:text;background-size:300% 300%;border:1px solid #a855f773;border-top-color:#ffd7004d;box-shadow:0 0 18px #a855f759,inset 0 0 18px #a855f714;font-family:Cinzel,serif;font-size:clamp(.85rem,3vw,1.15rem);letter-spacing:.55em;padding:.6rem 2rem;text-transform:uppercase}.main-row{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:clamp(2rem,5vw,4rem);justify-content:center;width:100%}.card-wrap{flex-shrink:0;perspective:1000px}.card-img,.card-wrap a{display:block}.card-img{animation:cardBob 6s ease-in-out infinite,glowPulse 3s ease-in-out infinite;border-radius:14px;cursor:pointer;transition:transform .3s,filter .3s;width:clamp(180px,26vw,260px)}.card-img:hover{animation:glowPulse 1.5s ease-in-out infinite;filter:brightness(1.15);transform:scale(1.06) rotateY(6deg)}.email-col{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;gap:.75rem;max-width:360px;min-width:240px;text-align:left}.email-label{color:#a855f7b3;font-family:Cinzel,serif;font-size:.68rem;letter-spacing:.3em;text-transform:uppercase;width:100%}.email-capture{width:100%}.email-row{display:flex;width:100%}.email-inp{background:#ffffff0a;border:1px solid #a855f766;border-right:none;color:#e2d9f3;flex:1 1;font-family:Raleway,sans-serif;font-size:.95rem;min-width:0;outline:none;padding:.85rem 1.2rem;transition:border-color .3s,box-shadow .3s}.email-inp:focus{border-color:#a855f7;box-shadow:0 0 20px #a855f74d}.email-inp::placeholder{color:#9ca3af66}.notify-btn{animation:shimmer 3s ease infinite;background:linear-gradient(135deg,#7c3aed,#a855f7,#c084fc);background-size:200% 200%;border:none;color:#fff;cursor:pointer;font-family:Cinzel,serif;font-size:.75rem;font-weight:700;letter-spacing:.18em;padding:.85rem 1.6rem;text-transform:uppercase;transition:box-shadow .3s,transform .2s;white-space:nowrap}.notify-btn:hover{box-shadow:0 0 30px #a855f7b3;transform:scale(1.03)}.email-error{color:#ff4e00;font-size:.7rem;margin-top:.4rem}.email-disclaimer,.email-error{font-family:Raleway,sans-serif;letter-spacing:.04em}.email-disclaimer{color:#9ca3af59;font-size:.67rem;margin-top:.45rem}.success-message{background:#39ff140d;border:1px solid #39ff1473;color:#39ff14;font-size:.82rem;letter-spacing:.12em;padding:.9rem 1.4rem;text-shadow:0 0 12px #39ff14;width:100%}.footer-text,.success-message{font-family:Cinzel,serif;text-align:center}.footer-text{color:#e2d9f38c;font-size:.58rem;letter-spacing:.3em}@media (max-width:600px){.main-row{align-items:center;flex-direction:column}.email-col{align-items:center;max-width:100%;text-align:center}.email-row{flex-direction:column}.email-inp{border-bottom:none;border-right:1px solid #a855f766}}.inner-page{background:#020008;color:#e2d9f3;min-height:100vh;padding:7rem clamp(2rem,4vw,3.5rem) 4rem;position:relative}.inner-page--centered{align-items:center;display:flex;flex-direction:column;padding-top:8rem;text-align:center}.inner-page:before{background-image:linear-gradient(#a855f70a 1px,#0000 0),linear-gradient(90deg,#a855f70a 1px,#0000 0);background-size:60px 60px;content:"";inset:0;pointer-events:none;position:fixed;z-index:0}.inner-page>*{position:relative;z-index:1}.page-header{margin:0 auto 3rem;max-width:700px;text-align:center}.page-eyebrow{color:#a855f7b3;font-family:Cinzel,serif;font-size:.68rem;letter-spacing:.45em;margin-bottom:.6rem;text-transform:uppercase}.page-title{-webkit-text-fill-color:#0000;animation:shimmer 5s ease infinite;background:linear-gradient(135deg,gold,#ff4e00 30%,#a855f7 65%,#00cfff);-webkit-background-clip:text;background-clip:text;background-size:200% 200%;font-family:Cinzel Decorative,serif;font-size:clamp(2rem,6vw,3.5rem);font-weight:700;letter-spacing:.08em;margin-bottom:1.2rem}.shimmer-line{animation:shimmer 2.5s ease infinite;background:linear-gradient(90deg,#0000,#a855f7,gold,#a855f7,#0000);background-size:200% 200%;border:none;height:1px;width:100%}.shimmer-line--center{margin:0 auto;width:200px}.product-tag{border-radius:2px;display:inline-block;font-family:Cinzel,serif;font-size:.62rem;letter-spacing:.3em;margin-bottom:1rem;padding:.3rem .9rem;text-transform:uppercase}.tag--live{background:#39ff1414;border:1px solid #39ff1466;color:#39ff14;text-shadow:0 0 8px #39ff1480}.tag--soon{background:#a855f714;border:1px solid #a855f766;color:#a855f7e6}.btn-primary{animation:shimmer 3s ease infinite;background:linear-gradient(135deg,#7c3aed,#a855f7,#c084fc);background-size:200% 200%;border:none;border-radius:2px;color:#fff;cursor:pointer;display:inline-block;font-family:Cinzel,serif;font-size:.78rem;font-weight:700;letter-spacing:.18em;padding:.85rem 2rem;text-decoration:none;text-transform:uppercase;transition:box-shadow .3s,transform .2s}.btn-primary:hover{box-shadow:0 0 28px #a855f7a6;transform:scale(1.03)}.btn-primary--large{font-size:.85rem;margin-top:.5rem;padding:1.1rem 2.5rem;text-align:center;width:100%}.btn-outline{background:#0000;border:1px solid #a855f780;border-radius:2px;color:#a855f7d9;cursor:pointer;display:inline-block;font-family:Cinzel,serif;font-size:.75rem;letter-spacing:.15em;padding:.8rem 1.8rem;text-decoration:none;text-transform:uppercase;transition:border-color .3s,color .3s,box-shadow .3s}.btn-outline:hover{border-color:#a855f7;box-shadow:0 0 16px #a855f74d;color:#e2d9f3}.product-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:900px}.product-card{background:#a855f70a;border:1px solid #a855f733;border-radius:4px;display:flex;flex-direction:column;gap:1.2rem;padding:2rem;transition:border-color .3s,box-shadow .3s,transform .3s}.product-card:hover{border-color:#a855f780;box-shadow:0 0 30px #a855f726;transform:translateY(-4px)}.product-card__img-wrap{background:#0003;border-radius:6px;overflow:hidden;width:100%}.product-card__img{display:block;height:200px;object-fit:cover;transition:transform .4s ease;width:100%}.product-card:hover .product-card__img{transform:scale(1.04)}.product-card__img-wrap--placeholder{align-items:center;border:1px dashed #a855f740;display:flex;height:200px;justify-content:center}.product-card__img-placeholder-text{color:#a855f759;font-family:Cinzel,serif;font-size:.65rem;letter-spacing:.2em;text-transform:uppercase}.product-card__body{flex:1 1}.product-card__title{color:gold;font-family:Cinzel,serif;font-size:1.3rem;font-weight:700;letter-spacing:.06em;margin-bottom:.3rem;text-shadow:0 0 16px #ffd7004d}.product-card__sub{color:#a855f7b3;font-family:Cinzel,serif;font-size:.65rem;letter-spacing:.3em;margin-bottom:.9rem;text-transform:uppercase}.product-card__desc{color:#c8bedcbf;font-family:Raleway,sans-serif;font-size:.9rem;font-weight:300;line-height:1.7}.product-card__cta{align-self:flex-start;font-size:.72rem}.breadcrumb{align-items:center;color:#e2d9f3bf;display:flex;font-family:Cinzel,serif;font-size:.65rem;gap:.6rem;letter-spacing:.15em;margin-bottom:2.5rem;text-transform:uppercase}.breadcrumb__link{color:#c9a8f5;text-decoration:none;transition:color .2s}.breadcrumb__link:hover{color:gold}.breadcrumb__sep{color:#e2d9f366}.product-detail{grid-gap:clamp(2rem,5vw,4rem);align-items:start;display:grid;gap:clamp(2rem,5vw,4rem);grid-template-columns:1fr 1fr;margin:0 auto;max-width:960px}.product-detail__img-wrap img{border-radius:12px;box-shadow:0 0 50px #a855f74d,0 0 100px #ff4e0026;width:100%}.product-detail__img-placeholder{align-items:center;aspect-ratio:3/4;background:#a855f70a;border:2px dashed #a855f74d;border-radius:12px;color:#a855f780;display:flex;flex-direction:column;font-family:Cinzel,serif;font-size:.8rem;gap:1rem;justify-content:center;letter-spacing:.1em;padding:1.5rem;text-align:center;width:100%}.placeholder-hint{color:#9ca3af66;font-family:Raleway,sans-serif;font-size:.75rem;letter-spacing:0;line-height:1.7}.placeholder-hint code{background:#a855f714;border-radius:2px;color:#a855f799;font-size:.72rem;padding:.1em .3em}.product-detail__info{display:flex;flex-direction:column;gap:1rem}.product-detail__title{color:gold;font-family:Cinzel,serif;font-size:clamp(1.5rem,4vw,2.2rem);font-weight:700;letter-spacing:.06em;margin:0;text-shadow:0 0 20px #ffd7004d}.product-detail__sub{color:#c9a8f5;font-family:Cinzel,serif;font-size:.65rem;letter-spacing:.3em;margin:0;text-transform:uppercase}.product-detail__desc{color:#c8bedccc;font-family:Raleway,sans-serif;font-size:.95rem;font-weight:300;line-height:1.8}.product-features{background:#a855f70a;border:1px solid #a855f726;border-radius:4px;display:flex;flex-direction:column;gap:.5rem;list-style:none;margin:0;padding:1.2rem 1.4rem}.product-features__item{align-items:center;color:#c8bedcbf;display:flex;font-family:Raleway,sans-serif;font-size:.88rem;gap:.6rem}.feature-dot{color:#a855f7;flex-shrink:0;font-size:.5rem;text-shadow:0 0 8px #a855f799}.product-detail__price{align-items:baseline;border-top:1px solid #a855f726;display:flex;flex-wrap:wrap;gap:.75rem;padding-top:1rem}.price-label{color:#9ca3af80;font-family:Cinzel,serif;font-size:.65rem;letter-spacing:.3em;text-transform:uppercase}.price-amount{color:gold;font-family:Cinzel,serif;font-size:1.8rem;font-weight:700;text-shadow:0 0 16px #ffd70066}.price-note{color:#9ca3af66;font-size:.72rem;margin-top:-.5rem;width:100%}.checkout-error,.price-note{font-family:Raleway,sans-serif}.checkout-error{background:#ff4e000d;border:1px solid #ff4e004d;border-radius:2px;color:#ff4e00;font-size:.8rem;padding:.6rem 1rem}.secure-note{color:#9ca3af66;font-size:.72rem;margin-top:.25rem;text-align:center}.coming-desc,.secure-note{font-family:Raleway,sans-serif}.coming-desc{color:#c8bedcbf;font-size:1rem;font-weight:300;line-height:1.8;margin-bottom:1.5rem;max-width:480px}.singles-email{max-width:460px;width:100%}.cards-layout{grid-gap:clamp(1.5rem,3vw,3rem);align-items:start;display:grid;gap:clamp(1.5rem,3vw,3rem);grid-template-columns:220px 1fr;margin:0 auto;max-width:1200px}.cards-filters{display:flex;flex-direction:column;gap:1.1rem;position:-webkit-sticky;position:sticky;top:6rem}.cards-filters__search{font-size:.85rem}.cards-filters__group{display:flex;flex-direction:column;gap:.4rem}.cards-filters__select{background:#150a24;border:1px solid #a855f74d;border-radius:2px;color:#e2d9f3;font-family:Raleway,sans-serif;font-size:.85rem;outline:none;padding:.65rem .8rem;transition:border-color .2s,box-shadow .2s;width:100%}.cards-filters__select:focus{border-color:#a855f7;box-shadow:0 0 16px #a855f740}.cards-filters__select option{background:#150a24;color:#e2d9f3}.cards-filters__clear{font-size:.68rem;margin-top:.5rem;text-align:center}.cards-filters__count{color:#9ca3af99;font-family:Raleway,sans-serif;font-size:.78rem;margin-bottom:1.25rem}@media (max-width:800px){.cards-layout{grid-template-columns:1fr}.cards-filters{flex-direction:row;flex-wrap:wrap;gap:.75rem;position:static}.cards-filters__search{flex:1 1 100%}.cards-filters__group{flex:1 1 140px}.cards-filters__clear{flex:1 1 100%;margin-top:0}}.cards-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin:0}.card-tile{background:#a855f70a;border:1px solid #a855f733;border-radius:6px;display:flex;flex-direction:column;overflow:hidden;text-decoration:none;transition:border-color .3s,box-shadow .3s,transform .3s}.card-tile:hover{border-color:#a855f780;box-shadow:0 0 24px #a855f726;transform:translateY(-3px)}.card-tile__img-wrap{aspect-ratio:5/7;background:#00000040;overflow:hidden;width:100%}.card-tile__img{display:block;height:100%;object-fit:cover;width:100%}.card-tile__img-placeholder{align-items:center;color:#a855f759;display:flex;font-family:Cinzel,serif;font-size:.6rem;height:100%;justify-content:center;letter-spacing:.15em;padding:.5rem;text-align:center;text-transform:uppercase;width:100%}.card-tile__name{color:#e2d9f3;font-family:Cinzel,serif;font-size:.78rem;letter-spacing:.03em;padding:.6rem .7rem .7rem}.cards-empty{color:#c8bedc99;font-family:Raleway,sans-serif;padding:3rem 0;text-align:center}.card-detail__img-wrap{aspect-ratio:5/7;background:#00000040;border-radius:12px;box-shadow:0 0 50px #a855f74d,0 0 100px #ff4e0026;overflow:hidden;width:100%}.card-detail__img-wrap img{display:block;height:100%;object-fit:cover;width:100%}.card-meta{border-bottom:1px solid #a855f726;border-top:1px solid #a855f726;display:flex;flex-wrap:wrap;gap:1rem 2.5rem;padding:1rem 0}.card-meta__col{display:flex;flex:1 1 130px;flex-direction:column;gap:1rem}.card-meta__item{display:flex;flex-direction:column;gap:.25rem}.card-meta__label{color:#c9a8f5;font-family:Cinzel,serif;font-size:.6rem;letter-spacing:.15em;text-transform:uppercase}.card-meta__value{color:#e2d9f3;font-family:Raleway,sans-serif;font-size:.9rem}.card-meta__value--mana{align-items:center;display:flex;gap:.4rem}.card-meta__mana-icon{height:1.1rem;object-fit:contain;width:1.1rem}.card-nav-arrow{display:none}@media (min-width:900px){.card-nav-arrow{align-items:center;background:#150a24d9;border:1px solid #a855f766;border-radius:50%;color:#e2d9f3;display:flex;font-size:1.6rem;height:3rem;justify-content:center;line-height:1;position:fixed;text-decoration:none;top:50%;transform:translateY(-50%);transition:background .2s ease,border-color .2s ease;width:3rem;z-index:20}.card-nav-arrow:hover{background:#a855f740;border-color:#a855f7b3}.card-nav-arrow--prev{left:2rem}.card-nav-arrow--next{right:2rem}}.card-tile__edition{color:#a855f799;font-family:Raleway,sans-serif;font-size:.68rem;margin-top:-.4rem;padding:0 .7rem .6rem}.card-hero{grid-gap:clamp(2rem,4vw,3.5rem);align-items:start;display:grid;gap:clamp(2rem,4vw,3.5rem);grid-template-columns:minmax(0,3fr) minmax(280px,2fr);margin:0 auto;max-width:1200px}.card-hero__comments{border-left:1px solid #a855f726;padding-left:clamp(1.5rem,3vw,2.5rem)}.card-hero__comments .comments{margin-top:0;max-width:none}@media (max-width:900px){.card-hero{grid-template-columns:1fr}.card-hero__comments{border-left:none;border-top:1px solid #a855f726;margin-top:1rem;padding-left:0;padding-top:2rem}}.comments{margin-top:3rem;max-width:700px;text-align:left}.comments__title{color:gold;font-family:Cinzel,serif;font-size:.85rem;letter-spacing:.15em;margin-bottom:1.2rem;text-shadow:0 0 12px #ffd7004d;text-transform:uppercase}.comment-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.75rem}.comment-empty{color:#9ca3af80;font-family:Raleway,sans-serif;font-size:.85rem;margin-bottom:1.75rem}.comment-item{background:#a855f708;border:1px solid #a855f726;border-radius:4px;padding:.9rem 1.1rem}.comment-item__meta{color:#a855f7b3;display:flex;font-family:Cinzel,serif;font-size:.62rem;gap:1rem;justify-content:space-between;letter-spacing:.1em;margin-bottom:.5rem;text-transform:uppercase}.comment-item__body{color:#c8bedcd9;font-family:Raleway,sans-serif;font-size:.88rem;line-height:1.6;white-space:pre-wrap}.comment-form{display:flex;flex-direction:column;gap:.75rem}.comment-form__input,.comment-form__textarea{background:#a855f70f;border:1px solid #a855f74d;border-radius:2px;color:#e2d9f3;font-family:Raleway,sans-serif;font-size:.9rem;outline:none;padding:.75rem .9rem;transition:border-color .2s,box-shadow .2s;width:100%}.comment-form__textarea{min-height:90px;resize:vertical}.comment-form__input:focus,.comment-form__textarea:focus{border-color:#a855f7;box-shadow:0 0 16px #a855f740}.comment-form__submit{align-self:flex-start}.admin-toolbar{display:flex;flex-wrap:wrap;gap:1rem;margin:0 auto 2rem;max-width:900px}.admin-toolbar__password,.admin-toolbar__search{flex:1 1;min-width:220px}.admin-toolbar__sort{flex:0 0 auto;min-width:160px}.admin-toolbar__new{flex:0 0 auto;padding:.7rem 1.4rem;white-space:nowrap}.admin-table{border:1px solid #a855f726;border-radius:4px;margin:0 auto;max-width:980px;overflow:hidden}.admin-table__row{grid-gap:1rem;align-items:center;border-bottom:1px solid #a855f71a;color:#c8bedcd9;display:grid;font-family:Raleway,sans-serif;font-size:.85rem;gap:1rem;grid-template-columns:48px 90px 2fr 1fr 1fr 1fr 80px auto;padding:.6rem 1rem}.admin-table__row:last-child{border-bottom:none}.admin-table__row--head{background:#a855f70d;color:#a855f7b3;font-family:Cinzel,serif;font-size:.62rem;letter-spacing:.1em;text-transform:uppercase}.admin-table__thumb{background:#00000040;border-radius:2px;height:56px;overflow:hidden;width:40px}.admin-table__thumb img{display:block;height:100%;object-fit:cover;width:100%}.admin-table__thumb-placeholder{align-items:center;color:#a855f74d;display:flex;font-size:.7rem;height:100%;justify-content:center;width:100%}.admin-table__edit{font-size:.65rem;padding:.4rem .9rem}.admin-edit{grid-gap:clamp(1.5rem,4vw,3rem);align-items:start;display:grid;gap:clamp(1.5rem,4vw,3rem);grid-template-columns:2fr 1fr;margin:0 auto;max-width:1100px}.admin-edit__fields{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.admin-edit__field{display:flex;flex-direction:column;gap:.4rem;grid-column:span 1}.admin-edit__field:has(textarea){grid-column:1/-1}.admin-edit__photo{display:flex;flex-direction:column;gap:.6rem}.admin-edit__preview{max-width:220px}.admin-photo-filter{margin-bottom:.5rem}.admin-photo-grid{grid-gap:.5rem;border:1px solid #a855f726;border-radius:4px;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fill,minmax(70px,1fr));max-height:420px;overflow-y:auto;padding:.5rem}.admin-photo-grid__item{align-items:center;aspect-ratio:5/7;background:#00000040;border:2px solid #0000;border-radius:2px;cursor:pointer;display:flex;justify-content:center;overflow:hidden;padding:0}.admin-photo-grid__item img{display:block;height:100%;object-fit:cover;width:100%}.admin-photo-grid__item--selected{border-color:gold;box-shadow:0 0 12px #ffd70066}.admin-save-bar{align-items:center;border-top:1px solid #a855f726;display:flex;flex-wrap:wrap;gap:1rem;margin:2.5rem auto 0;max-width:1100px;padding-top:1.5rem}.admin-save-bar__password{max-width:240px}.admin-save-bar__status--ok{color:#39ff14;font-family:Cinzel,serif;font-size:.75rem;letter-spacing:.1em;text-shadow:0 0 8px #39ff1480;text-transform:uppercase}@media (max-width:800px){.admin-edit{grid-template-columns:1fr}.admin-table__row{grid-template-columns:40px 60px 1fr auto}.admin-table__row span:nth-child(4),.admin-table__row span:nth-child(5),.admin-table__row span:nth-child(6),.admin-table__row span:nth-child(7){display:none}}.admin-tabs{display:flex;gap:.75rem;justify-content:center;margin:0 auto;max-width:980px;padding:6rem clamp(2rem,4vw,3.5rem) 0;position:relative;z-index:1}.admin-tabs__btn{background:#0000;border:1px solid #a855f740;border-radius:2px;color:#c8bedcb3;cursor:pointer;font-family:Cinzel,serif;font-size:.7rem;letter-spacing:.08em;padding:.6rem 1.2rem;text-transform:uppercase;transition:border-color .2s,color .2s,background .2s}.admin-tabs__btn:hover{border-color:#a855f780;color:#e2d9f3f2}.admin-tabs__btn--active{background:#a855f71a;border-color:#a855f7;color:#e2d9f3}.admin-display-cards{grid-gap:2.5rem;display:grid;gap:2.5rem;margin:0 auto;max-width:900px}.admin-display-panel{display:flex;flex-direction:column;gap:.75rem}.admin-display-panel__title{color:gold;font-family:Cinzel,serif;font-size:.9rem;letter-spacing:.05em}.admin-display-panel__selected{border:1px solid #a855f726;border-radius:4px;display:flex;flex-direction:column;gap:.5rem;min-height:60px;padding:.5rem}.admin-display-row{grid-gap:.75rem;align-items:center;color:#c8bedcd9;display:grid;font-family:Raleway,sans-serif;font-size:.85rem;gap:.75rem;grid-template-columns:40px 1fr auto auto;padding:.4rem .5rem}.admin-display-row__thumb{background:#00000040;border-radius:2px;height:45px;overflow:hidden;width:32px}.admin-display-row__thumb img{display:block;height:100%;object-fit:cover;width:100%}.admin-display-row__number{color:#a855f799;font-size:.7rem}.admin-display-row__actions{display:flex;gap:.35rem}.admin-display-row__actions button{background:#0000;border:1px solid #a855f740;border-radius:2px;color:#c8bedcd9;cursor:pointer;height:26px;width:26px}.admin-display-row__actions button:hover:not(:disabled){border-color:#a855f7;color:#e2d9f3}.admin-display-row__actions button:disabled{cursor:default;opacity:.3}.admin-display-panel__matches{border:1px solid #a855f726;border-radius:4px;display:flex;flex-direction:column;gap:.25rem;overflow:hidden}.admin-display-panel__match{align-items:center;background:#0000;border:none;border-bottom:1px solid #a855f714;color:#c8bedcd9;cursor:pointer;display:flex;font-family:Raleway,sans-serif;font-size:.85rem;justify-content:space-between;padding:.5rem .75rem;text-align:left}.admin-display-panel__match:last-child{border-bottom:none}.admin-display-panel__match-info{align-items:center;display:flex;gap:.6rem}.admin-display-panel__match:hover{background:#a855f714;color:#e2d9f3}.admin-display-panel__match-add{color:gold;font-size:.7rem}.info-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin:0 auto;max-width:1100px}.info-card{background:#ffffff05;border:1px solid #a855f72e;border-radius:12px;padding:2rem 1.7rem}.info-card__title{color:gold;font-family:Cinzel,serif;font-size:1rem;letter-spacing:.08em;margin:0 0 .8rem;text-shadow:0 0 16px #ffd7004d}.info-card__desc{color:#c8bedcbf;font-family:Raleway,sans-serif;font-size:.88rem;font-weight:300;line-height:1.7}.wholesale-email-link{border-bottom:1px solid #ffd70066;color:gold;text-decoration:none;transition:color .2s ease,border-color .2s ease}.wholesale-email-link:hover{border-color:#a855f799;color:#a855f7}.wholesale-form-wrap{margin:0 auto;max-width:640px}.wholesale-form{flex-direction:column}.wholesale-form,.wholesale-form__row{display:flex;gap:1.2rem}.wholesale-form__field{color:#e2d9f399;display:flex;flex:1 1;flex-direction:column;font-family:Cinzel,serif;font-size:.68rem;gap:.5rem;letter-spacing:.16em;min-width:0;text-align:left;text-transform:uppercase}.wholesale-form__field--full{flex:1 1 100%}.wholesale-form__inp{border:1px solid #a855f766;border-radius:4px;width:100%}select.wholesale-form__inp{cursor:pointer}select.wholesale-form__inp option{background:#150a24;color:#e2d9f3}.wholesale-form__textarea{font-family:Raleway,sans-serif;line-height:1.6;resize:vertical}.wholesale-form__submit{align-self:center;margin-top:.4rem}@media (max-width:640px){.wholesale-form__row{flex-direction:column;gap:1.2rem}}.tier-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1180px}.tier-grid .pledge-card{flex:none}.tier-grid .pledge-card__name{color:gold;font-size:1.05rem;text-shadow:0 0 12px #ffd7004d}.pledge-card__img-wrap{aspect-ratio:3/2;background:#0003;border-radius:6px;margin-bottom:1rem;overflow:hidden;width:100%}.pledge-card__img{display:block;height:100%;object-fit:cover;width:100%}.pledge-card__includes{display:flex;flex-direction:column;gap:.4rem;list-style:none;margin:0 0 1rem;padding:0}.pledge-card__includes li{color:#e2d9f3bf;font-family:Raleway,sans-serif;font-size:.83rem;line-height:1.5;padding-left:1rem;position:relative}.pledge-card__includes li:before{color:#a855f7b3;content:"✦";font-size:.65rem;left:0;position:absolute;top:.25em}.pledge-card__meta{color:#9ca3af80;font-family:Raleway,sans-serif;font-size:.7rem;margin:0 0 1.2rem}.home-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem}@keyframes shimmer{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@media (max-width:700px){.product-detail{grid-template-columns:1fr}.btn-primary--large{width:100%}.home-actions{flex-direction:column}.home-actions .btn-outline,.home-actions .btn-primary{text-align:center;width:100%}}.home-galaxy{background:#020008;isolation:isolate;position:relative}.home-galaxy__background{inset:0;-webkit-mask-image:linear-gradient(180deg,#000 0,#000 95%,#0000);mask-image:linear-gradient(180deg,#000 0,#000 95%,#0000);overflow:hidden;pointer-events:none;position:absolute}.home-galaxy .hero,.home-sections.home-sections--galaxy{background:#0000}.home-sections.home-sections--galaxy{padding-bottom:0}.home-sections.home-sections--following>.home-section:first-child{padding-top:3rem}@media (prefers-reduced-motion:reduce){.home-galaxy__background>div{animation:none!important}}.hero{justify-content:flex-start;min-height:auto;padding:10rem 1.5rem 1.5rem}.hero .content,.hero-grid{width:100%}.hero-grid{grid-gap:clamp(2rem,5vw,4rem);align-items:center;display:grid;gap:clamp(2rem,5vw,4rem);grid-template-columns:1.1fr .9fr;margin:0 auto;max-width:1180px;position:relative;text-align:left;z-index:10}.hero-copy{align-items:flex-start;display:flex;flex-direction:column;gap:1.4rem}.hero-eyebrow{align-items:center;color:#e2d9f3;display:flex;font-family:Cinzel,serif;font-size:.68rem;gap:.7rem;letter-spacing:.25em;text-transform:uppercase}.hero-eyebrow__line{background:#a855f7d9;display:inline-block;height:1px;width:26px}.hero-title{margin:0}.hero-desc{color:#e2d9f3a6;font-family:Raleway,sans-serif;font-size:1.05rem;line-height:1.65;margin:0;max-width:480px}.hero-actions{display:flex;flex-wrap:wrap;gap:.9rem}.btn-outline.btn-outline--solid{background:#2d2147;border-color:#a855f78c;color:#e2d9f3}.btn-outline.btn-outline--solid:hover{background:#3a2a5c;border-color:#a855f7;box-shadow:0 0 16px #a855f759;color:#fff}.btn-outline.btn-discord{align-items:center;background:#5865f2;border-color:#5865f2;color:#fff;display:inline-flex;gap:.6rem}.btn-outline.btn-discord:hover{background:#4752c4;border-color:#4752c4;box-shadow:0 0 16px #5865f280;color:#fff}.btn-discord__icon{flex-shrink:0;height:18px;width:18px}.btn-primary.btn-kickstarter{align-items:center;display:inline-flex;gap:.6rem}.btn-kickstarter__icon{flex-shrink:0;height:18px;width:18px}.hero-notify{max-width:420px;width:100%}.hero-art{align-items:center;display:flex;flex-direction:column;justify-content:center;perspective:1000px}.hero-card-flip{aspect-ratio:3/4.2;perspective:1200px;position:relative;-webkit-user-select:none;user-select:none}.hero-card-flip:focus-visible{outline:2px solid #a855f7;outline-offset:4px}.hero-card-flip__inner{inset:0;position:absolute;transform-style:preserve-3d;transition:transform .6s cubic-bezier(.2,.8,.2,1)}.hero-card-flip__inner.is-flipped{transform:rotateY(180deg)}.hero-card-flip__face{backface-visibility:hidden;-webkit-backface-visibility:hidden;background:#120d1b;border-radius:14px;inset:0;overflow:hidden;position:absolute}.hero-card-flip__face--back{transform:rotateY(180deg)}.hero-card-flip__face img{display:block;height:100%;object-fit:cover;width:100%}.hero-card-flip__dots{display:flex;gap:.4rem;justify-content:center;margin-top:1.1rem}.hero-card-flip__dot{background:#a855f74d;border-radius:50%;height:6px;transition:background .3s,transform .3s;width:6px}.hero-card-flip__dot.is-active{background:#a855f7;transform:scale(1.3)}.hero-card-flip__hint{color:#e2d9f366;font-family:Raleway,sans-serif;font-size:.7rem;letter-spacing:.08em;margin:.6rem 0 0;text-align:center}@media (max-width:900px){.hero-grid{grid-template-columns:1fr;text-align:center}.hero-copy{align-items:center}.hero-actions,.hero-eyebrow{justify-content:center}.hero-desc{max-width:100%}.hero-art{order:-1}}.home-sections{background:#020008;padding:0 clamp(1.5rem,4vw,3.5rem) 4rem;position:relative;z-index:10}.home-section{margin:0 auto;max-width:1180px;padding:4.5rem 0}.home-sections>.home-section:first-child{padding-top:1rem}.home-section--panel{background:#ffffff05;border:1px solid #a855f726;border-radius:12px;padding:3rem clamp(1.5rem,4vw,3rem)}.home-section--center{padding-bottom:5rem;text-align:center}.shimmer-line--section{margin:0 auto;max-width:1180px}.home-section__head{align-items:flex-end;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between;margin-bottom:2.2rem}.home-section__head--center{align-items:center;flex-direction:column;margin-bottom:3rem;text-align:center}.home-eyebrow{color:#c084fc;font-family:Cinzel,serif;font-size:.68rem;letter-spacing:.4em;margin:0 0 .6rem;text-transform:uppercase}.home-heading{color:#e2d9f3;font-family:Cinzel Decorative,serif;font-size:clamp(1.6rem,4vw,2.3rem);font-weight:700;margin:0}.home-subcopy{color:#e2d9f399;font-family:Raleway,sans-serif;font-size:.95rem;line-height:1.65;margin:1rem auto 0;max-width:560px}.home-subcopy--left{margin:1rem 0 1.8rem}.home-section__link{color:#a855f7d9;display:inline-block;font-family:Cinzel,serif;font-size:.72rem;letter-spacing:.15em;margin-top:1.8rem;text-decoration:none;text-transform:uppercase}.home-section__link:hover{color:#e2d9f3}.home-empty{color:#e2d9f366;font-family:Raleway,sans-serif;font-size:.9rem}.carousel-nav{display:flex;gap:.6rem}.carousel-nav__btn{align-items:center;background:#ffffff08;border:1px solid #a855f759;border-radius:50%;color:#e2d9f3;cursor:pointer;display:flex;font-size:1.1rem;height:38px;justify-content:center;transition:border-color .3s,box-shadow .3s;width:38px}.carousel-nav__btn:hover{border-color:#a855f7;box-shadow:0 0 14px #a855f759}.carousel-track{-webkit-overflow-scrolling:touch;display:flex;gap:1.1rem;overflow-x:auto;padding-bottom:.5rem;scroll-snap-type:x mandatory}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none;height:0;width:0}.carousel-card{background:#ffffff05;border:1px solid #a855f72e;border-radius:10px;display:block;flex:0 0 180px;overflow:hidden;scroll-snap-align:start;text-decoration:none;transition:transform .35s ease,border-color .3s}.carousel-card:hover{border-color:#a855f780;transform:translateY(-4px)}.carousel-card__img-wrap{aspect-ratio:3/4.2;background:#120d1b;border-radius:8px;box-shadow:0 0 10px #d7dfeb1f;margin:6px 6px 0;overflow:hidden;position:relative;transition:box-shadow .3s;width:calc(100% - 12px)}.carousel-card__img-wrap:after{border:1px solid #d7dfeb59;border-radius:inherit;content:"";inset:0;pointer-events:none;position:absolute;transition:border-color .3s}.carousel-card:focus-visible .carousel-card__img-wrap,.carousel-card:hover .carousel-card__img-wrap{box-shadow:0 0 14px #d7dfeb38}.carousel-card:focus-visible .carousel-card__img-wrap:after,.carousel-card:hover .carousel-card__img-wrap:after{border-color:#d7dfeb99}.carousel-card__img{display:block;height:100%;object-fit:cover;width:100%}.carousel-card__img-placeholder{align-items:center;color:#e2d9f34d;display:flex;font-family:Raleway,sans-serif;font-size:.75rem;height:100%;justify-content:center;width:100%}.carousel-card__meta{display:flex;flex-direction:column;gap:.5rem;padding:.8rem .9rem}.carousel-card__name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#e2d9f3;display:-webkit-box;font-family:Cinzel,serif;font-size:.82rem;line-height:1.3;min-height:2.6em;overflow:hidden}.carousel-card__badges{display:flex;gap:.4rem}.carousel-card__icon{height:18px;object-fit:contain;width:18px}.carousel-card__artist{color:#e2d9f38c;font-family:Raleway,sans-serif;font-size:.7rem;font-style:italic}.elements-grid{grid-gap:1.1rem;display:grid;gap:1.1rem;grid-template-columns:repeat(3,1fr)}.element-card{--element-color:#a855f7;background:#ffffff05;border:1px solid #a855f726;border-radius:10px;overflow:hidden;padding:1.6rem 1.4rem;position:relative;transition:border-color .3s,transform .3s}.element-card:hover{border-color:var(--element-color);transform:translateY(-3px)}.element-card:before{background:var(--element-color);border-radius:50%;content:"";filter:blur(18px);height:90px;opacity:.14;position:absolute;right:-30px;top:-30px;width:90px}.element-card__icon{height:30px;object-fit:contain;position:relative;width:30px}.element-card__name{color:#e2d9f3;font-family:Cinzel,serif;font-size:1.02rem;margin:.9rem 0 .5rem;position:relative}.element-card__blurb{color:#e2d9f38c;font-family:Raleway,sans-serif;font-size:.83rem;line-height:1.55;margin:0;position:relative}.playtesting-grid{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:.9fr 1.1fr}.status-badge{align-items:center;background:#ffd70014;border:1px solid #ffd7004d;border-radius:20px;color:gold;display:inline-flex;font-family:Cinzel,serif;font-size:.65rem;gap:.5rem;letter-spacing:.15em;margin-bottom:1.2rem;padding:.4rem .9rem;text-transform:uppercase}.status-badge__dot{animation:badgeGlow 1.6s ease-in-out infinite;background:gold;border-radius:50%;height:6px;width:6px}.playtesting-list{grid-gap:1rem;display:grid;gap:1rem}.playtesting-item{align-items:flex-start;background:#ffffff05;border:1px solid #a855f726;border-radius:10px;display:flex;gap:1rem;padding:1.1rem 1.3rem}.playtesting-item__dot{background:#a855f7;border-radius:50%;box-shadow:0 0 8px #a855f7b3;flex-shrink:0;height:8px;margin-top:.4rem;width:8px}.playtesting-item__label{color:#e2d9f3;font-family:Raleway,sans-serif;font-size:.9rem;font-weight:500;margin-bottom:.25rem}.playtesting-item__desc{color:#e2d9f38c;font-family:Raleway,sans-serif;font-size:.82rem;line-height:1.5}.pledge-track{-webkit-overflow-scrolling:touch;display:flex;gap:1.1rem;overflow-x:auto;padding-bottom:.5rem;padding-top:14px;scroll-snap-type:x mandatory}.pledge-card{background:#ffffff05;border:1px solid #a855f72e;border-radius:12px;display:flex;flex:0 0 260px;flex-direction:column;padding:2rem 1.6rem;position:relative;scroll-snap-align:start;text-align:left}.pledge-card--featured{background:#a855f70d;border-color:#a855f78c}.pledge-card__flag{background:#a855f7;border-radius:20px;color:#fff;font-size:.6rem;left:50%;padding:.3rem .8rem;position:absolute;top:-12px;transform:translateX(-50%);white-space:nowrap}.pledge-card__flag,.pledge-card__name{font-family:Cinzel,serif;letter-spacing:.1em;text-transform:uppercase}.pledge-card__name{color:#a855f7d9;font-size:.72rem;margin:0 0 .7rem}.pledge-card__price{align-items:baseline;display:flex;gap:.55rem;margin:0 0 .8rem}.pledge-card__price-original{color:#ef4444;font-family:Cinzel Decorative,serif;font-size:1.1rem;text-decoration:line-through}.pledge-card__price-current{color:#e2d9f3;font-family:Cinzel Decorative,serif;font-size:1.9rem}.pledge-card__desc{color:#e2d9f399;font-family:Raleway,sans-serif;font-size:.83rem;line-height:1.6;margin:0 0 1.2rem;min-height:60px}.btn-outline.pledge-card__cta{background:#a855f7;background:var(--tier-color,#a855f7);border-color:#a855f7;border-color:var(--tier-color,#a855f7);color:#0a0810;display:block;font-weight:600;margin-top:auto;text-align:center;width:100%}.btn-outline.pledge-card__cta:hover{box-shadow:0 0 18px #a855f7;box-shadow:0 0 18px var(--tier-color,#a855f7);color:#0a0810;filter:brightness(1.12)}.newsletter-form{margin:1.8rem auto 0;max-width:420px}.home-footer{align-items:center;border-top:1px solid #a855f71f;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin:0 auto;max-width:1180px;padding-top:2.5rem}.home-footer__links{display:flex;gap:1.6rem}.home-footer__link{color:#e2d9f380;font-family:Raleway,sans-serif;font-size:.78rem;text-decoration:none}.home-footer__link:hover{color:#e2d9f3}@media (max-width:900px){.playtesting-grid{grid-template-columns:1fr}.elements-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.elements-grid{grid-template-columns:1fr}.home-section{padding:3.2rem 0}.home-footer{flex-direction:column;text-align:center}}.store-page{color:#e2d9f3;font-family:Raleway,sans-serif}.partner-order{margin:16px 0;width:100%}.partner-options{background:#19151f;border:1px solid #645270;border-radius:4px;margin-top:8px}.partner-options>*{align-items:center;display:flex;flex-wrap:wrap;font-size:.85rem;gap:8px;justify-content:space-between;padding:12px}.partner-options>*+*{border-top:1px solid #3b3349}.partner-options small{color:#bbb6c8;font-size:.7rem}.navbar__cart{background:none;border:0;cursor:pointer;padding:0}.store-filter-toggle{display:none}.store-cart-drawer{background:#100c18;border:0;box-shadow:-12px 0 50px #0008;color:#e2d9f3;height:100dvh;inset:0 0 0 auto;margin:0;max-height:100dvh;max-width:100%;padding:0;position:fixed;width:min(540px,100%)}.store-cart-drawer::backdrop{background:#0009}.store-cart-drawer[open]{animation:cart-slide-in .2s ease-out}.store-drawer-shell{min-height:100%}.store-drawer-header{align-items:center;background:#100c18;border-bottom:1px solid #3b3349;display:flex;justify-content:space-between;padding:20px 24px;position:-webkit-sticky;position:sticky;top:0;z-index:1}.store-drawer-header h2{font-size:1.35rem;margin:0}.store-drawer-header button{background:none;border:1px solid #645270;border-radius:4px;color:inherit;cursor:pointer;display:grid;height:44px;place-items:center;width:44px}.store-drawer-content{padding:0 24px 28px}.store-drawer-content .store-cart-layout{gap:28px;grid-template-columns:minmax(0,1fr);margin-top:0}.store-drawer-content .store-footnote{margin-top:18px}.store-drawer-content .store-empty p{margin:18px 0 30px}@keyframes cart-slide-in{0%{transform:translateX(100%)}to{transform:translateX(0)}}@media (prefers-reduced-motion:reduce){.store-cart-drawer[open]{animation:none}}.store-preserve-lines{overflow-wrap:anywhere;white-space:pre-wrap}.store-thumbnails{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.store-thumbnails button{background:#19151f;border:1px solid #645270;cursor:pointer;height:72px;padding:4px;width:64px}.store-thumbnails button[aria-pressed=true]{border:2px solid #85edbc}.store-thumbnails img{height:100%;object-fit:contain;width:100%}.store-product-editor{max-width:900px}.store-product-editor fieldset{border:0;min-width:0;padding:0}.store-product-editor .store-field{margin-bottom:18px}.store-product-editor textarea{background:#18121f;border:1px solid #645270;border-radius:4px;box-sizing:border-box;color:#eee;font:inherit;min-height:80px;padding:10px;resize:vertical;width:100%}.store-photo-editor{border-top:1px solid #3b3349;padding:16px 0}.store-photo-editor button{background:#211a2b;border:1px solid #645270;border-radius:4px;color:#eee;cursor:pointer;display:grid;height:40px;place-items:center;width:40px}.store-page .page-title{font-size:2.2rem}.store-shop-header{display:block;margin-bottom:2rem;text-align:center}.store-shop-header .page-eyebrow,.store-shop-header h1{grid-column:1;margin:0}.store-shop-header>a{align-self:center;grid-column:2;grid-row:1/3}.store-intro{color:#bbb6c8;margin:1rem 0 1.5rem}.store-offer{align-items:center;border-block:1px solid #426b61;color:#d9f9ed;display:flex;gap:2rem;margin-bottom:1.5rem;padding:1.5rem 0}.store-offer>strong{color:#85edbc;font:700 2rem Raleway,sans-serif;white-space:nowrap}.store-offer b{font-size:1rem}.store-offer p{color:#b5c9c1;line-height:1.6;margin:.4rem 0 0}.store-offer-copy{flex:1 1;min-width:0}.store-countdown{grid-gap:8px;display:grid;flex-shrink:0;gap:8px;grid-template-columns:repeat(4,48px);text-align:center}.store-countdown span{display:flex;flex-direction:column;gap:6px}.store-countdown strong{font-feature-settings:"tnum";color:#85edbc;font-size:1.5rem;font-variant-numeric:tabular-nums;line-height:1.2}.store-countdown small{color:#b5c9c1;font-size:.65rem}.store-countdown-ended{color:#b5c9c1}@media (max-width:950px){.store-offer{flex-wrap:wrap}.store-offer-copy{flex-basis:60%}}.store-fact{align-items:flex-start;color:#bbb6c8;display:flex;gap:.65rem;line-height:1.6}.store-fact svg{flex-shrink:0;margin-top:2px}.store-notice{border-left:2px solid #c5a04e;color:#e6cf96;line-height:1.6;padding:.6rem .9rem}.store-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,minmax(0,1fr));margin:2rem 0}.store-product{background:#100c18;border:1px solid #3b3349;border-radius:8px;display:flex;flex-direction:column;min-width:0;overflow:hidden}.store-product-image{align-items:center;aspect-ratio:1/1;background:#19151f;display:flex;justify-content:center;overflow:hidden;padding:1.25rem}.store-product-image img{height:100%;object-fit:contain;transition:transform .25s;width:100%}.store-product-image:hover img{transform:scale(1.035)}.store-product-body{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;padding:1.3rem}.store-kicker{color:#b9accd;font-size:.7rem;text-transform:uppercase}.store-product h2{font:700 1.2rem Cinzel,serif;margin:.6rem 0}.store-product h2 a{color:#eee9f7;text-decoration:none}.store-product-body>p{color:#b9b3c5;flex:1 1;line-height:1.6;margin:0 0 1.25rem}.store-price{align-items:center;display:flex;flex-wrap:wrap;gap:.7rem;margin:0 0 1.2rem}.store-price strong{color:#fff;font:700 1.7rem Raleway,sans-serif}.store-price del{color:#b3acbe;font-size:1rem}.store-sale{background:#174437;border-radius:3px;color:#b5ffdc;font:700 .72rem Raleway,sans-serif;padding:.3rem .45rem}.store-add{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.store-cart-notice{align-items:center;display:flex;flex-shrink:0;height:36px}.store-cart-notice .store-cart-link{line-height:24px;padding:6px 0;white-space:nowrap}.store-button{align-items:center;display:inline-flex;gap:.55rem;justify-content:center;min-height:44px;white-space:normal}.store-back,.store-cart-link,.store-footnote a,.store-page a:not(.btn-primary):not(.btn-outline){color:#d5b8f7}.store-cart-link{font-size:.85rem}.store-back{display:inline-block;margin-bottom:1.5rem}.store-footnote{color:#b3acbe;font-size:.82rem;line-height:1.7}.store-image-pending{align-items:center;color:#b3acbe;display:flex;flex-direction:column;font-size:.85rem;gap:1rem;height:100%;justify-content:center;text-align:center;width:100%}.store-detail{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.store-detail h1{font:700 2rem Cinzel,serif}.store-detail p{line-height:1.7}.store-detail-image{aspect-ratio:1/1;margin-inline:auto;min-width:0;width:80%}.store-detail-image img{height:100%;object-fit:contain;width:100%}.store-cart-image img.store-pack-art,.store-detail-image img.store-pack-art,.store-product-image img.store-pack-art{height:100%;object-fit:cover;object-position:left center;width:66.6667%}.store-cart-image,.store-detail-image{align-items:center;display:flex;justify-content:center}.store-cart-layout{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:minmax(0,1.5fr) minmax(300px,1fr);margin-top:2rem}.store-cart-line{grid-gap:1rem;align-items:center;border-bottom:1px solid #3b3349;display:grid;gap:1rem;grid-template-columns:80px minmax(0,1fr) auto;padding:1.3rem 0}.store-cart-image{aspect-ratio:1}.store-cart-image img{height:100%;object-fit:contain;width:100%}.store-cart-copy h2{font-size:1rem;margin:0 0 .5rem}.store-cart-copy p{color:#c0b8cb;font-size:.85rem;margin:0 0 16px}.store-quantity{align-items:center;display:flex;gap:.25rem}.store-quantity button{background:#211a2b;color:#ece7f4;cursor:pointer;display:grid;place-items:center;width:34px}.store-quantity button,.store-quantity input{border:1px solid #51415e;border-radius:3px;height:36px}.store-quantity input{-webkit-appearance:textfield;appearance:textfield;background:#100c18;color:#fff;text-align:center;width:42px}.store-quantity input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}.store-summary{border-top:2px solid #83cdb0;padding-top:1rem}.store-summary h2{font-size:1.25rem}.store-summary dl>div{display:flex;gap:1rem;justify-content:space-between;padding:.7rem 0}.store-summary dd{margin:0;text-align:right}.store-summary dt{color:#bbb6c8}.store-total{border-top:1px solid #3b3349;font-weight:700}.store-field{display:flex;flex-direction:column;font-size:.9rem;gap:.5rem}.store-field input,.store-field select{background:#18121f;border:1px solid #645270;border-radius:4px;color:#eee;min-height:44px;padding:.6rem;width:100%}.store-consent{align-items:flex-start;display:flex;font-size:.85rem;gap:.65rem;line-height:1.6;margin:1rem 0}.store-consent input{accent-color:#a855f7;flex-shrink:0;height:17px;margin-top:5px;width:17px}.store-summary>.store-button{width:100%}.store-confirmed,.store-savings{color:#85edbc}.store-empty{padding:4rem 0;text-align:center}.store-empty h2{font-size:1.3rem}.store-receipt{line-height:1.7;max-width:780px;overflow-wrap:anywhere}.store-receipt .page-title{font-size:2rem}.store-receipt-items{list-style:none;padding:0}.store-receipt-items li{border-bottom:1px solid #3b3349;display:flex;gap:1rem;justify-content:space-between;padding:.8rem 0}.store-order{border-bottom:1px solid #3b3349;padding:1.5rem 0}.store-order h2{font-size:1.1rem;overflow-wrap:anywhere}.store-order-actions,.store-order-head{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.store-order-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}.store-order address{font-style:normal;line-height:1.7}.store-order-actions .store-field{flex:1 1 160px}.store-add button:disabled,.store-page button:disabled{cursor:not-allowed;opacity:.5}.store-page :focus-visible,.store-product :focus-visible{outline:2px solid #a9ead2;outline-offset:3px}@media (max-width:1000px){.store-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-cart-layout{gap:1.5rem}}@media (max-width:760px){.store-cart-layout,.store-detail{grid-template-columns:1fr}.store-offer{align-items:flex-start;gap:1rem}.store-offer>strong{font-size:1.5rem}.store-order-grid{grid-template-columns:1fr}}@media (max-width:480px){.store-shop-header{grid-template-columns:1fr}.store-shop-header>a{grid-column:1;grid-row:3;justify-self:start;margin-top:.75rem}.store-grid{grid-template-columns:1fr}.store-offer{flex-direction:column}.store-cart-line{gap:.7rem;grid-template-columns:55px minmax(0,1fr)}.store-line-total{grid-column:2}.store-detail h1{font-size:1.6rem}}@media (prefers-reduced-motion:reduce){.store-product-image img{transition:none}}.store-browse{grid-gap:28px;align-items:start;display:grid;gap:28px;grid-template-columns:200px minmax(0,1fr);margin:32px 0}.store-filters{border-right:1px solid #3b3349;padding-right:22px}.store-filters h2{font-size:1rem;margin:0 0 22px}.store-filters .store-field{font-size:.8rem;margin-bottom:20px}.store-filters input,.store-filters select{box-sizing:border-box;font:inherit;min-width:0}.store-reset{background:none;border:0;color:#d5b8f7;cursor:pointer;font:inherit;font-size:.85rem;padding:8px 0;text-decoration:underline}.store-result-count{color:#b9b3c5;font-size:.85rem;margin:0 0 18px}.store-grid-compact{gap:16px;grid-template-columns:repeat(4,minmax(0,1fr));margin:0}.store-grid-compact .store-product-image{padding:12px}.store-grid-compact .store-product-body{padding:14px}.store-grid-compact .store-product h2{font-size:.95rem;line-height:1.5;overflow-wrap:anywhere}.store-grid-compact .store-product-body>p{font-size:.8rem;margin:4px 0 18px}.store-grid-compact .store-price{gap:7px;margin-bottom:18px}.store-grid-compact .store-price strong{font-size:1.25rem}.store-grid-compact .store-price del{font-size:.8rem}.store-grid-compact .store-sale{font-size:.65rem}.store-grid-compact .store-button{font-size:.7rem;letter-spacing:0;padding:10px;width:100%}.store-grid-compact .store-add{width:100%}.store-detail-copy h1{margin:12px 0 22px}.store-detail-copy>p{margin:0 0 20px}.store-detail-copy>.store-price{margin:26px 0 22px}.store-detail-copy>.store-add{margin:28px 0 32px}.store-detail-copy>.store-fact{margin-bottom:18px}.store-detail-copy>.store-notice{margin:26px 0 24px;padding:12px 16px}@media (max-width:1200px){.store-grid-compact{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:950px){.store-grid-compact{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:650px){.store-browse{gap:24px;grid-template-columns:minmax(0,1fr)}.store-filters{grid-gap:12px;border-bottom:1px solid #3b3349;border-right:0;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));padding:0 0 16px}.store-filters .store-reset,.store-filters h2{grid-column:1/-1;margin:0;text-align:left}.store-filters .store-field{margin:0}.store-filters{display:block}.store-filter-toggle{align-items:center;background:none;border:0;color:#e2d9f3;cursor:pointer;display:flex;font:inherit;gap:10px;min-height:44px;padding:0;width:100%}.store-filter-toggle svg:last-child{margin-left:auto}.store-filter-toggle[aria-expanded=true] svg:last-child{transform:rotate(180deg)}.store-filter-fields{display:none}.store-filter-fields.is-open{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));padding-top:16px}.store-filter-fields h2{display:none}.store-grid-compact{gap:10px}.store-grid-compact .store-product-body{padding:10px}}.password-gate__showcase{width:100%}.password-gate__showcase .home-section{padding:1rem 0 1.5rem}.password-gate__note{color:#b9adcf;font-size:.9rem;line-height:1.5;margin:0 auto 1rem;max-width:420px;text-align:center;width:100%}.password-gate__note a{color:#d4af37;text-decoration:underline;text-underline-offset:2px}.password-gate__note a:hover{color:#e8c766}.password-gate__form{align-items:center;display:flex;flex-direction:column;gap:.75rem;margin:0 auto .5rem;max-width:320px;width:100%}.password-gate__input{background:#a855f70f;border:1px solid #a855f74d;border-radius:2px;color:#e2d9f3;font-family:Raleway,sans-serif;font-size:.95rem;outline:none;padding:.85rem 1rem;transition:border-color .2s,box-shadow .2s;width:100%}.password-gate__input:focus{border-color:#a855f7;box-shadow:0 0 16px #a855f740}.password-gate__submit{text-align:center;width:100%}.lore-section{margin:0 auto 5rem;max-width:1000px}.lore-section:last-of-type{margin-bottom:2rem}.lore-section__head{margin-bottom:2.2rem;text-align:center}.lore-eyebrow{align-items:center;color:#a855f7bf;display:flex;font-family:Cinzel,serif;font-size:.65rem;gap:.6rem;justify-content:center;letter-spacing:.35em;margin-bottom:.7rem;text-transform:uppercase}.lore-heading{color:#e2d9f3;font-family:Cinzel Decorative,serif;font-size:clamp(1.5rem,4vw,2.1rem);font-weight:700;margin:0}.lore-myth{color:#e2d9f3bf;font-family:Raleway,sans-serif;font-size:1.05rem;font-weight:300;line-height:1.85;margin:0 auto;max-width:640px;text-align:center}.lore-energies{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}.lore-energy-card{align-items:flex-start;background:#ffffff05;border:1px solid #a855f726;border-radius:10px;display:flex;gap:.9rem;padding:1.1rem 1.2rem;transition:border-color .3s,transform .3s}.lore-energy-card:hover{border-color:#a855f7;border-color:var(--energy-color,#a855f7);transform:translateY(-2px)}.lore-energy-card__icon{flex-shrink:0;height:30px;margin-top:.15rem;object-fit:contain;width:30px}.lore-energy-card__name{color:#e2d9f3;color:var(--energy-color,#e2d9f3);font-family:Cinzel,serif;font-size:.92rem;margin:0 0 .15rem}.lore-energy-card__color{color:#e2d9f366;font-family:Raleway,sans-serif;font-size:.68rem;letter-spacing:.1em;margin:0 0 .4rem;text-transform:uppercase}.lore-energy-card__desc{color:#e2d9f399;font-family:Raleway,sans-serif;font-size:.82rem;line-height:1.55;margin:0}.lore-trifecta{grid-gap:1.3rem;display:grid;gap:1.3rem;grid-template-columns:repeat(3,1fr)}.lore-pillar{background:#ffffff05;border:1px solid #a855f72e;border-radius:12px;padding:2rem 1.6rem;text-align:center}.lore-pillar__icon{color:gold;height:40px;margin:0 auto 1rem;width:40px}.lore-pillar__title{color:gold;font-family:Cinzel,serif;font-size:.85rem;letter-spacing:.2em;margin:0 0 .9rem;text-transform:uppercase}.lore-pillar__desc{color:#e2d9f3a6;font-family:Raleway,sans-serif;font-size:.88rem;line-height:1.7;margin:0}.lore-facts{grid-gap:.8rem;background:#a855f70a;border:1px solid #a855f726;border-radius:8px;display:grid;gap:.8rem;grid-template-columns:repeat(4,1fr);list-style:none;margin:0;padding:1.4rem}.lore-facts__item{align-items:center;display:flex;flex-direction:column;gap:.3rem;text-align:center}.lore-facts__value{color:gold;font-family:Cinzel Decorative,serif;font-size:1.3rem;text-shadow:0 0 12px #ffd7004d}.lore-facts__label{color:#e2d9f38c;font-family:Raleway,sans-serif;font-size:.7rem;letter-spacing:.06em}.lore-closing{text-align:center}.lore-closing__tag{color:#e2d9f3;font-family:Cinzel,serif;font-size:.95rem;letter-spacing:.12em;margin:1.2rem 0 0}@media (max-width:800px){.lore-energies,.lore-facts,.lore-trifecta{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.lore-energies,.lore-facts,.lore-trifecta{grid-template-columns:1fr}}.legal-content{color:#c8bedcd9;font-family:Raleway,sans-serif;font-weight:300;line-height:1.75;margin:0 auto;max-width:720px}.legal-updated{color:#9ca3af8c;font-size:.78rem;letter-spacing:.05em;margin-bottom:1.75rem}.legal-content h2{color:gold;font-family:Cinzel,serif;font-size:1rem;letter-spacing:.06em;margin:2.25rem 0 .9rem;text-shadow:0 0 12px #ffd70040}.legal-content p{font-size:.92rem;margin:0 0 1.1rem}.legal-content ul{display:flex;flex-direction:column;gap:.5rem;margin:0 0 1.1rem;padding-left:1.3rem}.legal-content li{font-size:.92rem}.legal-content strong{color:#e2d9f3}.legal-link{border-bottom:1px solid #ffd70066;color:gold;text-decoration:none;transition:color .2s ease,border-color .2s ease}.legal-link:hover{border-color:#a855f799;color:#a855f7}.legal-inline-btn{background:none;border:none;border-bottom:1px solid #ffd70066;color:gold;cursor:pointer;font:inherit;padding:0;text-decoration:none;transition:color .2s ease,border-color .2s ease}.legal-inline-btn:hover{border-color:#a855f799;color:#a855f7}.cookie-banner{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a0810f7;border-top:1px solid #a855f759;bottom:0;box-shadow:0 -10px 40px #00000080;display:flex;flex-wrap:wrap;gap:1.5rem;left:0;padding:1.1rem clamp(1.25rem,4vw,2.5rem);position:fixed;right:0;z-index:200}.cookie-banner__text{color:#e2d9f3d9;flex:1 1 360px;font-family:Raleway,sans-serif;font-size:.85rem;line-height:1.6;margin:0}.cookie-banner__link{border-bottom:1px solid #ffd70066;color:gold;text-decoration:none}.cookie-banner__link:hover{border-color:#a855f799;color:#a855f7}.cookie-banner__actions{display:flex;flex-shrink:0;flex-wrap:wrap;gap:.75rem}.cookie-banner__btn{font-size:.68rem;padding:.65rem 1.1rem;white-space:nowrap}.cookie-tab{background:#0a0810e6;border:1px solid #a855f766;border-left:none;border-radius:0 4px 4px 0;bottom:1.25rem;color:#e2d9f3bf;cursor:pointer;font-family:Cinzel,serif;font-size:.6rem;left:0;letter-spacing:.12em;padding:.55rem .9rem .55rem .7rem;position:fixed;text-transform:uppercase;transition:color .2s,border-color .2s,box-shadow .2s;z-index:190}.cookie-tab:hover{border-color:#a855f7b3;box-shadow:0 0 16px #a855f740;color:gold}.cookie-modal-overlay{align-items:center;background:#020008bf;display:flex;inset:0;justify-content:center;padding:1.5rem;position:fixed;z-index:210}.cookie-modal{background:#120d1b;border:1px solid #a855f74d;border-radius:8px;box-shadow:0 0 60px #a855f733;max-height:85vh;max-width:540px;overflow-y:auto;padding:2rem clamp(1.5rem,4vw,2.25rem);width:100%}.cookie-modal__title{color:gold;font-family:Cinzel,serif;font-size:1.1rem;letter-spacing:.05em;margin:0 0 .75rem;text-shadow:0 0 16px #ffd7004d}.cookie-modal__desc{color:#c8bedcbf;font-family:Raleway,sans-serif;font-size:.83rem;font-weight:300;line-height:1.65;margin:0 0 1.5rem}.cookie-modal__row{align-items:flex-start;border-top:1px solid #a855f726;display:flex;gap:1.25rem;justify-content:space-between;padding:.9rem 0}.cookie-modal__row-text{display:flex;flex-direction:column;gap:.3rem}.cookie-modal__row-title{color:#e2d9f3;font-family:Cinzel,serif;font-size:.78rem;letter-spacing:.05em}.cookie-modal__row-desc{color:#c8bedca6;font-family:Raleway,sans-serif;font-size:.78rem;font-weight:300;line-height:1.55}.cookie-toggle{background:#a855f714;border:1px solid #a855f766;border-radius:999px;cursor:pointer;flex-shrink:0;height:24px;margin-top:.15rem;padding:0;position:relative;transition:background .2s,border-color .2s;width:42px}.cookie-toggle__knob{background:#e2d9f399;border-radius:50%;height:18px;left:2px;position:absolute;top:2px;transition:transform .2s,background .2s;width:18px}.cookie-toggle--on{background:linear-gradient(135deg,#7c3aed,#a855f7);border-color:#a855f7}.cookie-toggle--on .cookie-toggle__knob{background:#fff;transform:translateX(18px)}.cookie-toggle--locked{background:linear-gradient(135deg,#7c3aed,#a855f7);border-color:#a855f7;cursor:default;opacity:.6}.cookie-toggle--locked .cookie-toggle__knob{background:#fff;transform:translateX(18px)}.cookie-modal__actions{border-top:1px solid #a855f726;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-end;margin-top:1.75rem;padding-top:1.25rem}@media (max-width:640px){.cookie-banner{align-items:stretch;flex-direction:column;gap:10px;padding:12px 14px calc(12px + env(safe-area-inset-bottom, 0px))}.cookie-banner__text{flex:0 1 auto;font-size:.78rem;line-height:1.45}.cookie-banner__actions{gap:6px;justify-content:stretch}.cookie-banner .cookie-banner__btn{font-size:.62rem;letter-spacing:0;min-height:44px;padding:8px;text-align:center;white-space:normal}.cookie-banner__btn{flex:1 1}.cookie-modal__actions{justify-content:stretch}.cookie-modal__actions .cookie-banner__btn{flex:1 1;text-align:center}}
/*# sourceMappingURL=main.8e3e6ae1.css.map*/