:root{--bg: #ffffff;--fg: #1a1a1a;--muted: #6b7280;--border: #e5e7eb;--card: #ffffff;--primary: #1a1a1a;--primary-fg: #fafafa;--accent-green: #22c55e;--accent-orange: #f97316;--accent-blue: #3b82f6;--radius: .75rem;--max-width: 72rem;--font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);font-size:1rem;line-height:1.6;color:var(--fg);background:var(--bg);-webkit-font-smoothing:antialiased}img,video{max-width:100%;height:auto;display:block}a{color:inherit}.container{width:min(100% - 2rem,var(--max-width));margin-inline:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.9375rem;font-weight:600;text-decoration:none;border-radius:9999px;border:1px solid transparent;cursor:pointer;transition:opacity .15s}.btn:hover{opacity:.88}.btn-primary{background:var(--primary);color:var(--primary-fg)}.btn-secondary{background:var(--bg);color:var(--fg);border-color:var(--border)}.section{padding:4rem 0}.section-muted{background:#f9fafb}.section-title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;letter-spacing:-.02em;margin:0 0 .75rem}.section-lead{font-size:1.125rem;color:var(--muted);margin:0 0 2rem;max-width:42rem}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.badge{display:inline-block;font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:.2rem .5rem;border-radius:.375rem;background:#f3f4f6;color:var(--muted)}.phone-frame{border-radius:1.5rem;border:1px solid var(--border);box-shadow:0 25px 50px -12px #00000026;overflow:hidden;background:#fff;max-width:320px;margin-inline:auto}.grid-2{display:grid;gap:3rem;align-items:center}@media(min-width:768px){.grid-2{grid-template-columns:1fr 1fr}}.feature-row{display:grid;gap:2rem;align-items:center;margin-bottom:4rem}@media(min-width:768px){.feature-row{grid-template-columns:1fr 1fr}.feature-row.reverse .feature-copy{order:2}.feature-row.reverse .feature-visual{order:1}}.typing-demo-callout{margin:0 0 1rem;padding:.625rem .875rem;font-size:.875rem;font-weight:600;color:var(--fg);background:#eff6ff;border:1px solid #bfdbfe;border-radius:var(--radius)}.typing-demo-label{font-size:.875rem;font-weight:600;display:block;margin-bottom:.5rem}.typing-demo-field{width:100%;padding:.875rem 1rem;font-size:1rem;border:1px solid var(--border);border-radius:var(--radius);font-family:inherit}.typing-demo-field:focus{outline:2px solid var(--primary);outline-offset:2px}.typing-demo-desktop-only{display:none}.typing-demo-mobile-only{display:block}@media(min-width:768px){.typing-demo-desktop-only{display:block}.typing-demo-mobile-only{display:none}}.typing-hint{margin-top:.75rem;font-size:.875rem;color:var(--muted);min-height:1.25rem}.typing-demo-examples-label{margin:1rem 0 .5rem;font-size:.8125rem;font-weight:500;color:var(--muted)}.chip-row{display:flex;flex-wrap:wrap;gap:.5rem}.chip{padding:.375rem .75rem;font-size:.8125rem;border:1px solid var(--border);border-radius:9999px;background:var(--bg);cursor:pointer;font-family:inherit}.chip:hover{background:#f3f4f6}.phone-search-frame{max-width:340px;height:480px}.phone-search-sheet{display:flex;flex-direction:column;height:100%;background:#fff}#typing .typing-demo-grid{align-items:start}@media(max-width:767px){#typing .typing-demo-grid{display:flex;flex-direction:column;gap:1.5rem}#typing .typing-demo-phone{order:1;max-width:none;width:100%}#typing .typing-demo-side{order:2;border:none;background:transparent;padding:0;box-shadow:none}#typing .typing-demo-side .typing-hint{margin-top:0}}.phone-search-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid var(--border)}.phone-search-title{font-size:1rem;font-weight:600}.phone-search-close{font-size:1.5rem;line-height:1;color:var(--muted)}.phone-search-field-wrap{display:flex;align-items:center;gap:.5rem;margin:.75rem 1rem;padding:.625rem .75rem;border:1px solid var(--border);border-radius:var(--radius);background:#fafafa}.phone-search-icon{color:var(--muted);font-size:.875rem}.phone-search-field{flex:1;font-size:.9375rem;line-height:1.4;word-break:break-word}.phone-search-field.is-placeholder{color:var(--muted)}.phone-search-input{flex:1;min-width:0;margin:0;padding:0;border:none;background:transparent;font-family:inherit;font-size:1rem;line-height:1.4;color:var(--fg);-webkit-appearance:none;appearance:none}.phone-search-input::placeholder{color:var(--muted)}.phone-search-input:focus{outline:none}.phone-search-field-wrap:focus-within{outline:2px solid var(--primary);outline-offset:2px;border-color:var(--primary)}.phone-search-results{flex:1;min-height:0;overflow-y:auto;border-top:1px solid var(--border)}.phone-search-status-wrap{display:flex;align-items:center;justify-content:center;min-height:100%;padding:1.25rem 1rem;box-sizing:border-box}.phone-search-status{font-size:.875rem;color:var(--muted);margin:0;text-align:center}.phone-search-skeleton{display:flex;flex-direction:column}.phone-search-skeleton-row{padding:.875rem 1rem;border-bottom:1px solid var(--border);min-height:4.5rem;box-sizing:border-box}.phone-search-skeleton-line{display:block;height:.75rem;border-radius:4px;background:linear-gradient(90deg,#f3f4f6,#e5e7eb,#f3f4f6);background-size:200% 100%;animation:phone-search-shimmer 1.2s ease-in-out infinite}.phone-search-skeleton-line.title{width:72%;margin-bottom:.5rem}.phone-search-skeleton-line.sub{width:45%}@keyframes phone-search-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.phone-search-status-error{color:#b45309}.food-result-row{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:.875rem 1rem;border:none;border-bottom:1px solid var(--border);background:transparent;text-align:left;font-family:inherit;cursor:default}.food-result-row:hover{background:#f9fafb}.food-result-top{display:flex;align-items:center;gap:.375rem;width:100%;min-width:0}.food-result-name{flex:1;min-width:0;font-size:.9375rem;font-weight:600;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.badge-usda{flex-shrink:0;padding:.125rem .375rem;font-size:.625rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;border-radius:4px;background:#f3f4f6;color:var(--muted)}.food-result-brand{display:block;margin-top:.125rem;font-size:.8125rem;font-weight:500;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.food-result-kcal{margin-top:.25rem;font-size:.8125rem;font-weight:600;font-variant-numeric:tabular-nums}.food-result-qty{font-weight:400;color:var(--muted)}.pill-list{display:flex;flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none}.pill-list li{display:flex;gap:1rem;align-items:flex-start}.pill-list strong{display:block;font-size:1rem;margin-bottom:.25rem}.pricing-card{text-align:center;padding:2.5rem 2rem;border-radius:var(--radius);border:1px solid var(--border);background:linear-gradient(180deg,#fafafa,#fff)}.pricing-card h3{font-size:1.5rem;margin:0 0 .5rem}.site-header{position:sticky;top:0;z-index:50;background:#ffffffe6;backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.site-header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.875rem 0}.site-nav{display:none;gap:1.5rem;font-size:.875rem}.site-nav a{text-decoration:none;color:var(--muted)}.site-nav a:hover{color:var(--fg)}.header-ctas{display:flex;gap:.5rem;align-items:center}.header-ctas .btn{padding:.5rem 1rem;font-size:.8125rem}@media(min-width:768px){.site-nav{display:flex}}.site-footer{border-top:1px solid var(--border);padding:3rem 0;font-size:.875rem;color:var(--muted)}.footer-grid{display:grid;gap:2rem}@media(min-width:640px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer-grid a{color:var(--muted);text-decoration:none}.footer-grid a:hover{color:var(--fg)}.hero{padding:3rem 0 4rem}.hero-grid{display:grid;gap:2.5rem;align-items:center}@media(min-width:900px){.hero-grid{grid-template-columns:1fr 1fr}.hero{padding:4rem 0 5rem}}.hero h1{font-size:clamp(2.25rem,5vw,3.25rem);font-weight:800;letter-spacing:-.03em;line-height:1.1;margin:0 0 1rem}.hero-tagline{font-size:1.25rem;color:var(--muted);margin:0 0 1.5rem}.hero-ctas{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.hero-note{font-size:.8125rem;color:var(--muted)}.blog-list{list-style:none;padding:0;margin:0}.blog-list li{border-bottom:1px solid var(--border);padding:1.25rem 0}.blog-list a{text-decoration:none;font-weight:600}.blog-list a:hover{text-decoration:underline}.blog-meta{font-size:.875rem;color:var(--muted);margin-top:.25rem}.prose h1{font-size:2rem;margin-top:0}.prose h2{font-size:1.35rem;margin-top:2rem}.prose p{margin:1rem 0}.prose a{color:var(--fg)}
