@font-face{font-family:inter;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/inter/Inter-Regular.woff2)format("woff2")}@font-face{font-family:inter;font-style:italic;font-weight:400;font-display:swap;src:url(/fonts/inter/Inter-Italic.woff2)format("woff2")}@font-face{font-family:inter;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/inter/Inter-Medium.woff2)format("woff2")}@font-face{font-family:inter;font-style:italic;font-weight:500;font-display:swap;src:url(/fonts/inter/Inter-MediumItalic.woff2)format("woff2")}@font-face{font-family:inter;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/inter/Inter-SemiBold.woff2)format("woff2")}@font-face{font-family:inter;font-style:italic;font-weight:600;font-display:swap;src:url(/fonts/inter/Inter-SemiBoldItalic.woff2)format("woff2")}@font-face{font-family:inter;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/inter/Inter-Bold.woff2)format("woff2")}@font-face{font-family:inter;font-style:italic;font-weight:700;font-display:swap;src:url(/fonts/inter/Inter-BoldItalic.woff2)format("woff2")}:root{--background:oklch(1 0 0);--surface:oklch(0.986 0.003 293);--foreground:oklch(0.141 0.005 285.823);--muted:oklch(0.967 0.001 286.375);--muted-foreground:oklch(0.552 0.016 285.938);--text-secondary:oklch(0.4 0.012 286);--text-tertiary:oklch(0.55 0.01 286);--primary:oklch(0.541 0.281 293.009);--primary-foreground:oklch(0.985 0.002 247.858);--primary-subtle:oklch(0.96 0.03 293);--accent-dot:oklch(0.541 0.281 293.009);--border:oklch(0.92 0.004 286.32);--line:oklch(0.92 0.003 286);--line-subtle:oklch(0.95 0.002 286);--radius:6px;--radius-lg:10px;--container:1120px;--content:720px;--font-sans:"Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace}*,*::before,*::after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;font-family:var(--font-sans);font-size:16px;line-height:1.55;color:var(--foreground);background:var(--background);font-feature-settings:"cv11","ss01","ss03"}a{color:inherit;text-decoration:none;transition:color .15s ease,opacity .15s ease}h1,h2,h3,h4{font-weight:600;letter-spacing:-.022em;line-height:1.1;margin:0 0 .5em;color:var(--foreground)}h1{font-size:clamp(2.25rem,3.5vw + 1rem,4rem);letter-spacing:-.032em;font-weight:620;line-height:1.08}h2{font-size:clamp(2rem,2.5vw + 1rem,3rem);letter-spacing:-.028em;font-weight:620}h3{font-size:1.375rem;letter-spacing:-.018em}h4{font-size:1.0625rem}p{margin:0 0 1.2em}.muted{color:var(--muted-foreground)}.small{font-size:.875rem}img,video{max-width:100%;height:auto;display:block}hr{border:0;border-top:1px solid var(--line);margin:3rem 0}.container{max-width:var(--container);margin:0 auto;padding:0 24px}.prose{max-width:var(--content);margin:0 auto;font-size:1.0625rem;line-height:1.7;color:var(--foreground)}.prose h2{margin-top:2.5em;font-size:1.75rem}.prose h3{margin-top:2em;font-size:1.25rem}.prose a{color:var(--primary);text-decoration:underline;text-underline-offset:3px}.prose a:hover{opacity:.75}.prose a.btn{text-decoration:none}.prose a.btn-primary{color:var(--primary-foreground)}.prose a.btn-ghost{color:var(--foreground)}.prose code{background:var(--muted);padding:.15em .4em;border-radius:4px;font-family:var(--font-mono);font-size:.9em}.prose pre{background:var(--muted);padding:1rem 1.25rem;border-radius:var(--radius);overflow-x:auto;font-size:.875rem;line-height:1.55}.prose pre code{background:0 0;padding:0}.prose blockquote{border-left:2px solid var(--primary);margin:1.5em 0;padding:.25em 1.25em;color:var(--text-secondary)}.nav-mobile-toggle{display:none;background:0 0;border:0;padding:8px;margin:-8px -8px -8px auto;color:var(--foreground);cursor:pointer;border-radius:6px}.nav-mobile-toggle:hover{background:var(--surface)}.nav-mobile-overlay{position:fixed;inset:0;background:oklch(.15 .04 293/.45);backdrop-filter:blur(3px);opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:60}.is-nav-open .nav-mobile-overlay{opacity:1;pointer-events:auto}.nav-mobile-drawer{position:fixed;top:0;right:0;bottom:0;width:min(340px,88vw);background:var(--background);z-index:70;padding:20px 22px;display:flex;flex-direction:column;gap:20px;transform:translateX(100%);transition:transform .25s cubic-bezier(.2,.8,.2,1);overflow-y:auto;box-shadow:-20px 0 40px -12px oklch(.2 .08 293/.3)}.is-nav-open .nav-mobile-drawer{transform:translateX(0)}.nav-mobile-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px;border-bottom:1px solid var(--line-subtle)}.nav-mobile-close{background:0 0;border:0;width:36px;height:36px;border-radius:8px;color:var(--muted-foreground);cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.nav-mobile-close:hover{background:var(--surface);color:var(--foreground)}.nav-mobile-links{display:flex;flex-direction:column;gap:2px;font-size:1rem}.nav-mobile-links>a{padding:14px 12px;color:var(--foreground);font-weight:500;border-radius:8px}.nav-mobile-links>a:hover{background:var(--surface)}.nav-mobile-details summary{list-style:none;cursor:pointer;padding:14px 12px;color:var(--foreground);font-weight:500;border-radius:8px;display:flex;align-items:center;justify-content:space-between}.nav-mobile-details summary::-webkit-details-marker{display:none}.nav-mobile-details summary:hover{background:var(--surface)}.nav-mobile-details[open] .nav-mobile-chev{transform:rotate(180deg)}.nav-mobile-chev{transition:transform .2s ease;color:var(--muted-foreground)}.nav-mobile-sublist{list-style:none;margin:4px 0 8px;padding:0 0 0 12px;display:flex;flex-direction:column;gap:2px;border-left:1px solid var(--line-subtle)}.nav-mobile-sublist a{display:block;padding:10px 12px;border-radius:6px;font-size:.9375rem;color:var(--text-secondary);font-weight:450}.nav-mobile-sublist a:hover{background:var(--surface);color:var(--foreground)}.nav-mobile-sublist a.nav-mobile-all{color:var(--primary);font-weight:500}.nav-mobile-auth{margin-top:auto;padding-top:16px;border-top:1px solid var(--line-subtle);display:flex;flex-direction:column;gap:10px}.nav-mobile-auth .auth-unauthed{display:flex;flex-direction:column;gap:10px}.nav-mobile-login{padding:12px;text-align:center;color:var(--foreground);border:1px solid var(--border);border-radius:var(--radius);font-weight:500}.nav-mobile-cta{justify-content:center;width:100%}.nav-mobile-lang-dd{align-self:center;padding-top:14px;border-top:1px solid var(--line-subtle);width:100%;display:flex;justify-content:center}.nav-mobile-lang-dd>summary{align-self:center}.nav-mobile-lang-dd .lang-dropup-list{right:50%;transform:translateX(50%)}@media(min-width:901px){.nav-mobile-toggle,.nav-mobile-overlay,.nav-mobile-drawer{display:none !important}}@media(max-width:900px){.site-header .nav,.site-header .header-right,.site-header .lang-dropdown{display:none}.nav-mobile-toggle{display:inline-flex}.is-nav-open{overflow:hidden}}.site-header{background:0 0;position:relative;z-index:2;padding-top:18px}.site-header .row{display:flex;align-items:center;gap:2.5rem;height:68px}.brand{font-weight:650;font-size:1.0625rem;letter-spacing:-.02em;color:var(--foreground);display:inline-flex;align-items:center;gap:8px}.brand:hover{color:var(--foreground)}.brand .brand-mark{display:inline-block;color:var(--primary);flex-shrink:0}.nav{display:flex;align-items:center;gap:2rem;font-size:.9375rem;flex:1}.nav a{color:var(--text-secondary);font-weight:450}.nav a:hover{color:var(--foreground)}.nav-item.has-flyout{position:relative}.nav-item.has-flyout::after{content:"";position:absolute;top:100%;left:-30px;right:-30px;height:14px;background:0 0}.nav-trigger{display:inline-flex;align-items:center;gap:4px;background:0 0;border:0;padding:0;font:inherit;font-size:.9375rem;color:var(--text-secondary);font-weight:450;cursor:pointer}.nav-trigger:hover,.nav-item.has-flyout:hover .nav-trigger,.nav-item.has-flyout:focus-within .nav-trigger{color:var(--foreground)}.nav-chevron{transition:transform .2s ease;color:var(--muted-foreground)}.nav-item.has-flyout:hover .nav-chevron,.nav-item.has-flyout:focus-within .nav-chevron{transform:rotate(180deg);color:var(--foreground)}.flyout{position:absolute;top:calc(100% + 10px);left:-24px;width:860px;background:var(--background);border:1px solid var(--line-subtle);border-radius:12px;box-shadow:0 24px 50px -20px oklch(.3 .08 293/.18),0 8px 20px -10px oklch(.3 .05 293/.1);opacity:0;transform:translateY(-4px);pointer-events:none;transition:opacity .15s ease,transform .15s ease;z-index:40;overflow:hidden}.nav-item.has-flyout:hover .flyout,.nav-item.has-flyout:focus-within .flyout{opacity:1;transform:translateY(0);pointer-events:auto}.nav-item.has-flyout:hover .nav-trigger,.nav-item.has-flyout:focus-within .nav-trigger{aria-expanded:true}.flyout-inner{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;padding:24px}.flyout--single{width:440px;left:-16px}.flyout--single .flyout-inner{grid-template-columns:1fr;padding:16px}.flyout--2col{width:660px;left:-16px}.flyout--2col .flyout-inner{grid-template-columns:1fr 1fr;padding:20px}.flyout-col{display:flex;flex-direction:column;gap:2px}.flyout-col--accent{background:oklch(.98 .02 293);border-radius:8px;padding:0 4px;margin:-4px -4px -4px 4px}.flyout-heading{font-size:.6875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted-foreground);padding:8px 12px 6px}.flyout-col--accent .flyout-heading{color:var(--primary)}.flyout-item{display:flex;align-items:flex-start;gap:12px;padding:10px 12px;border-radius:7px;color:var(--foreground);transition:background .12s ease}.flyout-item:hover{background:var(--surface);color:var(--foreground)}.flyout-col--accent .flyout-item:hover{background:oklch(.95 .04 293)}.flyout-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;background:var(--surface);color:var(--primary)}.flyout-col--accent .flyout-icon{background:var(--background)}.flyout-text{display:flex;flex-direction:column;gap:2px;line-height:1.3}.flyout-title{font-weight:550;font-size:.875rem;color:var(--foreground);letter-spacing:-.005em}.flyout-desc{font-size:.75rem;color:var(--muted-foreground)}.flyout-soon{display:flex;align-items:center;gap:16px;border-top:1px solid var(--line-subtle);padding:14px 24px;background:var(--surface)}.flyout-soon-label{flex-shrink:0;font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-foreground)}.flyout-soon-items{display:flex;gap:6px;flex:1;flex-wrap:wrap}.flyout-soon-item{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:100px;background:var(--background);border:1px dashed oklch(.82 .02 286);color:var(--text-secondary);font-size:.8125rem;transition:color .12s ease,border-color .12s ease,background .12s ease}.flyout-soon-item:hover{color:var(--foreground);border-color:var(--border);background:var(--background)}.flyout-soon-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--muted-foreground)}.flyout-footer{border-top:1px solid var(--line-subtle);padding:12px 28px;background:var(--surface)}.flyout-all{display:inline-flex;align-items:center;gap:4px;font-size:.8125rem;font-weight:500;color:var(--primary)}.flyout-all:hover{color:var(--primary);opacity:.75}@media(max-width:900px){.nav-item.has-flyout .flyout{display:none}.nav-trigger .nav-chevron{display:none}}.header-right{display:flex;align-items:center;gap:1.25rem;font-size:.9375rem}.header-right .auth-unauthed{display:flex;align-items:center;gap:1.25rem}.auth-authed{display:none !important}.is-authed .auth-authed{display:inline-flex !important}.is-authed .auth-unauthed{display:none !important}.header-right a.ghost{color:var(--text-secondary);font-weight:450}.header-right a.ghost:hover{color:var(--foreground)}.lang-dropdown{position:relative}.lang-dropdown summary{list-style:none;cursor:pointer;display:inline-flex;align-items:center;gap:6px;padding:6px 10px;color:var(--muted-foreground);font-size:.8125rem;font-weight:500;border-radius:var(--radius);transition:color .15s ease,background .15s ease}.lang-dropdown summary::-webkit-details-marker{display:none}.lang-dropdown summary:hover{color:var(--foreground);background:var(--surface)}.lang-dropdown .lang-code{letter-spacing:.04em;font-weight:600}.lang-dropdown .lang-globe,.lang-dropdown .lang-chev{flex-shrink:0}.lang-dropdown .lang-chev{transition:transform .2s ease;opacity:.6}.lang-dropdown[open] .lang-chev{transform:rotate(180deg)}.lang-dropdown-list{position:absolute;top:calc(100% + 6px);right:0;min-width:160px;background:var(--background);border:1px solid var(--border);border-radius:var(--radius);padding:6px;box-shadow:0 12px 24px -12px oklch(.3 .08 293/.2),0 4px 12px -6px oklch(.3 .05 293/.1);display:flex;flex-direction:column;gap:2px;z-index:40}.lang-dropdown-list a{display:block;padding:8px 12px;border-radius:4px;color:var(--text-secondary);font-size:.875rem;white-space:nowrap}.lang-dropdown-list a:hover{background:var(--surface);color:var(--foreground)}.lang-dropdown-list a.is-current{background:oklch(.96 .03 293);color:var(--primary);font-weight:500}.lang-dropup{position:relative}.lang-dropup summary{list-style:none;cursor:pointer;display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border:1px solid var(--line-subtle);border-radius:var(--radius);background:var(--background);color:var(--muted-foreground);font-size:.8125rem;transition:color .15s ease,border-color .15s ease}.lang-dropup summary::-webkit-details-marker{display:none}.lang-dropup summary:hover{color:var(--foreground);border-color:var(--border)}.lang-dropup .lang-globe,.lang-dropup .lang-chev{flex-shrink:0}.lang-dropup .lang-chev{transition:transform .2s ease;opacity:.7}.lang-dropup[open] .lang-chev{transform:rotate(180deg)}.lang-dropup-list{position:absolute;bottom:calc(100% + 6px);right:0;min-width:180px;background:var(--background);border:1px solid var(--border);border-radius:var(--radius);padding:6px;box-shadow:0 -12px 24px -12px oklch(.3 .08 293/.2),0 -4px 12px -6px oklch(.3 .05 293/.1);display:flex;flex-direction:column;gap:2px;z-index:20}.lang-dropup-list a{display:block;padding:8px 12px;border-radius:4px;color:var(--text-secondary);font-size:.875rem;white-space:nowrap}.lang-dropup-list a:hover{background:var(--surface);color:var(--foreground)}.lang-dropup-list a.is-current{background:oklch(.96 .03 293);color:var(--primary);font-weight:500}.btn{display:inline-flex;align-items:center;gap:6px;padding:9px 15px;border-radius:var(--radius);font-size:.9375rem;font-weight:500;line-height:1;border:1px solid transparent;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease,transform .15s ease}.btn-primary{background:var(--primary);color:var(--primary-foreground);box-shadow:0 1px 2px oklch(.4 .2 293/.2)}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 10px -2px oklch(.4 .2 293/.28)}.btn-ghost{color:var(--foreground);background:0 0;border-color:transparent;padding-left:8px;padding-right:8px}.btn-ghost:hover{color:var(--text-secondary)}.btn-arrow{display:inline-flex;align-items:center;gap:4px;color:var(--text-secondary);font-weight:500;font-size:.9375rem}.btn-arrow:hover{color:var(--foreground)}.btn-arrow::after{content:"→";transition:transform .15s ease}.btn-arrow:hover::after{transform:translateX(2px)}body.is-home{position:relative}body.is-home::before{content:"";position:absolute;top:0;left:0;right:0;height:780px;pointer-events:none;z-index:-2;background:radial-gradient(ellipse 55% 65% at 10% -5%,oklch(.72 .19 293/.28),transparent 60%),radial-gradient(ellipse 50% 60% at 90% 5%,oklch(.82 .13 285/.24),transparent 60%),radial-gradient(ellipse 45% 55% at 65% 90%,oklch(.88 .09 300/.2),transparent 60%),radial-gradient(ellipse 60% 65% at 5% 95%,oklch(.93 .04 293/.18),transparent 55%);filter:blur(50px)}body.is-home::after{content:"";position:absolute;top:0;left:0;right:0;height:780px;pointer-events:none;z-index:-1;background-image:linear-gradient(to right,oklch(.5 .18 293/.07) 1px,transparent 1px),linear-gradient(to bottom,oklch(.5 .18 293/.07) 1px,transparent 1px);background-size:56px 56px;mask-image:radial-gradient(ellipse 75% 65% at 50% 35%,black 10%,transparent 85%);-webkit-mask-image:radial-gradient(ellipse 75% 65% at 50% 35%,black 10%,transparent 85%)}.hero{padding:5rem 0 6rem;text-align:left;position:relative;overflow:hidden}.hero .container{max-width:1080px;position:relative;z-index:1}.hero-scene{position:absolute;top:1rem;right:-60px;width:680px;height:580px;pointer-events:none;z-index:0;mask-image:linear-gradient(to left,black 45%,transparent 100%);-webkit-mask-image:linear-gradient(to left,black 45%,transparent 100%)}.hero-skyline{position:absolute;inset:0;width:100%;height:100%;color:var(--primary);opacity:.22}.scene-feed{position:absolute;inset:0;pointer-events:none}.scene-notif{position:absolute;display:flex;align-items:flex-start;gap:10px;min-width:180px;max-width:260px;padding:10px 14px 10px 12px;background:var(--background);border:1px solid oklch(.7 .12 293/.22);border-radius:10px;box-shadow:0 10px 30px -12px oklch(.5 .2 293/.25),0 2px 6px -2px oklch(.5 .1 293/.1);font-size:.8125rem;color:var(--foreground);opacity:0;transform:translateY(8px)scale(.98);transition:opacity .45s ease,transform .45s cubic-bezier(.2,.8,.2,1)}.scene-notif:empty{display:none}.scene-notif.is-entering{opacity:0;transform:translateY(8px)scale(.98)}.scene-notif.is-visible{opacity:1;transform:translateY(0)scale(1)}.scene-notif.is-leaving{opacity:0;transform:translateY(-6px)scale(.98)}.scene-notif[data-slot="0"]{top:6%;left:6%}.scene-notif[data-slot="1"]{top:38%;left:30%}.scene-notif[data-slot="2"]{top:62%;right:18%}.scene-notif .notif-icon{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:7px;background:oklch(.96 .03 293);color:var(--primary)}.scene-notif .notif-icon svg{width:16px;height:16px}.scene-notif .notif-body{line-height:1.25;display:flex;flex-direction:column;gap:2px}.scene-notif .notif-title{font-weight:550;color:var(--foreground);font-size:.8125rem;letter-spacing:-.005em}.scene-notif .notif-sub{font-size:.75rem;color:var(--muted-foreground);letter-spacing:-.003em}@media(max-width:1000px){.hero-scene{display:none}}.hero .eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:.8125rem;font-weight:500;color:var(--text-secondary);margin-bottom:.75rem}.hero .eyebrow::before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--accent-dot)}.hero h1{max-width:16ch;margin:0 0 1.5rem}.hero .lede{max-width:48ch;margin:0 0 2.5rem;font-size:1.1875rem;color:var(--text-secondary);line-height:1.55}.hero .cta{display:inline-flex;gap:8px;align-items:center;flex-wrap:wrap}.hero .hero-fineprint{margin:.75rem 0 0;font-size:.8125rem;color:var(--muted-foreground);max-width:52ch;line-height:1.5}.hero .hero-fineprint span{color:var(--primary);margin-right:2px}.facts{border-top:1px solid var(--line-subtle);border-bottom:1px solid var(--line-subtle);padding:2.25rem 0}.fact-row{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;list-style:none;padding:0;margin:0}.fact-row li{display:flex;flex-direction:column;gap:6px;padding:0 4px;border-left:1px solid var(--line-subtle);padding-left:20px}.fact-row li:first-child{border-left:0;padding-left:0}.fact-value{font-size:1.5rem;font-weight:600;letter-spacing:-.02em;color:var(--foreground);line-height:1}.fact-label{font-size:.8125rem;color:var(--muted-foreground);line-height:1.3}@media(max-width:800px){.fact-row{grid-template-columns:repeat(2,1fr);gap:24px 20px}.fact-row li:nth-child(3){border-left:0;padding-left:0}}.section{padding:6rem 0;position:relative}.section-tinted{background:var(--surface)}.section-header{max-width:640px;margin:0 0 3.5rem}.section-header.center{margin-left:auto;margin-right:auto;text-align:center}.section-eyebrow{font-size:.8125rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--primary);margin:0 0 1rem}.section h2{margin-bottom:.4em}.section-lede{color:var(--text-secondary);font-size:1.125rem;line-height:1.55;margin:0}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:48px 56px}.feature-tiles{gap:24px;grid-auto-flow:dense;grid-auto-rows:1fr}.feature-tile--wide{grid-column:span 2}@media(max-width:900px){.feature-tile--wide{grid-column:span 1}}@media(max-width:800px){.grid-3{grid-template-columns:1fr;gap:40px}.feature-tiles{gap:20px}}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:48px 56px}@media(max-width:800px){.grid-2{grid-template-columns:1fr;gap:40px}}.feature{padding:0}.feature .icon{width:28px;height:28px;color:var(--primary);margin-bottom:1.25rem}.feature h3{font-size:1.0625rem;margin-bottom:.5em;font-weight:600}.feature p{color:var(--text-secondary);font-size:.9375rem;line-height:1.6;margin:0}.feature-tile{display:flex;flex-direction:column;background:var(--background);border:1px solid var(--line-subtle);border-radius:14px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.feature-tile:hover{transform:translateY(-2px);box-shadow:0 12px 32px -18px oklch(.3 .1 293/.25)}.tile-preview{background:var(--surface);padding:18px;height:240px;overflow:hidden;position:relative;border-bottom:1px solid var(--line-subtle)}.tile-preview::after{content:"";position:absolute;left:0;right:0;bottom:0;height:48px;background:linear-gradient(to bottom,transparent,var(--surface));pointer-events:none}.tile-preview-inner{background:var(--background);border:1px solid var(--line-subtle);border-radius:8px;padding:12px 14px;font-size:.8125rem;color:var(--foreground);box-shadow:0 1px 3px oklch(.3 .05 293/.04)}.tile-body{padding:22px 24px 24px}.tile-body h3{font-size:1.0625rem;margin-bottom:.4em;font-weight:600;letter-spacing:-.015em}.tile-body p{color:var(--text-secondary);font-size:.9375rem;line-height:1.55;margin:0}.preview-residences .pv-building{display:flex;align-items:center;gap:8px;padding:5px 0;font-weight:550;color:var(--foreground)}.preview-residences .pv-building-sep{margin-top:8px;padding-top:10px;border-top:1px solid var(--line-subtle)}.preview-residences .pv-dot{width:6px;height:6px;background:var(--primary);border-radius:2px;flex-shrink:0}.preview-residences .pv-primary{flex:1}.preview-residences .pv-meta{color:var(--muted-foreground);font-size:.75rem;font-weight:400}.preview-residences .pv-sub{display:flex;align-items:center;justify-content:space-between;padding:4px 0 4px 14px;font-size:.78rem;color:var(--text-secondary)}.preview-residences .badge{font-size:.68rem;padding:2px 7px;border-radius:4px;font-weight:500}.preview-residences .badge-occ{background:oklch(.94 .08 150);color:oklch(.32 .12 150)}.preview-residences .badge-vac{background:oklch(.96 .005 286);color:var(--muted-foreground)}.preview-meters .pv-head{display:flex;justify-content:space-between;align-items:baseline;font-size:.78rem;color:var(--muted-foreground);margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid var(--line-subtle)}.preview-meters .pv-head-title{color:var(--foreground);font-weight:550}.preview-meters .pv-bar-row{display:flex;align-items:center;gap:10px;padding:5px 0;font-size:.78rem}.preview-meters .pv-bar-label{width:28px;color:var(--muted-foreground);flex-shrink:0}.preview-meters .pv-bar{flex:1;height:8px;background:oklch(.96 .005 286);border-radius:2px;overflow:hidden}.preview-meters .pv-bar>span{display:block;height:100%;background:linear-gradient(90deg,oklch(.7 .18 293),oklch(.58 .22 293));border-radius:2px}.preview-meters .pv-bar-val{width:32px;text-align:right;color:var(--foreground);font-variant-numeric:tabular-nums;font-weight:500;flex-shrink:0}.preview-contacts .pv-contact{display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:10px;padding:6px 0;font-size:.8125rem;border-bottom:1px solid var(--line-subtle)}.preview-contacts .pv-contact:last-child{border-bottom:0}.preview-contacts .pv-contact-faded{opacity:.55}.preview-contacts .pv-avatar{width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.62rem;font-weight:600;color:oklch(.98 .01 293);letter-spacing:.02em;background:oklch(.6 .18 var(--avatar-hue,293))}.preview-contacts .pv-avatar[data-hue="293"]{background:oklch(.58 .22 293)}.preview-contacts .pv-avatar[data-hue="240"]{background:oklch(.55 .18 240)}.preview-contacts .pv-avatar[data-hue="40"]{background:oklch(.65 .15 40)}.preview-contacts .pv-avatar[data-hue="150"]{background:oklch(.55 .15 150)}.preview-contacts .pv-avatar[data-hue="325"]{background:oklch(.6 .18 325)}.preview-contacts .pv-name{color:var(--foreground);font-weight:500}.preview-contacts .pv-role{color:var(--muted-foreground);font-size:.72rem}.preview-activity .pv-head,.preview-worklog .pv-head,.preview-documents .pv-head{display:flex;justify-content:space-between;align-items:baseline;font-size:.78rem;color:var(--muted-foreground);margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid var(--line-subtle)}.preview-activity .pv-head-title,.preview-worklog .pv-head-title,.preview-documents .pv-head-title{color:var(--foreground);font-weight:550}.preview-activity .pv-log-row{display:grid;grid-template-columns:68px 110px 1fr;gap:12px;align-items:center;padding:5px 0;font-size:.78rem;border-bottom:1px solid var(--line-subtle)}.preview-activity .pv-log-row:last-child{border-bottom:0}.preview-activity .pv-log-time{color:var(--muted-foreground);font-variant-numeric:tabular-nums;font-size:.72rem}.preview-activity .pv-log-actor{color:var(--foreground);font-weight:500}.preview-activity .pv-log-action{color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.preview-activity .pv-log-action strong{color:var(--primary);font-weight:500}.preview-worklog .pv-wl-day{display:flex;align-items:center;gap:10px;margin:8px 0 6px;font-size:.68rem;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.08em}.preview-worklog .pv-wl-hairline{flex:1;height:1px;background:var(--line-subtle)}.preview-worklog .pv-wl-daylabel{padding:0 8px;font-weight:550}.preview-worklog .pv-wl-row{display:grid;grid-template-columns:44px 1fr 80px 40px;gap:10px;align-items:center;padding:4px 0;font-size:.78rem}.preview-worklog .pv-wl-time{color:var(--muted-foreground);font-variant-numeric:tabular-nums;font-size:.72rem}.preview-worklog .pv-wl-task{color:var(--foreground);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.preview-worklog .pv-wl-loc{color:var(--text-secondary);font-size:.72rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.preview-worklog .pv-wl-dur{color:var(--primary);font-weight:550;font-size:.72rem;text-align:right;font-variant-numeric:tabular-nums}.preview-documents .pv-doc-row{display:grid;grid-template-columns:32px 1fr 52px;gap:10px;align-items:center;padding:5px 0;font-size:.78rem;border-bottom:1px solid var(--line-subtle)}.preview-documents .pv-doc-row:last-child{border-bottom:0}.preview-documents .pv-doc-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:22px;border-radius:4px;background:oklch(.94 .05 293);color:var(--primary);font-size:.58rem;font-weight:600;letter-spacing:.04em}.preview-documents .pv-doc-name{color:var(--foreground);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.preview-documents .pv-doc-date{color:var(--muted-foreground);font-size:.72rem;text-align:right}.feature-tile--accent .tile-preview{background:linear-gradient(140deg,oklch(.96 .04 293),oklch(.98 .02 293))}.preview-submission .pv-sub-head{margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid var(--line-subtle)}.preview-submission .pv-sub-title{display:block;font-weight:600;color:var(--foreground);font-size:.875rem}.preview-submission .pv-sub-meta{display:block;font-size:.72rem;color:var(--muted-foreground);margin-top:2px}.preview-submission .pv-sub-field{display:flex;justify-content:space-between;align-items:center;padding:7px 10px;background:oklch(.985 .002 293);border:1px solid var(--line-subtle);border-radius:6px;font-size:.78rem;margin-bottom:6px}.preview-submission .pv-sub-label{color:var(--text-secondary)}.preview-submission .pv-sub-input{color:var(--foreground);font-weight:550;font-variant-numeric:tabular-nums}.preview-submission .pv-sub-input em{color:var(--muted-foreground);font-style:normal;font-weight:400;margin-left:3px;font-size:.72rem}.preview-submission .pv-sub-submit{background:var(--primary);color:var(--primary-foreground);text-align:center;padding:9px;border-radius:6px;font-size:.8125rem;font-weight:500;margin-top:10px}.preview-submission .pv-sub-note{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:10px;font-size:.72rem;color:var(--muted-foreground)}.preview-submission .pv-sub-note-dot{width:6px;height:6px;background:oklch(.68 .2 165);border-radius:50%}.breadcrumbs{font-size:.8125rem;color:var(--muted-foreground)}.breadcrumbs ol{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.5em;align-items:center}.breadcrumbs li{display:inline-flex;align-items:center;gap:.5em}.breadcrumbs li+li::before{content:"/";color:var(--muted-foreground);opacity:.55}.breadcrumbs a{color:var(--muted-foreground)}.breadcrumbs a:hover{color:var(--foreground)}.breadcrumbs li[aria-current=page]{color:var(--foreground);font-weight:500}.feature-page{max-width:var(--container);margin:0 auto;padding:2.5rem 24px 2rem}.feature-page .breadcrumbs{margin-bottom:2.5rem}.feature-hero{max-width:720px;margin:0 auto 5rem;text-align:center}.feature-hero-meta{display:inline-flex;align-items:center;gap:14px;margin-bottom:1rem;flex-wrap:wrap;justify-content:center}.feature-hero-meta .section-eyebrow{margin:0}.feature-hero h1{font-size:clamp(2.25rem,3vw + 1rem,3.5rem);letter-spacing:-.03em;margin:.3em 0;line-height:1.08}.feature-hero-lede{color:var(--text-secondary);font-size:1.1875rem;line-height:1.55;margin:1rem auto 0;max-width:56ch}.feature-sections{display:flex;flex-direction:column;gap:6rem;margin-bottom:6rem}.feature-section{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.feature-section.is-reversed{grid-template-areas:"visual copy"}.feature-section.is-reversed .feature-section-copy{grid-area:copy}.feature-section.is-reversed .feature-section-visual{grid-area:visual}.feature-section-copy h2{font-size:clamp(1.5rem,1.5vw + 1rem,2.25rem);letter-spacing:-.025em;line-height:1.15;margin:0 0 .75em;font-weight:620}.feature-section-copy p{font-size:1.125rem;line-height:1.6;color:var(--text-secondary);margin:0;max-width:44ch}.section-cta{display:inline-flex;align-items:center;gap:6px;margin-top:1.25rem;padding:0;background:0 0;border:0;color:var(--primary);font-weight:500;font-size:.9375rem;cursor:pointer;font-family:inherit}.section-cta:hover{opacity:.75}.pmodal::backdrop{background:oklch(.15 .04 293/.5);backdrop-filter:blur(4px)}.pmodal[open]{border:0;padding:0;background:var(--background);border-radius:14px;max-width:440px;width:92vw;max-height:85vh;box-shadow:0 30px 60px -20px oklch(.2 .08 293/.4),0 8px 20px -8px oklch(.2 .05 293/.2);animation:pmodal-in .2s cubic-bezier(.2,.8,.2,1)}@keyframes pmodal-in{from{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.pmodal-inner{padding:28px 28px 24px;position:relative}.pmodal .modal-close{position:absolute;top:14px;right:14px;background:0 0;border:0;width:30px;height:30px;border-radius:50%;font-size:1.25rem;color:var(--muted-foreground);cursor:pointer;line-height:1}.pmodal .modal-close:hover{background:var(--surface);color:var(--foreground)}.pmodal h3{font-size:1.125rem;margin:0 0 8px;font-weight:600}.pmodal h4{font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted-foreground);margin:20px 0 8px}.pmodal-lede{font-size:.875rem;color:var(--text-secondary);line-height:1.55;margin:0 0 16px}.pmodal-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.pmodal-list li{display:flex;flex-direction:column;padding:10px 12px;background:var(--surface);border-radius:8px;line-height:1.3}.pmodal-item-name{font-weight:600;color:var(--foreground);font-size:.9375rem}.pmodal-item-loc{font-size:.78rem;color:var(--muted-foreground);margin-top:2px}.pmodal-soon-note{font-size:.8125rem;color:var(--text-secondary);line-height:1.5;margin:0 0 16px}.pmodal-request{display:inline-flex;align-items:center;gap:4px;padding:10px 14px;background:var(--primary);color:var(--primary-foreground);border-radius:8px;font-size:.875rem;font-weight:500}.pmodal-request:hover{color:var(--primary-foreground);opacity:.9}.feature-section-visual{background:linear-gradient(135deg,oklch(.985 .006 293),oklch(.97 .02 293));border:1px solid var(--line-subtle);border-radius:16px;padding:32px;min-height:280px;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 40px -24px oklch(.3 .1 293/.2)}.feature-section-visual-inner{background:var(--background);border:1px solid var(--line-subtle);border-radius:10px;padding:18px 20px;font-size:.8125rem;width:100%;max-width:340px}@media(max-width:900px){.feature-sections{gap:4rem;margin-bottom:4rem}.feature-section{grid-template-columns:1fr;gap:24px}.feature-section.is-reversed{grid-template-areas:"copy" "visual"}.feature-section-copy p{max-width:none}}.feature-status{display:inline-flex;align-items:center;gap:6px;padding:4px 10px 4px 8px;border-radius:100px;font-size:.75rem;font-weight:500;margin-bottom:.5em}.feature-status .dot{width:6px;height:6px;border-radius:50%}.feature-status-live{background:oklch(.95 .06 155);color:oklch(.34 .14 155)}.feature-status-live .dot{background:oklch(.68 .18 155)}.feature-status-soon{background:var(--surface);color:var(--muted-foreground);border:1px dashed oklch(.82 .02 286)}.feature-status-soon .dot{background:var(--muted-foreground)}.feature-page-mockup{background:var(--background);border:1px solid var(--line-subtle);border-radius:14px;padding:20px;box-shadow:0 20px 40px -24px oklch(.3 .1 293/.2),0 4px 12px -8px oklch(.3 .05 293/.1)}.feature-page-mockup-inner{background:var(--background);border:1px solid var(--line-subtle);border-radius:8px;padding:16px 18px;font-size:.8125rem}.feature-page-body{max-width:var(--content);margin:0 auto 4rem}.feature-related{max-width:var(--container);margin:0 auto 3rem;padding:3rem 0;border-top:1px solid var(--line-subtle)}.feature-related h2{font-size:1.125rem;letter-spacing:-.015em;margin-bottom:1.25rem;font-weight:600}.feature-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media(max-width:700px){.feature-related-grid{grid-template-columns:1fr}}.feature-related-card{display:flex;flex-direction:column;gap:4px;padding:18px 20px;background:var(--background);border:1px solid var(--line-subtle);border-radius:10px;position:relative;transition:border-color .15s ease,transform .15s ease}.feature-related-card:hover{border-color:var(--border);transform:translateY(-2px)}.feature-related-title{font-weight:600;color:var(--foreground);font-size:.9375rem;letter-spacing:-.01em}.feature-related-desc{font-size:.8125rem;color:var(--text-secondary);line-height:1.5}.feature-related-arrow{position:absolute;top:18px;right:20px;color:var(--muted-foreground);transition:transform .15s ease,color .15s ease}.feature-related-card:hover .feature-related-arrow{transform:translateX(3px);color:var(--primary)}.mk-avatar{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;color:oklch(.98 .01 293);font-size:.7rem;font-weight:600;letter-spacing:.02em;flex-shrink:0}.mk-avatar[data-hue="293"]{background:oklch(.58 .22 293)}.mk-avatar[data-hue="240"]{background:oklch(.55 .18 240)}.mk-avatar[data-hue="40"]{background:oklch(.65 .15 40)}.mk-avatar[data-hue="30"]{background:oklch(.6 .18 30)}.mk-avatar[data-hue="150"]{background:oklch(.55 .15 150)}.mk-avatar--emergency{background:oklch(.55 .2 25);font-size:.56rem;letter-spacing:0}.mk-badge{font-size:.68rem;padding:2px 8px;border-radius:4px;font-weight:500;background:oklch(.94 .08 150);color:oklch(.32 .12 150)}.mk-building-sync{display:flex;flex-direction:column;gap:10px}.mk-sync-label{display:inline-flex;align-items:center;gap:6px;font-size:.72rem;color:oklch(.55 .14 155);font-weight:550;padding:4px 10px;background:oklch(.96 .04 155);border-radius:100px;align-self:flex-start}.mk-sync-dot{width:6px;height:6px;border-radius:50%;background:oklch(.68 .18 155);box-shadow:0 0 0 3px oklch(.68 .18 155/.25)}.mk-card{display:flex;flex-direction:column;gap:4px}.mk-address{font-size:1rem;font-weight:600;color:var(--foreground);letter-spacing:-.01em}.mk-subline{font-size:.78rem;color:var(--muted-foreground);margin-bottom:8px}.mk-row{display:flex;justify-content:space-between;padding:5px 0;border-bottom:1px solid var(--line-subtle);font-size:.8125rem}.mk-row:last-child{border-bottom:0}.mk-row span:first-child{color:var(--muted-foreground)}.mk-row span:last-child{color:var(--foreground);font-weight:500;font-variant-numeric:tabular-nums}.mk-unit-detail{display:flex;flex-direction:column;gap:12px}.mk-unit-head{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:10px;border-bottom:1px solid var(--line-subtle)}.mk-unit-title{font-size:1rem;font-weight:600;color:var(--foreground);letter-spacing:-.01em}.mk-unit-sub{font-size:.75rem;color:var(--muted-foreground);margin-top:2px}.mk-unit-row{display:flex;align-items:center;gap:10px}.mk-unit-name{font-size:.875rem;font-weight:500;color:var(--foreground)}.mk-unit-role{font-size:.72rem;color:var(--muted-foreground)}.mk-unit-meta{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding-top:10px;border-top:1px solid var(--line-subtle)}.mk-unit-meta>div{display:flex;flex-direction:column;gap:2px;font-size:.75rem}.mk-unit-meta span{color:var(--muted-foreground)}.mk-unit-meta strong{color:var(--foreground);font-size:1rem;font-weight:600;letter-spacing:-.01em}.mk-scoped{display:flex;flex-direction:column;gap:8px}.mk-scoped-row{display:grid;grid-template-columns:32px 1fr auto;gap:10px;align-items:center;padding:8px 0;border-bottom:1px solid var(--line-subtle)}.mk-scoped-row:last-child{border-bottom:0}.mk-scoped-body{line-height:1.3}.mk-scoped-who{font-size:.8125rem;font-weight:550;color:var(--foreground)}.mk-scoped-sees{font-size:.72rem;color:var(--muted-foreground)}.mk-scoped-check{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:oklch(.94 .08 155);color:oklch(.42 .14 155);font-size:.75rem;font-weight:600}.mk-audit{display:flex;flex-direction:column;gap:6px;font-size:.78rem}.mk-audit-row{display:grid;grid-template-columns:80px 1fr;gap:12px;padding:6px 0;border-bottom:1px solid var(--line-subtle);line-height:1.4}.mk-audit-row:last-child{border-bottom:0}.mk-audit-date{color:var(--muted-foreground);font-size:.7rem;font-variant-numeric:tabular-nums}.mk-audit-text{color:var(--foreground)}.mk-audit-text strong{font-weight:600}.mk-audit-foot{text-align:center;color:var(--muted-foreground);font-size:.72rem;padding-top:8px;border-top:1px solid var(--line-subtle);margin-top:4px}.mk-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid var(--line-subtle);font-size:.72rem;color:var(--muted-foreground)}.mk-head-t{color:var(--foreground);font-weight:550}.mk-ledger-row{display:flex;justify-content:space-between;padding:5px 0;font-size:.78rem;font-variant-numeric:tabular-nums}.mk-ledger-acc{color:var(--foreground)}.mk-credit{color:oklch(.55 .14 155);font-weight:550}.mk-debit{color:oklch(.6 .12 25);font-weight:550}.mk-ledger-sep{height:1px;background:var(--line-subtle);margin:8px 0}.mk-coa-section{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted-foreground);margin:10px 0 4px;font-weight:600}.mk-coa-section:first-child{margin-top:0}.mk-coa-row{display:grid;grid-template-columns:42px 1fr auto;gap:10px;padding:4px 0;font-size:.78rem}.mk-coa-num{color:var(--muted-foreground);font-variant-numeric:tabular-nums;font-size:.72rem}.mk-coa-bal{color:var(--foreground);font-weight:550;font-variant-numeric:tabular-nums}.mk-report-head{display:flex;align-items:center;gap:10px;padding-bottom:10px;border-bottom:1px solid var(--line-subtle);margin-bottom:10px}.mk-report-logo{width:28px;height:28px;background:var(--primary);border-radius:6px}.mk-report-title{font-weight:600;color:var(--foreground);font-size:.9rem;letter-spacing:-.01em}.mk-report-sub{font-size:.72rem;color:var(--muted-foreground)}.mk-report-row{display:flex;justify-content:space-between;padding:5px 0;font-size:.8125rem;border-bottom:1px solid var(--line-subtle)}.mk-report-row:last-of-type{border-bottom:0}.mk-report-total{font-weight:600;color:var(--primary);padding-top:10px;margin-top:4px;border-top:1px solid var(--line-subtle)}.mk-report-foot{font-size:.7rem;color:var(--muted-foreground);margin-top:10px;text-align:center}.mk-two-views{display:grid;grid-template-columns:1fr 1fr;gap:12px}.mk-view{padding:12px;border:1px solid var(--line-subtle);border-radius:8px}.mk-view-advanced{background:var(--surface)}.mk-view-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted-foreground);margin-bottom:8px;font-weight:600}.mk-view-stat{display:flex;justify-content:space-between;padding:4px 0;font-size:.78rem}.mk-view-stat span{color:var(--muted-foreground)}.mk-view-stat strong{color:var(--foreground);font-weight:600}.mk-alert-head{display:flex;gap:10px;align-items:flex-start;padding-bottom:10px;border-bottom:1px solid var(--line-subtle);margin-bottom:10px}.mk-alert-icon{font-size:1.25rem;color:oklch(.7 .18 60)}.mk-alert-title{font-weight:600;color:var(--foreground);font-size:.875rem}.mk-alert-sub{font-size:.72rem;color:var(--muted-foreground);margin-top:2px}.mk-alert-compare{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.mk-alert-compare>div{display:grid;grid-template-columns:30px 1fr 40px;gap:8px;align-items:center;font-size:.72rem;color:var(--muted-foreground)}.mk-alert-bar{height:6px;background:oklch(.9 .005 286);border-radius:2px}.mk-alert-bar-red{background:oklch(.75 .15 25)}.mk-alert-actions{display:flex;gap:6px}.mk-alert-btn{flex:1;text-align:center;padding:6px;background:var(--primary);color:var(--primary-foreground);border-radius:5px;font-size:.72rem;font-weight:550}.mk-alert-btn-ghost{background:0 0;color:var(--muted-foreground);border:1px solid var(--line-subtle)}.mk-chart-head{display:flex;justify-content:space-between;font-size:.72rem;color:var(--muted-foreground);margin-bottom:10px}.mk-chart-t{color:var(--foreground);font-weight:550}.mk-chart-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:3px;height:80px;align-items:end}.mk-chart-bar{background:linear-gradient(to top,oklch(.72 .19 293),oklch(.85 .12 293));border-radius:2px 2px 0 0}.mk-chart-labels{display:grid;grid-template-columns:repeat(12,1fr);gap:3px;margin-top:4px;font-size:.62rem;color:var(--muted-foreground);text-align:center}.mk-roster-row{display:flex;align-items:center;gap:10px;padding:6px 0;border-bottom:1px solid var(--line-subtle)}.mk-roster-row:last-child{border-bottom:0}.mk-roster-name{font-size:.8125rem;color:var(--foreground);font-weight:500}.mk-roster-role{font-size:.72rem;color:var(--muted-foreground)}.mk-public-head{display:flex;gap:10px;padding-bottom:10px;border-bottom:1px solid var(--line-subtle);margin-bottom:10px}.mk-public-logo{width:26px;height:26px;background:var(--primary);color:var(--primary-foreground);display:flex;align-items:center;justify-content:center;border-radius:5px;font-size:.9rem}.mk-public-title{font-weight:600;color:var(--foreground);font-size:.875rem}.mk-public-sub{font-size:.68rem;color:var(--muted-foreground);font-family:var(--font-mono)}.mk-public-row{padding:6px 0;font-size:.78rem;color:var(--foreground);border-bottom:1px solid var(--line-subtle)}.mk-public-row span{color:var(--muted-foreground);font-size:.72rem}.mk-public-qr{width:36px;height:36px;background:var(--foreground);color:var(--background);display:flex;align-items:center;justify-content:center;border-radius:4px;margin-top:10px}.mk-wl-days>.mk-wl-day{font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted-foreground);margin:10px 0 4px;padding-bottom:4px;border-bottom:1px solid var(--line-subtle);font-weight:600}.mk-wl-days>.mk-wl-day:first-child{margin-top:0}.mk-wl-days .mk-wl-row{display:grid;grid-template-columns:44px 1fr 40px;gap:10px;padding:4px 0;font-size:.78rem}.mk-wl-days .mk-wl-row>span:first-child{color:var(--muted-foreground);font-size:.72rem;font-variant-numeric:tabular-nums}.mk-wl-days .mk-wl-row>span:nth-child(2){color:var(--foreground)}.mk-wl-days .mk-wl-row>span:last-child{color:var(--primary);font-weight:550;font-size:.72rem;text-align:right;font-variant-numeric:tabular-nums}.mk-wl-sum-row{display:flex;justify-content:space-between;padding:8px 0;font-size:.8125rem;border-bottom:1px solid var(--line-subtle)}.mk-wl-sum-row strong{color:var(--foreground);font-variant-numeric:tabular-nums}.mk-wl-sum-row span{color:var(--muted-foreground)}.mk-wl-sum-foot{margin-top:10px;padding-top:8px;border-top:1px solid var(--line-subtle);font-size:.72rem;color:var(--muted-foreground);text-align:center}.mk-doclist .mk-doc-row{display:flex;gap:10px;align-items:center;padding:6px 0;border-bottom:1px solid var(--line-subtle)}.mk-doclist .mk-doc-row:last-child{border-bottom:0}.mk-doclist .mk-doc-icon{width:32px;height:22px;background:oklch(.94 .05 293);color:var(--primary);display:flex;align-items:center;justify-content:center;border-radius:4px;font-size:.58rem;font-weight:600;letter-spacing:.04em;flex-shrink:0}.mk-doclist .mk-doc-name{font-size:.8125rem;color:var(--foreground);font-weight:500}.mk-doclist .mk-doc-meta{font-size:.7rem;color:var(--muted-foreground)}.mk-ver-head{font-weight:600;color:var(--foreground);font-size:.875rem;padding-bottom:8px;border-bottom:1px solid var(--line-subtle);margin-bottom:8px}.mk-ver-row{display:flex;gap:10px;align-items:center;padding:6px 0}.mk-ver-tag{font-size:.62rem;padding:2px 6px;border-radius:3px;background:oklch(.94 .005 286);color:var(--muted-foreground);font-weight:550;text-transform:uppercase;letter-spacing:.04em;flex-shrink:0}.mk-ver-current{background:oklch(.94 .08 155);color:oklch(.42 .14 155)}.mk-ver-name{font-size:.78rem;color:var(--foreground);font-weight:500}.mk-ver-meta{font-size:.7rem;color:var(--muted-foreground)}.mk-invite-head{display:flex;gap:10px;padding-bottom:8px;border-bottom:1px solid var(--line-subtle);margin-bottom:10px}.mk-invite-logo{width:26px;height:26px;background:var(--primary);color:var(--primary-foreground);display:flex;align-items:center;justify-content:center;border-radius:5px;font-size:.9rem}.mk-invite-to{font-size:.75rem;color:var(--foreground);font-weight:500}.mk-invite-from{font-size:.68rem;color:var(--muted-foreground)}.mk-invite-title{font-weight:600;color:var(--foreground);font-size:.9375rem;margin-bottom:6px}.mk-invite-body{font-size:.78rem;color:var(--text-secondary);line-height:1.5;margin-bottom:12px}.mk-invite-btn{background:var(--primary);color:var(--primary-foreground);padding:8px;text-align:center;border-radius:5px;font-size:.78rem;font-weight:550}.mk-role-row{display:flex;gap:10px;align-items:flex-start;padding:8px;border:1px solid var(--line-subtle);border-radius:6px;margin-bottom:6px;cursor:default}.mk-role-row:last-child{margin-bottom:0}.mk-role-selected{border-color:var(--primary);background:oklch(.98 .02 293)}.mk-role-dot{width:12px;height:12px;border-radius:50%;border:2px solid oklch(.85 .01 286);flex-shrink:0;margin-top:3px}.mk-role-selected .mk-role-dot{border-color:var(--primary);background:var(--primary);box-shadow:inset 0 0 0 2px var(--background)}.mk-role-name{font-size:.8125rem;color:var(--foreground);font-weight:550}.mk-role-desc{font-size:.7rem;color:var(--muted-foreground);margin-top:1px}.mk-stream-row{display:grid;grid-template-columns:64px 80px 1fr;gap:10px;padding:5px 0;font-size:.78rem;border-bottom:1px solid var(--line-subtle);align-items:center}.mk-stream-row:last-child{border-bottom:0}.mk-stream-time{font-size:.7rem;color:var(--muted-foreground);font-variant-numeric:tabular-nums}.mk-stream-who{font-weight:550;color:var(--foreground)}.mk-stream-what{color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mk-filter{display:flex;gap:6px;flex-wrap:wrap}.mk-filter-chip{padding:6px 10px;border:1px solid var(--line-subtle);border-radius:100px;font-size:.72rem;color:var(--muted-foreground)}.mk-filter-active{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.mk-filter-result{margin-top:10px;font-size:.72rem;color:var(--muted-foreground);width:100%}.mk-notif-locale{display:flex;flex-direction:column;gap:6px}.mk-notif-card{display:flex;gap:10px;align-items:flex-start;padding:8px;background:var(--surface);border-radius:6px;font-size:.72rem}.mk-notif-flag{width:26px;height:18px;background:var(--background);border:1px solid var(--line-subtle);border-radius:3px;display:flex;align-items:center;justify-content:center;font-size:.58rem;font-weight:700;color:var(--foreground);flex-shrink:0}.mk-notif-body{line-height:1.4;color:var(--text-secondary)}.mk-notif-body strong{color:var(--foreground)}.mk-notifset-row{display:flex;justify-content:space-between;align-items:center;padding:7px 0;font-size:.8125rem;color:var(--foreground);border-bottom:1px solid var(--line-subtle)}.mk-notifset-row:last-child{border-bottom:0}.mk-toggle{width:30px;height:16px;background:oklch(.88 .005 286);border-radius:100px;position:relative}.mk-toggle::after{content:"";position:absolute;top:2px;left:2px;width:12px;height:12px;background:var(--background);border-radius:50%;transition:left .15s ease}.mk-toggle-on{background:var(--primary)}.mk-toggle-on::after{left:16px}.mk-submail-head{display:flex;gap:10px;padding-bottom:10px;border-bottom:1px solid var(--line-subtle);margin-bottom:10px}.mk-submail-logo{width:26px;height:26px;background:var(--primary);color:var(--primary-foreground);display:flex;align-items:center;justify-content:center;border-radius:5px;font-size:.9rem;flex-shrink:0}.mk-submail-to{font-size:.75rem;color:var(--foreground);font-weight:500}.mk-submail-from{font-size:.68rem;color:var(--muted-foreground)}.mk-submail-title{font-weight:600;color:var(--foreground);font-size:.9375rem;margin-bottom:6px}.mk-submail-body{font-size:.78rem;color:var(--text-secondary);line-height:1.5;margin-bottom:12px}.mk-submail-btn{background:var(--primary);color:var(--primary-foreground);padding:9px;text-align:center;border-radius:5px;font-size:.8125rem;font-weight:550;margin-bottom:8px}.mk-submail-meta{font-size:.68rem;color:var(--muted-foreground);font-family:var(--font-mono)}.mk-link-label{font-size:.72rem;color:var(--muted-foreground);margin-bottom:6px}.mk-link-url{font-family:var(--font-mono);font-size:.8125rem;padding:10px 12px;background:var(--surface);border-radius:6px;color:var(--foreground);margin-bottom:10px;word-break:break-all}.mk-link-actions{display:flex;gap:6px;margin-bottom:10px}.mk-link-btn{flex:1;text-align:center;padding:6px;background:var(--background);border:1px solid var(--line-subtle);border-radius:5px;font-size:.72rem;color:var(--foreground);font-weight:500}.mk-link-stats{font-size:.7rem;color:var(--muted-foreground)}.mk-pdfpreview{background:var(--background)}.mk-pdfpreview-head{display:flex;gap:10px;padding-bottom:10px;border-bottom:1px solid var(--line-subtle);margin-bottom:12px}.mk-pdfpreview-logo{width:28px;height:28px;background:var(--primary);color:var(--primary-foreground);display:flex;align-items:center;justify-content:center;border-radius:5px}.mk-pdfpreview-bldg{font-weight:600;color:var(--foreground);font-size:.8125rem}.mk-pdfpreview-addr{font-size:.68rem;color:var(--muted-foreground)}.mk-pdfpreview-title{font-weight:600;color:var(--foreground);font-size:.875rem;margin-bottom:12px}.mk-pdfpreview-line{height:5px;background:oklch(.93 .004 286);border-radius:2px;margin-bottom:6px}.mk-pdfpreview-line-short{width:60%}.mk-pdfpreview-foot{display:flex;gap:10px;align-items:center;padding-top:10px;margin-top:10px;border-top:1px solid var(--line-subtle)}.mk-pdfpreview-qr{width:30px;height:30px;background:var(--foreground);color:var(--background);display:flex;align-items:center;justify-content:center;border-radius:4px}.mk-pdfpreview-footmeta{font-size:.68rem;color:var(--muted-foreground)}.mk-qr{display:flex;gap:12px;align-items:flex-start}.mk-qr-code{width:64px;height:64px;background:var(--foreground);color:var(--background);display:flex;align-items:center;justify-content:center;border-radius:6px;font-size:1.5rem;flex-shrink:0}.mk-qr-title{font-weight:550;color:var(--foreground);font-size:.8125rem;margin-bottom:4px}.mk-qr-sub{font-family:var(--font-mono);font-size:.68rem;color:var(--muted-foreground);margin-bottom:8px}.mk-qr-result{font-size:.72rem;color:var(--primary);font-weight:550;padding:6px 8px;background:oklch(.96 .03 293);border-radius:4px;display:inline-block}.mk-lang-row{display:flex;gap:10px;align-items:center;padding:8px 10px;border:1px solid var(--line-subtle);border-radius:6px;margin-bottom:4px;font-size:.8125rem;color:var(--foreground)}.mk-lang-selected{border-color:var(--primary);background:oklch(.98 .02 293)}.mk-lang-soon{border-style:dashed;color:var(--muted-foreground)}.mk-lang-tag{width:26px;height:18px;background:var(--surface);border-radius:3px;display:flex;align-items:center;justify-content:center;font-size:.58rem;font-weight:700;color:var(--foreground);flex-shrink:0}.mk-lang-selected .mk-lang-tag{background:var(--primary);color:var(--primary-foreground)}.mk-pref-row{display:flex;gap:10px;align-items:center;padding:7px 0;border-bottom:1px solid var(--line-subtle)}.mk-pref-row:last-child{border-bottom:0}.mk-pref-name{font-size:.8125rem;color:var(--foreground);font-weight:550}.mk-pref-lang{font-size:.7rem;color:var(--muted-foreground)}.mk-wo-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.mk-wo-id{font-family:var(--font-mono);font-size:.72rem;color:var(--muted-foreground)}.mk-wo-status{font-size:.68rem;padding:2px 8px;border-radius:100px;background:oklch(.94 .05 60);color:oklch(.42 .14 60);font-weight:550}.mk-wo-title{font-weight:600;color:var(--foreground);font-size:.875rem;padding-bottom:10px;border-bottom:1px solid var(--line-subtle);margin-bottom:10px}.mk-wo-step{display:flex;align-items:center;gap:10px;padding:4px 0;font-size:.78rem;color:var(--muted-foreground)}.mk-wo-step>span{width:16px;text-align:center;font-weight:600;flex-shrink:0}.mk-wo-done{color:var(--foreground)}.mk-wo-done>span{color:oklch(.55 .14 155)}.mk-wo-active{color:var(--primary);font-weight:550}.mk-quote-head{font-weight:600;color:var(--foreground);font-size:.875rem}.mk-quote-vendor{font-size:.72rem;color:var(--muted-foreground);margin-bottom:10px}.mk-quote-amount{font-size:1.5rem;font-weight:700;color:var(--primary);letter-spacing:-.02em;font-variant-numeric:tabular-nums;margin-bottom:12px}.mk-quote-actions{display:flex;gap:6px;margin-bottom:8px}.mk-quote-btn{flex:1;text-align:center;padding:7px;background:var(--background);border:1px solid var(--line-subtle);border-radius:5px;font-size:.72rem;color:var(--foreground);font-weight:500}.mk-quote-approve{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.mk-quote-meta{font-size:.68rem;color:var(--muted-foreground);text-align:center}.mk-post{padding:10px 12px;background:var(--surface);border-radius:6px;margin-bottom:6px;font-size:.78rem;line-height:1.4}.mk-post strong{color:var(--foreground);font-weight:600;display:block;margin-bottom:2px}.mk-post span{color:var(--muted-foreground);font-size:.7rem}.mk-feed{display:flex;flex-direction:column;gap:10px}.mk-fbpost{background:var(--surface);border:1px solid var(--line-subtle);border-radius:var(--radius);padding:12px 14px;font-size:.78rem;line-height:1.45}.mk-fbpost-head{display:flex;align-items:center;gap:9px;margin-bottom:8px}.mk-fbpost-avatar{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;font-size:.7rem;font-weight:600;letter-spacing:.02em;color:#fff}.mk-fbpost-avatar--mari{background:oklch(.6 .14 30)}.mk-fbpost-avatar--peeter{background:oklch(.55 .12 250)}.mk-fbpost-avatar--board{background:oklch(.5 .14 293)}.mk-fbpost-avatar--sm{width:22px;height:22px;font-size:.62rem}.mk-fbpost-meta{display:flex;flex-direction:column;min-width:0}.mk-fbpost-name{font-weight:600;color:var(--foreground);font-size:.8rem;display:inline-flex;align-items:center;gap:6px}.mk-fbpost-badge{display:inline-block;padding:1px 6px;font-size:.6rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:oklch(.45 .14 293);background:oklch(.95 .03 293);border-radius:3px}.mk-fbpost-sub{color:var(--muted-foreground);font-size:.7rem}.mk-fbpost-body{margin:0 0 10px;color:var(--foreground);font-size:.8rem}.mk-fbpost-attach{display:inline-flex;align-items:center;gap:7px;padding:6px 10px;margin:0 0 10px;border:1px solid var(--line-subtle);border-radius:4px;font-size:.72rem;color:var(--muted-foreground)}.mk-fbpost-attach svg{color:var(--muted-foreground)}.mk-fbpost-actions{display:flex;align-items:center;gap:14px;padding-top:8px;border-top:1px solid var(--line-subtle);color:var(--muted-foreground);font-size:.72rem}.mk-fbpost-action{display:inline-flex;align-items:center;gap:5px}.mk-fbpost-action--share{margin-left:auto}.mk-fbpost-reply{display:flex;align-items:flex-start;gap:8px;margin-top:10px;padding-top:10px;border-top:1px solid var(--line-subtle)}.mk-fbpost-reply-body{display:flex;flex-direction:column;gap:1px;padding:6px 10px;background:var(--background);border-radius:10px;font-size:.72rem;line-height:1.4}.mk-fbpost-reply-body .mk-fbpost-name{font-size:.72rem}.mk-fbpost-reply-text{color:var(--foreground)}.mk-thread{display:flex;flex-direction:column;gap:0}.mk-fbpost--parent{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:0}.mk-fbpost--parent .mk-fbpost-body{margin-bottom:8px}.mk-reactions{display:flex;align-items:center;justify-content:space-between;padding-top:8px;border-top:1px solid var(--line-subtle);font-size:.72rem;color:var(--muted-foreground)}.mk-reaction-chip{display:inline-flex;align-items:center;gap:4px;font-weight:500}.mk-emoji{font-size:.85rem;line-height:1;display:inline-block}.mk-emoji--stack{margin-left:-4px}.mk-reaction-count{color:var(--muted-foreground);font-size:.7rem}.mk-comments{background:var(--background);border:1px solid var(--line-subtle);border-top:0;border-bottom-left-radius:var(--radius);border-bottom-right-radius:var(--radius);padding:10px 14px 12px;display:flex;flex-direction:column;gap:10px}.mk-comment{display:flex;align-items:flex-start;gap:8px}.mk-comment-body{flex:1;min-width:0}.mk-comment-bubble{display:flex;flex-direction:column;gap:2px;padding:6px 10px;background:var(--surface);border-radius:12px;font-size:.72rem;line-height:1.4}.mk-comment-bubble .mk-fbpost-name{font-size:.72rem}.mk-comment-text{color:var(--foreground)}.mk-comment-actions{display:flex;align-items:center;gap:12px;padding:4px 10px 0;font-size:.68rem;color:var(--muted-foreground);font-weight:500}.mk-comment-action{display:inline-flex;align-items:center;gap:4px;cursor:default}.mk-comment-action--highlight{color:oklch(.5 .14 293);font-weight:600}.mk-comment-time{margin-left:auto;font-weight:400}.mk-ballot{background:var(--surface);border:1px solid var(--line-subtle);border-radius:var(--radius);padding:14px;font-size:.78rem;line-height:1.4}.mk-ballot-head{margin-bottom:10px}.mk-ballot-status{margin-left:auto;padding:2px 8px;font-size:.68rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:oklch(.5 .14 40);background:oklch(.96 .03 60);border-radius:3px}.mk-ballot-title{margin:0 0 2px;font-size:.9rem;font-weight:600;color:var(--foreground)}.mk-ballot-sub{margin:0 0 12px;font-size:.72rem;color:var(--muted-foreground)}.mk-ballot-options{list-style:none;margin:0 0 12px;padding:0;display:flex;flex-direction:column;gap:6px}.mk-ballot-option{display:flex;align-items:center;gap:10px;padding:8px 11px;border:1px solid var(--line-subtle);border-radius:4px;background:var(--background)}.mk-ballot-option--picked{border-color:oklch(.5 .14 293);background:oklch(.98 .02 293)}.mk-ballot-radio{flex-shrink:0;width:14px;height:14px;border:1.5px solid var(--line);border-radius:50%;background:var(--surface);position:relative}.mk-ballot-radio--on{border-color:oklch(.5 .14 293)}.mk-ballot-radio--on::after{content:"";position:absolute;inset:2px;border-radius:50%;background:oklch(.5 .14 293)}.mk-ballot-option-body{display:flex;flex-direction:column;gap:1px}.mk-ballot-option-title{font-weight:600;color:var(--foreground);font-size:.78rem}.mk-ballot-option-meta{color:var(--muted-foreground);font-size:.7rem}.mk-ballot-sign{padding-top:10px;border-top:1px solid var(--line-subtle);display:flex;flex-direction:column;gap:4px}.mk-ballot-sign-btn{display:inline-flex;align-items:center;gap:7px;align-self:flex-start;padding:8px 14px;background:oklch(.5 .14 293);color:#fff;border-radius:4px;font-size:.76rem;font-weight:600;letter-spacing:.01em}.mk-ballot-sign-note{font-size:.68rem;color:var(--muted-foreground)}.mk-history{display:flex;flex-direction:column;gap:12px}.mk-history-year{display:inline-flex;align-items:center;gap:10px;font-size:.68rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--muted-foreground)}.mk-history-year::before,.mk-history-year::after{content:"";flex:1;height:1px;background:var(--line-subtle)}.mk-history-year--hero{color:oklch(.5 .14 293)}.mk-history-post{display:flex;align-items:flex-start;gap:9px;padding:10px 12px;background:var(--surface);border:1px solid var(--line-subtle);border-radius:var(--radius);font-size:.76rem;line-height:1.4}.mk-history-post--hero{border-color:oklch(.85 .03 293)}.mk-history-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.mk-history-name{font-weight:600;font-size:.74rem;color:var(--foreground);display:inline-flex;align-items:center;gap:6px}.mk-history-date{font-weight:400;color:var(--muted-foreground);font-size:.68rem}.mk-history-text{color:var(--foreground);font-size:.74rem}.mk-history-meta{display:flex;align-items:center;gap:10px;margin-top:6px;padding-top:6px;border-top:1px solid var(--line-subtle);font-size:.68rem;color:var(--muted-foreground)}.mk-history-meta-chip{display:inline-flex;align-items:center;gap:4px}.mk-history-meta-chip--still{margin-left:auto;padding:2px 8px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:oklch(.5 .14 293);background:oklch(.96 .03 293);border-radius:3px}.mk-votecard-badge{display:inline-block;font-size:.62rem;text-transform:uppercase;letter-spacing:.06em;color:oklch(.55 .14 155);background:oklch(.95 .06 155);padding:3px 8px;border-radius:100px;font-weight:600;margin-bottom:6px}.mk-votecard-title{font-weight:600;color:var(--foreground);font-size:.9rem;margin-bottom:10px}.mk-votecard-progress{height:8px;background:oklch(.93 .005 286);border-radius:2px;overflow:hidden;margin-bottom:6px}.mk-votecard-fill{height:100%;background:var(--primary)}.mk-votecard-stats{display:flex;justify-content:space-between;font-size:.7rem;color:var(--muted-foreground);margin-bottom:10px}.mk-votecard-btn{padding:8px;text-align:center;background:var(--primary);color:var(--primary-foreground);border-radius:5px;font-size:.78rem;font-weight:550}.mk-meeting-head{font-weight:600;color:var(--foreground);font-size:.9375rem}.mk-meeting-when{font-size:.72rem;color:var(--muted-foreground);padding-bottom:10px;border-bottom:1px solid var(--line-subtle);margin-bottom:10px}.mk-meeting-agenda{font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted-foreground);margin-bottom:6px;font-weight:600}.mk-meeting-row{display:grid;grid-template-columns:20px 1fr;gap:6px;padding:4px 0;font-size:.78rem;color:var(--foreground)}.mk-meeting-row>span:first-child{color:var(--muted-foreground);font-weight:600}.mk-sign-head{font-weight:600;color:var(--foreground);font-size:.875rem;padding-bottom:10px;border-bottom:1px solid var(--line-subtle);margin-bottom:10px;display:flex;flex-direction:column;gap:2px}.mk-sign-status{font-size:.72rem;color:var(--muted-foreground);font-weight:400}.mk-sign-row{display:flex;gap:10px;align-items:flex-start;padding:7px 0;border-bottom:1px solid var(--line-subtle)}.mk-sign-row:last-of-type{border-bottom:0}.mk-sign-check{width:22px;height:22px;border-radius:50%;background:oklch(.94 .08 155);color:oklch(.42 .14 155);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0}.mk-sign-name{font-size:.8125rem;color:var(--foreground);font-weight:550}.mk-sign-meta{font-size:.7rem;color:var(--muted-foreground);font-variant-numeric:tabular-nums}.mk-sign-foot{margin-top:10px;padding-top:8px;border-top:1px solid var(--line-subtle);font-size:.68rem;color:var(--muted-foreground);text-align:center}.mk-ballot-head{font-weight:600;color:var(--foreground);font-size:.9375rem}.mk-ballot-sub{font-size:.72rem;color:var(--muted-foreground);margin-bottom:12px}.mk-ballot-option{display:flex;gap:10px;align-items:center;padding:8px 10px;border:1px solid var(--line-subtle);border-radius:6px;margin-bottom:6px;font-size:.8125rem;color:var(--foreground)}.mk-ballot-selected{border-color:var(--primary);background:oklch(.98 .02 293)}.mk-ballot-dot{width:12px;height:12px;border-radius:50%;border:2px solid oklch(.85 .01 286);flex-shrink:0}.mk-ballot-selected .mk-ballot-dot{border-color:var(--primary);background:var(--primary);box-shadow:inset 0 0 0 2px var(--background)}.mk-ballot-btn{padding:8px;text-align:center;background:var(--primary);color:var(--primary-foreground);border-radius:5px;font-size:.78rem;font-weight:550;margin:10px 0 4px}.mk-ballot-meta{font-size:.68rem;color:var(--muted-foreground);text-align:center}.preview-accounting .pv-head{display:flex;justify-content:space-between;align-items:baseline;font-size:.78rem;color:var(--muted-foreground);margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid var(--line-subtle)}.preview-accounting .pv-head-title{color:var(--foreground);font-weight:550}.preview-accounting .pv-acc-row{display:grid;grid-template-columns:60px 1fr auto;gap:10px;align-items:center;padding:6px 0;font-size:.78rem;border-bottom:1px solid var(--line-subtle)}.preview-accounting .pv-acc-date{color:var(--muted-foreground);font-size:.72rem;font-variant-numeric:tabular-nums}.preview-accounting .pv-acc-label{color:var(--foreground)}.preview-accounting .pv-acc-credit{color:oklch(.55 .14 155);font-weight:550;font-variant-numeric:tabular-nums}.preview-accounting .pv-acc-debit{color:oklch(.6 .12 25);font-weight:550;font-variant-numeric:tabular-nums}.preview-accounting .pv-acc-foot{display:flex;justify-content:space-between;align-items:center;padding-top:10px;margin-top:4px;font-size:.8125rem;font-weight:600}.preview-accounting .pv-acc-total{color:var(--primary);font-variant-numeric:tabular-nums}.features-page{max-width:var(--container);margin:0 auto;padding:4rem 24px 2rem}.features-page-header{max-width:720px;margin:0 auto 5rem;text-align:center}.features-page-header h1{font-size:clamp(2.25rem,3vw + 1rem,3.25rem);letter-spacing:-.03em;margin:.5em 0}.features-page-lede{color:var(--text-secondary);font-size:1.125rem;line-height:1.55}.features-block{margin-bottom:5rem}.features-block-head{display:flex;align-items:baseline;justify-content:space-between;gap:24px;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--line-subtle)}.features-block-head h2{font-size:1.5rem;letter-spacing:-.022em;margin:0;font-weight:600}.features-block-meta{font-size:.875rem;color:var(--muted-foreground);margin:0;text-align:right}.features-category{font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-foreground);margin:2.5rem 0 1.25rem}.features-category:first-of-type{margin-top:.5rem}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media(max-width:900px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.features-grid{grid-template-columns:1fr}}.f-card{display:block;padding:24px;background:var(--background);border:1px solid var(--line-subtle);border-radius:10px;color:inherit;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.f-card:hover{transform:translateY(-2px);border-color:var(--border);box-shadow:0 10px 24px -14px oklch(.3 .08 293/.2);color:inherit}.f-card h4{transition:color .15s ease}.f-card:hover h4{color:var(--primary)}.f-card-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:var(--surface);color:var(--primary);margin-bottom:1rem}.f-card h4{font-size:1rem;font-weight:600;letter-spacing:-.01em;margin:0 0 .5em;line-height:1.3}.f-card p{font-size:.875rem;color:var(--text-secondary);line-height:1.55;margin:0}.f-card--accent{background:oklch(.98 .02 293);border-color:oklch(.88 .06 293)}.f-card,.feature-tile{position:relative}.new-badge{position:absolute;top:14px;right:14px;display:inline-flex;align-items:center;gap:4px;background:oklch(.72 .16 155);color:oklch(.98 .02 155);font-size:.625rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:3px 8px;border-radius:100px;z-index:2;box-shadow:0 2px 6px -2px oklch(.5 .15 155/.3)}.new-badge::before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;background:currentColor;opacity:.85}.feature-tile .new-badge{top:16px;right:16px}.f-card--accent .f-card-icon{background:var(--background)}.features-block-soon{background:oklch(.985 .002 293);padding:3rem 2rem;border-radius:14px;border:1px solid var(--line-subtle)}.features-block-soon .features-block-head{border-bottom:0;padding-bottom:0;margin-bottom:2rem}.f-card--soon{border-style:dashed;border-color:oklch(.85 .02 286)}.f-card--soon .f-card-icon{color:var(--muted-foreground)}.f-card--soon h4{color:var(--foreground)}.roadmap-prompt{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:24px 28px;margin-top:32px;background:var(--background);border:1px solid oklch(.88 .06 293);border-radius:12px;box-shadow:0 6px 16px -12px oklch(.3 .08 293/.2)}.roadmap-prompt-body{min-width:0;flex:1}.roadmap-prompt-title{font-size:1rem;font-weight:600;color:var(--foreground);margin:0 0 4px;letter-spacing:-.01em}.roadmap-prompt-lede{font-size:.875rem;color:var(--text-secondary);line-height:1.5;margin:0;max-width:58ch}.roadmap-prompt .btn{flex-shrink:0}@media(max-width:700px){.roadmap-prompt{flex-direction:column;align-items:flex-start;gap:16px}}.features-cta{text-align:center;padding:5rem 24px;background:var(--surface);border-radius:14px;margin:5rem 0 2rem}.features-cta h2{font-size:clamp(1.5rem,1.5vw + 1rem,2rem);letter-spacing:-.025em;margin:0 0 .5em}.features-cta p{color:var(--text-secondary);font-size:1.0625rem;max-width:520px;margin:0 auto 2rem}.features-cta .cta{display:inline-flex;gap:12px;align-items:center;flex-wrap:wrap;justify-content:center}.post-list{list-style:none;padding:0;margin:0;max-width:var(--content);margin:0 auto}.post-list li{padding:2rem 0;border-bottom:1px solid var(--line-subtle)}.post-list li:last-child{border-bottom:0}.post-list h3{margin:0 0 .4em;font-size:1.3125rem;font-weight:600;letter-spacing:-.02em}.post-list h3 a{color:var(--foreground)}.post-list h3 a:hover{color:var(--primary)}.post-list .meta{font-size:.8125rem;color:var(--muted-foreground);letter-spacing:0}.post-list .excerpt{color:var(--text-secondary);font-size:.9375rem;line-height:1.6;margin:.5em 0 0}.post-header{text-align:center;padding:5rem 0 2.5rem;max-width:760px;margin:0 auto}.post-header .meta{color:var(--muted-foreground);font-size:.8125rem;margin-bottom:1.25rem;letter-spacing:.02em}.post-header h1{font-size:clamp(2.25rem,3vw + 1rem,3.5rem);letter-spacing:-.03em;margin-bottom:.5em}.post-header .lede{font-size:1.1875rem;color:var(--text-secondary);line-height:1.55;margin:0}.solx{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.solx-left h2{margin-bottom:1rem}.solx-lede{color:var(--text-secondary);font-size:1.0625rem;line-height:1.55;margin-bottom:3rem;max-width:44ch}.solx-steps{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.solx-step{display:grid;grid-template-columns:40px 1fr;gap:16px;padding:18px 18px 18px 14px;border-left:2px solid transparent;border-radius:0 8px 8px 0;cursor:pointer;transition:background .15s ease,border-color .15s ease}.solx-step:hover{background:oklch(.95 .01 286)}.solx-step.is-active{border-left-color:var(--primary);background:0 0}.solx-num{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:oklch(.9 .005 286);color:var(--muted-foreground);font-size:.8125rem;font-weight:600;line-height:1;transition:background .15s ease,color .15s ease;flex-shrink:0}.solx-step.is-active .solx-num{background:oklch(.94 .04 293);color:var(--primary)}.solx-step-body{display:flex;flex-direction:column;gap:4px;min-width:0}.solx-step-body h3{font-size:1rem;font-weight:600;color:var(--foreground);letter-spacing:-.01em;margin:0;line-height:1.3}.solx-step-body p{font-size:.875rem;color:var(--text-secondary);line-height:1.5;margin:0}.solx-step:not(.is-active) .solx-step-body p{color:var(--muted-foreground)}.solx-right{background:var(--background);border:1px solid var(--line-subtle);border-radius:14px;padding:28px;box-shadow:0 20px 40px -20px oklch(.3 .1 293/.18),0 4px 12px -6px oklch(.3 .05 293/.08);position:sticky;top:2rem;min-height:360px;display:flex;align-items:center}.solx-mockup{width:100%}.solx-mockup:not(.is-active){display:none}.solx-mockup-inner{background:var(--background);border:1px solid var(--line-subtle);border-radius:8px;padding:18px 20px;font-size:.875rem}@media(max-width:900px){.solx{grid-template-columns:1fr;gap:32px}.solx-right{position:static;padding:20px}}.cta-band{background:oklch(.2 .04 293);color:oklch(.98 .01 293);padding:5rem 0;position:relative;overflow:hidden;isolation:isolate}.cta-band::before{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(ellipse 60% 80% at 20% 0%,oklch(.55 .22 293/.45),transparent 60%),radial-gradient(ellipse 55% 70% at 85% 100%,oklch(.45 .2 293/.35),transparent 60%)}.cta-band .cta-inner{max-width:640px;margin:0 auto;text-align:center}.cta-band h2{color:oklch(.98 .01 293);font-size:clamp(1.75rem,2vw + 1rem,2.5rem);letter-spacing:-.025em;margin-bottom:.75em}.cta-band p{color:oklch(.78 .04 293);font-size:1.0625rem;line-height:1.5;margin-bottom:2rem}.cta-band .cta{display:inline-flex;gap:14px;align-items:center;flex-wrap:wrap;justify-content:center}.btn-primary-on-dark{display:inline-flex;align-items:center;gap:6px;padding:11px 18px;border-radius:var(--radius);font-size:.9375rem;font-weight:500;background:oklch(.98 .01 293);color:oklch(.2 .04 293);transition:transform .15s ease,background .15s ease}.btn-primary-on-dark:hover{transform:translateY(-1px);background:oklch(1 0 0)}.btn-arrow-on-dark{display:inline-flex;align-items:center;gap:4px;color:oklch(.85 .03 293);font-weight:500;font-size:.9375rem}.btn-arrow-on-dark:hover{color:oklch(.98 .01 293)}.btn-arrow-on-dark::after{content:"→";transition:transform .15s ease}.btn-arrow-on-dark:hover::after{transform:translateX(2px)}.site-footer{border-top:1px solid var(--line-subtle);padding:4.5rem 0 3rem;font-size:.9375rem;color:var(--text-secondary)}.site-footer .row{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:40px}@media(max-width:800px){.site-footer .row{grid-template-columns:1fr 1fr}}.site-footer h4{font-size:.8125rem;font-weight:600;letter-spacing:.04em;color:var(--foreground);margin-bottom:1em}.site-footer ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75em}.site-footer a{color:var(--text-secondary);font-size:.9375rem}.site-footer a:hover{color:var(--foreground)}.site-footer .brand-col .brand{margin-bottom:.75em}.site-footer .brand-col p{color:var(--muted-foreground);font-size:.875rem;max-width:28ch;margin:.5em 0 0;line-height:1.5}.social-row{display:inline-flex;gap:14px;align-items:center;margin-top:1.25em}.social-row a{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:7px;color:var(--muted-foreground);background:var(--surface);transition:color .15s ease,background .15s ease}.social-row a:hover{color:var(--foreground);background:oklch(.94 .03 293)}.site-footer .legal{margin-top:3rem;padding-top:1.75rem;border-top:1px solid var(--line-subtle);font-size:.8125rem;color:var(--muted-foreground);display:flex;justify-content:space-between;align-items:center;gap:1.5rem;flex-wrap:wrap}.site-footer .legal-left{display:inline-flex;align-items:center;gap:.6rem}.site-footer .legal-left .sep{opacity:.5}.contact-hero{max-width:720px;margin:0 auto 4rem;text-align:center}.contact-hero-cta{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-top:1.75rem}.contact-hero-cta .btn{font-size:1.1rem;padding:.85rem 1.6rem}.contact-hero-note{color:var(--muted-foreground);font-size:.9rem}.contact-section{max-width:1080px;margin:0 auto 4rem}.contact-section-head{text-align:center;max-width:640px;margin:0 auto 2.5rem}.contact-section-head h2{margin:.4rem 0 0;font-size:clamp(1.5rem,2vw + .5rem,2rem);letter-spacing:-.01em}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}a.contact-card{display:block;padding:2rem 2rem 2.25rem;background:var(--surface);border:1px solid var(--line-subtle);border-radius:var(--radius);color:var(--foreground);text-decoration:none;transition:border-color .15s ease,transform .15s ease}.contact-card:hover{border-color:oklch(.5 .14 293);transform:translateY(-2px)}.contact-card-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius);background:oklch(.96 .03 293);color:oklch(.5 .14 293);margin-bottom:1rem}.contact-card h3{margin:0 0 .5rem;font-size:1.0625rem;font-weight:600;letter-spacing:-.005em}.contact-card p{margin:0 0 1rem;color:var(--muted-foreground);font-size:.92rem;line-height:1.55}.contact-card-cta{display:inline-block;color:oklch(.5 .14 293);font-size:.875rem;font-weight:600}.contact-section-split{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}@media(max-width:720px){.contact-section-split{grid-template-columns:1fr}}.contact-office h2,.contact-social h2{font-size:1.5rem;margin:.4rem 0 1.25rem;letter-spacing:-.01em}.contact-address{font-style:normal;line-height:1.7;color:var(--foreground);font-size:1rem;margin:0 0 1rem}.contact-office-note{margin:0;color:var(--muted-foreground);font-size:.92rem;line-height:1.55}.contact-social-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.contact-social-list a{display:flex;align-items:center;gap:.75rem;padding:.75rem .9rem;background:var(--surface);border:1px solid var(--line-subtle);border-radius:var(--radius);color:var(--foreground);text-decoration:none;font-size:.9rem;transition:border-color .15s ease,background .15s ease}.contact-social-list a:hover{border-color:var(--line);background:var(--background)}.contact-social-list svg{flex-shrink:0;color:var(--muted-foreground)}.contact-final{text-align:center;padding:2rem 0 4rem}.contact-final h2{font-size:clamp(1.5rem,2.5vw + .5rem,2rem);margin:0 0 .6rem;letter-spacing:-.01em}.contact-final p{color:var(--muted-foreground);margin:0 0 1.5rem}.contact-final .cta{justify-content:center}.about-hero{max-width:880px;margin:2rem auto 4rem;text-align:center}.about-hero h1{margin:.4rem 0 1rem;font-size:clamp(2rem,4vw + .5rem,3rem);letter-spacing:-.015em;line-height:1.05}.about-hero .lede{color:var(--muted-foreground);font-size:1.0625rem;line-height:1.6;max-width:720px;margin:0 auto}.about-section{max-width:1080px;margin:0 auto 4rem}.about-section-head{max-width:720px;margin:0 auto 2rem;text-align:center}.about-section-head h2{margin:.4rem 0 0;font-size:clamp(1.5rem,2vw + .5rem,2rem);letter-spacing:-.01em}.about-prose{max-width:720px;margin:0 auto}.about-prose p{color:var(--foreground);font-size:1rem;line-height:1.7;margin:0 0 1.1rem}.about-prose p:last-child{margin-bottom:0}.about-principles{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}.about-principle{padding:1.75rem;background:var(--surface);border:1px solid var(--line-subtle);border-radius:var(--radius)}.about-principle h3{margin:0 0 .5rem;font-size:1.0625rem;font-weight:600;letter-spacing:-.005em}.about-principle p{margin:0;color:var(--muted-foreground);font-size:.95rem;line-height:1.6}.about-team{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}@media(max-width:720px){.about-team{grid-template-columns:1fr}}.about-person{padding:1.75rem;background:var(--surface);border:1px solid var(--line-subtle);border-radius:var(--radius)}.about-person-avatar{width:48px;height:48px;border-radius:var(--radius);background:oklch(.96 .03 293);color:oklch(.5 .14 293);display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:.9375rem;letter-spacing:.02em;margin-bottom:1rem}.about-person h3{margin:0 0 .15rem;font-size:1.0625rem;font-weight:600}.about-person-role{margin:0 0 .75rem;color:oklch(.5 .14 293);font-size:.875rem;font-weight:600}.about-person p{margin:0;color:var(--muted-foreground);font-size:.95rem;line-height:1.6}.about-section-split{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:start;text-align:left}.about-section-split p{color:var(--muted-foreground);font-size:1rem;line-height:1.65;margin:0 0 1rem}.about-section-split h2{margin:.4rem 0 1rem;font-size:clamp(1.5rem,2vw + .5rem,2rem);letter-spacing:-.01em}.about-trust{padding:1.75rem;background:var(--surface);border:1px solid var(--line-subtle);border-radius:var(--radius)}.about-trust h3{margin:0 0 1rem;font-size:1rem;font-weight:600}.about-trust-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}.about-trust-list li{font-size:.9375rem;line-height:1.5;color:var(--muted-foreground)}.about-trust-list strong{color:var(--foreground);font-weight:600}@media(max-width:720px){.about-section-split{grid-template-columns:1fr;gap:2rem}}.about-cta{text-align:center;padding:2rem 0 4rem}.about-cta h2{font-size:clamp(1.5rem,2.5vw + .5rem,2rem);margin:0 0 .6rem;letter-spacing:-.01em}.about-cta p{color:var(--muted-foreground);margin:0 0 1.5rem}.about-cta .cta{justify-content:center}.blog-index{padding:2rem 0 5rem}.blog-index-hero{display:grid;grid-template-columns:minmax(0,1.4fr)minmax(0,1fr);gap:3rem;align-items:end;max-width:1080px;margin:1rem auto 2.5rem}.blog-index-hero h1{margin:0;font-size:clamp(2.25rem,4vw + .5rem,3.25rem);letter-spacing:-.02em;line-height:1.05;font-weight:700}.blog-index-lede{margin:0 0 .4rem;color:var(--muted-foreground);font-size:1rem;line-height:1.55;max-width:380px}@media(max-width:720px){.blog-index-hero{grid-template-columns:1fr;gap:.75rem;align-items:start}.blog-index-lede{margin:0}}.blog-tabs{max-width:1080px;margin:0 auto 2rem;display:flex;gap:1.75rem;flex-wrap:wrap;border-bottom:1px solid var(--line-subtle);padding-bottom:.25rem;overflow-x:auto}.blog-tab{background:0 0;border:none;padding:.5rem 0;margin:0 0 -1px;font:inherit;font-size:.9375rem;font-weight:500;color:var(--muted-foreground);cursor:pointer;border-bottom:2px solid transparent;white-space:nowrap;transition:color .15s ease,border-color .15s ease}.blog-tab:hover{color:var(--foreground)}.blog-tab.is-active{color:var(--foreground);font-weight:600;border-bottom-color:var(--foreground)}.blog-posts-grid{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem 1.75rem}@media(max-width:720px){.blog-posts-grid{grid-template-columns:1fr;gap:2rem}}.blog-post-card{display:flex}.blog-post-link{display:flex;flex-direction:column;flex:1;color:var(--foreground);text-decoration:none;transition:opacity .15s ease}.blog-post-link:hover{opacity:.92}.blog-post-link:hover .blog-post-cta{color:oklch(.5 .14 293)}.blog-post-cover{position:relative;aspect-ratio:16/11;overflow:hidden;border:1px solid var(--line-subtle);border-radius:var(--radius);background:var(--surface)}.blog-post-cover img{width:100%;height:100%;object-fit:cover;display:block}.blog-post-cover--typographic{background:linear-gradient(135deg,oklch(.97 .025 293),oklch(.94 .04 293));display:flex;align-items:center;justify-content:center;padding:1.5rem;color:oklch(.5 .14 293)}.blog-post-cover-bg{position:absolute;inset:0;color:oklch(.5 .14 293);pointer-events:none}.blog-post-cover-bg svg{width:100%;height:100%}.blog-post-cover-content{position:relative;z-index:1;text-align:center;max-width:80%}.blog-post-cover-title{display:inline-block;font-size:clamp(1.25rem,2.5vw + .5rem,1.75rem);font-weight:700;letter-spacing:-.015em;line-height:1.15;color:oklch(.4 .16 293)}.blog-post-overlay{position:absolute;left:0;right:0;bottom:0;padding:.85rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem;color:oklch(1 0 0);font-size:.8125rem;font-weight:500;background:linear-gradient(to top,oklch(0 0 0/.55),oklch(0 0 0/0));backdrop-filter:blur(2px)}.blog-post-overlay-author{display:flex;flex-direction:column;gap:.1rem;line-height:1.2;text-shadow:0 1px 2px oklch(0 0 0/.3)}.blog-post-overlay-author time{font-weight:400;opacity:.92}.blog-post-overlay-tag{font-size:.75rem;font-weight:500;letter-spacing:.01em;text-shadow:0 1px 2px oklch(0 0 0/.3)}.blog-post-body{padding-top:1.25rem}.blog-post-title{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;letter-spacing:-.01em;line-height:1.25;text-decoration:underline;text-decoration-color:transparent;text-underline-offset:4px;transition:text-decoration-color .15s ease}.blog-post-link:hover .blog-post-title{text-decoration-color:var(--foreground)}.blog-post-excerpt{margin:0 0 1rem;color:var(--muted-foreground);font-size:.9375rem;line-height:1.55}.blog-post-cta{display:inline-flex;align-items:center;gap:.4rem;color:var(--foreground);font-size:.875rem;font-weight:600;transition:color .15s ease}.blog-post-cta svg{flex-shrink:0}.blog-tag{display:inline-block;padding:.1rem .5rem;font-size:.7rem;font-weight:500;letter-spacing:.02em;text-transform:uppercase;color:oklch(.5 .14 293);background:oklch(.96 .03 293);border-radius:var(--radius)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.post-container{max-width:720px}.post-back{display:inline-block;margin:1.25rem 0 2rem;font-size:.875rem;color:var(--muted-foreground);text-decoration:none;transition:color .15s ease}.post-back:hover{color:var(--primary)}.post-hero{margin-bottom:2rem}.post-hero h1{margin:.5rem 0 .75rem;font-size:clamp(2rem,3.5vw + .5rem,2.75rem);letter-spacing:-.015em;line-height:1.1;font-weight:600}.post-lede{color:var(--muted-foreground);font-size:1.125rem;line-height:1.55;margin:0 0 1.5rem}.post-meta{display:flex;flex-wrap:wrap;gap:.4rem;font-size:.875rem;color:var(--muted-foreground)}.post-meta-sep{color:var(--muted-foreground);opacity:.6}.post-author{color:var(--foreground);font-weight:500}.post-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.85rem}.post-cover{margin:2rem 0;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line-subtle)}.post-cover img{display:block;width:100%;height:auto}.post-prose{border-top:1px solid var(--line-subtle);padding-top:2rem;font-size:1.0625rem;line-height:1.7}.post-prose p{margin:0 0 1.25rem}.post-prose h2{margin:2.5rem 0 1rem;font-size:1.5rem;font-weight:600;letter-spacing:-.005em;line-height:1.25}.post-prose h3{margin:2rem 0 .75rem;font-size:1.1875rem;font-weight:600}.post-prose ul,.post-prose ol{margin:0 0 1.5rem 1.5rem}.post-prose li{margin-bottom:.5rem}.post-prose blockquote{margin:1.5rem 0;padding:.5rem 0 .5rem 1.25rem;border-left:3px solid oklch(.5 .14 293);color:var(--muted-foreground);font-style:italic}.post-prose strong{font-weight:600;color:var(--foreground)}.post-prose a{color:var(--primary);text-decoration:underline;text-underline-offset:3px}.post-footer{margin:3rem 0 0;padding:2rem 0;border-top:1px solid var(--line-subtle);border-bottom:1px solid var(--line-subtle);display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center;justify-content:space-between}.post-footer-share{display:flex;flex-wrap:wrap;align-items:center;gap:.85rem;margin:0;font-size:.875rem;color:var(--muted-foreground)}.post-footer-share-label{margin-right:.25rem}.post-footer-share a{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .65rem;border:1px solid var(--line-subtle);border-radius:var(--radius);color:var(--foreground);text-decoration:none;font-weight:500;transition:border-color .15s ease,color .15s ease}.post-footer-share a:hover{border-color:oklch(.5 .14 293);color:oklch(.5 .14 293)}.post-footer-back{font-size:.9375rem;color:var(--primary);text-decoration:none;font-weight:500}.post-footer-back:hover{text-decoration:underline}.post-related-wrap{max-width:1080px;margin:4rem auto 5rem}.post-related-title{margin:0 0 1.5rem;font-size:1.125rem;font-weight:600;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em}.cookie-banner{position:fixed;bottom:1.5rem;left:50%;transform:translateX(-50%);z-index:100;width:calc(100% - 3rem);max-width:1100px;background:var(--background);border:1px solid var(--line-subtle);border-radius:999px;padding:.6rem .6rem .6rem 1.4rem;font-size:.9rem;line-height:1.4;box-shadow:0 4px 14px -6px oklch(.2 .04 293/.1)}.cookie-banner[hidden]{display:none}.cookie-banner-inner{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.cookie-banner-icon{flex-shrink:0;color:var(--foreground)}.cookie-banner-text{flex:1;min-width:200px;margin:0;color:var(--foreground)}.cookie-banner-actions{display:inline-flex;align-items:center;gap:.5rem;flex-shrink:0}.cookie-banner-settings{color:var(--foreground);text-decoration:underline;text-underline-offset:3px;font-size:.875rem;font-weight:500;padding:0 .5rem}.cookie-banner-settings:hover{color:oklch(.5 .14 293)}.cookie-banner-btn{display:inline-flex;align-items:center;justify-content:center;font-family:inherit;font-size:.875rem;font-weight:600;padding:.55rem 1.1rem;border-radius:999px;border:0;cursor:pointer;transition:background .15s ease,color .15s ease;white-space:nowrap}.cookie-banner-btn--reject{background:oklch(.94 .005 293);color:var(--foreground)}.cookie-banner-btn--reject:hover{background:oklch(.91 .005 293)}.cookie-banner-btn--accept{background:oklch(.5 .14 293);color:#fff}.cookie-banner-btn--accept:hover{background:oklch(.44 .14 293)}@media(max-width:720px){.cookie-banner{border-radius:var(--radius);padding:.85rem 1rem;width:calc(100% - 1.5rem)}.cookie-banner-inner{gap:.65rem}.cookie-banner-text{font-size:.85rem}.cookie-banner-actions{width:100%;justify-content:flex-end}.cookie-banner-settings{padding:0;margin-right:auto}}.cookie-manage-link{background:0 0;border:none;padding:0;cursor:pointer;color:inherit;font:inherit;text-decoration:underline}.cookie-manage-link:hover{color:var(--foreground)}.locale-banner{padding:.65rem 1.25rem;background:oklch(.98 .02 293);border-bottom:1px solid oklch(.9 .04 293);font-size:.875rem;line-height:1.4}.locale-banner[hidden]{display:none}.locale-banner-inner{max-width:1120px;margin:0 auto;display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.locale-banner-icon{color:oklch(.5 .14 293);flex-shrink:0}.locale-banner-text{color:var(--foreground);flex:1;min-width:200px}.locale-banner-switch{display:inline-block;color:oklch(.4 .14 293);font-weight:600;text-decoration:none;padding:.35rem .85rem;border:1px solid oklch(.5 .14 293);border-radius:var(--radius);white-space:nowrap;transition:background .15s ease,color .15s ease}.locale-banner-switch:hover{background:oklch(.5 .14 293);color:#fff}.locale-banner-dismiss{display:inline-flex;align-items:center;justify-content:center;background:0 0;border:none;color:var(--muted-foreground);padding:.3rem;cursor:pointer;border-radius:3px;transition:color .15s ease,background .15s ease}.locale-banner-dismiss:hover{color:var(--foreground);background:oklch(.95 .03 293)}@media(max-width:520px){.locale-banner-text{font-size:.82rem}.locale-banner-switch{padding:.3rem .65rem;font-size:.82rem}}.pr-hero{padding:3.5rem 0 2rem;text-align:center;max-width:760px;margin:0 auto}.pr-hero--tight{padding:2.5rem 0 4.5rem}.pr-hero h1{font-size:clamp(2rem,4vw,2.75rem);line-height:1.1;margin:.5rem 0 1rem;letter-spacing:-.02em}.pr-hero-lede{font-size:1.0625rem;line-height:1.55;color:var(--muted-foreground);margin:0}.pr-section{padding:3rem 0;border-bottom:1px solid var(--line-subtle)}.pr-section:last-child{border-bottom:0}.pr-head{max-width:680px;margin:0 auto 2rem;text-align:center}.pr-head h2{font-size:clamp(1.5rem,3vw,2rem);margin:.25rem 0 .75rem;letter-spacing:-.01em}.pr-lede{color:var(--muted-foreground);line-height:1.6;margin:0}.pr-beta{padding:2.5rem 0 3rem;border-bottom:1px solid var(--line-subtle)}.pr-beta-inner{max-width:820px;margin:0 auto;padding:2rem 2.25rem;border:1px solid var(--line);border-left:3px solid oklch(.58 .22 293);border-radius:var(--radius);background:var(--surface)}.pr-beta-eyebrow{display:inline-block;font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:oklch(.5 .14 293);margin-bottom:.75rem}.pr-beta-head{font-size:1.5rem;line-height:1.25;margin:0 0 .75rem;letter-spacing:-.01em}.pr-beta-lede{color:var(--muted-foreground);line-height:1.55;margin:0 0 1.25rem}.pr-beta-cta{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.pr-plan{max-width:760px;margin:0 auto;padding:2rem 2.25rem;border:1px solid var(--line-subtle);border-radius:var(--radius);background:var(--surface)}.pr-plan-head{margin-bottom:1.25rem}.pr-plan-title{font-size:1.125rem;font-weight:600;margin:0}.pr-plan-sub{color:var(--muted-foreground);font-size:.9rem;margin:.25rem 0 0}.pr-plan-grid{list-style:none;margin:0 0 1.25rem;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.65rem 1.5rem}.pr-plan-grid li{position:relative;padding-left:1.4rem;font-size:.9rem;line-height:1.45;color:var(--foreground)}.pr-plan-grid li::before{content:"";position:absolute;left:0;top:.55rem;width:9px;height:5px;border-left:1.75px solid oklch(.5 .14 293);border-bottom:1.75px solid oklch(.5 .14 293);transform:rotate(-45deg)}.pr-plan-coming{font-size:.85rem;color:var(--muted-foreground);margin:0;padding-top:1rem;border-top:1px dashed var(--line-subtle)}.pr-price-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;max-width:980px;margin:0 auto}.pr-price-card{padding:1.5rem 1.5rem 1.75rem;border:1px solid var(--line-subtle);border-radius:var(--radius);background:var(--surface);display:flex;flex-direction:column;gap:.4rem}.pr-price-flag{font-size:1.5rem;line-height:1;letter-spacing:.05em}.pr-price-region{font-weight:600;font-size:.95rem;color:var(--foreground)}.pr-price-amount{display:flex;align-items:baseline;gap:.25rem;margin:.25rem 0 .15rem;letter-spacing:-.01em}.pr-price-cur{font-size:1.25rem;font-weight:600;color:var(--foreground)}.pr-price-num{font-size:2.5rem;font-weight:700;line-height:1;color:var(--foreground)}.pr-price-unit{font-size:.85rem;color:var(--muted-foreground);margin-left:.15rem}.pr-price-note{font-size:.8rem;color:oklch(.5 .14 293);font-weight:500}.pr-price-elsewhere{max-width:720px;margin:2rem auto 0;text-align:center;color:var(--muted-foreground);font-size:.95rem}.pr-price-elsewhere a{color:var(--foreground);text-decoration:underline}.pr-calc{max-width:820px;margin:0 auto;padding:2rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);display:flex;flex-direction:column;gap:1.75rem}.pr-calc-label{display:block;font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-foreground);margin-bottom:.6rem}.pr-calc-chips{display:flex;flex-wrap:wrap;gap:.5rem}.pr-calc-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem .9rem;border:1px solid var(--line-subtle);border-radius:var(--radius);background:var(--background);font-family:inherit;font-size:.875rem;color:var(--foreground);cursor:pointer;transition:border-color .15s ease,background .15s ease}.pr-calc-chip:hover{border-color:var(--line)}.pr-calc-chip[aria-selected=true]{border-color:oklch(.5 .14 293);background:oklch(.98 .02 293);color:oklch(.3 .14 293);font-weight:600}.pr-calc-chip-flag{font-size:1.05rem;line-height:1}.pr-calc-slider-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.6rem}.pr-calc-slider-head .pr-calc-label{margin-bottom:0}.pr-calc-units{font-size:1.5rem;font-weight:700;color:var(--foreground);letter-spacing:-.01em;font-variant-numeric:tabular-nums}.pr-calc-range{width:100%;-webkit-appearance:none;appearance:none;height:6px;border-radius:3px;background:linear-gradient(to right,oklch(.5 .14 293) 0%,oklch(.5 .14 293) var(--fill,48%),var(--line-subtle) var(--fill,48%),var(--line-subtle) 100%);outline:none;cursor:pointer;margin:.25rem 0 .6rem}.pr-calc-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:oklch(.5 .14 293);border:3px solid var(--surface);box-shadow:0 0 0 1px oklch(.5 .14 293);cursor:pointer}.pr-calc-range::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:oklch(.5 .14 293);border:3px solid var(--surface);box-shadow:0 0 0 1px oklch(.5 .14 293);cursor:pointer}.pr-calc-slider-ticks{display:flex;justify-content:space-between;font-size:.7rem;color:var(--muted-foreground);font-variant-numeric:tabular-nums;letter-spacing:.03em}.pr-calc-result{padding:1.25rem 1.5rem;border:1px solid var(--line-subtle);border-radius:var(--radius);background:var(--background)}.pr-calc-amount-row{display:flex;align-items:baseline;gap:.4rem;margin-bottom:.3rem}.pr-calc-amount{font-size:2.5rem;font-weight:700;line-height:1;color:var(--foreground);letter-spacing:-.01em;font-variant-numeric:tabular-nums}.pr-calc-period{font-size:.95rem;color:var(--muted-foreground)}.pr-calc-beta{font-size:.9rem;color:oklch(.4 .14 293);margin-bottom:.5rem}.pr-calc-beta strong{font-weight:600}.pr-calc-formula{font-size:.8rem;color:var(--muted-foreground);padding-top:.6rem;border-top:1px dashed var(--line-subtle)}.pr-calc-quote{padding:1.5rem;border:1px solid oklch(.85 .03 293);background:oklch(.98 .02 293);border-radius:var(--radius);display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.pr-calc-quote-head{font-weight:600;font-size:1.1rem;color:oklch(.3 .14 293)}.pr-calc-quote-lede{margin:0;color:var(--muted-foreground);line-height:1.55;font-size:.95rem}.pr-controls{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1rem;margin:0 auto 1.5rem;max-width:1120px}@media(max-width:720px){.pr-controls{justify-content:center}}.pr-region-select{display:inline-flex;align-items:center;gap:.6rem}.pr-region-label{font-size:.82rem;color:var(--muted-foreground);font-weight:500}.pr-region-dd-wrap{position:relative;display:inline-block}.pr-region-dd{font-family:inherit;font-size:.875rem;font-weight:500;color:var(--foreground);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:.5rem 2.1rem .5rem .8rem;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:180px;transition:border-color .15s ease}.pr-region-dd:hover{border-color:var(--foreground)}.pr-region-dd:focus{outline:none;border-color:oklch(.5 .14 293);box-shadow:0 0 0 3px oklch(.92 .06 293)}.pr-region-dd-chev{position:absolute;right:.7rem;top:50%;transform:translateY(-50%);color:var(--muted-foreground);pointer-events:none}.pr-currency-bar{display:inline-flex;align-items:center;gap:.75rem;padding:.4rem .5rem;background:var(--surface);border:1px solid var(--line-subtle);border-radius:var(--radius)}.pr-currency-bar-label{font-size:.78rem;color:var(--muted-foreground);padding-left:.5rem;font-weight:500}.pr-currency-bar .pr-calc-chips{gap:.2rem}.pr-currency-bar .pr-calc-chip{padding:.35rem .7rem;font-size:.82rem;border-radius:3px;border-color:transparent;background:0 0}.pr-currency-bar .pr-calc-chip[aria-selected=true]{background:var(--foreground);color:var(--background);border-color:var(--foreground)}.pr-billing-wrap{display:inline-flex;align-items:center;gap:.6rem}.pr-billing-bar{display:inline-flex;align-items:stretch;padding:.2rem;background:var(--surface);border:1px solid var(--line-subtle);border-radius:var(--radius);gap:0}.pr-billing-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem 1rem;font-family:inherit;font-size:.82rem;font-weight:500;color:var(--muted-foreground);background:0 0;border:none;border-radius:3px;cursor:pointer;transition:color .15s ease,background .15s ease}.pr-billing-chip:hover{color:var(--foreground)}.pr-billing-chip[aria-selected=true]{background:var(--foreground);color:var(--background);font-weight:600}.pr-billing-save-badge{display:inline-flex;align-items:center;padding:.3rem .55rem;font-size:.72rem;font-weight:600;letter-spacing:.02em;background:oklch(.95 .08 150);color:oklch(.35 .14 150);border:1px solid oklch(.85 .1 150);border-radius:3px;line-height:1;white-space:nowrap}.pr-plan-card-price-billed{margin-top:.25rem;font-size:.78rem;color:var(--muted-foreground)}.pr-plan-card-price-billed span{color:var(--foreground);font-weight:500}.pr-plan-card-price-volume{display:inline-flex;align-items:center;gap:.35rem;margin-top:.3rem;font-size:.78rem;font-weight:500;color:oklch(.45 .14 150);line-height:1.35}.pr-plan-card-price-volume-icon{flex-shrink:0;color:oklch(.5 .14 150)}.pr-plan-card-price-volume[hidden]{display:none}.pr-plans{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;align-items:stretch;margin:1rem auto;max-width:1120px}@media(max-width:900px){.pr-plans{grid-template-columns:1fr;max-width:520px}}.pr-plan-card{position:relative;display:flex;flex-direction:column;padding:2rem 1.75rem;background:var(--surface);border:1px solid var(--line-subtle);border-radius:var(--radius);transition:border-color .15s ease,transform .15s ease}.pr-plan-card:hover{border-color:var(--line)}.pr-plan-card--featured{border:1.5px solid oklch(.5 .14 293);background:linear-gradient(180deg,oklch(.99 .01 293) 0%,var(--surface) 40%);box-shadow:0 0 0 4px oklch(.96 .03 293)}@media(min-width:901px){.pr-plan-card--featured{transform:translateY(-.5rem);padding-bottom:2.5rem}}.pr-plan-card-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);padding:.25rem .75rem;background:oklch(.5 .14 293);color:#fff;font-size:.68rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;border-radius:4px;white-space:nowrap}.pr-plan-card-head{margin-bottom:1.25rem}.pr-plan-card-eyebrow{margin:0 0 .35rem;font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--muted-foreground)}.pr-plan-card--featured .pr-plan-card-eyebrow{color:oklch(.5 .14 293)}.pr-plan-card-title{margin:0 0 .35rem;font-size:1.25rem;font-weight:600;letter-spacing:-.01em;color:var(--foreground)}.pr-plan-card-sub{margin:0;font-size:.875rem;color:var(--muted-foreground);line-height:1.5}.pr-plan-card-price{padding:1rem 0;border-top:1px solid var(--line-subtle);border-bottom:1px solid var(--line-subtle);margin-bottom:1.25rem;min-height:96px;display:flex;flex-direction:column;justify-content:center}.pr-plan-card-amount{font-size:2.5rem;font-weight:700;line-height:1;letter-spacing:-.02em;color:var(--foreground);font-variant-numeric:tabular-nums}.pr-plan-card-amount--soft{font-size:2rem;font-weight:600}.pr-plan-card-period{margin-left:.35rem;font-size:.9rem;color:var(--muted-foreground);font-weight:500}.pr-plan-card-price--calc{min-height:96px}.pr-plan-card-price-main{display:flex;align-items:baseline}.pr-plan-card-price-beta{margin-top:.4rem;font-size:.82rem;color:oklch(.4 .14 293)}.pr-plan-card-price-beta strong{font-weight:600}.pr-plan-card-note{font-size:.82rem;color:var(--muted-foreground);line-height:1.55;margin:0 0 1.25rem}.pr-plan-card-slider{margin:0 0 1.25rem}.pr-plan-card-slider-head{display:flex;justify-content:space-between;align-items:baseline;font-size:.78rem;color:var(--muted-foreground);margin-bottom:.5rem}.pr-plan-card-slider-value{font-weight:700;color:var(--foreground);font-size:.95rem;font-variant-numeric:tabular-nums}.pr-plan-card-slider-input{font-family:inherit;font-weight:700;font-size:.95rem;color:var(--foreground);font-variant-numeric:tabular-nums;width:4.5rem;padding:.2rem .45rem;border:1px solid transparent;border-radius:4px;background:0 0;text-align:right;transition:border-color .15s ease,background .15s ease;-moz-appearance:textfield}.pr-plan-card-slider-input::-webkit-outer-spin-button,.pr-plan-card-slider-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pr-plan-card-slider-input:hover{border-color:var(--line-subtle);background:var(--background)}.pr-plan-card-slider-input:focus{outline:none;border-color:oklch(.5 .14 293);background:var(--background)}.pr-plan-card-slider-ticks{position:relative;height:.9em;font-size:.68rem;color:var(--muted-foreground);margin-top:.4rem;font-variant-numeric:tabular-nums}.pr-plan-card-slider-ticks span{position:absolute;transform:translateX(-50%);white-space:nowrap;top:0}.pr-plan-card-slider-ticks span:first-child{left:0;transform:none}.pr-plan-card-slider-ticks span:last-child{right:0;left:auto;transform:none}.pr-plan-card-slider-hint{margin:.45rem 0 0;font-size:.7rem;color:var(--muted-foreground);line-height:1.4}.pr-plan-card-cta{width:100%;justify-content:center;margin-bottom:1.25rem;text-align:center}.pr-plan-card-features{list-style:none;margin:0;padding:1.25rem 0 0;border-top:1px solid var(--line-subtle);display:flex;flex-direction:column;gap:.55rem;font-size:.875rem;color:var(--foreground);flex:1}.pr-plan-card-features li{position:relative;padding-left:1.5rem;line-height:1.45}.pr-plan-card-features li::before{content:"";position:absolute;left:0;top:.45rem;width:10px;height:5px;border-left:1.75px solid oklch(.55 .14 150);border-bottom:1.75px solid oklch(.55 .14 150);transform:rotate(-45deg)}.pr-plan-card--featured .pr-plan-card-features li::before{border-color:oklch(.5 .14 293)}.pr-included{padding:4rem 0 3rem}.pr-included-grid{max-width:900px;margin:0 auto;padding:0;list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.65rem 1.75rem}.pr-included-grid li{position:relative;padding-left:1.5rem;font-size:.9rem;line-height:1.5;color:var(--foreground)}.pr-included-grid li::before{content:"";position:absolute;left:0;top:.55rem;width:10px;height:5px;border-left:1.75px solid oklch(.5 .14 293);border-bottom:1.75px solid oklch(.5 .14 293);transform:rotate(-45deg)}.pr-included-note{max-width:900px;margin:1.5rem auto 0;text-align:center;font-size:.9rem;color:var(--muted-foreground);font-weight:500}.pr-beta-strip{padding:2rem 0}.pr-beta-strip-inner{max-width:820px;margin:0 auto;padding:1.1rem 1.5rem;border:1px solid var(--line-subtle);border-left:3px solid oklch(.58 .22 293);border-radius:var(--radius);background:var(--surface);display:flex;flex-wrap:wrap;align-items:center;gap:.85rem 1rem}.pr-beta-strip-eyebrow{padding:.2rem .6rem;font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:oklch(.4 .14 293);background:oklch(.95 .03 293);border-radius:3px}.pr-beta-strip-text{flex:1;min-width:260px;margin:0;color:var(--foreground);font-size:.95rem;line-height:1.5}.pr-beta-strip-text strong{font-weight:600}.pr-volume-tiers{max-width:760px;margin:0 auto;display:flex;flex-direction:column;border:1px solid var(--line-subtle);border-radius:var(--radius);overflow:hidden}.pr-volume-tier{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;gap:1rem;font-size:.9rem;border-bottom:1px solid var(--line-subtle);background:var(--surface)}.pr-volume-tier:last-child{border-bottom:0}.pr-volume-range{font-weight:600;color:var(--foreground)}.pr-volume-what{color:var(--muted-foreground);text-align:right}.pr-volume-tier--talk .pr-volume-what a{color:oklch(.5 .14 293);font-weight:600;text-decoration:none}.pr-faq-list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;border-top:1px solid var(--line-subtle)}.pr-faq-item{border-bottom:1px solid var(--line-subtle)}.pr-faq-item summary{cursor:pointer;list-style:none;padding:1.1rem .25rem;font-size:.975rem;font-weight:600;color:var(--foreground);display:flex;justify-content:space-between;align-items:center;gap:1rem}.pr-faq-item summary::-webkit-details-marker{display:none}.pr-faq-item summary::after{content:"+";font-weight:400;font-size:1.25rem;line-height:1;color:var(--muted-foreground);transition:transform .15s ease}.pr-faq-item[open] summary::after{content:"−"}.pr-faq-item p{margin:0 0 1.1rem;padding:0 .25rem;color:var(--muted-foreground);line-height:1.6;font-size:.95rem}.pr-faq-item p a{color:var(--foreground);text-decoration:underline}.pr-final{text-align:center;padding:3.5rem 0 4rem}.pr-final h2{font-size:clamp(1.5rem,3vw,2rem);margin:0 0 .5rem}.pr-final p{color:var(--muted-foreground);margin:0 0 1.5rem}.pr-final .cta{justify-content:center}.not-found{position:relative;isolation:isolate;text-align:center;padding:clamp(3rem,7vw,6rem)0 clamp(4rem,8vw,6.5rem)}.not-found::before{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 1px 1px,oklch(.86 .01 286/.6) 1px,transparent 1.2px)0 0/24px 24px;-webkit-mask-image:radial-gradient(ellipse 60% 70% at 50% 38%,black,transparent 72%);mask-image:radial-gradient(ellipse 60% 70% at 50% 38%,black,transparent 72%)}.not-found .container{max-width:760px}.not-found-mark{font-weight:700;font-size:clamp(6rem,18vw,12rem);letter-spacing:-.06em;line-height:.9;margin:0 0 1.25rem;font-feature-settings:"tnum";background:linear-gradient(180deg,var(--primary) 25%,oklch(.41 .25 293) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.not-found-eyebrow{display:inline-block;margin:0 0 .85rem;font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;font-weight:600;color:var(--primary)}.not-found-title{font-size:clamp(1.85rem,3.2vw + .6rem,2.75rem);margin:0 auto .85rem;max-width:20ch;letter-spacing:-.028em}.not-found-lede{font-size:1.0625rem;color:var(--text-secondary);margin:0 auto 1.75rem;max-width:50ch;line-height:1.6}.not-found-cta{display:inline-flex;gap:1rem;align-items:center;justify-content:center;flex-wrap:wrap;margin:0 0 2.75rem}.not-found-paths{border-top:1px solid var(--line);max-width:580px;margin:0 auto;padding-top:1.75rem}.not-found-paths-label{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:var(--muted-foreground);margin:0 0 .85rem;font-weight:600}.not-found-links{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1.5rem}.not-found-links a{font-size:.95rem;color:var(--foreground);font-weight:500;padding:4px 0;border-bottom:1px solid transparent;transition:border-color .15s ease,color .15s ease}.not-found-links a:hover{color:var(--primary);border-bottom-color:oklch(.541 .281 293/.5)}