@tailwind base;@tailwind components;@tailwind utilities;@layer base{html,body,#root{width:100%;max-width:100%;position:relative}html{overscroll-behavior-x:none;overscroll-behavior-y:contain;overflow-x:hidden}body{color:rgb(var(--foreground));overscroll-behavior-x:none;overscroll-behavior-y:contain;touch-action:pan-y pinch-zoom;z-index:0;overflow-x:hidden}#root{overscroll-behavior-x:none;touch-action:pan-y pinch-zoom}input,textarea,select{font-size:16px}}@layer utilities{.bg-theme-secondary{background-color:rgb(var(--color-bg-secondary))}.bg-theme-accent{background-color:rgb(var(--color-bg-accent))}.text-theme-secondary{color:rgb(var(--color-text-secondary))}.text-theme-muted{color:rgb(var(--color-text-muted))}.border-theme-accent{border-color:rgb(var(--color-border-accent))}.bg-nav{background-color:rgb(var(--color-bg-primary)/.95)}.bg-tooltip{background-color:#000000f2}[data-theme=day] .bg-tooltip{background-color:#fffffff2}.page-hero-title{font-size:clamp(2.5rem,6vw,6.5rem)}.page-section-title{font-family:var(--font-primary);font-weight:var(--font-weight-light);letter-spacing:var(--letter-spacing-tight);line-height:var(--line-height-tight);font-size:clamp(2.4rem,4.6vw,4.4rem)}.section-divider{position:relative}:root{--home-footer-height:clamp(96px,12vh,160px)}.section-divider:after{content:"";background:linear-gradient(90deg,transparent,rgb(var(--section-divider-start-rgb,var(--section-divider-rgb,148 163 184))/.65),rgb(var(--section-divider-end-rgb,var(--section-divider-rgb,148 163 184))/.65),transparent);pointer-events:none;height:2px;position:absolute;bottom:0;left:clamp(2rem,6vw,140px);right:clamp(2rem,6vw,140px)}[data-theme=day] .section-divider:after{background:linear-gradient(90deg,transparent,rgb(var(--section-divider-start-rgb-day,var(--section-divider-start-rgb,var(--section-divider-rgb,148 163 184)))/.65),rgb(var(--section-divider-end-rgb-day,var(--section-divider-end-rgb,var(--section-divider-rgb,148 163 184)))/.65),transparent)}.section-divider-emerald{--section-divider-rgb:16 185 129}.section-divider-blue{--section-divider-rgb:59 130 246}.section-divider-purple{--section-divider-rgb:168 85 247}.section-divider-cyan{--section-divider-rgb:34 211 238}.section-divider-orange{--section-divider-rgb:249 115 22}.section-divider-muted{--section-divider-rgb:148 163 184}.page-inset{padding-left:var(--page-inset-left);padding-right:var(--page-inset-right)}.footer-inset{padding-left:var(--page-inset-right);padding-right:var(--page-inset-right)}.home-section-base{scroll-snap-align:start;scroll-snap-stop:always;z-index:0;padding-top:1rem;padding-bottom:3rem;scroll-margin-top:clamp(72px,12vh,132px);position:relative}.home-section-header{flex-direction:column;gap:clamp(.75rem,1.5vw,1.25rem);display:flex}.home-section-body{flex-direction:column;gap:clamp(2rem,4vw,3rem);display:flex}.home-section-description{max-width:720px;color:rgb(var(--color-text-secondary));filter:drop-shadow(0 12px 40px #0ea5e940);font-size:1rem}.home-section-eyebrow{letter-spacing:.35em;text-transform:uppercase;color:rgba(var(--color-text-secondary-rgb,148,163,184),.9);font-size:.75rem}.e76-button{border:1px solid var(--cta-accent-border,var(--cta-accent,#06ffa5));color:var(--cta-accent-contrast,#001413);background:var(--cta-accent,#06ffa5);cursor:pointer;justify-content:center;align-items:center;padding:.9rem 2rem;font-weight:600;transition:border-color .25s,background .25s,transform .25s;display:inline-flex}.e76-button:hover{border-color:var(--cta-accent-border-hover,var(--cta-accent-hover,#7cffc9));background:var(--cta-accent-hover,#7cffc9);transform:translateY(-1px)}.i18n-fade-in{opacity:0;transition:opacity .5s}.i18n-fade-in--ready{opacity:1}.offerings-hero{min-height:100dvh;position:relative}.offerings-hero__inner{grid-template-rows:var(--topbar-bar-height) 1fr;max-width:1800px;min-height:100dvh;margin:0 auto;display:grid}.offerings-hero__badge{z-index:1;justify-content:flex-end;align-items:center;gap:.75rem;display:flex;position:relative}.offerings-hero__content{padding-block:var(--offerings-hero-pad);z-index:1;align-self:center;position:relative}.sidebar-icon-box{width:var(--sidebar-icon-size);height:var(--sidebar-icon-size)}.sidebar-icon-glyph{width:var(--sidebar-icon-glyph);height:var(--sidebar-icon-glyph)}.sidebar-icon-row{height:var(--sidebar-icon-size)}.sidebar-tooltip-shell{transform:translateX(var(--sidebar-tooltip-x,0)) scaleX(var(--sidebar-tooltip-scale,1))}.sidebar-tooltip-text{font-size:var(--sidebar-icon-glyph);line-height:1}.topbar-icon-box{width:var(--topbar-icon-size);height:var(--topbar-icon-size);position:relative}.topbar-icon-glyph{width:var(--topbar-icon-glyph);height:var(--topbar-icon-glyph);transition:transform .2s}.topbar-lang-main,.topbar-lang-text{font-size:var(--topbar-icon-glyph);letter-spacing:0;font-weight:300;line-height:1}.topbar-icon-box:hover .topbar-icon-glyph{color:var(--topbar-hover-color);transform:scale(1.06)}.topbar-icon-box:hover .topbar-icon-text{color:var(--topbar-hover-color);transform:scale(1.04)}.topbar-icon-box:hover{border-color:var(--topbar-hover-color)}.topbar-lang-item:hover .topbar-lang-text{color:var(--topbar-hover-color);transform:scale(1.04)}.topbar-logo{width:var(--topbar-logo-size);height:var(--topbar-logo-size)}.topbar-logo--sidebar{width:var(--sidebar-icon-size);height:var(--sidebar-icon-size)}.topbar-banner{--topbar-divider-gradient:linear-gradient(90deg,transparent,#3b82f680,#ec489980,transparent);border-bottom:2px solid #0000;border-image:var(--topbar-divider-gradient)1}.topbar-hero-label{font-weight:var(--font-weight-light);letter-spacing:var(--letter-spacing-tight);text-transform:none;line-height:1;font-size:calc(var(--topbar-icon-glyph)*1.15)}.topbar-hero-icon{width:calc(var(--topbar-icon-glyph)*1.15);height:calc(var(--topbar-icon-glyph)*1.15)}[data-theme=day] .topbar-banner{--topbar-divider-gradient:linear-gradient(90deg,transparent,#0f172a8c,#38bdf88c,transparent)}.cookie-banner__panel{background:#080810eb;border:1px solid #ffffff14;align-items:center;width:100%;height:100%;margin:0 auto;display:flex}[data-theme=day] .cookie-banner__panel{background:#ececf6f2;border-color:#0f172a1f}[data-theme=day] .cookie-banner__title{-webkit-text-stroke:var(--text-stroke-dark)}.cookie-banner__copy{text-align:center;flex-direction:column;align-items:center;display:flex}.cookie-banner__icon{width:2rem;height:2rem;color:rgb(var(--color-home))}.cookie-banner__title{color:rgb(var(--color-text-primary));-webkit-text-stroke:var(--text-stroke-light);font-size:clamp(1.4rem,2.4vw,2.6rem);font-weight:500}.cookie-banner__text{max-width:48rem;color:rgb(var(--color-text-secondary));font-size:clamp(1.05rem,1.5vw,1.4rem)}.cookie-banner__actions{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.cookie-banner__stack{gap:.75rem}.cookie-banner__button{cursor:pointer;padding:.9rem 2rem;font-weight:500;transition:filter .2s}.cookie-banner__button--accept{background:rgb(var(--color-home));color:#000}.cookie-banner__button--reject{color:rgb(var(--color-text-primary));border:1px solid rgba(var(--color-text-primary),.2);background:0 0}.cookie-banner__button:hover{filter:brightness(1.05)}}