.site-header{--header-background: oklch(.16 .025 195);--header-foreground: oklch(.96 .015 110);--header-card: oklch(.21 .03 195);--header-primary: oklch(.9 .21 122);--header-primary-foreground: oklch(.18 .03 195);--header-accent: var(--header-primary);--header-muted-foreground: oklch(.7 .025 175);--header-border: oklch(.32 .035 190);position:fixed;inset-inline:0;top:1rem;z-index:50;display:flex;justify-content:center;padding-inline:1rem;color:var(--header-foreground);pointer-events:none}.site-header__bar{width:100%;max-width:64rem;display:flex;align-items:center;justify-content:space-between;gap:1.25rem;border:1px solid color-mix(in oklch,var(--header-border) 80%,transparent);border-radius:999px;background:color-mix(in oklch,var(--header-background) 58%,transparent);padding:.5rem .5rem .5rem 1.25rem;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);pointer-events:auto;transition:border-color .3s ease,background .3s ease}.site-header__brand{display:inline-flex;align-items:center;gap:.5rem;min-width:max-content;color:var(--header-foreground);text-decoration:none}.site-header__brand-dot{position:relative;width:.625rem;height:.625rem;display:flex;flex:0 0 auto}.site-header__brand-dot-glow{position:absolute;inset:0;border-radius:999px;background:var(--header-accent);filter:blur(3px)}.site-header__brand-dot-core{position:relative;width:.625rem;height:.625rem;border-radius:999px;background:var(--header-accent);animation:site-header-pulse-dot 1.6s ease-in-out infinite}.site-header__brand-text{font-family:var(--font-mono, "JetBrains Mono", ui-monospace, monospace);font-size:.875rem;line-height:1.25rem;font-weight:700;letter-spacing:-.025em;white-space:nowrap}.site-header__brand-text span:last-child{color:var(--header-accent)}.site-header__nav-list{list-style:none;display:flex;align-items:center;gap:1.75rem;margin:0;padding:0}.site-header__link{position:relative;color:color-mix(in oklch,var(--header-muted-foreground) 88%,transparent);font-family:var(--font-sans, Inter, system-ui, sans-serif);font-size:.8rem;line-height:1.25rem;font-weight:500;letter-spacing:0;text-decoration:none;white-space:nowrap;transition:color .15s ease}.site-header__link:after{content:"";position:absolute;left:0;right:0;bottom:-.34rem;height:1px;border-radius:999px;background:var(--header-accent);opacity:0;transform:scaleX(.45);transition:opacity .15s ease,transform .15s ease}.site-header__link:hover{color:var(--header-foreground)}.site-header__link:hover:after{opacity:.72;transform:scaleX(1)}.site-header__actions{display:flex;align-items:center;gap:.5rem;min-width:max-content}.site-header__primary-action{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:999px;background:var(--header-primary);color:var(--header-primary-foreground);padding:.5rem 1rem;font-family:var(--font-sans, Inter, system-ui, sans-serif);font-size:.875rem;line-height:1.25rem;font-weight:600;text-decoration:none;white-space:nowrap;box-shadow:0 14px 34px color-mix(in oklch,var(--header-primary) 26%,transparent);transition:transform .15s ease}.site-header__primary-action:hover{transform:scale(1.02)}.site-header__primary-action span{font-family:var(--font-mono, "JetBrains Mono", ui-monospace, monospace);font-size:.75rem;line-height:1rem;opacity:.7}.site-header__menu-button{appearance:none;width:2.25rem;height:2.25rem;display:none;align-items:center;justify-content:center;border:1px solid color-mix(in oklch,var(--header-border) 80%,transparent);border-radius:999px;background:color-mix(in oklch,var(--header-background) 52%,transparent);color:var(--header-foreground);cursor:pointer;transition:color .15s ease,background .15s ease}.site-header__menu-button:hover{background:var(--header-card)}.site-header__menu-icon{width:1rem;height:1rem}.site-header__mobile{position:fixed;inset:0;z-index:60;display:none;opacity:0;pointer-events:none;transition:opacity .3s ease}.site-header[data-menu-open=true] .site-header__mobile{opacity:1;pointer-events:auto}.site-header__mobile-backdrop{appearance:none;position:absolute;inset:0;border:0;background:color-mix(in oklch,var(--header-background) 70%,transparent);backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);cursor:pointer}.site-header__mobile-panel{position:absolute;inset-inline:1rem;top:1rem;transform-origin:top;border:1px solid color-mix(in oklch,var(--header-border) 80%,transparent);border-radius:1.5rem;background:color-mix(in oklch,var(--header-card) 90%,transparent);padding:1.25rem;box-shadow:0 25px 60px oklch(.06 .025 195 / 66%);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);opacity:0;transform:translateY(-.5rem) scale(.95);transition:opacity .3s ease,transform .3s ease}.site-header[data-menu-open=true] .site-header__mobile-panel{opacity:1;transform:translateY(0) scale(1)}.site-header__mobile-head{display:flex;align-items:center;justify-content:space-between}.site-header__mobile-brand{font-family:var(--font-mono, "JetBrains Mono", ui-monospace, monospace);font-size:.875rem;line-height:1.25rem;font-weight:700;letter-spacing:-.025em;color:var(--header-foreground)}.site-header__mobile-brand span:last-child{color:var(--header-accent)}.site-header__mobile-close{appearance:none;width:2.25rem;height:2.25rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid color-mix(in oklch,var(--header-border) 80%,transparent);border-radius:999px;background:transparent;color:var(--header-foreground);cursor:pointer;transition:background .15s ease}.site-header__mobile-close:hover{background:color-mix(in oklch,var(--header-background) 60%,transparent)}.site-header__mobile-close svg{width:1rem;height:1rem}.site-header__mobile-list{list-style:none;margin:1.5rem 0 0;padding:0;border-block:1px solid color-mix(in oklch,var(--header-border) 60%,transparent)}.site-header__mobile-list li+li{border-top:1px solid color-mix(in oklch,var(--header-border) 60%,transparent)}.site-header__mobile-link{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding-block:1rem;color:var(--header-foreground);text-decoration:none}.site-header__mobile-link>span:first-child{display:flex;align-items:baseline;gap:.75rem}.site-header__mobile-index{color:var(--header-muted-foreground);font-family:var(--font-mono, "JetBrains Mono", ui-monospace, monospace);font-size:.625rem;line-height:1rem}.site-header__mobile-label{color:var(--header-foreground);font-family:var(--font-sans, Inter, system-ui, sans-serif);font-size:1.125rem;line-height:1.75rem;font-weight:400}.site-header__mobile-arrow{color:var(--header-muted-foreground);font-family:var(--font-mono, "JetBrains Mono", ui-monospace, monospace);font-size:.75rem;line-height:1rem;transition:color .15s ease}.site-header__mobile-link:hover .site-header__mobile-arrow{color:var(--header-accent)}.site-header__mobile-actions{margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem}.site-header__mobile-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:999px;background:var(--header-primary);color:var(--header-primary-foreground);padding:.75rem 1.25rem;font-family:var(--font-sans, Inter, system-ui, sans-serif);font-size:.875rem;line-height:1.25rem;font-weight:600;text-decoration:none}.site-header__mobile-primary span{font-family:var(--font-mono, "JetBrains Mono", ui-monospace, monospace)}.site-header__mobile-secondary{text-align:center;color:var(--header-muted-foreground);font-family:var(--font-mono, "JetBrains Mono", ui-monospace, monospace);font-size:.6875rem;line-height:1rem;font-weight:400;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;transition:color .15s ease}.site-header__mobile-secondary:hover{color:var(--header-foreground)}.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:2px solid color-mix(in oklch,var(--header-accent) 65%,transparent);outline-offset:4px}@keyframes site-header-pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}@media(max-width:900px){.site-header__nav-list,.site-header__primary-action{display:none}.site-header__menu-button{display:inline-flex}.site-header__mobile{display:block}}@media(max-width:520px){.site-header{top:.75rem;padding-inline:1rem}.site-header__bar{padding:.5rem .5rem .5rem 1.1rem}.site-header__mobile-panel{inset-inline:1rem;top:1rem}}.site-footer{--footer-background: oklch(.085 .028 194);--footer-background-lift: oklch(.14 .036 180);--footer-foreground: oklch(.97 .014 120);--footer-card: oklch(.16 .038 178);--footer-border: oklch(.9 .21 122 / 14%);--footer-border-strong: oklch(.9 .21 122 / 28%);--footer-primary: oklch(.9 .21 122);--footer-primary-soft: oklch(.9 .21 122 / 16%);--footer-accent: oklch(.76 .17 32);--footer-muted: oklch(.76 .035 155);--footer-body: oklch(.87 .024 145);--footer-ink: oklch(.18 .03 195);--footer-cta-bg: oklch(.982 .011 116);--footer-cta-muted: oklch(.43 .028 185);--footer-cta-border: oklch(.36 .035 190 / 16%);position:relative;isolation:isolate;overflow:hidden;border-top:1px solid var(--footer-border);background:radial-gradient(44rem 24rem at 82% 0%,oklch(.9 .21 122 / 11%),transparent 72%),radial-gradient(34rem 22rem at 12% 100%,oklch(.76 .17 32 / 8%),transparent 74%),linear-gradient(180deg,var(--footer-background-lift) 0%,var(--footer-background) 48%,oklch(.065 .024 196) 100%);color:var(--footer-foreground);font-family:var(--font-sans, Inter, system-ui, sans-serif)}.site-footer:before{content:"";pointer-events:none;position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,oklch(.97 .014 120 / 5%),transparent 22%),radial-gradient(ellipse at center,transparent 28%,oklch(.04 .018 196 / 42%) 90%)}.site-footer__inner{width:min(100% - 3rem,72rem);margin-inline:auto;padding:clamp(3rem,6vw,5.5rem) 0 1.35rem}.site-footer__cta{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) minmax(15rem,auto);grid-template-areas:"copy actions";gap:clamp(2rem,6vw,6rem);align-items:center;margin-bottom:clamp(1.5rem,3vw,2.4rem);border:1px solid var(--footer-cta-border);border-radius:1.6rem;padding:clamp(2rem,4.8vw,3.6rem);background:radial-gradient(34rem 20rem at 100% 0%,oklch(.9 .21 122 / 16%),transparent 72%),radial-gradient(30rem 18rem at 0% 100%,oklch(.76 .17 32 / 8%),transparent 74%),linear-gradient(135deg,oklch(.995 .006 116) 0%,var(--footer-cta-bg) 58%,oklch(.94 .018 120) 100%);box-shadow:0 44px 120px #00000075,0 24px 70px #c8f2271a,inset 0 1px #ffffffb8,inset 0 -1px #00161614}.site-footer__cta:before{content:"";pointer-events:none;position:absolute;inset:0;background:linear-gradient(110deg,oklch(1 0 0 / 38%),transparent 28%,transparent 68%,oklch(.18 .03 195 / 7%)),radial-gradient(30rem 18rem at 78% 50%,oklch(.18 .03 195 / 8%),transparent 72%),repeating-linear-gradient(115deg,oklch(.18 .03 195 / 4.5%) 0 1px,transparent 1px .8rem);opacity:.8}.site-footer__cta:after{content:"";pointer-events:none;position:absolute;right:-5.5rem;top:50%;width:20rem;height:20rem;border:1px solid oklch(.18 .03 195 / 12%);border-radius:999px;transform:translateY(-50%);background:repeating-radial-gradient(circle,oklch(.18 .03 195 / 9%) 0 1px,transparent 1px 1.05rem);opacity:.35}.site-footer__cta-copy{grid-area:copy;position:relative;z-index:1;min-width:0}.site-footer__cta-kicker{width:fit-content;margin:0 0 .9rem;color:#001616c2;font-family:var(--font-mono, "JetBrains Mono", ui-monospace, monospace);font-size:11px;line-height:1rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase}.site-footer__cta h2{max-width:17ch;margin:0;color:var(--footer-ink);font-family:var(--font-sans, Inter, system-ui, sans-serif);font-size:clamp(2.1rem,4.8vw,4.3rem);line-height:.98;font-weight:800;letter-spacing:-.04em}.site-footer__cta h2 span{display:inline;color:var(--footer-ink);font-family:var(--font-serif, "Instrument Serif", serif);font-size:1em;line-height:inherit;font-style:italic;font-weight:400;letter-spacing:inherit}.site-footer__cta-actions{grid-area:actions;position:relative;z-index:1;width:min(100%,17rem);display:grid;gap:.75rem;justify-self:end}.site-footer__cta-btn{min-height:3rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--footer-cta-border);border-radius:999px;padding:.9rem 1.35rem;font-family:var(--font-sans, Inter, system-ui, sans-serif);font-size:.875rem;line-height:1;font-weight:700;text-align:center;text-decoration:none;white-space:nowrap;transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease}.site-footer__cta-btn:hover{transform:translateY(-1px)}.site-footer__cta-btn--primary{color:var(--footer-ink);border-color:var(--footer-primary);background:linear-gradient(135deg,var(--footer-primary),color-mix(in oklch,var(--footer-primary) 76%,var(--footer-accent)));box-shadow:0 22px 58px #c8f2274d,inset 0 1px #ffffff47}.site-footer__cta-btn--primary:hover{border-color:color-mix(in oklch,var(--footer-primary) 68%,var(--footer-accent));background:linear-gradient(135deg,color-mix(in oklch,var(--footer-primary) 86%,var(--footer-accent)),var(--footer-primary));box-shadow:0 28px 72px #c8f22757,inset 0 1px #ffffff4d}.site-footer__cta-btn--ghost{color:var(--footer-ink);border-color:#00161638;background:linear-gradient(180deg,#ffffff9e,#0016160d);box-shadow:0 14px 32px #0016161a,inset 0 1px #ffffff85}.site-footer__cta-btn--ghost:hover{color:var(--footer-ink);border-color:#0016164d;background:linear-gradient(180deg,#ffffffc2,#c8f2271a);box-shadow:0 18px 40px #00161624,inset 0 1px #ffffff94}.site-footer__top{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:clamp(1.4rem,5vw,5rem);align-items:start;border-top:1px solid var(--footer-border);border-bottom:1px solid var(--footer-border);padding-block:clamp(1.5rem,3vw,2.5rem)}.site-footer__brand-col{min-width:0;display:grid;gap:.9rem;align-content:start}.site-footer__brand{width:fit-content;display:inline-flex;align-items:center;gap:.7rem;color:var(--footer-foreground);text-decoration:none}.site-footer__brand-mark{width:2.25rem;height:2.25rem;display:grid;place-items:center;border:1px solid oklch(.97 .014 120 / 18%);border-radius:.72rem;background:radial-gradient(circle at 30% 20%,oklch(.9 .21 122 / 28%),transparent 42%),linear-gradient(135deg,#f4f7ec1f,#f4f7ec0d);color:var(--footer-primary);font-family:var(--font-mono, "JetBrains Mono", ui-monospace, monospace);font-size:.68rem;line-height:1;font-weight:700;letter-spacing:-.02em;box-shadow:0 16px 34px #00000047,inset 0 1px #ffffff1a}.site-footer__brand-text{display:inline-flex;align-items:baseline;gap:.22rem;font-family:var(--font-sans, Inter, system-ui, sans-serif);line-height:.9;white-space:nowrap}.site-footer__brand-iptv,.site-footer__brand-norge{font-size:clamp(1.05rem,1.35vw,1.28rem);line-height:1;font-weight:700;letter-spacing:-.04em;text-transform:uppercase}.site-footer__brand-iptv{color:var(--footer-foreground)}.site-footer__brand-norge{color:var(--footer-primary)}.site-footer__desc{max-width:36ch;margin:0;color:var(--footer-body);font-size:.82rem;line-height:1.6;font-weight:400;letter-spacing:-.004em}.site-footer__links{min-width:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1rem,3vw,2.5rem)}.site-footer__group{min-width:0;display:grid;align-content:start;gap:.7rem}.site-footer__group-title{margin:0;color:var(--footer-primary);font-family:var(--font-mono, "JetBrains Mono", ui-monospace, monospace);font-size:.68rem;line-height:1.1;font-weight:400;letter-spacing:.16em;text-transform:uppercase}.site-footer__group-list{display:grid;gap:.42rem;list-style:none;margin:0;padding:0}.site-footer__link{width:fit-content;color:var(--footer-muted);font-size:.78rem;line-height:1.35;font-weight:400;text-decoration:none;transition:color .18s ease,transform .18s ease}.site-footer__link:hover{color:var(--footer-primary);transform:translate(.12rem)}.site-footer__bottom{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 0 0}.site-footer__copyright{margin:0;color:#f4f7ec75;font-size:.72rem;line-height:1.45;font-weight:400}@media(max-width:860px){.site-footer__cta{grid-template-columns:1fr;grid-template-areas:"copy" "actions";gap:1.5rem}.site-footer__cta-actions{width:100%;max-width:28rem;justify-self:start;grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer__top{grid-template-columns:1fr;gap:1.45rem}.site-footer__links{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:640px){.site-footer__inner{width:min(100% - 2rem,72rem);padding-top:1.85rem}.site-footer__cta{border-radius:1.15rem;padding:1.25rem}.site-footer__cta:after{right:-8rem;opacity:.24}.site-footer__cta-kicker{font-size:10px;letter-spacing:.18em}.site-footer__cta h2{font-size:clamp(2.05rem,10vw,3rem);line-height:1}.site-footer__cta-actions{grid-template-columns:1fr}.site-footer__cta-btn{width:100%;min-height:2.8rem}.site-footer__top{padding-block:1.25rem}.site-footer__links{grid-template-columns:1fr;gap:1.1rem}.site-footer__bottom{align-items:flex-start}}:root{color-scheme:dark;--radius: .625rem;--color-page: oklch(.13 .01 270);--color-page-deep: #020304;--color-background: var(--color-page);--color-surface: oklch(.16 .012 270);--color-surface-elevated: oklch(.18 .014 270);--color-surface-soft: oklch(1 0 0 / 5%);--color-text: oklch(.98 .005 100);--color-text-strong: #ffffff;--color-text-body: oklch(.82 .015 270);--color-muted: oklch(.7 .02 270);--color-muted-soft: oklch(.62 .018 270);--color-border: oklch(1 0 0 / 8%);--color-border-soft: oklch(1 0 0 / 5%);--color-input: oklch(1 0 0 / 12%);--color-brand-pink: #ff3f8f;--color-brand-orange: #ff8a2a;--color-brand-coral: #ff4b4b;--color-brand: var(--color-brand-orange);--color-brand-strong: var(--color-brand-pink);--color-brand-soft: rgb(255 63 143 / 16%);--color-accent: var(--color-brand);--color-accent-foreground: oklch(.13 .01 270);--color-gold: var(--color-brand);--color-gold-soft: oklch(.78 .11 85);--color-danger: oklch(.6 .22 27);--color-success: oklch(.68 .18 145);--font-sans: var(--font-body), Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-logo: var(--font-display), Georgia, serif;--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-pill: 999px;--gradient-page: radial-gradient(60% 50% at 50% 0%, rgb(255 63 143 / 12%), transparent 70%), linear-gradient(180deg, #07080b 0%, #030405 58%, #020304 100%);--gradient-radial-spot: radial-gradient(60% 50% at 50% 0%, rgb(255 138 42 / 16%), 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, var(--color-brand-pink), var(--color-brand-orange));--gradient-gold: var(--gradient-brand);--shadow-soft: 0 24px 70px oklch(0 0 0 / 34%);--shadow-card: 0 1px 0 oklch(1 0 0 / 6%), 0 24px 70px oklch(0 0 0 / 28%);--shadow-card-hover: 0 1px 0 oklch(1 0 0 / 9%), 0 34px 90px oklch(0 0 0 / 38%);--shadow-brand: 0 10px 40px -10px rgb(255 63 143 / 42%);--shadow-gold: var(--shadow-brand);--shadow-tv: 0 40px 120px -20px oklch(0 0 0 / 80%), 0 0 0 1px oklch(1 0 0 / 6%), inset 0 1px 0 oklch(1 0 0 / 8%);--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);margin:0;background:var(--gradient-page);color:var(--color-text-body)}::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:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@keyframes scroll-x-rev{0%{transform:translate3d(-50%,0,0)}to{transform:translateZ(0)}}@keyframes scroll-y{0%{transform:translateZ(0)}to{transform:translate3d(0,-50%,0)}}@keyframes scroll-y-rev{0%{transform:translate3d(0,-50%,0)}to{transform:translateZ(0)}}@keyframes glow-pulse{0%,to{opacity:.82}50%{opacity:1}}.animate-marquee-x{animation:scroll-x linear infinite}.animate-marquee-x-rev{animation:scroll-x-rev linear infinite}.animate-marquee-y{animation:scroll-y linear infinite}.animate-marquee-y-rev{animation:scroll-y-rev linear infinite}.animate-glow{animation:glow-pulse 3s ease-in-out infinite}.fade-mask-x{mask-image:linear-gradient(to right,transparent,black 8%,black 92%,transparent)}.fade-mask-y{mask-image:linear-gradient(to bottom,transparent,black 10%,black 90%,transparent)}@media(max-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: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:italic;font-display:swap;font-weight:400;src:url(/_assets/playfair-display-latin-400-italic-LeeEXsx5.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:italic;font-display:swap;font-weight:600;src:url(/_assets/playfair-display-latin-600-italic-Bvp5b4iR.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:Playfair Display;font-style:italic;font-display:swap;font-weight:700;src:url(/_assets/playfair-display-latin-700-italic-CB566L-e.woff2) format("woff2")}@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:Space Grotesk;font-style:normal;font-display:block;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:block;font-weight:600;src:url(/_assets/space-grotesk-latin-600-normal-DjKNqYRj.woff2) format("woff2")}:root{--font-display: "Playfair Display", Georgia, "Times New Roman", serif;--font-hero: "Space Grotesk", var(--font-body);--font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-sans: var(--font-body);--font-logo: var(--font-display)}html,body{font-family:var(--font-body);text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{min-width:320px;width:100%;overflow-x:clip;background:var(--color-page);color:var(--color-text);font-family:var(--font-sans);line-height:1.5;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%}body{margin:0;width:100%;min-height:var(--app-min-height);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{display:block;max-width:100%;height:auto}:focus-visible{outline:3px solid rgb(15 118 110 / 35%);outline-offset:3px}.site-shell{min-height:var(--app-min-height);display:flex;flex-direction:column;min-width:0;overflow-x:clip}.site-shell>main{flex:1}@media(max-width:680px){html,body,.site-shell{overflow-x:hidden}}
