.nav{z-index:1000;justify-content:space-between;align-items:center;padding:1.2rem 3rem;transition:background .5s,-webkit-backdrop-filter .5s,backdrop-filter .5s,padding .5s;display:flex;position:fixed;top:0;left:0;right:0}.nav--scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#000000d9;border-bottom:1px solid #ff1a1a14;padding:.8rem 3rem}.nav__brand{align-items:center;gap:.75rem;display:flex}.nav__logo{object-fit:contain;filter:drop-shadow(0 0 2px #ff1a1a99)drop-shadow(0 0 6px #ff1a1a4d);width:48px;height:48px}.nav__name{font-family:var(--font-display);letter-spacing:.25em;color:var(--chrome);font-size:.9rem;font-weight:700}.nav__links{gap:2.5rem;display:flex}.nav__links a{font-family:var(--font-display);letter-spacing:.2em;color:var(--silver);font-size:.6rem;transition:color .3s;position:relative}.nav__links a:after{content:"";background:var(--neon-red);width:0;height:1px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav__links a:hover{color:#fff}.nav__links a:hover:after{width:100%}.nav__location{font-family:var(--font-display);letter-spacing:.15em;color:var(--silver);font-size:.55rem;font-weight:500}.nav__burger,.nav__overlay{display:none}@media (width<=1100px){.nav__location{display:none}}@media (width<=900px){.nav__links{gap:1.5rem}}@media (width<=768px){.nav{padding:1rem 1.5rem}.nav__links,.nav__location{display:none}.nav__burger{z-index:1001;background:0 0;border:none;flex-direction:column;gap:5px;padding:10px;display:flex}.nav__burger span{background:var(--chrome);width:22px;height:1px;transition:transform .3s,opacity .3s}.nav__burger--open span:first-child{transform:translateY(6px)rotate(45deg)}.nav__burger--open span:nth-child(2){opacity:0}.nav__burger--open span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.nav__overlay{z-index:999;background:#000000f7;flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:flex;position:fixed;inset:0}.nav__overlay-links{flex-direction:column;align-items:center;gap:2.5rem;display:flex}.nav__overlay-links a{font-family:var(--font-heading);letter-spacing:.15em;color:var(--laser-white);font-size:2.5rem;transition:color .3s}.nav__overlay-links a:active{color:var(--neon-red)}.nav__overlay-location{font-family:var(--font-display);letter-spacing:.2em;color:var(--gunmetal);margin-top:2rem;font-size:.55rem}}.hero{background:#000;justify-content:center;align-items:center;height:100vh;min-height:700px;display:flex;position:relative;overflow:hidden}.hero__video-wrap{will-change:transform;position:absolute;inset:0;transform:translateZ(0)}.hero__video{object-fit:cover;opacity:.3;filter:saturate(.2)contrast(1.2);will-change:transform, filter;backface-visibility:hidden;width:100%;height:100%;transform:translateZ(0)}.hero__video-overlay{background:radial-gradient(#0000 30%,#000 80%),linear-gradient(#0006 0%,#0000 40%,#000000e6 100%);position:absolute;inset:0}.hero__content{z-index:2;text-align:center;flex-direction:column;align-items:center;gap:1.5rem;display:flex;position:relative}.hero__accent-lines{gap:6px;margin-bottom:1rem;display:flex}.hero__accent-lines span{background:linear-gradient(180deg, transparent, var(--neon-red), transparent);width:1px;height:40px;animation:2s ease-in-out infinite linePulse}.hero__accent-lines span:nth-child(2){height:60px;animation-delay:.3s}.hero__accent-lines span:nth-child(3){animation-delay:.6s}@keyframes linePulse{0%,to{opacity:.3}50%{opacity:1}}.hero__logo-full{filter:drop-shadow(0 0 60px #ff1a1a1a);mix-blend-mode:screen;width:clamp(180px,28vw,340px)}.hero__tagline{font-family:var(--font-display);letter-spacing:.5em;color:#aaa;margin-top:.5rem;font-size:clamp(.6rem,1.2vw,.8rem);font-weight:500}.hero__meta{font-family:var(--font-display);letter-spacing:.3em;color:var(--silver);align-items:center;gap:1rem;margin-top:1rem;font-size:.6rem;font-weight:500;display:flex}.hero__dot{background:var(--neon-red);width:3px;height:3px;box-shadow:0 0 6px var(--neon-red);border-radius:50%}.hero__age{color:var(--laser-white);letter-spacing:.05em;margin-top:1.5rem;margin-left:8px;font-family:Big Shoulders Stencil Display,sans-serif;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:100;line-height:1}.hero__scroll-indicator{margin-top:3rem}.hero__scroll-line{background:linear-gradient(180deg, var(--gunmetal), transparent);width:1px;height:60px;animation:2s ease-in-out infinite scrollPulse}@keyframes scrollPulse{0%{transform-origin:top;transform:scaleY(0)}50%{transform-origin:top;transform:scaleY(1)}51%{transform-origin:bottom}to{transform-origin:bottom;transform:scaleY(0)}}.hero__laser{background:linear-gradient(90deg, transparent 0%, var(--neon-red) 20%, var(--neon-red) 80%, transparent 100%);height:1px;box-shadow:0 0 10px var(--neon-red), 0 0 40px #ff1a1a4d;transform-origin:50%;z-index:3;position:absolute;bottom:0;left:0;right:0}@media (width<=768px){.hero{height:100svh;min-height:100svh}.hero__logo-full{width:60vw}.hero__scroll-indicator{margin-top:1.5rem}.hero__scroll-line{height:40px}.hero__meta{gap:.6rem;font-size:.5rem}}.about{background:var(--void);padding:10rem 3rem;position:relative;overflow:hidden}.about__glow{color:var(--neon-red);text-shadow:0 0 6px #ff1a1ae6,0 0 18px #ff1a1a99,0 0 40px #ff1a1a59}.about:before{content:"";background:linear-gradient(180deg, var(--neon-red), transparent);width:1px;height:120px;position:absolute;top:0;left:50%;transform:translate(-50%)}.about__grid{grid-template-columns:200px 1fr;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.about__label{flex-direction:column;align-items:flex-start;gap:1rem;padding-top:.5rem;display:flex}.about__label-num{font-family:var(--font-display);letter-spacing:.2em;color:var(--neon-red);font-size:.65rem}.about__label-line{background:linear-gradient(180deg, var(--gunmetal), transparent);width:1px;height:60px}.about__label-text{font-family:var(--font-display);letter-spacing:.25em;color:var(--gunmetal);writing-mode:vertical-rl;text-orientation:mixed;font-size:.55rem}.about__content{flex-direction:column;gap:3rem;display:flex}.about__heading{font-family:var(--font-heading);color:var(--laser-white);letter-spacing:.02em;font-size:clamp(3rem,6vw,5.5rem);line-height:.95}.about__heading-wrap{align-items:flex-end;gap:3rem;display:flex;position:relative}.about__heading-img{object-fit:cover;width:240px;height:300px}.about__heading-accent{color:#0000;-webkit-text-stroke:1px var(--neon-red);filter:drop-shadow(0 0 20px #ff1a1a33)}.about__body{flex-direction:column;gap:1.5rem;max-width:640px;display:flex}.about__body p{font-family:var(--font-body);color:#aaa;font-size:1.05rem;font-weight:400;line-height:1.8}.about__link{color:var(--neon-red);border-bottom:1px solid #ff1a1a4d;text-decoration:none;transition:border-color .3s}.about__link:hover{border-color:var(--neon-red)}.about__stats{border-top:1px solid var(--steel);align-items:center;gap:3rem;padding-top:2rem;display:flex}.about__stat{flex-direction:column;gap:.3rem;display:flex}.about__stat-val{font-family:var(--font-display);color:var(--laser-white);font-size:1.8rem;font-weight:700}.about__stat-label{font-family:var(--font-display);letter-spacing:.3em;color:var(--silver);font-size:.75rem}.about__stat-divider{background:var(--steel);width:1px;height:40px}@media (width<=768px){.about{padding:6rem 1.5rem}.about__grid{grid-template-columns:1fr;gap:2rem}.about__label{flex-direction:row;align-items:center}.about__label-text{writing-mode:horizontal-tb}.about__label-line{width:40px;height:1px}.about__heading-wrap{flex-direction:column;align-items:flex-start}.about__heading-img{width:100%;height:auto}.about__stats{gap:1.2rem}.about__stat-val{font-size:1.4rem}.about__stat-label{letter-spacing:.2em;font-size:.6rem}.about__stat-divider{height:30px}}.experience{background:var(--black);padding:10rem 3rem;position:relative;overflow:hidden}.experience__bg-img{z-index:0;position:absolute;inset:0}.experience__bg-img img{object-fit:cover;opacity:.12;filter:saturate(0)contrast(1.3);width:100%;height:100%}.experience__label,.experience__header,.experience__grid,.experience__crosshair{z-index:1;position:relative}.experience__label{align-items:center;gap:1rem;max-width:1200px;margin-bottom:3rem;margin-left:auto;margin-right:auto;display:flex}.experience__label-num{font-family:var(--font-display);letter-spacing:.2em;color:var(--neon-red);font-size:.65rem}.experience__label-line{background:var(--gunmetal);width:40px;height:1px}.experience__label-text{font-family:var(--font-display);letter-spacing:.25em;color:var(--gunmetal);font-size:.55rem}.experience__header{max-width:1200px;margin:0 auto 5rem}.experience__heading{font-family:var(--font-heading);color:var(--laser-white);font-size:clamp(3rem,6vw,5.5rem);line-height:.95}.experience__heading-accent{color:var(--neon-red);text-shadow:0 0 40px #ff1a1a4d}.experience__grid{background:var(--steel);grid-template-columns:repeat(4,1fr);gap:1px;max-width:1200px;margin:0 auto;display:grid}.experience__card{background:var(--carbon);flex-direction:column;gap:1.2rem;padding:2.5rem 2rem;transition:background .4s;display:flex;position:relative;overflow:hidden}.experience__card:hover{background:var(--steel)}.experience__card:hover .experience__card-glow{opacity:1}.experience__card-header{align-items:center;gap:1rem;display:flex}.experience__card-id{font-family:var(--font-display);letter-spacing:.2em;color:var(--neon-red);font-size:.6rem}.experience__card-line{background:var(--steel);flex:1;height:1px}.experience__card-title{font-family:var(--font-display);letter-spacing:.15em;color:var(--laser-white);font-size:1rem;font-weight:700}.experience__card-desc{font-family:var(--font-body);color:#aaa;font-size:.9rem;font-weight:400;line-height:1.7}.experience__card-glow{background:linear-gradient(90deg, transparent, var(--neon-red), transparent);opacity:0;height:2px;transition:opacity .4s;position:absolute;bottom:0;left:0;right:0;box-shadow:0 0 20px #ff1a1a66}.experience__crosshair{width:20px;height:20px;position:absolute}.experience__crosshair:before,.experience__crosshair:after{content:"";background:var(--gunmetal);position:absolute}.experience__crosshair:before{width:1px;height:100%;left:50%}.experience__crosshair:after{width:100%;height:1px;top:50%}.experience__crosshair--left{top:3rem;right:3rem}.experience__crosshair--right{bottom:3rem;left:3rem}@media (width<=1024px){.experience__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.experience{padding:6rem 1.5rem}.experience__grid{grid-template-columns:1fr}}.gallery{background:var(--void);padding:10rem 3rem;position:relative;overflow:hidden}.gallery__label{align-items:center;gap:1rem;max-width:1200px;margin-bottom:3rem;margin-left:auto;margin-right:auto;display:flex}.gallery__label-num{font-family:var(--font-display);letter-spacing:.2em;color:var(--neon-red);font-size:.65rem}.gallery__label-line{background:var(--gunmetal);width:40px;height:1px}.gallery__label-text{font-family:var(--font-display);letter-spacing:.25em;color:var(--gunmetal);font-size:.55rem}.gallery__heading{font-family:var(--font-heading);color:var(--laser-white);max-width:1200px;margin:0 auto 5rem;font-size:clamp(3rem,6vw,5.5rem);line-height:.95}.gallery__heading-accent{color:#0000;-webkit-text-stroke:1px var(--chrome)}.gallery__stills{grid-template-columns:repeat(2,1fr);gap:2px;max-width:1200px;margin:0 auto 2px;display:grid}.gallery__still-item{aspect-ratio:16/9;position:relative;overflow:hidden}.gallery__still-item img{object-fit:cover;filter:saturate(0)contrast(1.1)brightness(.7);width:100%;height:100%;transition:filter .6s,transform .6s}.gallery__still-item:hover img{filter:saturate(.4)contrast(1.2)brightness(.8);transform:scale(1.05)}.gallery__still-overlay{background:linear-gradient(#0000 40%,#000000b3 100%);align-items:flex-end;padding:1.5rem;display:flex;position:absolute;inset:0}.gallery__still-overlay span{font-family:var(--font-display);letter-spacing:.3em;color:var(--chrome);font-size:.6rem}.gallery__grid{grid-template-columns:repeat(3,1fr);gap:2px;max-width:1200px;margin:0 auto;display:grid}.gallery__cell{aspect-ratio:1;position:relative;overflow:hidden}.gallery__video{object-fit:cover;filter:saturate(.15)contrast(1.3)brightness(.6);width:100%;height:100%;transition:filter .6s,transform .6s}.gallery__cell:hover .gallery__video{filter:saturate(.5)contrast(1.2)brightness(.8);transform:scale(1.08)}.gallery__cell-overlay{opacity:0;background:#0006;justify-content:center;align-items:center;transition:opacity .4s;display:flex;position:absolute;inset:0}.gallery__cell:hover .gallery__cell-overlay{opacity:1}.gallery__cell-label{font-family:var(--font-display);letter-spacing:.4em;color:var(--chrome);font-size:.6rem}.gallery__cell-border{pointer-events:none;border:1px solid #0000;transition:border-color .4s;position:absolute;inset:0}.gallery__cell:hover .gallery__cell-border{border-color:var(--neon-red);box-shadow:inset 0 0 30px #ff1a1a1a}@media (width<=768px){.gallery{padding:6rem 1.5rem}.gallery__stills{grid-template-columns:1fr}.gallery__grid{grid-template-columns:repeat(2,1fr)}.gallery__cell:nth-child(n+5){display:none}}.aplayer{align-items:center;gap:1rem;display:flex}.aplayer__play{border:2px solid var(--gunmetal);width:40px;height:40px;color:var(--chrome);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.aplayer__play svg{margin-left:2px}.aplayer__play--playing svg{margin-left:0}.aplayer__play:hover{border-color:var(--neon-red);color:#fff;box-shadow:0 0 20px #ff1a1a33}.aplayer__play--playing{border-color:var(--neon-red);color:var(--neon-red)}.aplayer__waveform{cursor:pointer;flex:1;align-items:center;gap:2px;height:48px;display:flex}.aplayer__bar{background:var(--gunmetal);border-radius:1px;flex:1;min-width:2px;transition:background .15s}.aplayer__bar--played{background:var(--neon-red);box-shadow:0 0 4px #ff1a1a59}.aplayer__bar--loading{background:var(--steel);animation:1.5s ease-in-out infinite barPulse}@keyframes barPulse{0%,to{opacity:.3}50%{opacity:.6}}@media (width<=768px){.aplayer__bar:nth-child(odd){display:none}.aplayer__waveform{gap:1px}.aplayer__play{width:44px;height:44px}}.team{background:var(--carbon);padding:10rem 3rem;position:relative;overflow:hidden}.team:before{content:"";background:linear-gradient(180deg, var(--neon-red), transparent);width:1px;height:120px;position:absolute;top:0;left:50%;transform:translate(-50%)}.team__label{align-items:center;gap:1rem;max-width:1200px;margin-bottom:4rem;margin-left:auto;margin-right:auto;display:flex}.team__label-num{font-family:var(--font-display);letter-spacing:.2em;color:var(--neon-red);font-size:.65rem}.team__label-line{background:var(--gunmetal);width:40px;height:1px}.team__label-text{font-family:var(--font-display);letter-spacing:.25em;color:var(--silver);font-size:.55rem}.team__layout{grid-template-columns:1fr 1fr;align-items:start;gap:5rem;max-width:1200px;margin:0 auto;display:grid}.team__photo-wrap{position:relative;overflow:hidden}.team__photo{filter:saturate(0)contrast(1.1)brightness(.85);width:100%;transition:filter .6s;display:block}.team__photo-wrap:hover .team__photo{filter:saturate(.3)contrast(1.1)brightness(.9)}.team__photo-border{border:1px solid var(--steel);pointer-events:none;transition:border-color .4s;position:absolute;inset:0}.team__photo-wrap:hover .team__photo-border{border-color:var(--neon-red)}.team__names{border-top:1px solid var(--steel);align-items:center;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.team__name{font-family:var(--font-display);letter-spacing:.15em;color:var(--laser-white);font-size:.85rem;font-weight:700}.team__role{font-family:var(--font-display);letter-spacing:.2em;color:var(--silver);font-size:.5rem}.team__divider{background:var(--steel);width:1px;height:30px;margin:0 .5rem}.team__heading{font-family:var(--font-heading);color:var(--laser-white);margin-bottom:2.5rem;font-size:clamp(3rem,5vw,4.5rem);line-height:.95}.team__heading-accent{color:var(--neon-red);text-shadow:0 0 40px #ff1a1a4d}.team__body{flex-direction:column;gap:1.5rem;margin-bottom:3rem;display:flex}.team__body p{font-family:var(--font-body);color:#aaa;font-size:1.05rem;font-weight:400;line-height:1.8}.team__player-wrap{flex-direction:column;gap:.75rem;margin-top:1.5rem;margin-bottom:1.5rem;display:flex}.team__player-label{font-family:var(--font-display);letter-spacing:.3em;color:var(--laser-white);font-size:.75rem}.team__player-label-snip{color:#6a6a6a;letter-spacing:.25em;font-size:1.05em}@media (width<=768px){.team{padding:6rem 1.5rem}.team:before{height:60px}.team__layout{grid-template-columns:1fr;gap:0}.team__photo-col,.team__info-col{display:contents}.team__heading{order:1;margin-bottom:2rem}.team__photo-wrap{order:2}.team__names{flex-wrap:wrap;order:3;justify-content:center;gap:.6rem}.team__player-wrap{order:4}.team__body{order:5}.team__player-label{font-size:.7rem}}.footer{background:var(--black);position:relative;overflow:hidden}.footer__laser{background:linear-gradient(90deg, transparent 0%, var(--neon-red) 30%, var(--neon-red) 70%, transparent 100%);width:100%;height:1px;box-shadow:0 0 10px var(--neon-red), 0 0 40px #ff1a1a33}.footer__inner{max-width:1200px;margin:0 auto;padding:8rem 3rem 3rem}.footer__cta{text-align:center;margin-bottom:8rem}.footer__cta-label{font-family:var(--font-display);letter-spacing:.4em;color:var(--silver);margin-bottom:2rem;font-size:.6rem;font-weight:500}.footer__cta-heading{font-family:var(--font-heading);color:var(--laser-white);margin-bottom:3rem;font-size:clamp(3rem,7vw,6rem);line-height:.95}.footer__cta-accent{color:var(--neon-red);text-shadow:0 0 60px #ff1a1a4d}.footer__cta-btn{border:1px solid var(--gunmetal);font-family:var(--font-display);letter-spacing:.3em;color:var(--chrome);cursor:pointer;background:0 0;align-items:center;gap:1rem;padding:1rem 2.5rem;font-size:.7rem;transition:all .4s;display:inline-flex}.footer__cta-btn:hover{border-color:var(--neon-red);color:#fff;gap:1.5rem;box-shadow:0 0 40px #ff1a1a26}.footer__cta-btn-arrow{transition:transform .3s}.footer__cta-btn:hover .footer__cta-btn-arrow{transform:translate(4px)}.footer__video-bg{z-index:0;position:absolute;inset:0}.footer__video-bg video{object-fit:cover;opacity:.15;filter:saturate(0)contrast(1.2);width:100%;height:100%}.footer__laser,.footer__inner{z-index:1;position:relative}.footer__info{border-bottom:1px solid var(--steel);grid-template-columns:repeat(3,1fr);gap:3rem;padding-bottom:4rem;display:grid}.footer__info-block h4{font-family:var(--font-display);letter-spacing:.3em;color:var(--neon-red);margin-bottom:1rem;font-size:.55rem}.footer__info-block p{font-family:var(--font-body);color:#aaa;font-size:.9rem;font-weight:400;line-height:1.8}.footer__coords,.footer__subtext{letter-spacing:.15em;margin-top:.5rem;font-family:var(--font-display)!important;color:var(--gunmetal)!important;font-size:.5rem!important}.footer__bottom{justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.footer__bottom-left{align-items:center;gap:.6rem;display:flex}.footer__bottom-logo{object-fit:contain;width:20px;height:20px}.footer__bottom-name{font-family:var(--font-display);letter-spacing:.2em;color:var(--laser-white);font-size:.75rem}.footer__bottom-copy{font-family:var(--font-display);letter-spacing:.15em;color:var(--gunmetal);font-size:.7rem}.footer__bottom-warning{font-family:var(--font-display);letter-spacing:.2em;color:var(--neon-crimson);opacity:.6;font-size:.7rem}.modal__backdrop{z-index:9999;background:#000000d9;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.modal{background:var(--carbon);border:1px solid var(--steel);text-align:center;width:100%;max-width:480px;padding:3rem;position:relative}.modal__close{color:var(--gunmetal);cursor:pointer;background:0 0;border:none;font-size:1.5rem;transition:color .2s;position:absolute;top:1rem;right:1.2rem}.modal__close:hover{color:var(--laser-white)}.modal__title{font-family:var(--font-heading);color:var(--laser-white);margin-bottom:1rem;font-size:clamp(1.8rem,4vw,2.5rem)}.modal__desc{font-family:var(--font-body);color:#aaa;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.6}.modal__form{gap:1px;margin-bottom:1.5rem;display:flex}.modal__input{background:var(--void);border:1px solid var(--gunmetal);color:var(--laser-white);font-family:var(--font-display);letter-spacing:.15em;border-right:none;outline:none;flex:1;padding:.9rem 1.2rem;font-size:.7rem;transition:border-color .3s}.modal__input::placeholder{color:var(--gunmetal)}.modal__input:focus{border-color:var(--neon-red)}.modal__submit{background:var(--neon-red);border:1px solid var(--neon-red);color:#fff;font-family:var(--font-display);letter-spacing:.25em;cursor:pointer;padding:.9rem 1.5rem;font-size:.7rem;transition:all .3s}.modal__submit:hover{background:#f33;box-shadow:0 0 20px #ff1a1a4d}.modal__fine-print{font-family:var(--font-body);color:#aaa;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.6}.modal__confirmed{flex-direction:column;align-items:center;gap:1rem;display:flex}.modal__check{color:var(--neon-red);font-size:2.5rem}@media (width<=768px){.footer__inner{padding:5rem 1.5rem 2rem}.footer__cta{margin-bottom:4rem}.footer__info{grid-template-columns:1fr;gap:2rem}.footer__bottom{text-align:center;flex-direction:column;gap:1rem}.footer__bottom-copy,.footer__bottom-warning{font-size:.55rem}.footer__cta-btn{padding:1rem 2rem;font-size:.65rem}.modal{margin:1rem;padding:2rem 1.5rem}.modal__form{flex-direction:column}.modal__input{border:1px solid var(--gunmetal);font-size:16px}.modal__submit{padding:1rem}}.ambient-glow{pointer-events:none;z-index:0;background:radial-gradient(#ff1a1a0f 0%,#0000 70%);width:120vw;height:60vh;position:fixed;bottom:-40vh;left:50%;transform:translate(-50%)}.pl{background:var(--black);color:var(--chrome);--cta-red:#d40000;--cta-red-hover:#e60000;position:relative;overflow-x:hidden}.pl a:focus-visible,.pl button:focus-visible{outline:2px solid var(--laser-white);outline-offset:3px;border-radius:2px}.pl-hero__h1{line-height:0;font-weight:inherit;margin:0}.pl [id]{scroll-margin-top:84px}.pl-nav{z-index:100;-webkit-backdrop-filter:blur(14px);background:#0000008c;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1.5rem;display:flex;position:fixed;top:0;left:0;right:0}.pl-nav__brand{font-family:var(--font-display);letter-spacing:.22em;color:var(--laser-white);align-items:center;gap:.55rem;font-size:.8rem;font-weight:700;display:flex}.pl-nav__logo{object-fit:contain;width:26px;height:26px}.pl-nav__links{font-family:var(--font-display);letter-spacing:.24em;color:var(--silver);gap:2rem;font-size:.7rem;display:flex}.pl-nav__links a{transition:color .25s}.pl-nav__links a:hover{color:var(--laser-white)}.pl-nav__cta{font-family:var(--font-display);letter-spacing:.2em;color:#fff;background:var(--cta-red);cursor:pointer;border:none;border-radius:2px;padding:.7rem 1.3rem;font-size:.7rem;font-weight:600;transition:background .25s,box-shadow .25s;box-shadow:0 0 24px #ff1a1a59}.pl-nav__cta:hover{background:var(--cta-red-hover);box-shadow:0 0 34px #ff1a1a8c}.pl-hero{text-align:center;background:#000;justify-content:center;align-items:center;min-height:100svh;padding:6rem 1.5rem 3rem;display:flex;position:relative;overflow:hidden}.pl-hero__bg{z-index:0;position:absolute;inset:0}.pl-hero__poster{opacity:.5;filter:saturate(.55)contrast(1.15);background:#000 url(/og-share.webp) 50%/cover no-repeat;position:absolute;inset:0}.pl-hero__video{object-fit:cover;opacity:.4;filter:saturate(.55)contrast(1.15);width:100%;height:100%;position:absolute;inset:0}.pl-hero__overlay{background:radial-gradient(#0000 20%,#000000bf 85%),linear-gradient(#0000008c 0%,#0000 35%,#000000f2 100%);position:absolute;inset:0}.pl-hero__content{z-index:2;flex-direction:column;align-items:center;gap:1.1rem;max-width:720px;display:flex;position:relative}.pl-hero__logo{filter:drop-shadow(0 0 50px #ff1a1a1f);width:clamp(200px,46vw,360px)}.pl-hero__tagline{font-family:var(--font-body);letter-spacing:.04em;color:#d4d4d4;font-size:clamp(1.05rem,3.4vw,1.35rem);font-weight:500}.pl-hero__date{flex-direction:column;gap:.35rem;margin-top:.4rem;display:flex}.pl-hero__date-main{font-family:var(--font-heading);color:var(--laser-white);text-shadow:0 0 40px #ff1a1a40;font-size:clamp(2.6rem,9vw,4.5rem);line-height:.9}.pl-hero__date-sub{font-family:var(--font-display);letter-spacing:.12em;color:var(--neon-red);font-size:clamp(1.1rem,3.8vw,1.9rem)}.pl-hero__meta{font-family:var(--font-display);letter-spacing:.2em;color:#b0b0b0;flex-wrap:wrap;justify-content:center;align-items:center;gap:.9rem;font-size:.78rem;display:flex}.pl-hero__meta i{background:var(--neon-red);width:3px;height:3px;box-shadow:0 0 6px var(--neon-red);border-radius:50%}.pl-hero__cta-row{flex-direction:column;align-items:center;gap:.7rem;margin-top:1.2rem;display:flex}.pl-hero__door{font-family:var(--font-body);letter-spacing:.03em;color:var(--silver);font-size:1.15rem}.pl-hero__venue{font-family:var(--font-body);flex-direction:column;align-items:center;gap:.25rem;display:flex}.pl-hero__venue a{letter-spacing:.03em;color:var(--laser-white);border-bottom:1px solid var(--neon-red);font-size:1.15rem;font-weight:600;transition:color .25s,border-color .25s}.pl-hero__venue a:hover{color:var(--neon-red)}.pl-hero__venue span{color:var(--silver);font-size:.95rem}.pl-hero__laser{background:linear-gradient(90deg, transparent, var(--neon-red) 20%, var(--neon-red) 80%, transparent);height:1px;box-shadow:0 0 10px var(--neon-red), 0 0 40px #ff1a1a4d;z-index:3;position:absolute;bottom:0;left:0;right:0}.pl-btn{font-family:var(--font-display);letter-spacing:.2em;border-radius:2px;justify-content:center;align-items:center;padding:1.05rem 2.4rem;font-size:.75rem;font-weight:600;transition:transform .2s,box-shadow .25s,background .25s;display:inline-flex}.pl-btn--primary{background:var(--cta-red);color:#fff;box-shadow:0 0 34px #ff1a1a73}.pl-btn--primary:hover{background:var(--cta-red-hover);transform:translateY(-2px);box-shadow:0 0 46px #ff1a1aa6}.pl-section{max-width:1080px;margin:0 auto;padding:6rem 1.5rem;position:relative}.pl-label{font-family:var(--font-display);letter-spacing:.26em;color:var(--silver);align-items:center;gap:.7rem;margin-bottom:2rem;font-size:.72rem;display:inline-flex}.pl-label i{color:var(--neon-red);font-style:normal}.pl-accent{color:var(--neon-red);text-shadow:0 0 40px #ff1a1a4d}.pl-inline-link{color:var(--laser-white);border-bottom:1px solid var(--neon-red)}.pl-about__heading{font-family:var(--font-heading);color:var(--laser-white);margin-bottom:1.8rem;font-size:clamp(2.6rem,8vw,5rem);line-height:.92}.pl-about__body{font-family:var(--font-body);color:#b8b8b8;max-width:640px;font-size:clamp(1.05rem,2.4vw,1.35rem);font-weight:400;line-height:1.65}.pl-about__age{border:1px solid var(--steel);font-family:var(--font-display);letter-spacing:.18em;color:var(--neon-red);border-radius:2px;margin-top:2.5rem;padding:.7rem 1.3rem;font-size:.82rem;display:inline-block}.pl-details__grid{background:var(--steel);border:1px solid var(--steel);grid-template-columns:repeat(2,1fr);gap:1px;display:grid}.pl-card{background:var(--carbon);flex-direction:column;gap:.4rem;padding:2rem 1.6rem;transition:background .25s;display:flex}.pl-card--link:hover{background:#151515}.pl-card h3{font-family:var(--font-display);letter-spacing:.24em;color:var(--neon-red);margin-bottom:.6rem;font-size:.72rem}.pl-card__big{font-family:var(--font-heading);color:var(--laser-white);font-size:clamp(1.6rem,4.5vw,2.2rem);line-height:1}.pl-card__big span{font-family:var(--font-body);letter-spacing:.05em;color:var(--silver);font-size:.9rem}.pl-card p{font-family:var(--font-body);color:#c6c6c6;font-size:1.05rem}.pl-tickets{text-align:center}.pl-tickets .pl-label{justify-content:center}.pl-tickets__heading{font-family:var(--font-heading);color:var(--laser-white);font-size:clamp(3rem,10vw,6rem);line-height:.9}.pl-tickets__price{font-family:var(--font-body);color:#b8b8b8;margin:1.2rem 0 .9rem;font-size:1.15rem;line-height:1.6}.pl-tickets__price strong{color:var(--neon-red);font-weight:700}.pl-tickets__powered{font-family:var(--font-display);letter-spacing:.22em;color:var(--silver);margin-bottom:1.6rem;font-size:.95rem}.pl-tickets__powered strong{color:var(--laser-white);font-weight:700}.tickets__widget-wrap{flex-direction:column;gap:1.5rem;max-width:640px;margin:0 auto;display:flex}.tickets__placeholder{border:1px dashed var(--gunmetal);background:var(--void);border-radius:4px;flex-direction:column;gap:.9rem;padding:3rem 2rem;display:flex}.tickets__placeholder-tag{font-family:var(--font-display);letter-spacing:.3em;color:var(--neon-red);border:1px solid var(--neon-red);border-radius:2px;align-self:center;padding:.4rem .9rem;font-size:.55rem}.tickets__placeholder p{font-family:var(--font-body);color:#b8b8b8;font-size:1.05rem;line-height:1.5}.tickets__placeholder-note{color:var(--silver)!important;font-size:.85rem!important}.tickets__placeholder-note code{color:var(--chrome);background:var(--steel);border-radius:2px;padding:.1rem .4rem;font-family:monospace}.tickets__buy-btn{font-family:var(--font-display);letter-spacing:.2em;color:#fff;background:var(--cta-red);cursor:pointer;border:none;border-radius:2px;justify-content:center;align-self:center;align-items:center;gap:.8rem;padding:1.2rem 3rem;font-size:.9rem;font-weight:600;transition:background .25s,transform .2s,box-shadow .25s;display:inline-flex;box-shadow:0 0 34px #ff1a1a66}.tickets__buy-btn:hover{background:var(--cta-red-hover);transform:translateY(-2px);box-shadow:0 0 46px #ff1a1a99}.tickets__buy-arrow{transition:transform .25s}.tickets__buy-btn:hover .tickets__buy-arrow{transform:translate(4px)}.tickets__fallback-link{font-family:var(--font-body);letter-spacing:.02em;color:var(--silver);border-bottom:1px solid var(--gunmetal);align-self:center;font-size:.95rem;transition:color .25s,border-color .25s}.tickets__fallback-link:hover{color:var(--laser-white);border-color:var(--silver)}.tickets__hint{font-family:var(--font-body);color:var(--silver);align-self:center;font-size:.9rem}.pl-know__list{flex-direction:column;gap:2.2rem;max-width:760px;list-style:none;display:flex}.pl-know__list li{border-left:2px solid var(--neon-red);padding-left:1.5rem}.pl-know__list h3{font-family:var(--font-heading);color:var(--laser-white);letter-spacing:.01em;margin-bottom:.7rem;font-size:clamp(1.5rem,4.5vw,2.1rem)}.pl-know__list p{font-family:var(--font-body);color:#c6c6c6;font-size:clamp(1.05rem,2.5vw,1.22rem);line-height:1.65}.pl-footer{background:var(--black);position:relative}.pl-footer__laser{background:linear-gradient(90deg, transparent, var(--neon-red) 30%, var(--neon-red) 70%, transparent);height:1px;box-shadow:0 0 10px var(--neon-red), 0 0 40px #ff1a1a33}.pl-footer__inner{max-width:1080px;margin:0 auto;padding:4rem 1.5rem 7rem}.pl-footer__brand{font-family:var(--font-display);letter-spacing:.2em;color:var(--laser-white);align-items:center;gap:.6rem;margin-bottom:2.5rem;font-size:.85rem;display:flex}.pl-footer__brand img{object-fit:contain;width:24px;height:24px}.pl-footer__cols{border-bottom:1px solid var(--steel);grid-template-columns:repeat(3,1fr);gap:2rem;padding-bottom:2.5rem;display:grid}.pl-footer__cols h4{font-family:var(--font-display);letter-spacing:.24em;color:var(--neon-red);margin-bottom:.9rem;font-size:.7rem}.pl-footer__cols p{font-family:var(--font-body);color:#a8a8a8;font-size:.95rem;line-height:1.7}.pl-footer__cols a{color:#a8a8a8;transition:color .25s}.pl-footer__cols a:hover{color:var(--laser-white)}.pl-footer__note{font-family:var(--font-display);letter-spacing:.22em;color:var(--neon-red);margin-top:2.5rem;font-size:.72rem}.pl-footer__copy{font-family:var(--font-display);letter-spacing:.2em;color:var(--silver);margin-top:.8rem;font-size:.6rem}.pl-mobile-cta{z-index:90;text-align:center;padding:1.05rem 1.05rem calc(1.05rem + env(safe-area-inset-bottom,0px));font-family:var(--font-display);letter-spacing:.18em;color:#fff;background:var(--cta-red);font-size:.78rem;font-weight:600;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -6px 30px #0009}.pl-mobile-cta strong{font-weight:800}@media (width<=768px){.pl-nav{padding:.75rem 1.1rem}.pl-nav__links{display:none}.pl-nav__brand{font-size:.72rem}.pl-section{padding:4.5rem 1.3rem}.pl-details__grid{grid-template-columns:1fr}.pl-footer__cols{grid-template-columns:1fr;gap:1.8rem}.pl-footer__inner{padding-bottom:7rem}.pl-mobile-cta{display:block}}@media (prefers-reduced-motion:reduce){.pl-hero__video{display:none}*{scroll-behavior:auto}}.backend{background:var(--black);min-height:100dvh;color:var(--chrome)}.backend__header{border-bottom:1px solid var(--steel);justify-content:space-between;align-items:center;padding:1.5rem 3rem;display:flex}.backend__home{font-family:var(--font-display);letter-spacing:.25em;color:var(--chrome);align-items:center;gap:.75rem;font-size:.9rem;font-weight:700;display:flex}.backend__home-logo{object-fit:contain;width:36px;height:36px}.backend__badge{font-family:var(--font-display);letter-spacing:.3em;color:var(--neon-red);border:1px solid #ff1a1a33;padding:.4rem 1rem;font-size:.5rem}.backend__intro{max-width:1200px;margin:0 auto;padding:6rem 3rem 4rem}.backend__label{align-items:center;gap:1rem;margin-bottom:3rem;display:flex}.backend__label-num{font-family:var(--font-display);letter-spacing:.2em;color:var(--neon-red);font-size:.65rem}.backend__label-line{background:var(--gunmetal);width:40px;height:1px}.backend__label-text{font-family:var(--font-display);letter-spacing:.25em;color:var(--silver);font-size:.6rem}.backend__title{font-family:var(--font-heading);color:var(--laser-white);margin-bottom:2rem;font-size:clamp(3rem,6vw,5.5rem);line-height:.95}.backend__title-accent{color:var(--neon-red);text-shadow:0 0 40px #ff1a1a4d}.backend__subtitle{font-family:var(--font-body);color:#aaa;max-width:640px;font-size:1.05rem;line-height:1.8}.backend__overview{flex-direction:column;gap:1.4rem;display:flex}.backend__overview p{color:#aaa;font-family:Inter,sans-serif;font-size:.95rem;font-weight:300;line-height:1.9}.backend__overview-inlay-wrap{overflow:hidden}.backend__overview-inlay-wrap p{margin:0 0 1.4rem}.backend__overview-inlay-wrap p:last-child{margin-bottom:0}.backend__overview-inlay{float:right;border:1px solid var(--steel);cursor:zoom-in;width:42%;max-width:480px;margin:.3rem 0 1rem 2rem;transition:opacity .2s;display:block}.backend__overview-inlay:hover{opacity:.85}.backend__lightbox{z-index:9999;cursor:zoom-out;background:#000000eb;justify-content:center;align-items:center;padding:3rem;display:flex;position:fixed;inset:0}.backend__lightbox-img{object-fit:contain;border:1px solid var(--steel);cursor:default;max-width:95vw;max-height:92vh}.backend__lightbox-close{color:var(--laser-white);cursor:pointer;background:0 0;border:none;padding:.5rem 1rem;font-size:2.5rem;line-height:1;transition:color .2s;position:absolute;top:1.5rem;right:2rem}.backend__lightbox-close:hover{color:var(--neon-red)}@media (width<=768px){.backend__overview-inlay{float:none;width:100%;max-width:100%;margin:0 0 1.4rem}}.backend__divider{background:linear-gradient(90deg, transparent 0%, var(--neon-red) 20%, var(--neon-red) 80%, transparent 100%);width:100vw;height:1px;box-shadow:0 0 10px var(--neon-red), 0 0 40px #ff1a1a33;border:none;margin:3rem 0;position:relative;left:50%;transform:translate(-50%)}.backend__overview-fig{flex-direction:column;display:flex}.backend__overview-img{border:1px solid var(--steel);width:100%}.backend__overview .backend__overview-caption{color:#444;margin-top:.5rem;font-family:Inter,sans-serif;font-size:.85rem;font-style:italic;font-weight:300}.backend__overview p:first-child{color:var(--laser-white);font-family:Inter,sans-serif;font-size:1.05rem;font-weight:400}.backend__gear-header{background:var(--void)}.backend__gear-header-inner{max-width:1200px;margin:0 auto;padding:6rem 3rem 3rem}.backend__gear{flex-direction:column;gap:2px;max-width:1200px;margin:0 auto;padding:0 3rem 4rem;display:flex}.backend__gear-aspirational-divider{align-items:center;gap:1.5rem;margin:4rem 0 2rem;display:flex}.backend__gear-aspirational-line{background:linear-gradient(90deg, transparent 0%, var(--neon-red) 50%, transparent 100%);flex:1;height:1px;box-shadow:0 0 8px #ff1a1a66}.backend__gear-aspirational-label{font-family:var(--font-display);letter-spacing:.5em;color:var(--neon-red);text-shadow:0 0 12px #ff1a1a80;white-space:nowrap;padding:0 .5rem;font-size:.75rem}@media (width<=768px){.backend__gear-aspirational-divider{gap:1rem;margin:3rem 0 1.5rem}.backend__gear-aspirational-label{letter-spacing:.35em;font-size:.6rem}}.backend__item{background:var(--carbon);border:1px solid var(--steel);grid-template-columns:400px 1fr;display:grid;overflow:hidden}.backend__item-visual{background:var(--void);justify-content:center;align-items:center;min-height:300px;padding:2rem;display:flex;position:relative;overflow:hidden}.backend__item-category{font-family:var(--font-display);letter-spacing:.3em;color:var(--neon-red);border:1px solid #ff1a1a33;padding:.3rem .7rem;font-size:.5rem;position:absolute;top:1.2rem;left:1.2rem}.backend__item-img{object-fit:contain;filter:drop-shadow(0 0 40px #ff1a1a0d);width:100%;max-width:320px;height:auto}.backend__item-stack{flex-direction:column;gap:10px;width:100%;display:flex}.backend__item-stack-img{object-fit:cover;width:100%;height:auto}.backend__item-video{object-fit:cover;object-position:top;width:100%;height:150%;position:absolute;top:0;left:0}.backend__item-info{flex-direction:column;gap:1.2rem;padding:2rem 2.5rem;display:flex}.backend__item-header{justify-content:space-between;align-items:flex-start;gap:2rem;display:flex}.backend__item-name-row{align-items:baseline;gap:1rem;display:flex}.backend__item-name{font-family:var(--font-heading);color:var(--laser-white);font-size:clamp(2rem,4vw,3.5rem);line-height:1}.backend__item-nametag{font-family:var(--font-display);letter-spacing:.2em;color:#7a1313;vertical-align:middle;margin-left:.4rem;font-size:.85rem}.backend__item-nametag-paren{vertical-align:middle;font-size:2em}.backend__item-nametag-text{position:relative;top:3px}.backend__item-qty-badge{font-family:var(--font-display);letter-spacing:.05em;color:var(--neon-red);font-size:1.2rem;font-weight:700}.backend__item-subtitle{font-family:var(--font-display);letter-spacing:.25em;color:var(--silver);margin-top:.4rem;font-size:.65rem}.backend__item-pricing{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.3rem;display:flex}.backend__item-unit{font-family:var(--font-display);letter-spacing:.1em;color:var(--silver);font-size:.7rem}.backend__item-struck{color:var(--gunmetal);font-size:1.6rem;font-weight:700;text-decoration:line-through}.backend__item-owned{font-family:var(--font-display);letter-spacing:.25em;color:var(--neon-red);border:1px solid #ff1a1a4d;margin-top:.2rem;padding:.2rem .6rem;font-size:.5rem}.backend__item-bonus{font-family:var(--font-display);letter-spacing:.25em;color:var(--silver);border:1px solid var(--steel);white-space:nowrap;margin-top:.4rem;padding:.2rem .6rem;font-size:.5rem}.backend__item-bonus-total{opacity:.7;color:var(--silver)!important}.backend__item-qty{font-family:var(--font-display);letter-spacing:.15em;color:var(--gunmetal);font-size:.6rem}.backend__item-total{font-family:var(--font-display);color:var(--laser-white);font-size:1.6rem;font-weight:700}.backend__item-specs{background:var(--steel);flex-wrap:wrap;gap:1px;display:flex}.backend__spec{background:var(--void);flex-direction:column;flex:120px;gap:.3rem;padding:.7rem 1rem;display:flex}.backend__spec-label{font-family:var(--font-display);letter-spacing:.25em;color:var(--neon-red);font-size:.5rem}.backend__spec-val{font-family:var(--font-display);letter-spacing:.1em;color:var(--laser-white);font-size:.85rem;font-weight:700}.backend__item-points{flex-direction:column;gap:.5rem;padding:0;list-style:none;display:flex}.backend__item-points li{color:#aaa;padding-left:1.2rem;font-family:Inter,sans-serif;font-size:.82rem;font-weight:300;line-height:1.7;position:relative}.backend__item-points li strong{font-weight:inherit;color:var(--laser-white);font-style:italic}.backend__item-points li:before{content:"";background:var(--neon-red);width:4px;height:4px;box-shadow:0 0 6px var(--neon-red);border-radius:50%;position:absolute;top:.55em;left:0}.backend__item-source{font-family:var(--font-display);letter-spacing:.25em;color:var(--silver);border-bottom:1px solid var(--gunmetal);align-self:flex-start;padding-bottom:.2rem;font-size:.6rem;transition:color .3s,border-color .3s}.backend__item-source:hover{color:var(--neon-red);border-color:var(--neon-red)}.backend__summary{max-width:1200px;margin:0 auto;padding:0 3rem 6rem}.backend__summary-row{border-top:1px solid var(--steel);border-bottom:1px solid var(--steel);align-items:center;gap:1.5rem;padding:2rem 0;display:flex}.backend__summary-label{font-family:var(--font-display);letter-spacing:.3em;color:var(--silver);font-size:.7rem}.backend__summary-line{background:var(--steel);flex:1;height:1px}.backend__summary-val{font-family:var(--font-display);color:var(--laser-white);font-size:1.4rem;font-weight:700}.backend__summary-row--total{border-top:1px solid var(--neon-red);border-bottom:1px solid var(--neon-red)}.backend__summary-row--total .backend__summary-val{font-size:2rem}.backend__summary-note{font-family:var(--font-body);color:#aaa;max-width:900px;margin:2rem 0;font-size:.95rem;line-height:1.6}.backend__summary-note strong{color:var(--laser-white);font-weight:500}.backend__fee{background:var(--void);position:relative}.backend__fee-laser{background:linear-gradient(90deg, transparent 0%, var(--neon-red) 20%, var(--neon-red) 80%, transparent 100%);width:100%;height:1px;box-shadow:0 0 10px var(--neon-red), 0 0 40px #ff1a1a33}.backend__fee-inner{max-width:1200px;margin:0 auto;padding:6rem 3rem}.backend__fee-heading{font-family:var(--font-display);letter-spacing:.15em;color:var(--laser-white);font-size:.75rem}.backend__fee .backend__summary{margin-top:3rem;padding:0}.backend__timeline{background:var(--black)}.backend__timeline-inner{max-width:1200px;margin:0 auto;padding:6rem 3rem}.backend__timeline-note{color:#888;margin-top:2.5rem;font-family:Inter,sans-serif;font-size:.9rem;font-style:italic;font-weight:300;line-height:1.7}.backend__timeline-list{flex-direction:column;gap:0;margin-top:3rem;display:flex}.backend__timeline-item{border-bottom:1px solid var(--steel);align-items:flex-start;gap:2rem;padding:2rem 0;display:flex}.backend__timeline-item:first-child{border-top:1px solid var(--steel)}.backend__timeline-time{font-family:var(--font-display);letter-spacing:.15em;color:var(--neon-red);min-width:90px;padding-top:.15rem;font-size:.75rem;font-weight:700}.backend__timeline-line{background:var(--steel);align-self:stretch;width:1px;min-height:40px}.backend__timeline-desc strong{font-family:var(--font-display);letter-spacing:.2em;color:var(--laser-white);margin-bottom:.5rem;font-size:.7rem;display:block}.backend__timeline-desc p{color:#aaa;font-family:Inter,sans-serif;font-size:.9rem;font-weight:300;line-height:1.7}.backend__revenue{background:var(--void);position:relative}.backend__revenue-laser{background:linear-gradient(90deg, transparent 0%, var(--neon-red) 20%, var(--neon-red) 80%, transparent 100%);width:100%;height:1px;box-shadow:0 0 10px var(--neon-red), 0 0 40px #ff1a1a33}.backend__revenue-inner{max-width:1200px;margin:0 auto;padding:6rem 3rem}.backend__revenue-grid{background:var(--steel);grid-template-columns:repeat(4,1fr);gap:1px;margin:3rem 0;display:grid}.backend__revenue-card{background:var(--carbon);flex-direction:column;gap:.6rem;padding:2rem 1.5rem;display:flex}.backend__revenue-scenario{font-family:var(--font-display);letter-spacing:.25em;color:var(--neon-red);font-size:.5rem}.backend__revenue-calc{color:var(--silver);font-family:Inter,sans-serif;font-size:.85rem;font-weight:300}.backend__revenue-total{font-family:var(--font-display);color:var(--laser-white);font-size:1.4rem;font-weight:700}@media (width<=768px){.backend__timeline-inner{padding:4rem 1.5rem}.backend__timeline-item{gap:1rem}.backend__timeline-time{min-width:70px;font-size:.65rem}.backend__revenue-inner{padding:4rem 1.5rem}.backend__revenue-grid{grid-template-columns:repeat(2,1fr)}}.backend__thanks{background:var(--carbon);position:relative}.backend__thanks-laser{background:linear-gradient(90deg, transparent 0%, var(--neon-red) 20%, var(--neon-red) 80%, transparent 100%);width:100%;height:1px;box-shadow:0 0 10px var(--neon-red), 0 0 40px #ff1a1a33}.backend__thanks-inner{max-width:1200px;margin:0 auto;padding:6rem 3rem}.backend__thanks-text{color:#aaa;max-width:800px;margin-top:2rem;font-family:Inter,sans-serif;font-size:1.05rem;font-weight:300;line-height:1.9}.backend__thanks-sign{font-family:var(--font-heading);color:var(--laser-white);margin-top:2.5rem;font-size:1.8rem}@media (width<=768px){.backend__thanks-inner{padding:4rem 1.5rem}}.backend__footer{border-top:1px solid var(--steel);text-align:center;padding:2rem 3rem}.backend__footer p{font-family:var(--font-display);letter-spacing:.25em;color:var(--gunmetal);font-size:.5rem}@media (width<=768px){.backend__header{padding:1rem 1.5rem}.backend__badge{padding:.3rem .6rem;font-size:.4rem}.backend__intro{padding:4rem 1.5rem 3rem}.backend__gear-header-inner{padding:4rem 1.5rem 2rem}.backend__gear{padding:0 1.5rem 3rem}.backend__item{grid-template-columns:1fr}.backend__item-visual,.backend__item-info{padding:2rem 1.5rem}.backend__item-header{flex-direction:column;gap:1rem}.backend__item-pricing{align-items:flex-start}.backend__spec{flex:100px}.backend__summary{padding:0 1.5rem 4rem}.backend__summary-val{font-size:1.5rem}.backend__fee-inner{padding:4rem 1.5rem}.backend__footer{padding:2rem 1.5rem}}body.status-page:before,body.status-page:after{display:none!important}.status{background:var(--black);min-height:100dvh;color:var(--chrome);font-family:var(--font-body)}.status__header{border-bottom:1px solid var(--steel);justify-content:space-between;align-items:center;padding:1.5rem 3rem;display:flex}.status__home{font-family:var(--font-display);letter-spacing:.25em;color:var(--chrome);align-items:center;gap:.75rem;font-size:.9rem;font-weight:700;display:flex}.status__home-logo{object-fit:contain;width:36px;height:36px}.status__sheet-link{font-family:var(--font-display);letter-spacing:.25em;color:var(--silver);border:1px solid var(--gunmetal);padding:.6rem 1.2rem;font-size:.65rem;transition:color .25s,border-color .25s,background .25s}.status__sheet-link:hover{color:var(--neon-red);border-color:var(--neon-red);background:#ff1a1a0a}.status__fetch{font-family:var(--font-display);letter-spacing:.3em;color:var(--laser-white);border:1px solid var(--neon-red);background:0 0;padding:.7rem 1.6rem;font-size:.7rem;transition:color .2s,background .2s,box-shadow .2s}.status__fetch:hover:not(:disabled){background:var(--neon-red);color:var(--black);box-shadow:0 0 16px #ff1a1a66}.status__fetch:disabled{color:var(--gunmetal);border-color:var(--gunmetal);cursor:wait}.status__intro{max-width:1400px;margin:0 auto;padding:5rem 3rem 3rem}.status__label{align-items:center;gap:1rem;margin-bottom:2.5rem;display:flex}.status__label-num{font-family:var(--font-display);letter-spacing:.2em;color:var(--neon-red);font-size:.65rem}.status__label-line{background:var(--gunmetal);width:40px;height:1px}.status__label-text{font-family:var(--font-display);letter-spacing:.25em;color:var(--silver);font-size:.6rem}.status__title{font-family:var(--font-heading);color:var(--laser-white);margin-bottom:1.5rem;font-size:clamp(3rem,6vw,5.5rem);line-height:.95}.status__title-accent{color:var(--neon-red);text-shadow:0 0 40px #ff1a1a4d}.status__subtitle{font-family:var(--font-body);color:#aaa;max-width:640px;font-size:1rem;line-height:1.7}.status__tabs{border-bottom:1px solid var(--steel);gap:0;max-width:1400px;margin:0 auto;padding:2rem 3rem 0;display:flex}.status__tab{color:var(--silver);font-family:var(--font-display);letter-spacing:.25em;background:0 0;border:none;align-items:center;gap:.8rem;padding:1.5rem 2.5rem;font-size:.75rem;transition:color .25s;display:flex;position:relative}.status__tab-num{color:var(--gunmetal);letter-spacing:.2em;font-size:.6rem}.status__tab:hover{color:var(--chrome)}.status__tab:hover .status__tab-num{color:var(--silver)}.status__tab--active{color:var(--laser-white)}.status__tab--active .status__tab-num{color:var(--neon-red)}.status__tab--active:after{content:"";background:var(--neon-red);height:2px;position:absolute;bottom:-1px;left:0;right:0;box-shadow:0 0 12px #ff1a1a99}.status__subtabs{gap:.6rem;margin-bottom:2.5rem;display:flex}.status__subtab{border:1px solid var(--gunmetal);color:var(--silver);font-family:var(--font-display);letter-spacing:.25em;background:0 0;padding:.7rem 1.6rem;font-size:.65rem;transition:color .25s,border-color .25s,background .25s}.status__subtab:hover{color:var(--chrome);border-color:var(--silver)}.status__subtab--active{color:var(--laser-white);border-color:var(--neon-red);background:#ff1a1a14;box-shadow:0 0 12px #ff1a1a40}.status__main{max-width:1400px;min-height:60vh;margin:0 auto;padding:3rem}.status__live-banner{font-family:var(--font-display);letter-spacing:.25em;color:var(--silver);border:1px solid var(--gunmetal);background:#ffffff03;align-items:center;gap:.8rem;margin-bottom:2.5rem;padding:.6rem 1rem;font-size:.6rem;display:inline-flex}.status__live-dot{background:#0f6;border-radius:50%;width:6px;height:6px;animation:1.6s ease-in-out infinite status-pulse;box-shadow:0 0 8px #0f6}.status__live-hint{color:var(--gunmetal);letter-spacing:.15em;text-transform:none;font-family:var(--font-body);border-left:1px solid var(--gunmetal);padding-left:.8rem;font-size:.7rem}@keyframes status-pulse{0%,to{opacity:1}50%{opacity:.3}}.status__loading,.status__error{font-family:var(--font-display);letter-spacing:.2em;color:var(--silver);text-align:center;border:1px dashed var(--gunmetal);padding:3rem;font-size:.7rem}.status__error{color:var(--neon-red);border-color:#ff1a1a4d}.status__error-detail{color:var(--gunmetal);letter-spacing:.1em;margin-top:.8rem;font-size:.6rem;display:block}.status__section{margin-bottom:3rem}.status__section-title{font-family:var(--font-display);letter-spacing:.3em;color:var(--laser-white);border-bottom:1px solid var(--neon-red);text-transform:uppercase;margin-bottom:1rem;padding-bottom:1rem;font-size:.75rem;display:inline-block}.status__summary{background:#101010;border:1px solid #1f1f1f;border-radius:12px;margin-bottom:3rem;overflow:hidden}.status__summary-title{font-family:var(--font-display);letter-spacing:.3em;color:var(--laser-white);border-bottom:1px solid var(--neon-red);text-transform:uppercase;padding:1rem 1.4rem;font-size:.65rem}.status__summary-table{flex-direction:column;display:flex}.status__summary-head,.status__summary-row{grid-template-columns:2.4fr 1fr 1.1fr 1fr 1.1fr;align-items:center;gap:1rem;padding:.85rem 1.4rem;display:grid}.status__summary-head{font-family:var(--font-display);letter-spacing:.25em;color:var(--gunmetal);border-bottom:1px solid #1f1f1f;font-size:.55rem}.status__summary-row{border-bottom:1px solid #181818}.status__summary-row:last-child{border-bottom:none}.status__summary-divider{border-top:1px solid var(--neon-red);background:#0c0c0c;border-bottom:1px solid #1f1f1f;align-items:center;gap:1rem;padding:.7rem 1.4rem;display:flex}.status__summary-divider-label{font-family:var(--font-display);letter-spacing:.25em;color:var(--neon-red);text-transform:uppercase;font-size:.55rem}.status__summary-name{font-family:var(--font-heading);letter-spacing:.03em;color:var(--laser-white);font-size:1.05rem;line-height:1.2}.status__summary-cell{font-family:var(--font-display);letter-spacing:.08em;color:var(--chrome);font-size:.8rem}@media (width<=720px){.status__summary-head,.status__addon-head{display:none}.status__addon-row{grid-template-columns:1fr;gap:.5rem .4rem}.status__summary-row{grid-template-columns:1fr auto;gap:.5rem 1rem}.status__summary-name{grid-column:1}.status__summary-row .status__pill{grid-column:2;justify-self:end}.status__summary-cell{color:var(--silver);grid-column:1/-1;font-size:.72rem}.status__summary-cell:before{content:attr(data-label)}}.status__summary-row--delivered{background:#00ff6612}.status__addon-head,.status__addon-row{grid-template-columns:2.4fr .5fr 1.5fr 1.1fr .9fr .8fr;align-items:center;gap:1rem;padding:.85rem 1.4rem;display:grid}.status__amex-check{color:var(--laser-white);font-size:1.1rem;line-height:1}.status__addon-head{font-family:var(--font-display);letter-spacing:.25em;color:var(--gunmetal);border-bottom:1px solid #1f1f1f;font-size:.55rem}.status__addon-row{border-bottom:1px solid #181818}.status__addon-row:last-child{border-bottom:none}.status__addon-total{border-top:1px solid var(--neon-red);align-items:center;gap:1.2rem;padding:1rem 1.4rem;display:flex}.status__addon-total-label{font-family:var(--font-display);letter-spacing:.3em;color:var(--silver);font-size:.6rem}.status__addon-total-line{background:var(--gunmetal);flex:1;height:1px}.status__addon-total-val{font-family:var(--font-heading);letter-spacing:.05em;color:var(--laser-white);font-size:1.2rem}.status__table{flex-direction:column;gap:.9rem;display:flex}.status__table-head,.status__row{grid-template-columns:4.5fr .4fr .7fr .8fr .9fr;align-items:center;gap:1.2rem;display:grid}.status__table-head{font-family:var(--font-display);letter-spacing:.25em;color:var(--gunmetal);padding:0 1.6rem .4rem;font-size:.6rem}.status__row{font-family:var(--font-body);color:var(--chrome);background:#131313;border:1px solid #1f1f1f;border-radius:12px;padding:1.4rem 1.6rem;font-size:.95rem;transition:background .2s,border-color .2s,transform .2s}.status__row:hover{border-color:var(--gunmetal);background:#181818;transform:translateY(-1px)}.status__col-item{color:var(--laser-white);letter-spacing:.02em;flex-direction:column;align-items:flex-start;gap:.5rem;padding-right:2rem;font-weight:500;display:flex}.status__item-name{font-family:var(--font-heading);letter-spacing:.04em;color:var(--laser-white);font-size:2rem;line-height:1.1}.status__item-purpose{font-family:var(--font-body);color:var(--silver);letter-spacing:0;font-size:1.1rem;font-weight:400;line-height:1.55}.status__view-listing{font-family:var(--font-display);letter-spacing:.3em;color:var(--chrome);border:1px solid var(--gunmetal);background:#ffffff05;border-radius:6px;align-items:center;gap:.5rem;margin-top:.3rem;padding:.55rem .95rem;font-size:.55rem;transition:color .2s,border-color .2s,background .2s;display:inline-flex}.status__view-listing:hover{color:var(--black);background:var(--neon-red);border-color:var(--neon-red);box-shadow:0 0 12px #ff1a1a59}.status__view-listing-arrow{font-size:.85rem;line-height:.8;transition:transform .2s}.status__view-listing:hover .status__view-listing-arrow{transform:translate(2px,-2px)}.status__col-qty,.status__col-price,.status__col-total{font-family:var(--font-display);letter-spacing:.1em;font-size:.85rem}.status__col-total{color:var(--laser-white);font-weight:700}.status__group{background:#131313;border:1px solid #1f1f1f;border-radius:14px;padding:1.8rem 1.8rem 2rem;position:relative;overflow:hidden}.status__group:before{content:"";background:linear-gradient(90deg, var(--neon-red), transparent);height:2px;position:absolute;top:0;left:0;right:0}.status__group-header{flex-wrap:wrap;align-items:baseline;gap:1rem;margin-bottom:.6rem;display:flex}.status__group-tag{font-family:var(--font-display);letter-spacing:.3em;color:var(--neon-red);background:#ff1a1a0d;border:1px solid #ff1a1a66;border-radius:4px;padding:.3rem .7rem;font-size:.55rem}.status__group-name{font-family:var(--font-heading);letter-spacing:.05em;color:var(--laser-white);margin:0;font-size:1.5rem}.status__group-summary{font-family:var(--font-body);color:var(--silver);max-width:760px;margin:0 0 1.6rem;font-size:.95rem;line-height:1.6}.status__group-options{grid-template-columns:1fr 1fr;gap:1.2rem;display:grid}.status__option{border:1px solid var(--steel);background:#0c0c0c;border-radius:10px;flex-direction:column;gap:1rem;padding:1.2rem;transition:border-color .2s,transform .2s;display:flex;position:relative}.status__option:hover{border-color:var(--gunmetal)}.status__option-letter{font-family:var(--font-display);letter-spacing:.2em;color:var(--gunmetal);border:1px solid var(--gunmetal);border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:.7rem;display:flex;position:absolute;top:.8rem;right:1rem}.status__option-media-stack{flex-direction:column;align-items:center;gap:1rem;display:flex}.status__option-image{object-fit:contain;background:0 0;width:100%;max-width:280px;height:auto;max-height:240px;display:block}.status__option-video{aspect-ratio:16/9;border:1px solid var(--steel);object-fit:cover;cursor:pointer;background:#050505;border-radius:8px;width:100%;height:auto;display:block}.status__option-body{flex-direction:column;gap:.7rem;display:flex}.status__option-variant{font-family:var(--font-heading);letter-spacing:.05em;color:var(--laser-white);font-size:1.4rem}.status__option-purpose{font-family:var(--font-body);color:var(--chrome);margin:0;font-size:.9rem;line-height:1.5}.status__proscons{flex-direction:column;gap:.9rem;padding:.3rem 0 .2rem;display:flex}.status__proscons-block{flex-direction:column;gap:.4rem;display:flex}.status__proscons-title{font-family:var(--font-display);letter-spacing:.3em;font-size:.6rem}.status__proscons-title--pro{color:#0f6}.status__proscons-title--con{color:#f55}.status__proscons-list{flex-direction:column;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.status__proscons-item{font-family:var(--font-body);color:var(--chrome);align-items:flex-start;gap:.6rem;font-size:.88rem;line-height:1.45;display:flex}.status__proscons-bullet{font-family:var(--font-display);text-align:center;flex-shrink:0;width:14px;font-size:.85rem;font-weight:700;line-height:1.4}.status__proscons-bullet--pro{color:#0f6}.status__proscons-bullet--con{color:#f55}.status__option-meta{border-top:1px solid var(--steel);border-bottom:1px solid var(--steel);grid-template-columns:repeat(3,1fr);gap:.6rem;padding:.8rem 0;display:grid}.status__option-meta-cell{flex-direction:column;gap:.25rem;display:flex}.status__option-meta-label{font-family:var(--font-display);letter-spacing:.25em;color:var(--gunmetal);font-size:.55rem}.status__option-meta-val{font-family:var(--font-display);letter-spacing:.1em;color:var(--chrome);font-size:.85rem}.status__option-meta-val--accent{color:var(--laser-white);font-weight:700}.status__option-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.8rem;display:flex}@media (width<=800px){.status__group-options{grid-template-columns:1fr}}.status__pill{font-family:var(--font-display);letter-spacing:.2em;white-space:nowrap;border:1px solid;padding:.35rem .7rem;font-size:.55rem;display:inline-block}.status__pill--pending{color:var(--gunmetal);border-color:var(--gunmetal)}.status__pill--ordered{color:#fa0;background:#ffaa000d;border-color:#fa06}.status__pill--delivered{color:#0f6;background:#00ff660d;border-color:#0f66}.status__row--has-media{margin-bottom:-.9rem;border-bottom:1px dashed var(--gunmetal)!important;border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.status__row-media{background:#131313;border:1px solid #1f1f1f;border-top:none;border-radius:0 0 12px 12px;padding:1.6rem}.status__row-media-rail{align-items:center;gap:.6rem;padding:.9rem 0 .7rem;display:flex}.status__row-media-corner{border-left:1px solid var(--neon-red);border-bottom:1px solid var(--neon-red);align-self:flex-end;width:12px;height:12px;margin-bottom:4px;display:inline-block}.status__row-media-label{font-family:var(--font-display);letter-spacing:.3em;color:var(--neon-red);font-size:.55rem}.status__row-media-stack{grid-template-columns:1fr 1.3fr;align-items:center;gap:1.8rem;width:100%;display:grid}.status__row-media-stack--dual{grid-template-columns:1fr 1fr}.status__row-image{width:calc(80% * var(--img-scale,1.2));max-width:calc(320px * var(--img-scale,1.2));height:auto;max-height:calc(280px * var(--img-scale,1.2));object-fit:contain;cursor:zoom-in;background:0 0;justify-self:center;transition:opacity .2s;display:block}.status__row-image:hover{opacity:.85}.status__lightbox{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:10001;cursor:zoom-out;background:#000000e6;justify-content:center;align-items:center;padding:3vh 3vw;display:flex;position:fixed;inset:0}.status__lightbox-img{object-fit:contain;border:1px solid var(--steel);cursor:default;border-radius:8px;max-width:94vw;max-height:94vh;box-shadow:0 0 80px #0009}.status__lightbox-close{color:var(--chrome);cursor:pointer;background:0 0;border:none;font-size:2.2rem;line-height:1;transition:color .2s;position:fixed;top:1.2rem;right:1.8rem}.status__lightbox-close:hover{color:var(--neon-red)}.status__row-video{aspect-ratio:16/9;border:1px solid var(--gunmetal);background:var(--carbon);cursor:pointer;object-fit:cover;border-radius:8px;width:100%;height:auto;display:block}.status__row-pdf{border:1px solid var(--gunmetal);background:var(--carbon);border-radius:8px;width:100%;height:70vh;min-height:480px;display:block}.status__row-media-stack:not(:has(.status__row-image)){grid-template-columns:1fr}.status__row-media-stack:not(:has(.status__row-video)):not(.status__row-media-stack--dual){grid-template-columns:1fr;padding:1.5rem 0}@media (width<=800px){.status__row-media-stack{grid-template-columns:1fr;gap:1rem}.status__row-image{max-width:calc(280px * var(--img-scale,1.2));margin:0 auto}}.status__empty{color:var(--gunmetal);font-family:var(--font-display);letter-spacing:.2em;padding:2rem 1.2rem;font-size:.65rem}.status__totals{border-top:1px solid var(--neon-red);border-bottom:1px solid var(--neon-red);background:#ff1a1a05;flex-direction:column;gap:1rem;margin-top:2.5rem;padding:1.8rem 1.4rem;display:flex}.status__totals-row{align-items:center;gap:1.5rem;display:flex}.status__totals-label{font-family:var(--font-display);letter-spacing:.3em;color:var(--laser-white);font-size:.8rem}.status__totals-line{background:var(--gunmetal);flex:1;height:1px}.status__totals-val{font-family:var(--font-heading);letter-spacing:.05em;color:var(--laser-white);white-space:nowrap;font-size:1.6rem}.status__totals-val--discount{font-family:var(--font-display);color:#0f6;font-size:1.1rem}.status__totals-val--after{color:var(--laser-white);font-size:2.2rem}.status__totals-notes{border-top:1px dashed var(--gunmetal);flex-direction:column;gap:.7rem;margin-top:.4rem;padding-top:1.1rem;display:flex}.status__totals-note{font-family:var(--font-body);color:var(--silver);margin:0;font-size:.92rem;line-height:1.6}.status__note{border-left:2px solid var(--neon-red);color:var(--silver);background:#ff1a1a06;margin-top:3rem;padding:1.2rem 1.5rem;font-size:.9rem;line-height:1.6}.status__note strong{color:var(--laser-white);font-weight:600}.status__note code{background:var(--steel);color:var(--chrome);padding:.15rem .45rem;font-family:Courier New,monospace;font-size:.85em}.status__docs{flex-direction:column;gap:2rem;display:flex}.status__doc{border:1px solid var(--steel);background:#ffffff03;grid-template-columns:1fr 1.2fr;gap:2rem;padding:0;display:grid;overflow:hidden}.status__doc-meta{flex-direction:column;justify-content:center;padding:2rem;display:flex}.status__doc-category{font-family:var(--font-display);letter-spacing:.25em;color:var(--neon-red);margin-bottom:1rem;font-size:.6rem}.status__doc-title{font-family:var(--font-heading);letter-spacing:.04em;color:var(--laser-white);margin-bottom:.4rem;font-size:1.8rem;line-height:1.1}.status__doc-subtitle{font-family:var(--font-display);letter-spacing:.2em;color:var(--silver);margin-bottom:1.2rem;font-size:.7rem}.status__doc-description{font-family:var(--font-body);color:var(--chrome);margin-bottom:1.8rem;font-size:.95rem;line-height:1.6}.status__doc-actions{gap:.8rem;display:flex}.status__doc-btn{font-family:var(--font-display);letter-spacing:.25em;border:1px solid var(--gunmetal);color:var(--chrome);padding:.8rem 1.4rem;font-size:.65rem;transition:color .2s,border-color .2s,background .2s}.status__doc-btn:hover{color:var(--laser-white);border-color:var(--silver)}.status__doc-btn--primary{background:var(--neon-red);color:var(--black);border-color:var(--neon-red)}.status__doc-btn--primary:hover{background:var(--neon-crimson);border-color:var(--neon-crimson);color:var(--black)}.status__doc-preview{background:var(--carbon);border-left:1px solid var(--steel);min-height:420px}.status__doc-iframe{background:var(--carbon);border:none;width:100%;height:100%;min-height:420px}.status__usecases{flex-direction:column;display:flex}.usecase{padding:3rem 0 4rem}.usecase+.usecase{border-top:1px solid var(--steel);padding-top:4rem}.usecase__head{margin-bottom:2.5rem}.usecase__title{font-family:var(--font-heading);color:var(--laser-white);margin:0 0 1rem;font-size:clamp(2.2rem,4.5vw,3.6rem);line-height:.95}.usecase__lead{font-family:var(--font-body);color:var(--silver);max-width:640px;margin:0;font-size:1.15rem;line-height:1.6}.usecase__body{max-width:760px}.usecase__p{font-family:var(--font-body);color:var(--chrome);margin:0 0 1.6rem;font-size:1.05rem;line-height:1.85}.usecase__p:last-child{margin-bottom:0}.usecase__emph{color:var(--neon-red);text-shadow:0 0 24px #ff1a1a4d;font-weight:700}.usecase__fig{margin:2.4rem 0}.usecase__fig-img{object-fit:cover;border:1px solid var(--steel);background:var(--carbon);border-radius:12px;width:100%;height:auto;max-height:520px;display:block}.usecase__fig-cap{font-family:var(--font-body);letter-spacing:.01em;color:var(--silver);text-align:center;margin-top:.85rem;font-size:.95rem;font-style:italic}.usecase__link{color:var(--neon-red);text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:1px;transition:color .2s,text-shadow .2s}.usecase__link:hover{color:var(--laser-white);text-shadow:0 0 16px #ff1a1a80}@media (width<=600px){.usecase__p{font-size:1rem;line-height:1.75}}.status__toast-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;background:#000000bf;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.status__toast{background:var(--carbon);border:1px solid var(--neon-red);text-align:center;max-width:480px;padding:2.5rem 3rem;box-shadow:0 0 60px #ff1a1a26}.status__toast-dot{background:#0f6;border-radius:50%;width:10px;height:10px;margin-bottom:1.4rem;animation:1.6s ease-in-out infinite status-pulse;display:inline-block;box-shadow:0 0 12px #0f6}.status__toast-text{font-family:var(--font-body);color:var(--laser-white);margin-bottom:1.8rem;font-size:1.05rem;line-height:1.5}.status__toast-close{font-family:var(--font-display);letter-spacing:.3em;color:var(--chrome);border:1px solid var(--gunmetal);background:0 0;padding:.7rem 1.6rem;font-size:.65rem;transition:color .2s,border-color .2s,background .2s}.status__toast-close:hover{color:var(--black);background:var(--neon-red);border-color:var(--neon-red)}.status__footer{border-top:1px solid var(--steel);text-align:center;font-family:var(--font-display);letter-spacing:.3em;color:var(--gunmetal);margin-top:4rem;padding:2rem 3rem;font-size:.55rem}@media (width<=900px){.status__header,.status__intro,.status__tabs,.status__main{padding-left:1.5rem;padding-right:1.5rem}.status__tab{padding:1.2rem 1.4rem;font-size:.7rem}.status__doc{grid-template-columns:1fr}.status__doc-preview{border-left:none;border-top:1px solid var(--steel)}.status__table-head,.status__row{grid-template-columns:1.8fr .4fr .8fr .9fr;gap:.8rem;padding:.8rem .6rem;font-size:.85rem}.status__col-status,.status__table-head .status__col-status{display:none}}@media (width<=600px){.status__intro{padding-top:3rem}.status__tab-num{display:none}.status__table-head,.status__row{grid-template-columns:1.6fr .4fr .8fr}.status__item-name{font-size:1.4rem}.status__item-purpose{font-size:1rem}.status__col-price,.status__table-head .status__col-price{display:none}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--black:#000;--void:#050505;--carbon:#0a0a0a;--steel:#1a1a1a;--gunmetal:#2a2a2a;--chrome:silver;--silver:#888;--neon-red:#ff1a1a;--neon-crimson:#c00;--laser-white:#f0f0f0;--fog:#ffffff08;--font-display:"Orbitron", sans-serif;--font-heading:"Bebas Neue", sans-serif;--font-body:"Rajdhani", sans-serif}html{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--gunmetal) var(--black);-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body{background:var(--black);color:var(--chrome);font-family:var(--font-body);-webkit-font-smoothing:antialiased;touch-action:manipulation;-webkit-tap-highlight-color:transparent;overflow-x:hidden}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--black)}::-webkit-scrollbar-thumb{background:var(--gunmetal)}::selection{background:var(--neon-red);color:var(--black)}body:before{content:"";pointer-events:none;z-index:9999;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");position:fixed;inset:0}body:after{content:"";pointer-events:none;z-index:9998;background:repeating-linear-gradient(0deg,#0000,#0000 2px,#00000014 2px 4px);position:fixed;inset:0}a{color:inherit;text-decoration:none}*{cursor:crosshair}a,button{cursor:pointer}@media (width<=768px){body:before,body:after{display:none}}@media (pointer:coarse){*,a,button{cursor:auto}}
