@import"https://fonts.googleapis.com/css2?family=Lato:wght@400;500;600;700;900&display=swap";:root{--background: #0f0b0d;--surface: #181317;--surface-muted: #211a1f;--foreground: #f2f2f2;--muted-foreground: #ababaa;--brand: #d95773;--brand-hover: #ff6b8a;--accent-alt: #f5b25f;--border: #2a2327;--max-width: 72rem;--legal-max-width: 48rem;--header-height: 60px;--page-gutter: clamp(1rem, 4vw, 1.5rem);--safe-top: env(safe-area-inset-top, 0px);--safe-right: env(safe-area-inset-right, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-left: env(safe-area-inset-left, 0px);color-scheme:dark;font-family:Lato,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + .75rem);-webkit-text-size-adjust:100%;text-size-adjust:100%}body{margin:0;overflow-x:clip;background:radial-gradient(1200px 560px at 20% -20%,rgb(217 87 115 / 18%),transparent 60%),radial-gradient(1000px 500px at 100% 0,rgb(245 178 95 / 11%),transparent 58%),var(--background);color:var(--foreground);font-size:16px;line-height:1.55}#root{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer}img{max-width:100%;height:auto}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(2rem,8vw,4.75rem);line-height:1.05;font-weight:900;text-wrap:balance}h2{font-size:clamp(1.5rem,5vw,2.125rem);line-height:1.14;font-weight:800;text-wrap:balance}h3{font-size:clamp(1.125rem,3.5vw,1.25rem);line-height:1.25;font-weight:800}.eyebrow{margin:0;color:var(--brand-hover);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.16em}.container{width:min(100%,var(--legal-max-width));margin-inline:auto;padding-inline:max(var(--page-gutter),var(--safe-left)) max(var(--page-gutter),var(--safe-right))}@media(min-width:640px){.eyebrow{font-size:12px;letter-spacing:.2em}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.site-shell{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh}.site-main{flex:1;width:100%;min-width:0}.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--background) 86%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);padding-top:var(--safe-top)}.site-header__inner,.site-footer__inner{width:min(100%,var(--max-width));margin-inline:auto;padding-inline:max(var(--page-gutter),var(--safe-left)) max(var(--page-gutter),var(--safe-right))}.site-header__inner{display:flex;min-height:var(--header-height);align-items:center}.site-logo{display:inline-flex;align-items:center;gap:.625rem;min-width:0;font-size:15px;font-weight:800;transition:color .15s ease}.site-logo:hover{color:var(--brand-hover)}.site-logo__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.veilo-app-logo{display:inline-flex;flex:none;width:var(--logo-size);height:var(--logo-size);border-radius:var(--logo-radius);overflow:hidden}.veilo-app-logo img{display:block;width:100%;height:100%;object-fit:cover}.veilo-app-logo--glow{box-shadow:0 0 calc(var(--logo-size) * .45) #d9577359,0 0 calc(var(--logo-size) * .12) #d9577333}.site-social{display:flex;align-items:center;gap:.625rem}.site-social a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--border);border-radius:10px;background:color-mix(in srgb,var(--surface) 88%,transparent);color:var(--muted-foreground);transition:color .15s ease,border-color .15s ease,background .15s ease}.site-social a:hover{color:var(--brand-hover);border-color:#d9577359;background:#d9577314}.site-social svg{width:20px;height:20px}@media(max-width:380px){.site-logo__text{font-size:14px}}.site-footer{margin-top:auto;border-top:1px solid var(--border);background:color-mix(in srgb,var(--surface) 72%,var(--background));padding-bottom:var(--safe-bottom)}.site-footer__inner{padding-block:2rem}@media(min-width:640px){.site-footer__inner{padding-block:2.25rem 2.5rem}}.site-footer__main{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}@media(min-width:768px){.site-footer__main{flex-direction:row;align-items:center;justify-content:space-between;gap:2rem;text-align:left}}.site-footer__identity{display:flex;align-items:center;gap:.875rem;max-width:100%}.site-footer__logo-link{flex:none;transition:opacity .15s ease}.site-footer__logo-link:hover{opacity:.9}.site-footer__meta{min-width:0;text-align:left}.site-footer__name{margin:0;font-size:.95rem;font-weight:800;line-height:1.3;color:var(--foreground)}.site-footer__tagline{margin:.25rem 0 0;font-size:.8125rem;line-height:1.45;color:var(--muted-foreground)}.site-footer__publisher{margin:.35rem 0 0;font-size:.8125rem;line-height:1.45;color:var(--muted-foreground)}.site-footer__publisher a{font-weight:600;color:var(--brand-hover);overflow-wrap:anywhere}.site-footer__publisher a:hover{color:var(--brand)}.site-footer__nav{display:flex;flex-wrap:wrap;justify-content:center;gap:.35rem 1.25rem;font-size:.875rem;font-weight:600;color:var(--muted-foreground)}.site-footer__nav a{display:inline-flex;align-items:center;min-height:40px;transition:color .15s ease}.site-footer__nav a:hover{color:var(--brand-hover)}@media(min-width:768px){.site-footer__nav{flex:1;justify-content:center}}.site-footer__social{display:flex;justify-content:center;width:100%}@media(min-width:768px){.site-footer__social{width:auto;flex-shrink:0;justify-content:flex-end}}.site-footer__legal{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--border);text-align:center}@media(min-width:768px){.site-footer__legal{text-align:left}}.site-footer__legal p{margin:0;font-size:.75rem;line-height:1.55;color:var(--muted-foreground)}.hero-section,.metrics-section,.section-block,.cta-section,.story-share{width:min(100%,var(--max-width));margin-inline:auto;padding-inline:max(var(--page-gutter),var(--safe-left)) max(var(--page-gutter),var(--safe-right))}.hero-section{padding-block:clamp(2.5rem,8vw,4.5rem) clamp(1.75rem,5vw,3rem)}.hero-grid{display:grid;grid-template-columns:1fr;align-items:center;gap:clamp(1.75rem,5vw,2.5rem)}.hero-copy{max-width:38rem;margin-top:1rem;color:var(--muted-foreground);font-size:clamp(1rem,2.8vw,1.125rem);line-height:1.65}.signal-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem}.signal-row span{border:1px solid var(--border);border-radius:999px;background:#ffffff08;color:var(--muted-foreground);padding:.4375rem .6875rem;font-size:12px;line-height:1.3}.store-block{margin-top:1.5rem}.store-block p{margin-bottom:.625rem;color:var(--muted-foreground);font-size:11px;text-transform:uppercase;letter-spacing:.14em}.store-block--compact{margin-top:0}.store-badges{display:flex;flex-wrap:wrap;gap:.75rem}.store-badges a{display:inline-flex;opacity:.92;transition:opacity .15s ease,transform .15s ease}.store-badges a:hover{opacity:1;transform:translateY(-1px)}.store-badges a.store-badge--pending{opacity:.5;cursor:default;pointer-events:none}.store-badges a.store-badge--pending:hover{opacity:.5;transform:none}.store-badges img{width:min(152px,42vw);height:auto;display:block}.hero-visual{position:relative;width:100%;max-width:420px;margin-inline:auto}.phone-frame{position:relative;min-height:clamp(320px,72vw,420px);overflow:hidden;border:1px solid var(--border);border-radius:clamp(18px,4vw,24px);background:radial-gradient(circle at 25% 15%,rgb(217 87 115 / 18%),transparent 42%),linear-gradient(160deg,#181317,#121015 70%);padding:1rem;box-shadow:0 20px 50px -38px #000000e5}.phone-top{display:flex;justify-content:space-between;color:var(--muted-foreground);font-size:12px}.phone-top strong{color:var(--foreground)}.story-card-preview{margin-top:clamp(1.5rem,6vw,3rem);border:1px solid var(--border);border-radius:18px;background:#0f0b0dbd;padding:1.125rem}.story-card-preview p{margin-bottom:1rem;color:var(--brand-hover);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.16em}.story-card-preview h3{margin-bottom:1rem;font-size:clamp(1.375rem,5vw,1.875rem);line-height:1.14}.story-card-preview span{color:var(--muted-foreground);line-height:1.6;font-size:.9375rem}.reaction-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;margin-top:1rem}.reaction-row span{border:1px solid rgb(217 87 115 / 32%);border-radius:8px;background:#d957731a;color:var(--foreground);padding:.625rem .375rem;text-align:center;font-size:12px;font-weight:700}.ticker{margin-top:1.75rem;overflow:hidden;border-block:1px solid color-mix(in srgb,var(--border) 72%,transparent);padding-block:.625rem}.ticker div{display:inline-flex;min-width:max-content;gap:2rem;color:var(--muted-foreground);font-size:11px;text-transform:uppercase;letter-spacing:.14em;animation:ticker 26s linear infinite}.metrics-section{padding-block:.5rem clamp(1.5rem,4vw,2.5rem)}.metrics-panel{border:1px solid var(--border);border-radius:16px;background:linear-gradient(120deg,#d9577314,#ffffff03 38%);padding:clamp(1rem,3vw,1.25rem);display:grid;grid-template-columns:1fr;gap:1rem}.metrics-intro{border-bottom:1px solid var(--border);padding-bottom:1rem}.metrics-intro p:last-child{color:var(--foreground);font-size:15px;line-height:1.5}.metrics-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.metrics-grid strong{display:block;font-size:clamp(1.375rem,4vw,1.75rem);line-height:1}.metrics-grid span{display:block;margin-top:.5rem;color:var(--muted-foreground);font-size:12px;line-height:1.35}.section-block{padding-block:clamp(2.5rem,6vw,3.5rem)}.section-intro{max-width:42.5rem}.section-intro h2{margin-top:.75rem}.section-intro p{margin-top:.875rem;color:var(--muted-foreground);font-size:clamp(.9375rem,2.5vw,1rem);line-height:1.65}.feature-list,.problem-list{display:grid;grid-template-columns:1fr;gap:1rem;list-style:none;padding:0;margin:2rem 0 0}.feature-card,.problem-card,.workflow-card{height:100%;border:1px solid var(--border);border-radius:16px;background:linear-gradient(165deg,#d9577312,color-mix(in srgb,var(--surface) 92%,transparent) 38%);padding:clamp(1.125rem,3vw,1.5rem);box-shadow:0 20px 50px -38px #000000e5}.feature-card>span,.problem-card>span,.workflow-number{display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;border:1px solid rgb(217 87 115 / 38%);border-radius:8px;background:#d957731f;color:var(--brand-hover);font-size:12px;font-weight:800}.feature-card h3,.problem-card h3,.workflow-card h3{margin-top:1rem}.feature-card p,.problem-card p,.workflow-card span{display:block;margin-top:.75rem;color:var(--muted-foreground);font-size:15px;line-height:1.62}.workflow-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:2rem}.workflow-card p{margin:1rem 0 0;color:var(--brand-hover);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.15em}.faq-list{display:grid;gap:.75rem;margin-top:2rem}.faq-item{border:1px solid var(--border);border-radius:12px;background:color-mix(in srgb,var(--surface) 92%,transparent);padding:.875rem 1rem}.faq-item summary{display:flex;align-items:center;min-height:44px;cursor:pointer;font-weight:700;line-height:1.35;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item p{margin:.5rem 0 0;color:var(--muted-foreground);line-height:1.6;font-size:.9375rem}.cta-section{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:start;border-top:1px solid var(--border);padding-block:clamp(2.25rem,6vw,3.375rem)}.cta-section p:not(.eyebrow){margin-top:.875rem;color:var(--muted-foreground);line-height:1.65;font-size:clamp(.9375rem,2.5vw,1rem)}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(min-width:640px){.feature-list,.problem-list,.workflow-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:768px){.hero-grid{grid-template-columns:1.05fr .95fr}.hero-visual{margin-inline:0;max-width:none}.metrics-panel{grid-template-columns:220px 1fr;gap:1.25rem}.metrics-intro{border-bottom:0;border-right:1px solid var(--border);padding-bottom:0;padding-right:1.25rem}.metrics-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.feature-list,.problem-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;margin-top:2.625rem}.workflow-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:2.625rem}.cta-section{grid-template-columns:1fr auto;align-items:center;gap:1.75rem}.faq-list{margin-top:2.625rem}}@media(min-width:1024px){.section-block{padding-block:3.5rem}}@media(max-width:359px){.reaction-row,.metrics-grid{grid-template-columns:1fr}}.legal-page{padding:clamp(1.5rem,5vw,2rem) max(var(--page-gutter),var(--safe-right)) clamp(2.5rem,6vw,4rem) max(var(--page-gutter),var(--safe-left))}.legal-page h1{margin-bottom:.5rem;font-size:clamp(1.75rem,6vw,2.5rem)}.legal-page .updated{font-size:.875rem;color:var(--muted-foreground);margin-bottom:clamp(1.5rem,4vw,2rem)}.legal-page section{margin-bottom:1.25rem}.legal-page section:first-of-type p{font-size:clamp(.9375rem,2.5vw,1rem);line-height:1.65}.legal-page h2{margin-top:clamp(1.5rem,4vw,2rem);margin-bottom:0;font-size:clamp(1.125rem,3.5vw,1.35rem);font-weight:700;line-height:1.3}.legal-page p,.legal-page li{color:var(--muted-foreground);font-size:clamp(.9375rem,2.5vw,1rem);line-height:1.65}.legal-page strong{color:var(--foreground)}.legal-page a{color:var(--brand-hover);text-decoration:underline;text-underline-offset:2px;overflow-wrap:anywhere;word-break:break-word}.legal-page a:hover{color:var(--brand)}.legal-page ul{margin:.75rem 0 0;padding-left:1.125rem}.legal-page li+li{margin-top:.5rem}@media(min-width:640px){.legal-page ul{padding-left:1.25rem}}.delete-account-form{margin-top:1rem;display:grid;gap:1rem;max-width:32rem}.delete-account-form__field{display:grid;gap:.375rem}.delete-account-form__field>span{font-size:.875rem;font-weight:600;color:var(--foreground)}.delete-account-form__field input,.delete-account-form__field textarea{width:100%;padding:.75rem .875rem;border-radius:10px;border:1px solid color-mix(in srgb,var(--foreground) 14%,transparent);background:color-mix(in srgb,var(--foreground) 4%,transparent);color:var(--foreground);font:inherit;line-height:1.45;resize:vertical}.delete-account-form__field input:focus,.delete-account-form__field textarea:focus{outline:2px solid color-mix(in srgb,var(--brand) 55%,transparent);outline-offset:1px;border-color:color-mix(in srgb,var(--brand) 45%,transparent)}.delete-account-form__submit{justify-self:start;padding:.75rem 1.25rem;border:none;border-radius:10px;background:var(--brand);color:#fff;font:inherit;font-weight:600;cursor:pointer}.delete-account-form__submit:hover:not(:disabled){background:var(--brand-hover)}.delete-account-form__submit:disabled{opacity:.65;cursor:not-allowed}.delete-account-form__error{color:#e57373;margin:0;font-size:.875rem}.delete-account-page__success{padding:1rem 1.125rem;border-radius:12px;border:1px solid color-mix(in srgb,var(--brand) 35%,transparent);background:color-mix(in srgb,var(--brand) 8%,transparent)}.delete-account-page__success h2{margin-top:0}:root{--background: #0f0b0d;--surface: #181317;--surface-muted: #211a1f;--foreground: #f2f2f2;--muted-foreground: #ababaa;--brand: #d95773;--brand-hover: #ff6b8a;--border: #2a2327;--max-width: 72rem;--header-height: 60px;--page-gutter: clamp(1rem, 4vw, 1.5rem);color-scheme:dark}*,*:before,*:after{box-sizing:border-box}body.story-standalone{margin:0;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;font-family:Lato,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.55;color:var(--foreground);background:radial-gradient(1200px 560px at 20% -20%,rgb(217 87 115 / 18%),transparent 60%),radial-gradient(1000px 500px at 100% 0,rgb(245 178 95 / 11%),transparent 58%),var(--background)}a{color:inherit;text-decoration:none}.story-standalone-header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--background) 86%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.story-standalone-header__inner{display:flex;align-items:center;min-height:var(--header-height);width:min(100%,var(--max-width));margin-inline:auto;padding-inline:var(--page-gutter)}.story-standalone-logo{display:inline-flex;align-items:center;gap:.625rem;font-size:15px;font-weight:800}.story-standalone-logo img{width:36px;height:36px;border-radius:8px;object-fit:cover}.story-share{flex:1;width:min(100%,var(--max-width));margin-inline:auto;padding:clamp(2rem,6vw,3.5rem) var(--page-gutter) clamp(2.5rem,7vw,4rem)}.story-share__main{max-width:42rem}.story-share__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.625rem .875rem}.story-share__eyebrow{margin:0;color:var(--muted-foreground);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.16em}.story-share__category{margin:0;display:inline-flex;align-items:center;border:1px solid rgb(217 87 115 / 35%);border-radius:999px;background:#d957731a;color:var(--brand-hover);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.3125rem .6875rem}.story-share__title{margin:.75rem 0 0;font-size:clamp(1.75rem,6vw,2.75rem);line-height:1.12;font-weight:900;text-wrap:balance}.story-share__excerpt{margin:1rem 0 0;color:var(--muted-foreground);font-size:clamp(1rem,2.8vw,1.125rem);line-height:1.65}.story-share__actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.story-share__actions a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-radius:10px;padding:.75rem 1rem;font-size:15px;font-weight:800}.story-share__actions .btn-primary{background:var(--brand);color:#fff}.story-share__actions .btn-secondary{border:1px solid var(--border);background:var(--surface-muted);color:var(--foreground)}.story-share__stores{margin-top:1.75rem}.story-share__stores-label{margin:0 0 .625rem;color:var(--muted-foreground);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.14em}.story-share__stores .store-block{margin-top:0}.story-share__badges{display:flex;flex-wrap:wrap;gap:.75rem}.story-share__badges img{width:min(152px,42vw);height:auto;display:block}.story-standalone-footer{margin-top:auto;border-top:1px solid var(--border);background:color-mix(in srgb,var(--surface) 72%,var(--background))}.story-standalone-footer__inner{width:min(100%,var(--max-width));margin-inline:auto;padding:2rem var(--page-gutter) 2.5rem}.story-standalone-footer__row{display:flex;flex-direction:column;align-items:center;gap:1.25rem;text-align:center}.story-standalone-footer__nav{display:flex;flex-wrap:wrap;justify-content:center;gap:.35rem 1.25rem;font-size:.875rem;font-weight:600;color:var(--muted-foreground)}.story-standalone-footer__nav a:hover{color:var(--brand-hover)}.story-standalone-footer__legal{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--border);text-align:center;font-size:.75rem;color:var(--muted-foreground)}@media(min-width:640px){.story-share__eyebrow{font-size:12px;letter-spacing:.2em}.story-share__category{font-size:12px}.story-share__actions{flex-direction:row;flex-wrap:wrap}.story-share__actions a{min-width:11rem}}@media(min-width:900px){.story-standalone-footer__row{flex-direction:row;justify-content:space-between;text-align:left}.story-standalone-footer__legal{text-align:left}}
