.ac-skip-link{position:absolute;top:-6.25rem;left:var(--ac-spacing-4);z-index:calc(var(--ac-z-header) + 1);padding:var(--ac-spacing-3) var(--ac-spacing-4);background:var(--ac-gradient-primary);color:rgb(var(--ac-white));border-radius:var(--ac-rounded-lg);font-size:var(--ac-text-sm);font-weight:var(--ac-font-semibold);text-decoration:none;transition:top .2s ease}.ac-skip-link:focus{top:var(--ac-spacing-4);outline:.125rem solid rgb(var(--ac-white));outline-offset:.125rem}:root{--ac-transparent: transparent;--ac-current: currentColor;--ac-white: 255, 255, 255;--ac-primary: 99, 102, 241;--ac-secondary: 139, 92, 246;--ac-dark: 15, 23, 42;--ac-gray-50: 248, 250, 252;--ac-gray-100: 241, 245, 249;--ac-gray-200: 226, 232, 240;--ac-gray-300: 203, 213, 225;--ac-gray-400: 148, 163, 184;--ac-gray-500: 100, 116, 139;--ac-gray-600: 71, 85, 105;--ac-gray-700: 51, 65, 85;--ac-gray-800: 30, 41, 59;--ac-gray-900: 15, 23, 42;--ac-gradient-primary: linear-gradient( 135deg, rgb(var(--ac-primary)), rgb(var(--ac-secondary)) );--ac-primary-hover: rgba(var(--ac-primary), .9);--ac-secondary-hover: rgba(var(--ac-secondary), .9);--ac-dark-hover: rgba(var(--ac-dark), .9);--ac-white-hover: rgba(var(--ac-white), .9);--ac-primary-active: rgb(var(--ac-primary));--ac-secondary-active: rgb(var(--ac-secondary));--ac-dark-active: rgb(var(--ac-dark));--ac-white-active: rgb(var(--ac-white));--ac-primary-focus: 0 0 0 .1875rem rgba(var(--ac-primary), .3);--ac-disabled-opacity: .4;--ac-outline-color: rgba(var(--ac-primary), .5);--ac-outline-offset: .125rem;--ac-outline-style: solid;--ac-outline-width: .125rem;--ac-font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, sans-serif;--ac-text-xs: .75rem;--ac-text-sm: .875rem;--ac-text-md: 1rem;--ac-text-lg: 1.125rem;--ac-text-xl: 1.25rem;--ac-text-2xl: 1.5rem;--ac-text-3xl: 1.875rem;--ac-text-4xl: 2.25rem;--ac-text-5xl: 3rem;--ac-text-6xl: 3.75rem;--ac-font-light: 300;--ac-font-normal: 400;--ac-font-medium: 500;--ac-font-semibold: 600;--ac-font-bold: 700;--ac-font-extrabold: 800;--ac-leading-none: 1;--ac-leading-tight: 1.25;--ac-leading-normal: 1.5;--ac-leading-relaxed: 1.75;--ac-spacing-px: .0625rem;--ac-spacing-0-5: .125rem;--ac-spacing-1: .25rem;--ac-spacing-1-5: .375rem;--ac-spacing-2: .5rem;--ac-spacing-2-5: .625rem;--ac-spacing-3: .75rem;--ac-spacing-3-5: .875rem;--ac-spacing-4: 1rem;--ac-spacing-5: 1.25rem;--ac-spacing-6: 1.5rem;--ac-spacing-7: 1.75rem;--ac-spacing-8: 2rem;--ac-spacing-9: 2.25rem;--ac-spacing-10: 2.5rem;--ac-spacing-12: 3rem;--ac-spacing-14: 3.5rem;--ac-spacing-16: 4rem;--ac-spacing-20: 5rem;--ac-spacing-24: 6rem;--ac-spacing-32: 8rem;--ac-border-0: 0;--ac-border: .0625rem;--ac-border-2: .125rem;--ac-rounded-none: 0;--ac-rounded-sm: .125rem;--ac-rounded: .25rem;--ac-rounded-md: .375rem;--ac-rounded-lg: .5rem;--ac-rounded-xl: .75rem;--ac-rounded-2xl: 1rem;--ac-rounded-3xl: 1.5rem;--ac-rounded-4xl: 2rem;--ac-rounded-full: 999rem;--ac-shadow-sm: 0 .0625rem .125rem 0 rgba(0, 0, 0, .05);--ac-shadow: 0 .0625rem .1875rem 0 rgba(0, 0, 0, .1), 0 .0625rem .125rem -.0625rem rgba(0, 0, 0, .1);--ac-shadow-md: 0 .25rem .375rem -.0625rem rgba(0, 0, 0, .1), 0 .125rem .25rem -.125rem rgba(0, 0, 0, .1);--ac-shadow-lg: 0 .625rem .9375rem -.1875rem rgba(0, 0, 0, .1), 0 .25rem .375rem -.25rem rgba(0, 0, 0, .1);--ac-shadow-xl: 0 1.25rem 1.5625rem -.3125rem rgba(0, 0, 0, .1), 0 .5rem .625rem -.375rem rgba(0, 0, 0, .1);--ac-transition: all .3s ease;--ac-transition-fast: all .15s ease;--ac-z-header: 100;--ac-z-modal: 200;--ac-container-max: 75rem;--ac-container-padding: var(--ac-spacing-6)}.light,:root,[data-theme=light]{color-scheme:light;--ac-bg: rgb(var(--ac-white));--ac-bg-subtle: rgb(var(--ac-gray-50));--ac-bg-muted: rgb(var(--ac-gray-100));--ac-text: rgb(var(--ac-gray-900));--ac-text-muted: rgb(var(--ac-gray-500));--ac-text-subtle: rgb(var(--ac-gray-400));--ac-border-color: rgb(var(--ac-gray-200));--ac-card-bg: rgb(var(--ac-white));--ac-card-border: rgb(var(--ac-gray-200));--ac-color-100: var(--ac-white);--ac-color-200: var(--ac-gray-100);--ac-color-300: var(--ac-gray-200);--ac-color-400: var(--ac-gray-300);--ac-color-500: var(--ac-gray-400);--ac-color-600: var(--ac-gray-500);--ac-color-700: var(--ac-dark);--ac-header-bg: rgba(var(--ac-white), .82)}.dark,[data-theme=dark]{color-scheme:dark;--ac-bg: rgb(var(--ac-gray-900));--ac-bg-subtle: rgb(var(--ac-gray-800));--ac-bg-muted: rgb(var(--ac-gray-700));--ac-text: rgb(var(--ac-gray-100));--ac-text-muted: rgb(var(--ac-gray-400));--ac-text-subtle: rgb(var(--ac-gray-600));--ac-border-color: rgb(var(--ac-gray-700));--ac-card-bg: rgb(var(--ac-gray-800));--ac-card-border: rgb(var(--ac-gray-700));--ac-color-100: var(--ac-dark);--ac-color-200: var(--ac-gray-500);--ac-color-300: var(--ac-gray-400);--ac-color-400: var(--ac-gray-300);--ac-color-500: var(--ac-gray-200);--ac-color-600: var(--ac-gray-100);--ac-color-700: var(--ac-white);--ac-header-bg: rgba(var(--ac-gray-900), .82)}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--ac-font-sans);color:var(--ac-text);background-color:var(--ac-bg);line-height:var(--ac-leading-normal);min-height:100vh}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.container{width:100%;max-width:var(--ac-container-max);margin-left:auto;margin-right:auto;padding-left:var(--ac-container-padding);padding-right:var(--ac-container-padding)}.section{padding-top:var(--ac-spacing-24);padding-bottom:var(--ac-spacing-24)}.ac-section-band--subtle{background-color:var(--ac-bg-subtle)}.ac-section-dividers-y{border-top:.0625rem solid var(--ac-border-color);border-bottom:.0625rem solid var(--ac-border-color)}.section .container{display:flex;flex-direction:column;gap:var(--ac-spacing-16)}.section-header{text-align:center;max-width:40rem;margin-left:auto;margin-right:auto;width:100%;display:flex;flex-direction:column;align-items:center;gap:var(--ac-spacing-8)}.section-header__lead{display:flex;flex-direction:column;align-items:center;gap:var(--ac-spacing-4);width:100%}.section-title{font-size:var(--ac-text-4xl);font-weight:var(--ac-font-bold);line-height:var(--ac-leading-tight)}.section-description{font-size:var(--ac-text-lg);color:var(--ac-text-muted);line-height:var(--ac-leading-relaxed)}.gradient-text{color:var(--theme-accent, rgb(var(--ac-primary)))}@keyframes fadeInUp{0%{opacity:0;transform:translateY(1.25rem)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-1.25rem)}to{opacity:1;transform:translate(0)}}.animate-fade-in-up{opacity:0;transform:translateY(1.25rem)}.animate-fade-in-up.is-in-view{animation:fadeInUp .6s ease forwards}.animate-fade-in{animation:fadeIn .6s ease forwards}.animate-slide-in-left{animation:slideInLeft .6s ease forwards}.delay-100.is-in-view{animation-delay:.1s}.delay-200.is-in-view{animation-delay:.2s}.delay-300.is-in-view{animation-delay:.3s}.delay-400.is-in-view{animation-delay:.4s}.delay-500.is-in-view{animation-delay:.5s}.delay-600.is-in-view{animation-delay:.6s}.delay-700.is-in-view{animation-delay:.7s}.delay-800.is-in-view{animation-delay:.8s}@media(prefers-reduced-motion:reduce){.animate-fade-in-up{opacity:1;transform:none;animation:none}.animate-fade-in-up.is-in-view{animation:none}}@media(scripting:none){.animate-fade-in-up{opacity:1;transform:none}}html[data-theme=dark] .ac-theme-switch-icon--light,html[data-theme=light] .ac-theme-switch-icon--dark{display:none}[data-theme=dark] .ac-badge.ac-badge--primary{background-color:rgba(var(--ac-primary),.2);border-color:rgba(var(--ac-primary),.38);color:rgb(var(--ac-gray-100))}.ac-slider .ac-slider__dots .ac-slider__dot{width:.5rem;height:.5rem;border-radius:var(--ac-rounded-full);background-color:var(--ac-border-color);border:none;cursor:pointer;transition:var(--ac-transition);padding:0}.ac-slider .ac-slider__dots .ac-slider__dot--active{background:var(--ac-gradient-primary);width:1.5rem}.ac-slider .ac-slider__track>.ac-slider__slide{flex:0 0 100%;min-width:0;scroll-snap-align:start}@media(max-width:48rem){.section{padding-top:var(--ac-spacing-16);padding-bottom:var(--ac-spacing-16)}.section-title{font-size:var(--ac-text-3xl)}.section-description{font-size:var(--ac-text-md)}}:root{--theme-page-bg: var(--ac-bg);--theme-page-surface: var(--ac-bg-subtle);--theme-text: var(--ac-text);--theme-text-muted: var(--ac-text-muted);--theme-accent-rgb: var(--ac-primary);--theme-accent: rgb(var(--theme-accent-rgb));--theme-accent-soft: rgba(var(--theme-accent-rgb), .1);--theme-header-bg: var(--ac-header-bg);--theme-header-border: var(--ac-border-color);--theme-card-bg: var(--ac-card-bg);--theme-card-border: var(--ac-card-border);--theme-card-shadow: var(--ac-shadow-lg);--theme-button-radius: var(--ac-rounded-xl);--theme-button-border: transparent;--theme-code-bg: var(--ac-bg-subtle);--theme-code-border: var(--ac-border-color);--theme-hero-bg: transparent;--theme-hero-grid-opacity: .4;--theme-hero-radius: var(--ac-rounded-3xl);--theme-font-body: var(--ac-font-sans);--theme-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace}[data-theme-preset=notion-01]{--ac-font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--ac-primary: 54, 52, 48;--ac-secondary: 120, 113, 108;--ac-gradient-primary: linear-gradient(135deg, rgb(54, 52, 48), rgb(120, 113, 108));--ac-rounded-xl: .625rem;--ac-rounded-2xl: .875rem;--ac-rounded-3xl: 1.25rem;--ac-shadow-lg: 0 1rem 2.5rem rgba(64, 55, 45, .08);--ac-shadow-xl: 0 1.5rem 3rem rgba(64, 55, 45, .12);--theme-accent-rgb: 54, 52, 48;--theme-button-radius: .5rem;--theme-hero-radius: 1.25rem}[data-theme-preset=notion-01][data-theme=light]{--ac-bg: rgb(252, 251, 248);--ac-bg-subtle: rgb(247, 246, 243);--ac-bg-muted: rgb(241, 239, 235);--ac-text: rgb(44, 43, 40);--ac-text-muted: rgb(108, 104, 99);--ac-text-subtle: rgb(145, 139, 132);--ac-border-color: rgb(228, 224, 219);--ac-card-bg: rgb(255, 254, 251);--ac-card-border: rgb(228, 224, 219);--ac-header-bg: rgba(252, 251, 248, .9);--theme-page-bg: rgb(252, 251, 248);--theme-page-surface: rgb(247, 246, 243);--theme-card-bg: rgb(255, 254, 251);--theme-card-border: rgb(228, 224, 219);--theme-header-bg: rgba(252, 251, 248, .9);--theme-header-border: rgb(228, 224, 219);--theme-code-bg: rgb(247, 246, 243);--theme-code-border: rgb(228, 224, 219)}[data-theme-preset=notion-01][data-theme=dark]{--ac-bg: rgb(30, 29, 27);--ac-bg-subtle: rgb(38, 37, 35);--ac-bg-muted: rgb(48, 46, 43);--ac-text: rgb(239, 235, 229);--ac-text-muted: rgb(180, 173, 164);--ac-text-subtle: rgb(134, 127, 119);--ac-border-color: rgb(66, 62, 57);--ac-card-bg: rgb(35, 34, 32);--ac-card-border: rgb(66, 62, 57);--ac-header-bg: rgba(30, 29, 27, .9);--theme-page-bg: rgb(30, 29, 27);--theme-page-surface: rgb(38, 37, 35);--theme-card-bg: rgb(35, 34, 32);--theme-card-border: rgb(66, 62, 57);--theme-header-bg: rgba(30, 29, 27, .9);--theme-header-border: rgb(66, 62, 57);--theme-code-bg: rgb(38, 37, 35);--theme-code-border: rgb(66, 62, 57)}[data-theme-preset=notion-01] .ac-hero__text{align-items:flex-start;text-align:left}[data-theme-preset=notion-01] .ac-hero__intro,[data-theme-preset=notion-01] .ac-hero__after-intro{align-items:flex-start}[data-theme-preset=notion-01] .ac-card,[data-theme-preset=notion-01] .ac-hero__cta-secondary{box-shadow:0 .0625rem #40372d0a}[data-theme-preset=notion-01] .section-header{align-items:flex-start;text-align:left}[data-theme-preset=notion-02]{--ac-font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--ac-primary: 18, 87, 64;--ac-secondary: 31, 102, 122;--ac-gradient-primary: linear-gradient(135deg, rgb(18, 87, 64), rgb(31, 102, 122));--ac-rounded-xl: .25rem;--ac-rounded-2xl: .375rem;--ac-rounded-3xl: .5rem;--ac-shadow-lg: .5rem .5rem 0 rgba(37, 34, 27, .18);--ac-shadow-xl: .75rem .75rem 0 rgba(37, 34, 27, .22);--theme-accent-rgb: 42, 151, 96;--theme-on-accent: rgb(14, 18, 15);--theme-screen-text: rgb(221, 238, 196);--theme-screen-muted: rgb(173, 207, 151);--theme-button-radius: .25rem;--theme-hero-radius: .5rem;--theme-hero-grid-opacity: .3;--theme-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace}[data-theme-preset=notion-02][data-theme=light]{--ac-bg: rgb(244, 235, 205);--ac-bg-subtle: rgb(232, 222, 191);--ac-bg-muted: rgb(218, 207, 176);--ac-text: rgb(43, 39, 31);--ac-text-muted: rgb(88, 80, 63);--ac-text-subtle: rgb(128, 116, 91);--ac-border-color: rgb(83, 75, 58);--ac-card-bg: rgb(250, 242, 214);--ac-card-border: rgb(83, 75, 58);--ac-header-bg: rgba(244, 235, 205, .94);--theme-page-bg: rgb(244, 235, 205);--theme-page-surface: rgb(250, 242, 214);--theme-card-bg: rgb(250, 242, 214);--theme-card-border: rgb(83, 75, 58);--theme-header-bg: rgba(244, 235, 205, .94);--theme-header-border: rgb(83, 75, 58);--theme-code-bg: rgb(32, 44, 38);--theme-code-border: rgb(83, 75, 58);--theme-text: rgb(43, 39, 31);--theme-text-muted: rgb(88, 80, 63)}[data-theme-preset=notion-02][data-theme=dark]{--ac-bg: rgb(14, 18, 15);--ac-bg-subtle: rgb(20, 29, 23);--ac-bg-muted: rgb(30, 44, 35);--ac-text: rgb(218, 238, 196);--ac-text-muted: rgb(150, 181, 134);--ac-text-subtle: rgb(91, 124, 80);--ac-border-color: rgb(63, 103, 70);--ac-card-bg: rgb(16, 25, 19);--ac-card-border: rgb(63, 103, 70);--ac-header-bg: rgba(14, 18, 15, .94);--theme-page-bg: rgb(14, 18, 15);--theme-page-surface: rgb(16, 25, 19);--theme-card-bg: rgb(16, 25, 19);--theme-card-border: rgb(63, 103, 70);--theme-header-bg: rgba(14, 18, 15, .94);--theme-header-border: rgb(63, 103, 70);--theme-code-bg: rgb(7, 17, 12);--theme-code-border: rgb(63, 103, 70);--theme-text: rgb(218, 238, 196);--theme-text-muted: rgb(183, 215, 165);--theme-on-accent: rgb(14, 18, 15);--theme-screen-text: rgb(221, 238, 196);--theme-screen-muted: rgb(173, 207, 151)}[data-theme-preset=notion-02] body{background-image:repeating-linear-gradient(0deg,rgba(var(--theme-accent-rgb),.05) 0 .0625rem,transparent .0625rem .25rem),linear-gradient(90deg,rgba(var(--theme-accent-rgb),.08) .0625rem,transparent .0625rem),linear-gradient(rgba(var(--theme-accent-rgb),.08) .0625rem,transparent .0625rem);background-size:auto,2rem 2rem,2rem 2rem}[data-theme-preset=notion-02] .ac-hero{background:radial-gradient(circle at 75% 18%,rgba(var(--theme-accent-rgb),.16),transparent 28rem)}[data-theme-preset=notion-02] .ac-hero__gradient{display:none}[data-theme-preset=notion-02] .ac-hero__grid-pattern{opacity:.18;background-size:1rem 1rem;mask-image:linear-gradient(to bottom,black 0%,transparent 82%);-webkit-mask-image:linear-gradient(to bottom,black 0%,transparent 82%)}[data-theme-preset=notion-02] .ac-hero__title,[data-theme-preset=notion-02] .ac-header__logo,[data-theme-preset=notion-02] .ac-header__link,[data-theme-preset=notion-02] .ac-header__cta,[data-theme-preset=notion-02] .ac-hero__preview-header,[data-theme-preset=notion-02] .ac-hero__preview-title,[data-theme-preset=notion-02] .ac-hero__preview-block span{font-family:var(--theme-font-mono)}[data-theme-preset=notion-02] .ac-hero__title{max-width:12ch;font-weight:var(--ac-font-bold);letter-spacing:-.06em;text-transform:uppercase}[data-theme-preset=notion-02] .ac-hero__cta-primary,[data-theme-preset=notion-02] .ac-header__cta,[data-theme-preset=notion-02] .ac-header__mobile-cta{color:var(--theme-on-accent);background:rgb(var(--theme-accent-rgb));border-color:var(--theme-card-border);box-shadow:.25rem .25rem 0 var(--theme-card-border)}[data-theme-preset=notion-02] .ac-hero__cta-primary:before{content:">_";font-family:var(--theme-font-mono)}[data-theme-preset=notion-02] .ac-hero__cta-secondary,[data-theme-preset=notion-02] .ac-hero__stat,[data-theme-preset=notion-02] .ac-header__nav,[data-theme-preset=notion-02] .ac-hero__preview-block{border:.125rem solid var(--theme-card-border);box-shadow:.25rem .25rem #25221b24}[data-theme-preset=notion-02] .ac-hero__cta-secondary,[data-theme-preset=notion-02] .ac-hero__stat-value,[data-theme-preset=notion-02] .ac-header__link{color:var(--theme-screen-text)}[data-theme-preset=notion-02] .ac-hero__stat-label{color:var(--theme-screen-muted)}[data-theme-preset=notion-02] .ac-hero__preview{min-height:30rem;background:var(--theme-code-bg);border:.125rem solid var(--theme-card-border);border-radius:var(--theme-hero-radius);box-shadow:var(--theme-card-shadow)}[data-theme-preset=notion-02] .ac-hero__preview-header{justify-content:space-between;color:var(--theme-on-accent);background:rgb(var(--theme-accent-rgb));border-bottom:.125rem solid var(--theme-card-border);text-transform:uppercase;letter-spacing:.08em}[data-theme-preset=notion-02] .ac-hero__preview-header:after{content:"SYS 02";color:var(--theme-on-accent);font-size:var(--ac-text-xs)}[data-theme-preset=notion-02] .ac-hero__preview-dot{background:var(--theme-page-bg);border:.0625rem solid var(--theme-card-border)}[data-theme-preset=notion-02] .ac-hero__preview-title{color:var(--theme-screen-text);font-size:var(--ac-text-lg);text-transform:uppercase}[data-theme-preset=notion-02] .ac-hero__preview-title:before{content:"C:\\ASTROLIFY\\";color:var(--theme-screen-muted)}[data-theme-preset=notion-02] .ac-hero__preview-block{background:color-mix(in srgb,var(--theme-code-bg) 86%,rgb(var(--theme-accent-rgb)))}[data-theme-preset=notion-02] .ac-hero__preview-block:hover{transform:translate(-.0625rem,-.0625rem);box-shadow:.35rem .35rem #25221b2e}[data-theme-preset=notion-02] .ac-hero__preview-block span{color:var(--theme-screen-text);letter-spacing:.08em}[data-theme-preset=notion-02] .ac-hero__preview-block p{color:var(--theme-screen-muted)}[data-theme-preset=notion-02] .ac-header{backdrop-filter:none}[data-theme-preset=notion-02] .ac-header__nav{background:var(--theme-code-bg);border-radius:var(--theme-button-radius)}[data-theme-preset=notion-02] .ac-header__link{color:var(--theme-screen-text)}[data-theme-preset=notion-02] .ac-header__link:hover{color:var(--theme-on-accent);background:rgb(var(--theme-accent-rgb))}[data-theme-preset=notion-02] .ac-header__cta:before{content:"RUN";margin-right:var(--ac-spacing-2);padding:.0625rem .25rem;color:var(--theme-screen-text);background:var(--theme-code-bg);border:.0625rem solid var(--theme-card-border);border-radius:.125rem;font-size:.625rem;line-height:1.2;letter-spacing:.08em}html[data-theme-preset=notion-02] .ac-header .ac-header__nav{background:var(--theme-code-bg);border-color:var(--theme-card-border)}html[data-theme-preset=notion-02] .ac-header .ac-header__link,html[data-theme-preset=notion-02] .ac-header .ac-header__logo{color:var(--theme-screen-text)}html[data-theme-preset=notion-02] .ac-header .ac-header__link:hover{color:var(--theme-on-accent);background:rgb(var(--theme-accent-rgb))}html[data-theme-preset=notion-02] .ac-header .ac-header__cta,html[data-theme-preset=notion-02] .ac-header .ac-header__mobile-cta,html[data-theme-preset=notion-02] .ac-hero .ac-hero__cta-primary{color:var(--theme-on-accent);background:rgb(var(--theme-accent-rgb));border-color:var(--theme-card-border)}html[data-theme-preset=notion-02] .ac-hero .ac-hero__cta-secondary,html[data-theme-preset=notion-02] .ac-hero .ac-hero__stat{color:var(--theme-screen-text);background:var(--theme-code-bg);border-color:var(--theme-card-border)}html[data-theme-preset=notion-02] .ac-hero .ac-hero__stat-value{color:var(--theme-screen-text)}html[data-theme-preset=notion-02] .ac-hero .ac-hero__stat-label{color:var(--theme-screen-muted)}html[data-theme-preset=notion-02] .ac-hero .ac-hero__preview{background:var(--theme-code-bg);border-color:var(--theme-card-border)}html[data-theme-preset=notion-02] .ac-hero .ac-hero__preview-title,html[data-theme-preset=notion-02] .ac-hero .ac-hero__preview-block span{color:var(--theme-screen-text)}html[data-theme-preset=notion-02] .ac-hero .ac-hero__preview-title:before,html[data-theme-preset=notion-02] .ac-hero .ac-hero__preview-block p{color:var(--theme-screen-muted)}html[data-theme-preset=notion-02] .ac-hero .ac-hero__preview-header,html[data-theme-preset=notion-02] .ac-hero .ac-hero__preview-header:after{color:var(--theme-on-accent)}html[data-theme-preset=notion-02] .ac-hero .ac-hero__preview-header{background:rgb(var(--theme-accent-rgb));border-color:var(--theme-card-border)}html[data-theme-preset=notion-02] .ac-hero .ac-hero__preview-header span{color:var(--theme-on-accent)}[data-theme-preset=notion-03]{--ac-font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--ac-primary: 255, 91, 46;--ac-secondary: 28, 88, 255;--ac-gradient-primary: linear-gradient(135deg, rgb(255, 91, 46), rgb(28, 88, 255));--ac-rounded-xl: .375rem;--ac-rounded-2xl: .625rem;--ac-rounded-3xl: .875rem;--ac-shadow-lg: 0 1rem 2.5rem rgba(12, 18, 32, .14);--ac-shadow-xl: 0 1.5rem 4rem rgba(12, 18, 32, .2);--theme-accent-rgb: 255, 91, 46;--theme-blue-rgb: 28, 88, 255;--theme-green-rgb: 32, 201, 151;--theme-button-radius: 999rem;--theme-hero-radius: 1rem;--theme-hero-grid-opacity: .24;--theme-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace}[data-theme-preset=notion-03][data-theme=light]{--ac-bg: rgb(248, 249, 245);--ac-bg-subtle: rgb(238, 241, 232);--ac-bg-muted: rgb(224, 229, 218);--ac-text: rgb(17, 22, 31);--ac-text-muted: rgb(76, 86, 103);--ac-text-subtle: rgb(112, 124, 143);--ac-border-color: rgb(207, 215, 202);--ac-card-bg: rgb(255, 255, 250);--ac-card-border: rgb(207, 215, 202);--ac-header-bg: rgba(248, 249, 245, .9);--theme-page-bg: rgb(248, 249, 245);--theme-page-surface: rgb(255, 255, 250);--theme-card-bg: rgb(255, 255, 250);--theme-card-border: rgb(207, 215, 202);--theme-header-bg: rgba(248, 249, 245, .88);--theme-header-border: rgba(17, 22, 31, .12);--theme-code-bg: rgb(232, 236, 225);--theme-code-border: rgb(207, 215, 202);--theme-text: rgb(17, 22, 31);--theme-text-muted: rgb(76, 86, 103);--theme-accent: rgb(var(--theme-accent-rgb));--theme-card-shadow: 0 1.25rem 3.5rem rgba(17, 22, 31, .12);--theme-hero-bg: linear-gradient(135deg, rgb(248, 249, 245) 0%, rgb(240, 244, 235) 52%, rgb(255, 247, 239) 100%)}[data-theme-preset=notion-03][data-theme=dark]{--ac-bg: rgb(9, 12, 18);--ac-bg-subtle: rgb(17, 22, 31);--ac-bg-muted: rgb(28, 35, 48);--ac-text: rgb(244, 247, 242);--ac-text-muted: rgb(178, 190, 205);--ac-text-subtle: rgb(132, 145, 164);--ac-border-color: rgb(49, 60, 78);--ac-card-bg: rgb(14, 19, 28);--ac-card-border: rgb(49, 60, 78);--ac-header-bg: rgba(9, 12, 18, .86);--theme-page-bg: rgb(9, 12, 18);--theme-page-surface: rgb(14, 19, 28);--theme-card-bg: rgb(14, 19, 28);--theme-card-border: rgb(49, 60, 78);--theme-header-bg: rgba(9, 12, 18, .84);--theme-header-border: rgba(244, 247, 242, .14);--theme-code-bg: rgb(18, 25, 36);--theme-code-border: rgb(49, 60, 78);--theme-text: rgb(244, 247, 242);--theme-text-muted: rgb(178, 190, 205);--theme-accent: rgb(var(--theme-accent-rgb));--theme-card-shadow: 0 1.5rem 4rem rgba(0, 0, 0, .38);--theme-hero-bg: linear-gradient(135deg, rgb(9, 12, 18) 0%, rgb(13, 20, 34) 52%, rgb(28, 18, 15) 100%)}[data-theme-preset=notion-03] body{background:radial-gradient(circle at 84% 22%,rgba(var(--theme-blue-rgb),.18),transparent 22rem),radial-gradient(circle at 14% 78%,rgba(var(--theme-accent-rgb),.14),transparent 18rem),var(--theme-page-bg)}[data-theme-preset=notion-03] .ac-hero{min-height:78vh;padding:clamp(6rem,9vw,7.5rem) 0 clamp(2rem,4vw,3.25rem);isolation:isolate}[data-theme-preset=notion-03] .ac-hero:after{content:"SCROLL / DEPLOY";position:absolute;right:clamp(1.25rem,4vw,4rem);bottom:clamp(.75rem,2vw,1.5rem);z-index:1;color:var(--theme-text-muted);font-family:var(--theme-font-mono);font-size:.6875rem;letter-spacing:.16em;opacity:.78}[data-theme-preset=notion-03] .ac-hero__gradient{top:12%;left:auto;right:-12rem;width:42rem;height:42rem;transform:none;background:radial-gradient(circle at 40% 40%,rgba(var(--theme-accent-rgb),.24),transparent 36%),radial-gradient(circle at 64% 58%,rgba(var(--theme-blue-rgb),.22),transparent 42%);border-radius:34% 66% 58% 42%;filter:blur(.125rem)}[data-theme-preset=notion-03] .ac-hero__grid-pattern{opacity:var(--theme-hero-grid-opacity);background-image:linear-gradient(var(--ac-border-color) .0625rem,transparent .0625rem),linear-gradient(90deg,var(--ac-border-color) .0625rem,transparent .0625rem),linear-gradient(135deg,transparent 49.7%,rgba(var(--theme-accent-rgb),.22) 50%,transparent 50.3%);background-size:3.25rem 3.25rem,3.25rem 3.25rem,100% 100%;mask-image:linear-gradient(to bottom,black 0%,black 70%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,black 0%,black 70%,transparent 100%)}[data-theme-preset=notion-03] .ac-hero__content{grid-template-columns:minmax(0,.92fr) minmax(22rem,.76fr);align-items:end;gap:clamp(var(--ac-spacing-8),7vw,var(--ac-spacing-18))}[data-theme-preset=notion-03] .ac-hero__text{gap:clamp(var(--ac-spacing-8),4vw,var(--ac-spacing-12));transform:translateY(-.75rem)}[data-theme-preset=notion-03] .ac-hero__intro{gap:var(--ac-spacing-5)}[data-theme-preset=notion-03] .ac-hero__title{max-width:11ch;color:var(--theme-text);font-size:clamp(3.5rem,9vw,7.25rem);font-weight:900;line-height:.88;letter-spacing:-.08em;text-wrap:balance}[data-theme-preset=notion-03] .gradient-text{color:var(--theme-text)}[data-theme-preset=notion-03] .ac-hero__description{max-width:48ch;color:var(--theme-text-muted);font-size:clamp(1rem,1.8vw,1.18rem);line-height:1.72}[data-theme-preset=notion-03] .ac-hero__after-intro{display:grid;grid-template-columns:minmax(0,max-content) minmax(16rem,1fr);align-items:stretch;gap:var(--ac-spacing-5)}[data-theme-preset=notion-03] .ac-hero__ctas{align-items:center;padding:.375rem;background:color-mix(in srgb,var(--theme-page-surface) 88%,transparent);border:.0625rem solid var(--theme-card-border);border-radius:999rem;box-shadow:var(--theme-card-shadow)}[data-theme-preset=notion-03] .ac-hero__cta-primary,[data-theme-preset=notion-03] .ac-header__cta,[data-theme-preset=notion-03] .ac-header__mobile-cta{color:#fffffa;background:rgb(var(--theme-accent-rgb));border-color:rgb(var(--theme-accent-rgb));box-shadow:0 .875rem 1.75rem rgba(var(--theme-accent-rgb),.28)}[data-theme-preset=notion-03] .ac-hero__cta-primary:hover,[data-theme-preset=notion-03] .ac-header__cta:hover{opacity:1;transform:translateY(-.125rem) scale(1.01)}[data-theme-preset=notion-03] .ac-hero__cta-secondary{color:var(--theme-text);background:transparent;border-color:transparent}[data-theme-preset=notion-03] .ac-hero__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;width:100%;padding-top:0;overflow:hidden;background:color-mix(in srgb,var(--theme-page-surface) 88%,transparent);border:.0625rem solid var(--theme-card-border);border-radius:1rem}[data-theme-preset=notion-03] .ac-hero__stat{align-items:flex-start;padding:var(--ac-spacing-3) var(--ac-spacing-4);background:transparent;border:0;border-radius:0}[data-theme-preset=notion-03] .ac-hero__stat+.ac-hero__stat{border-left:.0625rem solid var(--theme-card-border)}[data-theme-preset=notion-03] .ac-hero__stat-value{color:var(--theme-text);font-family:var(--theme-font-mono);font-size:clamp(1rem,2vw,1.35rem)}[data-theme-preset=notion-03] .ac-hero__stat-label{color:var(--theme-text-muted);font-family:var(--theme-font-mono);font-size:.6875rem;text-transform:uppercase;letter-spacing:.08em}[data-theme-preset=notion-03] .ac-hero__preview{position:relative;min-height:min(31rem,56vh);overflow:hidden;background:linear-gradient(180deg,color-mix(in srgb,var(--theme-page-surface) 94%,transparent),color-mix(in srgb,var(--theme-code-bg) 88%,transparent)),var(--theme-page-surface);border:.0625rem solid var(--theme-card-border);border-radius:var(--theme-hero-radius);box-shadow:var(--theme-card-shadow);transform:translateY(2.2rem) rotate(-1.4deg)}[data-theme-preset=notion-03] .ac-hero__preview:before{content:"READY";position:absolute;top:4.25rem;right:1rem;z-index:1;padding:.35rem .55rem;color:rgb(var(--theme-green-rgb));background:rgba(var(--theme-green-rgb),.1);border:.0625rem solid rgba(var(--theme-green-rgb),.34);border-radius:999rem;font-family:var(--theme-font-mono);font-size:.6875rem;letter-spacing:.12em}[data-theme-preset=notion-03] .ac-hero__preview-header{justify-content:space-between;color:var(--theme-text);background:color-mix(in srgb,var(--theme-code-bg) 88%,transparent);border-bottom:.0625rem solid var(--theme-card-border);font-family:var(--theme-font-mono);font-size:.75rem;text-transform:uppercase;letter-spacing:.1em}[data-theme-preset=notion-03] .ac-hero__preview-header:after{content:"MISSION-03";color:rgb(var(--theme-accent-rgb))}[data-theme-preset=notion-03] .ac-hero__preview-dot{background:rgb(var(--theme-accent-rgb));box-shadow:0 0 0 .35rem rgba(var(--theme-accent-rgb),.12)}[data-theme-preset=notion-03] .ac-hero__preview-body{gap:var(--ac-spacing-4);padding:var(--ac-spacing-5)}[data-theme-preset=notion-03] .ac-hero__preview-title{width:max-content;max-width:100%;padding:.45rem .7rem;color:var(--theme-text);background:var(--theme-page-surface);border:.0625rem solid var(--theme-card-border);border-radius:999rem;font-family:var(--theme-font-mono);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}[data-theme-preset=notion-03] .ac-hero__preview-block{padding:var(--ac-spacing-4);background:color-mix(in srgb,var(--theme-page-surface) 86%,transparent);border:.0625rem solid var(--theme-card-border);border-radius:.75rem}[data-theme-preset=notion-03] .ac-hero__preview-block:nth-child(3){margin-left:clamp(0rem,8vw,3.5rem)}[data-theme-preset=notion-03] .ac-hero__preview-block span{color:rgb(var(--theme-accent-rgb));font-family:var(--theme-font-mono);font-size:.72rem;text-transform:uppercase;letter-spacing:.1em}[data-theme-preset=notion-03] .ac-hero__preview-block p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:var(--theme-text-muted)}[data-theme-preset=notion-03] .ac-header{background:transparent;border-bottom-color:transparent;backdrop-filter:none}[data-theme-preset=notion-03] .ac-header--scrolled{background:var(--theme-header-bg);border-bottom-color:var(--theme-header-border);backdrop-filter:blur(.75rem)}[data-theme-preset=notion-03] .ac-header__inner{height:4.25rem}[data-theme-preset=notion-03] .ac-header__logo{color:var(--theme-text);font-family:var(--theme-font-mono);font-size:.95rem;letter-spacing:-.04em}[data-theme-preset=notion-03] .ac-header__logo:before{content:"▶ ";color:rgb(var(--theme-accent-rgb))}[data-theme-preset=notion-03] .ac-header__nav{gap:0;background:color-mix(in srgb,var(--theme-page-surface) 78%,transparent);border-color:var(--theme-header-border);border-radius:999rem;box-shadow:0 .75rem 2rem #00000014}[data-theme-preset=notion-03] .ac-header--scrolled .ac-header__nav{transform:translateY(-140%);opacity:0;pointer-events:none}[data-theme-preset=notion-03] .ac-header__link{color:var(--theme-text-muted);font-family:var(--theme-font-mono);font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}[data-theme-preset=notion-03] .ac-header__link:hover{color:var(--theme-text);background:rgba(var(--theme-accent-rgb),.1)}[data-theme-preset=notion-03] .ac-header__actions{padding:.25rem;background:color-mix(in srgb,var(--theme-page-surface) 72%,transparent);border:.0625rem solid var(--theme-header-border);border-radius:999rem}[data-theme-preset=notion-03] .ac-header__cta{font-family:var(--theme-font-mono);font-size:.75rem;text-transform:uppercase;letter-spacing:.08em}[data-theme-preset=notion-03] .ac-header__mobile{background:var(--theme-page-surface)}[data-theme-preset=notion-03] .animate-fade-in-up{animation-name:launch-command-in;animation-duration:.76s;animation-timing-function:cubic-bezier(.16,1,.3,1)}[data-theme-preset=notion-03] .ac-hero__preview.animate-fade-in-up{animation-name:launch-panel-in}@keyframes launch-command-in{0%{opacity:0;transform:translate3d(-1rem,1.25rem,0) scale(.985)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes launch-panel-in{0%{opacity:0;transform:translate3d(2.5rem,3rem,0) rotate(-4deg) scale(.96)}to{opacity:1;transform:translateY(2.2rem) rotate(-1.4deg) scale(1)}}@media(max-width:64rem){[data-theme-preset=notion-03] .ac-header--scrolled .ac-header__nav{transform:none;opacity:1;pointer-events:auto}[data-theme-preset=notion-03] .ac-hero__content,[data-theme-preset=notion-03] .ac-hero__after-intro,[data-theme-preset=notion-03] .ac-hero__stats{grid-template-columns:1fr}[data-theme-preset=notion-03] .ac-hero__text,[data-theme-preset=notion-03] .ac-hero__preview{transform:none}[data-theme-preset=notion-03] .ac-hero__preview.animate-fade-in-up{animation-name:launch-command-in}}@media(max-width:48rem){[data-theme-preset=notion-03] .ac-hero{min-height:auto}[data-theme-preset=notion-03] .ac-hero__ctas,[data-theme-preset=notion-03] .ac-header__actions{border-radius:1rem}[data-theme-preset=notion-03] .ac-hero__ctas{flex-direction:column;align-items:stretch;width:100%}[data-theme-preset=notion-03] .ac-hero__cta-primary,[data-theme-preset=notion-03] .ac-hero__cta-secondary{justify-content:center}[data-theme-preset=notion-03] .ac-hero__stat+.ac-hero__stat{border-left:0;border-top:.0625rem solid var(--theme-card-border)}}@media(prefers-reduced-motion:reduce){[data-theme-preset=notion-03] .animate-fade-in-up,[data-theme-preset=notion-03] .ac-hero__preview.animate-fade-in-up{animation:none}}[data-theme-preset=notion-04]{--ac-font-sans: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;--ac-primary: 115, 84, 54;--ac-secondary: 173, 128, 84;--ac-gradient-primary: linear-gradient(135deg, rgb(115, 84, 54), rgb(173, 128, 84));--ac-rounded-xl: .625rem;--ac-rounded-2xl: .875rem;--ac-rounded-3xl: 1.25rem;--ac-shadow-lg: 0 1rem 2.75rem rgba(59, 47, 36, .08);--ac-shadow-xl: 0 1.75rem 4.5rem rgba(59, 47, 36, .12);--theme-accent-rgb: 139, 97, 57;--theme-ink-rgb: 40, 36, 31;--theme-paper-rgb: 249, 245, 236;--theme-button-radius: 999rem;--theme-hero-radius: .875rem;--theme-hero-grid-opacity: .09;--theme-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace}[data-theme-preset=notion-04][data-theme=light]{--ac-bg: rgb(var(--theme-paper-rgb));--ac-bg-subtle: rgb(239, 233, 222);--ac-bg-muted: rgb(226, 216, 201);--ac-text: rgb(var(--theme-ink-rgb));--ac-text-muted: rgb(92, 82, 69);--ac-text-subtle: rgb(137, 122, 103);--ac-border-color: rgb(215, 202, 184);--ac-card-bg: rgb(255, 252, 246);--ac-card-border: rgb(215, 202, 184);--ac-header-bg: rgba(249, 245, 236, .88);--theme-page-bg: rgb(var(--theme-paper-rgb));--theme-page-surface: rgb(255, 252, 246);--theme-card-bg: rgb(255, 252, 246);--theme-card-border: rgb(215, 202, 184);--theme-header-bg: rgba(249, 245, 236, .9);--theme-header-border: rgba(40, 36, 31, .13);--theme-code-bg: rgb(239, 233, 222);--theme-code-border: rgb(215, 202, 184);--theme-text: rgb(var(--theme-ink-rgb));--theme-text-muted: rgb(92, 82, 69);--theme-accent: rgb(var(--theme-accent-rgb));--theme-card-shadow: 0 1.25rem 3.75rem rgba(59, 47, 36, .1);--theme-hero-bg: radial-gradient(circle at 50% 38%, rgb(255, 252, 246), rgb(249, 245, 236) 58%, rgb(238, 230, 217))}[data-theme-preset=notion-04][data-theme=dark]{--ac-bg: rgb(21, 18, 16);--ac-bg-subtle: rgb(32, 28, 24);--ac-bg-muted: rgb(48, 41, 35);--ac-text: rgb(246, 238, 224);--ac-text-muted: rgb(196, 180, 157);--ac-text-subtle: rgb(151, 133, 111);--ac-border-color: rgb(75, 63, 51);--ac-card-bg: rgb(29, 25, 21);--ac-card-border: rgb(75, 63, 51);--ac-header-bg: rgba(21, 18, 16, .88);--theme-page-bg: rgb(21, 18, 16);--theme-page-surface: rgb(29, 25, 21);--theme-card-bg: rgb(29, 25, 21);--theme-card-border: rgb(75, 63, 51);--theme-header-bg: rgba(21, 18, 16, .9);--theme-header-border: rgba(246, 238, 224, .14);--theme-code-bg: rgb(34, 29, 25);--theme-code-border: rgb(75, 63, 51);--theme-text: rgb(246, 238, 224);--theme-text-muted: rgb(196, 180, 157);--theme-accent: rgb(198, 145, 88);--theme-card-shadow: 0 1.5rem 4rem rgba(0, 0, 0, .34);--theme-hero-bg: radial-gradient(circle at 50% 38%, rgb(34, 29, 25), rgb(21, 18, 16) 62%, rgb(12, 10, 9))}[data-theme-preset=notion-04] body{background:linear-gradient(rgba(var(--theme-accent-rgb),.045) .0625rem,transparent .0625rem),var(--theme-page-bg);background-size:100% 1.65rem,auto}[data-theme-preset=notion-04] .ac-hero{min-height:100vh;padding:clamp(7rem,12vw,10rem) 0 clamp(5rem,8vw,7rem);background:var(--theme-hero-bg);isolation:isolate}[data-theme-preset=notion-04] .ac-hero:before{content:"Editorial Cover / Read slowly";position:absolute;left:50%;bottom:clamp(1.25rem,3vw,2.5rem);z-index:1;color:var(--theme-text-muted);font-family:var(--theme-font-mono);font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;transform:translate(-50%);opacity:.76}[data-theme-preset=notion-04] .ac-hero__gradient{top:7%;left:50%;width:min(78vw,62rem);height:min(78vw,62rem);background:radial-gradient(circle,rgba(var(--theme-accent-rgb),.13),transparent 34%),conic-gradient(from 90deg,transparent,rgba(var(--theme-accent-rgb),.12),transparent 42%);border-radius:50%;transform:translate(-50%);filter:blur(.25rem)}[data-theme-preset=notion-04] .ac-hero__grid-pattern{opacity:var(--theme-hero-grid-opacity);background-image:linear-gradient(var(--ac-border-color) .0625rem,transparent .0625rem),linear-gradient(90deg,var(--ac-border-color) .0625rem,transparent .0625rem);background-size:5.5rem 5.5rem;mask-image:radial-gradient(circle at center,black 18%,transparent 74%);-webkit-mask-image:radial-gradient(circle at center,black 18%,transparent 74%)}[data-theme-preset=notion-04] .ac-hero__content{min-height:min(42rem,74vh);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}[data-theme-preset=notion-04] .ac-hero .ac-hero__content,[data-theme-preset=notion-04] .ac-hero .ac-hero__text,[data-theme-preset=notion-04] .ac-hero .ac-hero__intro,[data-theme-preset=notion-04] .ac-hero .ac-hero__after-intro{align-items:center;text-align:center}[data-theme-preset=notion-04] .ac-hero .ac-hero__content{display:flex;grid-template-columns:none}[data-theme-preset=notion-04] .ac-hero__text{width:min(100%,58rem);align-items:center;gap:clamp(var(--ac-spacing-8),4vw,var(--ac-spacing-12));text-align:center}[data-theme-preset=notion-04] .ac-hero__intro,[data-theme-preset=notion-04] .ac-hero__after-intro{align-items:center}[data-theme-preset=notion-04] .ac-hero__intro{gap:var(--ac-spacing-6)}[data-theme-preset=notion-04] .ac-hero__title{max-width:13ch;margin-inline:auto;color:var(--theme-text);font-size:clamp(3.5rem,8vw,7.75rem);font-weight:500;line-height:.95;letter-spacing:-.075em;text-wrap:balance}[data-theme-preset=notion-04] .gradient-text{color:var(--theme-text);font-style:italic}[data-theme-preset=notion-04] .ac-hero__description{max-width:62ch;margin-inline:auto;color:var(--theme-text-muted);font-family:var(--ac-font-sans);font-size:clamp(1.05rem,1.9vw,1.35rem);line-height:1.82}[data-theme-preset=notion-04] .ac-hero__after-intro{gap:var(--ac-spacing-8);width:min(100%,50rem)}[data-theme-preset=notion-04] .ac-hero__ctas{justify-content:center;align-items:center}[data-theme-preset=notion-04] .ac-hero__cta-primary,[data-theme-preset=notion-04] .ac-header__cta,[data-theme-preset=notion-04] .ac-header__mobile-cta{color:var(--theme-page-bg);background:var(--theme-text);border-color:var(--theme-text);box-shadow:none}[data-theme-preset=notion-04] .ac-hero__cta-primary:hover,[data-theme-preset=notion-04] .ac-header__cta:hover{opacity:1;transform:translateY(-.0625rem)}[data-theme-preset=notion-04] .ac-hero__cta-secondary{color:var(--theme-text);background:transparent;border-color:var(--theme-card-border)}[data-theme-preset=notion-04] .ac-hero__stats{display:flex;justify-content:center;gap:0;width:min(100%,46rem);padding-top:var(--ac-spacing-2);border-top:.0625rem solid var(--theme-card-border);border-bottom:.0625rem solid var(--theme-card-border)}[data-theme-preset=notion-04] .ac-hero__stat{flex:1;align-items:center;padding:var(--ac-spacing-4) var(--ac-spacing-5);background:transparent;border:0;border-radius:0}[data-theme-preset=notion-04] .ac-hero__stat+.ac-hero__stat{border-left:.0625rem solid var(--theme-card-border)}[data-theme-preset=notion-04] .ac-hero__stat-value{color:var(--theme-text);font-family:var(--theme-font-mono);font-size:.9rem;letter-spacing:.04em}[data-theme-preset=notion-04] .ac-hero__stat-label{color:var(--theme-text-muted);font-family:var(--theme-font-mono);font-size:.68rem;text-transform:uppercase;letter-spacing:.12em}[data-theme-preset=notion-04] .ac-hero__preview{display:none}[data-theme-preset=notion-04] .ac-header{background:transparent;border-bottom-color:transparent;backdrop-filter:none}[data-theme-preset=notion-04] .ac-header--scrolled{background:var(--theme-header-bg);border-bottom-color:var(--theme-header-border);backdrop-filter:blur(.75rem)}[data-theme-preset=notion-04] .ac-header__inner{height:4.5rem}[data-theme-preset=notion-04] .ac-header__logo{color:var(--theme-text);font-size:1rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}[data-theme-preset=notion-04] .ac-header__nav{gap:var(--ac-spacing-1);background:transparent;border-color:transparent;border-radius:999rem}[data-theme-preset=notion-04] .ac-header--scrolled .ac-header__nav{background:color-mix(in srgb,var(--theme-page-surface) 80%,transparent);border-color:var(--theme-header-border)}[data-theme-preset=notion-04] .ac-header__link{color:var(--theme-text-muted);font-family:var(--theme-font-mono);font-size:.72rem;text-transform:uppercase;letter-spacing:.11em}[data-theme-preset=notion-04] .ac-header__link:hover{color:var(--theme-text);background:color-mix(in srgb,var(--theme-code-bg) 80%,transparent)}[data-theme-preset=notion-04] .ac-header__actions{padding:.25rem;background:color-mix(in srgb,var(--theme-page-surface) 72%,transparent);border:.0625rem solid var(--theme-header-border);border-radius:999rem;backdrop-filter:blur(.75rem)}[data-theme-preset=notion-04] .ac-header__cta{font-family:var(--theme-font-mono);font-size:.72rem;text-transform:uppercase;letter-spacing:.1em}[data-theme-preset=notion-04] .animate-fade-in-up{animation-name:editorial-cover-reveal;animation-duration:.98s;animation-timing-function:cubic-bezier(.22,1,.36,1)}@keyframes editorial-cover-reveal{0%{clip-path:inset(0 0 100% 0);opacity:0;transform:translate3d(0,1rem,0)}to{clip-path:inset(0 0 0 0);opacity:1;transform:translateZ(0)}}@media(max-width:64rem){[data-theme-preset=notion-04] .ac-hero__content{min-height:auto}[data-theme-preset=notion-04] .ac-header__nav{background:color-mix(in srgb,var(--theme-page-surface) 80%,transparent);border-color:var(--theme-header-border)}}@media(max-width:48rem){[data-theme-preset=notion-04] .ac-hero{min-height:92vh}[data-theme-preset=notion-04] .ac-hero__stats{flex-direction:column}[data-theme-preset=notion-04] .ac-hero__stat+.ac-hero__stat{border-left:0;border-top:.0625rem solid var(--theme-card-border)}[data-theme-preset=notion-04] .ac-hero__ctas{flex-direction:column;align-items:stretch;width:100%}[data-theme-preset=notion-04] .ac-hero__cta-primary,[data-theme-preset=notion-04] .ac-hero__cta-secondary{justify-content:center}}@media(prefers-reduced-motion:reduce){[data-theme-preset=notion-04] .animate-fade-in-up{animation:none}}[data-theme-preset=terminal]{--ac-font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--ac-rounded-xl: .25rem;--ac-rounded-2xl: .375rem;--ac-rounded-3xl: .5rem;--ac-shadow-lg: 0 1rem 2rem rgba(4, 18, 18, .18);--ac-shadow-xl: 0 1.25rem 2.5rem rgba(4, 18, 18, .24);--theme-accent-rgb: 19, 147, 120;--theme-button-radius: .25rem;--theme-hero-radius: .5rem;--theme-font-body: var(--ac-font-sans)}[data-theme-preset=terminal][data-theme=light]{--ac-primary: 19, 147, 120;--ac-secondary: 14, 116, 144;--ac-gradient-primary: linear-gradient(135deg, rgb(19, 147, 120), rgb(14, 116, 144));--ac-bg: rgb(243, 247, 244);--ac-bg-subtle: rgb(231, 239, 233);--ac-bg-muted: rgb(218, 230, 222);--ac-text: rgb(18, 32, 29);--ac-text-muted: rgb(75, 94, 89);--ac-text-subtle: rgb(112, 128, 123);--ac-border-color: rgb(124, 150, 140);--ac-card-bg: rgb(250, 253, 250);--ac-card-border: rgb(124, 150, 140);--ac-header-bg: rgba(243, 247, 244, .92);--theme-page-bg: rgb(243, 247, 244);--theme-page-surface: rgb(231, 239, 233);--theme-card-bg: rgb(250, 253, 250);--theme-card-border: rgb(124, 150, 140);--theme-header-bg: rgba(243, 247, 244, .92);--theme-header-border: rgb(124, 150, 140);--theme-code-bg: rgb(224, 235, 228);--theme-code-border: rgb(124, 150, 140)}[data-theme-preset=terminal][data-theme=dark]{--ac-primary: 83, 201, 161;--ac-secondary: 87, 179, 196;--ac-gradient-primary: linear-gradient(135deg, rgb(83, 201, 161), rgb(87, 179, 196));--ac-bg: rgb(8, 17, 16);--ac-bg-subtle: rgb(12, 29, 27);--ac-bg-muted: rgb(19, 42, 39);--ac-text: rgb(221, 238, 231);--ac-text-muted: rgb(145, 174, 164);--ac-text-subtle: rgb(95, 123, 114);--ac-border-color: rgb(45, 88, 76);--ac-card-bg: rgb(10, 24, 22);--ac-card-border: rgb(45, 88, 76);--ac-header-bg: rgba(8, 17, 16, .92);--theme-page-bg: rgb(8, 17, 16);--theme-page-surface: rgb(12, 29, 27);--theme-card-bg: rgb(10, 24, 22);--theme-card-border: rgb(45, 88, 76);--theme-header-bg: rgba(8, 17, 16, .92);--theme-header-border: rgb(45, 88, 76);--theme-code-bg: rgb(6, 19, 18);--theme-code-border: rgb(45, 88, 76)}[data-theme-preset=terminal] body{background-image:linear-gradient(rgba(var(--theme-accent-rgb),.04) .0625rem,transparent .0625rem),linear-gradient(90deg,rgba(var(--theme-accent-rgb),.04) .0625rem,transparent .0625rem);background-size:1.5rem 1.5rem}[data-theme-preset=terminal] .ac-card,[data-theme-preset=terminal] .ac-hero__cta-secondary,[data-theme-preset=terminal] .ac-header__cta{box-shadow:none}[data-theme-preset=terminal] .section-header__lead:before{content:"$ ./overview";font-family:var(--theme-font-mono);font-size:var(--ac-text-xs);color:var(--theme-accent);letter-spacing:.08em;text-transform:uppercase}.ac-icon[data-astro-cid-patnjmll]{flex-shrink:0}.ac-icon--pricing-check[data-astro-cid-patnjmll]{color:rgb(var(--ac-primary))}.ac-icon--testimonial-star[data-astro-cid-patnjmll]{fill:#facc15;stroke:#facc15;color:#facc15}.ac-theme-switch-wrapper[data-astro-cid-g6q3pnbr]{cursor:pointer;display:flex;align-items:center;gap:var(--ac-spacing-2);font-family:var(--ac-font-sans);color:rgb(var(--ac-color-700));font-size:var(--ac-text-sm);&:hover{.ac-theme-switch-icon{color:var(--ac-primary-hover)}.ac-theme-switch-label{color:rgb(var(--ac-color-700))}}&:has(:focus){.ac-theme-switch-icon,.ac-theme-switch-label{color:var(--ac-primary-hover)}}}.ac-theme-switch[data-astro-cid-g6q3pnbr]{height:0;opacity:0;overflow:hidden;position:absolute;width:0}.ac-theme-switch-icon[data-astro-cid-g6q3pnbr]{height:var(--ac-spacing-5);transition:all .3s ease-in-out;width:var(--ac-spacing-5)}.ac-theme-switch-label[data-astro-cid-g6q3pnbr]{color:rgb(var(--ac-color-500));transition:all .3s ease-in-out;&.ac-theme-switch-label--hidden{height:0;overflow:hidden;position:absolute;width:0}}.ac-header[data-astro-cid-3ef6ksr2]{position:fixed;top:0;left:0;right:0;z-index:var(--ac-z-header);background-color:var(--theme-header-bg, var(--ac-header-bg));backdrop-filter:blur(.5rem);border-bottom:.0625rem solid var(--theme-header-border, var(--ac-border-color));transition:var(--ac-transition)}.ac-header--scrolled[data-astro-cid-3ef6ksr2]{box-shadow:var(--theme-card-shadow, var(--ac-shadow-md))}.ac-header__inner[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;height:4rem}.ac-header__logo[data-astro-cid-3ef6ksr2]{font-size:var(--ac-text-md);font-weight:var(--ac-font-bold);text-decoration:none;letter-spacing:-.02em}[data-theme-preset=terminal] .ac-header__logo[data-astro-cid-3ef6ksr2],[data-theme-preset=terminal] .ac-header__link[data-astro-cid-3ef6ksr2],[data-theme-preset=terminal] .ac-header__cta[data-astro-cid-3ef6ksr2]{font-family:var(--theme-font-mono)}.ac-header__nav[data-astro-cid-3ef6ksr2]{display:flex;gap:var(--ac-spacing-1);padding:var(--ac-spacing-1);background:var(--theme-code-bg, var(--ac-bg-subtle));border:.0625rem solid var(--theme-code-border, var(--ac-border-color));border-radius:var(--theme-button-radius, var(--ac-rounded-xl))}.ac-header__link[data-astro-cid-3ef6ksr2]{display:inline-flex;align-items:center;min-height:2rem;padding:0 var(--ac-spacing-3);font-size:var(--ac-text-sm);font-weight:var(--ac-font-medium);color:var(--ac-text-muted);text-decoration:none;border-radius:calc(var(--theme-button-radius, var(--ac-rounded-xl)) - .125rem);transition:var(--ac-transition-fast)}.ac-header__link[data-astro-cid-3ef6ksr2]:hover{color:var(--ac-text);background:var(--theme-card-bg, var(--ac-card-bg))}.ac-header__actions[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:var(--ac-spacing-4)}.ac-header__theme[data-astro-cid-3ef6ksr2]{display:flex;align-items:center}.ac-header__mobile-theme[data-astro-cid-3ef6ksr2]{display:flex;justify-content:center;padding-block:var(--ac-spacing-2)}.ac-header__cta[data-astro-cid-3ef6ksr2]{display:inline-flex;align-items:center;min-height:2.25rem;padding:0 var(--ac-spacing-4);font-size:var(--ac-text-sm);font-weight:var(--ac-font-semibold);color:var(--theme-page-bg, rgb(var(--ac-white)));background:var(--theme-accent, rgb(var(--ac-primary)));border:.0625rem solid var(--theme-accent, rgb(var(--ac-primary)));border-radius:var(--theme-button-radius, var(--ac-rounded-xl));text-decoration:none;transition:var(--ac-transition)}.ac-header__cta[data-astro-cid-3ef6ksr2]:hover{opacity:.92;transform:translateY(-.0625rem)}.ac-header__toggle[data-astro-cid-3ef6ksr2]{display:none;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:none;background:transparent;color:var(--ac-text);cursor:pointer;border-radius:var(--ac-rounded-lg)}.ac-header__toggle[data-astro-cid-3ef6ksr2]:hover{background-color:var(--ac-bg-muted)}.ac-header__mobile[data-astro-cid-3ef6ksr2]{display:none;padding:var(--ac-spacing-4) var(--ac-container-padding) var(--ac-spacing-6);border-top:.0625rem solid var(--theme-header-border, var(--ac-border-color))}.ac-header__mobile--open[data-astro-cid-3ef6ksr2]{display:block}.ac-header__mobile-nav[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;gap:var(--ac-spacing-3)}.ac-header__mobile-links[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;gap:var(--ac-spacing-1)}.ac-header__mobile-link[data-astro-cid-3ef6ksr2]{display:block;padding:var(--ac-spacing-3) var(--ac-spacing-4);font-size:var(--ac-text-md);font-weight:var(--ac-font-medium);color:var(--ac-text);text-decoration:none;border-radius:var(--ac-rounded-lg);transition:var(--ac-transition-fast)}.ac-header__mobile-link[data-astro-cid-3ef6ksr2]:hover{background-color:var(--ac-bg-muted)}.ac-header__mobile-cta[data-astro-cid-3ef6ksr2]{display:block;padding:var(--ac-spacing-3);text-align:center;font-size:var(--ac-text-md);font-weight:var(--ac-font-semibold);color:rgb(var(--ac-white));background:var(--theme-accent, rgb(var(--ac-primary)));border-radius:var(--theme-button-radius, var(--ac-rounded-xl));text-decoration:none}@media(max-width:48rem){.ac-header__nav[data-astro-cid-3ef6ksr2],.ac-header__cta[data-astro-cid-3ef6ksr2]{display:none}.ac-header__toggle[data-astro-cid-3ef6ksr2]{display:flex}}.ac-footer[data-astro-cid-sz7xmlte]{background-color:var(--ac-bg-subtle);border-top:.0625rem solid var(--ac-border-color);padding-top:var(--ac-spacing-16);padding-bottom:var(--ac-spacing-8)}.ac-footer[data-astro-cid-sz7xmlte] .container[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:var(--ac-spacing-12)}.ac-footer__grid[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:var(--ac-spacing-12)}.ac-footer__brand[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:var(--ac-spacing-4)}.ac-footer__brand-lower[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:var(--ac-spacing-6)}.ac-footer__logo[data-astro-cid-sz7xmlte]{display:inline-block;font-size:var(--ac-text-xl);font-weight:var(--ac-font-extrabold);text-decoration:none}.ac-footer__description[data-astro-cid-sz7xmlte]{font-size:var(--ac-text-sm);color:var(--ac-text-muted);line-height:var(--ac-leading-relaxed);max-width:18.75rem}.ac-footer__column-inner[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:var(--ac-spacing-4)}.ac-footer__socials[data-astro-cid-sz7xmlte]{display:flex;gap:var(--ac-spacing-3)}.ac-footer__social[data-astro-cid-sz7xmlte]{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:var(--ac-rounded-lg);color:var(--ac-text-muted);background-color:var(--ac-bg-muted);transition:var(--ac-transition);text-decoration:none}.ac-footer__social[data-astro-cid-sz7xmlte]:hover{color:rgb(var(--ac-white));background:var(--ac-gradient-primary)}.ac-footer__column-title[data-astro-cid-sz7xmlte]{font-size:var(--ac-text-sm);font-weight:var(--ac-font-semibold);color:var(--ac-text)}.ac-footer__links[data-astro-cid-sz7xmlte]{list-style:none;padding:0;display:flex;flex-direction:column;gap:var(--ac-spacing-3)}.ac-footer__link[data-astro-cid-sz7xmlte]{font-size:var(--ac-text-sm);color:var(--ac-text-muted);text-decoration:none;transition:var(--ac-transition-fast)}.ac-footer__link[data-astro-cid-sz7xmlte]:hover{color:rgb(var(--ac-primary))}.ac-footer__bottom[data-astro-cid-sz7xmlte]{padding-top:var(--ac-spacing-8);border-top:.0625rem solid var(--ac-border-color);text-align:center;font-size:var(--ac-text-sm);color:var(--ac-text-muted)}@media(max-width:48rem){.ac-footer__grid[data-astro-cid-sz7xmlte]{grid-template-columns:1fr 1fr;gap:var(--ac-spacing-8)}.ac-footer__brand[data-astro-cid-sz7xmlte]{grid-column:1 / -1}}@media(max-width:30rem){.ac-footer__grid[data-astro-cid-sz7xmlte]{grid-template-columns:1fr}}main[data-astro-cid-sckkx6r4]{padding-top:4.5rem}main[data-astro-cid-sckkx6r4].ac-main--flush{padding-top:0}
