.site-header{--header-paper:#fffdfb;--header-surface:#fff;--header-ink:#191512;--header-muted:#1915129e;--header-line:#3f2b1c1f;--header-line-strong:#3f2b1c33;--header-orange:#f36c21;--header-orange-deep:#c84e12;--header-orange-soft:#fff0e6;inset-inline:0;z-index:50;color:var(--header-ink);pointer-events:none;justify-content:center;padding-inline:1rem;display:flex;position:fixed;top:.8rem}.site-header__bar{border:1px solid var(--header-line);-webkit-backdrop-filter:blur(18px)saturate(1.08);pointer-events:auto;background:linear-gradient(90deg,#f36c2114 0 10.5rem,#0000 10.5rem),#fffdfbf0;border-radius:.9rem;justify-content:space-between;align-items:center;gap:1.25rem;width:100%;max-width:74rem;min-height:3.35rem;padding:.48rem .5rem .48rem 1.05rem;transition:border-color .22s,box-shadow .22s,background .22s,transform .22s;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 50px #3826191a,inset 0 1px #fffffff0}.site-header__bar:before{content:"";background:var(--header-orange);width:.24rem;position:absolute;inset:0 auto 0 0}.site-header__bar:after{content:"";pointer-events:none;background:linear-gradient(90deg, var(--header-orange) 0 4.4rem, transparent 4.4rem 100%);opacity:.66;height:1px;position:absolute;bottom:0;left:1rem;right:1rem}.site-header__bar:hover{border-color:var(--header-line-strong);background:linear-gradient(90deg,#f36c211a 0 10.5rem,#0000 10.5rem),#fffffff7;box-shadow:0 22px 58px #38261921,0 8px 22px #f36c210f,inset 0 1px #fff}.site-header__brand{min-width:8.75rem;min-height:2.75rem;color:var(--header-ink);flex:none;justify-content:flex-start;align-items:center;text-decoration:none;display:inline-flex}.site-header__brand-logo{object-fit:contain;object-position:left center;flex:none;width:auto;max-width:9.5rem;height:2.8rem;display:block}.site-header__nav-list{align-items:center;gap:clamp(1.15rem,2.1vw,1.9rem);margin:0;padding:0;list-style:none;display:flex}.site-header__link{color:var(--header-muted);font-family:var(--font-sans,Inter, system-ui, sans-serif);white-space:nowrap;font-size:.76rem;font-weight:620;line-height:1.25rem;text-decoration:none;transition:color .16s;position:relative}.site-header__link:after{content:"";background:var(--header-orange);opacity:0;transform-origin:0;width:1.05rem;height:2px;transition:opacity .16s,transform .16s,width .16s;position:absolute;bottom:-.42rem;left:0;transform:scaleX(0)}.site-header__link:hover{color:var(--header-ink)}.site-header__link:hover:after{opacity:1;width:100%;transform:scaleX(1)}.site-header__actions{align-items:center;gap:.5rem;min-width:max-content;display:flex}.site-header__primary-action{border:1px solid var(--header-orange-deep);color:#fff;background:linear-gradient(180deg, #f87832 0%, var(--header-orange) 100%);min-height:2.36rem;font-family:var(--font-sans,Inter, system-ui, sans-serif);white-space:nowrap;border-radius:.58rem;justify-content:center;align-items:center;gap:.55rem;padding:.5rem .96rem;font-size:.8rem;font-weight:740;line-height:1.2;text-decoration:none;transition:transform .16s,border-color .16s,background .16s,box-shadow .16s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 10px 24px #f36c2138,inset 0 1px #ffffff3d}.site-header__primary-action:before{content:"";pointer-events:none;background:linear-gradient(115deg,#0000 0 36%,#ffffff3d 47%,#0000 58%);transition:transform .42s;position:absolute;inset:0;transform:translate(-125%)}.site-header__primary-action:hover{background:linear-gradient(180deg, #ec6219 0%, var(--header-orange-deep) 100%);border-color:#b8440e;transform:translateY(-1px);box-shadow:0 14px 30px #c84e1240,inset 0 1px #fff3}.site-header__primary-action:hover:before{transform:translate(125%)}.site-header__primary-action span{z-index:1;font-family:var(--font-mono,"JetBrains Mono", ui-monospace, monospace);font-size:.7rem;line-height:1rem;transition:transform .16s;position:relative}.site-header__primary-action:hover span{transform:translate(.12rem)}.site-header__primary-action>:not(span){z-index:1;position:relative}.site-header__menu-button{appearance:none;border:1px solid var(--header-line);width:2.35rem;height:2.35rem;color:var(--header-ink);cursor:pointer;background:#fff;border-radius:.55rem;justify-content:center;align-items:center;transition:color .16s,border-color .16s,background .16s,transform .16s;display:none}.site-header__menu-button:hover{background:var(--header-orange-soft);color:var(--header-orange-deep);border-color:#f36c2161;transform:translateY(-1px)}.site-header__menu-icon{width:1rem;height:1rem}.site-header__mobile{z-index:60;opacity:0;pointer-events:none;transition:opacity .28s;display:none;position:fixed;inset:0}.site-header[data-menu-open=true] .site-header__mobile{opacity:1;pointer-events:auto}.site-header__mobile-backdrop{appearance:none;-webkit-backdrop-filter:blur(14px);cursor:pointer;background:#241b157a;border:0;position:absolute;inset:0}.site-header__mobile-panel{inset-inline:1rem;color:var(--header-ink);opacity:0;transform-origin:top;background:radial-gradient(26rem 16rem at 100% 0,#f36c211f,#0000 70%),linear-gradient(#fff 0%,#fffaf6 100%);border:1px solid #3f2b1c24;border-radius:1rem;padding:1.25rem;transition:opacity .28s,transform .28s;position:absolute;top:1rem;overflow:hidden;transform:translateY(-.55rem)scale(.97);box-shadow:0 28px 70px #271b133d,inset 0 1px #fff}.site-header__mobile-panel:before{content:"";background:var(--header-orange);width:.28rem;position:absolute;inset:0 auto 0 0}.site-header[data-menu-open=true] .site-header__mobile-panel{opacity:1;transform:translateY(0)scale(1)}.site-header__mobile-head{justify-content:space-between;align-items:center;display:flex}.site-header__mobile-brand{align-items:center;min-height:2.4rem;display:inline-flex}.site-header__mobile-brand-logo{object-fit:contain;object-position:left center;width:auto;max-width:8.25rem;height:2.3rem;display:block}.site-header__mobile-close{appearance:none;border:1px solid var(--header-line);width:2.25rem;height:2.25rem;color:var(--header-ink);cursor:pointer;background:#fff;border-radius:.52rem;justify-content:center;align-items:center;transition:color .16s,border-color .16s,background .16s;display:inline-flex}.site-header__mobile-close:hover{color:var(--header-orange-deep);background:var(--header-orange-soft);border-color:#f36c215c}.site-header__mobile-close svg{width:1rem;height:1rem}.site-header__mobile-list{border-block:1px solid var(--header-line);margin:1.35rem 0 0;padding:0;list-style:none}.site-header__mobile-list li+li{border-top:1px solid #3f2b1c14}.site-header__mobile-link{color:var(--header-ink);justify-content:space-between;align-items:baseline;gap:1rem;padding-block:1rem;text-decoration:none;display:flex}.site-header__mobile-link>span:first-child{align-items:baseline;gap:.75rem;display:flex}.site-header__mobile-index{color:var(--header-orange-deep);font-family:var(--font-mono,"JetBrains Mono", ui-monospace, monospace);font-size:.625rem;line-height:1rem}.site-header__mobile-label{color:var(--header-ink);font-family:var(--font-sans,Inter, system-ui, sans-serif);font-size:1.08rem;font-weight:560;line-height:1.65rem}.site-header__mobile-arrow{color:#19151261;font-family:var(--font-mono,"JetBrains Mono", ui-monospace, monospace);font-size:.75rem;line-height:1rem;transition:color .16s,transform .16s}.site-header__mobile-link:hover .site-header__mobile-index,.site-header__mobile-link:hover .site-header__mobile-arrow{color:var(--header-orange)}.site-header__mobile-link:hover .site-header__mobile-arrow{transform:translate(.18rem)}.site-header__mobile-actions{flex-direction:column;gap:.75rem;margin-top:1.35rem;display:flex}.site-header__mobile-primary{border:1px solid var(--header-orange-deep);color:#fff;background:var(--header-orange);min-height:3rem;font-family:var(--font-sans,Inter, system-ui, sans-serif);border-radius:.62rem;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:730;line-height:1.25rem;text-decoration:none;display:inline-flex;box-shadow:0 12px 28px #f36c2133}.site-header__mobile-primary span{font-family:var(--font-mono,"JetBrains Mono", ui-monospace, monospace)}.site-header__mobile-secondary{border:1px solid var(--header-line);min-height:2.7rem;color:var(--header-muted);font-family:var(--font-mono,"JetBrains Mono", ui-monospace, monospace);letter-spacing:.15em;text-transform:uppercase;background:#ffffffb8;border-radius:.62rem;justify-content:center;align-items:center;font-size:.66rem;font-weight:600;line-height:1rem;text-decoration:none;transition:color .16s,border-color .16s,background .16s;display:inline-flex}.site-header__mobile-secondary:hover{color:var(--header-orange-deep);background:var(--header-orange-soft);border-color:#f36c2147}.site-header__brand:focus-visible,.site-header__link:focus-visible,.site-header__primary-action:focus-visible,.site-header__menu-button:focus-visible,.site-header__mobile-close:focus-visible,.site-header__mobile-link:focus-visible,.site-header__mobile-primary:focus-visible,.site-header__mobile-secondary:focus-visible{outline-offset:4px;outline:2px solid #f36c21bd}@media (width<=900px){.site-header__brand{min-width:auto}.site-header__brand-logo{max-width:8.75rem;height:2.55rem}.site-header__nav-list,.site-header__primary-action{display:none}.site-header__menu-button{display:inline-flex}.site-header__mobile{display:block}}@media (width<=520px){.site-header{padding-inline:.65rem;top:.55rem}.site-header__bar{background:linear-gradient(90deg,#f36c2114 0 8.4rem,#0000 8.4rem),#fffdfbf0;border-radius:.72rem;min-height:3.15rem;padding:.42rem .42rem .42rem .92rem}.site-header__brand-logo{max-width:7.75rem;height:2.25rem}.site-header__mobile-brand-logo{max-width:7.75rem;height:2.15rem}.site-header__bar:after{left:.72rem;right:.72rem}.site-header__mobile-panel{inset-inline:.65rem;border-radius:.82rem;top:.65rem}}@media (prefers-reduced-motion:reduce){.site-header__bar,.site-header__link:after,.site-header__primary-action,.site-header__primary-action:before,.site-header__primary-action span,.site-header__menu-button,.site-header__mobile,.site-header__mobile-panel,.site-header__mobile-arrow{transition:none}}.site-footer{--footer-dark:#1b1714;--footer-dark-deep:#120f0d;--footer-foreground:#fffaf6;--footer-muted:#fffaf694;--footer-body:#fffaf6b8;--footer-line:#ffffff1a;--footer-orange:#f36c21;--footer-orange-deep:#c84e12;--footer-orange-soft:#fff0e6;--footer-paper:#fffdfb;--footer-ink:#191512;--footer-paper-line:#3f2b1c1f;isolation:isolate;color:var(--footer-foreground);background:radial-gradient(36rem 22rem at 90% 0%, #f36c2124, transparent 72%), linear-gradient(180deg, #211b17 0%, var(--footer-dark) 48%, var(--footer-dark-deep) 100%);font-family:var(--font-sans,Inter, system-ui, sans-serif);border-top:1px solid #f36c2170;position:relative;overflow:hidden}.site-footer:before{content:"";pointer-events:none;z-index:-1;background:linear-gradient(90deg,#f36c2126 0 .26rem,#0000 .26rem 100%),repeating-linear-gradient(120deg,#ffffff06 0 1px,#0000 1px 1.2rem);position:absolute;inset:0;mask-image:linear-gradient(#000 0%,#0000007a 52%,#0000 100%)}.site-footer__inner{width:min(100% - 3rem,78rem);margin-inline:auto;padding:clamp(3.2rem,6vw,5.4rem) 0 1.35rem}.site-footer__cta{border:1px solid var(--footer-paper-line);color:var(--footer-ink);background:linear-gradient(112deg,#f36c2112 0 24%,#0000 24% 100%),linear-gradient(#fff 0%,#fffaf6 100%);border-radius:1rem;grid-template-columns:minmax(0,1fr) minmax(15rem,auto);grid-template-areas:"copy actions";align-items:center;gap:clamp(2rem,6vw,6rem);margin-bottom:clamp(1.7rem,3vw,2.5rem);padding:clamp(2rem,4.7vw,3.65rem);display:grid;position:relative;overflow:hidden;box-shadow:0 34px 90px #00000052,0 18px 44px #f36c211a,inset 0 1px #fff}.site-footer__cta:before{content:"";pointer-events:none;opacity:.75;background:linear-gradient(90deg,#0000 0 72%,#f36c210d 72% 72.2%,#0000 72.2%),repeating-linear-gradient(120deg,#36241808 0 1px,#0000 1px .95rem);position:absolute;inset:0}.site-footer__cta:after{content:"";pointer-events:none;aspect-ratio:1;border:clamp(1.5rem,2.8vw,2.4rem) solid #f36c2112;border-radius:50%;width:clamp(10rem,18vw,15rem);position:absolute;top:50%;right:clamp(-3.5rem,-2vw,-1.5rem);transform:translateY(-50%)}.site-footer__cta-copy{z-index:1;grid-area:copy;min-width:0;position:relative}.site-footer__cta-kicker{width:fit-content;color:var(--footer-orange-deep);font-family:var(--font-mono,"JetBrains Mono", ui-monospace, monospace);letter-spacing:.18em;text-transform:uppercase;margin:0 0 .86rem;font-size:10px;font-weight:700;line-height:1rem}.site-footer__cta h2{max-width:17ch;color:var(--footer-ink);letter-spacing:-.047em;text-wrap:balance;margin:0;font-size:clamp(2.1rem,4.8vw,4.3rem);font-weight:790;line-height:.98}.site-footer__cta h2 span{color:var(--footer-orange);font-family:var(--font-serif,"Instrument Serif", Georgia, serif);font-style:italic;font-weight:400}.site-footer__cta-actions{z-index:1;grid-area:actions;justify-self:end;gap:.72rem;width:min(100%,17rem);display:grid;position:relative}.site-footer__cta-btn{border:1px solid var(--footer-paper-line);text-align:center;white-space:nowrap;border-radius:.68rem;justify-content:center;align-items:center;min-height:3rem;padding:.9rem 1.35rem;font-size:.85rem;font-weight:720;line-height:1;text-decoration:none;transition:transform .17s,border-color .17s,background .17s,color .17s,box-shadow .17s;display:inline-flex}.site-footer__cta-btn:hover{transform:translateY(-2px)}.site-footer__cta-btn--primary{color:#fff;border-color:var(--footer-orange-deep);background:linear-gradient(180deg, #f87832 0%, var(--footer-orange) 100%);box-shadow:0 14px 32px #f36c2138,inset 0 1px #ffffff38}.site-footer__cta-btn--primary:hover{background:linear-gradient(180deg, #e85d15 0%, var(--footer-orange-deep) 100%);border-color:#a83d0b;box-shadow:0 18px 38px #c84e123d}.site-footer__cta-btn--ghost{color:var(--footer-ink);background:#ffffffb3;border-color:#3f2b1c24;box-shadow:inset 0 1px #fff}.site-footer__cta-btn--ghost:hover{color:var(--footer-orange-deep);background:var(--footer-orange-soft);border-color:#f36c214d}.site-footer__top{border-top:1px solid var(--footer-line);border-bottom:1px solid var(--footer-line);grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);align-items:start;gap:clamp(1.5rem,5vw,5rem);padding-block:clamp(1.7rem,3vw,2.6rem);display:grid}.site-footer__brand-col{align-content:start;gap:.9rem;min-width:0;display:grid}.site-footer__brand{width:fit-content;color:var(--footer-foreground);align-items:center;gap:.72rem;text-decoration:none;display:inline-flex}.site-footer__brand-mark{color:#fff;background:linear-gradient(135deg, #ffffff1c 0 48%, transparent 48%), var(--footer-orange);width:2.3rem;height:2.3rem;font-family:var(--font-mono,"JetBrains Mono", ui-monospace, monospace);letter-spacing:-.02em;border:1px solid #ffffff24;border-radius:.54rem;place-items:center;font-size:.68rem;font-weight:760;line-height:1;display:grid;box-shadow:0 12px 28px #00000038,inset 0 1px #ffffff2e}.site-footer__brand-text{white-space:nowrap;align-items:baseline;gap:.22rem;line-height:.9;display:inline-flex}.site-footer__brand-iptv,.site-footer__brand-norge{letter-spacing:-.04em;text-transform:uppercase;font-size:clamp(1.05rem,1.35vw,1.28rem);font-weight:730;line-height:1}.site-footer__brand-iptv{color:var(--footer-foreground)}.site-footer__brand-norge{color:#ff8a49}.site-footer__desc{max-width:38ch;color:var(--footer-body);margin:0;font-size:.82rem;line-height:1.62}.site-footer__links{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1rem,3vw,2.5rem);min-width:0;display:grid}.site-footer__group{align-content:start;gap:.72rem;min-width:0;display:grid}.site-footer__group-title{color:#ff9a61;font-family:var(--font-mono,"JetBrains Mono", ui-monospace, monospace);letter-spacing:.16em;text-transform:uppercase;margin:0;font-size:.66rem;font-weight:700;line-height:1.1}.site-footer__group-list{gap:.44rem;margin:0;padding:0;list-style:none;display:grid}.site-footer__link{width:fit-content;color:var(--footer-muted);font-size:.78rem;line-height:1.35;text-decoration:none;transition:color .17s,transform .17s;position:relative}.site-footer__link:after{content:"";background:var(--footer-orange);width:0;height:1px;transition:width .17s;position:absolute;bottom:-.2rem;left:0}.site-footer__link:hover{color:#fff;transform:translate(.12rem)}.site-footer__link:hover:after{width:100%}.site-footer__bottom{justify-content:space-between;align-items:center;gap:1rem;padding:.92rem 0 0;display:flex}.site-footer__copyright{color:#fffaf66b;margin:0;font-size:.71rem;line-height:1.45}.site-footer__brand:focus-visible,.site-footer__cta-btn:focus-visible,.site-footer__link:focus-visible{outline-offset:4px;outline:2px solid #f36c21bd}@media (width<=860px){.site-footer__cta{grid-template-columns:1fr;grid-template-areas:"copy""actions";gap:1.5rem}.site-footer__cta-actions{grid-template-columns:repeat(2,minmax(0,1fr));justify-self:start;width:100%;max-width:28rem}.site-footer__top{grid-template-columns:1fr;gap:1.5rem}}@media (width<=640px){.site-footer__inner{width:min(100% - 2rem,78rem);padding-top:2rem}.site-footer__cta{border-radius:.82rem;padding:1.35rem}.site-footer__cta:after{opacity:.7;right:-5rem}.site-footer__cta h2{font-size:clamp(2rem,10vw,3rem);line-height:1}.site-footer__cta-actions{grid-template-columns:1fr}.site-footer__cta-btn{width:100%;min-height:2.9rem}.site-footer__top{padding-block:1.35rem}.site-footer__links{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem 1rem}.site-footer__bottom{align-items:flex-start}}@media (width<=430px){.site-footer__links{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.site-footer__cta-btn,.site-footer__link,.site-footer__link:after{transition:none}}.floating-whatsapp[data-astro-cid-qchyixn6]{z-index:80;color:#fff;background:linear-gradient(135deg,#27d76d 0%,#128f57 100%);border:1px solid #ffffff4d;border-radius:999px;justify-content:center;align-items:center;width:66px;height:66px;transition:transform .16s,box-shadow .16s,background .16s;display:inline-flex;position:fixed;bottom:24px;right:24px;box-shadow:0 18px 38px #0000003d,inset 0 1px #ffffff4d}.floating-whatsapp[data-astro-cid-qchyixn6]:before{z-index:-1;border-radius:inherit;content:"";border:3px solid #ffc1079e;animation:2.4s ease-out infinite floating-whatsapp-pulse;position:absolute;inset:-8px}.floating-whatsapp[data-astro-cid-qchyixn6]:hover,.floating-whatsapp[data-astro-cid-qchyixn6]:focus-visible{background:linear-gradient(135deg,#35e27c 0%,#118552 100%);transform:translateY(-2px);box-shadow:0 22px 46px #0000004d,inset 0 1px #ffffff57}.floating-whatsapp[data-astro-cid-qchyixn6]:focus-visible{outline-offset:5px;outline:3px solid #25d36659}.floating-whatsapp__icon[data-astro-cid-qchyixn6]{fill:currentColor;width:52px;height:52px}@keyframes floating-whatsapp-pulse{0%{opacity:.86;transform:scale(.9)}70%,to{opacity:0;transform:scale(1.18)}}@media (prefers-reduced-motion:reduce){.floating-whatsapp[data-astro-cid-qchyixn6]:before{animation:none}}@media (width<=640px){.floating-whatsapp[data-astro-cid-qchyixn6]{width:60px;height:60px;bottom:18px;right:18px}.floating-whatsapp__icon[data-astro-cid-qchyixn6]{width:48px;height:48px}}:root{color-scheme:light;--radius:.625rem;--color-page:#fff;--color-page-soft:#f7f7f4;--color-page-deep:#000;--color-background:var(--color-page);--color-surface:#fff;--color-surface-elevated:#f7f7f4;--color-surface-soft:#0506070a;--color-text:#050607;--color-text-strong:#000;--color-text-body:#050607c2;--color-muted:#0506079e;--color-muted-soft:#0506077a;--color-border:#05060724;--color-border-soft:#05060717;--color-border-strong:#05060738;--color-input:#0506071f;--color-brand-red:#e1192d;--color-brand-red-deep:#b70f21;--color-brand-red-lift:#ff3145;--color-brand:var(--color-brand-red);--color-brand-strong:var(--color-brand-red);--color-brand-soft:#e1192d1f;--color-accent:var(--color-brand);--color-accent-foreground:#fff;--color-brand-orange:var(--color-brand-red);--color-brand-coral:var(--color-brand-red-lift);--color-brand-pink:var(--color-brand-red);--color-gold:var(--color-brand-red);--color-gold-soft:#e1192d2e;--color-danger:#e1192d;--color-success:#16a34a;--font-sans:var(--font-body), Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-logo:var(--font-mono);--space-page-x:clamp(1rem, 3vw, 2.5rem);--space-section-y:clamp(3rem, 6vw, 5.75rem);--space-section-inner-y:clamp(1.15rem, 2.6vw, 1.9rem);--container:1240px;--container-homepage:1320px;--radius-xs:.3rem;--radius-sm:calc(var(--radius) - 4px);--radius-md:calc(var(--radius) - 2px);--radius-lg:var(--radius);--radius-xl:calc(var(--radius) + 10px);--radius-2xl:calc(var(--radius) + 16px);--radius-pill:999px;--gradient-page:radial-gradient(58rem 34rem at 50% -8%, #e1192d14, transparent 72%), radial-gradient(42rem 24rem at 88% 34rem, #05060708, transparent 74%), linear-gradient(180deg, #fff 0%, #f7f7f4 100%);--gradient-page-dark:radial-gradient(58rem 34rem at 50% -8%, #e1192d21, transparent 72%), radial-gradient(42rem 26rem at 18% 8%, #ffffff0a, transparent 72%), linear-gradient(180deg, #101010 0%, #050505 52%, #000 100%);--gradient-page-red:radial-gradient(42rem 22rem at 50% 0%, #ffffff24, transparent 72%), radial-gradient(34rem 18rem at 50% 100%, #0000002e, transparent 74%), linear-gradient(180deg, #e1192d 0%, #c91526 52%, #9f0c1b 100%);--gradient-radial-spot:radial-gradient(60% 50% at 50% 0%, #e1192d24, transparent 70%);--gradient-fade-bottom:linear-gradient(to bottom, transparent, var(--color-page) 92%);--gradient-fade-top:linear-gradient(to top, transparent, var(--color-page) 92%);--gradient-brand:linear-gradient(135deg, #e1192d 0%, #c91526 58%, #9f0c1b 100%);--gradient-brand-soft:linear-gradient(135deg, #e1192d24, #e1192d0f);--gradient-gold:var(--gradient-brand);--shadow-soft:0 24px 70px #0506071a;--shadow-card:0 1px 0 #ffffffb8, 0 24px 70px #0506071a;--shadow-card-hover:0 1px 0 #ffffffd1, 0 34px 90px #05060724, 0 0 34px #e1192d0d;--shadow-brand:0 16px 44px -18px #e1192d75, 0 8px 26px -18px #e1192d6b;--shadow-gold:var(--shadow-brand);--shadow-tv:0 40px 120px -20px #000c, 0 0 0 1px #ffffff0f, inset 0 1px 0 #ffffff14;--site-header-bar:4.35rem;--app-min-height:100vh}@supports (min-height:100dvh){:root{--app-min-height:100dvh}}html{background:var(--color-page);color:var(--color-text);scroll-behavior:smooth;scroll-padding-top:calc(var(--site-header-bar) + 1rem)}body{min-height:var(--app-min-height);background:var(--gradient-page);color:var(--color-text-body);margin:0}::selection{color:var(--color-accent-foreground);background:var(--color-brand)}a{color:inherit}button,input,textarea,select{font:inherit}img,svg,video,canvas{max-width:100%}@keyframes scroll-x{0%{transform:translate(0,0)}to{transform:translate(-50%)}}@keyframes scroll-x-rev{0%{transform:translate(-50%)}to{transform:translate(0,0)}}@keyframes scroll-y{0%{transform:translate(0,0)}to{transform:translateY(-50%)}}@keyframes scroll-y-rev{0%{transform:translateY(-50%)}to{transform:translate(0,0)}}@keyframes glow-pulse{0%,to{opacity:.82}50%{opacity:1}}@keyframes live-dot-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.46;transform:scale(.82)}}.animate-marquee-x{animation:linear infinite scroll-x}.animate-marquee-x-rev{animation:linear infinite scroll-x-rev}.animate-marquee-y{animation:linear infinite scroll-y}.animate-marquee-y-rev{animation:linear infinite scroll-y-rev}.animate-glow{animation:3s ease-in-out infinite glow-pulse}.fade-mask-x{mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.fade-mask-y{mask-image:linear-gradient(#0000,#000 10% 90%,#0000)}@media (width<=680px){:root{--space-page-x:1rem;--space-section-y:clamp(2.3rem, 8vw, 3.25rem);--space-section-inner-y:clamp(1rem, 4vw, 1.45rem);--site-header-bar:4.25rem}}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_assets/inter-latin-400-normal-C38fXH4l.woff2)format("woff2")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/_assets/inter-latin-500-normal-Cerq10X2.woff2)format("woff2")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_assets/inter-latin-600-normal-LgqL8muc.woff2)format("woff2")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/_assets/inter-latin-700-normal-Yt3aPRUw.woff2)format("woff2")}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/_assets/jetbrains-mono-latin-400-normal-V6pRDFza.woff2)format("woff2")}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:500;src:url(/_assets/jetbrains-mono-latin-500-normal-BWZEU5yA.woff2)format("woff2")}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:700;src:url(/_assets/jetbrains-mono-latin-700-normal-BYuf6tUa.woff2)format("woff2")}@font-face{font-family:Instrument Serif;font-style:normal;font-display:swap;font-weight:400;src:url(/_assets/instrument-serif-latin-ext-400-normal-C2je3j2s.woff2)format("woff2")}@font-face{font-family:Instrument Serif;font-style:italic;font-display:swap;font-weight:400;src:url(/_assets/instrument-serif-latin-ext-400-italic-C9HzH3YL.woff2)format("woff2")}@font-face{font-family:Playfair Display;font-style:normal;font-display:swap;font-weight:400;src:url(/_assets/playfair-display-latin-400-normal-CFtfchNt.woff2)format("woff2")}@font-face{font-family:Playfair Display;font-style:normal;font-display:swap;font-weight:600;src:url(/_assets/playfair-display-latin-600-normal-CZLGqjJe.woff2)format("woff2")}@font-face{font-family:Playfair Display;font-style:normal;font-display:swap;font-weight:700;src:url(/_assets/playfair-display-latin-700-normal-CuDiGg7c.woff2)format("woff2")}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:500;src:url(/_assets/space-grotesk-latin-500-normal-lFbtlQH6.woff2)format("woff2")}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:600;src:url(/_assets/space-grotesk-latin-600-normal-DjKNqYRj.woff2)format("woff2")}:root{--font-sans:"Inter", system-ui, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, monospace;--font-serif:"Instrument Serif", serif;--font-body:var(--font-sans);--font-hero:var(--font-sans);--font-editorial:var(--font-serif);--font-logo:var(--font-mono);--font-commerce-title:"Space Grotesk", var(--font-sans);--font-commerce-price:"Playfair Display", Georgia, "Times New Roman", serif}html,body{font-family:var(--font-sans);text-rendering:geometricprecision;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{background:var(--color-page);width:100%;min-width:320px;color:var(--color-text);font-family:var(--font-sans);text-rendering:optimizelegibility;-webkit-text-size-adjust:100%;line-height:1.5;overflow-x:clip}body{width:100%;min-height:var(--app-min-height);margin:0;overflow-x:clip}body,button,input,textarea,select{font:inherit}:where(main,section,article,aside,header,footer,nav,div,ul,ol,li,p,h1,h2,h3,h4,h5,h6){min-width:0}:where(p,h1,h2,h3,h4,h5,h6,li,a,span){overflow-wrap:break-word}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}:focus-visible{outline-offset:3px;outline:3px solid #0f766e59}.site-shell{min-height:var(--app-min-height);flex-direction:column;min-width:0;display:flex;overflow-x:clip}.site-shell>main{flex:1}@media (width<=680px){html,body,.site-shell{overflow-x:hidden}}
