:root{background-color:#fff;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif}:root.home{background-color:#fff}html,body{height:100%}*,*:before,*:after{box-sizing:border-box}*{box-sizing:border-box;margin:0;padding:0}:root{--bg: #ffffff;--text: #0f1115;--muted: #6b6b70;--logo-grey: #6d6d6d;--border: rgba(0, 0, 0, .1);--font: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Avenir, Helvetica, Arial, sans-serif}.home{min-height:100vh;min-height:100dvh;background-color:var(--bg);color:var(--text);font-family:var(--font);display:flex;flex-direction:column;overflow-x:hidden;-webkit-font-smoothing:antialiased}.nav{display:flex;align-items:center;justify-content:space-between;padding:clamp(1rem,3vw,1.6rem) clamp(1.25rem,5vw,2.5rem)}.nav__brand{display:flex;align-items:center;gap:.55rem}.nav__logo{width:58px;height:58px}.nav__contact{display:inline-flex;align-items:center;padding:clamp(.5rem,1.6vw,.72rem) clamp(.9rem,3vw,1.3rem);border-radius:999px;background:var(--text);color:#fff;text-decoration:none;font-size:clamp(.78rem,2.4vw,.9rem);font-weight:500;white-space:nowrap;transition:background .2s ease,transform .2s ease}.nav__contact:hover{background:#000;transform:translateY(-1px)}.hero{flex:1;display:flex;align-items:center;justify-content:center;text-align:center;padding:clamp(2rem,6vw,4rem) clamp(1.25rem,5vw,2rem)}.hero__inner{max-width:720px;animation:rise .8s ease-out both}.hero__wordmark{height:clamp(34px,6vw,48px);width:auto;margin-bottom:clamp(1rem,2.5vw,1.5rem)}.hero__title{font-weight:700;font-size:clamp(2.6rem,8vw,4.75rem);line-height:1.05;letter-spacing:-.035em}.hero__accent{position:relative;color:var(--logo-grey);white-space:nowrap}.hero__signal{position:absolute;left:100%;top:50%;transform:translateY(-50%);margin-left:.12em;height:.82em;width:auto;color:var(--logo-grey);overflow:visible}.hero__wave{animation:signal 2.6s ease-in-out infinite}.hero__wave--1{animation-delay:0s}.hero__wave--2{animation-delay:.22s}.hero__wave--3{animation-delay:.44s}@keyframes signal{0%,60%,to{opacity:.28}25%{opacity:1}}.hero__subtitle{margin:1.6rem auto 0;max-width:540px;color:var(--muted);font-size:clamp(1.02rem,2.4vw,1.2rem);line-height:1.65}.hero__actions{margin-top:2.4rem;display:flex;flex-direction:column;align-items:center;gap:1.1rem}.app-store-link{display:inline-block;transition:transform .2s ease,opacity .2s ease}.app-store-link:hover{transform:translateY(-2px);opacity:.9}.app-store-badge{height:clamp(42px,6.5vw,48px);width:auto}.footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem 2rem;width:100%;padding:1.75rem clamp(1.25rem,5vw,2.5rem);border-top:1px solid var(--border)}.footer__links{display:flex;gap:2rem}.footer__links a{color:var(--text);text-decoration:none;font-size:.95rem;font-weight:500;transition:color .2s ease}.footer__links a:hover{color:var(--logo-grey)}.footer__copy{color:#9a9aa0;font-size:.82rem}@media(max-width:560px){.footer{flex-direction:column;justify-content:center;text-align:center;gap:1.25rem}}@keyframes rise{0%{transform:translateY(14px);opacity:0}to{transform:translateY(0);opacity:1}}@media(prefers-reduced-motion:reduce){.hero__inner,.hero__wave{animation:none}.hero__wave{opacity:.85}}.app-page{min-height:100vh;min-height:100dvh;background-color:#fff;display:flex;flex-direction:column}.header-bar{background-color:#fff;width:100%;display:flex;align-items:center;align-self:center;justify-content:center;gap:1rem;padding:.5rem 1rem;border-bottom:1px solid #d4cfc5}.header-bar__logo{width:50px;height:50px}.header-bar__logo-link{display:inline-flex;line-height:0}.app-page__content{width:100%;align-self:center;padding-top:2rem;padding-inline:clamp(.75rem,4vw,2rem);max-width:1200px;margin-left:auto;margin-right:auto;box-sizing:border-box;padding-bottom:50px}.app-page__content h1{font-size:1.25rem;line-height:1.2;margin:0;margin-bottom:.75rem;padding-inline:.25rem;font-weight:600}.app-page__meta{color:#6b6b6b;font-size:.9rem;margin:0 0 1rem;padding-inline:.25rem}.app-page__subtitle{color:#000;font-size:1.1rem;font-weight:500;margin:.75rem 0}.app-page__list{list-style-type:disc;padding-left:1.5rem;margin:.5rem 0}.help__text{color:#222;font-size:.95rem;line-height:1.6;box-sizing:border-box;padding-inline:.25rem}.not-found__content{display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;flex:1}.not-found__code{font-size:7rem;font-weight:700;margin-bottom:.5rem}.not-found__text{color:#6b6b6b;font-size:1rem;margin:0 0 1.5rem}.not-found__link{display:inline-flex;align-items:center;padding:.75rem 1.75rem;border-radius:999px;background-color:#1a1a1a;color:#fff;font-size:.9rem;font-weight:600;text-decoration:none;transition:transform .2s ease,background-color .2s ease}.not-found__link:hover{background-color:#000;transform:translateY(-2px)}@media(min-width:768px){.help__text{font-size:1.05rem;margin-left:auto;margin-right:auto}.app-page__content h1{font-size:2rem;margin-top:1rem;margin-bottom:1rem}}
