@layer theme{:root,:host{--font-mono:"SFMono-Regular", Consolas, "Liberation Mono", monospace;--default-font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--default-mono-font-family:"SFMono-Regular", Consolas, "Liberation Mono", monospace}}@layer base{*,:after,:before,::backdrop{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}html,:host{-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;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{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}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,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{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-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{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.h-full{height:100%}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--background:#fcfaff;--surface:#fffc;--foreground:#17131f;--muted:#676372;--pink:#e747e8;--purple:#8f5cff;--blue:#2f80ff;--line:#221c331a;--shadow:0 24px 65px #4c2a691a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);min-width:320px;color:var(--foreground);text-rendering:optimizelegibility;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible{outline:3px solid var(--purple)}@supports (color:color-mix(in lab, red, red)){a:focus-visible{outline:3px solid color-mix(in srgb, var(--purple) 55%, white)}}a:focus-visible{outline-offset:4px;border-radius:8px}h1,h2,h3,p{margin-top:0}#functions,#about{scroll-margin-top:88px}#features{scroll-margin-top:0}.page-width{width:min(1120px,100% - 48px);margin-inline:auto}.skip-link{z-index:100;background:var(--foreground);color:#fff;border-radius:10px;padding:10px 14px;font-size:14px;font-weight:700;transition:transform .16s;position:fixed;top:12px;left:12px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.navbar{z-index:20;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(20px)saturate(150%);backdrop-filter:blur(20px)saturate(150%);background:#fcfaffd6;position:sticky;top:0;box-shadow:inset 0 1px #ffffffa6}.navbar-inner{justify-content:space-between;align-items:center;gap:24px;height:64px;display:flex}.brand{letter-spacing:-.045em;align-items:center;gap:10px;font-size:21px;font-weight:760;display:inline-flex}.brand img{border-radius:10px;width:34px;height:34px;box-shadow:0 7px 18px #d33fd92e}.github-link,.text-link,.footer-links a{transition:color .16s}.github-link:hover,.text-link:hover,.footer-links a:hover{color:#bb27c5}.github-link{border:1px solid var(--line);color:#504b59;background:#ffffffa8;border-radius:12px;flex:none;place-items:center;width:40px;height:40px;transition:color .16s,background .16s,transform .16s;display:grid;box-shadow:0 5px 16px #402a580f}.github-link:hover{background:#fff;transform:translateY(-1px)}.github-link svg{width:21px;height:21px}.hero{min-height:calc(100svh - 64px);padding:58px 0 78px;position:relative;overflow:hidden}.hero-background{pointer-events:none;background:radial-gradient(circle at 80% 30%,#ff61da61,#0000 28%),radial-gradient(circle at 66% 70%,#8556ff4d,#0000 34%),radial-gradient(circle at 18% 76%,#2f80ff2b,#0000 31%),linear-gradient(138deg,#fffaff 4%,#faf3ff 43%,#f4ebff 69%,#fff6fd);position:absolute;inset:0}.hero-content{grid-template-columns:minmax(0,1fr) minmax(400px,.98fr);align-items:center;gap:64px;display:grid;position:relative}.hero-copy{max-width:540px}.eyebrow{color:#7740e2;letter-spacing:.075em;text-transform:uppercase;margin-bottom:14px;font-size:13px;font-weight:750}h1{letter-spacing:-.075em;margin-bottom:24px;font-size:clamp(3.6rem,7vw,6.2rem);font-weight:780;line-height:.94}h1 span{color:var(--pink)}.hero-description{max-width:470px;color:var(--muted);font-size:18px;line-height:1.65}.hero-actions{flex-wrap:wrap;align-items:center;gap:25px;margin-top:32px;display:flex}.project-button{border:1px solid #ffffff3d;border-radius:13px;align-items:center;gap:11px;min-height:52px;padding:10px 18px;transition:transform .18s,box-shadow .18s;display:inline-flex;box-shadow:0 14px 30px #b238c638}.project-button-gradient{background:linear-gradient(125deg, #7652ec, var(--pink));color:#fff}.project-button-light{color:#4e336c;background:#fff;box-shadow:0 12px 25px #531c5c26}.project-button:hover{transform:translateY(-2px);box-shadow:0 18px 35px #b238c647}.project-button svg{width:22px;height:22px}.project-button small,.project-button strong{line-height:1.15;display:block}.project-button small{font-size:10px;font-weight:550}.project-button strong{font-size:15px;font-weight:700}.text-link{color:#c429cf;align-items:center;gap:5px;font-size:15px;font-weight:680;display:inline-flex}.text-link svg{stroke-width:2.25px;width:16px;height:16px}.phone-gallery{justify-self:end;width:min(100%,500px);height:530px;position:relative}.phone-shot{width:47%;margin:0;position:absolute}.phone-shot img{width:100%;height:auto;display:block}.phone-shot-1{z-index:1;top:34px;left:8px}.phone-shot-2{z-index:1;top:58px;right:8px}.plot-card-header{justify-content:space-between;align-items:center;margin-bottom:21px;display:flex}.plot-card-label{color:#7d7888;letter-spacing:.07em;text-transform:uppercase;margin-bottom:6px;font-size:11px;font-weight:750}.formula{color:var(--blue);margin-bottom:0;font-size:16px;font-weight:700}.graph,.mini-graph{background-color:#ffffffeb;background-image:linear-gradient(#46588c14 1px,#0000 1px),linear-gradient(90deg,#46588c14 1px,#0000 1px);position:relative;overflow:hidden}.graph{background-size:26px 26px;border:1px solid #3a4c7d12;border-radius:16px;height:245px}.axis{z-index:1;background:#aeb6ca;position:absolute}.axis-x{width:100%;height:1px;top:52%}.axis-y{width:1px;height:100%;left:50%}.curve{z-index:2;width:100%;height:100%;position:absolute;inset:0}.curve path{fill:none;stroke:var(--blue);stroke-width:3px;stroke-linecap:round;stroke-linejoin:round}.parameter-panel{background:#fafafe;border:1px solid #3a4c7d0d;border-radius:15px;margin-top:17px;padding:16px}.parameter-heading{justify-content:space-between;font-size:13px;font-weight:700;display:flex}.reset-control{color:var(--blue);background:#edf4ff;border-radius:7px;padding:4px 8px;font-size:11px;font-weight:650}.parameter{margin-top:14px}.parameter-label{color:#555363;justify-content:space-between;font-size:12px;display:flex}.parameter-label strong{color:var(--blue)}.slider-track{background:#e2e3eb;border-radius:999px;height:4px;margin-top:9px;position:relative}.slider-fill{border-radius:inherit;background:var(--blue);width:59%;height:100%;display:block}.slider-thumb{background:#fff;border:1px solid #151e360f;border-radius:50%;width:17px;height:17px;position:absolute;top:-6px;left:56%;box-shadow:0 2px 6px #151e3633}.features{padding-top:112px;padding-bottom:118px}.features-heading{text-align:center;max-width:680px;margin:0 auto 40px}.features-heading h2{letter-spacing:-.065em;margin-bottom:0;font-size:clamp(2.2rem,4vw,3.6rem);line-height:1}.feature-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.feature-card{background:var(--surface);border:1px solid #261c400f;border-radius:23px;min-height:205px;padding:30px;box-shadow:0 14px 45px #422a5b0f}.feature-icon{color:#fff;background:linear-gradient(145deg,#9e6dff,#ef57dc);border-radius:14px;place-items:center;width:47px;height:47px;margin-bottom:24px;display:grid;box-shadow:0 10px 20px #d44bde38}.feature-icon svg{stroke-width:2.35px;width:22px;height:22px}.feature-card h2{letter-spacing:-.04em;margin-bottom:10px;font-size:20px}.feature-card p{color:var(--muted);margin-bottom:0;font-size:15px;line-height:1.55}.function-section{padding:12px 0 116px}.section-heading{text-align:center;max-width:650px;margin:0 auto 43px}.section-heading h2,.explore-cta h2{letter-spacing:-.065em;margin-bottom:13px;font-size:clamp(2.2rem,4vw,3.6rem);line-height:1}.section-heading p:last-child{color:var(--muted);margin-bottom:0;font-size:17px;line-height:1.6}.function-grid{grid-template-columns:repeat(5,1fr);gap:13px;display:grid}.function-card{--accent:var(--blue);border:1px solid var(--accent);min-width:0;min-height:260px;padding:22px 16px 16px}@supports (color:color-mix(in lab, red, red)){.function-card{border:1px solid color-mix(in srgb, var(--accent) 13%, white)}}.function-card{background:var(--accent);border-radius:19px}@supports (color:color-mix(in lab, red, red)){.function-card{background:color-mix(in srgb, var(--accent) 5%, white)}}.function-card{text-align:center}.function-card h3{color:var(--accent);letter-spacing:-.035em;margin-bottom:5px;font-size:16px}.function-formula{min-height:31px;color:var(--accent);margin-bottom:0;font-size:12px;font-weight:680;line-height:1.3}.mini-graph{background-size:18px 18px;border-radius:10px;height:108px;margin:13px 0 14px}.mini-graph .curve path{stroke:var(--accent);stroke-width:2.5px}.mini-graph .plot-axis{stroke:#aeb6ca;stroke-width:1px;vector-effect:non-scaling-stroke}.function-card>p:last-child{color:#666370;margin-bottom:0;font-size:12px;line-height:1.42}.explore-cta{color:#fff;background:linear-gradient(110deg,#5f42dc,#d542db 54%,#f76fd4);border-radius:28px;justify-content:space-between;align-items:center;gap:32px;width:min(1120px,100% - 48px);margin:0 auto 80px;padding:56px 64px;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 45px #b341cd33}.explore-cta:after{content:"";background:#ffffff24;border-radius:50%;width:280px;height:280px;position:absolute;top:-85px;right:-45px}.explore-cta>*{z-index:1;position:relative}.explore-cta .eyebrow{color:#ffffffc7}.explore-cta h2{max-width:550px}.explore-cta p:not(.eyebrow){color:#ffffffe0;max-width:570px;margin-bottom:0;line-height:1.6}.explore-cta .project-button{flex:none}.footer{padding-bottom:36px}.footer-inner{border-top:1px solid var(--line);color:#7b7683;justify-content:space-between;align-items:center;gap:20px;padding-top:28px;font-family:inherit;font-size:13px;font-weight:500;display:flex}.footer-brand{color:inherit;font:inherit;white-space:nowrap;flex-direction:row;flex:none;align-items:center;gap:9px;display:inline-flex}.footer-brand img{border-radius:9px;flex:none;width:32px;height:32px;box-shadow:0 6px 16px #d33fd929}.footer-links{font:inherit;align-items:center;gap:20px;display:flex}.footer-links a,.footer-copyright{font:inherit}.footer-copyright{white-space:nowrap}.shared-function-header{align-items:center;width:min(960px,100% - 48px);height:72px;margin-inline:auto;display:flex}.shared-function-page{--function-accent:var(--blue);grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);align-items:center;gap:54px;width:min(960px,100% - 48px);min-height:calc(100svh - 72px);margin-inline:auto;padding:48px 0 88px;display:grid}.shared-function-card{border:1px solid var(--function-accent);padding:clamp(28px,5vw,48px)}@supports (color:color-mix(in lab, red, red)){.shared-function-card{border:1px solid color-mix(in srgb, var(--function-accent) 16%, white)}}.shared-function-card{background:radial-gradient(circle at 100% 0, var(--function-accent), transparent 42%), #ffffffe0;border-radius:28px}@supports (color:color-mix(in lab, red, red)){.shared-function-card{background:radial-gradient(circle at 100% 0, color-mix(in srgb, var(--function-accent) 17%, transparent), transparent 42%), #ffffffe0}}.shared-function-card{box-shadow:var(--shadow)}.shared-function-card .eyebrow{color:var(--function-accent)}.shared-function-card h1{margin-bottom:18px;font-size:clamp(2.3rem,6vw,4.5rem)}.shared-function-formula{overflow-wrap:anywhere;color:var(--function-accent);font-family:var(--font-mono);margin-bottom:34px;font-size:clamp(1.2rem,3vw,1.7rem);font-weight:750;line-height:1.45}.shared-parameter-list{gap:10px;margin:0;display:grid}.shared-parameter-list>div{border:1px solid var(--line);background:#ffffffb8;border-radius:12px;justify-content:space-between;align-items:center;gap:20px;padding:13px 15px;display:flex}.shared-parameter-list dt{color:var(--muted);font-size:14px}.shared-parameter-list dd{color:var(--function-accent);font-family:var(--font-mono);margin:0;font-weight:750}.shared-function-explainer h2{letter-spacing:-.06em;margin-bottom:17px;font-size:clamp(2.1rem,5vw,3.6rem);line-height:1}.shared-function-explainer>p:not(.eyebrow){color:var(--muted);margin-bottom:28px;font-size:17px;line-height:1.65}@media (max-width:1020px){.hero-content{grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);gap:38px}.function-grid{grid-template-columns:repeat(3,1fr)}.function-card:nth-last-child(-n+2){grid-column:span 1}}@media (max-width:820px){.nav-links{display:none}.shared-function-page{grid-template-columns:1fr;align-items:start;gap:42px;padding-top:28px}.hero{padding:52px 0 68px}.hero-content{grid-template-columns:1fr;gap:45px}.hero-copy{max-width:600px}.phone-gallery{justify-self:center;width:min(100%,560px);height:540px}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:auto}.function-grid{grid-template-columns:repeat(2,1fr)}.function-card:last-child{grid-column:span 2}.explore-cta{flex-direction:column;align-items:flex-start;padding:42px 34px}}@media (max-width:520px){#features{scroll-margin-top:0}.page-width,.explore-cta{width:min(100% - 32px,1120px)}.navbar-inner{height:60px}.hero{min-height:calc(100svh - 60px);padding-top:44px;padding-bottom:56px}h1{font-size:clamp(3.25rem,17vw,4.5rem)}.hero-description{font-size:17px}.hero-actions{flex-direction:column;align-items:flex-start;gap:20px}.phone-gallery{width:100%;height:360px;margin-left:0}.phone-shot{width:47%}.phone-shot-1{top:28px;left:5px}.phone-shot-2{top:50px;right:5px}.plot-card{border-radius:23px;padding:17px}.graph{height:205px}.features,.function-section{padding-bottom:80px}.features{padding-top:76px}.function-grid{grid-template-columns:1fr}.function-card:last-child{grid-column:auto}.function-formula{min-height:auto}.explore-cta{border-radius:22px;margin-bottom:56px;padding:34px 24px}.footer-inner{flex-direction:column;align-items:flex-start}.footer-links{flex-wrap:wrap}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
