:root{--radius:.75rem;--background:#0e1217;--foreground:#e3e5e8;--card:#171b20;--card-foreground:#e3e5e8;--popover:#171b20;--popover-foreground:#e3e5e8;--primary:#fa7c20;--primary-foreground:#fff;--secondary:#b6c6d7;--secondary-foreground:#222f3c;--muted:#212429;--muted-foreground:#9b9fa5;--accent:#cebcdd;--accent-foreground:#3a2a4b;--destructive:#f9423d;--destructive-foreground:#fff;--border:#ffffff14;--input:#ffffff1a;--ring:#fa7c20;--elevated:#2b2e33;--font-sans:"Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-mono:ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace}@supports (color:lab(0% 0 0)){:root{--background:lab(5.2302% -.310116 -3.72342);--foreground:lab(90.7044% -.26685 -1.8719);--card:lab(9.47247% -.459656 -4.40383);--card-foreground:lab(90.7044% -.26685 -1.8719);--popover:lab(9.47247% -.459656 -4.40383);--popover-foreground:lab(90.7044% -.26685 -1.8719);--primary:lab(66.3876% 45.8614 67.3561);--primary-foreground:lab(100% 0 0);--secondary:lab(79.0828% -3.04544 -10.5945);--secondary-foreground:lab(18.7325% -2.45664 -10.3756);--muted:lab(14.1232% -.433221 -3.69173);--muted-foreground:lab(65.1673% -.507057 -3.72884);--accent:lab(78.4812% 11.3006 -14.2259);--accent-foreground:lab(20.2826% 13.233 -17.7989);--destructive:lab(57.2227% 69.0904 47.0078);--destructive-foreground:lab(100% 0 0);--border:lab(100% 0 0/.08);--input:lab(100% 0 0/.1);--ring:lab(66.3876% 45.8614 67.3561);--elevated:lab(18.7641% -.449047 -3.69914)}}*{box-sizing:border-box;border-color:var(--border);margin:0;padding:0}html{height:100%}body{background-color:var(--background);min-height:100%;color:var(--foreground);font-family:var(--font-sans);font-feature-settings:"ss01", "cv11";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:4px}::selection{background:var(--primary);color:var(--primary-foreground)}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{list-style:none}.site-header{z-index:40;border-bottom:1px solid var(--border);background-color:color-mix(in oklch, var(--background) 80%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0}.site-header__inner{justify-content:space-between;align-items:center;gap:1rem;max-width:72rem;height:3.5rem;margin:0 auto;padding:0 1.25rem;display:flex}.site-header__nav{color:var(--muted-foreground);align-items:center;gap:1.75rem;font-size:.875rem;display:none}@media (min-width:768px){.site-header__nav{display:flex}}.site-header__nav a:hover{color:var(--foreground)}.site-header__actions{align-items:center;gap:.75rem;display:flex}.site-header__download{background:var(--primary);color:var(--primary-foreground);border-radius:9999px;padding:.375rem .875rem;font-size:.875rem;font-weight:600;display:none}.site-header__download:hover{opacity:.95}@media (min-width:640px){.site-header__download{display:inline-flex}}.ctrl-logo{letter-spacing:-.025em;align-items:center;gap:.375rem;font-weight:600;display:inline-flex}.ctrl-logo__icon{background:var(--primary);width:1.75rem;height:1.75rem;color:var(--primary-foreground);border-radius:.375rem;place-items:center;font-size:11px;font-weight:700;display:grid}.ctrl-logo__text{font-size:1rem}.lang-switcher{border:1px solid var(--border);background:color-mix(in oklch, var(--elevated) 60%, transparent);border-radius:9999px;align-items:center;padding:2px;font-size:.75rem;display:inline-flex}.lang-switcher__btn{color:var(--muted-foreground);border-radius:9999px;padding:.25rem .625rem;font-weight:500;transition:all .15s}.lang-switcher__btn:hover{color:var(--foreground)}.lang-switcher__btn--active{background:var(--foreground);color:var(--background)}.hero{position:relative;overflow:hidden}.hero__glow{pointer-events:none;z-index:-1;background:radial-gradient(60% 50% at 50% 0,#ff79141a,#0000 70%);position:absolute;inset:0}.hero__inner{text-align:center;max-width:64rem;margin:0 auto;padding:5rem 1.25rem 6rem}@media (min-width:640px){.hero__inner{padding-top:7rem;padding-bottom:8rem}}.hero__badge{border:1px solid var(--border);background:color-mix(in oklch, var(--elevated) 60%, transparent);color:var(--muted-foreground);border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.25rem .75rem;font-size:.75rem;display:inline-flex}.hero__badge-dot{background:var(--primary);border-radius:50%;width:6px;height:6px}.hero__title{letter-spacing:-.025em;text-wrap:balance;max-width:48rem;margin:0 auto;font-size:3rem;font-weight:800;line-height:1.1}@media (min-width:640px){.hero__title{font-size:3.75rem}}@media (min-width:768px){.hero__title{font-size:4.5rem}}.hero__desc{max-width:36rem;color:var(--muted-foreground);text-wrap:balance;margin:1.5rem auto 0;font-size:1rem}@media (min-width:640px){.hero__desc{font-size:1.125rem}}.hero__buttons{justify-content:center;margin-top:2.5rem;display:flex}.hero__phone{justify-content:center;margin-top:5rem;display:flex}.store-buttons{flex-direction:column;gap:.75rem;display:flex}@media (min-width:640px){.store-buttons{flex-direction:row}}.store-btn{border-radius:.75rem;justify-content:center;align-items:center;gap:.75rem;padding:.625rem 1rem;transition:opacity .15s;display:inline-flex}.store-btn:focus-visible{box-shadow:0 0 0 2px color-mix(in oklch, var(--primary) 60%, transparent);outline:none}.store-btn--lg{padding:.75rem 1.25rem}.store-btn--apple{background:var(--primary);color:var(--primary-foreground)}.store-btn--apple:hover{opacity:.95}.store-btn--google{border:1px solid var(--border);background:var(--elevated);color:var(--foreground)}.store-btn--google:hover{opacity:.8}.store-btn__icon{width:1.5rem;height:1.5rem}.store-btn__text{flex-direction:column;align-items:flex-start;line-height:1.2;display:flex}.store-btn__label{opacity:.8;font-size:10px}.store-btn--google .store-btn__label{color:var(--muted-foreground);opacity:1}.store-btn__name{font-size:.875rem;font-weight:600}.phone-mock{width:280px;position:relative}@media (min-width:640px){.phone-mock{width:320px}}.phone-mock__frame{border:1px solid var(--border);background:var(--elevated);border-radius:2.5rem;padding:.5rem;box-shadow:0 25px 50px -12px #0006}.phone-mock__screen{background:var(--background);border-radius:2rem;overflow:hidden}.phone-mock__statusbar{font-family:var(--font-mono);color:var(--muted-foreground);justify-content:space-between;align-items:center;padding:1rem 1.25rem 0;font-size:10px;display:flex}.phone-mock__content{padding:1.5rem 1.25rem 0}.phone-mock__level{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--muted-foreground);font-size:10px}.phone-mock__code{background:var(--elevated);font-family:var(--font-mono);color:var(--foreground);border-radius:.75rem;margin-top:.75rem;padding:1rem;font-size:.75rem;line-height:1.6}.phone-mock__code-comment{color:var(--muted-foreground)}.phone-mock__code-result{color:var(--primary);margin-top:.5rem}.phone-mock__options{grid-template-columns:repeat(4,1fr);gap:.5rem;margin-top:1.5rem;display:grid}.phone-mock__option{text-align:center;font-family:var(--font-mono);background:var(--elevated);color:color-mix(in oklch, var(--foreground) 80%, transparent);border-radius:.5rem;padding:.75rem .5rem;font-size:11px}.phone-mock__option--active{background:var(--primary);color:var(--primary-foreground)}.phone-mock__footer{justify-content:space-between;align-items:center;margin-top:1.5rem;padding-bottom:1.5rem;display:flex}.phone-mock__progress{gap:.25rem;display:flex}.phone-mock__progress-bar{background:var(--border);border-radius:9999px;width:1.5rem;height:4px}.phone-mock__progress-bar--active{background:var(--primary)}.phone-mock__timer{font-family:var(--font-mono);color:var(--muted-foreground);font-size:10px}.section{border-top:1px solid var(--border)}.section__inner{max-width:72rem;margin:0 auto;padding:6rem 1.25rem}.section__inner--narrow{max-width:48rem}.section__inner--center{text-align:center}.section-eyebrow{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.18em;color:var(--muted-foreground);align-items:center;gap:.5rem;font-size:.75rem;display:flex}.section-eyebrow--center{justify-content:center}.section-eyebrow__line{background:var(--border);width:1.5rem;height:1px}.section__title{letter-spacing:-.025em;max-width:42rem;margin-top:.75rem;font-size:1.875rem;font-weight:700}@media (min-width:640px){.section__title{font-size:2.25rem}}.how-grid{gap:1.5rem;margin-top:3rem;display:grid}@media (min-width:768px){.how-grid{grid-template-columns:repeat(3,1fr)}}.how-card{border:1px solid var(--border);background:var(--card);border-radius:1rem;padding:1.75rem;transition:border-color .2s}.how-card:hover{border-color:color-mix(in oklch, var(--primary) 40%, transparent)}.how-card__header{justify-content:space-between;align-items:center;display:flex}.how-card__icon{background:var(--elevated);width:2.75rem;height:2.75rem;color:var(--foreground);border-radius:.75rem;place-items:center;display:grid}.how-card__icon svg{width:1.25rem;height:1.25rem}.how-card__number{font-family:var(--font-mono);color:var(--muted-foreground);font-size:.75rem}.how-card__title{margin-top:1.5rem;font-size:1.125rem;font-weight:600}.how-card__desc{color:var(--muted-foreground);margin-top:.25rem;font-size:.875rem}.features-grid{border:1px solid var(--border);background:var(--border);border-radius:1rem;gap:1px;margin-top:3rem;display:grid;overflow:hidden}@media (min-width:640px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-item{background:var(--card);padding:1.75rem}.feature-item__bar{background:var(--primary);border-radius:9999px;width:1.5rem;height:4px;margin-bottom:1rem}.feature-item__title{font-size:1rem;font-weight:600}.feature-item__desc{color:var(--muted-foreground);margin-top:.25rem;font-size:.875rem}.preview-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-top:.75rem;display:flex}.preview-header__desc{max-width:24rem;color:var(--muted-foreground);font-size:.875rem}.preview-grid{gap:1.5rem;margin-top:3rem;display:none}@media (min-width:768px){.preview-grid{grid-template-columns:repeat(4,1fr);display:grid}}.preview-scroll{margin-top:3rem;margin-left:-1.25rem;margin-right:-1.25rem;padding:0 1.25rem .5rem;overflow-x:auto}@media (min-width:768px){.preview-scroll{display:none}}.preview-scroll__inner{gap:1rem;display:flex}.screenshot-placeholder{aspect-ratio:9/19;border:1px solid var(--border);background:linear-gradient(to bottom, var(--elevated), var(--card));border-radius:2rem;padding:1rem}.screenshot-placeholder--mobile{flex-shrink:0;width:68vw}.screenshot-placeholder__inner{border:1px dashed color-mix(in oklch, var(--border) 60%, transparent);text-align:center;border-radius:1.6rem;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;height:100%;display:flex}.screenshot-placeholder__label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--muted-foreground);font-size:10px}.accordion{margin-top:2.5rem}.accordion-item{border-bottom:1px solid var(--border)}.accordion-trigger{text-align:left;cursor:pointer;width:100%;color:var(--foreground);justify-content:space-between;align-items:center;padding:1rem 0;font-size:1rem;font-weight:500;transition:color .15s;display:flex}.accordion-trigger:hover{color:var(--foreground)}.accordion-trigger__icon{width:1rem;height:1rem;color:var(--muted-foreground);flex-shrink:0;transition:transform .2s}.accordion-trigger[data-state=open] .accordion-trigger__icon{transform:rotate(180deg)}.accordion-content{color:var(--muted-foreground);font-size:.875rem;overflow:hidden}.accordion-content[data-state=open]{animation:.2s ease-out accordion-down}.accordion-content[data-state=closed]{animation:.2s ease-out accordion-up}.accordion-content__inner{padding-bottom:1rem}@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}.support-btn{border:1px solid var(--border);background:var(--elevated);color:color-mix(in oklch, var(--foreground) 80%, transparent);opacity:.8;cursor:not-allowed;border-radius:9999px;align-items:center;gap:.5rem;margin-top:2rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;display:inline-flex}.support-btn__icon{width:1rem;height:1rem;color:var(--primary)}.site-footer{border-top:1px solid var(--border);background:var(--background)}.site-footer__grid{gap:2.5rem;max-width:72rem;margin:0 auto;padding:3rem 1.25rem;display:grid}@media (min-width:768px){.site-footer__grid{grid-template-columns:1.5fr 1fr 1fr}}.site-footer__tagline{max-width:20rem;color:var(--muted-foreground);margin-top:.75rem;font-size:.875rem}.site-footer__heading{text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);font-size:.75rem;font-weight:600}.site-footer__list{flex-direction:column;gap:.5rem;margin-top:.75rem;font-size:.875rem;display:flex}.site-footer__list a{color:color-mix(in oklch, var(--foreground) 80%, transparent)}.site-footer__list a:hover{color:var(--foreground)}.site-footer__bottom{border-top:1px solid var(--border)}.site-footer__bottom-inner{max-width:72rem;color:var(--muted-foreground);justify-content:space-between;align-items:center;margin:0 auto;padding:1.25rem;font-size:.75rem;display:flex}.legal{max-width:48rem;margin:0 auto;padding:5rem 1.25rem}.legal__back{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--muted-foreground);font-size:.75rem}.legal__back:hover{color:var(--foreground)}.legal__title{letter-spacing:-.025em;margin-top:1.5rem;font-size:2.25rem;font-weight:700}@media (min-width:640px){.legal__title{font-size:3rem}}.legal__date{color:var(--muted-foreground);margin-top:1rem;font-size:.875rem}.legal__intro{color:color-mix(in oklch, var(--foreground) 90%, transparent);margin-top:2rem;font-size:1rem}.legal__sections{flex-direction:column;gap:2rem;margin-top:2.5rem;display:flex}.legal__section-title{font-size:1.125rem;font-weight:600}.legal__section-text{color:var(--muted-foreground);margin-top:.5rem;font-size:.875rem;line-height:1.7}.not-found{justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.not-found__inner{text-align:center;max-width:28rem}.not-found__code{color:var(--foreground);font-size:4.5rem;font-weight:700}.not-found__title{color:var(--foreground);margin-top:1rem;font-size:1.25rem;font-weight:600}.not-found__desc{color:var(--muted-foreground);margin-top:.5rem;font-size:.875rem}.not-found__link{background:var(--primary);color:var(--primary-foreground);border-radius:.375rem;justify-content:center;align-items:center;margin-top:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:opacity .15s;display:inline-flex}.not-found__link:hover{opacity:.9}.section__desc{max-width:36rem;color:var(--muted-foreground);margin:1.25rem auto 0;font-size:.875rem}
