*,*:before,*:after{box-sizing:border-box}:root{--bg: #0d0d0d;--bg-elevated: #161616;--text: #f0f0f0;--text-muted: #9ca3af;--border: #2a2a2a;--yellow-orange: #f5a623;--pink: #e91e8c;--magenta: #d946ef;--purple: #a855f7;--cyan: #22d3ee;--teal: #06b6d4;--deep-blue: #2563eb;--accent: var(--cyan);--accent-secondary: var(--pink);--gradient-stripe: linear-gradient(90deg, var(--yellow-orange) 0%, var(--pink) 25%, var(--purple) 50%, var(--cyan) 75%, var(--deep-blue) 100%);--max-width: 42rem;--max-width-wide: 72rem;--header-logo-height: 12rem;--header-logo-height-compact: 2.25rem;--space: 1.5rem;--font: "Archivo", system-ui, sans-serif}html{font-size:100%;scroll-behavior:smooth}body{margin:0;font-family:var(--font);font-size:1.125rem;line-height:1.6;color:var(--text);background-color:var(--bg);position:relative;min-height:100vh}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(34,211,238,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(34,211,238,.03) 1px,transparent 1px);background-size:48px 48px;pointer-events:none;z-index:0}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{position:relative;z-index:10;padding:calc(var(--space) * 2) 0;text-align:center;border-bottom:1px solid var(--border);transition:padding .25s ease,box-shadow .25s ease}.site-header-inner{max-width:var(--max-width);margin:0 auto;padding:0 var(--space)}@media(min-width:960px){.site-header-inner{max-width:var(--max-width-wide);padding:0 calc(var(--space) * 2)}}.site-header.is-compact{position:sticky;top:0;padding:.5rem 0;background:#0d0d0df2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 12px #0000004d;text-align:left}.site-header.is-compact .site-header-inner{text-align:left}.site-header.is-compact .site-title{justify-content:flex-start}.site-header.is-compact .site-logo{max-height:var(--header-logo-height-compact)}.site-header:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:4px;background:var(--gradient-stripe);opacity:.9}.site-title{margin:0;display:flex;justify-content:center;align-items:center}.site-logo{display:block;max-width:100%;max-height:var(--header-logo-height);width:auto;height:auto;object-fit:contain;transition:max-height .3s ease-out}.main{position:relative;z-index:1;max-width:var(--max-width);margin:0 auto;padding:calc(var(--space) * 2) var(--space)}.main-grid{display:flex;flex-direction:column;gap:0}.main-col{min-width:0}.section{margin-bottom:calc(var(--space) * 2)}.section h2{margin:0 0 var(--space);font-family:var(--font);font-size:1.35rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding-left:1rem;border-left:4px solid var(--cyan);color:var(--text)}.section p{margin:0 0 1em;color:var(--text)}.section p:last-child{margin-bottom:0}[class^=highlight-]{display:inline-block;transition:transform 1s ease,text-shadow 1s ease,color .5s ease;cursor:default;text-shadow:0 0 8px currentColor}[class^=highlight-]:hover{text-shadow:0 0 12px currentColor,0 0 24px currentColor}.highlight-cyan{color:var(--cyan)}.highlight-cyan:hover{color:#67e8f9}.highlight-pink{color:var(--pink)}.highlight-pink:hover{color:#f472b6}.highlight-orange{color:var(--yellow-orange)}.highlight-orange:hover{color:#fbbf24}.highlight-purple{color:var(--purple)}.highlight-purple:hover{color:#c084fc}.highlight-teal{color:var(--teal)}.highlight-teal:hover{color:#2dd4bf}.highlight-magenta{color:var(--magenta)}.highlight-magenta:hover{color:#e879f9}.highlight-blue{color:var(--deep-blue)}.highlight-blue:hover{color:#60a5fa}.carousel-section .carousel-empty{color:var(--text-muted);font-size:.95rem}.carousel-section .carousel-empty code{background:var(--bg-elevated);color:var(--cyan);padding:.2em .5em;border-radius:4px;font-size:.9em;border:1px solid var(--border)}.carousel{position:relative;margin-top:var(--space);border-radius:8px;overflow:hidden;background:var(--bg-elevated);border:1px solid var(--border);box-shadow:0 0 0 1px #22d3ee14}.carousel[hidden]{display:none}.carousel-track-container{overflow:hidden;width:100%}.carousel-track{display:flex;margin:0;padding:0;list-style:none;scroll-snap-type:x mandatory;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.carousel-track::-webkit-scrollbar{height:6px}.carousel-track::-webkit-scrollbar-track{background:var(--border)}.carousel-track::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:3px}.carousel-slide{flex:0 0 100%;scroll-snap-align:start;scroll-snap-stop:always}.carousel-slide img{display:block;width:100%;height:auto;max-height:70vh;object-fit:contain;background:var(--bg)}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:2.5rem;height:2.5rem;padding:0;border:none;border-radius:4px;background:var(--bg-elevated);color:var(--cyan);font-size:1.5rem;line-height:1;cursor:pointer;border:1px solid var(--border);transition:background .2s,color .2s,border-color .2s}.carousel-btn:hover{background:#22d3ee26;border-color:var(--cyan);color:var(--text)}.carousel-btn:focus-visible{outline:2px solid var(--cyan);outline-offset:2px}.carousel-btn-prev{left:var(--space)}.carousel-btn-next{right:var(--space)}.carousel-dots{display:flex;justify-content:center;gap:.5rem;padding:var(--space)}.carousel-dot{width:8px;height:8px;padding:0;border:none;border-radius:50%;background:var(--border);cursor:pointer;transition:background .2s,transform .2s}.carousel-dot:hover{background:var(--text-muted)}.carousel-dot.active{background:var(--cyan);box-shadow:0 0 12px #22d3ee80}.carousel-dot:focus-visible{outline:2px solid var(--cyan);outline-offset:2px}.merchandise-intro{margin-bottom:var(--space);color:var(--text-muted);font-size:.95rem}.merchandise-grid{display:grid;grid-template-columns:1fr;gap:var(--space);margin:0;padding:0;list-style:none}@media(min-width:960px){.main{max-width:var(--max-width-wide);padding:calc(var(--space) * 2) calc(var(--space) * 2)}.main-grid{display:grid;grid-template-columns:1fr 1fr;gap:calc(var(--space) * 3);align-items:start}}@media(min-width:640px){.merchandise-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:960px){.main-col-media .merchandise-grid{grid-template-columns:1fr}}.merchandise-card{margin:0}.merchandise-card-link{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit;background:var(--bg-elevated);border:1px solid var(--border);border-radius:8px;overflow:hidden;transition:border-color .2s,box-shadow .2s}.merchandise-card-link:hover{border-color:var(--cyan);box-shadow:0 0 0 1px #22d3ee33,0 8px 24px #0000004d}.merchandise-card-link:focus-visible{outline:2px solid var(--cyan);outline-offset:2px}.merchandise-card-image{display:block;aspect-ratio:1;background:linear-gradient(145deg,var(--bg) 0%,var(--border) 100%);position:relative;overflow:hidden}.merchandise-card-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.merchandise-card-image.img-loaded .merchandise-card-img{opacity:1}.merchandise-card-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:1rem;font-size:.8rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);text-align:center;line-height:1.3;transition:opacity .25s ease}.merchandise-card-image.img-loaded .merchandise-card-placeholder{opacity:0;pointer-events:none}.merchandise-card-link:hover .merchandise-card-placeholder{color:var(--cyan)}.merchandise-card-body{display:flex;flex-direction:column;gap:.35rem;padding:1rem;flex:1}.merchandise-card-title{font-weight:600;font-size:1rem;color:var(--text);line-height:1.35}.merchandise-card-price{font-size:.95rem;color:var(--cyan);font-weight:600}.merchandise-card-cta{margin-top:auto;font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);transition:color .2s}.merchandise-card-link:hover .merchandise-card-cta{color:var(--cyan)}.shop{text-align:center}.shop-link{display:inline-block;padding:.85rem 1.75rem;font-family:var(--font);font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#fff;background:var(--gradient-stripe);background-size:200% 100%;border-radius:4px;text-decoration:none;border:none;transition:background-position .4s ease,transform .15s,box-shadow .2s;box-shadow:0 4px 20px #a855f740}.shop-link:hover{background-position:100% 0;box-shadow:0 6px 28px #22d3ee4d;transform:translateY(-1px)}.shop-link:focus-visible{outline:2px solid var(--cyan);outline-offset:2px}.site-footer{position:relative;z-index:1;margin-top:calc(var(--space) * 3);padding:var(--space);text-align:center;font-size:.9rem;color:var(--text-muted);border-top:1px solid var(--border)}.site-footer:before{content:"";position:absolute;left:50%;top:-1px;transform:translate(-50%);width:100%;height:3px;background:var(--gradient-stripe);opacity:.7}.site-footer a{color:var(--cyan);text-decoration:none;transition:color .2s}.site-footer a:hover{color:var(--pink)}.site-footer .build-number{opacity:.6}
