*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Satoshi,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;line-height:1.5;color:#111;background:#fafafa;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit}img{max-width:100%;height:auto}.landing{--color-bg: #ffffff;--color-text: #1a1a1a;--color-text-muted: #666666;--color-border: #e5e5e5;--color-accent: #000000;--color-accent-light: #f5f5f5;--radius: 12px;--radius-sm: 8px;min-height:100vh;background:var(--color-bg);color:var(--color-text)}.header{position:fixed;top:0;left:0;right:0;z-index:100;background:#ffffffe6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--color-border)}.nav{max-width:1100px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:1rem}.logo img{width:28px;height:28px;border-radius:6px}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{color:var(--color-text-muted);font-size:.9375rem;transition:color .2s}.nav-links a:hover{color:var(--color-text)}.nav-cta{background:var(--color-accent);color:#fff;border:none;padding:.5rem 1rem;border-radius:var(--radius-sm);font-size:.875rem;font-weight:500;cursor:pointer;transition:opacity .2s}.nav-cta:hover{opacity:.85}.hero{position:relative;padding:8rem 2rem 4rem;max-width:800px;margin:0 auto;text-align:center}.landing:before{content:"";position:absolute;top:0;left:0;right:0;height:150vh;background:url(/background.png) no-repeat center center;background-size:cover;opacity:.12;pointer-events:none;z-index:0;mask-image:linear-gradient(to bottom,black 0%,black 50%,transparent 85%);-webkit-mask-image:linear-gradient(to bottom,black 0%,black 50%,transparent 85%)}.landing{position:relative}.hero h1{font-size:3.5rem;font-weight:700;line-height:1.1;letter-spacing:-.03em;margin-bottom:1.25rem}.hero-sub{font-size:1.25rem;color:var(--color-text-muted);line-height:1.6;max-width:540px;margin:0 auto 2rem}.hero-form{display:flex;gap:.5rem;max-width:400px;margin:0 auto}.hero-form input{flex:1;padding:.875rem 1rem;font-size:1rem;border:1px solid var(--color-border);border-radius:var(--radius);outline:none;transition:border-color .2s}.hero-form input:focus{border-color:var(--color-accent)}.hero-form input.error{border-color:#ef4444}.hero-form button{background:var(--color-accent);color:#fff;border:none;padding:.875rem 1.5rem;border-radius:var(--radius);font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .2s;white-space:nowrap}.hero-form button:hover:not(:disabled){opacity:.85}.hero-form button:disabled{opacity:.6;cursor:not-allowed}.hero-note{color:var(--color-text-muted);font-size:.8125rem;margin-top:.75rem}.tooltip-wrapper{position:relative;display:inline;border-bottom:1px dashed var(--color-text-muted);cursor:help}.tooltip-icon{font-size:.75em;margin-left:2px;opacity:.5;vertical-align:super}.tooltip{position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%);width:320px;background:#1a1a1a;color:#fff;padding:1rem 1.25rem;border-radius:12px;font-size:.875rem;line-height:1.5;text-align:left;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s;z-index:1000;box-shadow:0 8px 32px #0003;pointer-events:none}.tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:8px solid transparent;border-top-color:#1a1a1a}.tooltip-wrapper:hover .tooltip{opacity:1;visibility:visible}.tooltip-term{display:block;font-weight:700;font-size:1.125rem;margin-bottom:.25rem}.tooltip-pronunciation{display:block;font-size:.8125rem;color:#ffffff80;font-style:italic;margin-bottom:.5rem}.tooltip-pos{display:inline-block;font-size:.75rem;font-style:italic;color:#fff9;background:#ffffff1a;padding:.125rem .5rem;border-radius:4px;margin-bottom:.5rem}.tooltip-def{display:block;color:#ffffffe6;margin-bottom:.75rem}.tooltip-example{display:block;font-style:italic;color:#fff9;padding-left:.75rem;border-left:2px solid rgba(255,255,255,.2)}.hero-image-container{display:flex;align-items:center;justify-content:center;gap:0;margin-top:-1rem;padding:0 1rem}.hero-phone-slideshow{position:relative;width:280px;aspect-ratio:1 / 2;flex-shrink:0;margin-right:-2rem}.hero-phone{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;opacity:0;transition:opacity .8s ease-in-out}.hero-phone.active{opacity:1}.hero-tonotion{width:280px;height:auto;flex-shrink:0}@media(min-width:768px){.hero-phone-slideshow{width:340px;margin-right:-3rem}.hero-tonotion{width:340px}}@media(min-width:1024px){.hero-phone-slideshow{width:400px;margin-right:-4rem}.hero-tonotion{width:400px}}@media(max-width:640px){.hero-phone-slideshow{width:45%;max-width:180px;margin-right:-1rem}.hero-tonotion{width:45%;max-width:180px}}.success-msg{display:flex;align-items:center;justify-content:center;gap:.5rem;background:#dcfce7;color:#166534;padding:.875rem 1.5rem;border-radius:var(--radius);font-weight:500;width:100%}.success-msg.light{background:#ffffff26;color:#fff}.steps{padding:2rem 2rem 5rem;max-width:1000px;margin:0 auto;margin-top:-3rem;text-align:center}.steps h2{font-size:2.5rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;margin-bottom:3rem}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;text-align:left}.step{padding:0 1rem}.step-num{display:inline-block;font-size:.75rem;font-weight:700;color:var(--color-text-muted);margin-bottom:1rem;letter-spacing:.05em}.step h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.step p{font-size:.9375rem;color:var(--color-text-muted);line-height:1.6}.features{padding:5rem 2rem;background:var(--color-accent-light);text-align:center}.features h2{font-size:2.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.75rem}.features-sub{font-size:1.125rem;color:var(--color-text-muted);line-height:1.6;margin-bottom:3rem}.features-grid-2x2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:700px;margin:0 auto}.feature-tile{position:relative;background:#fff;border-radius:var(--radius);padding:1.5rem;text-align:center;overflow:hidden;transition:transform .3s,box-shadow .3s;cursor:pointer}.feature-tile:hover{transform:scale(1.02);box-shadow:0 12px 40px #0000001f}.feature-tile-img{width:100%;aspect-ratio:4 / 3;border-radius:var(--radius-sm);overflow:hidden;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;background:var(--color-accent-light)}.feature-tile-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.feature-tile:hover .feature-tile-img img{transform:scale(1.05)}.feature-tile-chart{width:100%;aspect-ratio:4 / 3;border-radius:var(--radius-sm);background:var(--color-accent-light);margin-bottom:1rem;padding:1rem;display:flex;align-items:center;justify-content:center}.feature-tile-content h3{font-size:1.125rem;font-weight:600;margin-bottom:.25rem}.feature-tile-content p{font-size:.875rem;color:var(--color-text-muted)}.feature-tile-hover{position:absolute;inset:0;background:#000000eb;color:#fff;padding:1.5rem;display:flex;flex-direction:column;justify-content:center;text-align:left;opacity:0;transition:opacity .3s}.feature-tile:hover .feature-tile-hover{opacity:1}.feature-tile-hover h4{font-size:1.125rem;font-weight:600;margin-bottom:.75rem}.feature-tile-hover p{font-size:.9375rem;line-height:1.5;opacity:.9}.embed-url-preview{margin-top:1rem;background:#ffffff1a;border-radius:8px;padding:.75rem}.embed-url-preview a{display:block;text-decoration:none;transition:opacity .2s}.embed-url-preview a:hover{opacity:.8}.embed-url-preview code{display:block;font-size:.75rem;font-family:monospace;color:#fff;margin-bottom:.5rem;word-break:break-all;background:#ffffff26;padding:.5rem;border-radius:4px}.embed-hint{font-size:.6875rem;color:#fff9}.diet-truth{padding:5rem 2rem;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;text-align:center}.diet-truth-content{max-width:600px;margin:0 auto}.diet-truth-stat{display:block;font-size:6rem;font-weight:800;letter-spacing:-.04em;line-height:1;margin-bottom:.5rem;background:linear-gradient(135deg,#fff,#ccc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.diet-truth-headline{font-size:1.75rem;font-weight:600;margin-bottom:1.5rem;opacity:.95}.diet-truth-body{font-size:1.0625rem;line-height:1.7;color:#ffffffbf}.diet-truth-body strong{color:#fff;font-weight:600}@media(max-width:640px){.diet-truth{padding:4rem 1.25rem}.diet-truth-stat{font-size:4rem}.diet-truth-headline{font-size:1.375rem}.diet-truth-body{font-size:1rem}}.benefits{padding:5rem 2rem;text-align:center}.benefits h2{font-size:2.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:3rem}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:900px;margin:0 auto}.benefit{text-align:center;padding:1.5rem}.benefit-icon{font-size:2.5rem;display:block;margin-bottom:1rem}.benefit h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.benefit p{font-size:.9375rem;color:var(--color-text-muted);line-height:1.6}@media(max-width:640px){.features-grid-2x2{grid-template-columns:1fr;max-width:350px}.benefits-grid{grid-template-columns:1fr;gap:1.5rem}}.about{padding:5rem 2rem;background:#f3f4f6}.about-content-centered{text-align:center;background:#fff;border:1px solid #e5e7eb;border-left:4px solid #d1d5db;border-radius:20px;padding:3.5rem 4rem;max-width:800px;margin:0 auto;box-shadow:0 10px 40px #0000001a,0 2px 6px #0000000d}.about-content-centered h2{font-size:2rem;font-weight:700;margin-bottom:1.5rem}.about-content-centered p{font-size:1.0625rem;color:var(--color-text-muted);line-height:1.7;margin-bottom:1.25rem}.about-content-centered strong{color:var(--color-text);font-weight:600}.about-tagline{font-weight:600!important;color:var(--color-text)!important;font-style:italic;margin-top:2rem!important}@media(max-width:640px){.about-content-centered{padding:2rem 1.5rem;border-radius:12px}}.cta{padding:5rem 2rem;background:var(--color-accent);color:#fff;text-align:center}.cta h2{font-size:2.25rem;font-weight:700;margin-bottom:.75rem}.cta>p{font-size:1.125rem;opacity:.8;margin-bottom:2rem}.cta-form{display:flex;gap:.5rem;max-width:420px;margin:0 auto}.cta-form input{flex:1;padding:.875rem 1rem;font-size:1rem;border:none;border-radius:var(--radius);outline:none;background:#ffffff1a;color:#fff}.cta-form input::placeholder{color:#fff9}.cta-form input.error{background:#ef444433}.cta-form button{background:#fff;color:var(--color-accent);border:none;padding:.875rem 1.5rem;border-radius:var(--radius);font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .2s;white-space:nowrap}.cta-form button:hover:not(:disabled){opacity:.9}.footer{padding:4rem 2rem 2rem;background:var(--color-accent-light)}.footer-content{max-width:800px;margin:0 auto 3rem;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-section h4{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);margin-bottom:1rem}.footer-section a{display:block;font-size:.9375rem;color:var(--color-text);margin-bottom:.5rem;transition:opacity .2s}.footer-section a:hover{opacity:.7}.footer-copy{text-align:center;font-size:.8125rem;color:var(--color-text-muted);padding-top:2rem;border-top:1px solid var(--color-border)}.placeholder{background:linear-gradient(135deg,#f8f8f8,#f0f0f0);border:2px dashed #ddd;border-radius:var(--radius);padding:3rem 2rem;display:flex;align-items:center;justify-content:center;min-height:300px}.placeholder p{color:var(--color-text-muted);font-size:.9375rem}.header{z-index:101}@media(max-width:900px){.features-grid{grid-template-columns:repeat(2,1fr)}.steps-grid{grid-template-columns:1fr;gap:2.5rem;max-width:400px;margin:0 auto}.step{padding:0}}@media(max-width:640px){.nav{padding:.875rem 1rem}.nav-links a{display:none}.hero{padding:7rem 1.25rem 3rem}.hero h1{font-size:2.5rem}.hero-sub{font-size:1.0625rem}.hero-form{flex-direction:column}.steps,.features,.about,.cta{padding:4rem 1.25rem}.steps h2,.features h2{font-size:2rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.feature{padding:1rem}.feature-img{font-size:2rem}.cta h2{font-size:1.75rem}.cta-form{flex-direction:column}.footer-content{grid-template-columns:1fr;text-align:center;gap:2rem}}.hp-field{position:absolute;left:-9999px;opacity:0;height:0;width:0;pointer-events:none}.legal-container{min-height:100vh;background:#fff}.legal-header{padding:1rem 2rem;border-bottom:1px solid #e5e5e5;background:#fafafa}.back-btn{background:none;border:none;color:#666;font-size:.875rem;cursor:pointer;padding:.5rem 1rem;border-radius:6px;transition:all .2s;text-decoration:none;display:inline-block}.back-btn:hover{color:#000;background:#f0f0f0}.legal-main{max-width:800px;margin:0 auto;padding:3rem 2rem}.legal-main h1{font-size:2.5rem;font-weight:700;margin:0 0 .5rem;color:#000}.legal-updated{color:#666;font-size:.875rem;margin:0 0 3rem}.legal-section{margin-bottom:2.5rem}.legal-section h2{font-size:1.375rem;font-weight:600;margin:0 0 1rem;color:#000}.legal-section h3{font-size:1.0625rem;font-weight:600;margin:1.5rem 0 .75rem;color:#333}.legal-section p{color:#333;font-size:.9375rem;line-height:1.7;margin:0 0 1rem}.legal-section ul{margin:0 0 1rem;padding-left:1.5rem}.legal-section li{color:#333;font-size:.9375rem;line-height:1.7;margin-bottom:.5rem}.legal-section a{color:#06c;text-decoration:none;transition:color .2s}.legal-section a:hover{color:#0052a3;text-decoration:underline}.legal-section strong{font-weight:600;color:#000}@media(max-width:768px){.legal-header{padding:1rem}.legal-main{padding:2rem 1rem}.legal-main h1{font-size:2rem}.legal-section h2{font-size:1.25rem}}
