/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial}}}@layer theme{:host,:root{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-serif:ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-gray-500:oklch(55.1% .027 264.364);--color-white:#fff;--spacing:.25rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-base:1rem;--text-base--line-height:calc(1.5 / 1);--text-xl:1.25rem;--text-xl--line-height:calc(1.75 / 1.25);--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5 / 2.25);--text-5xl:3rem;--text-5xl--line-height:1;--font-weight-medium:500;--font-weight-semibold:600;--tracking-widest:.1em;--leading-relaxed:1.625;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,::backdrop,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}:host,html{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,optgroup,select,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.absolute{position:absolute}.relative{position:relative}.static{position:static}.sticky{position:sticky}.col-2{grid-column:2}.row-2{grid-row:2}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-3{margin-top:calc(var(--spacing) * 3)}.mt-4{margin-top:calc(var(--spacing) * 4)}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.mb-10{margin-bottom:calc(var(--spacing) * 10)}.flex{display:flex}.table{display:table}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.resize{resize:both}.list-disc{list-style-type:disc}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-6>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-10>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)))}.border{border-style:var(--tw-border-style);border-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-\[rgba\(255\,255\,255\,0\.06\)\]{border-color:#ffffff0f}.border-\[rgba\(255\,255\,255\,0\.08\)\]{border-color:#ffffff14}.pt-8{padding-top:calc(var(--spacing) * 8)}.pb-8{padding-bottom:calc(var(--spacing) * 8)}.pl-6{padding-left:calc(var(--spacing) * 6)}.font-mono{font-family:var(--font-mono)}.font-sans{font-family:var(--font-sans)}.font-serif{font-family:var(--font-serif)}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.leading-relaxed{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-widest{--tw-tracking:var(--tracking-widest);letter-spacing:var(--tracking-widest)}.text-\[\#a1a1a6\]{color:#a1a1a6}.text-\[\#ffb020\]{color:#ffb020}.text-gray-500{color:var(--color-gray-500)}.text-white{color:var(--color-white)}.uppercase{text-transform:uppercase}.underline{text-decoration-line:underline}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}@media (hover:hover){.hover\:text-\[\#ffb020\]:hover{color:#ffb020}.hover\:text-white:hover{color:var(--color-white)}}@media (min-width:48rem){.md\:text-5xl{font-size:var(--text-5xl);line-height:var(--tw-leading,var(--text-5xl--line-height))}}}:root{--canvas:#050506;--surface-soft:#0b0b0d;--surface-card:#111113;--surface-cream-strong:#1c1c1e;--surface-dark:#050506;--surface-dark-elevated:#111113;--surface-dark-soft:#080809;--hairline:#ffffff14;--hairline-soft:#ffffff0a;--ink:#fff;--body-strong:#e2e2e9;--body:#a1a1a6;--muted:#86868b;--muted-soft:#68686e;--on-primary:#000;--on-dark:#fff;--on-dark-soft:#a1a1a6;--primary:#fff;--primary-active:#e2e2e9;--primary-disabled:#222224;--accent-teal:#81e6d9;--accent-indigo:#5d82ff;--accent-amber:#ffb020;--accent-coral:#cc785c;--font-display:"Fraunces","Cormorant Garamond",Garamond,serif;--font-body:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-mono:"JetBrains Mono",monospace;--section:96px;--xxl:48px;--xl:32px;--lg:24px;--md:16px;--sm:12px;--xs:8px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body,html{background:var(--canvas);overflow-x:hidden}body{--font-display:var(--font-fraunces),"Fraunces","Cormorant Garamond",Garamond,serif;--font-body:var(--font-inter),"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-mono:var(--font-jetbrains),"JetBrains Mono",monospace;min-height:100vh;color:var(--body);font-family:var(--font-body);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-size:16px;line-height:1.55}h1,h2,h3{font-family:var(--font-display);color:var(--ink);letter-spacing:-.02em;font-weight:500}a{color:inherit;text-decoration:none}img,svg{max-width:100%;display:block}button,input,select,textarea{font:inherit}footer,main{position:relative}.wrap{width:min(100%,1200px);margin:0 auto;padding:0 32px}.eyebrow{font-family:var(--font-body);letter-spacing:.14em;text-transform:uppercase;color:#ffffffb3;font-size:12px;font-weight:600}.global-stars{pointer-events:none;z-index:0;position:fixed;inset:0}.global-stars canvas{width:100%;height:100%;display:block}.site-header{z-index:50;border-bottom:1px solid var(--hairline);-webkit-backdrop-filter:blur(12px);background:#050506bf;position:sticky;top:0}.site-nav{justify-content:space-between;height:72px;display:flex}.mark,.site-nav{align-items:center}.mark{--logo-primary:var(--ink);--logo-secondary:var(--muted-soft);--logo-cutout:var(--canvas);gap:10px;display:inline-flex}.mark svg{flex:none;width:22px;height:26px}.mark .word{font-family:var(--font-body);letter-spacing:.06em;text-transform:uppercase;color:var(--logo-primary);font-size:15px;font-weight:600}.mark .word .lab{color:var(--muted)}.flame-primary{fill:var(--logo-primary)}.flame-secondary{fill:var(--logo-secondary);opacity:.58}.flame-cutout{fill:var(--logo-cutout);stroke:var(--logo-primary)}.nav-links{align-items:center;gap:36px;display:flex}.nav-links a{color:var(--body-strong);font-size:14px;font-weight:500;transition:color .2s}.nav-links a.active,.nav-links a:hover{color:var(--ink)}.nav-right{gap:20px;display:flex}.btn,.nav-right{align-items:center}.btn{height:44px;color:var(--ink);letter-spacing:.01em;white-space:nowrap;cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;padding:0 22px;font-size:14px;font-weight:600;transition:background .2s,border-color .2s,box-shadow .2s,color .2s;display:inline-flex}.btn svg{width:14px;height:14px;margin-left:6px}.btn-sm{height:36px;padding:0 16px;font-size:13px}.btn-primary{background:var(--primary);color:var(--on-primary)}.btn-primary:hover{background:var(--primary-active);box-shadow:0 0 20px #ffffff26}.btn-secondary{color:var(--ink);border-color:var(--hairline);background:0 0}.btn-secondary:hover{border-color:var(--ink);background:#ffffff0d}.btn-on-dark{background:var(--surface-dark-elevated);color:var(--on-dark);border-color:#ffffff26}.btn-on-dark:hover{background:#222224}.btn-on-coral{color:#000;background:#fff}.btn-on-coral:hover{background:#ffffffe6;box-shadow:0 0 15px #ffffff59}.btn-ghost{color:#fff;background:0 0;border-color:#ffffff80}.btn-ghost:hover{background:#ffffff0d;border-color:#fff}.hero{text-align:center;background:0 0;justify-content:center;align-items:center;min-height:90vh;padding:40px 0 280px;display:flex;position:relative;overflow:hidden}.planet-horizon{pointer-events:none;z-index:2;width:100%;height:380px;position:absolute;bottom:0;left:0;overflow:hidden}.planet-surface{background:radial-gradient(circle at top,#0f0f12 0,#000 65%);border-top:1.5px solid #ffffff73;border-radius:50%;width:180%;height:1000px;top:150px;box-shadow:0 -18px 45px #ffffff26,inset 0 20px 40px #ffffff0d}.planet-glow,.planet-surface{position:absolute;left:50%;transform:translate(-50%)}.planet-glow{filter:blur(18px);background:radial-gradient(#ffffff4d 0,#fff0 70%);width:55%;height:100px;top:100px}.hero-content{z-index:10;width:100%;max-width:960px;margin:0 auto;position:relative}.hero-brand,.hero-content{flex-direction:column;align-items:center;display:flex}.hero-brand{gap:16px;margin-bottom:40px;animation:fadeInDown 1.2s cubic-bezier(.16,1,.3,1)}.hero-logo{filter:drop-shadow(0 0 20px #ffffff40);--logo-primary:#fff;--logo-secondary:#8e8b82;--logo-cutout:#000;width:54px;height:65px}.hero-logo svg{width:100%;height:100%}.hero-brand-name{font-family:var(--font-body);letter-spacing:.7em;text-indent:.7em;text-transform:uppercase;color:#fff;font-size:14px;font-weight:500}.hero-brand-name .lab{color:#8e8b82;font-weight:400}.hero h1{max-width:900px;font-family:var(--font-body);letter-spacing:-.035em;background:linear-gradient(#fff,#a1a1a6);-webkit-background-clip:text;background-clip:text;margin-bottom:28px;font-size:72px;font-weight:800;line-height:1.06;animation:fadeInUp 1.2s cubic-bezier(.16,1,.3,1) .1s both}.hero h1,.hero h1 em{-webkit-text-fill-color:transparent}.hero h1 em{font-family:var(--font-display);background:linear-gradient(#fff,#e2e2e9);-webkit-background-clip:text;background-clip:text;font-style:italic;font-weight:400}.hero p{max-width:700px;color:var(--body);margin-bottom:44px;font-size:20px;line-height:1.6;animation:fadeInUp 1.2s cubic-bezier(.16,1,.3,1) .2s both}.hero-title-main{display:inline}.hero-actions{gap:16px;animation:fadeInUp 1.2s cubic-bezier(.16,1,.3,1) .3s both;display:flex}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}section{padding:var(--section) 0}.section-head{max-width:640px;margin-bottom:56px}.section-head h2{margin-top:14px;font-size:38px}.section-head p{color:var(--muted);margin-top:14px;font-size:17px}.band-dark{color:var(--on-dark);border-top:1px solid var(--hairline);border-bottom:1px solid var(--hairline);background:0 0}.band-dark .eyebrow{color:var(--accent-amber)}.band-dark .section-head h2{color:var(--on-dark)}.band-dark .section-head p{color:var(--on-dark-soft)}.bento-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:240px;gap:24px;margin-top:48px;display:grid}.bento-card,.card{--mouse-x:50%;--mouse-y:50%;background:var(--surface-card);border:1px solid var(--hairline);z-index:1;border-radius:16px;transition:transform .35s cubic-bezier(.16,1,.3,1),border-color .25s,opacity .3s;position:relative;overflow:hidden}.bento-card{flex-direction:column;justify-content:space-between;padding:32px;display:flex}.bento-card:hover,.card:hover{border-color:#ffffff2e;transform:translateY(-4px)}.bento-card:before,.card:before{content:"";z-index:-1;background:radial-gradient(800px circle at var(--mouse-x) var(--mouse-y),#ffffff0d,transparent 40%);opacity:0;pointer-events:none;transition:opacity .3s;position:absolute;inset:0}.bento-card:hover:before,.card:hover:before{opacity:1}.bento-card.col-2{grid-column:span 2}.bento-card.row-2{grid-row:span 2}.bento-layout-horizontal{text-align:left;align-items:center;gap:40px;width:100%;height:100%;display:flex}.bento-details{flex-direction:column;flex:1;justify-content:space-between;height:100%;display:flex}.bento-details-start{justify-content:flex-start;height:auto}.bento-text{margin-bottom:auto}.bento-kicker,.card-kicker{font-family:var(--font-mono);color:var(--accent-teal);letter-spacing:.08em;text-transform:uppercase;font-size:11px}.card-kicker{font-size:10px}.bento-title{color:var(--ink);font-family:var(--font-body);margin:12px 0 8px;font-size:20px;font-weight:600}.bento-desc{color:var(--body);font-size:14px;line-height:1.5}.bento-desc-sm{font-size:13px}.bento-meta{border-top:1px solid var(--hairline);width:100%;color:var(--muted-soft);font-family:var(--font-mono);justify-content:space-between;margin-top:16px;padding-top:12px;font-size:12px;display:flex}.bento-meta-tight{border-top-color:#ffffff0a;margin-top:14px;padding-top:8px}.bento-mockup-wrapper{flex:1.1;justify-content:center;align-items:center;height:100%;display:flex}.bento-glow-amber,.bento-glow-coral,.bento-glow-indigo,.bento-glow-teal,.glow-amber,.glow-coral,.glow-indigo,.glow-teal{filter:blur(40px);pointer-events:none;z-index:-2;width:240px;height:240px;position:absolute;bottom:-60px;right:-60px}.glow-amber,.glow-coral,.glow-indigo,.glow-teal{width:200px;height:200px}.bento-glow-teal,.glow-teal{background:radial-gradient(circle,#81e6d90f 0,#81e6d900 70%)}.bento-glow-indigo,.glow-indigo{background:radial-gradient(circle,#5d82ff0f 0,#5d82ff00 70%)}.bento-glow-amber,.glow-amber{background:radial-gradient(circle,#ffb0200f 0,#ffb02000 70%)}.bento-glow-coral,.glow-coral{background:radial-gradient(circle,#cc785c0f 0,#cc785c00 70%)}.dashboard-mockup{background:#08080a;border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;gap:16px;width:100%;height:320px;padding:20px;display:flex;box-shadow:0 20px 40px #0009}.mockup-header{justify-content:space-between;align-items:center;display:flex}.mockup-label{color:var(--muted);font-family:var(--font-mono);text-transform:uppercase;font-size:10px}.mockup-balance{color:#fff;font-family:var(--font-mono);letter-spacing:-.02em;font-size:26px;font-weight:700}.mockup-chart{flex:1;width:100%;position:relative}.chart-path{fill:none;stroke:var(--accent-teal);stroke-width:2.5px;stroke-linecap:round;filter:drop-shadow(0 0 6px #81e6d959)}.chart-fill{fill:url(#chart-gradient);opacity:.08}.mockup-list{flex-direction:column;gap:8px;display:flex}.mockup-item{color:var(--body);font-family:var(--font-mono);border-bottom:1px solid #ffffff08;justify-content:space-between;padding-bottom:6px;font-size:11px;display:flex}.amount-red{color:#e5726a}.amount-green{color:#5db872}.waveform-mockup{text-align:left;background:#08080a;border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;height:140px;margin-top:18px;padding:16px;box-shadow:0 15px 30px #00000080}.audio-wave,.waveform-mockup{justify-content:space-between;width:100%;display:flex}.audio-wave{align-items:center;height:36px}.wave-bar{background:#5d82ff4d;border-radius:99px;width:3px}.wave-bar.active{background:#5d82ff;box-shadow:0 0 8px #5d82ff66}.transcript-text{color:var(--body);font-family:var(--font-mono);background:#ffffff03;border-left:2px solid #5d82ff;border-radius:6px;padding:8px 12px;font-size:11px;line-height:1.6}.store-mockup{text-align:left;background:#08080a;border:1px solid #ffffff0d;border-radius:12px;justify-content:space-between;width:100%;height:76px;margin-top:14px;padding:10px 14px;box-shadow:0 10px 20px #0006}.store-mockup,.store-product{align-items:center;display:flex}.store-product{gap:10px}.product-circle{opacity:.85;background:linear-gradient(135deg,#ffb020,#e8a55a);border-radius:8px;width:30px;height:30px}.product-info{flex-direction:column;display:flex}.product-title{color:#fff;font-size:11px;font-weight:600}.product-price{color:var(--muted);font-family:var(--font-mono);font-size:10px}.store-btn{color:#000;background:#fff;border-radius:6px;justify-content:center;align-items:center;height:24px;padding:0 10px;font-size:9px;font-weight:700;display:flex}.invoice-mockup{background:#08080a;border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;flex:1;gap:10px;height:120px;padding:14px;display:flex;box-shadow:0 15px 25px #0006}.invoice-header{color:var(--muted);border-bottom:1px solid #ffffff0a;padding-bottom:6px;font-size:10px}.invoice-header,.invoice-row{font-family:var(--font-mono);justify-content:space-between;display:flex}.invoice-row{color:#fff;align-items:center;font-size:11px}.invoice-id{color:var(--body)}.invoice-status{border-radius:99px;padding:2px 8px;font-size:9px;font-weight:600}.status-paid{color:#7fd196;background:#5db8721f}.status-pending{color:#ffb020;background:#ffb0201f}.process{grid-template-columns:repeat(4,1fr);gap:0;display:grid;position:relative}.process:before{content:"";background:var(--hairline);height:1px;position:absolute;top:22px;left:0;right:0}.step{padding-right:24px}.step,.step-num{position:relative}.step-num{z-index:1;background:var(--canvas);border:1px solid var(--hairline);width:44px;height:44px;color:var(--ink);font-family:var(--font-display);border-radius:50%;justify-content:center;align-items:center;margin-bottom:20px;font-size:17px;display:flex}.step h3{font-family:var(--font-body);margin-bottom:8px;font-size:16px;font-weight:600}.step p{color:var(--muted);font-size:14px}.catalogue-section{border-top:1px solid var(--hairline-soft);background:0 0;padding:80px 0 120px}.filter-tabs{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:48px;display:flex}.filter-btn{border:1px solid var(--hairline);color:var(--body);font-family:var(--font-body);cursor:pointer;background:#ffffff05;border-radius:99px;padding:8px 18px;font-size:13px;font-weight:500;transition:background .25s,border-color .25s,color .25s}.filter-btn:hover{color:var(--ink);background:#ffffff0a;border-color:#ffffff26}.filter-btn.active{background:var(--primary);border-color:var(--primary);color:var(--on-primary);font-weight:600}.grid-container{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.card{text-align:left;flex-direction:column;justify-content:space-between;min-height:300px;padding:30px;display:flex}.card-title{color:var(--ink);font-family:var(--font-display);margin:12px 0 8px;font-size:20px;font-weight:600}.card-desc{color:var(--body);font-size:14px;line-height:1.5}.card-bottom{margin-top:20px}.card-meta{border-top:1px solid var(--hairline);width:100%;color:var(--muted-soft);font-family:var(--font-mono);justify-content:space-between;align-items:center;padding-top:14px;font-size:11px;display:flex}.card-link{color:var(--ink);font-family:var(--font-body);align-items:center;gap:4px;font-size:12px;font-weight:500;transition:gap .2s;display:inline-flex}.card:hover .card-link{gap:8px}.card-link svg{width:12px;height:12px}.product-graph-section{border-bottom:1px solid var(--hairline);background:0 0;padding:88px 0 64px;position:relative}.product-graph-layout{grid-template-columns:310px 1fr;align-items:start;gap:56px;display:grid}.product-graph-profile{padding-top:26px;position:sticky;top:112px}.product-graph-avatar{border:1px solid var(--hairline);color:#fff;background:radial-gradient(circle at 50% 35%,#ffb02038,#ffffff08 54%,#0000 72%);border-radius:50%;justify-content:center;align-items:center;width:112px;height:112px;margin-bottom:26px;display:flex;box-shadow:0 18px 52px #00000073}.product-graph-avatar svg{width:46px;height:46px}.product-graph-profile h2{font-family:var(--font-body);letter-spacing:-.02em;margin-bottom:10px;font-size:32px;font-weight:800}.product-graph-stats{color:var(--body);gap:14px;margin-bottom:24px;font-size:14px;display:flex}.product-graph-profile p{max-width:280px;color:var(--body);margin-bottom:24px;font-size:16px}.product-graph-cta{color:#000;background:#fff;border-radius:8px;align-items:center;height:36px;padding:0 14px;font-size:13px;font-weight:700;display:inline-flex}.product-graph-grid-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.product-graph-card{border:1px solid var(--hairline);background:linear-gradient(145deg,#ffffff13,#ffffff09);border-radius:16px;min-height:238px;padding:24px;position:relative;box-shadow:0 18px 48px #00000047}.product-graph-card header{grid-template-columns:34px 1fr auto;align-items:start;gap:12px;min-height:76px;margin-bottom:10px;display:grid}.product-graph-card h3{font-family:var(--font-body);letter-spacing:0;margin-bottom:2px;font-size:16px;font-weight:800}.product-graph-card p{color:var(--body);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;line-height:1.35;display:-webkit-box;overflow:hidden}.product-graph-card header>span{border:1px solid var(--hairline);height:22px;color:var(--body-strong);background:#ffffff17;border-radius:999px;align-items:center;padding:0 8px;font-size:11px;font-weight:700;display:inline-flex}.product-graph-icon{color:#fff;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.product-graph-icon svg{width:17px;height:17px}.product-graph-icon-teal{color:var(--accent-teal);background:#81e6d92e}.product-graph-icon-indigo{color:var(--accent-indigo);background:#5d82ff2e}.product-graph-icon-amber{color:var(--accent-amber);background:#ffb0202e}.product-graph-icon-coral{color:var(--accent-coral);background:#cc785c2e}.product-graph-axis{color:var(--muted);pointer-events:none;flex-direction:column;gap:30px;font-size:10px;line-height:1;display:flex;position:absolute;top:124px;left:24px}.product-graph-chart{width:100%;height:96px;margin-top:24px;overflow:visible}.product-graph-grid line{stroke:#ffffff09;stroke-width:1px}.product-graph-line{fill:none;stroke:#e8bd65;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 8px #ffb0202e)}.product-graph-months{color:var(--muted);justify-content:space-between;font-size:10px;display:flex}.cta-coral{border:1px solid var(--hairline);text-align:center;background:radial-gradient(circle,#111113 0,#050506 100%);border-radius:16px;padding:64px;box-shadow:0 20px 50px #00000080}.cta-coral h2{max-width:620px;color:var(--ink);margin:0 auto 16px;font-size:38px}.cta-coral p{max-width:480px;color:var(--body);margin:0 auto 32px;font-size:17px}.cta-actions{justify-content:center;gap:14px;display:flex}.site-footer{border-top:1px solid var(--hairline);color:var(--on-dark-soft);background:0 0;padding:64px 0 32px}.footer-top{grid-template-columns:1.4fr repeat(3,1fr);gap:40px;padding-bottom:48px;display:grid}.footer-brand p{max-width:280px;color:var(--on-dark-soft);margin-top:16px;font-size:14px}.footer-col h4{color:var(--muted-soft);letter-spacing:.1em;text-transform:uppercase;margin-bottom:16px;font-size:12px}.footer-col a{color:var(--on-dark-soft);margin-bottom:12px;font-size:14px;transition:color .2s;display:block}.footer-col a:hover{color:var(--on-dark)}.footer-bottom{border-top:1px solid var(--hairline);color:var(--muted-soft);justify-content:space-between;padding-top:28px;font-size:13px}.footer-bottom,.not-found{align-items:center;display:flex}.not-found{min-height:62vh}.not-found h1{margin-bottom:14px;font-size:48px}.not-found p{max-width:540px;color:var(--body);margin-bottom:28px;font-size:17px}.newsletter-overlay{z-index:100;-webkit-backdrop-filter:blur(14px);background:#000000ad;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.newsletter-dialog{border:1px solid var(--hairline);background:radial-gradient(circle at 50% 0,#18181b 0,#0c0c0f 52%,#050506 100%);border-radius:18px;width:min(100%,560px);padding:40px;position:relative;overflow:hidden;box-shadow:0 40px 90px #0000009e}.newsletter-dialog:before{background-image:linear-gradient(var(--hairline-soft) 1px,transparent 1px),linear-gradient(90deg,var(--hairline-soft) 1px,transparent 1px);background-size:22px 22px;-webkit-mask-image:radial-gradient(circle at 50% 15%,#000 0,#0000 68%);mask-image:radial-gradient(circle at 50% 15%,#000 0,#0000 68%)}.contact-panel:before,.newsletter-dialog:before{content:"";pointer-events:none;position:absolute;inset:0}.contact-panel:before{z-index:0;background-image:linear-gradient(#ffffff08 1px,#0000 0),linear-gradient(90deg,#ffffff08 1px,#0000 0);background-size:24px 24px;-webkit-mask-image:radial-gradient(circle at 80% 20%,#000 0,#0000 85%);mask-image:radial-gradient(circle at 80% 20%,#000 0,#0000 85%)}.newsletter-close{border:1px solid var(--hairline);width:34px;height:34px;color:var(--body);cursor:pointer;background:#ffffff0a;border-radius:8px;justify-content:center;align-items:center;display:flex;position:absolute;top:16px;right:16px}.newsletter-close svg{width:16px;height:16px}.newsletter-icon{border:1px solid var(--hairline);width:52px;height:52px;color:var(--accent-indigo);background:#252529;border-radius:8px;box-shadow:5px 5px #5d82ff21}.contact-mail-icon,.newsletter-icon{justify-content:center;align-items:center;margin-bottom:24px;display:flex}.contact-mail-icon{color:#4f80ff;background:#111113;border:1px solid #ffffff14;border-radius:12px;width:48px;height:48px;box-shadow:0 4px 20px #4f80ff40}.contact-mail-icon svg,.newsletter-icon svg{width:22px;height:22px}.newsletter-icon-success{color:var(--accent-teal);box-shadow:5px 5px #81e6d91f}.newsletter-dialog h2,.newsletter-success h2{max-width:420px;font-family:var(--font-body);letter-spacing:-.03em;margin:12px 0 14px;font-size:34px;font-weight:800;line-height:1.08;position:relative}.newsletter-dialog p{max-width:450px;color:var(--body);font-size:16px;position:relative}.newsletter-form{margin-top:28px;position:relative}.newsletter-form label{color:var(--body-strong);margin-bottom:10px}.contact-field label,.newsletter-form label{font-size:14px;font-weight:500;display:block}.contact-field label{color:#fff;margin-bottom:8px}.newsletter-input-row{gap:10px;display:flex}.newsletter-input-row input{width:100%;color:var(--ink);background:#29292a;border:1px solid #0000;border-radius:6px;outline:none;transition:border-color .2s,background .2s}.contact-field input,.contact-field textarea{color:#fff;background:#1c1c1f;border:1px solid #ffffff14;border-radius:8px;outline:none;width:100%;font-size:15px;transition:border-color .2s,background .2s}.contact-field input::placeholder,.contact-field textarea::placeholder{color:#ffffff38}.newsletter-input-row input{height:44px;padding:0 14px}.newsletter-input-row input:focus{background:#303032;border-color:#ffffff3d}.contact-field input:focus,.contact-field textarea:focus{background:#222226;border-color:#fff3}.newsletter-note{margin-top:14px;color:var(--muted-soft)!important;font-size:13px!important}.newsletter-success{position:relative}.contact-page{padding:40px 0}.contact-shell{grid-template-columns:1fr 1.12fr;align-items:center;gap:64px;min-height:560px;display:grid}.contact-copy{padding:0}.contact-copy h1{font-family:var(--font-body);letter-spacing:-.03em;color:#fff;margin-bottom:20px;font-size:54px;font-weight:700}.contact-copy p{color:#fff9;max-width:480px;margin-bottom:32px;font-size:16px;line-height:1.6}.contact-links{color:#ffffff8c;flex-wrap:wrap;gap:12px;margin-bottom:40px;font-size:14px;display:flex}.contact-links a{color:#ffffff8c;text-decoration:none;transition:color .2s}.contact-links a:hover{color:#fff}.contact-map{aspect-ratio:784/458;opacity:.85;background-image:url(/world-map.svg);background-position:50%;background-repeat:no-repeat;background-size:100% 100%;width:min(100%,480px);margin-top:42px;position:relative;overflow:hidden}.contact-map:before{content:"";background:0 0;position:absolute;inset:0}.contact-map-dot{left:var(--dot-x);top:var(--dot-y);background:#ffffff80;border-radius:50%;width:3px;height:3px;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 6px #fffc}.contact-map-label{z-index:2;color:#fff;white-space:nowrap;background:#111113;border:1px solid #4f80ff59;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:500;animation:label-glow 2s ease-in-out infinite;top:10%;box-shadow:0 0 12px #4f80ff26}.contact-map-beam,.contact-map-label{position:absolute;left:72%;transform:translate(-50%)}.contact-map-beam{filter:drop-shadow(0 0 10px #2f7cffe6);background:linear-gradient(#4f80ff00,#2f7cff);width:2px;height:27%;animation:beam-pulse 2s ease-in-out infinite;top:24%}.contact-map-pulse{background:radial-gradient(#2f7cffa6,#0000 70%);border-radius:50%;width:44px;height:14px;animation:map-pulse-breath 2s ease-in-out infinite;position:absolute;top:51%;left:72%;transform:translate(-50%,-50%)}@keyframes map-pulse-breath{0%,to{opacity:.55;filter:drop-shadow(0 0 4px #2f7cff80);transform:translate(-50%,-50%)scale(.85)}50%{opacity:1;filter:drop-shadow(0 0 14px #2f7cfff2);transform:translate(-50%,-50%)scale(1.2)}}@keyframes beam-pulse{0%,to{opacity:.35;height:15%}50%{opacity:1;height:27%}}@keyframes label-glow{0%,to{border-color:#4f80ff59;box-shadow:0 0 8px #4f80ff26}50%{border-color:#4f80ffb3;box-shadow:0 0 16px #4f80ff66}}.contact-panel{background:#0f0f11;border:1px solid #ffffff14;border-radius:20px;align-items:flex-start;padding:48px 40px;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 60px #0009}.contact-form{z-index:1;width:100%;max-width:460px;margin:0 auto;position:relative}.contact-field{margin-bottom:18px}.contact-field input{height:48px;padding:0 16px}.contact-field textarea{resize:vertical;min-height:140px;padding:16px}.contact-form button[type=submit]{cursor:pointer;margin-top:8px;transition:background .2s,border-color .2s;color:#fff!important;height:42px!important;box-shadow:none!important;background:#27272a!important;border:1px solid #ffffff1a!important;border-radius:6px!important;padding:0 24px!important;font-size:14px!important;font-weight:500!important}.contact-form button[type=submit]:hover{background:#3f3f46!important;border-color:#fff3!important}.contact-success{z-index:1;max-width:460px;margin:0 auto;position:relative}.contact-success h2{font-family:var(--font-body);letter-spacing:-.03em;margin-bottom:12px;font-size:34px;font-weight:800}.contact-success p{color:var(--body);margin-bottom:28px}.product-detail{align-items:center;min-height:68vh;display:flex}.product-detail-shell{background:var(--surface-card);border:1px solid var(--hairline);border-radius:16px;max-width:780px;padding:48px;position:relative;overflow:hidden}.product-detail h1{margin:12px 0 16px;font-size:56px}.product-detail p{max-width:660px;color:var(--body);font-size:18px}.product-facts{grid-template-columns:repeat(3,1fr);gap:18px;margin:34px 0;display:grid}.product-facts div{border-top:1px solid var(--hairline);padding-top:14px}.product-facts dt{color:var(--muted-soft);font-family:var(--font-mono);text-transform:uppercase;margin-bottom:6px;font-size:11px}.product-facts dd{color:var(--ink);font-size:14px}.product-actions{flex-wrap:wrap;gap:14px;display:flex}.product-mdx{border:1px solid var(--hairline);background:#ffffff06;border-radius:16px;max-width:780px;margin-top:28px;padding:40px 48px}.product-mdx h1{display:none}.product-mdx h2{font-family:var(--font-body);letter-spacing:-.01em;margin:30px 0 12px;font-size:20px;font-weight:700}.product-mdx li,.product-mdx p{color:var(--body);font-size:16px}.product-mdx ul{flex-direction:column;gap:8px;margin:12px 0 0 20px;display:flex}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (max-width:900px){:root{--section:80px}.wrap{padding:0 24px}.hero{padding:60px 0 100px}.hero h1{font-size:40px}.hero p{font-size:16px}.planet-horizon{height:280px}.planet-surface{width:300%;top:140px}.planet-glow{width:90%;top:100px}.nav-links{display:none}.bento-grid{grid-template-columns:1fr;grid-auto-rows:auto;gap:20px}.bento-card.col-2,.bento-card.row-2{grid-area:span 1/span 1}.bento-layout-horizontal{flex-direction:column;align-items:stretch;gap:24px}.bento-mockup-wrapper{margin-top:16px}.process{grid-template-columns:1fr 1fr;row-gap:32px}.process:before{display:none}.grid-container{gap:20px}.footer-top,.grid-container{grid-template-columns:1fr 1fr}.footer-top{row-gap:32px}.cta-coral{padding:40px 24px}.cta-coral h2{font-size:28px}.contact-shell,.product-graph-layout{grid-template-columns:1fr}.product-graph-profile{padding-top:0;position:relative;top:auto}.product-graph-profile p{max-width:560px}.contact-copy{padding:40px 0 24px}.contact-panel{border:1px solid #ffffff14;border-radius:16px;margin-top:24px}}@media (max-width:600px){.wrap{padding:0 20px}.site-nav{justify-content:flex-start;gap:16px;height:68px}.mark .word{letter-spacing:.05em;font-size:12px}.nav-right{flex:none;margin-left:auto}.nav-right .btn{display:none}.hero-brand-name{letter-spacing:.45em;text-indent:.45em;font-size:12px}.hero h1{max-width:350px;font-size:30px}.hero-title-main{max-width:330px;margin:0 auto;display:block}.hero p{max-width:300px}.cta-actions,.hero-actions{flex-direction:column;width:100%}.cta-actions .btn,.hero-actions .btn{width:100%}.cta-coral h2,.section-head h2{font-size:30px}.footer-bottom,.footer-top,.grid-container,.process{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start;gap:10px}.product-detail-shell{padding:32px 24px}.product-detail h1{font-size:38px}.product-facts{grid-template-columns:1fr}.contact-page,.product-graph-section{padding:64px 0}.product-graph-layout{gap:34px}.product-graph-avatar{width:86px;height:86px}.contact-copy h1,.product-graph-profile h2{font-size:34px}.product-graph-grid-cards{grid-template-columns:1fr}.product-graph-card{padding:20px}.product-graph-card header{grid-template-columns:30px 1fr}.product-graph-card header>span{grid-column:2;width:fit-content}.newsletter-dialog{padding:32px 22px}.contact-success h2,.newsletter-dialog h2,.newsletter-success h2{font-size:28px}.newsletter-input-row{flex-direction:column}.contact-shell{border-radius:0}.contact-copy{padding:40px 0 20px}.contact-links{flex-direction:column;gap:8px}.contact-links span{display:none}.contact-map{height:auto;margin-top:54px}.contact-panel{padding:36px 24px}.contact-field{margin-bottom:24px}.product-mdx{padding:32px 24px}}.interactive-product-card{border:1px solid var(--hairline);background:linear-gradient(145deg,#ffffff0d,#ffffff05);border-radius:16px;flex-direction:column;min-height:250px;padding:24px;transition:border-color .2s,box-shadow .2s;display:flex;box-shadow:0 16px 36px #00000040}.interactive-product-card:hover{border-color:#ffffff1f;box-shadow:0 18px 48px #00000052}.product-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:12px;display:flex}.product-card-info-link{color:inherit;flex:1;margin-right:12px;text-decoration:none}.product-card-meta-wrap{align-items:center;gap:12px;display:flex}.product-card-icon-box{color:#fff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.product-card-icon-box svg{width:18px;height:18px}.product-card-title{color:var(--body-strong);font-size:16px;font-weight:800;line-height:1.2}.product-card-kicker{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:500}.product-card-desc{color:var(--body);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:20px;font-size:13px;line-height:1.4;display:-webkit-box;overflow:hidden}.github-badge,.stripe-badge{background:#ffffff0d;border:1px solid #ffffff14;border-radius:9999px;font-weight:600;line-height:1;display:inline-flex;overflow:hidden}.github-badge,.stripe-badge,.stripe-logo-box{align-items:center;height:22px;font-size:10px}.stripe-logo-box{color:#fff;background:#635bff;justify-content:center;width:22px;font-weight:900;display:flex}.stripe-text-box{color:#ffffffe6;padding:0 8px}.github-logo-box{color:#ffb020;background:#1f242c;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;display:flex}.github-text-box{color:#ffffffe6;padding:0 8px}.product-card-chart-container{width:100%;height:90px;margin-top:auto;position:relative}.chart-y-axis{color:#ffffff40;pointer-events:none;z-index:1;flex-direction:column;justify-content:space-between;padding:4px 0;font-family:monospace;font-size:9px;display:flex;position:absolute;top:0;bottom:0;left:0}.interactive-chart{cursor:crosshair;width:100%;height:100%;display:block;overflow:visible}.chart-hover-line{stroke:#ffffff26;stroke-width:1.5px;stroke-dasharray:4 4}.chart-hover-dot{fill:#e8bd65;stroke:#0a0a0c;stroke-width:2px;filter:drop-shadow(0 0 6px #ffb020b3)}.chart-tooltip{pointer-events:none;white-space:nowrap;z-index:10;background:#111113;border:1px solid #ffffff14;border-radius:8px;flex-direction:column;gap:2px;padding:6px 12px;display:flex;position:absolute;transform:translate(-50%,-100%);box-shadow:0 10px 25px #00000080}.tooltip-date{color:var(--muted);text-transform:uppercase;font-size:8px;font-weight:500}.tooltip-value{color:#fff;font-size:13px;font-weight:800}.product-card-chart-footer{color:var(--muted);justify-content:space-between;margin-top:8px;padding:0 2px;font-size:10px;display:flex}.products-dashboard{margin-top:48px}.products-grid{margin-top:32px;grid-template-columns:repeat(auto-fill,minmax(340px,1fr))!important}@media (max-width:600px){.products-grid{grid-template-columns:1fr!important}}.privacy-page-section{width:100%;padding:80px 16px;position:relative}.privacy-page-container{background-color:var(--surface-soft);border:1px solid var(--hairline);z-index:10;border-radius:16px;max-width:896px;margin:0 auto;padding:64px;position:relative;box-shadow:0 30px 60px #0009}.privacy-page-container h1{color:#fff;margin-top:8px;margin-bottom:16px;font-size:36px;line-height:1.2}.privacy-page-container h2{color:#fff;margin-top:32px;margin-bottom:16px;font-size:20px}.privacy-page-container h3{color:#fff;margin-top:24px;margin-bottom:8px;font-size:16px;font-weight:600}.privacy-page-container p{color:var(--body);margin-bottom:16px;line-height:1.6}.privacy-page-container ul{margin-bottom:24px;padding-left:24px;list-style-type:disc}.privacy-page-container li{color:var(--body);margin-bottom:8px;list-style-position:outside}@media (max-width:768px){.privacy-page-container{padding:32px 20px}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}html.lenis,html.lenis body{height:auto}.lenis:not(.lenis-autoToggle).lenis-stopped{overflow:clip}.lenis [data-lenis-prevent-horizontal],.lenis [data-lenis-prevent-touch],.lenis [data-lenis-prevent-vertical],.lenis [data-lenis-prevent-wheel],.lenis [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-smooth iframe{pointer-events:none}.lenis.lenis-autoToggle{transition-property:overflow;transition-duration:1ms;transition-behavior:allow-discrete}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-inter:"Inter","Inter Fallback"}@font-face{font-family:Fraunces;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Fraunces;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Fraunces;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fraunces;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Fraunces;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Fraunces;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fraunces Fallback;src:local("Times New Roman");ascent-override:84.71%;descent-override:22.09%;line-gap-override:0.00%;size-adjust:115.45%}.__className_3c0b78{font-family:Fraunces,Fraunces Fallback;font-style:normal}.__variable_3c0b78{--font-fraunces:"Fraunces","Fraunces Fallback"}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/edc640959b0c7826-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ac0e76ddaeeb7981-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/64d784ea54a4acde-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ff71da380fbe67dd-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/6d831b18ae5b01dc-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/558ca1a6aa3cb55e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/edc640959b0c7826-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ac0e76ddaeeb7981-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/64d784ea54a4acde-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ff71da380fbe67dd-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/6d831b18ae5b01dc-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/558ca1a6aa3cb55e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:JetBrains Mono Fallback;src:local("Arial");ascent-override:75.79%;descent-override:22.29%;line-gap-override:0.00%;size-adjust:134.59%}.__className_6d24ac{font-family:JetBrains Mono,JetBrains Mono Fallback;font-style:normal}.__variable_6d24ac{--font-jetbrains:"JetBrains Mono","JetBrains Mono Fallback"}