:root{color-scheme:light;font-family:Arial,sans-serif;background:#f6f8f7;color:#17211d;--color-bg:#f6f8f7;--color-surface:#ffffff;--color-surface-muted:#f7fbf9;--color-border:#d9e4de;--color-border-strong:#bfd3c8;--color-text:#17211d;--color-text-muted:#5b6b63;--color-primary:#1f6b4a;--color-primary-strong:#184f37;--color-primary-soft:#e8f6ef;--color-danger:#b42318;--radius-sm:10px;--radius-md:14px;--radius-lg:18px;--radius-xl:24px;--shadow-sm:0 8px 20px rgba(20,40,30,.06);--shadow-md:0 12px 32px rgba(20,40,30,.08);--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px}*{box-sizing:border-box}body{margin:0;background:var(--color-bg);color:var(--color-text)}main{max-width:1080px;margin:0 auto;padding:48px 24px}.card,.ui-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:24px;box-shadow:var(--shadow-sm)}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(220px,100%),1fr));gap:16px}.badge{display:inline-block;padding:7px 11px;border-radius:999px;background:var(--color-primary-soft)}h1{font-size:clamp(36px,7vw,68px);line-height:1;margin:18px 0}h2,h3,h4{letter-spacing:-.02em}p{line-height:1.7}.ui-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:var(--radius-md);font:inherit;font-weight:700;text-decoration:none;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,border-color .18s ease,color .18s ease}.ui-button:hover{transform:translateY(-1px);box-shadow:var(--shadow-sm)}.ui-button:active{transform:scale(.98)}.ui-button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.ui-button:focus-visible{outline:2px solid var(--color-primary);outline-offset:3px}.ui-button-full{width:100%}.ui-button-sm{min-height:40px;padding:10px 14px;font-size:14px}.ui-button-md{min-height:48px;padding:12px 18px}.ui-button-lg{min-height:54px;padding:14px 22px;font-size:17px}.ui-button-primary{border:0;background:var(--color-primary);color:#fff}.ui-button-primary:hover{background:var(--color-primary-strong)}.ui-button-secondary{border:1px solid var(--color-border);background:#fff;color:var(--color-text)}.ui-button-secondary:hover{border-color:var(--color-primary);color:var(--color-primary)}.ui-button-ghost{border:1px solid transparent;background:transparent;color:var(--color-primary)}.ui-input-wrap{display:flex;flex-direction:column;gap:8px}.ui-input-label{font-size:14px;font-weight:700}.ui-input{width:100%;min-height:48px;padding:12px 14px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff;color:var(--color-text);font:inherit}.ui-input::placeholder{color:#7b8b83}.ui-input:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px;border-color:var(--color-primary)}.ui-input-error{border-color:#efb2ac;background:#fff8f7}.ui-input-hint{margin:0;font-size:13px;color:var(--color-text-muted)}.ui-input-feedback{margin:0;font-size:13px;color:var(--color-danger)}.ui-section-head{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.ui-section-kicker{margin:0;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--color-primary)}.ui-section-lead{margin:0;color:var(--color-text-muted)}.ui-list-reset{list-style:none;padding:0;margin:0}:focus-visible{outline:2px solid #1f6b4a;outline-offset:2px}a:focus:not(:focus-visible),button:focus:not(:focus-visible),input:focus:not(:focus-visible),select:focus:not(:focus-visible),textarea:focus:not(:focus-visible){outline:none}.back-link{display:inline-block;margin-bottom:12px;color:#2f6b4f;text-decoration:none}.record-form{margin-top:24px}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(180px,100%),1fr));gap:16px}.form-grid label{display:flex;flex-direction:column;gap:8px;font-size:14px;font-weight:600}.form-grid input,.form-grid select{font:inherit;font-weight:400;padding:10px 12px;border:1px solid #cfd8d3;border-radius:10px;background:#fff}.primary-btn{margin-top:0;padding:12px 20px;border:0;border-radius:12px;background:#1f6b4a;color:#fff;font:inherit;font-weight:700;cursor:pointer}.primary-btn:disabled,.secondary-btn:disabled{opacity:.6;cursor:not-allowed}.secondary-btn{padding:12px 20px;border:1px solid #cfd8d3;border-radius:12px;background:#fff;color:#17211d;font:inherit;font-weight:700;cursor:pointer}.form-actions{margin-top:20px;gap:12px}.bmi-preview,.form-actions{display:flex;flex-wrap:wrap}.bmi-preview{margin-top:16px;padding:12px 14px;border-radius:12px;background:#e8f6ef;align-items:center;gap:8px 14px}.bmi-preview-label{font-size:13px;font-weight:700;color:#2f6b4f}.bmi-preview strong{font-size:16px}.msg-success{color:#146c43}.msg-error,.msg-success{margin-top:16px;font-weight:600}.msg-error{color:#b42318}.records-list{margin-top:40px}.records-list h2{margin:0 0 16px;font-size:24px}.records-stack{display:flex;flex-direction:column;gap:12px}.record-item{padding:18px 20px}.record-head{display:flex;justify-content:space-between;gap:12px;margin-bottom:12px;flex-wrap:wrap}.record-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;margin:0}.record-meta div{display:flex;flex-direction:column;gap:4px}.record-meta dt{font-size:12px;color:#5b6b63;margin:0}.record-meta dd{margin:0;font-weight:600}.record-actions{margin-top:14px;display:flex;flex-wrap:wrap;gap:8px}.delete-btn,.edit-btn{padding:8px 14px;border-radius:10px;font:inherit;font-size:14px;font-weight:600;cursor:pointer}.edit-btn{border:1px solid #cfd8d3;background:#fff;color:#1f6b4a}.delete-btn{border:1px solid #f0c2bc;background:#fff5f4;color:#b42318}.empty{color:#5b6b63}.home-actions{margin-top:20px;display:flex;gap:12px;flex-wrap:wrap;align-items:center}.home-actions a{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:12px;background:#1f6b4a;color:#fff;text-decoration:none;font-weight:700;min-height:48px;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,border-color .18s ease}.home-actions a:hover{box-shadow:0 8px 22px rgba(31,107,74,.22)}.home-actions a:active{transform:scale(.98)}.home-actions-secondary{background:#fff!important;color:#1f6b4a!important;border:1px solid #cfd8d3}.home-actions-secondary:hover{border-color:#1f6b4a!important;box-shadow:0 6px 18px rgba(31,107,74,.1)!important}.home-landing{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;padding-top:36px;padding-bottom:64px;background:radial-gradient(120% 80% at 12% -10%,rgba(232,246,239,.95) 0,rgba(246,248,247,0) 55%),radial-gradient(90% 60% at 100% 0,rgba(214,232,222,.55) 0,rgba(246,248,247,0) 50%),#f6f8f7}.home-hero{max-width:720px;margin:0 0 36px;display:flex;flex-direction:column;align-items:flex-start}.home-brand{margin:0;font-size:15px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#1f6b4a;opacity:0;animation:home-fade-up .55s ease .05s both}.home-hero-title{margin:14px 0 0;font-size:clamp(34px,8.2vw,56px);font-weight:800;line-height:1.12;letter-spacing:-.03em;color:#12201a;max-width:18ch;opacity:0;animation:home-fade-up .6s ease .12s both}.home-hero-lead{margin:18px 0 0;max-width:36ch;font-size:clamp(16px,2.4vw,19px);font-weight:500;line-height:1.55;letter-spacing:-.01em;color:#4a5c54;opacity:0;animation:home-fade-up .6s ease .2s both}.home-actions-hero{margin-top:28px;gap:10px;opacity:0;animation:home-fade-up .55s ease .3s both}.home-cta-primary{padding:14px 22px!important;min-height:52px!important;font-size:17px;letter-spacing:-.01em;box-shadow:0 10px 28px rgba(31,107,74,.18)}.home-cta-primary:hover{background:#1a5c3f!important;transform:translateY(-1px)}.home-actions-hero .home-actions-secondary{min-height:52px;font-weight:600;color:#3d5349!important;border-color:transparent!important;background:transparent!important;box-shadow:none!important;text-decoration:underline;text-underline-offset:4px;text-decoration-color:rgba(61,83,73,.35)}.home-actions-hero .home-actions-secondary:hover{color:#1f6b4a!important;background:transparent!important;text-decoration-color:#1f6b4a;transform:none;box-shadow:none!important}.home-return{width:100%;margin:24px 0 0;opacity:0;animation:home-fade-up .5s ease .25s both}.home-demo{margin:8px 0 32px;border-color:#d7e6de;background:linear-gradient(180deg,#fff,#f7fbf9);opacity:0;animation:home-fade-up .55s ease .38s both}.demo-ai-card{padding:4px 2px 0}.home-feature-grid{margin-top:8px;opacity:0;animation:home-fade-up .55s ease .48s both}.home-feature-grid .card-link{transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.home-feature-grid .card-link:hover{transform:translateY(-2px)}.home-feature-grid h2{margin:0 0 8px;font-size:18px;letter-spacing:-.02em}.home-feature-grid p{margin:0;font-size:14px;line-height:1.6;color:#5b6b63}@keyframes home-fade-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width:720px){.demo-preview-grid-ai-first{grid-template-columns:1fr}}@media (max-width:640px){.home-landing{padding-top:24px;padding-bottom:48px}.home-hero{margin-bottom:28px}.home-hero-title{font-size:clamp(30px,9vw,40px);max-width:14ch;line-height:1.15}.home-hero-lead{margin-top:14px;font-size:16px;max-width:30ch;line-height:1.6}.home-actions-hero{margin-top:22px;width:100%;flex-direction:column;align-items:stretch}.home-actions-hero .home-actions-secondary,.home-actions-hero .home-cta-primary{width:100%;text-align:center}.home-actions-hero .home-actions-secondary{min-height:44px;padding-top:8px!important;padding-bottom:8px!important}.home-demo{margin:4px 0 24px;padding:18px 16px}.demo-score-card{padding:14px}.demo-score-card .demo-score-value{font-size:40px}}@media (prefers-reduced-motion:reduce){.home-actions-hero,.home-brand,.home-demo,.home-feature-grid,.home-hero-lead,.home-hero-title,.home-return{animation:none!important;opacity:1!important;transform:none!important}.home-actions a,.home-cta-primary,.home-feature-grid .card-link{transition:none!important}}.ai-consult-page{max-width:720px}.ai-consult-flow{display:flex;flex-direction:column;gap:16px}.ai-consult-flow-head h1{margin-bottom:12px}.ai-consult-flow-context,.ai-consult-flow-lead{margin:0;color:var(--color-text-muted)}.ai-consult-progress-card,.ai-consult-question-card,.ai-consult-result-card,.ai-consult-result-hero{padding:20px}.ai-consult-progress-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.ai-consult-progress-label,.ai-consult-question-step,.ai-consult-result-kicker{margin:0;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--color-primary)}.ai-consult-question-title,.ai-consult-result-title{margin:10px 0 8px;font-size:26px;line-height:1.25}.ai-consult-question-description,.ai-consult-result-summary{margin:0;color:var(--color-text-muted)}.ai-consult-option-grid{display:grid;gap:12px;margin-top:20px}.ai-consult-option{display:flex;flex-direction:column;align-items:flex-start;gap:6px;width:100%;padding:16px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff;color:var(--color-text);text-align:left;font:inherit;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.ai-consult-option:hover{transform:translateY(-1px);border-color:var(--color-primary);box-shadow:var(--shadow-sm)}.ai-consult-option.is-selected{border-color:var(--color-primary);background:var(--color-primary-soft)}.ai-consult-option:disabled{opacity:.7;cursor:not-allowed;transform:none}.ai-consult-option-label{font-weight:700}.ai-consult-option-description{font-size:14px;color:var(--color-text-muted)}.ai-consult-flow-actions{justify-content:space-between}.ai-consult-result-stack{display:flex;flex-direction:column;gap:16px}.ai-consult-result-score-row{display:flex;align-items:flex-end;gap:8px;margin:10px 0 12px}.ai-consult-result-score{font-size:52px;line-height:1}.ai-consult-result-score-unit{font-size:18px;color:var(--color-text-muted)}.ai-consult-bullet-list,.ai-consult-recommendation-list{display:flex;flex-direction:column;gap:12px}.ai-consult-bullet-list li,.ai-consult-recommendation-list li{padding:14px 16px;border-radius:12px;background:var(--color-surface-muted);border:1px solid var(--color-border)}.ai-consult-recommendation-list p{margin:6px 0 0;color:var(--color-text-muted)}.ai-consult-prompt-preview{overflow:auto;margin:0;padding:14px;border-radius:12px;background:#12201a;color:#f6f8f7;font:13px/1.6 Consolas,monospace;white-space:pre-wrap}.ai-consult-link-stack,.ai-consult-product-list{display:grid;gap:12px}.ai-consult-product-card{display:grid;grid-template-columns:112px minmax(0,1fr);gap:16px;padding:16px;border:1px solid var(--color-border);border-radius:16px;background:var(--color-surface-muted)}.ai-consult-product-card-primary{background:#fff}.ai-consult-product-media{aspect-ratio:1/1;border-radius:14px;background:#edf3ef;overflow:hidden;display:flex;align-items:center;justify-content:center}.ai-consult-product-media img{width:100%;height:100%;object-fit:cover}.ai-consult-product-placeholder{font-size:14px;font-weight:700;color:var(--color-primary)}.ai-consult-product-body{display:grid;gap:10px;min-width:0}.ai-consult-product-body strong{line-height:1.35}.ai-consult-product-badges{display:flex;flex-wrap:wrap;gap:8px}.ai-consult-inline-note,.ai-consult-product-meta{margin:0;color:var(--color-text-muted)}.ai-consult-product-price{margin:0;font-size:18px;font-weight:800}@media (max-width:640px){.ai-consult-page{padding:24px 16px 48px}.ai-consult-question-title,.ai-consult-result-title{font-size:22px}.ai-consult-flow-actions{flex-direction:column}.ai-consult-flow-actions .ui-button{width:100%}.ai-consult-product-card{grid-template-columns:1fr}.ai-consult-product-media{max-width:132px}}.card-link{display:block;text-decoration:none;color:inherit;transition:border-color .15s ease,box-shadow .15s ease}.card-link:hover{border-color:#1f6b4a;box-shadow:0 10px 28px rgba(31,107,74,.12)}.records-top-nav{margin:12px 0 8px}.records-top-nav a{color:#2f6b4f;font-weight:700;text-decoration:none}.records-top-nav a:hover{text-decoration:underline}.timeline-page h1{margin-bottom:8px}.timeline-nav{margin:12px 0 24px}.timeline-nav a{color:#2f6b4f;font-weight:700;text-decoration:none}.timeline-nav a:hover{text-decoration:underline}.timeline-empty{margin-top:12px}.timeline-empty p{margin-top:0}.primary-link{display:inline-block;margin-top:8px;padding:12px 18px;border-radius:12px;background:#1f6b4a;color:#fff;text-decoration:none;font-weight:700}.timeline-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin:24px 0}.timeline-summary-card{padding:18px 20px}.timeline-summary-label{margin:0;font-size:13px;color:#5b6b63;font-weight:600}.timeline-summary-value{margin:8px 0 10px;font-size:22px;font-weight:700}.timeline-summary-trend{margin:0;font-size:13px;font-weight:600}.timeline-trend-up{color:#1f6b4a}.timeline-trend-down{color:#3d6ea8}.timeline-trend-same{color:#5b6b63}.timeline-trend-none{color:#8a9790}.timeline-chart-card{margin-bottom:16px}.timeline-metric-head{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:12px}.timeline-metric-head h2{margin:0 0 6px;font-size:20px}.timeline-current{margin:0;font-weight:700}.timeline-change{margin:0;color:#5b6b63;font-size:14px;max-width:320px;text-align:right}.timeline-bp-detail{display:flex;flex-direction:column;gap:4px;margin:-4px 0 12px;font-size:13px;color:#5b6b63}.timeline-chart-wrap{width:100%;overflow:hidden}.timeline-chart-svg{display:block;width:100%;height:auto;max-height:280px}.timeline-grid{stroke:#e8eeea;stroke-width:1}.timeline-axis{stroke:#cfd8d3;stroke-width:1}.timeline-axis-text{fill:#5b6b63;font-size:11px}.timeline-legend{display:flex;flex-wrap:wrap;gap:12px 18px;margin-top:8px;font-size:13px;color:#5b6b63}.timeline-legend-item{display:inline-flex;align-items:center;gap:6px}.timeline-legend-dot{width:10px;height:10px;border-radius:50%;display:inline-block}.timeline-chart-empty{margin:12px 0;color:#5b6b63}.timeline-list-card{margin-top:8px}.timeline-list-card h2{margin:0 0 14px;font-size:20px}.timeline-list{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:10px}.timeline-list li{display:flex;flex-wrap:wrap;gap:8px 14px;line-height:1.5}.timeline-list time{font-weight:700;color:#1f6b4a;min-width:100px}@media (max-width:640px){.timeline-change{text-align:left;max-width:none}.timeline-chart-svg{max-height:220px}.timeline-summary-value{font-size:18px}}.weekly-report-page h1{margin-bottom:8px}.weekly-report-nav{margin:12px 0 20px;display:flex;flex-wrap:wrap;gap:8px 14px}.weekly-report-nav a{color:#2f6b4f;font-weight:700;text-decoration:none}.weekly-report-nav a:hover{text-decoration:underline}.weekly-empty-card{margin-bottom:16px}.weekly-empty-card p{margin-top:0}.habit-weekly-page{overflow-x:hidden;max-width:100%}.habit-weekly-lead{margin:0 0 4px;max-width:36rem;color:#5b6b63}.habit-weekly-report{display:flex;flex-direction:column;gap:14px;width:100%;max-width:100%}.habit-weekly-days,.habit-weekly-empty,.habit-weekly-focus,.habit-weekly-hero,.habit-weekly-insight,.habit-weekly-rate{padding:20px;width:100%;max-width:100%;box-sizing:border-box}.habit-weekly-hero{background:linear-gradient(165deg,#f7fbf9,#e8f3ec);border-color:#cfe3d8}.habit-weekly-summary-line{margin:10px 0 0;font-size:clamp(20px,5vw,28px);line-height:1.35;font-weight:800;color:#17211d;word-break:keep-all}.habit-weekly-period-meta{margin:10px 0 0;font-size:13px;color:#5b6b63}.habit-weekly-rate-value{margin:10px 0 0;font-size:clamp(40px,9vw,56px);font-weight:800;line-height:1;color:#1f6b4a}.habit-weekly-rate-value span{margin-left:4px;font-size:18px;font-weight:700;color:#5b6b63}.habit-weekly-best-day,.habit-weekly-focus-note,.habit-weekly-rate-meta,.habit-weekly-streak{margin:10px 0 0;font-size:14px;color:#5b6b63}.habit-weekly-days-count{margin:10px 0 0;font-size:clamp(32px,7vw,44px);font-weight:800;line-height:1;color:#17211d}.habit-weekly-days-count span{margin-left:4px;font-size:16px;font-weight:700;color:#5b6b63}.habit-weekly-day-list{margin:12px 0 0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:8px}.habit-weekly-day-list li{padding:6px 10px;border-radius:10px;background:#eef6f1;font-size:13px;font-weight:600;color:#2f6b4f}.habit-weekly-insight{border-color:#cfe8da;background:#f4fbf7}.habit-weekly-focus{border-color:#c9d8ef;background:#f5f8fc}.habit-weekly-focus-body,.habit-weekly-insight-body{margin:10px 0 0;font-size:17px;font-weight:600;line-height:1.65;color:#17211d;word-break:keep-all}.habit-weekly-empty{background:#f7fbf9;border-color:#cfe3d8}.habit-weekly-empty-title{margin:0;font-size:18px;font-weight:800;color:#17211d}.habit-weekly-empty-body{margin:12px 0 0;font-size:16px;font-weight:600;line-height:1.7;color:#17211d;white-space:pre-line}.habit-weekly-empty-hint{margin:12px 0 0;font-size:14px;color:#5b6b63;line-height:1.6}.habit-weekly-cta{display:inline-flex;align-items:center;justify-content:center;margin-top:4px;width:100%;max-width:100%;text-decoration:none;text-align:center;box-sizing:border-box}.habit-weekly-ai-trail{padding:20px;border-color:#d7e0ea;background:linear-gradient(165deg,#f8fafc,#eef3f8)}.habit-weekly-ai-trail-chain{margin:10px 0 0;font-size:clamp(18px,4.5vw,24px);font-weight:800;line-height:1.4;color:#17211d;word-break:keep-all}.habit-weekly-coach-summary{padding:20px;border-color:#c9d8ef;background:linear-gradient(165deg,#f7f9fc,#eef4f8 55%,#eaf6f0)}.habit-weekly-coach-this{margin:10px 0 0;font-size:clamp(17px,4vw,22px);font-weight:800;line-height:1.45;color:#17211d;text-wrap:pretty}.habit-weekly-coach-next{margin:10px 0 0;font-size:15px;font-weight:700;line-height:1.5;color:#1f6b4a;text-wrap:pretty}.habit-weekly-coach-memory{margin:12px 0 0;padding-top:12px;border-top:1px solid #d7e0ea;font-size:13px;font-weight:600;line-height:1.5;color:#5b6b63;text-wrap:pretty}@media (max-width:640px){.habit-weekly-page{padding-left:16px;padding-right:16px}.habit-weekly-day-list{gap:6px}}.weekly-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin:18px 0}.weekly-score-hero{padding:22px;background:linear-gradient(165deg,#f7fbf9,#e8f3ec);border-color:#cfe3d8}.weekly-kicker{margin:0;font-size:13px;font-weight:700;color:#5b6b63}.weekly-score-value{margin:10px 0 0;font-size:clamp(44px,10vw,58px);font-weight:800;line-height:1;color:#1f6b4a}.weekly-score-value span{margin-left:6px;font-size:18px;font-weight:700;color:#5b6b63}.weekly-score-grade{margin:10px 0 0;font-size:15px;font-weight:700;color:#17211d}.weekly-score-change{margin:12px 0 0;font-size:14px;font-weight:600;line-height:1.6}.weekly-ai-card{padding:22px;background:linear-gradient(165deg,#f7f9fc,#eef2f8);border-color:#d7e0ea}.weekly-ai-comment{margin:12px 0 0;font-size:16px;font-weight:600;line-height:1.7;color:#17211d}.weekly-overview-card{margin-bottom:16px}.weekly-detail-card h2,.weekly-overview-card h2{margin:0 0 12px;font-size:20px}.weekly-overview-list{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:8px;line-height:1.6}.weekly-meta{margin:14px 0 0;font-size:13px;color:#5b6b63}.weekly-metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:16px}.weekly-metric-card{padding:18px}.weekly-metric-head{display:flex;justify-content:space-between;gap:10px;align-items:center}.weekly-chip{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;background:#eef2f0;font-size:12px;font-weight:700}.weekly-direction-up{color:#1f6b4a}.weekly-direction-down{color:#3d6ea8}.weekly-direction-same{color:#5b6b63}.weekly-direction-insufficient{color:#8a9790}.weekly-metric-value{margin:10px 0 0;font-size:28px;font-weight:800;line-height:1.2;color:#17211d}.weekly-metric-copy{margin:10px 0 0;font-size:14px;line-height:1.65;color:#5b6b63}.weekly-detail-copy{margin:0 0 14px;line-height:1.7;color:#17211d}.weekly-category-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.weekly-category{padding:14px;border:1px solid #e3e8e5;border-radius:14px;background:#fff}.weekly-category-head{display:flex;justify-content:space-between;gap:8px;align-items:flex-start;margin-bottom:8px}.weekly-category-head span{font-size:13px;font-weight:700;color:#17211d}.weekly-category-head strong{font-size:13px;font-weight:700;color:#2f6b4f}.weekly-category p{margin:0;font-size:12px;line-height:1.6;color:#5b6b63}.weekly-cat-attention{background:#fffbf2;border-color:#f0dfb8}.weekly-cat-missing{background:#f8faf9}.ai-consult-page h1{margin-bottom:8px}.ai-consult-nav{margin:12px 0 20px;display:flex;flex-wrap:wrap;gap:8px;align-items:center}.ai-consult-nav a{color:#2f6b4f;font-weight:700;text-decoration:none}.ai-consult-nav a:hover{text-decoration:underline}.ai-consult-form-card{margin:16px 0 20px;padding:20px 18px}.ai-consult-form{display:flex;flex-direction:column;gap:16px}.ai-consult-input-block{display:flex;flex-direction:column;gap:8px}.dash-top{margin-bottom:4px}.dash-page h1{margin-bottom:8px}.ai-consult-label{display:block;margin:0;font-size:14px;font-weight:700}.ai-consult-input{width:100%;font:inherit;padding:14px;min-height:96px;border:1px solid #cfd8d3;border-radius:12px;background:#fff;resize:vertical;line-height:1.6}.ai-consult-actions{margin-top:4px}.ai-suggest-list{margin-top:0;padding-top:14px;border-top:1px solid #e8eeea}.ai-suggest-title{margin:0 0 10px;font-size:13px;font-weight:700;color:#5b6b63}.ai-suggest-buttons{display:flex;flex-wrap:wrap;gap:8px}.ai-suggest-btn{padding:10px 12px;min-height:40px;border:1px solid #cfd8d3;border-radius:10px;background:#fff;color:#1f6b4a;font:inherit;font-size:13px;font-weight:600;cursor:pointer;text-align:left}.ai-suggest-btn:hover:not(:disabled){border-color:#1f6b4a;background:#e8f6ef}.ai-suggest-btn:disabled{opacity:.6;cursor:not-allowed}.ai-consult-loading{margin-top:16px;color:#2f6b4f;font-weight:600}.ai-chat-list{display:flex;flex-direction:column;gap:12px;margin-top:4px}.ai-chat-role{margin:0 0 8px;font-size:13px;font-weight:700;color:#5b6b63}.ai-chat-content{margin:0;white-space:pre-wrap;line-height:1.7}.ai-chat-user{border-color:#d7e8df;background:#f7fbf9}.ai-chat-assistant{border-color:#e3e8e5}.ai-advice-grid{display:flex;flex-direction:column;gap:14px}.ai-advice-card{padding:20px 22px}.ai-advice-title{margin:0 0 12px;font-size:16px;font-weight:700;color:#17211d}.ai-advice-body{margin:0;line-height:1.7;white-space:pre-wrap}.ai-advice-list{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:10px;line-height:1.65;color:#17211d}.ai-advice-list li{padding-left:2px}.ai-advice-good{border-color:#cfe8da;background:#f4fbf7}.ai-advice-caution{border-color:#f0dfb8;background:#fffbf2}.ai-advice-actions{border-color:#c9d8ef;background:#f5f8fc}.ai-advice-encourage{border-color:#d7e8df;background:#f7fbf9}.ai-advice-actions-list{list-style:decimal}.ai-advice-quote{font-size:16px;font-weight:600;color:#1f6b4a}.ai-advice-disclaimer{margin:2px 2px 0;font-size:12px;color:#5b6b63;line-height:1.6}.health-score-card{border-color:#cfe3d8;background:linear-gradient(165deg,#f7fbf9,#eef6f1)}.health-score-trend-row{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:14px 20px;margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid #dce8e1}.health-score-trend-left{display:flex;flex-direction:column;gap:6px;min-width:0}.health-score-trend-badge{margin:0;font-size:13px;font-weight:700;color:#2f6b4f}.health-score-trend-up{color:#1f6b4a}.health-score-trend-down{color:#5b6b63}.health-score-trend-same{color:#5b6b63;font-weight:600}.health-score-highest{margin:0;font-size:12px;color:#5b6b63}.health-score-highest strong{color:#17211d}.health-score-goal{min-width:160px;flex:0 1 220px}.health-score-goal-head{display:flex;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:8px}.health-score-goal-label{font-size:12px;font-weight:700;color:#5b6b63}.health-score-goal-value{font-size:16px;font-weight:800;color:#1f6b4a}.health-score-progress{height:8px;border-radius:999px;background:#dce8e1;overflow:hidden}.health-score-progress-fill{height:100%;border-radius:999px;background:#1f6b4a;transition:width .35s ease}.health-score-progress-text{margin:6px 0 0;font-size:12px;color:#5b6b63;font-weight:600}.health-score-estimate-hint{margin:8px 0 0;font-size:12px;color:#5b6b63;line-height:1.5}.health-score-top{display:flex;flex-wrap:wrap;gap:20px 28px;align-items:flex-start;margin-bottom:18px}.health-score-main{min-width:120px}.health-score-label{margin:0 0 4px;font-size:13px;font-weight:700;color:#5b6b63}.health-score-value{margin:0;font-size:clamp(40px,8vw,56px);font-weight:800;line-height:1;color:#1f6b4a;letter-spacing:-.02em}.health-score-max{font-size:18px;font-weight:600;color:#8a9790;margin-left:4px}.health-score-grade{margin:10px 0 0;font-size:14px;font-weight:700;color:#2f6b4f}.health-score-meta{flex:1 1;min-width:200px}.health-score-completeness{margin:0 0 8px;font-size:13px;color:#5b6b63}.health-score-completeness strong{color:#17211d}.health-score-summary{margin:0;font-size:15px;line-height:1.65;color:#17211d;font-weight:600}.health-score-categories{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.health-score-category{padding:12px 14px;border-radius:12px;background:rgba(255,255,255,.72);border:1px solid #e3e8e5}.health-score-cat-head{display:flex;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:8px}.health-score-cat-label{font-size:13px;font-weight:700;color:#17211d}.health-score-cat-score{font-size:13px;font-weight:700;color:#2f6b4f;white-space:nowrap}.health-score-cat-missing .health-score-cat-score{color:#8a9790;font-weight:600}.health-score-cat-attention .health-score-cat-score{color:#8a6d2b}.health-score-bar{height:6px;border-radius:999px;background:#e3e8e5;overflow:hidden}.health-score-bar-fill{height:100%;border-radius:999px;background:#3d8f6a;transition:width .35s ease}.health-score-cat-attention .health-score-bar-fill{background:#c4a24a}.health-score-cat-missing .health-score-bar-fill{background:#cfd8d3}.health-score-cat-desc{margin:8px 0 0;font-size:12px;line-height:1.55;color:#5b6b63}.health-score-disclaimer{margin:14px 0 0;font-size:12px;color:#5b6b63;line-height:1.6}.trend-analysis-card{border-color:#e4e0d8;background:linear-gradient(165deg,#fbfaf7,#f5f3ee)}.trend-analysis-list{list-style:none;margin:12px 0 0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.trend-analysis-item{padding:12px 14px;border-radius:12px;background:rgba(255,255,255,.78);border:1px solid #ebe7df}.trend-analysis-head{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px}.trend-analysis-label{font-size:13px;font-weight:700;color:#17211d}.trend-analysis-icon{font-size:14px;font-weight:700;line-height:1}.trend-icon-up{color:#c53030}.trend-icon-down{color:#1f6b4a}.trend-icon-same{color:#8a8f8c}.trend-analysis-summary{margin:0;font-size:13px;line-height:1.55;color:#17211d;font-weight:600}.trend-analysis-reason{margin:6px 0 0;font-size:12px;line-height:1.5;color:#5b6b63}.dash-v3{gap:14px}.dash-v3-details{gap:12px;margin-top:4px}.dash-section-title{margin:0 0 10px;font-size:15px;font-weight:700;color:#17211d}.dash-hero-card{padding:28px 22px 24px;border-color:#cfe3d8;background:linear-gradient(165deg,#f7fbf9,#e8f3ec);text-align:center;box-shadow:0 10px 32px rgba(31,107,74,.1)}.dash-hero-label{margin:0;font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#5b6b63}.dash-hero-score{margin:12px 0 0;font-size:clamp(56px,16vw,72px);font-weight:800;line-height:.95;color:#1f6b4a;letter-spacing:-.04em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dash-hero-score-unit{margin-left:6px;font-size:20px;font-weight:700;color:#5b6b63;letter-spacing:0}.dash-hero-status{margin:10px 0 0;font-size:16px;font-weight:700;color:#2f6b4f}.dash-hero-stars{margin:10px 0 0;font-size:18px;letter-spacing:3px;color:#1f6b4a;line-height:1;opacity:.9}.dash-hero-stars-empty{color:#c5d4cb}.dash-hero-delta{margin:10px 0 0;font-size:13px;font-weight:700}.dash-hero-delta-up{color:#1f6b4a}.dash-hero-delta-down{color:#c53030}.dash-hero-delta-same{color:#5b6b63}.dash-hero-greeting{margin:14px 0 0;font-size:16px;font-weight:600;line-height:1.5;color:#17211d;text-wrap:pretty}.dash-hero-hint{margin-top:8px;font-size:14px;font-weight:600;color:#5b6b63}.dash-hero-action{margin:14px auto 0;max-width:28rem;padding:12px 14px;border-radius:14px;background:rgba(255,255,255,.78);border:1px solid #d7e8de;font-size:14px;font-weight:700;line-height:1.45;color:#17211d;text-wrap:pretty}.dash-hero-action-label{display:block;margin-bottom:4px;font-size:12px;font-weight:700;letter-spacing:.02em;color:#2f6b4f}.dash-focus-card{padding:18px;border-color:#cfe3d8;background:linear-gradient(165deg,#fbfefc,#eef7f2)}.dash-focus-kicker{margin:0 0 8px;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#5b6b63}.dash-focus-line{margin:0;font-size:17px;font-weight:700;line-height:1.5;color:#17211d;text-wrap:pretty}.dash-recent-consult-card{padding:18px;border-color:#d7e0ea;background:linear-gradient(165deg,#f8fafc,#eef3f8)}.dash-recent-consult-time{margin:0;font-size:13px;font-weight:700;color:#5b6b63}.dash-recent-consult-summary{margin:8px 0 0;font-size:16px;font-weight:700;line-height:1.5;color:#17211d;text-wrap:pretty}.dash-recent-consult-link{display:inline-flex;margin-top:12px;font-size:13px;font-weight:700;color:#1f6b4a;text-decoration:none}.dash-recent-consult-link:hover{text-decoration:underline}.dash-growing-coach-card{padding:20px 18px;border-color:#c9d8ef;background:linear-gradient(165deg,#f7f9fc,#eef4f8 55%,#eaf6f0);opacity:0;transform:translateY(6px);transition:opacity .45s ease,transform .45s ease}.dash-growing-coach-card.is-visible{opacity:1;transform:translateY(0)}.dash-growing-coach-eyebrow{margin:0 0 8px;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#5b6b63}.dash-growing-coach-headline{margin:0;font-size:clamp(20px,4.5vw,26px);font-weight:800;line-height:1.35;color:#17211d;text-wrap:pretty}.dash-growing-coach-change{margin:10px 0 0;font-size:15px;font-weight:700;line-height:1.5;color:#17211d;text-wrap:pretty}.dash-growing-coach-encourage{margin:8px 0 0;font-size:14px;font-weight:600;line-height:1.5;color:#5b6b63;text-wrap:pretty}.dash-growing-coach-next{margin:8px 0 0;font-size:15px;font-weight:700;line-height:1.5;color:#1f6b4a;text-wrap:pretty}.dash-growing-coach-memory{margin:12px 0 0;padding-top:12px;border-top:1px solid #d7e0ea;font-size:13px;font-weight:600;line-height:1.5;color:#5b6b63;text-wrap:pretty}.dash-growing-coach-meta{margin:12px 0 0;font-size:12px;font-weight:700;color:#5b6b63}@media (prefers-reduced-motion:reduce){.dash-growing-coach-card{opacity:1;transform:none;transition:none}}.dash-trend-section{margin:0}.dash-trend-title{margin-bottom:8px}.dash-trend-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.dash-trend-card{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;min-height:44px;box-shadow:none}.dash-trend-label{font-size:13px;font-weight:700;color:#17211d}.dash-trend-icon{font-size:16px;font-weight:800;line-height:1}.dash-trend-icon-up{color:#c53030}.dash-trend-icon-down{color:#1f6b4a}.dash-trend-icon-same{color:#8a8f8c}.dash-mission-card{padding:18px}.dash-mission-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.dash-mission-item{margin:0}.dash-mission-label{display:flex;align-items:center;gap:12px;cursor:pointer;font-size:15px;line-height:1.4;color:#17211d;min-height:56px;padding:12px;border-radius:14px;border:1px solid #e3e8e5;background:#fff;transition:background .18s ease,border-color .18s ease,transform .12s ease;-webkit-tap-highlight-color:transparent}.dash-mission-label:hover{border-color:#cfe3d8;background:#f7fbf9}.dash-mission-label:active{background:#eef6f1;transform:scale(.99)}.dash-mission-label-done{background:#f3f7f4;border-color:#d7e8de}.dash-mission-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;flex:0 0 auto;border-radius:12px;background:#e8f6ef;color:#1f6b4a}.dash-mission-icon-svg{width:18px;height:18px;display:block}.dash-mission-check{margin:0;width:22px;height:22px;flex:0 0 auto;accent-color:#1f6b4a;cursor:pointer}.dash-mission-text{font-weight:600;flex:1 1;min-width:0}.dash-mission-done{color:#5b6b63;text-decoration:line-through;font-weight:500}.dash-weekly-card{padding:18px;border-color:#d7e0ea;background:linear-gradient(165deg,#f7f9fc,#eef2f8)}.dash-weekly-list{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:8px;font-size:14px;font-weight:600;line-height:1.5;color:#17211d}.dash-streak-card{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:20px;border-color:#f0d4b8;background:linear-gradient(165deg,#fffaf5,#f8efe4)}.dash-streak-main{display:flex;align-items:center;gap:12px;min-width:0;width:100%}.dash-streak-icon{font-size:36px;line-height:1;flex:0 0 auto}.dash-streak-value{margin:0;font-size:clamp(26px,7vw,32px);font-weight:800;line-height:1.15;color:#17211d;letter-spacing:-.02em}.dash-streak-hint{margin:0;display:flex;flex-direction:column;gap:2px;font-size:14px;font-weight:600;line-height:1.4;color:#5b6b63;padding-left:48px}.dash-streak-hint-line{display:block}.dash-streak-hint-strong{display:block;font-size:18px;font-weight:800;color:#17211d;letter-spacing:-.02em}.dash-progress-card{padding:18px}.dash-progress-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:6px}.dash-progress-title{margin:0}.dash-progress-percent{margin:0;font-size:clamp(30px,8vw,36px);font-weight:800;line-height:1;color:#1f6b4a;letter-spacing:-.03em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dash-progress-caption{margin:0 0 12px;font-size:13px;font-weight:600;color:#5b6b63}.dash-progress-bar{height:16px;border-radius:999px;background:#e4ebe7;overflow:hidden}.dash-progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#2f8f64,#1f6b4a);transition:width .7s cubic-bezier(.22,.61,.36,1)}.dash-progress-meta-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px}.dash-progress-meta,.dash-progress-remaining{margin:0;font-size:13px;font-weight:600;color:#5b6b63}.dash-progress-remaining{color:#2f6b4f;font-weight:700}.dash-encourage-card{padding:16px 18px;border-color:#cfe3d8;background:linear-gradient(165deg,#f7fbf9,#eef6f1)}.dash-encourage-message{margin:0;font-size:15px;font-weight:600;line-height:1.55;color:#17211d;text-wrap:pretty}.dash-coach-card{padding:20px 18px;border-color:#c9d8ef;background:linear-gradient(165deg,#f7f9fc,#eef4f8 55%,#eaf6f0)}.dash-coach-head{display:flex;align-items:center;gap:12px;margin-bottom:12px}.dash-coach-avatar{flex:0 0 auto;width:44px;height:44px}.dash-coach-avatar-svg{width:44px;height:44px;display:block}.dash-coach-head-text{min-width:0}.dash-coach-eyebrow{margin:0 0 4px;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#5b6b63}.dash-coach-title{margin:0}.dash-coach-meta{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 12px}.dash-coach-chip{display:inline-flex;align-items:center;min-height:28px;padding:4px 10px;border-radius:999px;background:rgba(31,107,74,.1);color:#1f6b4a;font-size:12px;font-weight:700}.dash-coach-summary{margin:0;font-size:15px;font-weight:600;line-height:1.55;color:#17211d;text-wrap:pretty}.dash-coach-bubble{margin-top:12px;position:relative;padding:14px 16px;border-radius:16px 16px 16px 6px;background:rgba(255,255,255,.86);border:1px solid #d7e0ea;box-shadow:0 6px 18px rgba(31,107,74,.06)}.dash-coach-insights{list-style:none;margin:12px 0 0;padding:0;display:flex;flex-direction:column;gap:8px}.dash-coach-insights li{display:flex;flex-direction:column;gap:2px;padding:10px 12px;border-radius:12px;background:rgba(255,255,255,.72);border:1px solid #e3e8e5}.dash-coach-insight-label{font-size:12px;font-weight:700;color:#5b6b63}.dash-coach-insight-text{font-size:13px;font-weight:600;line-height:1.45;color:#17211d}.dash-coach-message{margin:0;font-size:15px;font-weight:700;line-height:1.55;color:#1f6b4a;text-wrap:pretty}.dash-coach-empty{display:flex;flex-direction:column;gap:10px}.dash-coach-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 14px;border-radius:12px;background:#1f6b4a;color:#fff;font-size:14px;font-weight:700;text-decoration:none;width:fit-content}.dash-coach-link:hover{opacity:.92}.dash-coach-actions{margin-top:14px;padding-top:12px;border-top:1px solid #d7e0ea}.dash-coach-actions-title{margin:0 0 8px;font-size:13px;font-weight:700;color:#5b6b63}.dash-coach-actions-list{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:8px;font-size:14px;font-weight:600;line-height:1.5;color:#17211d}.dash-coach-disclaimer{margin:12px 0 0;font-size:11px;line-height:1.5;color:#5b6b63}.health-score-status{margin:8px 0 0;font-size:15px;font-weight:700;color:#2f6b4f}.health-score-status-hint{margin:4px 0 0;font-size:13px;font-weight:600;line-height:1.45;color:#5b6b63}@media (max-width:640px){.health-score-top{gap:14px}.health-score-value{font-size:44px}.health-score-categories{grid-template-columns:1fr}.health-score-trend-row{flex-direction:column}.health-score-goal{flex:1 1 auto;width:100%}.trend-analysis-list{grid-template-columns:1fr}}@media (max-width:430px){main{padding:20px 14px}.ai-advice-grid,.dash-v3{gap:12px}.weekly-category-list,.weekly-metrics-grid,.weekly-summary-grid{grid-template-columns:1fr}.weekly-ai-card,.weekly-detail-card,.weekly-metric-card,.weekly-overview-card,.weekly-score-hero{padding:16px 14px}.weekly-metric-value{font-size:24px}.weekly-ai-comment{font-size:15px}.dash-hero-card{padding:24px 16px 20px}.dash-hero-score{font-size:clamp(52px,15vw,64px)}.dash-hero-action,.dash-hero-greeting{font-size:15px}.dash-focus-line{font-size:16px}.dash-streak-card{padding:18px 16px;gap:8px}.dash-streak-icon{font-size:34px}.dash-streak-value{font-size:28px}.dash-streak-hint{padding-left:46px;font-size:13px}.dash-streak-hint-strong{font-size:17px}.dash-progress-percent{font-size:32px}.dash-progress-bar{height:15px}.dash-encourage-message{font-size:14px}.dash-coach-card{padding:16px 14px}.dash-coach-message,.dash-coach-summary{font-size:14px}.dash-coach-insight-text{font-size:12px}.dash-trend-grid{gap:6px}.dash-trend-card{padding:9px 11px;min-height:40px;border-radius:12px}.dash-trend-label{font-size:13px}.dash-mission-label{min-height:52px;padding:11px 10px;gap:10px;font-size:15px}.dash-mission-check{width:22px;height:22px}.ai-advice-card,.dash-coach-card,.dash-encourage-card,.dash-focus-card,.dash-mission-card,.dash-progress-card,.dash-weekly-card{padding:16px 14px}.ai-consult-form-card{padding:16px 14px;margin:12px 0 16px}.ai-consult-input{min-height:88px;padding:12px}.health-score-categories{gap:8px}.health-score-category{padding:10px 12px}.ai-suggest-buttons{flex-direction:column}.ai-suggest-btn{width:100%}.ai-consult-page h1{font-size:clamp(28px,9vw,40px)}}@media (max-width:390px){main{padding:18px 12px}.dash-hero-card{padding:22px 14px 18px}.dash-hero-score{font-size:clamp(48px,14vw,58px)}.dash-hero-stars{font-size:20px;letter-spacing:2px}.dash-hero-greeting{font-size:14px;margin-top:12px}.dash-streak-value{font-size:26px}.dash-streak-hint{padding-left:44px}.dash-progress-percent{font-size:30px}.dash-trend-card{padding:8px 10px;min-height:38px}.dash-mission-label{min-height:46px;font-size:14px}}@media (max-width:360px){main{padding:16px 10px}.dash-v3{gap:10px}.dash-hero-card{padding:20px 12px 16px}.dash-hero-label{font-size:12px}.dash-hero-score{font-size:46px}.dash-hero-score-unit{font-size:16px}.dash-hero-delta,.dash-hero-greeting{font-size:13px}.dash-streak-card{padding:16px 12px}.dash-streak-icon{font-size:30px}.dash-streak-value{font-size:24px}.dash-streak-hint{padding-left:42px;font-size:12px}.dash-streak-hint-strong{font-size:15px}.dash-progress-percent{font-size:28px}.dash-progress-bar{height:14px}.dash-progress-caption,.dash-progress-meta{font-size:12px}.dash-trend-grid{gap:6px}.dash-trend-label{font-size:12px}.dash-trend-icon{font-size:14px}.dash-mission-label{min-height:44px;padding:10px 4px;gap:10px;font-size:14px}.dash-mission-check{width:22px;height:22px}.ai-consult-form-card{padding:14px 12px}.ai-consult-input{min-height:80px;font-size:15px}.ai-suggest-btn{padding:10px;font-size:12px}}.app-header{display:flex;align-items:center;justify-content:space-between;gap:12px;max-width:1080px;margin:0 auto;padding:14px 24px 0}.app-header-brand{font-weight:800;font-size:18px;color:#1f6b4a;text-decoration:none}.app-header-beta{margin-right:auto;display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:2px 8px;border-radius:999px;border:1px solid #cfe3d8;background:#f7fbf9;color:#1f6b4a;font-size:11px;font-weight:800;letter-spacing:.04em}.app-header-nav{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.app-header-muted,.app-header-user{font-size:13px;color:#5b6b63;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-header-btn,.app-header-link{font:inherit;color:#1f6b4a;background:none;border:0;cursor:pointer;padding:8px 10px}.app-header-btn,.app-header-cta,.app-header-link{font-size:14px;font-weight:700;text-decoration:none;min-height:44px}.app-header-cta{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;border-radius:12px;background:#1f6b4a;color:#fff}.demo-badge,.guest-badge{background:#fff4e5;color:#9a5b00}.cloud-sync-badge,.demo-badge,.guest-badge{display:inline-flex;align-items:center;min-height:28px;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700;margin-left:8px}.cloud-sync-badge{background:#e8f6ef;color:#1f6b4a}.restore-welcome-card{margin:14px 0 18px;padding:16px 18px;border:1px solid #cfe8db;border-radius:14px;background:linear-gradient(180deg,#f4fbf7,#eef8f3);animation:home-fade-up .4s ease both}.restore-welcome-title{margin:0;font-size:16px;font-weight:700;color:#17211d}.restore-welcome-message{margin:6px 0 0;color:#3d4f46;font-size:14px}.restore-welcome-dismiss{margin-top:12px;min-height:40px}.demo-inline-note{margin:0 0 12px;color:#5b6b63;font-size:14px}.guest-soft-cta{display:flex;flex-wrap:wrap;gap:10px;margin:12px 0 18px}.guest-soft-cta .primary-btn,.guest-soft-cta .secondary-btn{margin-top:0;min-height:44px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;text-align:center;box-sizing:border-box}.demo-preview{margin:24px 0}.demo-preview-head{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:12px}.demo-preview-note{margin:0;font-size:13px;color:#5b6b63}.demo-preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:16px}.demo-preview-grid h2{margin:0 0 8px;font-size:18px}.demo-preview-grid-ai-first{grid-template-columns:1.15fr .85fr}.demo-preview-grid-ai-first .demo-ai-card{order:1}.demo-preview-grid-ai-first .demo-score-card{order:2}.demo-card-kicker{margin:0 0 6px;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#5b6b63}.demo-ai-card h2{margin:0 0 10px;font-size:20px;letter-spacing:-.02em}.demo-ai-message{margin:0;font-size:15px;line-height:1.65;color:#17211d}.demo-score-card{padding:16px 18px;border-radius:14px;background:#f3f8f5;border:1px solid #dce8e1}.demo-score-card h2{margin:0 0 8px;font-size:16px}.demo-score-card .demo-score-value{font-size:44px;letter-spacing:-.03em}.demo-score-card p:last-child{margin:0;font-size:13px;line-height:1.55;color:#5b6b63}.demo-score-value{margin:0 0 8px;font-size:40px;font-weight:800;color:#1f6b4a;line-height:1}.demo-score-value span{margin-left:4px;font-size:16px;color:#5b6b63}.demo-coach-actions{margin:8px 0 0;padding-left:18px}.auth-page{padding-top:24px;padding-bottom:40px}.fh-signup-page{max-width:640px}.auth-guidance{margin-top:18px;max-width:480px;display:grid;gap:10px;border-color:#d7e5dd;background:linear-gradient(180deg,#fbfdfc,#f4f8f5)}.auth-guidance-title{margin:0;font-size:16px;font-weight:800;color:#17211d}.auth-guidance-list{margin:0;padding-left:18px;display:grid;gap:8px;color:#506157;font-size:14px;line-height:1.6}.auth-card{margin-top:20px;gap:16px;max-width:480px}.auth-card,.auth-field{display:flex;flex-direction:column}.auth-field{gap:8px;font-size:14px;font-weight:600}.auth-field input{font:inherit;font-weight:400;min-height:48px;padding:12px 14px;border:1px solid #cfd8d3;border-radius:12px;background:#fff;width:100%}.password-field{display:flex;gap:8px;align-items:stretch}.password-field input{flex:1 1;min-width:0}.password-toggle{min-height:48px;min-width:72px;padding:0 12px;border:1px solid #cfd8d3;border-radius:12px;background:#fff;color:#1f6b4a;font:inherit;font-weight:700;cursor:pointer}.auth-actions{display:grid;gap:10px;margin-top:4px}.auth-secondary-link{text-decoration:none}.auth-switch{margin-top:18px;color:#5b6b63}.auth-switch a{color:#1f6b4a;font-weight:700}.auth-consent{gap:12px;padding:16px;border:1px solid #dbe6df;border-radius:16px;background:linear-gradient(180deg,#fbfcfb,#f4f8f5)}.auth-consent,.auth-consent-copy{display:flex;flex-direction:column}.auth-consent-copy{gap:6px}.auth-consent-kicker{margin:0;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#1f6b4a}.auth-consent-description{margin:0;font-size:13px;line-height:1.6;color:#506157}.auth-consent-list{display:flex;flex-direction:column;gap:10px}.auth-check{display:flex;gap:12px;align-items:flex-start;padding:12px 14px;border-radius:14px;background:#fff;border:1px solid #dce7df}.auth-check input{margin-top:3px;width:18px;height:18px;accent-color:#1f6b4a}.auth-check span{display:flex;flex-direction:column;gap:4px}.auth-check strong{font-size:14px;color:#17211d}.auth-check strong a{color:inherit;text-decoration:underline;text-underline-offset:2px}.auth-check small{font-size:12px;line-height:1.5;color:#5b6b63}.social-login{margin-top:24px;max-width:480px;padding:20px;border:1px solid #d7e5dd;border-radius:20px;background:radial-gradient(120% 100% at 50% 0,#f2fbf6 0,#ffffff 58%)}.social-login-title{margin:0 0 14px;font-size:16px;line-height:1.5;font-weight:800;color:#17211d}.social-login-list{display:flex;flex-direction:column;gap:8px}.social-login-btn{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:52px;padding:12px 16px;border:1px solid #d5e2da;border-radius:16px;background:#fff;color:#17211d;font:inherit;font-weight:700;text-decoration:none}.social-login-btn[aria-disabled=true],.social-login-btn[disabled]{cursor:not-allowed;opacity:.82}.quick-auth-kakao{background:#fee500;border-color:#f2db00;color:#1f1f1f}.quick-auth-naver{background:#03c75a;border-color:#02b451;color:#fff}.quick-auth-google{background:#fff;border-color:#cfd8d3;color:#17211d}.social-login-badge{font-size:12px;font-weight:700;color:#5b6b63;background:rgba(255,255,255,.78);padding:4px 8px;border-radius:999px}.social-login-alt-label{margin:16px 0 6px;font-size:14px;font-weight:800;color:#17211d}.social-login-note{margin:12px 0 0;font-size:12px;line-height:1.5;color:#5b6b63}.social-login-hint{margin:10px 0 0;font-size:13px;color:#5b6b63}.login-gate-overlay{position:fixed;inset:0;z-index:1000;background:rgba(23,33,29,.45);display:flex;align-items:flex-end;justify-content:center;padding:16px;animation:home-fade-up .28s ease both}.login-gate-modal{width:min(440px,100%);margin-bottom:max(12px,env(safe-area-inset-bottom));animation:home-fade-up .34s ease .04s both}.login-gate-kicker{margin:0;font-size:13px;font-weight:700;color:#5b6b63}.login-gate-modal h2{margin:8px 0 10px;font-size:22px}.login-gate-message{margin:0;color:#17211d}.login-gate-actions{display:flex;flex-direction:column;gap:10px;margin-top:18px}.login-gate-actions .secondary-btn,.login-gate-primary{min-height:48px;width:100%;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;text-align:center}.login-gate-footnote{margin:14px 0 0;font-size:13px;color:#5b6b63}.login-gate-footnote a{color:#1f6b4a;font-weight:700}.product-slot{margin-top:16px}.product-slot-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.product-slot-kicker{margin:0;font-size:12px;font-weight:700;color:#5b6b63}.product-slot-title{margin:6px 0 0;font-size:18px}.product-slot-close{min-height:44px;padding:8px 12px;border:1px solid #cfd8d3;border-radius:10px;background:#fff;font:inherit;font-weight:700;cursor:pointer;color:#5b6b63}.product-slot-note{margin:12px 0;font-size:13px;color:#5b6b63;line-height:1.6}.product-slot-lifestyle h4,.product-slot-products h4{margin:0 0 8px;font-size:15px}.product-slot-lifestyle ul{margin:0;padding-left:18px}.product-slot-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.product-slot-item{padding:14px;border:1px solid #e3e8e5;border-radius:12px;background:#f9fbfa}.product-slot-item-title{margin:0 0 6px;font-weight:700}.product-slot-disclosure,.product-slot-item-lifestyle,.product-slot-item-reason{margin:0 0 6px;font-size:13px;color:#5b6b63;line-height:1.5}.product-slot-disclosure{font-weight:700;color:#9a5b00}.product-slot-item-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-top:8px}.product-slot-item-actions .secondary-btn{min-height:44px}.product-slot-link{color:#1f6b4a;font-weight:700}.product-slot-coming{font-size:13px;color:#8a9790}.product-slot-collapsed{margin-top:12px}.primary-btn,.secondary-btn{min-height:48px}@media (min-width:641px){.login-gate-overlay{align-items:center}}@media (max-width:430px){.app-header{padding:12px 16px 0}.auth-card,.social-login{max-width:none}.login-gate-modal{padding:18px 16px}.demo-preview-grid,.demo-preview-grid-ai-first{grid-template-columns:1fr}}@media (max-width:390px){.app-header-user{max-width:100px}.app-header-cta{padding:8px 12px}}@media (max-width:360px){.app-header{padding:10px 10px 0;gap:8px}.app-header-brand{font-size:16px}.password-toggle{min-width:64px;padding:0 8px;font-size:13px}}body:has(.wow-page) .app-header{display:none}.wow-page{max-width:440px;margin:0 auto;min-height:100dvh;padding:20px 20px 40px;display:flex;flex-direction:column;background:radial-gradient(120% 80% at 50% -10%,#e8f6ef 0,transparent 55%),linear-gradient(180deg,#f6f8f7,#eef3f0)}.wow-chrome{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:8px;min-height:44px;margin-bottom:12px}.wow-back{width:44px;height:44px;border:0;border-radius:12px;background:transparent;color:#1f6b4a;font:inherit;font-size:22px;font-weight:700;cursor:pointer;line-height:1}.wow-back:hover{background:rgba(31,107,74,.08)}.wow-back-spacer,.wow-progress-spacer{display:block;width:44px;height:44px}.wow-progress{list-style:none;margin:0;padding:0;display:flex;justify-content:center;align-items:center;gap:6px}.wow-progress-dot{width:7px;height:7px;border-radius:999px;background:#cfd8d3;transition:width .25s ease,background .25s ease}.wow-progress-dot.is-done{background:#9ccbb4}.wow-progress-dot.is-current{width:18px;background:#1f6b4a}.wow-stage{flex:1 1;display:flex;flex-direction:column;animation:wow-enter .38s ease both}@keyframes wow-enter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.wow-screen{flex:1 1;display:flex;flex-direction:column;justify-content:center;gap:8px;padding:8px 0 24px}.wow-kicker{margin:0;font-size:13px;font-weight:700;letter-spacing:.04em;color:#2f6b4f}.wow-brand{margin:0;font-size:clamp(40px,11vw,56px);line-height:1;font-weight:800;letter-spacing:-.03em;color:#1f6b4a}.wow-title{margin:8px 0 0;font-size:clamp(28px,7.5vw,36px);line-height:1.2;font-weight:800;letter-spacing:-.02em;white-space:pre-line}.wow-title-support{margin-top:18px;font-size:clamp(22px,5.8vw,28px);font-weight:700;color:#17211d}.wow-body{margin:12px 0 0;font-size:17px;line-height:1.65;color:#5b6b63;white-space:pre-line}.wow-primary-btn,.wow-secondary-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:56px;margin-top:28px;padding:16px 20px;border-radius:16px;font:inherit;font-size:17px;font-weight:700;cursor:pointer;text-decoration:none;text-align:center;transition:transform .15s ease,background .15s ease,opacity .15s ease}.wow-primary-btn{border:0;background:#1f6b4a;color:#fff}.wow-primary-btn:hover{background:#1a5c3f}.wow-primary-btn:active{transform:scale(.98)}.wow-secondary-btn{margin-top:12px;border:1px solid #cfd8d3;background:#fff;color:#1f6b4a}.wow-secondary-btn:active{transform:scale(.98)}.wow-choice-list{gap:10px;margin-top:28px}.wow-choice,.wow-choice-list{display:flex;flex-direction:column}.wow-choice{align-items:flex-start;gap:4px;width:100%;min-height:64px;padding:16px 18px;text-align:left;border:1.5px solid #d7e0db;border-radius:16px;background:#fff;color:#17211d;font:inherit;cursor:pointer;transition:border-color .15s ease,background .15s ease,transform .12s ease}.wow-choice:hover{border-color:#1f6b4a;background:#f7fbf9}.wow-choice:active{transform:scale(.985)}.wow-choice.is-selected{border-color:#1f6b4a;background:#e8f6ef;box-shadow:inset 0 0 0 1px #1f6b4a}.wow-choice-label{font-size:17px;font-weight:700}.wow-choice-hint{font-size:13px;color:#5b6b63;font-weight:500}.wow-loading-text{margin:auto;text-align:center;color:#2f6b4f;font-weight:600}.wow-pulse{width:64px;height:64px;margin:0 auto 24px;border-radius:50%;background:radial-gradient(circle at 40% 35%,#cfe8da,#1f6b4a);animation:wow-pulse 1.4s ease-in-out infinite}@keyframes wow-pulse{0%,to{transform:scale(1);opacity:.85}50%{transform:scale(1.02);opacity:1}}.wow-analyzing-line{margin:0;text-align:center;font-size:18px;font-weight:600;color:#17211d;min-height:1.6em;animation:wow-enter .35s ease both}.wow-score-block{text-align:center;margin:12px 0 8px}.wow-score-value{margin:0;font-size:clamp(56px,16vw,72px);font-weight:800;line-height:1;color:#1f6b4a;letter-spacing:-.03em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.wow-score-unit{font-size:20px;font-weight:700;color:#5b6b63;margin-left:4px}.wow-score-grade{margin:10px 0 0;font-size:15px;font-weight:700;color:#2f6b4f}.wow-score-hint{margin:6px 0 0;font-size:14px;font-weight:600;line-height:1.45;color:#5b6b63}.wow-coach-bubble{margin-top:16px;padding:4px}.wow-coach-bubble-lg{margin-top:18px}.wow-hope{margin:0;padding:16px 18px;border-radius:16px 16px 16px 6px;background:#e8f6ef;border:1px solid #cfe8da;font-size:16px;font-weight:600;line-height:1.55;color:#1f6b4a}.wow-today-action{margin:14px 0 0;padding:14px 16px;border-radius:14px;background:#fff;border:1px solid #e3e8e5;font-size:15px;font-weight:700;line-height:1.45;color:#17211d}.wow-today-action-label{display:block;margin-bottom:4px;font-size:12px;font-weight:700;color:#2f6b4f}.wow-history-compare{margin:0 0 18px;padding:16px;border-radius:16px;background:#f7f9fc;border:1px solid #d7e0ea}.wow-history-block{margin:0}.wow-history-block-current .wow-history-summary{color:#1f6b4a}.wow-history-kicker{margin:0;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#5b6b63}.wow-history-summary{margin:6px 0 0;font-size:15px;font-weight:700;line-height:1.5;color:#17211d}.wow-history-arrow{margin:10px 0;text-align:center;font-size:18px;font-weight:700;color:#5b6b63;line-height:1}.wow-change-summary{margin:20px 0 0;padding:16px;border-radius:16px;background:#f7f9fc;border:1px solid #d7e0ea;opacity:0;animation:wow-change-fade .5s ease forwards}.wow-change-summary-kicker{margin:0 0 12px;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#5b6b63}.wow-change-summary-block{margin:0}.wow-change-summary-current .wow-change-summary-body{color:#1f6b4a}.wow-change-summary-body{margin:6px 0 0;font-size:15px;font-weight:700;line-height:1.5;color:#17211d}.wow-change-summary-next{margin:8px 0 0;font-size:14px;font-weight:700;line-height:1.5;color:#1f6b4a}@keyframes wow-change-fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.wow-change-summary{opacity:1;animation:none}}.wow-mission-card{margin-top:20px;padding:22px 20px;border-radius:18px;background:#fff;border:1px solid #e3e8e5;box-shadow:0 8px 30px rgba(20,40,30,.06)}.wow-mission-card-top{display:flex;align-items:center;gap:10px}.wow-mission-glyph{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:10px;background:#e8f6ef;color:#1f6b4a}.wow-mission-glyph-svg{width:18px;height:18px;display:block}.wow-mission-label{margin:0;font-size:13px;font-weight:700;color:#5b6b63}.wow-mission-title{margin:12px 0 0;font-size:22px;font-weight:800;line-height:1.35}.wow-mission-why{margin:10px 0 0;font-size:15px;color:#5b6b63;line-height:1.55}.wow-quote{margin:0;padding:16px 18px;border-radius:16px 16px 16px 6px;background:#e8f6ef;border:1px solid #cfe8da;font-size:18px;font-weight:600;line-height:1.6;color:#1f6b4a}@media (max-width:390px){.wow-page{padding:16px 16px 32px}.wow-title{font-size:26px}.wow-brand{font-size:44px}.wow-primary-btn,.wow-secondary-btn{min-height:52px;font-size:16px}}@media (prefers-reduced-motion:reduce){.wow-analyzing-line,.wow-progress-dot,.wow-pulse,.wow-stage{animation:none!important;transition:none!important}.dash-mission-label,.dash-progress-fill{transition:none!important}}.wow-return-card{margin:20px 0 8px;border-color:#cfe8da;background:linear-gradient(165deg,#f7fbf9,#e8f6ef)}.wow-return-kicker{margin:0;font-size:13px;font-weight:700;color:#2f6b4f}.wow-return-body{margin:8px 0 0;font-size:18px;font-weight:700;line-height:1.45;color:#17211d}.wow-return-card .home-actions{margin-top:16px}.health-journey-page{overflow-x:hidden;max-width:100%}.health-journey-header{margin-bottom:4px}.health-journey-page h1{margin:8px 0 0;font-size:clamp(28px,7vw,36px);line-height:1.2;font-weight:800;letter-spacing:-.02em}.health-journey-lead{margin:8px 0 0;max-width:28rem;font-size:16px;font-weight:600;color:#5b6b63}.health-journey-nav{margin:14px 0 22px;display:flex;flex-wrap:wrap;gap:8px 14px}.health-journey-nav a{color:#2f6b4f;font-weight:700;text-decoration:none}.health-journey-nav a:hover{text-decoration:underline}.health-journey-timeline{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0;width:100%;max-width:520px}.health-journey-item{display:flex;flex-direction:column;align-items:stretch;animation:health-journey-enter .45s ease both}.health-journey-card{padding:16px 18px;transition:transform .18s ease,box-shadow .18s ease;will-change:transform}.health-journey-card:hover{transform:scale(1.02);box-shadow:0 10px 28px rgba(20,40,30,.08)}.health-journey-card:active{transform:scale(1.01)}.health-journey-item.is-today .health-journey-card{background:linear-gradient(165deg,#f7fbf9,#e8f6ef);border-color:#cfe8da}.health-journey-date{display:block;margin:0 0 10px;font-size:13px;font-weight:700;color:#2f6b4f;letter-spacing:.02em}.health-journey-card-body{display:flex;align-items:flex-start;gap:12px}.health-journey-icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:#e8f6ef;font-size:20px;line-height:1}.health-journey-copy{min-width:0;flex:1 1}.health-journey-title{margin:0;font-size:17px;font-weight:800;line-height:1.35;color:#17211d;word-break:keep-all}.health-journey-item.is-today .health-journey-title{font-size:16px;line-height:1.45}.health-journey-desc{margin:6px 0 0;font-size:14px;font-weight:600;line-height:1.45;color:#5b6b63;word-break:keep-all}.health-journey-connector{display:flex;justify-content:center;align-items:center;margin:2px 0;padding:2px 0;color:#9bb0a4;font-size:16px;font-weight:700;line-height:1;-webkit-user-select:none;user-select:none}.health-journey-empty{padding:22px 20px;max-width:520px;background:#f7fbf9;border-color:#cfe3d8}.health-journey-empty-title{margin:0;font-size:18px;font-weight:800;color:#17211d;word-break:keep-all}.health-journey-empty-body{margin:12px 0 0;font-size:15px;font-weight:600;line-height:1.7;color:#17211d;white-space:pre-line;word-break:keep-all}.health-journey-cta{display:inline-flex;align-items:center;justify-content:center;margin-top:18px;width:100%;max-width:100%;text-decoration:none;text-align:center;box-sizing:border-box}@keyframes health-journey-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.health-journey-page{padding-left:16px;padding-right:16px}.health-journey-card{padding:14px 16px}.health-journey-title{font-size:16px}.health-journey-item.is-today .health-journey-title{font-size:15px}}@media (max-width:390px){.health-journey-icon{width:36px;height:36px;font-size:18px}.health-journey-card-body{gap:10px}}@media (prefers-reduced-motion:reduce){.health-journey-item{animation:none!important}.health-journey-card{transition:none!important}.health-journey-card:active,.health-journey-card:hover{transform:none}}.ai-insight-feed{display:flex;flex-direction:column;gap:12px;width:100%}.ai-insight-feed-head{padding:0 2px}.ai-insight-feed-title{margin:0;font-size:15px;font-weight:800;letter-spacing:.02em;color:#1f6b4a}.ai-insight-feed-lead{margin:4px 0 0;font-size:13px;font-weight:600;color:#5b6b63}.ai-insight-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.ai-insight-item{animation:ai-insight-enter .42s ease both}.ai-insight-card{padding:16px 18px;transition:transform .18s ease,box-shadow .18s ease}.ai-insight-card:hover{transform:scale(1.02);box-shadow:0 10px 28px rgba(20,40,30,.08)}.ai-insight-card:active{transform:scale(1.01)}.ai-insight-card-top{display:flex;align-items:flex-start;gap:10px}.ai-insight-icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:11px;background:#e8f6ef;font-size:18px;line-height:1}.ai-insight-card-title{margin:2px 0 0;font-size:16px;font-weight:800;line-height:1.35;color:#17211d;word-break:keep-all}.ai-insight-card-desc{margin:10px 0 0;font-size:14px;font-weight:600;line-height:1.55;color:#5b6b63;word-break:keep-all}.ai-insight-card-suggestion{margin:12px 0 0;padding:12px 14px;border-radius:12px;background:#f7fbf9;border:1px solid #cfe8da;font-size:14px;font-weight:700;line-height:1.5;color:#17211d;word-break:keep-all}.ai-insight-suggestion-label{display:block;margin-bottom:4px;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#2f6b4f}.ai-insight-empty{padding:18px 16px;background:#f7fbf9;border-color:#cfe3d8}.ai-insight-empty-title{margin:0;font-size:15px;font-weight:800;color:#17211d;word-break:keep-all}.ai-insight-empty-body{margin:10px 0 0;font-size:14px;font-weight:600;line-height:1.7;color:#5b6b63;white-space:pre-line;word-break:keep-all}@keyframes ai-insight-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.ai-insight-card{padding:14px}.ai-insight-card-title{font-size:15px}}@media (prefers-reduced-motion:reduce){.ai-insight-item{animation:none!important}.ai-insight-card{transition:none!important}.ai-insight-card:active,.ai-insight-card:hover{transform:none}}.ui-loading{display:flex;align-items:center;gap:12px;margin:12px 0;min-height:44px}.ui-loading-compact{margin-top:16px;min-height:auto}.ui-loading-dot{width:10px;height:10px;border-radius:50%;flex:0 0 auto;background:#1f6b4a;animation:ui-loading-pulse 1.1s ease-in-out infinite}.ui-loading-text{margin:0;color:#2f6b4f;font-weight:600}.ui-skeleton{display:flex;flex-direction:column;gap:12px;padding:20px}.ui-skeleton-line{height:12px;border-radius:8px;background:linear-gradient(90deg,#eef3f0,#e3ebe6 50%,#eef3f0);background-size:200% 100%;animation:ui-skeleton-shimmer 1.4s ease-in-out infinite}.ui-skeleton-line-lg{height:18px;width:62%}.ui-skeleton-line:nth-child(2){width:88%}.ui-skeleton-line:nth-child(3){width:74%}.ui-empty{margin-top:12px;background:#f7fbf9;border-color:#cfe3d8}.ui-empty-title{margin:0;font-size:18px;font-weight:800}.ui-empty-body,.ui-empty-title{color:#17211d;word-break:keep-all}.ui-empty-body{margin:12px 0 0;font-size:15px;font-weight:600;line-height:1.7;white-space:pre-line}.ui-empty-hint{margin:12px 0 0;font-size:14px;color:#5b6b63;line-height:1.6}.ui-empty-action{margin-top:16px}.ui-error{margin-top:12px;border-color:#f0c2bc;background:#fff8f7}.ui-error-title{margin:0;font-size:20px;font-weight:800;color:#17211d;word-break:keep-all}.ui-error-body{margin:12px 0 0;font-size:15px;line-height:1.7;color:#5b6b63}.ui-error .ui-button{margin-top:18px}.ui-error-action{margin-top:16px}.ui-recovery-page{max-width:480px;margin:0 auto;padding:48px 24px;min-height:60vh;display:flex;align-items:center}.ui-recovery-card{width:100%}.ui-toast-viewport{position:fixed;z-index:1200;inset:auto 12px 12px 12px;display:flex;flex-direction:column;gap:10px;align-items:stretch;pointer-events:none;max-width:420px;margin-left:auto;margin-right:auto}@media (min-width:641px){.ui-toast-viewport{inset:auto 24px 24px auto;margin:0;width:min(420px,100%)}}.ui-toast{pointer-events:auto;display:flex;gap:12px;align-items:flex-start;padding:14px 14px 14px 16px;border-radius:14px;border:1px solid #e3e8e5;background:#fff;box-shadow:0 12px 32px rgba(20,40,30,.14);animation:ui-toast-in .28s ease both}.ui-toast-success{border-color:#cfe8da;background:#f4fbf7}.ui-toast-error{border-color:#f0c2bc;background:#fff8f7}.ui-toast-warning{border-color:#f0dfb8;background:#fffbf2}.ui-toast-info{border-color:#c9d8ef;background:#f5f8fc}.ui-toast-body{min-width:0;flex:1 1}.ui-toast-kicker{margin:0;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#5b6b63}.ui-toast-success .ui-toast-kicker{color:#1f6b4a}.ui-toast-error .ui-toast-kicker{color:#b42318}.ui-toast-warning .ui-toast-kicker{color:#9a5b00}.ui-toast-info .ui-toast-kicker{color:#3d6ea8}.ui-toast-title{font-weight:800}.ui-toast-message,.ui-toast-title{margin:4px 0 0;font-size:14px;color:#17211d}.ui-toast-message{font-weight:600;line-height:1.5}.ui-toast-close{flex:0 0 auto;width:36px;height:36px;border:0;border-radius:10px;background:transparent;color:#5b6b63;font:inherit;font-size:22px;line-height:1;cursor:pointer}.ui-toast-close:hover{background:rgba(23,33,29,.06)}@keyframes ui-loading-pulse{0%,to{opacity:.45;transform:scale(.9)}50%{opacity:1;transform:scale(1)}}@keyframes ui-skeleton-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@keyframes ui-toast-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.ui-loading-dot,.ui-skeleton-line,.ui-toast{animation:none!important}}.closed-beta-banner{background:linear-gradient(90deg,#eef7f2,#f7fbf9 55%,#eef3f8);border-bottom:1px solid #cfe3d8}.closed-beta-banner-inner{max-width:1080px;margin:0 auto;padding:6px 16px;display:flex;align-items:center;gap:8px;flex-wrap:nowrap}.closed-beta-badge{display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:2px 8px;border-radius:999px;background:#1f6b4a;color:#fff;font-size:11px;font-weight:800;letter-spacing:.02em;flex:0 0 auto}.closed-beta-copy{margin:0;flex:1 1 auto;font-size:12px;font-weight:600;color:#17211d;line-height:1.35;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.closed-beta-link{font:inherit;font-size:12px;font-weight:800;color:#1f6b4a;background:none;border:0;cursor:pointer;text-decoration:underline;text-underline-offset:3px;min-height:36px;padding:4px 2px;flex:0 0 auto}body:has(.wow-page) .closed-beta-banner{display:none}body:has(.fh-home--platform-nav) .closed-beta-banner-inner{padding:4px 12px;gap:6px}body:has(.fh-home--platform-nav) .closed-beta-copy{font-size:11px}.comeback-banner{max-width:1080px;margin:12px auto 0;padding:16px 18px;border:1px solid #cfe3d8;background:#f7fbf9;border-radius:16px}.comeback-kicker{margin:0;font-size:13px;font-weight:800;letter-spacing:.02em;color:#1f6b4a}.comeback-body{margin:6px 0 0;font-size:15px;font-weight:600;line-height:1.5;color:#17211d}.comeback-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.comeback-banner-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.comeback-dismiss{flex:0 0 auto;width:36px;height:36px;border:0;border-radius:10px;background:transparent;color:#5b6b63;font:inherit;font-size:22px;line-height:1;cursor:pointer}.comeback-dismiss:hover{background:rgba(23,33,29,.06)}.comeback-day1{border-color:#cfe3d8}.comeback-day3{border-color:#d7e6dd}.comeback-day7{border-color:#d5dfef;background:#f7f9fc}.comeback-day14{border-color:#e4ddd2;background:#fbf9f5}body:has(.wow-page) .comeback-banner{display:none}.home-flow-guide{margin-top:8px;background:#f7fbf9;border-color:#cfe3d8}.home-flow-kicker{margin:0;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#1f6b4a}.home-flow-title{margin:8px 0 0;font-size:20px;font-weight:800;color:#17211d}.home-flow-steps{margin:14px 0 0;padding-left:18px;color:#2f463b;font-size:15px;font-weight:600;line-height:1.7}.home-flow-cta{display:inline-flex;margin-top:16px}.feedback-fab-root{position:fixed;z-index:1100;right:16px;bottom:16px;display:flex;flex-direction:column;align-items:flex-end;gap:10px}.feedback-fab-btn{min-height:48px;padding:12px 18px;border:0;border-radius:999px;background:#1f6b4a;color:#fff;font:inherit;font-size:14px;font-weight:800;cursor:pointer;box-shadow:0 10px 28px rgba(31,107,74,.28)}.feedback-fab-btn:hover{background:#18563b}.feedback-fab-panel{width:min(320px,calc(100vw - 32px));padding:16px;border-radius:16px;border:1px solid #d7e3dc;background:#fff;box-shadow:0 16px 40px rgba(20,40,30,.18)}.feedback-fab-title{margin:0;font-size:16px;font-weight:800;color:#17211d}.feedback-fab-lead{margin:6px 0 0;font-size:13px;color:#5b6b63;line-height:1.5}.feedback-fab-list{list-style:none;margin:14px 0 0;padding:0;display:grid;gap:8px}.feedback-fab-item{width:100%;text-align:left;padding:12px;border-radius:12px;border:1px solid #e3e8e5;background:#f7fbf9;cursor:pointer;font:inherit}.feedback-fab-item:hover{border-color:#cfe3d8;background:#eef7f2}.feedback-fab-item-label{display:block;font-size:14px;font-weight:800;color:#17211d}.feedback-fab-item-desc{display:block;margin-top:4px;font-size:12px;color:#5b6b63;line-height:1.45}body:has(.wow-page) .feedback-fab-root{display:none}.success-moment-overlay{position:fixed;inset:0;z-index:1300;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(18,28,24,.42);animation:success-moment-fade .22s ease both}.success-moment-modal{width:min(420px,100%);padding:24px 22px;border-radius:18px;background:#fff;border:1px solid #d7e3dc;box-shadow:0 20px 48px rgba(20,40,30,.22);animation:success-moment-up .28s ease both}.success-moment-kicker{margin:0;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#1f6b4a}.success-moment-title{margin:8px 0 0;font-size:22px;font-weight:800;color:#17211d;word-break:keep-all;line-height:1.35}.success-moment-body{margin:12px 0 0;font-size:15px;font-weight:600;line-height:1.65;color:#2f463b;word-break:keep-all}.success-moment-actions{margin-top:20px;display:flex;flex-wrap:wrap;gap:10px}.dash-coach-empty-actions{margin-top:14px;display:flex;flex-wrap:wrap;gap:10px;align-items:center}@keyframes success-moment-fade{0%{opacity:0}to{opacity:1}}@keyframes success-moment-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.success-moment-modal,.success-moment-overlay{animation:none!important}}@media (max-width:390px){.closed-beta-banner-inner{padding:6px 12px}body:has(.fh-home--platform-nav) .closed-beta-banner-inner{padding:4px 10px}body:has(.fh-home--platform-nav) .feedback-fab-root{right:12px;bottom:calc(78px + env(safe-area-inset-bottom,0px))}.feedback-fab-root{right:12px;bottom:12px}.form-grid{grid-template-columns:1fr}.auth-field input,.form-grid input,.form-grid select{max-width:100%;min-width:0}.timeline-summary-grid{grid-template-columns:1fr}.dash-streak-hint{padding-left:0}.record-meta{grid-template-columns:repeat(2,minmax(0,1fr))}.ui-toast-viewport{inset:auto 8px 8px 8px}.ui-recovery-page{padding:24px 14px}}@media (max-width:320px){main{padding:14px 8px}.app-header{padding:8px 8px 0}.card{padding:14px 12px;border-radius:14px}.primary-btn,.secondary-btn{width:100%;justify-content:center}.form-actions{flex-direction:column}.dash-trend-grid{grid-template-columns:1fr}.home-hero-title{font-size:28px}.wow-page{padding:12px 12px 28px}}.growth-dashboard-page h1{margin-bottom:8px}.growth-dashboard-lead{max-width:48rem;color:#5b6b63}.growth-dashboard-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin:20px 0}.growth-kpi-card{padding:18px 20px}.evidence-dashboard-table{display:flex;flex-direction:column;gap:10px}.evidence-dashboard-row{display:grid;grid-template-columns:1.4fr repeat(7,minmax(0,1fr));gap:12px;align-items:center;padding:14px 16px;border-radius:16px;border:1px solid #e3e8e5;background:#fff;color:inherit;text-decoration:none}.evidence-dashboard-row-head{background:#f8fafc;font-size:13px;font-weight:800;color:#5b6b63}.evidence-dashboard-row small{display:block;margin-top:4px;color:#5b6b63}.evidence-dashboard-row:not(.evidence-dashboard-row-head):hover{border-color:#cfe3d8;box-shadow:0 10px 28px rgba(31,107,74,.08)}.growth-kpi-label{margin:0;font-size:13px;font-weight:700;color:#5b6b63}.growth-kpi-value{margin:10px 0 0;font-size:clamp(30px,7vw,40px);font-weight:800;line-height:1;color:#1f6b4a}.growth-dashboard-panels{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-bottom:16px}.growth-panel h2{margin:0 0 12px;font-size:20px}.growth-channel-list,.growth-event-list,.growth-stage-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.growth-channel-item,.growth-event-item,.growth-stage-item{display:flex;flex-direction:column;gap:4px;padding:12px 14px;border:1px solid #e3e8e5;border-radius:12px;background:#f9fbfa}.growth-channel-item span,.growth-event-item span,.growth-stage-item p{margin:0;font-size:13px;color:#5b6b63;line-height:1.5}.brain-meta{margin:0 0 8px;font-size:12px;color:#7a8a82}.brain-kpi-delta{margin:8px 0 0;font-size:12px;font-weight:600;color:#5b6b63}.brain-panel-lead{margin:-4px 0 12px;font-size:13px;color:#5b6b63}.brain-bar{margin-top:8px;height:6px;border-radius:999px;background:#e3e8e5;overflow:hidden}.brain-bar-fill{display:block;height:100%;border-radius:999px;background:#1f6b4a}.brain-event-tag{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;color:#7a8a82}.brain-brief-section{display:inline-block;margin-right:6px;padding:2px 8px;border-radius:999px;background:#eef6f1;color:#1f6b4a;font-size:11px;font-weight:700}.acquisition-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.acquisition-variant-badge{background:#eef2ff;color:#3c4ca8}.acquisition-social-proof{margin:14px 0 0;color:#2f6b4f;font-size:14px;font-weight:700}.acquisition-scroll-link{margin-top:16px;color:#2f6b4f;font-weight:700;text-decoration:none}.acquisition-scroll-link:hover{text-decoration:underline}.acquisition-step-index{margin:0 0 8px;color:#1f6b4a;font-size:13px;font-weight:800;letter-spacing:.08em}.acquisition-flow-guide .home-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.acquisition-flow-guide .secondary-btn{text-decoration:none}.content-dashboard-page .growth-dashboard-kpi-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.content-table-wrap{width:100%;overflow:auto}.content-table{width:100%;border-collapse:collapse;min-width:1180px;font-size:14px}.content-table td,.content-table th{padding:12px 10px;border-bottom:1px solid #e3e8e5;vertical-align:top;text-align:left}.content-table th{font-size:12px;letter-spacing:.03em;text-transform:uppercase;color:#5b6b63}.content-table tbody tr:hover{background:#f9fbfa}.content-inline-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.content-tag-chip{display:inline-flex;align-items:center;min-height:24px;padding:4px 8px;border-radius:999px;background:#eef6f1;color:#1f6b4a;font-size:12px;font-weight:700}.intelligence-dashboard-page .growth-dashboard-kpi-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.intelligence-kpi-text{font-size:clamp(18px,3.4vw,28px);line-height:1.2}.intelligence-panel h3{margin:0 0 10px;font-size:15px;color:#17211d}.intelligence-two-column{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.autopilot-dashboard-page .growth-dashboard-kpi-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.autopilot-panel{border-color:#dce8e1}.autopilot-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;flex-wrap:wrap}.autopilot-meta{font-size:12px;color:#5b6b63;font-weight:700}.autopilot-priority-item{gap:8px;background:linear-gradient(180deg,#fbfdfc,#f5faf7)}.autopilot-priority-title{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.autopilot-priority-badge,.autopilot-severity{display:inline-flex;align-items:center;justify-content:center;min-width:64px;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:800;text-transform:uppercase}.autopilot-critical{background:#fff1f1;color:#b42318}.autopilot-high{background:#fff7e8;color:#b54708}.autopilot-medium{background:#eef6f1;color:#1f6b4a}.autopilot-watch{background:#eef2ff;color:#3c4ca8}.autopilot-focus-box{padding:18px 20px;border:1px solid #dce8e1;border-radius:14px;background:linear-gradient(180deg,#f8fcfa,#eef7f1)}.autopilot-focus-box strong{display:block;margin-bottom:10px;font-size:22px;line-height:1.3}.autopilot-focus-box p{margin:8px 0 0;color:#46564f}.studio-dashboard-page .growth-dashboard-kpi-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.studio-panel-lead{margin:0 0 14px;color:#5b6b63;font-size:14px}.studio-export-panel,.studio-recommendation-panel{border-color:#d7e6dd}.studio-seed-item{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:12px}.studio-seed-item button{flex:0 0 auto}.studio-export-actions{display:flex;flex-wrap:wrap;gap:10px}.studio-export-preview{margin-top:16px;padding:14px 16px;border-radius:12px;border:1px solid #dce8e1;background:#f7fbf9}.studio-export-preview p{margin:6px 0 0;color:#5b6b63}.studio-draft-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px}.studio-campaign-card,.studio-draft-card{padding:16px;border:1px solid #e3e8e5;border-radius:14px;background:#f9fbfa}.studio-draft-kicker{margin:0 0 8px;font-size:12px;font-weight:800;text-transform:uppercase;color:#1f6b4a}.studio-pre{margin:12px 0 0;white-space:pre-wrap;font:inherit;line-height:1.6;color:#17211d}.studio-tight-list{max-height:640px;overflow:auto}.studio-campaign-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.studio-campaign-card{display:flex;flex-direction:column;gap:6px}.studio-campaign-card p,.studio-campaign-card span{margin:0;font-size:13px;line-height:1.55;color:#5b6b63}@media (max-width:640px){.studio-seed-item{flex-direction:column}.studio-seed-item button{width:100%}}.ceo-dashboard-page .growth-dashboard-kpi-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.ceo-dashboard-page .ceo-hs-nav,.ceo-hs-daily-page .ceo-hs-nav{margin:0 0 18px}.ceo-hs-plan-dl{display:grid;gap:14px;margin:0}.ceo-hs-plan-dl dt{font-size:13px;font-weight:700;color:#5b6b63}.ceo-hs-plan-dl dd{margin:4px 0 0;line-height:1.55;color:#17211d}.ceo-hs-task-list{margin:8px 0 0;padding-left:1.2em;line-height:1.55}.ceo-hs-decide{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:10px}.ceo-hs-decide-block{margin:14px 0;padding:14px 0;border-top:1px solid #e3e8e5;border-bottom:1px solid #e3e8e5}.ceo-hs-muted{color:#5b6b63;line-height:1.55}.ceo-hs-error{color:#9b1c1c;margin:8px 0 0}.ceo-hs-disclosure{margin:10px 0;padding:10px 12px;border-left:3px solid #c4a35a;background:#fbf8f1;color:#5a4a28;line-height:1.55}.ceo-hs-rank{margin:0 0 10px;color:#5b6b63}.ceo-hs-master-summary{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:0 0 14px}.ceo-hs-master-summary li{margin:0}.ceo-hs-master-list{list-style:none;padding:0;margin:0}.ceo-hs-master-row{border-top:1px solid #d7e6dd;padding:10px 0}.ceo-hs-master-row-head{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:6px}.ceo-hs-master-detail{margin-top:8px;padding:8px 10px;background:#f7faf8}.ceo-hs-control-board .ceo-hs-ctrl-scope{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 12px}.ceo-hs-ctrl-list{list-style:none;padding:0;margin:0}.ceo-hs-ctrl-row{border-top:1px solid #d7e6dd;padding:8px 0}.ceo-hs-ctrl-grid{display:grid;grid-template-columns:7.5rem 5.5rem minmax(8rem,1.2fr) minmax(9rem,1.3fr) minmax(6rem,.9fr) 4rem 5.5rem 5rem minmax(11rem,1.2fr);gap:6px 8px;align-items:start}.ceo-hs-ctrl-label{display:block;font-size:11px;color:#6a7a72;margin-bottom:2px}.ceo-hs-ctrl-cell strong{font-size:13px;line-height:1.35}.ceo-hs-ctrl-mini{margin-top:4px;margin-right:4px;padding:4px 8px;font-size:12px}.ceo-hs-ctrl-actions{display:flex;flex-wrap:wrap;gap:2px;align-items:center}.ceo-hs-ctrl-expand{margin-top:8px;padding:8px 10px;background:#f7faf8;border:1px solid #d7e6dd}.ceo-hs-ctrl-product-list{list-style:none;padding:0;margin:6px 0 0}.ceo-hs-ctrl-product-list li{padding:6px 0;border-top:1px solid #e4eee8}@media (max-width:1100px){.ceo-hs-ctrl-grid{grid-template-columns:1fr 1fr}}.ceo-hs-control-table .ceo-hs-summary-compact{margin-bottom:8px;gap:6px}.ceo-hs-control-table .ceo-hs-coverage{margin:0 0 4px;color:#5b6b63}.ceo-hs-control-table .ceo-hs-provider-coverage{list-style:none;padding:0;margin:0 0 10px;font-size:11px;color:#6a7a72;line-height:1.45}.ceo-hs-control-table .ceo-hs-provider-coverage li{margin:0}.ceo-hs-coverage-summary{list-style:none;padding:0;margin:0 0 8px;display:flex;flex-wrap:wrap;gap:6px 12px;font-size:12px;color:#3d4f46}.ceo-hs-coverage-summary li{margin:0}.ceo-hs-table-wrap{overflow-x:auto;overflow-y:visible;max-height:none;border:1px solid #d7e6dd;background:#fff}.ceo-hs-ops-table{width:max(100%,72rem);min-width:72rem;border-collapse:separate;border-spacing:0;font-size:12px;line-height:1.25}.ceo-hs-ops-table-wide{width:96rem;min-width:96rem;table-layout:fixed}.ceo-hs-ops-table thead th{position:sticky;top:0;z-index:4;background:#eef5f0;border-bottom:1px solid #c5d8cc;padding:4px 6px;text-align:left;font-weight:600;white-space:nowrap;font-size:11px;color:#3d4f45}.ceo-hs-ops-table td{padding:3px 6px;border-bottom:1px solid #e4eee8;vertical-align:middle;background:#fff}.ceo-hs-table-row td{background:#fff;height:1px}.ceo-hs-table-row{height:78px}.ceo-hs-table-row>td{max-height:86px;box-sizing:border-box}.ceo-hs-sticky-l1{left:0;min-width:10.75rem;width:10.75rem}.ceo-hs-sticky-l1,.ceo-hs-sticky-l2{position:sticky;z-index:3;background:#fff;box-shadow:1px 0 0 #d7e6dd}.ceo-hs-sticky-l2{left:10.75rem;min-width:4.25rem;width:4.25rem;font-size:11px}.ceo-hs-sticky-l3{position:sticky;left:15rem;z-index:3;min-width:15rem;width:15rem;background:#fff;box-shadow:2px 0 4px rgba(40,60,50,.08)}.ceo-hs-ops-table td.ceo-hs-sticky-l1,.ceo-hs-ops-table th.ceo-hs-sticky-l1{min-width:10.75rem!important;width:10.75rem!important}.ceo-hs-ops-table td.ceo-hs-sticky-l2,.ceo-hs-ops-table th.ceo-hs-sticky-l2{min-width:4.25rem!important;width:4.25rem!important}.ceo-hs-ops-table td.ceo-hs-sticky-l3,.ceo-hs-ops-table th.ceo-hs-sticky-l3{min-width:15rem!important;width:15rem!important}.ceo-hs-ops-table td.ceo-hs-td-match,.ceo-hs-ops-table th.ceo-hs-td-match{min-width:17.5rem!important;width:17.5rem!important}.ceo-hs-ops-table td.ceo-hs-td-reason,.ceo-hs-ops-table th.ceo-hs-td-reason{min-width:8.5rem!important;width:8.5rem!important}.ceo-hs-sticky-r{position:sticky;right:0;z-index:3;min-width:10.75rem;width:10.75rem;max-width:10.75rem;background:#fff;box-shadow:-2px 0 4px rgba(40,60,50,.08);padding-left:4px!important;padding-right:4px!important}.ceo-hs-ops-table td.ceo-hs-sticky-r,.ceo-hs-ops-table th.ceo-hs-sticky-r{min-width:10.75rem!important;width:10.75rem!important;max-width:10.75rem!important}.ceo-hs-ops-table thead th.ceo-hs-sticky-l1,.ceo-hs-ops-table thead th.ceo-hs-sticky-l2,.ceo-hs-ops-table thead th.ceo-hs-sticky-l3,.ceo-hs-ops-table thead th.ceo-hs-sticky-r{z-index:6;background:#eef5f0}.ceo-hs-td-datetime strong{font-size:11px;white-space:nowrap;display:block;overflow:visible;text-overflow:clip}.ceo-hs-td-channel{vertical-align:middle}.ceo-hs-channel-label{white-space:normal;word-break:keep-all;overflow-wrap:break-word;line-height:1.15;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-height:2.4em;font-size:11px}.ceo-hs-td-product.ceo-hs-clamp-2{font-size:12px;line-height:1.25}.ceo-hs-match-cell{display:flex;flex-direction:column;gap:1px;min-width:0;max-height:72px;overflow:hidden}.ceo-hs-match-meta{display:flex;align-items:center;gap:4px;flex-wrap:nowrap;min-width:0}.ceo-hs-other-btn{flex:0 0 auto;white-space:nowrap;min-height:22px!important;height:22px!important;padding:0 6px!important;font-size:11px!important;line-height:1.1!important;border-radius:6px!important}.ceo-hs-decision-bar{display:flex;flex-wrap:nowrap;align-items:center;gap:2px;overflow:hidden;max-width:100%}.ceo-hs-ops-table .ceo-hs-act,.ceo-hs-ops-table .ceo-hs-other-btn,.ceo-hs-ops-table .ceo-hs-td-actions .secondary-btn{border-radius:6px!important}.ceo-hs-act,.ceo-hs-ops-table .ceo-hs-act,.ceo-hs-ops-table .ceo-hs-other-btn,.ceo-hs-ops-table .ceo-hs-td-actions .secondary-btn{min-height:22px!important;height:22px!important;margin:0!important;padding:0 5px!important;font-size:11px!important;line-height:1.1!important;white-space:nowrap;flex:0 0 auto}.ceo-hs-proceeded-flag{font-size:10px;white-space:nowrap}.ceo-hs-date-sep td{background:#f3f7f4;border-bottom:1px solid #c5d8cc;padding-top:2px!important;padding-bottom:2px!important;height:22px;max-height:22px;line-height:1.2}.ceo-hs-date-sep-label{font-weight:700;font-size:11px;color:#2f463a;white-space:nowrap}.ceo-hs-td-actions .ceo-hs-ctrl-mini{margin-top:0;padding:2px 6px;font-size:11px}.ceo-hs-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;line-height:1.25;max-height:2.5em}.ceo-hs-td-match{min-width:17.5rem;width:17.5rem;overflow:hidden}.ceo-hs-td-reason{min-width:8.5rem;width:8.5rem;overflow:hidden;text-overflow:ellipsis}.ceo-hs-ops-table td.ceo-hs-seo-tone,.ceo-hs-ops-table th:nth-child(6){min-width:7rem;width:7rem}.ceo-hs-ops-table td:nth-child(7),.ceo-hs-ops-table th:nth-child(7){min-width:5rem;width:5rem}.ceo-hs-ops-table td:nth-child(8),.ceo-hs-ops-table th:nth-child(8){min-width:6rem;width:6rem}.ceo-hs-decision-page .ceo-hs-page-lead{margin:.35rem 0 0;font-size:.9rem}.ceo-hs-decision-board{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.ceo-hs-decision-section{padding:1rem 1.1rem}.ceo-hs-decision-title{margin:0 0 .65rem;font-size:1.15rem;font-weight:700}.ceo-hs-system-status-list{list-style:none;margin:0;padding:0;display:grid;gap:.45rem}.ceo-hs-system-status-list li{display:flex;justify-content:space-between;gap:.75rem;flex-wrap:wrap;padding:.35rem 0;border-bottom:1px solid color-mix(in srgb,currentColor 12%,transparent)}.ceo-hs-system-status-list li:last-child{border-bottom:none}.ceo-hs-overview{margin-bottom:12px}.ceo-hs-overview-core{border-color:#c5d4cb}.ceo-hs-archive-panel{margin-top:10px}.ceo-hs-archive-panel>summary{cursor:pointer;font-weight:650;font-size:14px;padding:6px 2px;color:#2f3d36}.ceo-hs-overview-funnel-archive{margin:4px 0 10px;font-size:13px}.ceo-hs-overview-funnel-archive>summary{cursor:pointer;color:#4a5a52}.ceo-hs-overview-strip{display:flex;flex-wrap:wrap;gap:8px 14px;list-style:none;margin:0 0 8px;padding:0;font-size:13px;color:#2f3d36}.ceo-hs-overview-strip li{margin:0}.ceo-hs-overview-overall{margin:0 0 12px;font-size:14px}.ceo-hs-overview-sub{margin:0 0 8px;font-size:15px}.ceo-hs-overview-table{width:100%;table-layout:fixed}.ceo-hs-overview-broadcast-cell,.ceo-hs-overview-table>tbody>tr>td:first-child,.ceo-hs-overview-table>thead>tr>th:first-child{width:10%;max-width:6.5rem;vertical-align:top;font-size:12px;line-height:1.35}.ceo-hs-overview-table>tbody>tr>td:nth-child(2),.ceo-hs-overview-table>thead>tr>th:nth-child(2){width:32%;min-width:12rem;vertical-align:top}.ceo-hs-overview-table>tbody>tr>td:nth-child(3),.ceo-hs-overview-table>tbody>tr>td:nth-child(4),.ceo-hs-overview-table>thead>tr>th:nth-child(3),.ceo-hs-overview-table>thead>tr>th:nth-child(4){width:18%;min-width:8rem;vertical-align:top}.ceo-hs-overview-table>tbody>tr>td:nth-child(5),.ceo-hs-overview-table>thead>tr>th:nth-child(5){width:10%;vertical-align:top}.ceo-hs-overview-table>tbody>tr>td:nth-child(6),.ceo-hs-overview-table>thead>tr>th:nth-child(6){width:12%;vertical-align:top;white-space:nowrap}.ceo-hs-overview-ceo-pick{margin-top:2px;font-size:12px;font-weight:700;color:#1d5c45}.ceo-hs-overview-table .ceo-hs-overview-confirm{min-height:28px!important;height:auto!important;padding:3px 10px!important;font-size:12px!important;font-weight:700!important}.ceo-hs-overview-linkbtn,.ceo-hs-overview-textact{background:none;border:0;padding:0;color:#1d5c45;text-decoration:underline;cursor:pointer;font:inherit;text-align:left}.ceo-hs-overview-textact{margin-top:2px;font-size:12px;line-height:1.2}.ceo-hs-overview-textact:disabled{opacity:.5;cursor:not-allowed}.ceo-hs-overview-product-cell{display:flex;flex-direction:column;align-items:flex-start;gap:0}.ceo-hs-overview-product-btn{display:inline-flex;align-items:center;justify-content:center;margin-top:6px;min-height:32px;padding:6px 12px;border:1px solid #2f6f55;border-radius:8px;background:#f4faf6;color:#16382c;font:inherit;font-size:13px;font-weight:700;line-height:1.2;cursor:pointer;white-space:nowrap;text-decoration:none}.ceo-hs-overview-product-btn:disabled{opacity:.55;cursor:not-allowed}.ceo-hs-overview-table .ceo-hs-overview-product-btn{min-height:32px!important;height:auto!important;padding:6px 12px!important;font-size:13px!important;line-height:1.2!important}.ceo-hs-overview-table>tbody>tr.ceo-hs-overview-row-confirmed>td{background:#eef8f1}.ceo-hs-overview-table>tbody>tr.ceo-hs-overview-row-confirmed>td:first-child{box-shadow:inset 4px 0 0 #146c43}.ceo-hs-overview-confirmed-badge{display:inline-flex;align-items:center;min-height:26px;padding:4px 10px;border-radius:999px;background:#146c43;color:#fff;font-size:12px;font-weight:800;line-height:1.2}.ceo-hs-overview-confirmed.ceo-hs-overview-confirmed-badge{color:#fff}.ceo-hs-overview-post-confirm-actions{display:inline-flex;flex-wrap:wrap;align-items:center;gap:4px;margin-top:4px}.ceo-hs-overview-post-confirm-btn{min-height:24px!important;height:auto!important;padding:3px 8px!important;font-size:11px!important;line-height:1.2!important;border:1px solid #9bb5a6;border-radius:6px;background:#fff;color:#1d3d30;cursor:pointer}.ceo-hs-overview-post-confirm-btn:disabled{opacity:.55;cursor:not-allowed}.ceo-hs-overview-cancel-reasons{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}.ceo-hs-overview-cancel-reason-btn{min-height:24px!important;padding:3px 8px!important;font-size:11px!important;line-height:1.2!important;border:1px solid #c9b4a4;border-radius:6px;background:#fff8f3;color:#5a3a2a;cursor:pointer}.ceo-hs-overview-seo-cell{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px}.ceo-hs-overview-seo-progress{display:flex;flex-direction:column;align-items:flex-start;gap:4px;font-size:12px;line-height:1.2;color:#2f3d36}.ceo-hs-overview-performance{margin-top:4px;font-size:11px;line-height:1.35;color:#3d5248}.ceo-hs-overview-seo-expand .ceo-hs-seo-next,.ceo-hs-overview-seo-expand .ceo-hs-seo-problems,.ceo-hs-overview-seo-expand .ceo-hs-seo-summary{margin:4px 0;font-size:12px}.ceo-hs-overview-seo-pct{font-weight:700}.ceo-hs-overview-seo-bar{display:block;width:100%;max-width:6.5rem;height:6px;border-radius:999px;background:#d7e4dc;overflow:hidden}.ceo-hs-overview-seo-bar-fill{display:block;height:100%;background:#1d7a52;border-radius:999px}.ceo-hs-overview-seo-status{color:#3d5248}.ceo-hs-overview-product-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:4px}.ceo-hs-overview-cancelled-badge{display:inline-flex;align-items:center;min-height:26px;padding:4px 10px;border-radius:999px;background:#5a3a2a;color:#fff;font-size:12px;font-weight:800;line-height:1.2;letter-spacing:-.01em}.ceo-hs-overview-table>tbody>tr.ceo-hs-overview-row-cancelled>td{background:#f7f1ee}.ceo-hs-overview-confirmed{font-size:12px;font-weight:700;color:#1d5c45;line-height:1.3}.ceo-hs-overview-detail-list{list-style:none;margin:0;padding:8px 4px;display:grid;grid-template-columns:repeat(auto-fill,minmax(11rem,1fr));gap:4px 12px;font-size:12px}.ceo-hs-overview-warn{grid-column:1/-1;color:#8a3b1d}.ceo-hs-overview-funnel,.ceo-hs-overview-funnel-detail,.ceo-hs-overview-grades{margin:0 0 8px;font-size:13px}.ceo-hs-overview-ops{margin:0 0 12px}.ceo-hs-overview-ready-strip,.ceo-hs-overview-todo{display:flex;flex-wrap:wrap;gap:6px 14px;list-style:none;margin:0 0 10px;padding:0;font-size:13px}.ceo-hs-overview-flow{margin:0 0 8px;font-size:12px}.ceo-hs-overview-table .ceo-hs-act{min-height:22px!important;height:22px!important;margin:0!important;padding:0 5px!important;font-size:11px!important;line-height:1.1!important;border-radius:6px!important;white-space:nowrap}.ceo-hs-overview-product-panel{padding:4px 0;width:100%}.ceo-hs-overview-cand-pager{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:6px;font-size:12px}.ceo-hs-overview-product-cands{list-style:none;margin:0;padding:0;display:grid;gap:4px}.ceo-hs-overview-product-cands li{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12px}.ceo-hs-overview-pick-btn{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-width:0;min-height:0;padding:0 1px;border:1px solid #2f6f55;border-radius:3px;background:#1d7a52;color:#fff;font:inherit;font-size:inherit;font-weight:inherit;line-height:1.05;cursor:pointer;white-space:nowrap;text-decoration:none}.ceo-hs-overview-pick-btn:disabled{opacity:.55;cursor:not-allowed}.ceo-hs-overview-pick-selected{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-width:7.75rem;min-height:32px;padding:6px 12px;border:1px solid #146c43;border-radius:8px;background:#eef8f1;color:#146c43;font-size:13px;font-weight:800;line-height:1.2;white-space:nowrap}.ceo-hs-overview-catalog{margin-top:8px}.ceo-hs-overview-catalog label{display:flex;flex-direction:column;gap:2px;font-size:12px;max-width:16rem}.ceo-hs-overview-catalog input{font-size:12px;padding:2px 4px}.ceo-hs-overview-channel-weights{margin:0 0 12px;font-size:12px}.ceo-hs-overview-channel-list{list-style:none;margin:6px 0 0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(11rem,1fr));gap:6px 10px}.ceo-hs-overview-channel-list label{display:flex;flex-direction:column;gap:2px}.ceo-hs-overview-channel-list input{width:5rem;font-size:12px;padding:2px 4px}.ceo-hs-overview-top-list{list-style:none;margin:0 0 14px;padding:0;display:grid;gap:8px}.ceo-hs-overview-top-list li{padding:8px 0;border-bottom:1px solid #d7e3db;font-size:13px}.ceo-hs-overview-factors{grid-column:1/-1;color:#5b6b63}.ceo-hs-date-nav{display:flex;flex-wrap:wrap;align-items:center;gap:4px;margin:0 0 8px;max-height:7.5rem;overflow-y:auto}.ceo-hs-date-pick{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:#5b6b63}.ceo-hs-date-pick input{font-size:12px;padding:2px 4px}.ceo-hs-date-sep-rule{background-image:linear-gradient(90deg,#c5d8cc 40%,transparent 0);background-position:0 50%;background-size:8px 1px;background-repeat:repeat-x}.ceo-hs-first-ops .ceo-hs-table-wrap,.ceo-hs-table-wrap-wide{max-height:none;overflow-x:auto;overflow-y:visible}.ceo-hs-td-product{max-width:15rem}.ceo-hs-dense-ops .ceo-hs-table-row{height:78px}.ceo-hs-dense-ops .ceo-hs-table-row>td{padding-top:4px;padding-bottom:4px;max-height:82px;vertical-align:middle;overflow:hidden}.ceo-hs-dense-ops .ceo-hs-td-datetime{overflow:visible}.ceo-hs-dense-ops .ceo-hs-td-datetime strong{overflow:visible;text-overflow:clip;white-space:nowrap}.ceo-hs-dense-ops .ceo-hs-td-product{overflow:hidden;line-height:1.25;padding-top:6px;padding-bottom:6px;max-width:15rem}.ceo-hs-dense-ops .ceo-hs-date-sep td{height:18px;max-height:18px;padding-top:1px!important;padding-bottom:1px!important}.ceo-hs-dense-ops .ceo-hs-match-confirmed,.ceo-hs-dense-ops .ceo-hs-match-star{display:block;font-size:10px;margin-right:0;margin-bottom:1px}.ceo-hs-dense-ops .ceo-hs-clamp-2{max-height:2.5em;line-height:1.25;font-size:12px}.ceo-hs-dense-ops .ceo-hs-td-match{min-width:17.5rem;width:17.5rem}.ceo-hs-dense-ops .ceo-hs-td-reason{min-width:8.5rem;width:8.5rem}.ceo-hs-dense-ops .ceo-hs-match-cell{max-height:74px}.ceo-hs-match-pct,.ceo-hs-muted,.ceo-hs-td-match-pct{color:#6a7a72;font-size:11px}.ceo-hs-seo-tone-label{font-size:11px;margin-top:2px}.ceo-hs-seo-ready{color:#1b6b3a}.ceo-hs-seo-prep{color:#8a6a12}.ceo-hs-seo-attn{color:#b35c00}.ceo-hs-seo-repair{color:#9b2c2c}.ceo-hs-match-trigger,.ceo-hs-seo-trigger{display:block;width:100%;text-align:left;background:transparent;border:0;padding:0;cursor:pointer;color:inherit;font:inherit}.ceo-hs-match-star{color:#8a6a12}.ceo-hs-match-confirmed,.ceo-hs-match-star{display:inline-block;margin-right:4px;font-size:11px}.ceo-hs-match-confirmed{color:#1b6b3a;font-weight:700}.ceo-hs-td-reason{font-size:11px;color:#5b6b63;white-space:nowrap}.ceo-hs-landing-link{display:inline-block;margin-top:2px;font-size:11px}.ceo-hs-seo-detail-list{list-style:none;padding:0;margin:6px 0 0;display:flex;flex-wrap:wrap;gap:6px 12px}.ceo-hs-catalog-search{margin-top:8px}.ceo-hs-catalog-search input{display:block;margin-top:4px;width:min(280px,100%);padding:4px 8px}.ceo-hs-proceeded-flag{display:inline-block;margin-top:2px;font-size:11px;color:#1b6b3a;font-weight:600}.ceo-hs-inline-btns{display:flex;flex-wrap:wrap;gap:2px;margin-top:2px}.ceo-hs-pipeline-chip{display:inline-block;font-size:11px;color:#3d4f45;margin-bottom:2px}.ceo-hs-table-expand td{background:#f7faf8;padding:8px 10px}.ceo-hs-task-list{list-style:none;padding:0;margin:6px 0 10px}.ceo-hs-task-list li{padding:2px 0;font-size:12px}@media (max-width:900px){.ceo-hs-table-wrap{max-height:none}}.ceo-hs-first-screen{padding-top:10px}.ceo-hs-page-header{margin:0 0 8px}.ceo-hs-page-header-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:6px 12px;margin:0}.ceo-hs-page-badge{margin:0;font-size:11px;padding:3px 8px}.ceo-hs-page-title{margin:4px 0 0;font-size:1.15rem;line-height:1.25;font-weight:700}.ceo-hs-first-screen .ceo-hs-nav{margin:0;font-size:12px}.ceo-hs-first-ops{margin-top:0;padding:10px 12px}.ceo-hs-ops-top{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:6px 10px;margin:0 0 6px}.ceo-hs-ops-title{margin:0;font-size:1rem;line-height:1.2}.ceo-hs-control-table .ceo-hs-ctrl-scope{margin:0}.ceo-hs-summary-strip{display:flex;flex-wrap:wrap;gap:4px;list-style:none;padding:0;margin:0 0 6px}.ceo-hs-summary-strip li{margin:0}.ceo-hs-ctrl-scope .primary-btn,.ceo-hs-ctrl-scope .secondary-btn,.ceo-hs-summary-strip .primary-btn,.ceo-hs-summary-strip .secondary-btn{padding:4px 8px;font-size:12px}.ceo-hs-control-table .ceo-hs-coverage{margin:0 0 2px;font-size:12px}.ceo-hs-coverage-note{color:#8a7a5a}.ceo-hs-control-table .ceo-hs-provider-coverage{margin:0 0 6px;max-height:2.6em;overflow:hidden}.ceo-hs-decision-row{flex-wrap:wrap;gap:2px}.ceo-hs-ops-table td,.ceo-hs-ops-table th{padding:4px 6px}.ceo-panel{border-color:#d7e6dd}.ceo-kpi-support{margin:10px 0 0;font-size:13px;line-height:1.55;color:#5b6b63}.ceo-score-box{display:flex;align-items:flex-end;gap:8px;margin-bottom:14px}.ceo-score-box strong{font-size:56px;line-height:1;color:#1f6b4a}.ceo-score-box span{font-size:18px;font-weight:700;color:#5b6b63}.ceo-monthly-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}.ceo-monthly-item{padding:14px 16px;border:1px solid #e3e8e5;border-radius:12px;background:#f9fbfa}.ceo-monthly-item strong{display:block;margin-top:8px;line-height:1.5;color:#17211d}.command-center-page{display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr);gap:20px;align-items:start}.command-center-sidebar{position:sticky;top:20px;display:flex;flex-direction:column;gap:18px}.command-center-sidebar h1{margin:10px 0 8px}.command-center-sidebar-lead{margin:0;color:#5b6b63;line-height:1.6}.command-center-nav{display:flex;flex-direction:column;gap:8px}.command-center-nav-link{display:flex;align-items:center;min-height:44px;padding:10px 12px;border-radius:12px;color:#2a3a33;text-decoration:none;font-weight:700;background:#f9fbfa;border:1px solid #e3e8e5}.command-center-nav-link:hover{background:#f3f8f5}.command-center-nav-link.is-active{background:#eef7f1;color:#1f6b4a;border-color:#cfe3d8}.command-center-sidebar-meta{display:flex;flex-direction:column;gap:6px;color:#5b6b63;font-size:13px}.command-center-main{min-width:0}.command-center-hero{margin-bottom:20px;border-color:#d7e6dd}.command-center-hero-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.command-center-hero-top h2{margin:10px 0}.command-center-focus{margin:12px 0 0;color:#1f6b4a;font-weight:700}.command-center-hero-actions,.command-center-inline-actions{display:flex;flex-wrap:wrap;gap:10px}.command-center-brief-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin-top:18px}.command-center-analytics-card,.command-center-brief-card{display:flex;flex-direction:column;gap:8px;padding:16px;border:1px solid #e3e8e5;border-radius:14px;background:#f9fbfa}.command-center-analytics-card strong,.command-center-brief-card strong{font-size:22px;line-height:1.3;color:#17211d}.command-center-analytics-card span,.command-center-brief-card span{color:#5b6b63;font-size:13px;line-height:1.55}.command-center-kpis{margin-top:0}.command-center-panel{border-color:#d7e6dd}.command-center-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:12px}.command-center-panel-head span{color:#5b6b63;font-size:12px;font-weight:700}.command-center-checklist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.command-center-check-item{padding:12px 14px;border:1px solid #e3e8e5;border-radius:12px;background:#f9fbfa}.command-center-check-item label{display:flex;align-items:flex-start;gap:12px;cursor:pointer}.command-center-check-item input{margin-top:4px;inline-size:18px;block-size:18px}.command-center-check-item strong{display:block;margin-bottom:6px}.command-center-check-item span{display:block;color:#5b6b63;font-size:13px;line-height:1.55}.company-dashboard-page .command-center-sidebar,.company-hero{border-color:#d7e6dd}.company-hero{margin-bottom:20px;background:linear-gradient(180deg,#ffffff,#f7fbf9)}.company-hero h2{margin:12px 0 10px;font-size:clamp(28px,4vw,42px);line-height:1.12;letter-spacing:-.03em}.company-brief-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin-top:18px}.company-brief-card,.company-inline-card{display:flex;flex-direction:column;gap:8px;padding:16px;border:1px solid #e3e8e5;border-radius:14px;background:#f9fbfa}.company-brief-card strong,.company-inline-card strong{font-size:22px;line-height:1.3;color:#17211d}.company-brief-card span,.company-inline-card span{color:#5b6b63;font-size:13px;line-height:1.55}.company-panel{border-color:#d7e6dd}.company-employee-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px;margin-bottom:16px}.company-employee-card{display:flex;flex-direction:column;gap:14px;border-color:#d7e6dd}.company-employee-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.company-employee-role{margin:0 0 6px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#1f6b4a}.company-employee-head h3{margin:0;font-size:24px;line-height:1.1;letter-spacing:-.02em}.company-employee-meta{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.company-status-chip{display:inline-flex;align-items:center;justify-content:center;min-width:84px;min-height:28px;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:800;text-transform:uppercase}.company-status-aligned{background:#eef6f1;color:#1f6b4a}.company-status-active{background:#eef2ff;color:#3c4ca8}.company-status-blocked{background:#fff1f1;color:#b42318}.company-status-monitoring{background:#fffbf2;color:#b54708}.company-employee-focus{margin:0;font-size:18px;font-weight:700;line-height:1.55;color:#17211d}.company-employee-summary{margin:0;color:#5b6b63;line-height:1.7}.company-task-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.company-task-item{display:flex;flex-direction:column;gap:6px;padding:14px 16px;border:1px solid #e3e8e5;border-radius:14px;background:#fbfdfc}.company-task-item span{color:#5b6b63;font-size:13px;line-height:1.55}.command-center-studio-box{padding:18px 20px;border:1px solid #dce8e1;border-radius:14px;background:linear-gradient(180deg,#f8fcfa,#eef7f1)}.command-center-studio-box strong{display:block;margin-bottom:10px;font-size:22px;line-height:1.3}.command-center-studio-box p{margin:0 0 14px;color:#46564f;line-height:1.6}.command-center-filter-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px}.command-center-analytics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}.command-center-phase-item{gap:8px}.autopilot-done{background:#e8f6ef;color:#1f6b4a}.autopilot-active{background:#eef2ff;color:#3c4ca8}@media (max-width:960px){.command-center-page{grid-template-columns:1fr}.command-center-sidebar{position:static}}@media (max-width:640px){.company-employee-grid{grid-template-columns:1fr}.company-employee-head{flex-direction:column}.company-employee-meta{justify-content:flex-start}}.orchestrator-page{grid-template-columns:minmax(240px,300px) minmax(0,1fr)}.orchestrator-sidebar{border-color:#dbe6ef;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(247,250,255,.96));box-shadow:0 16px 48px rgba(28,42,66,.08)}.orchestrator-hero{margin-bottom:18px;border-color:#dbe6ef;background:radial-gradient(120% 140% at 0 0,rgba(236,242,255,.9) 0,rgba(255,255,255,0) 52%),linear-gradient(180deg,#ffffff,#f8fbff)}.orchestrator-hero-top{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.orchestrator-hero-top h2{margin:10px 0 12px;max-width:16ch;font-size:clamp(28px,4vw,42px);line-height:1.12;letter-spacing:-.03em}.orchestrator-hero-actions{display:flex;flex-wrap:wrap;gap:10px}.orchestrator-metric-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px;margin-top:20px}.orchestrator-architecture-card,.orchestrator-metric-card{display:flex;flex-direction:column;gap:8px;padding:16px;border:1px solid #e1e8f0;border-radius:16px;background:rgba(255,255,255,.8)}.orchestrator-metric-card strong{font-size:24px;line-height:1.2;letter-spacing:-.02em}.orchestrator-architecture-card span,.orchestrator-metric-card span{color:#5b6b63;font-size:13px;line-height:1.55}.orchestrator-agent-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-bottom:20px}.orchestrator-agent-card{border-color:#dbe6ef;background:linear-gradient(180deg,#ffffff,#f8fbff)}.orchestrator-agent-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.orchestrator-agent-kicker{margin:0 0 6px;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#466485}.orchestrator-agent-head h3{margin:0;font-size:24px;line-height:1.1;letter-spacing:-.02em}.orchestrator-agent-responsibility{margin:14px 0 8px;font-weight:700;color:#17211d}.orchestrator-agent-focus{margin:0;color:#5b6b63}.orchestrator-kind-badge,.orchestrator-priority-chip,.orchestrator-stage-badge,.orchestrator-status-chip{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:5px 10px;border-radius:999px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.03em}.orchestrator-kind-diagnosis,.orchestrator-stage-analysis,.orchestrator-status-ready{background:#eef2ff;color:#3c4ca8}.orchestrator-kind-signal,.orchestrator-stage-signal,.orchestrator-status-speaking{background:#edf7ef;color:#1f6b4a}.orchestrator-kind-proposal,.orchestrator-stage-decision,.orchestrator-status-aligned{background:#f5f1ff;color:#6941c6}.orchestrator-kind-decision,.orchestrator-priority-chip,.orchestrator-stage-execution,.orchestrator-status-watching{background:#fff6e8;color:#b54708}.orchestrator-panel{border-color:#dbe6ef}.orchestrator-timeline{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.orchestrator-timeline-item{position:relative;display:grid;grid-template-columns:18px minmax(0,1fr);gap:12px;align-items:flex-start}.orchestrator-timeline-item:not(:last-child):after{content:"";position:absolute;left:8px;top:26px;bottom:-14px;width:2px;background:#e2e8f0}.orchestrator-timeline-dot{position:relative;z-index:1;width:18px;height:18px;margin-top:4px;border-radius:50%;background:#9db4d0;box-shadow:0 0 0 4px #f6f8f7}.orchestrator-timeline-body{padding:14px 16px;border:1px solid #e1e8f0;border-radius:16px;background:#fbfcfe}.orchestrator-discussion-head,.orchestrator-timeline-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;flex-wrap:wrap}.orchestrator-timeline-summary{margin:10px 0 6px;font-size:18px;font-weight:700;line-height:1.45;color:#17211d}.orchestrator-discussion-card p,.orchestrator-timeline-detail{margin:0;color:#5b6b63;line-height:1.65}.orchestrator-discussion-list{display:flex;flex-direction:column;gap:12px}.orchestrator-action-row,.orchestrator-discussion-card,.orchestrator-rule-list li,.orchestrator-stack-block{padding:16px;border:1px solid #e1e8f0;border-radius:16px;background:#fbfcfe}.orchestrator-discussion-head span,.orchestrator-discussion-head strong,.orchestrator-discussion-time{display:block}.orchestrator-discussion-head>div span,.orchestrator-discussion-time{font-size:12px;color:#5b6b63;font-weight:700}.orchestrator-kind-badge{margin-top:12px}.orchestrator-list-item{gap:8px}.orchestrator-action-table{display:flex;flex-direction:column;gap:12px}.orchestrator-action-row{display:grid;grid-template-columns:2fr repeat(4,minmax(110px,1fr));gap:12px}.orchestrator-action-row strong{display:block;margin-top:6px}.orchestrator-action-row span{color:#46564f;line-height:1.55}.orchestrator-architecture-grid,.orchestrator-stack-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px}.orchestrator-stack-block h3{margin:0 0 12px;font-size:18px}.orchestrator-compact-list,.orchestrator-rule-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.orchestrator-compact-list li{display:flex;flex-direction:column;gap:6px;padding:12px 0;border-top:1px solid #edf1f5}.orchestrator-compact-list li:first-child{padding-top:0;border-top:0}.orchestrator-compact-list span,.orchestrator-rule-list span{color:#5b6b63;font-size:13px;line-height:1.6}.orchestrator-architecture-grid{margin-bottom:14px}.orchestrator-architecture-card strong{font-size:18px;letter-spacing:-.02em}.orchestrator-rule-list li{display:flex;flex-direction:column;gap:6px}.orchestrator-rule-list strong{text-transform:capitalize}@media (max-width:820px){.orchestrator-action-row{grid-template-columns:1fr 1fr}}@media (max-width:640px){.orchestrator-page{grid-template-columns:1fr}.orchestrator-hero-top h2{max-width:none}.orchestrator-action-row{grid-template-columns:1fr}}.execution-page{grid-template-columns:minmax(240px,300px) minmax(0,1fr)}.execution-sidebar{border-color:#dcdff4;background:radial-gradient(120% 140% at 0 0,rgba(238,240,255,.92) 0,rgba(255,255,255,.96) 54%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(249,250,255,.96));box-shadow:0 16px 48px rgba(38,44,92,.08)}.execution-hero{margin-bottom:18px;border-color:#dcdff4;background:radial-gradient(120% 140% at 0 0,rgba(239,241,255,.96) 0,rgba(255,255,255,0) 55%),linear-gradient(180deg,#ffffff,#fafbff)}.execution-hero-top{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.execution-hero-top h2{margin:10px 0 12px;max-width:14ch;font-size:clamp(28px,4vw,42px);line-height:1.12;letter-spacing:-.03em}.execution-hero-actions{display:flex;flex-wrap:wrap;gap:10px}.execution-metric-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px;margin-top:20px}.execution-layer-card,.execution-metric-card{display:flex;flex-direction:column;gap:8px;padding:16px;border:1px solid #e2e5f3;border-radius:16px;background:rgba(255,255,255,.84)}.execution-metric-card strong{font-size:24px;line-height:1.2;letter-spacing:-.02em}.execution-layer-card span,.execution-metric-card span{color:#5b6b63;font-size:13px;line-height:1.55}.execution-panel{border-color:#dcdff4}.execution-status-chip{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:5px 10px;border-radius:999px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.03em}.execution-progress-fill.execution-status-queued,.execution-status-queued{background:#eef2ff;color:#3c4ca8}.execution-progress-fill.execution-status-planning,.execution-status-planning{background:#f5f1ff;color:#6941c6}.execution-progress-fill.execution-status-running,.execution-status-running{background:#edf7ef;color:#1f6b4a}.execution-progress-fill.execution-status-waiting,.execution-status-waiting{background:#fff6e8;color:#b54708}.execution-progress-fill.execution-status-completed,.execution-status-completed{background:#e8f6ef;color:#1f6b4a}.execution-progress-fill.execution-status-failed,.execution-status-failed{background:#fff1f1;color:#b42318}.execution-progress-fill.execution-status-cancelled,.execution-status-cancelled{background:#f3f4f6;color:#667085}.execution-history-list,.execution-owner-list,.execution-queue-list{display:flex;flex-direction:column;gap:12px}.execution-history-card,.execution-owner-card,.execution-pipeline-card,.execution-queue-card{padding:16px;border:1px solid #e2e5f3;border-radius:16px;background:#fbfbfe}.execution-history-head,.execution-pipeline-head,.execution-queue-head,.execution-timeline-head{display:flex;justify-content:space-between;gap:10px;align-items:flex-start;flex-wrap:wrap}.execution-queue-head h3{margin:6px 0 0;font-size:18px;line-height:1.35}.execution-history-card p,.execution-queue-source,.execution-timeline-body p{margin:10px 0 0;color:#5b6b63;line-height:1.65}.execution-queue-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.execution-queue-meta span{display:inline-flex;align-items:center;min-height:28px;padding:4px 10px;border-radius:999px;background:#f3f5ff;color:#384152;font-size:12px;font-weight:700}.execution-queue-next{margin:12px 0 0;font-weight:700;color:#17211d}.execution-progress-stack{display:flex;flex-direction:column;gap:12px}.execution-progress-row{display:grid;grid-template-columns:minmax(100px,140px) minmax(0,1fr);gap:12px;align-items:center}.execution-progress-label{display:flex;flex-direction:column;gap:4px}.execution-progress-label span{font-size:12px;color:#5b6b63;font-weight:700}.execution-progress-bar{height:12px;border-radius:999px;background:#edf1f8;overflow:hidden}.execution-progress-fill{height:100%;min-width:10%;border-radius:999px}.execution-layer-grid,.execution-pipeline-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}.execution-pipeline-column{display:flex;flex-direction:column;gap:12px;padding:14px;border:1px solid #e2e5f3;border-radius:18px;background:linear-gradient(180deg,#ffffff,#fafbfe)}.execution-pipeline-head span{display:inline-flex;align-items:center;justify-content:center;min-width:28px;min-height:28px;padding:4px 8px;border-radius:999px;background:#f3f5ff;font-size:12px;font-weight:800}.execution-pipeline-list{display:flex;flex-direction:column;gap:10px}.execution-pipeline-card{display:flex;flex-direction:column;gap:6px;padding:14px}.execution-history-card span,.execution-owner-card span,.execution-pipeline-card span{color:#5b6b63;font-size:13px;line-height:1.55}.execution-pipeline-empty{padding:14px;border-radius:14px;background:#f7f8fc;color:#8a92a1;font-size:13px;font-weight:700}.execution-timeline{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.execution-timeline-item{position:relative;display:grid;grid-template-columns:18px minmax(0,1fr);gap:12px;align-items:flex-start}.execution-timeline-item:not(:last-child):after{content:"";position:absolute;left:8px;top:26px;bottom:-14px;width:2px;background:#e2e5f3}.execution-timeline-dot{position:relative;z-index:1;width:18px;height:18px;margin-top:4px;border-radius:50%;background:#8fa0ff;box-shadow:0 0 0 4px #f6f8f7}.execution-timeline-body{padding:14px 16px;border:1px solid #e2e5f3;border-radius:16px;background:#fbfbfe}.execution-history-card strong,.execution-layer-card strong,.execution-owner-card strong{font-size:18px;letter-spacing:-.02em}.execution-action-stack{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.execution-action-note{margin:2px 0 0;color:#5b6b63;font-size:13px;line-height:1.6}@media (max-width:900px){.execution-progress-row{grid-template-columns:1fr}}@media (max-width:640px){.execution-page{grid-template-columns:1fr}.execution-hero-top h2{max-width:none}}.ingredient-home{display:flex;flex-direction:column;gap:16px}.ingredient-detail-hero,.ingredient-search-hero{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);gap:18px;align-items:stretch;border-color:#cfe3d8;background:radial-gradient(120% 120% at 0 0,rgba(232,246,239,.92) 0,rgba(255,255,255,0) 55%),linear-gradient(180deg,#ffffff,#f7fbf9)}.ingredient-detail-hero-copy,.ingredient-search-copy{display:flex;flex-direction:column;justify-content:center}.ingredient-eyebrow{margin:0;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#1f6b4a}.ingredient-home-title{margin:12px 0 0;max-width:14ch;line-height:1.08}.ingredient-detail-one-liner,.ingredient-detail-summary,.ingredient-home-lead,.ingredient-section-body{margin:14px 0 0;font-size:16px;color:#46564f}.ingredient-detail-hero-meta{margin:10px 0 0;font-size:14px;font-weight:700;color:#5b6b63}.ingredient-flow-strip{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.ingredient-detail-hero-bubble,.ingredient-detail-hero-token,.ingredient-flow-strip span,.ingredient-hero-pill{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:8px 12px;border-radius:999px;background:#fff;border:1px solid #d7e8de;font-size:13px;font-weight:700;color:#1f6b4a}.ingredient-detail-hero-visual,.ingredient-hero-visual{display:flex;flex-direction:column;justify-content:center;gap:12px;padding:18px;border-radius:18px;background:linear-gradient(180deg,#f3f8f5,#edf5f0);border:1px solid #dce8e1}.ingredient-hero-card{display:flex;flex-direction:column;gap:4px;padding:14px 16px;border-radius:16px;background:#fff;border:1px solid #e3e8e5}.ingredient-ai-cta h2,.ingredient-companion-card strong,.ingredient-evidence-card h2,.ingredient-hero-card strong,.ingredient-product-section h2,.ingredient-result-card h3,.ingredient-section-title,.ingredient-video-head h2,.ingredient-warning-card h2{margin:0;color:#17211d}.ingredient-companion-card span,.ingredient-evidence-card p,.ingredient-hero-card span,.ingredient-result-card p,.ingredient-warning-card p{color:#5b6b63}.ingredient-search-panel{display:flex;flex-direction:column;gap:12px}.ingredient-section-kicker{margin:0;font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:#5b6b63}.ingredient-section-title{font-size:28px;line-height:1.2}.ingredient-search-label{font-size:14px;font-weight:700}.ingredient-search-input{width:100%;min-height:56px;padding:14px 16px;border:1px solid #cfd8d3;border-radius:16px;font:inherit;font-size:16px}.ingredient-chip-row{display:flex;flex-wrap:wrap;gap:8px}.ingredient-chip{min-height:40px;padding:8px 12px;border:1px solid #d7e8de;border-radius:999px;background:#f7fbf9;color:#1f6b4a;font:inherit;font-size:13px;font-weight:700;cursor:pointer}.ingredient-chip:hover{background:#eef7f1}.ingredient-search-highlight{display:flex;justify-content:space-between;align-items:flex-end;gap:12px;padding:16px;border-radius:16px;background:#f7fbf9;border:1px solid #d7e8de}.ingredient-search-highlight h3,.ingredient-video-copy h3{margin:0 0 8px}.ingredient-detail-alias,.ingredient-result-hint,.ingredient-search-highlight-kicker,.ingredient-video-meta{margin:0 0 6px;font-size:13px;font-weight:700;color:#2f6b4f}.ingredient-search-empty{padding:16px;border-radius:16px;background:#fff8f7;border:1px solid #f0c2bc}.ingredient-companion-grid,.ingredient-evidence-grid,.ingredient-result-grid,.ingredient-warning-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.ingredient-evidence-card,.ingredient-result-card,.ingredient-warning-card{display:flex;flex-direction:column;gap:10px}.ingredient-result-alias{display:block;font-size:13px;color:#5b6b63}.ingredient-result-link{margin-top:auto;font-weight:700;color:#1f6b4a}.ingredient-home-journey{background:#f7fbf9;border-color:#cfe3d8}.ingredient-home-middle{background:#fff}.ingredient-inline-list,.ingredient-journey-list{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:10px;line-height:1.65}.ingredient-detail-page{display:flex;flex-direction:column;gap:16px}.health-experience-page{gap:18px}.health-experience-rail{background:linear-gradient(135deg,#f7fbf8,#eef6f1 48%,#f8fafc);border-color:#d6e8db}.health-experience-title{margin:6px 0 8px;font-size:clamp(28px,4vw,40px);letter-spacing:-.03em;color:#14201b}.health-experience-engine-strip{list-style:none;margin:16px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:8px}.health-experience-engine-chip{border:1px solid #d5e3da;background:#fff;color:#315043;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:600}.health-experience-engine-chip.status-fallback{opacity:.72;border-style:dashed}.health-experience-stage h2{margin:4px 0 12px;font-size:clamp(22px,2.4vw,28px);letter-spacing:-.02em;color:#17211d}.health-experience-ai-summary{margin:0;font-size:clamp(22px,2.6vw,30px);line-height:1.45;font-weight:700;color:#132019;letter-spacing:-.02em}.health-experience-plain-body{margin:0 0 14px;font-size:17px;line-height:1.7;color:#314038}.health-experience-combo-list,.health-experience-journey-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.health-experience-combo-card,.health-experience-journey-card{border:1px solid #dce6df;background:#fbfdfc;border-radius:16px;padding:14px;display:flex;flex-direction:column;gap:8px}.health-experience-combo-card a{color:#1f6b4a;font-weight:600;text-decoration:none}.health-experience-faq-list,.health-experience-routine-list{display:flex;flex-direction:column;gap:10px}.health-experience-routine-list{margin:0 0 16px;padding-left:18px;line-height:1.65}.health-experience-purchase{background:linear-gradient(180deg,#fffdf8,#f7faf8);border-color:#e4dcc8}@media (max-width:860px){.health-experience-combo-list,.health-experience-journey-cards{grid-template-columns:1fr}}.ingredient-detail-one-liner{font-size:20px;font-weight:700;color:#17211d}.ingredient-summary-section{background:#f8fafc;border-color:#d7e0ea}.ingredient-evidence-engine-section{background:linear-gradient(180deg,#fbfdfc,#f4faf6);border-color:#d6e8db}.ingredient-evidence-engine-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:18px}.ingredient-evidence-score-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.ingredient-evidence-panel,.ingredient-evidence-score-card,.ingredient-evidence-summary-card,.ingredient-evidence-timeline-item,.ingredient-reference-card{padding:18px;border-radius:18px;border:1px solid #e3e8e5;background:#fff}.ingredient-evidence-stars{margin:0 0 8px;color:#f59e0b;font-size:20px;letter-spacing:1px}.ingredient-evidence-panel h3,.ingredient-evidence-score-card h3,.ingredient-evidence-summary-card h3{margin:0 0 8px;font-size:16px}.ingredient-evidence-confidence-value,.ingredient-evidence-score-value{margin:0 0 12px;font-size:34px;font-weight:800;color:#17211d}.ingredient-evidence-metric-list{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:8px;color:#46564f}.ingredient-evidence-mix-grid,.ingredient-evidence-panels,.ingredient-evidence-timeline,.ingredient-reference-list{display:grid;gap:14px}.ingredient-evidence-mix-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:14px}.ingredient-evidence-mix-grid span{min-height:48px;padding:12px;border-radius:14px;background:#f7fbf9;font-weight:700;color:#264034}.ingredient-source-viewer{margin-top:14px;padding:14px;border-radius:14px;background:#f8fafc;border:1px solid #d7e0ea}.ingredient-source-viewer-button{margin-top:12px;min-height:42px;padding:10px 14px;border-radius:999px;border:1px solid #cfe3d8;background:#edf7ef;color:#1f6b4a;font-weight:800;cursor:pointer}.ingredient-evidence-panels{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:16px}.ingredient-evidence-panel-lead{margin:0 0 8px;font-weight:800;color:#1f6b4a}.ingredient-evidence-timeline{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.ingredient-evidence-timeline-item strong{display:block;margin-bottom:6px;font-size:20px}.ingredient-evidence-timeline-item span{display:inline-flex;margin-bottom:8px;min-height:28px;padding:4px 10px;border-radius:999px;background:#f1f5f3;color:#264034;font-size:12px;font-weight:800}.ingredient-reference-list{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-top:16px}.ingredient-reference-card{display:flex;flex-direction:column;gap:10px;text-decoration:none;color:inherit}.ingredient-reference-card:hover{border-color:#cfe3d8;box-shadow:0 10px 28px rgba(31,107,74,.08)}.ingredient-reference-card-head{display:flex;justify-content:space-between;gap:12px}.ingredient-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.ingredient-summary-card{padding:16px;border-radius:16px;background:#fff;border:1px solid #e3e8e5}.ingredient-summary-card h2{margin:0 0 8px;font-size:16px}.ingredient-summary-card p{margin:0;font-size:14px;line-height:1.55;color:#46564f;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ingredient-video-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:18px}.ingredient-video-frame{position:relative;padding-top:56.25%;border-radius:18px;overflow:hidden;background:#0f1412}.ingredient-video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.ingredient-video-copy{display:flex;flex-direction:column;gap:16px}.ingredient-video-head{display:flex;flex-direction:column;gap:10px}.ingredient-evidence-card{padding:18px;border-radius:16px;background:#f9fbfa;border:1px solid #e3e8e5}.ingredient-evidence-level{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:12px;font-size:14px;font-weight:800}.level-A{background:#e8f6ef;color:#1f6b4a}.level-B{background:#fff7e8;color:#b54708}.level-C{background:#eef2ff;color:#3c4ca8}.ingredient-warning-card{background:#fff}.ingredient-companion-card,.ingredient-warning-card{padding:18px;border-radius:16px;border:1px solid #e3e8e5}.ingredient-companion-card{display:flex;flex-direction:column;gap:8px;background:#f9fbfa;text-decoration:none}.ingredient-companion-card:hover{border-color:#cfe3d8;box-shadow:0 10px 28px rgba(31,107,74,.08)}.ingredient-ai-cta{background:linear-gradient(180deg,#f8fafc,#eef4f8);border-color:#d7e0ea}.ingredient-product-section{background:linear-gradient(180deg,#ffffff,#f8fbf9)}.ingredient-video-section-head{margin-bottom:16px}.ingredient-video-feature{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);gap:18px;margin-bottom:18px}.ingredient-lite-video,.ingredient-video-unavailable{width:100%}.ingredient-lite-video-trigger{position:relative;display:block;width:100%;padding:0;border:0;border-radius:18px;overflow:hidden;background:#0f1412;cursor:pointer}.ingredient-lite-video-thumb,.ingredient-lite-video-trigger:before,.ingredient-video-unavailable-thumb{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}.ingredient-lite-video-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;gap:10px;padding:18px;background:linear-gradient(180deg,rgba(15,20,18,.08),rgba(15,20,18,.78));text-align:left}.ingredient-lite-video-play{display:inline-flex;width:fit-content;min-height:36px;padding:8px 14px;border-radius:999px;background:#fff;color:#17211d;font-size:13px;font-weight:800}.ingredient-lite-video-title{color:#fff;font-size:18px;font-weight:700;line-height:1.4}.ingredient-video-feature-copy{display:flex;flex-direction:column;gap:16px}.ingredient-video-meta-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.ingredient-video-badge,.ingredient-video-duration,.ingredient-video-source-flag{display:inline-flex;align-items:center;min-height:28px;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:800}.ingredient-video-badge.badge-expert{background:#eef2ff;color:#3c4ca8}.ingredient-video-badge.badge-institution{background:#edf7ef;color:#1f6b4a}.ingredient-video-badge.badge-fithub{background:#f5f1ff;color:#6941c6}.ingredient-video-badge.badge-creator{background:#fff6e8;color:#b54708}.ingredient-video-duration,.ingredient-video-source-flag{background:#f7fbf9;color:#5b6b63}.ingredient-video-channel,.ingredient-video-disclaimer,.ingredient-video-empty-copy{margin:0;color:#5b6b63;line-height:1.6}.ingredient-video-feature-copy h4,.ingredient-video-library h3{margin:0 0 8px;font-size:16px;color:#17211d}.ingredient-fithub-video-placeholder,.ingredient-video-caution-box,.ingredient-video-library-card,.ingredient-video-none{padding:16px;border-radius:16px;border:1px solid #e3e8e5;background:#f9fbfa}.ingredient-video-unavailable{display:flex;flex-direction:column;gap:14px;padding:16px;border-radius:18px;border:1px solid #e3e8e5;background:#f8fafc}.ingredient-video-unavailable-copy{display:flex;flex-direction:column;gap:10px}.ingredient-video-library{margin-top:8px}.ingredient-video-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.ingredient-video-library-card{display:flex;flex-direction:column;gap:10px;height:100%}.ingredient-video-inline-link{color:#1f6b4a;font-weight:700;text-decoration:none}.ingredient-video-inline-link:hover{text-decoration:underline}.ingredient-fithub-video-block{margin:0 0 18px;padding:18px;border-radius:18px;border:1px solid #ddd6fe;background:linear-gradient(180deg,#faf8ff,#f5f1ff)}.ingredient-video-next-step{background:linear-gradient(180deg,#f8fafc,#eef4f8);border-color:#d7e0ea}.ingredient-accordion{margin-top:16px;border:1px solid #e3e8e5;border-radius:16px;background:#fff;overflow:hidden}.ingredient-accordion summary{min-height:44px;padding:14px 16px;display:flex;align-items:center;cursor:pointer;font-weight:800;color:#17211d}.ingredient-accordion[open] summary{border-bottom:1px solid #e3e8e5}.ingredient-accordion-content{padding:16px}.ingredient-accordion-body,.ingredient-accordion-note{margin-top:16px}.ingredient-product-note{margin:10px 0 0;font-size:13px;font-weight:700;color:#5b6b63}.app-header-primary-nav{order:-1}.ingredient-bridge-flow,.ingredient-concern-row,.ingredient-hero-reason-row,.knowledge-graph-rail{display:flex;flex-wrap:wrap;gap:10px}.ingredient-bridge-flow span,.ingredient-concern-chip,.ingredient-hero-reason-chip,.knowledge-graph-node{display:inline-flex;align-items:center;min-height:36px;padding:8px 14px;border-radius:999px;background:#f1f5f3;color:#264034;font-size:14px;font-weight:700}.ingredient-concern-chip{border:1px solid #d7e0ea;cursor:pointer}.ingredient-concern-chip.is-selected{background:#1f6b4a;color:#fff;border-color:#1f6b4a}.ingredient-ai-followup,.ingredient-why-search-panel,.knowledge-consult-bridge{margin-top:16px;padding:18px;border-radius:16px;background:#f8fafc;border:1px solid #d7e0ea}.ingredient-evidence-level-wrap{margin:0 0 10px}.knowledge-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.knowledge-card-section{padding:18px;border-radius:16px;border:1px solid #e3e8e5;background:#fff}.knowledge-card-section h3{margin:0 0 10px;font-size:16px}.ingredient-bridge-flow{margin:18px 0 0}.knowledge-graph-links{margin-top:16px;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.knowledge-graph-link{display:flex;flex-direction:column;gap:6px;padding:16px;border-radius:16px;border:1px solid #e3e8e5;background:#fff;color:inherit;text-decoration:none}.knowledge-graph-link span{color:#5b6b63;font-size:13px;text-transform:capitalize}.ingredient-video-provider-note{margin:8px 0 0;color:#5b6b63;font-size:13px;font-weight:700}.ingredient-video-cta-row{margin-top:18px}@media (max-width:900px){.evidence-dashboard-row{grid-template-columns:repeat(2,minmax(0,1fr))}.ingredient-detail-hero,.ingredient-evidence-engine-head,.ingredient-evidence-panels,.ingredient-evidence-score-grid,.ingredient-search-hero,.ingredient-video-feature,.ingredient-video-grid{grid-template-columns:1fr}.ingredient-evidence-engine-head{display:grid}.ingredient-summary-grid{grid-template-columns:1fr}}@media (max-width:640px){.evidence-dashboard-row,.ingredient-evidence-mix-grid,.ingredient-evidence-timeline,.ingredient-reference-list,.knowledge-card-grid,.knowledge-graph-links{grid-template-columns:1fr}.ingredient-search-highlight{flex-direction:column;align-items:flex-start}.ingredient-search-cta{width:100%}.ingredient-section-title{font-size:24px}.ingredient-home-title{max-width:none}.ingredient-detail-hero-copy h1{font-size:clamp(30px,9vw,40px)}}.pk-product-detail-page,.pk-product-hub{display:grid;gap:20px;max-width:960px;margin:0 auto;padding:20px 16px 48px}.fh-rec-detail-banner{--fh-rd-ink:#1A1F1C;--fh-rd-muted:#5E6761;--fh-rd-trust:#1F5C45;--fh-rd-soft:#E7F1EC;--fh-rd-line:#D8E0DB;display:grid;gap:12px;padding:16px 16px 14px;border-radius:16px;background:linear-gradient(180deg,#F4F8F6,#FFFFFF 70%);border:1px solid var(--fh-rd-line);color:var(--fh-rd-ink)}.fh-rec-detail-badge-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px 10px}.fh-rec-detail-badge{display:inline-flex;align-items:center;min-height:28px;padding:4px 10px;border-radius:8px;background:var(--fh-rd-soft,#E7F1EC);color:var(--fh-rd-trust,#1F5C45);font-size:12px;font-weight:800;letter-spacing:.02em;line-height:1.2}.fh-rec-detail-badge--hero{width:fit-content;margin-bottom:2px}.fh-rec-detail-context{font-size:13px;color:var(--fh-rd-muted);line-height:1.4;word-break:keep-all}.fh-rec-detail-reason{display:grid;gap:4px}.fh-rec-detail-reason-label{margin:0;font-size:13px;font-weight:700;color:var(--fh-rd-ink)}.fh-rec-detail-reason-body{margin:0;font-size:15px;line-height:1.55;color:var(--fh-rd-ink);word-break:keep-all}.fh-rec-detail-notice{margin:0;padding:10px 12px;border-radius:10px;background:#F7F5F2;border:1px solid #e6e1da;font-size:13.5px;line-height:1.5;color:var(--fh-rd-muted);word-break:keep-all}.fh-rec-detail-back{display:inline-flex;align-items:center;min-height:44px;width:fit-content;padding:4px 2px;font-size:14px;font-weight:700;color:var(--fh-rd-trust);text-decoration:none;word-break:keep-all}.fh-rec-detail-back:hover{text-decoration:underline}@media (max-width:640px){.fh-rec-detail-banner{padding:14px 14px 12px;gap:10px}.fh-rec-detail-reason-body{font-size:14px;line-height:1.6}.fh-rec-detail-notice{font-size:13px;padding:9px 10px}}.fh-cc-hero{--fh-dl-bg:#F7F5F2;--fh-dl-surface:#FFFFFF;--fh-dl-ink:#1A1F1C;--fh-dl-muted:#5E6761;--fh-dl-trust:#1F5C45;--fh-dl-soft:#E7F1EC;--fh-dl-line:#D8E0DB;display:grid;gap:20px;padding:22px 20px;border-radius:18px;background:var(--fh-dl-surface);border:1px solid var(--fh-dl-line);box-shadow:0 12px 32px rgba(26,31,28,.04);color:var(--fh-dl-ink)}.fh-cc-hero-head{display:grid;gap:10px}.fh-cc-kicker{margin:0;font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--fh-dl-trust)}.fh-cc-title{margin:0;font-size:clamp(20px,4.5vw,26px);line-height:1.35;letter-spacing:-.02em;font-weight:700;color:var(--fh-dl-ink)}.fh-cc-goals-lead{margin:4px 0 0;font-size:15px;line-height:1.6;color:var(--fh-dl-muted)}.fh-cc-goals{list-style:none;margin:0;padding:0;display:grid;gap:8px}.fh-cc-goals li{display:flex;gap:10px;align-items:flex-start;margin:0;padding:12px 14px;border-radius:12px;background:var(--fh-dl-soft);border:1px solid var(--fh-dl-line);font-size:15px;line-height:1.55;color:var(--fh-dl-ink)}.fh-cc-goals li>span:first-child{color:var(--fh-dl-trust);font-weight:700;line-height:1.55}.fh-cc-match{display:grid;gap:12px}.fh-cc-match-heading{margin:0;font-size:16px;font-weight:700;line-height:1.45;color:var(--fh-dl-ink)}.fh-cc-match-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.fh-cc-match-card{display:flex;gap:10px;align-items:flex-start;margin:0;padding:14px;border-radius:12px;border:1px solid var(--fh-dl-line);background:transparent}.fh-cc-match-mark{flex:0 0 auto;color:var(--fh-dl-trust);font-weight:700;line-height:1.55}.fh-cc-match-body{display:grid;gap:4px;min-width:0}.fh-cc-match-title{margin:0;font-size:14px;font-weight:700;color:var(--fh-dl-trust)}.fh-cc-match-text{margin:0;font-size:14px;line-height:1.6;color:var(--fh-dl-muted)}.fh-cc-notice{display:grid;gap:6px;padding:14px;border-radius:12px;background:var(--fh-dl-soft);border:1px solid var(--fh-dl-line)}.fh-cc-notice-title{margin:0;font-size:13px;font-weight:700;color:var(--fh-dl-ink)}.fh-cc-notice-body{margin:0;font-size:13px;line-height:1.6;color:var(--fh-dl-muted)}@media (max-width:640px){.fh-cc-hero{padding:18px 16px;gap:18px}.fh-cc-title{font-size:19px}.fh-cc-goals li,.fh-cc-match-card{padding:12px}}@media (min-width:768px){.fh-cc-match-list{grid-template-columns:repeat(2,minmax(0,1fr))}.fh-cc-match-card:last-child:nth-child(odd){grid-column:1/-1}}.fh-cc-compare{--fh-dl-surface:#FFFFFF;--fh-dl-ink:#1A1F1C;--fh-dl-muted:#5E6761;--fh-dl-trust:#1F5C45;--fh-dl-soft:#E7F1EC;--fh-dl-line:#D8E0DB;display:grid;gap:16px;padding:22px 20px;border-radius:18px;background:var(--fh-dl-surface);border:1px solid var(--fh-dl-line);box-shadow:0 12px 32px rgba(26,31,28,.04);color:var(--fh-dl-ink)}.fh-cc-compare-head{display:grid;gap:8px}.fh-cc-compare-title{margin:0;font-size:clamp(18px,4vw,22px);line-height:1.35;letter-spacing:-.02em;font-weight:700}.fh-cc-compare-lead{margin:0;font-size:14px;line-height:1.6;color:var(--fh-dl-muted)}.fh-cc-compare-card,.fh-cc-compare-grid{display:grid;gap:12px}.fh-cc-compare-card{padding:16px 14px;border-radius:14px;border:1px solid var(--fh-dl-line);background:transparent}.fh-cc-compare-card.is-current{background:var(--fh-dl-soft);border-color:color-mix(in srgb,var(--fh-dl-trust) 28%,var(--fh-dl-line))}.fh-cc-compare-role{margin:0;font-size:15px;font-weight:700;line-height:1.4;color:var(--fh-dl-trust)}.fh-cc-compare-fields{margin:0;display:grid;gap:10px}.fh-cc-compare-fields>div{display:grid;gap:4px}.fh-cc-compare-fields dt{margin:0;font-size:12px;font-weight:700;letter-spacing:.02em;color:var(--fh-dl-ink)}.fh-cc-compare-fields dd{margin:0;font-size:14px;line-height:1.6;color:var(--fh-dl-muted)}.fh-cc-compare-note{margin:2px 0 0;padding:14px;border-radius:12px;background:var(--fh-dl-soft);border:1px solid var(--fh-dl-line);font-size:13px;line-height:1.65;color:var(--fh-dl-muted)}@media (max-width:640px){.fh-cc-compare{padding:18px 16px;gap:14px}.fh-cc-compare-card{padding:14px 12px}}@media (min-width:900px){.fh-cc-compare-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.fh-cc-coach{--fh-dl-surface:#FFFFFF;--fh-dl-ink:#1A1F1C;--fh-dl-muted:#5E6761;--fh-dl-trust:#1F5C45;--fh-dl-soft:#E7F1EC;--fh-dl-line:#D8E0DB;display:grid;gap:18px;padding:22px 20px;border-radius:18px;background:var(--fh-dl-surface);border:1px solid var(--fh-dl-line);box-shadow:0 12px 32px rgba(26,31,28,.04);color:var(--fh-dl-ink)}.fh-cc-coach-head{display:grid;gap:8px}.fh-cc-coach-kicker{margin:0;font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--fh-dl-trust)}.fh-cc-coach-title{margin:0;font-size:clamp(18px,4vw,22px);line-height:1.35;letter-spacing:-.02em;font-weight:700}.fh-cc-coach-lead{margin:0;font-size:14px;line-height:1.65;color:var(--fh-dl-muted)}.fh-cc-coach-block{display:grid;gap:10px}.fh-cc-coach-subtitle{margin:0;font-size:15px;font-weight:700;line-height:1.4;color:var(--fh-dl-ink)}.fh-cc-coach-daily{list-style:none;margin:0;padding:0;display:grid;gap:10px}.fh-cc-coach-daily-item{display:grid;gap:6px;padding:14px;border-radius:12px;background:var(--fh-dl-soft);border:1px solid var(--fh-dl-line)}.fh-cc-coach-slot-label{margin:0;font-size:13px;font-weight:700;color:var(--fh-dl-trust)}.fh-cc-coach-habit-tip,.fh-cc-coach-slot-tip{margin:0;font-size:14px;line-height:1.6;color:var(--fh-dl-muted)}.fh-cc-coach-habits{list-style:none;margin:0;padding:0;display:grid;gap:10px}.fh-cc-coach-habit{display:grid;gap:4px;padding:14px;border-radius:12px;border:1px solid var(--fh-dl-line)}.fh-cc-coach-habit-label{margin:0;font-size:13px;font-weight:700;color:var(--fh-dl-ink)}.fh-cc-coach-reminders{list-style:none;margin:0;padding:0;display:grid;gap:10px}.fh-cc-coach-reminder{display:flex;gap:10px;align-items:flex-start;margin:0;padding:12px 14px;border-radius:12px;background:var(--fh-dl-soft);border:1px solid var(--fh-dl-line);font-size:14px;line-height:1.6;color:var(--fh-dl-muted)}.fh-cc-coach-reminder-mark{color:var(--fh-dl-trust);font-weight:700;line-height:1.6}@media (max-width:640px){.fh-cc-coach{padding:18px 16px;gap:16px}.fh-cc-coach-daily-item,.fh-cc-coach-habit,.fh-cc-coach-reminder{padding:12px}}@media (min-width:768px){.fh-cc-coach-daily{grid-template-columns:repeat(3,minmax(0,1fr))}.fh-cc-coach-habits{grid-template-columns:repeat(2,minmax(0,1fr))}.fh-cc-coach-habits>li:last-child:nth-child(odd){grid-column:1/-1}}.fh-cc-plan{--fh-dl-surface:#FFFFFF;--fh-dl-ink:#1A1F1C;--fh-dl-muted:#5E6761;--fh-dl-trust:#1F5C45;--fh-dl-soft:#E7F1EC;--fh-dl-line:#D8E0DB;display:grid;gap:14px;padding:22px 20px;border-radius:18px;background:var(--fh-dl-surface);border:1px solid var(--fh-dl-line);box-shadow:0 12px 32px rgba(26,31,28,.04);color:var(--fh-dl-ink)}.fh-cc-plan-head{display:grid;gap:8px;margin-bottom:4px}.fh-cc-plan-kicker{margin:0;font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--fh-dl-trust)}.fh-cc-plan-title{margin:0;font-size:clamp(18px,4vw,22px);line-height:1.35;letter-spacing:-.02em;font-weight:700}.fh-cc-plan-lead{margin:0;font-size:14px;line-height:1.65;color:var(--fh-dl-muted)}.fh-cc-plan-card{display:grid;gap:10px;padding:16px 14px;border-radius:14px;border:1px solid var(--fh-dl-line);background:transparent}.fh-cc-plan-card-title{margin:0;font-size:15px;font-weight:700;line-height:1.4;color:var(--fh-dl-ink)}.fh-cc-plan-focus{list-style:none;margin:0;padding:0;display:grid;gap:8px}.fh-cc-plan-focus li{display:flex;gap:10px;align-items:flex-start;margin:0;padding:12px 14px;border-radius:12px;background:var(--fh-dl-soft);border:1px solid var(--fh-dl-line);font-size:14px;line-height:1.6;color:var(--fh-dl-ink)}.fh-cc-plan-focus li>span:first-child{color:var(--fh-dl-trust);font-weight:700}.fh-cc-plan-weeks{list-style:none;margin:0;padding:0;display:grid;gap:10px}.fh-cc-plan-week{display:grid;gap:4px;padding:12px 14px;border-radius:12px;border:1px solid var(--fh-dl-line)}.fh-cc-plan-week-label{margin:0;font-size:13px;font-weight:700;color:var(--fh-dl-trust)}.fh-cc-plan-progress,.fh-cc-plan-week-action{margin:0;font-size:14px;line-height:1.65;color:var(--fh-dl-muted)}.fh-cc-plan-learn{list-style:none;margin:0;padding:0;display:grid;gap:8px}.fh-cc-plan-learn-item{padding:12px 14px;border-radius:12px;background:var(--fh-dl-soft);border:1px solid var(--fh-dl-line)}.fh-cc-plan-learn-item summary{cursor:pointer;font-size:14px;font-weight:700;color:var(--fh-dl-ink);list-style:none}.fh-cc-plan-learn-item summary::-webkit-details-marker{display:none}.fh-cc-plan-learn-item summary:after{content:"＋";float:right;color:var(--fh-dl-trust);font-weight:700}.fh-cc-plan-learn-item[open] summary:after{content:"－"}.fh-cc-plan-learn-item p{margin:10px 0 0;font-size:14px;line-height:1.6;color:var(--fh-dl-muted)}.fh-cc-plan-learn-link{display:inline-block;margin-top:8px;font-size:13px;font-weight:650;color:var(--fh-dl-trust);text-decoration:underline;text-underline-offset:3px}@media (max-width:640px){.fh-cc-plan{padding:18px 16px}.fh-cc-plan-card{padding:14px 12px}}@media (min-width:768px){.fh-cc-plan-learn,.fh-cc-plan-weeks{grid-template-columns:repeat(2,minmax(0,1fr))}}.fh-cc-hub{--fh-dl-surface:#FFFFFF;--fh-dl-ink:#1A1F1C;--fh-dl-muted:#5E6761;--fh-dl-trust:#1F5C45;--fh-dl-soft:#E7F1EC;--fh-dl-line:#D8E0DB;display:grid;gap:18px;padding:22px 20px;border-radius:18px;background:var(--fh-dl-surface);border:1px solid var(--fh-dl-line);box-shadow:0 12px 32px rgba(26,31,28,.04);color:var(--fh-dl-ink)}.fh-cc-hub-head{display:grid;gap:8px}.fh-cc-hub-kicker{margin:0;font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--fh-dl-trust)}.fh-cc-hub-title{margin:0;font-size:clamp(18px,4vw,22px);line-height:1.35;letter-spacing:-.02em;font-weight:700}.fh-cc-hub-lead{margin:0;font-size:14px;line-height:1.65;color:var(--fh-dl-muted)}.fh-cc-hub-block{display:grid;gap:10px}.fh-cc-hub-subtitle{margin:0;font-size:15px;font-weight:700;line-height:1.4;color:var(--fh-dl-ink)}.fh-cc-hub-faq,.fh-cc-hub-learn,.fh-cc-hub-next{list-style:none;margin:0;padding:0;display:grid;gap:8px}.fh-cc-hub-details{padding:12px 14px;border-radius:12px;background:var(--fh-dl-soft);border:1px solid var(--fh-dl-line)}.fh-cc-hub-details summary{cursor:pointer;font-size:14px;font-weight:700;color:var(--fh-dl-ink);list-style:none}.fh-cc-hub-details summary::-webkit-details-marker{display:none}.fh-cc-hub-details summary:after{content:"＋";float:right;color:var(--fh-dl-trust);font-weight:700}.fh-cc-hub-details[open] summary:after{content:"－"}.fh-cc-hub-details p{margin:10px 0 0;font-size:14px;line-height:1.65;color:var(--fh-dl-muted)}.fh-cc-hub-next-card{display:grid;gap:6px;padding:14px;border-radius:12px;border:1px solid var(--fh-dl-line)}.fh-cc-hub-next-title{margin:0;font-size:14px;font-weight:700;color:var(--fh-dl-ink)}.fh-cc-hub-next-body{margin:0;font-size:14px;line-height:1.6;color:var(--fh-dl-muted)}.fh-cc-hub-next-link{font-size:13px;font-weight:650;color:var(--fh-dl-trust);text-decoration:underline;text-underline-offset:3px}.fh-cc-hub-return{display:grid;gap:10px;padding:16px 14px;border-radius:14px;background:var(--fh-dl-soft);border:1px solid var(--fh-dl-line)}.fh-cc-hub-return-body{margin:0;font-size:14px;line-height:1.65;color:var(--fh-dl-muted)}.fh-cc-hub-return-cta{min-height:48px}@media (max-width:640px){.fh-cc-hub{padding:18px 16px;gap:16px}.fh-cc-hub-details,.fh-cc-hub-next-card,.fh-cc-hub-return{padding:12px}}@media (min-width:768px){.fh-cc-hub-faq,.fh-cc-hub-learn,.fh-cc-hub-next{grid-template-columns:repeat(2,minmax(0,1fr))}}.pk-ai-consult-section h2,.pk-ingredient-section h2,.pk-product-hero h1,.pk-related-products h2{margin:8px 0 12px;font-size:clamp(24px,5vw,34px);line-height:1.2}.pk-disclosure,.pk-section-lead{color:var(--muted,#5b6470);line-height:1.55}.pk-product-facts{display:grid;gap:12px;margin:18px 0 0}.pk-product-facts dt{font-size:12px;letter-spacing:.04em;text-transform:uppercase;opacity:.7}.pk-product-facts dd{margin:4px 0 0;line-height:1.5}.pk-catalog-grid,.pk-ingredient-stack,.pk-related-stack{display:grid;gap:16px}.pk-catalog-card,.pk-ingredient-card,.pk-related-card{display:grid;gap:14px;padding:18px;border:1px solid color-mix(in srgb,currentColor 12%,transparent);border-radius:18px;background:color-mix(in srgb,canvas 92%,#dfe8df)}.pk-catalog-card-media{min-height:120px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(145deg,#e8f0e6,#f4f7f2 55%,#dde8ef)}.pk-catalog-placeholder{font-weight:700;letter-spacing:.04em;opacity:.7}.pk-full-cta{display:inline-flex;justify-content:center;width:100%;box-sizing:border-box;text-align:center}.pk-role-badge{display:inline-flex;width:fit-content;padding:4px 10px;border-radius:999px;font-size:12px;background:color-mix(in srgb,#2f6b4f 14%,transparent)}.pk-ingredient-meta{display:grid;gap:10px;margin:0}.pk-ingredient-meta dt{font-size:12px;opacity:.7}.pk-ingredient-meta dd{margin:2px 0 0;line-height:1.45}.pk-secondary-wrap{display:grid;gap:14px;margin-top:16px}.pk-return-link{margin-bottom:4px}.pk-search-products{margin-top:8px}.pk-search-product-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.pk-search-product-list a{display:grid;gap:4px;padding:12px 14px;border-radius:14px;text-decoration:none;color:inherit;background:color-mix(in srgb,canvas 90%,#d7e4d8)}.pk-search-product-list span{font-size:14px;opacity:.75}.pk-admin-row{grid-template-columns:1.4fr .8fr 1fr 1.2fr .5fr .6fr 1.3fr .8fr}.pk-admin-row-wide{grid-template-columns:1.5fr .9fr .8fr 1fr 1.3fr 1fr .8fr}.pk-admin-row-button{width:100%;border:0;background:transparent;text-align:left;cursor:pointer;font:inherit;color:inherit}.pk-admin-row-button:focus-visible,.pk-admin-row-button:hover{background:color-mix(in srgb,canvas 88%,#d7e4d8)}.pk-admin-detail{display:grid;gap:14px}.pk-admin-json{margin:0;padding:14px;border-radius:14px;overflow:auto;font-size:12px;line-height:1.45;background:color-mix(in srgb,canvas 92%,#1d2a1f);max-height:280px}@media (max-width:768px){.pk-product-detail-page,.pk-product-hub{padding:16px 12px 40px}.pk-admin-row,.pk-admin-row-wide{grid-template-columns:1fr}}@media (max-width:390px){.pk-catalog-card,.pk-ingredient-card,.pk-related-card{padding:14px;border-radius:14px}}.xb-page{display:grid;gap:18px;max-width:880px;margin:0 auto;padding:20px 16px 48px}.xb-page h1{font-size:clamp(28px,6vw,40px);line-height:1.15;margin:0}.xb-lead,.xb-muted{color:#5b6470;line-height:1.55}.xb-badge{display:inline-flex;width:fit-content;padding:5px 10px;border-radius:8px;font-size:12px;font-weight:700;letter-spacing:.02em;background:#e8f0ea;color:#1d3d2c}.xb-badge-overseas_purchase_agency{background:#efe6d8;color:#5a3d12}.xb-badge-external_affiliate{background:#e4ebf5;color:#243a5c}.xb-badge-review,.xb-badge-unavailable{background:#f0e4e4;color:#6a2f2f}.xb-badge-domestic{background:#e8f0ea;color:#1d3d2c}.xb-badge-out_of_stock{background:#f3ebe3;color:#6a4020}.xb-badge-discontinued{background:#f0e4e4;color:#6a2f2f}.xb-badge-preorder{background:#e7eef6;color:#2a4466}.pb-redirecting{margin:8px 0}.xb-cta-block,.xb-customs-form,.xb-demo,.xb-group,.xb-mixed,.xb-notice{display:grid;gap:12px}.xb-code-row,.xb-cta-actions,.xb-cta-row,.xb-demo-actions,.xb-group-head,.xb-item-actions,.xb-notice-head{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.xb-inline-notice,.xb-notice-lead{margin:0;line-height:1.55}.xb-notice-facts{display:grid;gap:12px;margin:0}.xb-notice-facts dt{font-size:12px;opacity:.7;margin:0}.xb-notice-facts dd{margin:4px 0 0;line-height:1.5}.xb-secondary-link{color:#1f6b4a;font-weight:600}.xb-success{color:#1f6b4a;margin:0}.xb-full{width:100%;justify-content:center}.xb-field{display:grid;gap:6px}.xb-field input{width:100%;padding:12px 14px;border:1px solid #d5ddd8;border-radius:12px;font:inherit}.xb-check{display:flex;gap:10px;align-items:flex-start;line-height:1.45}.xb-check input{margin-top:4px}.xb-errors{color:#8a2f2f;margin:0;padding-left:18px}.xb-ghost-btn{border:1px solid #d5ddd8;background:#fff;border-radius:10px;padding:8px 12px;font:inherit;cursor:pointer}.xb-item-list{list-style:none;margin:0;padding:0;display:grid;gap:12px}.xb-item-list li{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:12px 0;border-top:1px solid #e7ece8}.xb-group-cta{margin-top:8px}.xb-admin-table{display:grid;gap:14px}.xb-admin-row{display:grid;gap:8px;padding:12px 0;border-top:1px solid #e7ece8}@media (max-width:768px){.xb-page{padding:16px 12px 40px}}@media (max-width:390px){.xb-page{padding:14px 10px 36px}.xb-field input{padding:11px 12px}}.cx-landing{display:grid;gap:18px;max-width:880px;margin:0 auto;padding:20px 16px 48px}.cx-landing-title{font-size:clamp(28px,6.5vw,44px);line-height:1.15;margin:8px 0}.cx-landing-lead,.cx-muted{color:#5b6470;line-height:1.55;margin:0}.cx-journey-chip{display:inline-flex;width:fit-content;padding:6px 10px;border-radius:8px;background:#e8f0ea;font-size:13px;margin:8px 0 0}.cx-cta-actions,.cx-cta-stack{display:grid;gap:12px;margin-top:16px}.cx-cta-full,.home-cta-primary.cx-cta-full,a.wow-primary-btn.cx-cta-full{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:44px;box-sizing:border-box;text-align:center;text-decoration:none}.cx-secondary-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;color:#1f6b4a;font-weight:600;text-decoration:underline;text-underline-offset:3px}.cx-consult-intro,.cx-landing-search,.cx-purchase-cta,.cx-result-block,.cx-result-ingredient,.cx-review-section,.cx-search-hit{display:grid;gap:12px}.cx-search-label{font-size:13px;opacity:.75}.cx-search-hit{margin-top:8px;padding-top:12px;border-top:1px solid #e7ece8}.cx-result-screen .cx-result-ingredient{padding:14px;border:1px solid #e3e8e5;border-radius:14px;background:#fff}.cx-result-screen .cx-result-ingredient h2{margin:4px 0;font-size:1.15rem}.cx-review-empty{color:#5b6470;margin:0}.cx-review-list{list-style:none;margin:0;padding:0;display:grid;gap:12px}.cx-ingredient-detail .ingredient-companion-grid,.cx-ingredient-detail .ingredient-summary-grid,.cx-product-detail .pk-ingredient-stack{display:grid;gap:14px}.cx-stage-label{margin:0 0 8px;padding:0 4px}.cx-product-detail .home-cta-primary,.cx-product-detail .pk-full-cta{min-height:44px}@media (max-width:768px){.cx-landing{padding:16px 12px 40px}.cx-ingredient-detail .ingredient-companion-grid,.cx-ingredient-detail .ingredient-summary-grid{grid-template-columns:1fr}}@media (max-width:390px){.cx-landing{padding:14px 10px 36px}}@media (max-width:320px){.cx-landing-title{font-size:26px}}body:has(.fh-home){background:#F7F5F2;--fh-dl-bg:#F7F5F2;--fh-dl-surface:#FFFFFF;--fh-dl-ink:#1A1F1C;--fh-dl-muted:#5E6761;--fh-dl-trust:#1F5C45;--fh-dl-soft:#E7F1EC;--fh-dl-accent:#5B8CDE;--fh-dl-accent-soft:#E8F1FA;--fh-dl-line:#D8E0DB;--fh-dl-line-strong:#BFD3C8;--fh-dl-placeholder:#8A928C}.fh-home{--fh-dl-bg:#F7F5F2;--fh-dl-surface:#FFFFFF;--fh-dl-ink:#1A1F1C;--fh-dl-muted:#5E6761;--fh-dl-trust:#1F5C45;--fh-dl-soft:#E7F1EC;--fh-dl-accent:#5B8CDE;--fh-dl-accent-soft:#E8F1FA;--fh-dl-line:#D8E0DB;--fh-dl-line-strong:#BFD3C8;--fh-dl-placeholder:#8A928C;gap:24px;max-width:640px;width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Apple SD Gothic Neo,Noto Sans KR,sans-serif;-webkit-font-smoothing:antialiased;padding:max(20px,env(safe-area-inset-top)) max(16px,env(safe-area-inset-right)) calc(48px + env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));background:radial-gradient(120% 60% at 0 0,rgba(91,140,222,.08),transparent 55%),radial-gradient(90% 50% at 100% 8%,rgba(31,92,69,.07),transparent 50%),var(--fh-dl-bg);color:var(--fh-dl-ink)}.app-header--home{max-width:640px;width:100%;padding-left:max(16px,env(safe-area-inset-left));padding-right:max(16px,env(safe-area-inset-right))}.app-header--home .app-header-brand--home{flex:1 1;font-size:15px;font-weight:700;letter-spacing:-.02em;color:var(--fh-dl-trust,#1F5C45);text-decoration:none}.app-header--home .app-header-nav{margin-left:auto}.app-header--home .app-header-link{color:var(--fh-dl-muted,#5E6761);font-weight:500;font-size:14px}.fh-home-hero{display:grid;gap:10px;padding:4px 2px 0;text-align:left;animation:fh-home-enter .45s ease both}.fh-home-logo{font-size:clamp(1.5rem,5vw,1.85rem);font-weight:800;letter-spacing:-.04em;line-height:1.15}.fh-home-identity,.fh-home-logo{margin:0;color:var(--fh-dl-trust)}.fh-home-identity{display:inline-flex;width:fit-content;padding:6px 12px;border-radius:999px;background:var(--fh-dl-soft);font-size:13px;font-weight:700;letter-spacing:-.01em;line-height:1.3}.fh-home-welcome{display:grid;gap:4px;margin:2px 0 0}.fh-home-welcome-eyebrow{margin:0;font-size:14px;font-weight:600;color:var(--fh-dl-muted);letter-spacing:-.01em;line-height:1.4}.fh-home-welcome-title{margin:0;font-size:clamp(1.05rem,3.8vw,1.2rem);font-weight:700;color:var(--fh-dl-ink);letter-spacing:-.02em;line-height:1.4}.fh-home-traffic-continue{margin:8px 0 0;padding:10px 12px;border-radius:12px;background:var(--fh-dl-soft);color:var(--fh-dl-ink);font-size:14px;font-weight:600;line-height:1.45;letter-spacing:-.01em}.fh-home-start-path{display:grid;gap:10px;padding-top:2px}.fh-home-start-path-title{margin:0;font-size:16px;font-weight:600;color:var(--fh-dl-muted);letter-spacing:-.01em}.fh-home-start-path-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.fh-home-start-path-btn{display:flex;align-items:center;justify-content:center;min-height:52px;padding:12px 14px;border:1px solid var(--fh-dl-line);border-radius:14px;background:#fff;color:var(--fh-dl-ink);font:inherit;font-size:15px;font-weight:600;letter-spacing:-.01em;line-height:1.25;text-align:center;cursor:pointer}.fh-home-start-path-btn--active{border-color:var(--fh-dl-trust);background:var(--fh-dl-soft);color:var(--fh-dl-trust)}.fh-home-start-path-btn:focus-visible{outline:2px solid var(--fh-dl-trust);outline-offset:2px}.fh-home-ingredient-start{display:grid;gap:12px;padding-top:4px}.fh-home-ingredient-start-lead{margin:0;font-size:15px;color:var(--fh-dl-muted);line-height:1.5}.fh-platform-ingredient-explore{display:grid;gap:12px;padding:8px 2px 4px;scroll-margin-top:12px}.fh-platform-ingredient-search-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.fh-platform-ingredient-search{position:relative;display:grid}.fh-platform-ingredient-input{width:100%;min-height:48px;padding:12px 44px 12px 14px;border:1px solid var(--fh-dl-line);border-radius:14px;font-size:16px;color:var(--fh-dl-ink);background:#fff}.fh-platform-ingredient-input:focus{outline:2px solid var(--fh-dl-trust);outline-offset:2px;border-color:var(--fh-dl-trust)}.fh-platform-ingredient-search-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:13px;font-weight:600;color:var(--fh-dl-muted);pointer-events:none}.fh-platform-ingredient-hit-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.fh-platform-ingredient-browse-toggle{min-height:44px;padding:10px 14px;border:1px solid var(--fh-dl-line);border-radius:12px;background:#fff;color:var(--fh-dl-ink);font-size:15px;font-weight:600;text-align:center;cursor:pointer}.fh-platform-ingredient-browse-toggle:focus-visible{outline:2px solid var(--fh-dl-trust);outline-offset:2px}.fh-platform-ingredient-all-list{list-style:none;margin:0;padding:0;display:grid;gap:6px;max-height:min(52vh,420px);overflow:auto;border:1px solid var(--fh-dl-line);border-radius:14px;background:#fff}.fh-platform-ingredient-all-link{display:block;width:100%;padding:12px 14px;text-decoration:none;text-align:left;color:var(--fh-dl-ink);font:inherit;font-size:15px;font-weight:600;border:0;border-bottom:1px solid var(--fh-dl-line);background:transparent;cursor:pointer}.fh-platform-ingredient-all-list li:last-child .fh-platform-ingredient-all-link{border-bottom:0}.fh-platform-ingredient-all-link:hover{background:var(--fh-dl-soft)}.fh-platform-ingredient-all-link:focus-visible{outline:2px solid var(--fh-dl-trust);outline-offset:-2px}.fh-home-title{margin:0;font-size:clamp(1.65rem,5.8vw,2.05rem);line-height:1.28;letter-spacing:-.03em;font-weight:700;color:var(--fh-dl-ink)}.fh-home-lead{margin:0;max-width:36em;font-size:16px;font-weight:500;color:var(--fh-dl-muted);line-height:1.55;letter-spacing:-.01em}.fh-home-promise{margin:0;font-size:14px;font-weight:600;color:var(--fh-dl-trust);line-height:1.45;letter-spacing:-.01em}.fh-home-search{display:grid;gap:0;margin-top:6px;animation:fh-home-enter .5s ease .06s both}.fh-home-search .fh-search-trust{margin-top:10px}.fh-home-cta-row{animation:fh-home-enter .5s ease .12s both}.fh-home-topics{animation:fh-home-enter .5s ease .18s both}@keyframes fh-home-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.fh-home-cta-row,.fh-home-evidence,.fh-home-explore,.fh-home-footer,.fh-home-hero,.fh-home-search,.fh-home-stories,.fh-home-topics{animation:none}}.fh-search-form{display:grid;gap:10px}.fh-search-shell{display:grid;grid-template-columns:1fr auto;align-items:stretch;gap:0;min-height:72px;padding:8px 8px 8px 16px;border:1.5px solid var(--fh-dl-line-strong);border-radius:22px;background:var(--fh-dl-surface);box-shadow:none;transition:border-color .18s ease}.fh-search-shell:focus-within{border-color:var(--fh-dl-trust);box-shadow:none;outline:2px solid var(--fh-dl-trust);outline-offset:3px}.fh-search-field{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto 1fr;gap:0 10px;align-items:center;min-width:0}.fh-search-label{grid-column:1/-1;font-size:12px;letter-spacing:.02em;line-height:1.2;padding-top:2px}.fh-search-icon,.fh-search-label{font-weight:700;color:var(--fh-dl-trust)}.fh-search-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;font-size:22px;line-height:1}.fh-search-input{width:100%;min-height:40px;padding:4px 4px 6px 0;border:0;border-radius:0;background:transparent;color:var(--fh-dl-ink);font:inherit;font-size:17px;line-height:1.35;box-shadow:none;outline:none;appearance:none}.fh-search-input::-webkit-search-cancel-button,.fh-search-input::-webkit-search-decoration{display:none}.fh-search-input::placeholder{color:var(--fh-dl-placeholder)}.fh-search-input:focus-visible{outline:none;box-shadow:none}.fh-search-hint{margin:0;padding-left:4px;font-size:13px;color:var(--fh-dl-muted);line-height:1.45}.fh-search-trust{list-style:none;margin:0;padding:2px 4px 0;display:flex;flex-wrap:wrap;gap:6px 14px}.fh-search-empty-hint{margin:10px 4px 0;font-size:14px;line-height:1.45;color:#8a3030;font-weight:650}.fh-search-trust-item{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:var(--fh-dl-muted);line-height:1.4}.fh-search-trust-check{color:var(--fh-dl-trust);font-size:11px;font-weight:700;line-height:1}.fh-search-submit{align-self:stretch!important;min-width:88px!important;min-height:56px!important;height:100%!important;padding:0 20px!important;font-size:17px!important;font-weight:700!important;border-radius:16px!important;background:var(--fh-dl-trust)!important;color:#fff!important;border:0!important}.fh-search-submit,.fh-search-submit:hover{box-shadow:none!important;transform:none!important}.fh-search-submit:hover{background:#194A38!important}.fh-search-submit:active{transform:scale(.98)!important}.fh-live-search{display:grid;gap:10px;margin-top:14px;padding:14px 16px;border:1px solid var(--fh-dl-line);border-radius:18px;background:var(--fh-dl-surface)}.fh-live-search-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.fh-live-search-kicker{margin:0;font-size:12px;font-weight:700;letter-spacing:.02em;color:var(--fh-dl-trust)}.fh-live-search-live{display:inline-flex;align-items:center;gap:6px;padding:3px 8px;border-radius:999px;background:var(--fh-dl-soft);color:var(--fh-dl-trust);font-size:10px;font-weight:800;letter-spacing:.06em;line-height:1}.fh-live-search-live:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--fh-dl-trust);box-shadow:0 0 0 0 rgba(31,92,69,.45);animation:fh-live-pulse 1.6s ease infinite}.fh-live-search-list{list-style:none;margin:0;padding:0;display:grid;gap:4px}.fh-live-search-item{animation:fh-live-slide-fade .45s ease both}.fh-live-search-btn{width:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;min-height:40px;padding:8px 10px;border:0;border-radius:12px;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer;transition:background .18s ease}.fh-live-search-btn:focus-visible,.fh-live-search-btn:hover{background:var(--fh-dl-soft);outline:none}.fh-live-search-btn:focus-visible{outline:2px solid var(--fh-dl-trust);outline-offset:2px}.fh-live-search-dot{width:6px;height:6px;border-radius:50%;background:var(--fh-dl-line-strong)}.fh-live-search-keyword{font-size:14px;font-weight:600;color:var(--fh-dl-ink);line-height:1.35;letter-spacing:-.01em}.fh-live-search-age{font-size:12px;font-weight:500;color:var(--fh-dl-muted);white-space:nowrap}.fh-live-search-list--skeleton{gap:8px}.fh-live-search-skel{height:36px;border-radius:12px;background:linear-gradient(90deg,var(--fh-dl-soft) 0,#f3f7f5 50%,var(--fh-dl-soft) 100%);background-size:200% 100%;animation:fh-live-skel 1.2s ease infinite}@keyframes fh-live-slide-fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes fh-live-pulse{0%{box-shadow:0 0 0 0 rgba(31,92,69,.4)}70%{box-shadow:0 0 0 8px rgba(31,92,69,0)}to{box-shadow:0 0 0 0 rgba(31,92,69,0)}}@keyframes fh-live-skel{0%{background-position:100% 0}to{background-position:-100% 0}}@media (max-width:520px){.fh-live-search{padding:12px;border-radius:16px;margin-top:12px}.fh-live-search-keyword{font-size:13px}.fh-live-search-age{font-size:11px}.fh-live-search-btn{min-height:44px;padding:8px}}@media (prefers-reduced-motion:reduce){.fh-live-search-item,.fh-live-search-live:before,.fh-live-search-skel{animation:none}}.fh-home-cta-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.fh-home-cta{min-height:52px!important;font-size:clamp(12px,3.2vw,14px)!important;border-radius:16px!important;border:1.5px solid var(--fh-dl-line)!important;background:var(--fh-dl-surface)!important;color:var(--fh-dl-ink)!important;font-weight:600!important;text-decoration:none!important;padding:12px 10px!important;text-align:center;line-height:1.35;white-space:normal!important}.fh-home-cta,.fh-home-cta:hover{box-shadow:none!important;transform:none!important}.fh-home-cta:hover{border-color:var(--fh-dl-trust)!important;color:var(--fh-dl-trust)!important;background:var(--fh-dl-soft)!important}.fh-home-cta:active{transform:scale(.98)!important}.fh-home-cta--primary{background:var(--fh-dl-trust)!important;border-color:var(--fh-dl-trust)!important;color:#fff!important}.fh-home-cta--primary:hover{background:#194A38!important;border-color:#194A38!important;color:#fff!important}.fh-home-topics{display:grid;gap:14px;padding-top:4px}.fh-home-topics-title{margin:0;font-size:16px;font-weight:600;color:var(--fh-dl-muted);letter-spacing:-.01em}.fh-home-topic-grid{display:flex;flex-wrap:wrap;gap:10px}.fh-home-topic{display:inline-flex;align-items:center;justify-content:center;min-height:48px;min-width:4.5rem;padding:12px 18px;border:1px solid var(--fh-dl-line);border-radius:999px;background:transparent;color:var(--fh-dl-ink);font:inherit;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.fh-home--platform-step1 .fh-home-hero{gap:12px;padding-bottom:8px}.fh-home--platform-step1 .fh-home-identity{font-size:14px;padding:7px 14px}.fh-home--platform-step1 .fh-home-topics{padding-top:8px}@media (max-width:480px){.fh-home--platform-step1{padding-left:14px;padding-right:14px;overflow-x:hidden}.fh-home--platform-step1 .fh-home-title{font-size:clamp(1.5rem,7vw,1.85rem)}.fh-home--platform-step1 .fh-home-topic-grid{gap:10px}.fh-home--platform-step1 .fh-home-topic{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 10px);max-width:calc(50% - 5px)}}.fh-home-topic:hover{border-color:var(--fh-dl-line-strong)}.fh-home-topic--selected,.fh-home-topic:hover{background:var(--fh-dl-soft);color:var(--fh-dl-trust)}.fh-home-topic--selected{border-color:var(--fh-dl-trust);font-weight:600}.fh-home-topic:active{background:var(--fh-dl-soft)}.fh-home-topic:focus-visible{outline:2px solid var(--fh-dl-trust);outline-offset:2px}.fh-platform-video{display:grid;gap:16px;padding-top:8px;max-width:100%;overflow-x:hidden}.fh-platform-video-head{display:grid;gap:6px}.fh-platform-video-title{margin:0;font-size:clamp(1.2rem,4.5vw,1.45rem);font-weight:700;color:var(--fh-dl-ink);letter-spacing:-.02em;line-height:1.35}.fh-platform-video-lead{margin:0;font-size:15px;line-height:1.5;color:var(--fh-dl-muted)}.fh-platform-video-count{margin:0;font-size:13px;font-weight:600;line-height:1.45;color:var(--fh-dl-ink)}.fh-platform-video-featured{display:grid;gap:10px}.fh-platform-video-featured-copy{display:grid;gap:4px}.fh-platform-video-featured-title{margin:0;font-size:clamp(1.05rem,3.8vw,1.2rem);font-weight:650;line-height:1.4;color:var(--fh-dl-ink)}.fh-platform-video-relation{margin:0;font-size:12px;font-weight:700;letter-spacing:-.01em;color:var(--fh-dl-ink)}.fh-platform-video-relation-note{margin:0;font-size:12px;line-height:1.45;color:var(--fh-dl-muted)}.fh-platform-video-badge{margin:0;font-size:13px;font-weight:600;color:var(--fh-dl-trust)}.fh-platform-video-meta{margin:0;font-size:13px;color:var(--fh-dl-muted)}.fh-platform-video-summary{display:grid;gap:4px;margin-top:4px}.fh-platform-video-summary-label{margin:0;font-size:13px;font-weight:650;color:var(--fh-dl-ink)}.fh-platform-video-summary ul{margin:0;padding-left:1.1em;display:grid;gap:2px}.fh-platform-video-summary li,.fh-platform-video-topics,.fh-platform-video-why{font-size:13px;line-height:1.45;color:var(--fh-dl-muted)}.fh-platform-video-topics,.fh-platform-video-why{margin:0}.fh-platform-video-embed{position:relative;width:100%;border-radius:14px;overflow:hidden;background:#0f1720;aspect-ratio:16/9}.fh-platform-video-trigger{display:block;width:100%;height:100%;padding:0;border:0;cursor:pointer;position:relative;background:#0f1720}.fh-platform-video-thumb{width:100%;height:100%;object-fit:cover;display:block}.fh-platform-video-play{position:absolute;inset:auto auto 14px 14px;display:inline-flex;align-items:center;justify-content:center;min-width:48px;min-height:48px;padding:0 14px;border-radius:999px;background:rgba(15,23,32,.82);color:#fff;font-size:16px}.fh-platform-video-frame,.fh-platform-video-frame iframe{width:100%;height:100%;border:0}.fh-platform-video-related{display:grid;gap:12px;padding:2px 0 4px;max-width:100%}.fh-platform-video-related-head{display:grid;gap:2px}.fh-platform-video-related-title{margin:0;font-size:1.05rem;font-weight:700;letter-spacing:-.02em;color:var(--fh-dl-ink)}.fh-platform-video-related-count{margin:0;font-size:13px;color:var(--fh-dl-muted)}.fh-platform-video-related-list{display:grid;gap:14px;grid-template-columns:minmax(0,1fr);max-width:100%}.fh-platform-video-card{display:grid;gap:8px;width:100%;max-width:100%;min-width:0}.fh-platform-video-card .fh-platform-video-embed{border-radius:12px}.fh-platform-video-card-copy{display:grid;gap:3px;min-width:0}.fh-platform-video-card-title{font-size:14px;font-weight:600;line-height:1.4;color:var(--fh-dl-ink)}.fh-platform-video-card-summary,.fh-platform-video-card-title{margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fh-platform-video-card-summary{font-size:13px;line-height:1.45;color:var(--fh-dl-muted)}.fh-platform-video-journey{display:grid;gap:10px;padding-top:4px}@media (min-width:720px){.fh-platform-video-journey{grid-template-columns:repeat(3,minmax(0,1fr))}.fh-platform-video-related-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}}.fh-home--platform-nav{padding-bottom:calc(76px + env(safe-area-inset-bottom,0px))}.fh-platform-nav{position:fixed;left:0;right:0;bottom:0;z-index:45;padding:6px 4px calc(6px + env(safe-area-inset-bottom,0px));background:rgba(255,255,255,.97);border-top:1px solid var(--fh-dl-line);box-shadow:0 -6px 20px rgba(15,23,32,.06);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.fh-platform-nav-list{list-style:none;margin:0;padding:0;display:flex;gap:2px;overflow:visible;-webkit-overflow-scrolling:touch}.fh-platform-nav-slot{flex:1 1;min-width:0}.fh-platform-nav-item{display:flex;align-items:center;justify-content:center;width:100%;min-height:48px;min-width:0;padding:8px 2px;border-radius:10px;text-decoration:none;color:var(--fh-dl-ink);font-size:11px;font-weight:600;letter-spacing:-.03em;line-height:1.15;text-align:center;white-space:normal;word-break:keep-all}.fh-platform-nav-item--active,.fh-platform-nav-item[aria-current=page],.fh-platform-nav-item[aria-current=true]{background:var(--fh-dl-soft);color:var(--fh-dl-trust)}.fh-platform-nav-item:focus-visible{outline:2px solid var(--fh-dl-trust);outline-offset:2px}body:has(.fh-home--platform-nav) .feedback-fab-root{bottom:calc(78px + env(safe-area-inset-bottom,0px));right:10px;opacity:.72;transform:scale(.92);transform-origin:bottom right}body:has(.fh-home--platform-nav) .feedback-fab-root:focus-within,body:has(.fh-home--platform-nav) .feedback-fab-root:hover{opacity:1;transform:scale(1)}@media (min-width:720px){.fh-platform-nav{left:50%;right:auto;transform:translateX(-50%);width:min(880px,100%);border-radius:16px 16px 0 0;padding:6px 8px calc(6px + env(safe-area-inset-bottom,0px))}.fh-platform-nav-list{justify-content:space-between;overflow:visible;gap:4px}.fh-platform-nav-item{font-size:13px;padding:8px 12px;white-space:nowrap}}.fh-platform-gateway{display:grid;gap:12px;padding:14px 2px 6px;scroll-margin-top:12px}.fh-platform-gateway-context{margin:0;font-size:14px;color:var(--fh-dl-muted);line-height:1.4}.fh-platform-gateway-context strong{color:var(--fh-dl-trust);font-weight:700}.fh-platform-gateway-title{margin:0;font-size:clamp(1.15rem,4.6vw,1.35rem);font-weight:700;color:var(--fh-dl-ink);letter-spacing:-.02em;line-height:1.35}.fh-platform-gateway-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.fh-platform-gateway-action{display:flex;align-items:center;justify-content:center;min-height:52px;padding:12px 14px;border:1px solid var(--fh-dl-line);border-radius:14px;background:#fff;color:var(--fh-dl-ink);font:inherit;font-size:15px;font-weight:600;letter-spacing:-.01em;text-align:center;text-decoration:none;cursor:pointer;line-height:1.25}.fh-platform-gateway-action:hover{border-color:var(--fh-dl-line-strong);background:var(--fh-dl-soft);color:var(--fh-dl-trust)}.fh-platform-gateway-action:focus-visible{outline:2px solid var(--fh-dl-trust);outline-offset:2px}@media (min-width:560px){.fh-platform-gateway-actions{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:720px){.fh-platform-gateway-actions{grid-template-columns:repeat(5,minmax(0,1fr))}}.fh-platform-related-ingredients{display:grid;gap:12px;padding:8px 2px 4px;scroll-margin-top:12px}.fh-platform-related-ingredients-title{margin:0;font-size:clamp(1.1rem,4.2vw,1.3rem);font-weight:700;color:var(--fh-dl-ink);letter-spacing:-.02em;line-height:1.35}.fh-platform-related-ingredients-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.fh-platform-related-ingredient{display:grid;gap:4px;width:100%;padding:14px 16px;border:1px solid var(--fh-dl-line);border-radius:14px;text-decoration:none;text-align:left;color:var(--fh-dl-ink);background:#fff;min-height:52px;font:inherit;cursor:pointer}.fh-platform-related-ingredient strong{font-size:16px;font-weight:700;letter-spacing:-.01em}.fh-platform-related-ingredient span{font-size:14px;color:var(--fh-dl-muted);line-height:1.45}.fh-platform-related-ingredient:hover{border-color:var(--fh-dl-line-strong);background:var(--fh-dl-soft)}.fh-platform-related-ingredient:focus-visible{outline:2px solid var(--fh-dl-trust);outline-offset:2px}.fh-platform-related-ingredients-empty{margin:0;font-size:14px;color:var(--fh-dl-muted);line-height:1.5}.fh-platform-section{display:grid;gap:12px;padding:12px 2px 8px;scroll-margin-top:12px}.fh-platform-section-kicker{margin:0;font-size:12px;font-weight:600;letter-spacing:.04em;color:var(--fh-dl-muted);text-transform:none}.fh-platform-section-title{margin:0;font-size:clamp(1.1rem,4.2vw,1.3rem);font-weight:700;color:var(--fh-dl-ink);letter-spacing:-.02em;line-height:1.35}.fh-platform-section-lead{margin:0;font-size:15px;line-height:1.55;color:var(--fh-dl-muted)}.fh-platform-section-empty,.fh-platform-section-meta{margin:0;font-size:14px;line-height:1.5;color:var(--fh-dl-muted)}.fh-platform-preview-list{margin:0;padding:0 0 0 1.1rem;display:grid;gap:8px;font-size:14px;line-height:1.5;color:var(--fh-dl-ink)}.fh-platform-faq-preview{display:grid;gap:8px}.fh-platform-faq-item{padding:12px 14px;border:1px solid var(--fh-dl-line);border-radius:12px;background:#fff}.fh-platform-faq-item summary{cursor:pointer;font-weight:600;font-size:14px;color:var(--fh-dl-ink)}.fh-platform-faq-item p{margin:8px 0 0;font-size:13px;line-height:1.5;color:var(--fh-dl-muted)}.fh-platform-section-actions{display:grid;gap:8px}.fh-platform-product-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.fh-platform-product-card{display:grid;gap:4px;padding:14px 16px;border:1px solid var(--fh-dl-line);border-radius:14px;text-decoration:none;color:var(--fh-dl-ink);background:#fff;min-height:52px}.fh-platform-product-card strong{font-size:16px;font-weight:700;letter-spacing:-.01em}.fh-platform-product-card span{font-size:14px;color:var(--fh-dl-muted);line-height:1.45}.fh-platform-product-card:hover{border-color:var(--fh-dl-line-strong);background:var(--fh-dl-soft)}.fh-platform-product-card:focus-visible{outline:2px solid var(--fh-dl-trust);outline-offset:2px}.fh-home-section-title{margin:0;font-size:clamp(1.125rem,3.8vw,1.25rem);font-weight:700;color:var(--fh-dl-ink);letter-spacing:-.015em;line-height:1.4}.fh-home-evidence,.fh-home-stories{display:grid;gap:14px;padding-top:4px;animation:fh-home-enter .55s ease .22s both}.fh-home-evidence-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:10px}.fh-home-evidence-card{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:start;padding:16px 16px 16px 14px;border:1px solid var(--fh-dl-line);border-radius:16px;background:var(--fh-dl-surface)}.fh-home-evidence-check{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:var(--fh-dl-soft);color:var(--fh-dl-trust);font-size:13px;font-weight:700;line-height:1;margin-top:1px}.fh-home-evidence-copy{display:grid;gap:4px}.fh-home-evidence-title{margin:0;font-size:16px;font-weight:700;color:var(--fh-dl-ink);line-height:1.35}.fh-home-evidence-body{margin:0;font-size:15px;line-height:1.55;color:var(--fh-dl-muted)}.fh-home-story-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:10px}.fh-home-story-card{display:grid;gap:8px;padding:18px 16px;border:1px solid var(--fh-dl-line);border-radius:16px;background:var(--fh-dl-surface);text-decoration:none;color:inherit;min-height:48px;transition:border-color .18s ease,background-color .18s ease,transform .15s ease}.fh-home-story-card:hover{border-color:var(--fh-dl-accent);background:var(--fh-dl-accent-soft)}.fh-home-story-card:active{transform:scale(.985)}.fh-home-story-card:focus-visible{outline:2px solid var(--fh-dl-accent);outline-offset:2px}.fh-home-story-category{display:inline-flex;width:fit-content;padding:4px 10px;border-radius:999px;background:var(--fh-dl-accent-soft);color:var(--fh-dl-accent);font-size:13px;font-weight:700;line-height:1.3}.fh-home-story-title{margin:0;font-size:17px;font-weight:700;color:var(--fh-dl-ink);line-height:1.4;letter-spacing:-.015em}.fh-home-story-body{margin:0;font-size:15px;line-height:1.55;color:var(--fh-dl-muted)}.fh-home-explore{display:grid;gap:10px;padding-top:8px;border-top:1px solid var(--fh-dl-line);animation:fh-home-enter .55s ease .28s both}.fh-home-explore-title{margin:0;font-size:13px;font-weight:600;color:var(--fh-dl-muted);letter-spacing:-.01em}.fh-home-explore-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px 16px}.fh-home-explore-link{font-size:14px;font-weight:600;color:var(--fh-dl-muted);text-decoration:none;border-bottom:1px solid transparent;min-height:44px;display:inline-flex;align-items:center}.fh-home-explore-link:hover{color:var(--fh-dl-trust);border-bottom-color:var(--fh-dl-trust)}.fh-home-explore-link:focus-visible{outline:2px solid var(--fh-dl-trust);outline-offset:2px;border-radius:4px}.fh-home-footer{display:grid;gap:12px;padding-top:20px;margin-top:8px;border-top:1px solid var(--fh-dl-line);animation:fh-home-enter .55s ease .3s both}.fh-home-footer-note{margin:0;font-size:13px;font-weight:600;color:var(--fh-dl-muted);line-height:1.45}.fh-home-footer-nav{display:flex;flex-wrap:wrap;gap:4px 4px;align-items:center}.fh-home-footer-link{display:inline-flex;align-items:center;min-height:44px;padding:0 10px;font-size:14px;font-weight:600;color:var(--fh-dl-muted);text-decoration:none;border-radius:8px}.fh-home-footer-link:hover{color:var(--fh-dl-trust);background:var(--fh-dl-soft)}.fh-home-footer-link:focus-visible{outline:2px solid var(--fh-dl-trust);outline-offset:2px}.fh-home-below-skeleton,.fh-home-skel-block{display:grid;gap:14px}.fh-home-skel-grid,.fh-home-skel-story-grid{display:grid;grid-template-columns:1fr;gap:10px}.fh-home-skel-card{display:grid;gap:10px;padding:16px;border:1px solid var(--fh-dl-line);border-radius:16px;background:var(--fh-dl-surface)}.fh-home-skel-card--tall{min-height:112px}.fh-home-skel-card--search{padding:16px;gap:12px}.fh-home-skel-line{height:12px;border-radius:8px;background:linear-gradient(90deg,#ebe8e3,#f5f3ef 45%,#ebe8e3);background-size:200% 100%;animation:fh-home-shimmer 1.2s ease-in-out infinite}.fh-home-skel-line--title{width:42%;height:18px}.fh-home-skel-line--short{width:68%}.fh-home-skel-line--chip{width:28%;height:14px}.fh-home-skel-line--hero{width:88%;height:28px}.fh-home-skel-line--cta{height:48px;border-radius:14px}@keyframes fh-home-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media (prefers-reduced-motion:reduce){.fh-home-skel-line{animation:none}}.fh-shorts-card{display:grid;gap:8px;padding:16px;border:1px solid var(--fh-dl-line);border-radius:16px;background:var(--fh-dl-surface);box-shadow:none}.fh-shorts-kicker{margin:0;font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:var(--fh-dl-trust);font-weight:700}.fh-shorts-title{margin:0;font-size:1.125rem;font-weight:700;color:var(--fh-dl-ink);line-height:1.3}.fh-shorts-product{margin:0 0 4px;font-weight:600;font-size:15px;color:var(--fh-dl-muted)}@media (min-width:640px){.fh-home-evidence-grid,.fh-home-skel-grid,.fh-home-skel-story-grid,.fh-home-story-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:768px){.fh-home{gap:32px;max-width:880px;padding:40px 48px 72px}.app-header--home{max-width:880px;padding-left:48px;padding-right:48px}.fh-home-title{font-size:34px}.fh-home-logo{font-size:32px}.fh-home-lead{font-size:16px}.fh-home-promise{font-size:15px}.fh-search-shell{min-height:84px;padding:10px 10px 10px 20px;border-radius:24px}.fh-search-input{font-size:19px}.fh-search-submit{min-width:112px!important;min-height:64px!important;font-size:18px!important}.fh-search-trust{gap:8px 18px}.fh-search-trust-item{font-size:13px}.fh-home-cta{min-height:52px!important;font-size:14px!important;padding:14px 16px!important}.fh-home-topic-grid{gap:10px}.fh-home-topic{min-height:44px;padding:10px 16px;font-size:15px}.fh-home-evidence-body,.fh-home-story-body{font-size:15px}}@media (min-width:1024px){.fh-home{gap:36px;padding-top:48px}.app-header--home,.fh-home{max-width:960px}.fh-home-cta-row,.fh-home-search{max-width:720px}}@media (max-width:390px){.fh-home{gap:20px;padding-top:16px}.fh-search-shell{min-height:68px;padding:6px 6px 6px 12px;border-radius:18px}.fh-search-input{font-size:16px}.fh-search-submit{min-width:72px!important;min-height:52px!important;padding:0 14px!important;font-size:15px!important}.fh-search-trust{gap:4px 10px}.fh-search-trust-item{font-size:11px}.fh-home-topic{min-height:44px;padding:10px 14px;font-size:13px}.fh-home-cta{font-size:14px!important}.fh-home-cta-row{grid-template-columns:1fr}.fh-home-story-title{font-size:16px}}.fh-section-kicker{margin:0 0 6px;font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:#1f6b4a;font-weight:700}.fh-result-stack{display:grid;gap:12px}body:has(.fh-search-page){background:#F7F5F2;--fh-dl-bg:#F7F5F2;--fh-dl-surface:#FFFFFF;--fh-dl-ink:#1A1F1C;--fh-dl-muted:#5E6761;--fh-dl-trust:#1F5C45;--fh-dl-soft:#E7F1EC;--fh-dl-accent:#5B8CDE;--fh-dl-accent-soft:#E8F1FA;--fh-dl-line:#D8E0DB;--fh-dl-line-strong:#BFD3C8;--fh-dl-placeholder:#8A928C}.fh-search-page{--fh-dl-bg:#F7F5F2;--fh-dl-surface:#FFFFFF;--fh-dl-ink:#1A1F1C;--fh-dl-muted:#5E6761;--fh-dl-trust:#1F5C45;--fh-dl-soft:#E7F1EC;--fh-dl-accent:#5B8CDE;--fh-dl-accent-soft:#E8F1FA;--fh-dl-line:#D8E0DB;--fh-dl-line-strong:#BFD3C8;--fh-dl-placeholder:#8A928C;gap:20px;max-width:640px;width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Apple SD Gothic Neo,Noto Sans KR,sans-serif;-webkit-font-smoothing:antialiased;padding:max(16px,env(safe-area-inset-top)) max(16px,env(safe-area-inset-right)) calc(48px + env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));background:radial-gradient(120% 60% at 0 0,rgba(91,140,222,.08),transparent 55%),radial-gradient(90% 50% at 100% 8%,rgba(31,92,69,.07),transparent 50%),var(--fh-dl-bg);color:var(--fh-dl-ink)}.fh-search-back{display:inline-flex;width:fit-content;margin:0;color:var(--fh-dl-muted);text-decoration:none;font-size:14px;font-weight:500}.fh-search-back:hover{color:var(--fh-dl-trust)}.fh-search-hero{display:grid;gap:8px;padding:2px 2px 0}.fh-search-logo{margin:0;font-size:28px;font-weight:800;letter-spacing:-.04em;color:var(--fh-dl-trust);line-height:1.1}.fh-search-identity{margin:0;font-size:14px;font-weight:650;letter-spacing:.01em;color:var(--fh-dl-trust)}.fh-search-title{margin:0;font-size:clamp(24px,5vw,30px);font-weight:750;letter-spacing:-.03em;line-height:1.25;color:var(--fh-dl-ink)}.fh-search-lead{margin:0;font-size:15px;line-height:1.55;color:var(--fh-dl-muted)}.fh-search-kicker{margin:0 0 8px;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--fh-dl-trust);font-weight:700}.fh-search-flow{margin:0;padding:12px 14px;border-radius:14px;background:var(--fh-dl-soft);border:1px solid var(--fh-dl-line)}.fh-search-flow ol{display:flex;flex-wrap:wrap;gap:8px 14px;margin:0;padding:0;list-style:none;counter-reset:fh-flow}.fh-search-flow li{counter-increment:fh-flow;font-size:13px;font-weight:600;color:var(--fh-dl-trust)}.fh-search-flow li:before{content:counter(fh-flow) ".";margin-right:4px;opacity:.7}.fh-search-ai{display:grid;gap:12px;padding:20px 18px;border-radius:20px;background:linear-gradient(165deg,var(--fh-dl-soft) 0,var(--fh-dl-surface) 48%);border:1.5px solid var(--fh-dl-line-strong);box-shadow:0 12px 32px rgba(26,31,28,.04)}.fh-search-ai-brand{margin:0;font-size:13px;font-weight:750;letter-spacing:.02em;color:var(--fh-dl-trust)}.fh-search-ai-trust{margin:-4px 0 0;font-size:13px;color:var(--fh-dl-muted)}.fh-search-ai-title{margin:0;font-size:clamp(20px,4.5vw,24px);font-weight:750;letter-spacing:-.02em;line-height:1.3;color:var(--fh-dl-ink)}.fh-search-ai-body{margin:0;font-size:16px;line-height:1.65;color:var(--fh-dl-ink)}.fh-search-points{margin:0;padding:0;list-style:none;display:grid;gap:8px}.fh-search-points li{position:relative;padding:10px 12px 10px 28px;border-radius:12px;background:var(--fh-dl-surface);border:1px solid var(--fh-dl-line);font-size:14px;line-height:1.5;color:var(--fh-dl-ink)}.fh-search-points li:before{content:"";position:absolute;left:12px;top:16px;width:8px;height:8px;border-radius:50%;background:var(--fh-dl-trust)}.fh-search-lifestyle{display:grid;gap:8px;padding:12px 14px;border-radius:14px;background:rgba(255,255,255,.72);border:1px dashed var(--fh-dl-line-strong)}.fh-search-lifestyle-label{margin:0;font-size:12px;font-weight:700;color:var(--fh-dl-muted);letter-spacing:.02em}.fh-search-lifestyle ul{margin:0;padding-left:18px;display:grid;gap:6px;color:var(--fh-dl-muted);font-size:14px;line-height:1.5}.fh-search-empty,.fh-search-evidence,.fh-search-ingredients,.fh-search-next,.fh-search-products{display:grid;gap:10px}.fh-search-revenue-card{display:grid;gap:14px;padding:16px 14px;border-radius:16px;background:rgba(255,255,255,.82);border:1px solid var(--fh-dl-line)}.fh-search-revenue-top{margin:0 0 14px}.fh-search-revenue-reveal{display:grid;gap:10px}.fh-search-seo-bridge{display:grid;gap:10px;padding:16px 14px;border-radius:16px;background:rgba(255,255,255,.72);border:1px solid var(--fh-dl-line)}.fh-search-seo-bridge-title{margin:0;font-size:1.05rem;font-weight:650;line-height:1.4;color:#1A1F1C}.fh-search-seo-bridge-body,.fh-search-seo-bridge-lead{margin:0;font-size:14px;line-height:1.55;color:#5E6761}.fh-search-seo-bridge-actions{display:grid;gap:10px;margin-top:4px}.fh-search-revenue-transition{margin:0;font-size:14px;line-height:1.55;color:var(--fh-dl-muted,#5E6761)}.fh-search-revenue-kicker{margin:0;font-size:12px;font-weight:700;letter-spacing:.04em;color:var(--fh-dl-trust,#1f5c45)}.fh-search-revenue-product{display:grid;grid-template-columns:88px 1fr;gap:12px;align-items:start}.fh-search-revenue-media{width:88px}.fh-search-revenue-image{display:block;width:88px;height:88px;object-fit:cover;border-radius:12px;background:rgba(26,31,28,.04)}.fh-search-revenue-image--empty{border:1px dashed var(--fh-dl-line)}.fh-search-revenue-body{display:grid;gap:6px}.fh-search-revenue-title{margin:0;font-size:1.05rem;line-height:1.35;color:#1A1F1C}.fh-search-revenue-reason{margin:0;font-size:14px;line-height:1.5;color:#5E6761}.fh-search-revenue-actions{display:grid;gap:10px}.fh-search-revenue-final{display:grid;gap:8px;padding:12px 0 4px;border-top:1px solid var(--fh-dl-line)}.fh-search-revenue-final-lead{margin:0;font-size:13px;line-height:1.5;color:#5E6761}.fh-search-revenue-final-name{margin:0;font-size:14px;font-weight:650;line-height:1.4;color:#1A1F1C}.fh-search-revenue-final-actions{display:grid;gap:8px}@media (max-width:640px){.fh-search-revenue-product{grid-template-columns:72px 1fr}.fh-search-revenue-image,.fh-search-revenue-media{width:72px;height:72px}}.fh-search-empty,.fh-search-evidence,.fh-search-ingredients,.fh-search-next,.fh-search-products{padding:18px 16px;border-radius:18px;background:rgba(255,255,255,.74);border:1px solid var(--fh-dl-line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.fh-search-source-row{display:flex;flex-wrap:wrap;gap:8px;margin:2px 0 4px;padding:0;list-style:none}.fh-search-source-badge{display:inline-flex;align-items:center;min-height:32px;padding:6px 12px;border-radius:999px;border:1px solid var(--fh-dl-line-strong);background:var(--fh-dl-surface);color:var(--fh-dl-trust);font-size:12px;font-weight:700;letter-spacing:.01em}.fh-search-evidence-card .fh-evidence-badges .badge{font-weight:650}.fh-search-section-title{margin:0;font-size:20px;font-weight:750;letter-spacing:-.02em;color:var(--fh-dl-ink)}.fh-search-muted,.fh-search-section-lead{margin:0;font-size:14px;line-height:1.5;color:var(--fh-dl-muted)}.fh-search-muted{padding:14px;border-radius:14px;background:var(--fh-dl-surface);border:1px solid var(--fh-dl-line)}.fh-search-chips{display:flex;flex-wrap:wrap;gap:8px;margin:4px 0 0;padding:0;list-style:none}.fh-search-chip{min-height:44px;padding:10px 16px;border-radius:999px;border:1.5px solid var(--fh-dl-line-strong);background:var(--fh-dl-surface);color:var(--fh-dl-ink);font-size:14px;font-weight:600;cursor:pointer}.fh-search-chip:hover{border-color:var(--fh-dl-trust);color:var(--fh-dl-trust);background:var(--fh-dl-soft)}.fh-search-ingredient-list,.fh-search-product-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.fh-search-ingredient-card,.fh-search-product-card{display:grid;gap:10px;padding:16px;border-radius:16px;background:var(--fh-dl-surface);border:1px solid var(--fh-dl-line)}.fh-search-ingredient-card strong,.fh-search-product-card strong{font-size:17px;letter-spacing:-.02em;color:var(--fh-dl-ink)}.fh-search-ingredient-line{margin:6px 0 0;font-size:14px;line-height:1.5;color:var(--fh-dl-ink)}.fh-search-ingredient-reason,.fh-search-product-card p{margin:6px 0 0;font-size:13px;line-height:1.45;color:var(--fh-dl-muted)}.fh-search-next{margin-top:4px;padding-top:8px}.fh-search-save-hint{margin:0;text-align:center;font-size:13px;line-height:1.55;color:var(--fh-dl-muted)}.fh-search-save-link{color:var(--fh-dl-trust);font-weight:650;text-decoration:underline;text-underline-offset:2px}.fh-search-skeleton{display:grid;gap:12px}.fh-search-skeleton-card{display:grid;gap:10px;padding:18px 16px;border-radius:18px;background:rgba(255,255,255,.82);border:1px solid var(--fh-dl-line)}.fh-search-skeleton-line{height:12px;border-radius:999px;background:linear-gradient(90deg,#ebe8e3,#f5f3ef 45%,#ebe8e3);background-size:200% 100%;animation:fh-home-shimmer 1.2s ease-in-out infinite}.fh-search-skeleton-line--short{width:34%}.fh-search-skeleton-line--title{width:62%;height:28px;border-radius:12px}.fh-search-skeleton-line--long{width:100%}.fh-chat-section{display:grid;gap:10px}.fh-chat-section-title{margin:0;font-size:15px;font-weight:700;letter-spacing:-.01em;color:var(--fh-dl-ink)}.fh-chat-emergency{display:grid;gap:6px;padding:14px;border-radius:14px;background:rgba(180,48,48,.08);border:1.5px solid rgba(180,48,48,.28)}.fh-chat-emergency-label{margin:0;font-size:12px;font-weight:750;letter-spacing:.02em;color:#9a2f2f}.fh-chat-emergency-body{margin:0;font-size:15px;line-height:1.55;color:var(--fh-dl-ink);font-weight:650}.fh-chat-error .fh-search-ai-title{color:#8a3030}.fh-chat-actions{display:grid;gap:10px;margin-top:4px}.fh-questionnaire{gap:16px}.fh-questionnaire-intro,.fh-questionnaire-progress{display:grid;gap:8px}.fh-questionnaire-progress-head,.fh-questionnaire-summary-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.fh-questionnaire-progress-count,.fh-questionnaire-progress-label,.fh-questionnaire-step{margin:0;font-size:13px;font-weight:700;color:var(--fh-dl-muted)}.fh-questionnaire-progress-track{position:relative;overflow:hidden;height:10px;border-radius:999px;background:rgba(191,211,200,.45)}.fh-questionnaire-progress-fill{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--fh-dl-trust) 0,#4d9c7a 100%);transition:width .24s ease}.fh-questionnaire-card{gap:14px}.fh-questionnaire-title{font-size:18px;line-height:1.5}.fh-questionnaire-options{display:grid;gap:10px}.fh-questionnaire-option{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:56px;padding:16px;border-radius:16px;border:1.5px solid var(--fh-dl-line-strong);background:var(--fh-dl-surface);color:var(--fh-dl-ink);font:inherit;font-size:15px;font-weight:650;line-height:1.45;text-align:left;cursor:pointer;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease,transform .18s ease}.fh-questionnaire-option:hover:not(:disabled){border-color:var(--fh-dl-trust);background:var(--fh-dl-soft)}.fh-questionnaire-option:focus-visible{outline:none;border-color:var(--fh-dl-trust);box-shadow:0 0 0 4px rgba(31,92,69,.16)}.fh-questionnaire-option.is-selected{border-color:var(--fh-dl-trust);background:var(--fh-dl-soft);box-shadow:0 10px 24px rgba(31,92,69,.08)}.fh-questionnaire-option:disabled{cursor:default;opacity:.72}.fh-questionnaire-summary{gap:12px}.fh-questionnaire-summary-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.fh-questionnaire-summary-list li{display:grid;gap:4px;padding:12px 14px;border-radius:14px;background:rgba(255,255,255,.74);border:1px solid var(--fh-dl-line)}.fh-questionnaire-summary-list li.is-complete{border-color:var(--fh-dl-line-strong);background:linear-gradient(180deg,rgba(231,241,236,.84),rgba(255,255,255,.94))}.fh-questionnaire-summary-list strong{font-size:14px;color:var(--fh-dl-ink)}.fh-questionnaire-summary-list span{font-size:14px;line-height:1.5;color:var(--fh-dl-muted)}.fh-ingredient-list,.fh-product-list,.fh-search-answer,.fh-tip-list{display:grid;gap:10px}.fh-query-chip{display:inline-flex;width:fit-content;margin:0;padding:6px 10px;border-radius:8px;background:#eef3ef;font-size:14px}.fh-answer-body{margin:0;line-height:1.6;font-size:1.05rem}.fh-ingredient-list,.fh-product-list,.fh-tip-list{list-style:none;margin:0;padding:0}.fh-ingredient-list li,.fh-product-list li,.fh-tip-list li{padding:12px;border:1px solid #e3e8e5;border-radius:12px;background:#fff}.fh-tip-list li{line-height:1.5}.fh-evidence-card{display:grid;gap:10px}.fh-evidence-head{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.fh-evidence-stars{margin:0;color:#c9a227;letter-spacing:1px;font-size:1.05rem}.fh-evidence-kicker{margin:0;font-weight:700}.fh-evidence-badges{display:flex;flex-wrap:wrap;gap:6px}.fh-evidence-summary{margin:0;line-height:1.55}.fh-evidence-meta{margin:0;color:#6a7380;font-size:13px}.fh-product-hero{display:grid;gap:12px}.fh-product-media{display:grid;place-items:center;min-height:200px;aspect-ratio:4/3;border-radius:16px;background:radial-gradient(ellipse at 30% 20%,#f7fbf8 0,transparent 55%),linear-gradient(160deg,#e8f0ea,#f3f6f4 48%,#e4ece8);overflow:hidden;border:1px solid #d8e0db}.fh-product-media img{width:100%;height:100%;object-fit:cover}.fh-product-media--empty{padding:20px 18px}.fh-product-placeholder{font-weight:700;color:#1f6b4a;font-size:1.2rem}.fh-product-placeholder-block{display:grid;gap:8px;justify-items:center;text-align:center;max-width:28rem}.fh-product-placeholder-brand{font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#1F5C45}.fh-product-placeholder-name{font-size:1.05rem;font-weight:700;line-height:1.35;color:#1A1F1C;word-break:keep-all}.fh-product-placeholder-status{display:inline-flex;margin-top:4px;padding:6px 10px;border-radius:999px;background:#fff;border:1px solid #d8e0db;color:#5E6761;font-size:12px;font-weight:700}.fh-product-placeholder-hint{margin-top:2px;font-size:13px;line-height:1.5;color:#5E6761;word-break:keep-all}.fh-product-oneliner{font-size:1.05rem;line-height:1.55}.fh-product-hero-note{margin:0;padding:12px 14px;border-radius:12px;background:#F3F6F4;border:1px solid #d8e0db;color:#5E6761;font-size:13px;line-height:1.55}.fh-product-back{display:inline-flex;align-items:center;min-height:44px;width:fit-content;padding:4px 2px;word-break:keep-all}.fh-product-detail .card,.fh-product-detail .fh-product-evidence,.fh-product-detail .fh-purchase-anchor{scroll-margin-top:12px}.fh-product-intake{display:grid;gap:4px;margin-top:4px}.fh-product-intake-label{margin:0;font-size:13px;font-weight:700;color:#1A1F1C}.fh-product-caution--soft{background:#F7F5F2}.fh-product-fit{display:grid;gap:12px}.fh-product-fit h2{margin:0;font-size:1.2rem;line-height:1.35;color:#1A1F1C}.fh-product-fit-lead{margin:0;color:#5E6761}.fh-product-fit-lead,.fh-product-fit-list li{font-size:15px;line-height:1.55}.fh-product-caution{margin-top:12px;display:grid;gap:8px}.fh-product-caution h3{margin:0;font-size:1.05rem;color:#1A1F1C}.fh-product-evidence{display:grid;gap:12px}.fh-product-evidence h2{margin:0;font-size:1.2rem;line-height:1.35;color:#1A1F1C}.fh-product-evidence-lead{margin:0;color:#5E6761;font-size:15px;line-height:1.55}.fh-product-reviews{display:grid;gap:10px}.fh-product-reviews h2{margin:0;font-size:1.2rem;line-height:1.35}.fh-product-reviews-lead{margin:0;color:#5E6761;font-size:15px;line-height:1.55}.fh-purchase-cta{gap:14px}.fh-purchase-head{display:grid;gap:8px}.fh-purchase-head h2{margin:0;font-size:1.2rem;line-height:1.35;color:#1A1F1C}.fh-purchase-lead{color:#5E6761}.fh-purchase-lead,.fh-purchase-status{margin:0;font-size:15px;line-height:1.55}.fh-product-ingredients{display:grid;gap:12px}.fh-product-ingredients h2{margin:0;font-size:1.2rem;line-height:1.35;color:#1A1F1C}.fh-product-ingredients-lead{margin:0}.fh-ingredient-group-label{margin:0;font-size:13px;font-weight:700;letter-spacing:.02em;color:#1F5C45}.fh-ingredient-card h3{margin:0;font-size:1.05rem;line-height:1.35}.fh-ingredient-detail-link{min-height:44px;align-items:center;justify-content:center;font-weight:600}.fh-purchase-anchor{scroll-margin-top:16px}.fh-purchase-jump{display:none}@media (max-width:768px){.fh-product-hero h1{font-size:1.35rem;line-height:1.35;word-break:keep-all}.fh-product-media{min-height:168px;aspect-ratio:5/4}.fh-product-media--empty{padding:16px 14px}.fh-product-placeholder-name{font-size:.98rem}.fh-product-placeholder-hint{font-size:12px}.fh-product-evidence h2,.fh-product-fit h2,.fh-product-ingredients h2,.fh-product-reviews h2,.fh-purchase-head h2{font-size:1.125rem;word-break:keep-all}.fh-product-evidence-lead,.fh-product-fit-lead,.fh-product-fit-list li,.fh-product-ingredients-lead,.fh-product-oneliner,.fh-product-reviews-lead,.fh-purchase-lead,.fh-purchase-status,.pk-disclosure{font-size:14px;line-height:1.55}.fh-product-hero-note{font-size:12px;padding:10px 12px}.pk-product-detail-page.fh-product-detail{gap:16px;padding:14px 12px 104px}.fh-product-detail .card{padding:16px}.fh-purchase-jump{display:grid;gap:6px;position:fixed;left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom, 0px));z-index:40;padding:12px 14px;border-radius:16px;border:1px solid #d8e0db;background:rgba(255,255,255,.96);box-shadow:0 10px 28px rgba(26,31,28,.12);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.fh-purchase-jump-note{margin:0;font-size:12px;line-height:1.4;color:#5E6761;text-align:center}.fh-purchase-jump-btn{min-height:48px;width:100%;border:0;border-radius:12px;background:#1F5C45;color:#fff;font-size:15px;font-weight:700;cursor:pointer}.fh-purchase-jump-btn:focus-visible{outline:2px solid #1F5C45;outline-offset:2px}}@media (prefers-reduced-motion:reduce){.fh-purchase-jump-btn{scroll-behavior:auto}}.fh-post-purchase{max-width:640px;margin:0 auto}.fh-post-purchase-card{display:grid;gap:12px}.fh-day1-badge{display:inline-flex;width:fit-content;margin:0;padding:8px 12px;border-radius:999px;background:#1f6b4a;color:#fff;font-weight:700}.fh-report-periods{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 0}body:has(.fh-consult-page){background:#F7F5F2;--fh-dl-bg:#F7F5F2;--fh-dl-surface:#FFFFFF;--fh-dl-ink:#1A1F1C;--fh-dl-muted:#5E6761;--fh-dl-trust:#1F5C45;--fh-dl-soft:#E7F1EC;--fh-dl-accent:#5B8CDE;--fh-dl-accent-soft:#E8F1FA;--fh-dl-line:#D8E0DB;--fh-dl-line-strong:#BFD3C8;--fh-dl-placeholder:#8A928C}.fh-consult-page{--fh-dl-bg:#F7F5F2;--fh-dl-surface:#FFFFFF;--fh-dl-ink:#1A1F1C;--fh-dl-muted:#5E6761;--fh-dl-trust:#1F5C45;--fh-dl-soft:#E7F1EC;--fh-dl-accent:#5B8CDE;--fh-dl-accent-soft:#E8F1FA;--fh-dl-line:#D8E0DB;--fh-dl-line-strong:#BFD3C8;--fh-dl-placeholder:#8A928C;gap:20px;max-width:640px;width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Apple SD Gothic Neo,Noto Sans KR,sans-serif;-webkit-font-smoothing:antialiased;padding:max(16px,env(safe-area-inset-top)) max(16px,env(safe-area-inset-right)) calc(48px + env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));background:radial-gradient(120% 60% at 0 0,rgba(91,140,222,.08),transparent 55%),radial-gradient(90% 50% at 100% 8%,rgba(31,92,69,.07),transparent 50%),var(--fh-dl-bg);color:var(--fh-dl-ink)}.fh-consult-flow{display:grid;gap:18px}.fh-consult-saved-report{display:grid;gap:10px;padding:14px 16px;border-radius:16px;background:linear-gradient(180deg,rgba(31,92,69,.07),transparent 70%),var(--fh-dl-surface);border:1px solid var(--fh-dl-line)}.fh-consult-saved-report-lead{margin:0;font-size:14px;line-height:1.55;color:var(--fh-dl-muted)}.fh-consult-storage-notice{display:flex;flex-wrap:wrap;gap:8px 12px;align-items:center;justify-content:space-between;margin:0;padding:12px 14px;border-radius:14px;background:rgba(26,31,28,.04);border:1px solid var(--fh-dl-line);font-size:13px;line-height:1.5;color:var(--fh-dl-muted)}.fh-consult-storage-notice-dismiss{appearance:none;border:0;background:transparent;color:var(--fh-dl-trust,#1f5c45);font-size:13px;font-weight:700;cursor:pointer;padding:0}@media (max-width:640px){.fh-consult-saved-report{padding:12px 14px}.fh-consult-storage-notice{padding:10px 12px}}.fh-phr-history{display:grid;gap:12px;padding:18px 16px;border-radius:18px;background:var(--fh-dl-surface);border:1px solid var(--fh-dl-line)}.fh-phr-history-title{margin:0;font-size:clamp(1.05rem,2.4vw,1.25rem);font-weight:750;line-height:1.35;color:var(--fh-dl-ink)}.fh-phr-history-empty,.fh-phr-history-lead{margin:0;font-size:14px;line-height:1.55;color:var(--fh-dl-muted)}.fh-phr-history-empty{padding:14px;border-radius:14px;background:rgba(26,31,28,.03);border:1px dashed var(--fh-dl-line)}.fh-phr-history-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.fh-phr-history-item{width:100%;text-align:left;appearance:none;cursor:pointer;display:grid;gap:6px;padding:14px;border-radius:14px;background:var(--fh-dl-soft,rgba(26,31,28,.03));border:1px solid var(--fh-dl-line);color:inherit;transition:border-color .18s ease,background .18s ease}.fh-phr-history-item:focus-visible,.fh-phr-history-item:hover{border-color:rgba(31,92,69,.35);outline:none}.fh-phr-history-item.is-current{background:linear-gradient(180deg,rgba(31,92,69,.08),transparent 70%),var(--fh-dl-surface);border-color:rgba(31,92,69,.28);cursor:default}.fh-phr-history-item-top{display:flex;flex-wrap:wrap;gap:8px 10px;align-items:center;justify-content:space-between}.fh-phr-history-item-top time{font-size:12px;font-weight:650;color:var(--fh-dl-muted)}.fh-phr-history-badge{padding:4px 8px;border-radius:8px;background:rgba(31,92,69,.12);color:var(--fh-dl-trust,#1f5c45);font-size:11px;font-weight:750}.fh-phr-history-score{margin:0;font-size:13px;color:var(--fh-dl-muted)}.fh-phr-history-score strong{color:var(--fh-dl-ink);font-size:16px;font-weight:750}.fh-phr-history-rec{margin:0;font-size:14px;font-weight:700;line-height:1.45;color:var(--fh-dl-ink)}.fh-phr-history-context{margin:0;font-size:13px;line-height:1.45;color:var(--fh-dl-muted)}@media (max-width:640px){.fh-phr-history{padding:16px 14px}.fh-phr-history-item{padding:12px}}.fh-phr-change-summary{display:grid;gap:12px;padding:18px 16px;border-radius:18px;background:linear-gradient(180deg,rgba(91,140,222,.08),transparent 58%),var(--fh-dl-surface);border:1px solid rgba(91,140,222,.2)}.fh-phr-change-summary-title{margin:0;font-size:clamp(1.05rem,2.4vw,1.25rem);font-weight:750;line-height:1.35;color:var(--fh-dl-ink)}.fh-phr-change-summary-lead{margin:0;font-size:14px;line-height:1.55;color:var(--fh-dl-muted)}.fh-phr-change-summary-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}.fh-phr-change-summary-item{display:flex;gap:10px;align-items:flex-start;padding:12px 14px;border-radius:14px;background:var(--fh-dl-surface);border:1px solid var(--fh-dl-line);font-size:14px;line-height:1.55;color:var(--fh-dl-ink)}.fh-phr-change-summary-item.is-unchanged{color:var(--fh-dl-muted)}.fh-phr-change-summary-mark{flex:0 0 auto;margin-top:1px;color:var(--fh-dl-trust,#1f5c45);font-weight:800}@media (max-width:640px){.fh-phr-change-summary{padding:16px 14px}.fh-phr-change-summary-item{padding:12px;font-size:13.5px}}.fh-consult-back{display:inline-flex;width:fit-content;margin:0;color:var(--fh-dl-muted);text-decoration:none;font-size:14px;font-weight:500}.fh-consult-back:hover{color:var(--fh-dl-trust)}.fh-consult-hero{display:grid;gap:8px;padding:2px 2px 0}.fh-consult-logo{margin:0;font-size:28px;font-weight:800;letter-spacing:-.04em;color:var(--fh-dl-trust);line-height:1.1}.fh-consult-identity{margin:0;font-size:14px;font-weight:650;letter-spacing:.01em;color:var(--fh-dl-trust)}.fh-consult-title{margin:0;font-size:clamp(24px,5vw,30px);font-weight:750;letter-spacing:-.03em;line-height:1.25;color:var(--fh-dl-ink)}.fh-consult-duration,.fh-consult-lead,.fh-consult-trust{margin:0;font-size:15px;line-height:1.55;color:var(--fh-dl-muted)}.fh-consult-trust{font-size:13px}.fh-consult-context{margin:0;width:fit-content;max-width:100%;padding:8px 12px;border-radius:12px;background:var(--fh-dl-soft);border:1px solid var(--fh-dl-line);color:var(--fh-dl-trust);font-size:13px;font-weight:600;line-height:1.4}.fh-consult-progress{display:grid;gap:10px;padding:14px 16px;border-radius:16px;background:var(--fh-dl-surface);border:1px solid var(--fh-dl-line)}.fh-consult-resume{margin:0;font-size:13px;line-height:1.45;color:var(--fh-dl-muted)}.fh-consult-progress-head{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px;font-weight:650;color:var(--fh-dl-muted)}.fh-consult-progress-head strong{color:var(--fh-dl-ink);font-weight:750}.fh-consult-progress-bar{height:8px;border-radius:999px;background:var(--fh-dl-soft);overflow:hidden}.fh-consult-progress-fill{height:100%;border-radius:inherit;background:var(--fh-dl-trust);transition:width .28s ease}.fh-consult-duration{font-size:13px}.fh-consult-stepper{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;list-style:none;margin:0;padding:0}.fh-consult-step{display:grid;justify-items:center;gap:6px;padding:10px 8px;border-radius:14px;border:1px solid var(--fh-dl-line);background:#fff;color:var(--fh-dl-muted);font-size:12px;font-weight:650;line-height:1.3;text-align:center}.fh-consult-step.is-current{border-color:var(--fh-dl-trust);background:var(--fh-dl-soft);color:var(--fh-dl-trust)}.fh-consult-step.is-complete{border-color:rgba(31,92,69,.22);background:rgba(31,92,69,.08);color:var(--fh-dl-trust)}.fh-consult-step-index{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:rgba(31,92,69,.1);color:var(--fh-dl-trust);font-size:11px;font-weight:800}.fh-consult-ai,.fh-consult-next,.fh-consult-question,.fh-consult-section{display:grid;gap:12px}.fh-consult-question{padding:18px 16px;border-radius:18px;background:var(--fh-dl-surface);border:1px solid var(--fh-dl-line);box-shadow:0 12px 32px rgba(26,31,28,.04)}.fh-consult-kicker{margin:0;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--fh-dl-trust);font-weight:700}.fh-consult-ai-title,.fh-consult-question-title,.fh-consult-section-title{margin:0;font-size:clamp(20px,4.5vw,24px);font-weight:750;letter-spacing:-.02em;line-height:1.3;color:var(--fh-dl-ink)}.fh-consult-ai-body,.fh-consult-muted,.fh-consult-question-lead,.fh-consult-section-lead{margin:0;font-size:15px;line-height:1.55;color:var(--fh-dl-muted)}.fh-consult-options{display:grid;gap:10px;margin-top:4px}.fh-consult-option{display:flex;flex-direction:column;align-items:flex-start;gap:4px;width:100%;padding:14px 16px;border:1px solid var(--fh-dl-line);border-radius:14px;background:#fff;color:var(--fh-dl-ink);text-align:left;font:inherit;cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease}.fh-consult-option:hover{border-color:var(--fh-dl-line-strong);transform:translateY(-1px)}.fh-consult-option.is-selected{border-color:var(--fh-dl-trust);background:var(--fh-dl-soft)}.fh-consult-option:disabled{opacity:.7;cursor:not-allowed;transform:none}.fh-consult-option:focus-visible{outline:2px solid var(--fh-dl-trust);outline-offset:2px}.fh-consult-option-label{font-weight:700;font-size:15px}.fh-consult-option-desc{font-size:13px;color:var(--fh-dl-muted);line-height:1.4}.fh-consult-actions{display:flex;gap:10px;justify-content:space-between;margin-top:8px}.fh-consult-actions .ui-button{flex:1 1}.fh-consult-result{display:grid;gap:20px}.fh-consult-flow-nav{margin:0;padding:12px 14px;border-radius:14px;background:var(--fh-dl-soft);border:1px solid var(--fh-dl-line)}.fh-consult-flow-nav ol{display:flex;flex-wrap:wrap;gap:8px 14px;margin:0;padding:0;list-style:none}.fh-consult-flow-nav li{font-size:12px;font-weight:650;color:var(--fh-dl-trust)}.fh-consult-flow-nav li:before{content:"· ";opacity:.55}.fh-consult-flow-nav li:first-child:before{content:""}.fh-consult-ai{padding:18px 16px;border-radius:18px;background:linear-gradient(180deg,rgba(31,92,69,.06),transparent 48%),var(--fh-dl-surface);border:1px solid var(--fh-dl-line);box-shadow:0 12px 32px rgba(26,31,28,.04)}.fh-consult-ai-brand{margin:0;font-size:13px;font-weight:750;color:var(--fh-dl-trust)}.fh-consult-ai-trust{margin:0;font-size:13px;color:var(--fh-dl-muted)}.fh-consult-ingredient-list,.fh-consult-points,.fh-consult-product-list,.fh-consult-tip-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.fh-consult-points li,.fh-consult-tip-list li{position:relative;padding:12px 14px 12px 28px;border-radius:12px;background:var(--fh-dl-surface);border:1px solid var(--fh-dl-line);line-height:1.5;font-size:14px}.fh-consult-points li:before,.fh-consult-tip-list li:before{content:"";position:absolute;left:12px;top:18px;width:6px;height:6px;border-radius:50%;background:var(--fh-dl-trust)}.fh-consult-ingredient-card,.fh-consult-product-card{display:grid;gap:10px;padding:16px;border-radius:16px;background:var(--fh-dl-surface);border:1px solid var(--fh-dl-line)}.fh-consult-ingredient-card strong,.fh-consult-product-card strong{font-size:16px;line-height:1.35}.fh-consult-ingredient-card p,.fh-consult-product-card p{margin:0;color:var(--fh-dl-muted);font-size:14px;line-height:1.5}.fh-consult-product-badges{display:flex;flex-wrap:wrap;gap:6px}.fh-consult-badge{display:inline-flex;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:700}.fh-consult-badge,.fh-consult-evidence-card .fh-evidence-badges .badge{background:var(--fh-dl-soft);color:var(--fh-dl-trust)}.fh-consult-next{gap:10px;padding-top:4px}.fh-consult-save-hint{margin:0;text-align:center;font-size:13px;line-height:1.55;color:var(--fh-dl-muted)}.fh-phr{display:grid;gap:20px}.fh-phr-hero{display:grid;gap:8px;padding:2px 2px 0}.fh-phr-summary{display:grid;gap:8px;padding:16px;border-radius:18px;background:linear-gradient(180deg,rgba(91,140,222,.08),transparent 60%),var(--fh-dl-surface);border:1px solid var(--fh-dl-line)}.fh-phr-summary-kicker{margin:0;width:fit-content;padding:6px 10px;border-radius:999px;background:var(--fh-dl-accent-soft);color:var(--fh-dl-accent);font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.fh-phr-summary-body{margin:0;font-size:15px;line-height:1.6;color:var(--fh-dl-ink)}.fh-phr-score{display:grid;gap:12px;padding:18px 16px;border-radius:18px;background:linear-gradient(180deg,rgba(31,92,69,.08),transparent 52%),var(--fh-dl-surface);border:1px solid var(--fh-dl-line);box-shadow:0 12px 32px rgba(26,31,28,.04)}.fh-phr-score-block{display:grid;gap:6px;justify-items:start}.fh-phr-score-value{margin:0;font-size:clamp(44px,10vw,56px);font-weight:800;line-height:1;letter-spacing:-.03em;color:var(--fh-dl-trust)}.fh-phr-score-unit{margin-left:4px;font-size:18px;font-weight:650;color:var(--fh-dl-muted)}.fh-phr-score-grade{margin:0;font-size:15px;font-weight:750;color:var(--fh-dl-trust)}.fh-phr-score-hint{margin:0;font-size:14px;line-height:1.5;color:var(--fh-dl-muted)}.fh-phr-status{padding:18px 16px;border-radius:18px;background:linear-gradient(180deg,rgba(31,92,69,.06),transparent 48%),var(--fh-dl-surface);border:1px solid var(--fh-dl-line);box-shadow:0 12px 32px rgba(26,31,28,.04)}.fh-phr-why-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.fh-phr-why-card{display:flex;gap:10px;align-items:flex-start;padding:14px 16px;border-radius:14px;background:var(--fh-dl-surface);border:1px solid var(--fh-dl-line);font-size:14px;line-height:1.55;color:var(--fh-dl-ink)}.fh-phr-why-mark{flex:0 0 auto;margin-top:1px;color:var(--fh-dl-trust);font-weight:800}.fh-phr-products-stack{display:grid;gap:20px}.fh-rec-experience{gap:24px;position:relative}.fh-rec-experience--commerce{scroll-margin-top:12px}.fh-rec-skip-link{position:absolute;left:12px;top:0;z-index:5;transform:translateY(-140%);padding:10px 14px;border-radius:10px;background:#1F5C45;color:#fff;font-size:13px;font-weight:700;text-decoration:none;min-height:44px;display:inline-flex;align-items:center}.fh-rec-skip-link:focus{transform:translateY(0);outline:2px solid rgba(31,92,69,.55);outline-offset:3px}.fh-rec-experience>.fh-phr-ai-summary,.fh-rec-experience>.fh-phr-change-summary,.fh-rec-experience>.fh-phr-rec-evidence,.fh-rec-experience>.fh-phr-rec-faq,.fh-rec-experience>.fh-rec-experience-item,.fh-rec-experience>.fh-recommended-products,.fh-rec-experience>[data-testid]{animation:fh-rec-enter .5s ease both}.fh-rec-experience>:first-child{animation-delay:.03s}.fh-rec-experience>:nth-child(2){animation-delay:.08s}.fh-rec-experience>:nth-child(3){animation-delay:.13s}.fh-rec-experience>:nth-child(4){animation-delay:.18s}.fh-rec-experience>:nth-child(5){animation-delay:.23s}.fh-rec-experience>:nth-child(6){animation-delay:.28s}.fh-rec-experience>:nth-child(7){animation-delay:.33s}@keyframes fh-rec-enter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.fh-commerce-lane-stack>*,.fh-rec-experience>*,.fh-rec-skel-card{animation:none!important}}.fh-rec-products .fh-consult-section-title{font-size:clamp(1.1rem,2.6vw,1.34rem);line-height:1.35;letter-spacing:-.015em}.fh-rec-products .fh-consult-section-lead{font-size:14.5px;line-height:1.65;max-width:42rem;color:var(--fh-dl-muted,#5E6761)}#fh-rec-products-anchor{scroll-margin-top:16px}.fh-rec-products-loading{display:grid;gap:12px;padding:4px 0 2px}.fh-rec-products-loading-hint{margin:0;font-size:13px;line-height:1.55;color:var(--fh-dl-muted,#5E6761);word-break:keep-all}.fh-rec-products-skeleton{display:grid;gap:12px}.fh-rec-skel-card{display:grid;gap:10px;padding:16px;border-radius:14px;border:1px solid var(--fh-dl-line,#d8e0db);background:#fff}.fh-rec-skel-line{height:12px;border-radius:999px;background:linear-gradient(90deg,#EEF2F0,#F7F9F8 50%,#EEF2F0);background-size:200% 100%;animation:fh-rec-skel-shimmer 1.2s ease-in-out infinite}.fh-rec-skel-line--title{height:16px;width:72%}.fh-rec-skel-line--short{width:48%}.fh-rec-skel-cta{height:44px;border-radius:12px;margin-top:4px;background:linear-gradient(90deg,#E7F1EC,#F4F8F6 50%,#E7F1EC);background-size:200% 100%;animation:fh-rec-skel-shimmer 1.2s ease-in-out infinite}@keyframes fh-rec-skel-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media (max-width:640px){.fh-phr-products-stack,.fh-rec-experience{gap:18px}.fh-phr-ai-summary{padding:12px 14px;font-size:14px;line-height:1.6}.fh-rec-products .fh-consult-section-lead{font-size:13.5px}.fh-rec-skel-card{padding:14px}}.fh-phr-ai-summary{margin:0;padding:14px 16px;border-radius:14px;background:linear-gradient(180deg,rgba(91,140,222,.1),transparent 70%),var(--fh-dl-surface);border:1px solid rgba(91,140,222,.22);font-size:15px;font-weight:650;line-height:1.55;color:var(--fh-dl-ink);letter-spacing:-.01em}.fh-phr-rec-faq{display:grid;gap:12px;padding:18px 16px;border-radius:18px;background:var(--fh-dl-surface);border:1px solid var(--fh-dl-line)}.fh-phr-rec-faq-title{margin:0;font-size:clamp(1.05rem,2.4vw,1.25rem);font-weight:750;line-height:1.35;color:var(--fh-dl-ink)}.fh-phr-rec-faq-lead{margin:0;font-size:14px;line-height:1.55;color:var(--fh-dl-muted)}.fh-phr-rec-faq-list{display:grid;gap:8px;margin:0}.fh-phr-rec-faq-item{border-radius:12px;background:var(--fh-dl-soft,rgba(26,31,28,.03));border:1px solid var(--fh-dl-line);padding:0;overflow:hidden}.fh-phr-rec-faq-item summary{list-style:none;cursor:pointer;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px;font-size:14px;font-weight:700;line-height:1.45;color:var(--fh-dl-ink)}.fh-phr-rec-faq-item summary::-webkit-details-marker{display:none}.fh-phr-rec-faq-item summary:after{content:"+";flex:0 0 auto;margin-top:1px;font-size:16px;font-weight:700;color:var(--fh-dl-trust,#1f5c45);line-height:1}.fh-phr-rec-faq-item[open] summary:after{content:"−"}.fh-phr-rec-faq-item p{margin:0;padding:0 14px 14px;font-size:14px;line-height:1.6;color:var(--fh-dl-muted)}.fh-phr-rec-faq-notice{margin:0;padding:10px 12px;border-radius:12px;background:rgba(26,31,28,.03);border:1px solid var(--fh-dl-line);font-size:12px;line-height:1.5;color:var(--fh-dl-muted)}@media (max-width:640px){.fh-phr-rec-faq{padding:16px 14px}.fh-phr-rec-faq-item summary{padding:12px;font-size:13.5px}.fh-phr-rec-faq-item p{padding:0 12px 12px;font-size:13.5px}}.fh-phr-rec-evidence{display:grid;gap:12px;padding:18px 18px 16px;border-radius:18px;background:linear-gradient(180deg,rgba(31,92,69,.06),transparent 52%),var(--fh-dl-surface);border:1px solid var(--fh-dl-line);box-shadow:0 12px 32px rgba(26,31,28,.04)}.fh-phr-rec-evidence-title{margin:0;font-size:clamp(1.05rem,2.4vw,1.25rem);font-weight:750;line-height:1.35;color:var(--fh-dl-ink)}.fh-phr-rec-evidence-lead{margin:0;font-size:14px;line-height:1.55;color:var(--fh-dl-muted)}.fh-phr-rec-evidence-context{display:flex;flex-wrap:wrap;gap:8px 12px;align-items:baseline;margin:0;padding:10px 12px;border-radius:12px;background:rgba(31,92,69,.05);border:1px solid rgba(31,92,69,.12);font-size:14px;line-height:1.5;color:var(--fh-dl-ink)}.fh-phr-rec-evidence-context-label{font-size:11px;font-weight:750;letter-spacing:.04em;text-transform:uppercase;color:var(--fh-dl-trust)}.fh-phr-rec-evidence-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}@media (min-width:720px){.fh-phr-rec-evidence-list{grid-template-columns:1fr 1fr}}.fh-phr-rec-evidence-item{display:flex;gap:10px;align-items:flex-start;padding:12px 14px;border-radius:14px;background:var(--fh-dl-surface);border:1px solid var(--fh-dl-line)}.fh-phr-rec-evidence-mark{flex:0 0 auto;margin-top:2px;color:var(--fh-dl-trust);font-weight:800}.fh-phr-rec-evidence-body{display:grid;gap:4px;min-width:0}.fh-phr-rec-evidence-item-title{margin:0;font-size:13px;font-weight:750;color:var(--fh-dl-ink)}.fh-phr-rec-evidence-item-text{margin:0;font-size:13px;line-height:1.5;color:var(--fh-dl-muted)}.fh-phr-rec-evidence-notice{display:grid;gap:4px;padding:10px 12px;border-radius:12px;background:rgba(26,31,28,.03);border:1px solid var(--fh-dl-line)}.fh-phr-rec-evidence-notice-title{margin:0;font-size:12px;font-weight:750;color:var(--fh-dl-ink)}.fh-phr-rec-evidence-notice-body{margin:0;font-size:12px;line-height:1.5;color:var(--fh-dl-muted)}.fh-phr-ingredient-body{display:grid;gap:12px}.fh-phr-ingredient-field{display:grid;gap:4px}.fh-phr-field-label{margin:0;font-size:11px;font-weight:750;letter-spacing:.04em;text-transform:uppercase;color:var(--fh-dl-trust)}.fh-phr-final-cta{gap:10px}@media (max-width:640px){.fh-consult-ai,.fh-consult-question,.fh-consult-section,.fh-phr-score,.fh-phr-status,.fh-phr-summary,.fh-search-empty,.fh-search-evidence,.fh-search-ingredients,.fh-search-next,.fh-search-products{padding:16px 14px}.fh-consult-actions{flex-direction:column}.fh-consult-actions .ui-button{width:100%}.fh-consult-stepper{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:390px){.fh-consult-stepper{display:flex;gap:6px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:2px}.fh-consult-step{flex:0 0 auto;min-width:52px;padding:8px 6px;font-size:0}.fh-consult-step .fh-consult-step-index{font-size:11px}.fh-consult-step>span:last-child{display:none}}body:has(.fh-mhr-page){background:#F7F5F2;--fh-dl-bg:#F7F5F2;--fh-dl-surface:#FFFFFF;--fh-dl-ink:#1A1F1C;--fh-dl-muted:#5E6761;--fh-dl-trust:#1F5C45;--fh-dl-soft:#E7F1EC;--fh-dl-accent:#5B8CDE;--fh-dl-accent-soft:#E8F1FA;--fh-dl-line:#D8E0DB;--fh-dl-line-strong:#BFD3C8;--fh-dl-placeholder:#8A928C}.fh-mhr-page{--fh-dl-bg:#F7F5F2;--fh-dl-surface:#FFFFFF;--fh-dl-ink:#1A1F1C;--fh-dl-muted:#5E6761;--fh-dl-trust:#1F5C45;--fh-dl-soft:#E7F1EC;--fh-dl-accent:#5B8CDE;--fh-dl-accent-soft:#E8F1FA;--fh-dl-line:#D8E0DB;--fh-dl-line-strong:#BFD3C8;--fh-dl-placeholder:#8A928C;display:grid;gap:20px;max-width:640px;width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Apple SD Gothic Neo,Noto Sans KR,sans-serif;-webkit-font-smoothing:antialiased;padding:max(16px,env(safe-area-inset-top)) max(16px,env(safe-area-inset-right)) calc(48px + env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));background:radial-gradient(120% 60% at 0 0,rgba(91,140,222,.08),transparent 55%),radial-gradient(90% 50% at 100% 8%,rgba(31,92,69,.07),transparent 50%),var(--fh-dl-bg);color:var(--fh-dl-ink)}.fh-mhr-loading{margin:24px 0;color:var(--fh-dl-muted);font-size:14px}.fh-mhr-hero{display:grid;gap:8px;padding:2px 2px 0}.fh-mhr-guide{display:grid;gap:8px;padding:16px;border-radius:18px;background:rgba(255,255,255,.78);border:1px solid var(--fh-dl-line)}.fh-mhr-guide-kicker{margin:0;font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--fh-dl-trust)}.fh-mhr-guide-body{margin:0;font-size:14px;line-height:1.6;color:var(--fh-dl-muted)}.fh-mhr-accumulation{margin:0;width:fit-content;max-width:100%;padding:8px 12px;border-radius:12px;background:var(--fh-dl-soft);border:1px solid var(--fh-dl-line);color:var(--fh-dl-trust);font-size:13px;font-weight:650;line-height:1.4;animation:fh-mhr-enter .45s ease both}.fh-mhr-score{display:grid;gap:12px;padding:18px 16px;border-radius:18px;background:linear-gradient(180deg,rgba(31,92,69,.08),transparent 52%),var(--fh-dl-surface);border:1px solid var(--fh-dl-line);animation:fh-mhr-enter .5s ease .04s both;box-shadow:0 12px 32px rgba(26,31,28,.04)}.fh-mhr-score-block{display:grid;gap:6px;justify-items:start}.fh-mhr-score-delta{margin:0;font-size:14px;font-weight:700;color:var(--fh-dl-accent)}.fh-mhr-score-trail{list-style:none;margin:8px 0 0;padding:12px 8px 4px;display:flex;align-items:flex-end;gap:10px;overflow-x:auto}.fh-mhr-score-trail li{display:grid;gap:6px;justify-items:center;min-width:44px;flex:1 1}.fh-mhr-score-bar{width:100%;max-width:28px;border-radius:8px 8px 4px 4px;background:linear-gradient(180deg,var(--fh-dl-trust),rgba(31,92,69,.55));transition:height .35s ease}.fh-mhr-score-bar-value{font-size:12px;font-weight:700;color:var(--fh-dl-ink)}.fh-mhr-score-bar-date{font-size:11px;color:var(--fh-dl-muted);text-align:center}.fh-mhr-consults{animation:fh-mhr-enter .5s ease .08s both}.fh-mhr-consult-list{list-style:none;margin:0;padding:0;display:grid;gap:12px}.fh-mhr-consult-card{display:grid;gap:12px;padding:16px;border-radius:16px;background:var(--fh-dl-surface);border:1px solid var(--fh-dl-line);box-shadow:0 12px 32px rgba(26,31,28,.03)}.fh-mhr-consult-card.is-expanded{border-color:var(--fh-dl-line-strong);box-shadow:0 8px 24px rgba(26,31,28,.04)}.fh-mhr-consult-date{margin:0 0 4px;display:grid;gap:4px}.fh-mhr-consult-date time{font-size:14px;font-weight:650;color:var(--fh-dl-ink)}.fh-mhr-consult-score{margin:0;font-size:14px;font-weight:750;color:var(--fh-dl-trust)}.fh-mhr-consult-concern{margin:4px 0 0;font-size:13px;color:var(--fh-dl-muted)}.fh-mhr-consult-summary{margin:0;font-size:15px;line-height:1.55;color:var(--fh-dl-ink)}.fh-mhr-consult-detail{display:grid;gap:10px;padding-top:4px;border-top:1px solid var(--fh-dl-line)}.fh-mhr-detail-ingredients{margin:0;padding-left:18px;color:var(--fh-dl-muted);font-size:14px;line-height:1.5}.fh-mhr-consult-actions{display:flex;flex-wrap:wrap;gap:8px}.fh-mhr-consult-actions .ui-button{flex:1 1;min-width:120px}.fh-mhr-search-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px}.fh-mhr-search-chip{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:12px;background:var(--fh-dl-surface);border:1px solid var(--fh-dl-line);color:var(--fh-dl-ink);text-decoration:none;font-size:14px;font-weight:600}.fh-mhr-search-chip time{color:var(--fh-dl-muted);font-size:12px;font-weight:500}.fh-mhr-search-chip:hover{border-color:var(--fh-dl-line-strong);background:var(--fh-dl-soft)}.fh-mhr-ingredient-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.fh-mhr-ingredient-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-radius:14px;background:var(--fh-dl-surface);border:1px solid var(--fh-dl-line)}.fh-mhr-ingredient-item strong{font-size:15px}.fh-mhr-ingredient-item p{margin:4px 0 0;font-size:13px;color:var(--fh-dl-muted)}.fh-mhr-signup{display:grid;gap:10px;padding:18px 16px;border-radius:18px;background:linear-gradient(180deg,rgba(91,140,222,.08),transparent 55%),var(--fh-dl-surface);border:1px solid var(--fh-dl-line);box-shadow:0 12px 32px rgba(26,31,28,.04)}.fh-mhr-signup-actions{display:grid;gap:8px}.fh-mhr-empty-actions{display:grid;gap:10px;width:100%}.fh-mhr-vitals-link{margin:0;text-align:center;font-size:13px}.fh-mhr-vitals-link a{color:var(--fh-dl-muted);text-decoration:underline;text-underline-offset:3px}.fh-mhr-vitals-link a:hover{color:var(--fh-dl-trust)}@keyframes fh-mhr-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.fh-mhr-accumulation,.fh-mhr-consults,.fh-mhr-score,.fh-mhr-score-bar{animation:none;transition:none}}@media (max-width:640px){.fh-mhr-guide,.fh-mhr-score,.fh-mhr-signup{padding:16px 14px}.fh-mhr-consult-actions{flex-direction:column}.fh-mhr-consult-actions .ui-button{width:100%}}.fh-recommended-products{display:grid;gap:14px}.fh-bridge-notice{display:grid;gap:6px;padding:14px 16px;border-radius:14px;background:var(--fh-dl-soft);border:1px solid var(--fh-dl-line-strong)}.fh-bridge-notice-title{margin:0;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--fh-dl-trust)}.fh-bridge-notice-body{margin:0;font-size:14px;line-height:1.55;color:var(--fh-dl-ink)}.fh-product-rec-list{list-style:none;margin:0;padding:0;display:grid;gap:20px}.fh-product-rec-media{display:block;text-decoration:none;color:inherit}.fh-product-rec-image{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:12px;background:var(--fh-dl-soft);border:1px solid var(--fh-dl-line);transition:transform .28s ease,box-shadow .28s ease}.fh-product-rec-media:focus-visible .fh-product-rec-image,.fh-product-rec-media:hover .fh-product-rec-image{transform:translateY(-1px);box-shadow:0 10px 24px rgba(26,31,28,.08)}.fh-product-rec-image--empty{min-height:132px;background:linear-gradient(135deg,rgba(31,92,69,.08),transparent 55%),var(--fh-dl-soft)}.fh-product-rec-card{display:grid;gap:22px;padding:22px 20px;border-radius:18px;background:var(--fh-dl-surface);border:1px solid var(--fh-dl-line);box-shadow:0 12px 32px rgba(26,31,28,.04)}.fh-product-rec-trust-badges{display:grid;gap:12px;padding-bottom:4px;border-bottom:1px solid var(--fh-dl-line)}.fh-product-rec-confidence{display:flex;flex-wrap:wrap;gap:8px 12px;align-items:center}.fh-product-rec-badge{display:inline-flex;align-items:center;padding:6px 10px;border-radius:10px;font-size:12px;font-weight:750;letter-spacing:.02em;line-height:1.2}.fh-product-rec-badge--confidence{background:rgba(31,92,69,.1);border:1px solid rgba(31,92,69,.22);color:var(--fh-dl-trust,#1f5c45)}.fh-product-rec-confidence-hint{font-size:12px;line-height:1.4;color:var(--fh-dl-muted)}.fh-product-rec-sources{display:grid;gap:8px}.fh-product-rec-sources-label{margin:0;font-size:11px;font-weight:750;letter-spacing:.04em;text-transform:uppercase;color:var(--fh-dl-trust,#1f5c45)}.fh-product-rec-source-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px}.fh-product-rec-badge--source{background:var(--fh-dl-soft);border:1px solid var(--fh-dl-line);color:var(--fh-dl-ink)}.fh-product-rec-badge--source[data-source=survey]{background:rgba(91,140,222,.1);border-color:rgba(91,140,222,.22);color:#2f5f9a}.fh-product-rec-badge--source[data-source=nutrition]{background:rgba(31,92,69,.08);border-color:rgba(31,92,69,.18);color:var(--fh-dl-trust,#1f5c45)}.fh-product-rec-badge--source[data-source=lifestyle]{background:rgba(180,140,70,.1);border-color:rgba(180,140,70,.22);color:#7a5a1e}.fh-product-rec-explain{display:grid;gap:12px}.fh-product-rec-reasons{list-style:none;margin:0;padding:0;display:grid;gap:10px}.fh-product-rec-reasons li{margin:0;padding:12px 14px;border-radius:12px;background:var(--fh-dl-soft);border:1px solid var(--fh-dl-line);font-size:15px;line-height:1.6;color:var(--fh-dl-ink);display:flex;gap:10px;align-items:flex-start}.fh-product-rec-reason-mark{flex:0 0 auto;color:var(--fh-dl-trust,#1f5c45);font-weight:700;line-height:1.6}.fh-product-rec-ingredient-notes{list-style:none;margin:0;padding:0;display:grid;gap:12px}.fh-product-rec-ingredient-notes>li{display:grid;gap:6px;padding:14px;border-radius:12px;border:1px solid var(--fh-dl-line);background:transparent}.fh-product-rec-ingredient-name{font-size:15px;font-weight:700;color:var(--fh-dl-ink)}.fh-product-rec-product{display:grid;gap:14px;padding-top:6px;border-top:1px solid var(--fh-dl-line)}.fh-product-rec-body{display:grid;gap:14px}.fh-product-rec-name{margin:0;font-size:18px;line-height:1.4;letter-spacing:-.02em;color:var(--fh-dl-ink);font-weight:700}.fh-product-rec-name a{color:inherit;text-decoration:none}.fh-product-rec-name a:focus-visible,.fh-product-rec-name a:hover{text-decoration:underline;text-underline-offset:3px}.fh-product-rec-trust{display:grid;gap:12px;padding:12px 0 2px;border-top:1px solid var(--fh-dl-line)}.fh-product-rec-field{display:grid;gap:6px}.fh-product-rec-label{margin:0;font-size:12px;font-weight:700;letter-spacing:.03em;text-transform:none;color:var(--fh-dl-trust)}.fh-product-rec-label--icon{display:flex;align-items:center;gap:8px}.fh-product-rec-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.fh-product-rec-icon,.fh-product-rec-icon--check{color:var(--fh-dl-trust,#1f5c45)}.fh-product-rec-icon--leaf{color:#3d7a55}.fh-product-rec-icon--package{color:#5a6b5e}.fh-product-rec-icon--heart{color:#7a5c5c}.fh-product-rec-text{margin:0;font-size:15px;line-height:1.65;color:var(--fh-dl-muted)}.fh-product-rec-text--soft{font-size:14px;color:var(--fh-dl-muted)}.fh-product-rec-caution{padding:12px 14px;border-radius:12px;background:var(--fh-dl-soft)}.fh-product-rec-chips,.fh-product-rec-ingredients{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px}.fh-product-rec-chips li,.fh-product-rec-ingredients li{display:inline-flex;padding:6px 11px;border-radius:10px;background:var(--fh-dl-soft);color:var(--fh-dl-ink);font-size:13px;line-height:1.3}.fh-product-rec-chips li{border:1px solid var(--fh-dl-line-strong);background:transparent;color:var(--fh-dl-ink)}.fh-product-rec-actions{display:grid;gap:16px;padding-top:8px;border-top:1px solid var(--fh-dl-line)}.fh-product-rec-explainable{display:grid;gap:0;border-radius:14px;border:1px solid var(--fh-dl-line);background:rgba(31,92,69,.04);overflow:hidden}.fh-product-rec-explainable-heading{margin:0;font-size:inherit;font-weight:inherit}.fh-product-rec-explainable-toggle{width:100%;appearance:none;border:0;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;cursor:pointer;text-align:left;color:var(--fh-dl-ink);font-size:14px;font-weight:750;line-height:1.4}.fh-product-rec-explainable-toggle:focus-visible{outline:2px solid rgba(31,92,69,.45);outline-offset:-2px}.fh-product-rec-explainable-chevron{flex:0 0 auto;width:1.5rem;height:1.5rem;display:inline-grid;place-items:center;border-radius:8px;background:rgba(31,92,69,.1);color:var(--fh-dl-trust,#1f5c45);font-size:16px;font-weight:800;line-height:1}.fh-product-rec-explainable-panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .28s ease}.fh-product-rec-explainable.is-open .fh-product-rec-explainable-panel{grid-template-rows:1fr}.fh-product-rec-explainable-panel-inner{overflow:hidden;min-height:0;display:grid;gap:14px;padding:0 16px;opacity:0;transform:translateY(-4px);transition:opacity .22s ease,transform .22s ease,padding .28s ease}.fh-product-rec-explainable.is-open .fh-product-rec-explainable-panel-inner{padding:0 16px 16px;opacity:1;transform:translateY(0)}.fh-product-rec-explainable-section{display:grid;gap:6px}.fh-product-rec-explainable-section-title{margin:0;font-size:12px;font-weight:750;letter-spacing:.03em;color:var(--fh-dl-trust,#1f5c45)}.fh-product-rec-explainable-list{list-style:none;margin:0;padding:0;display:grid;gap:6px}.fh-product-rec-explainable-list li{margin:0;padding:10px 12px;border-radius:10px;background:var(--fh-dl-surface);border:1px solid var(--fh-dl-line);font-size:13px;line-height:1.5;color:var(--fh-dl-ink)}@media (max-width:640px){.fh-product-rec-explainable-toggle{padding:12px 14px;font-size:13.5px}.fh-product-rec-explainable.is-open .fh-product-rec-explainable-panel-inner{padding:0 14px 14px}.fh-product-rec-explainable-list li{font-size:13px;padding:9px 10px}}.fh-product-rec-transition{display:grid;gap:8px;padding:14px 4px 2px}.fh-product-rec-transition-heading{margin:0;font-size:16px;font-weight:700;line-height:1.45;color:var(--fh-dl-ink)}.fh-product-rec-transition-body{margin:0;font-size:15px;line-height:1.65;color:var(--fh-dl-muted)}.fh-product-rec-transition-note{margin:0;font-size:13px;line-height:1.55;color:var(--fh-dl-muted)}.fh-product-rec-detail-cta{min-height:48px;letter-spacing:-.01em}.fh-product-rec-trust-bullets{list-style:none;margin:0;padding:4px 2px 0;display:grid;gap:10px}.fh-product-rec-trust-bullets li{display:flex;gap:10px;align-items:flex-start;font-size:14px;line-height:1.55;color:var(--fh-dl-ink)}.fh-product-rec-trust-bullets li>span:first-child{color:var(--fh-dl-trust,#1f5c45);font-weight:700}.fh-product-rec-guide{display:grid;gap:10px;padding:4px 2px 0}.fh-product-rec-guide-divider{margin:0;font-size:12px;letter-spacing:.04em;color:var(--fh-dl-line-strong,#c5cdc7);text-align:center;-webkit-user-select:none;user-select:none}.fh-product-rec-guide-heading{margin:0;font-size:14px;font-weight:700;line-height:1.5;color:var(--fh-dl-ink);text-align:center}.fh-product-rec-guide-steps{list-style:none;margin:0;padding:0;display:grid;gap:4px;justify-items:center}.fh-product-rec-guide-steps>li{display:grid;gap:2px;justify-items:center;text-align:center}.fh-product-rec-guide-step{display:inline-flex;align-items:center;gap:8px;font-size:14px;line-height:1.5;color:var(--fh-dl-ink)}.fh-product-rec-guide-num{color:var(--fh-dl-trust,#1f5c45);font-weight:700}.fh-product-rec-guide-arrow{display:block;font-size:12px;line-height:1.2;color:var(--fh-dl-muted)}.fh-product-rec-choice{margin:2px 0 0;display:flex;gap:8px;align-items:flex-start;font-size:13px;line-height:1.6;color:var(--fh-dl-muted)}.fh-product-rec-safety{margin:0;font-size:12px;line-height:1.55;color:var(--fh-dl-muted,#5E6761);text-align:center}.fh-commerce-lane{display:grid;gap:10px;margin-top:2px;padding:12px;border-radius:16px;border:1px solid rgba(31,92,69,.16);background:linear-gradient(180deg,rgba(231,241,236,.55),rgba(255,255,255,.96) 42%)}.fh-commerce-lane-kicker{margin:0;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--fh-dl-trust,#1F5C45)}.fh-commerce-lane-stack{display:grid;gap:12px}.fh-commerce-lane-stack>*{animation:fh-rec-enter .42s ease both}.fh-commerce-lane-stack>:first-child{animation-delay:.04s}.fh-commerce-lane-stack>:nth-child(2){animation-delay:.1s}.fh-commerce-lane-stack>:nth-child(3){animation-delay:.16s}.fh-purchase-confidence{display:grid;gap:12px;margin-top:0;padding:14px 14px 12px;border-radius:14px;border:1px solid var(--fh-dl-line,#d8e0db);background:linear-gradient(180deg,#F8FAF9,#FFFFFF 68%)}.fh-purchase-confidence-kicker{margin:0;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--fh-dl-trust,#1F5C45)}.fh-purchase-confidence-facts{margin:0;display:grid;gap:8px}.fh-purchase-confidence-fact{display:grid;gap:4px;padding:10px 12px;border-radius:12px;background:#fff;border:1px solid rgba(216,224,219,.95)}.fh-purchase-confidence-fact dt{margin:0;font-size:12px;font-weight:700;color:var(--fh-dl-trust,#1F5C45)}.fh-purchase-confidence-fact dd{margin:0;display:grid;gap:4px;font-size:14px;line-height:1.55;color:var(--fh-dl-ink,#1A1F1C);word-break:keep-all}.fh-purchase-confidence-hint{font-size:12px;line-height:1.45;color:var(--fh-dl-muted,#5E6761);font-weight:500}.fh-purchase-confidence-expandables{display:grid;gap:8px}.fh-purchase-confidence-expand{border-radius:10px;border:1px solid var(--fh-dl-line,#d8e0db);background:#fff;overflow:hidden}.fh-purchase-confidence-expand-toggle{width:100%;appearance:none;border:0;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:44px;padding:10px 12px;cursor:pointer;text-align:left;font-size:14px;font-weight:700;color:var(--fh-dl-ink,#1A1F1C);word-break:keep-all}.fh-purchase-confidence-expand-toggle:focus-visible{outline:2px solid rgba(31,92,69,.45);outline-offset:-2px}.fh-purchase-confidence-expand-chevron{flex:0 0 auto;width:1.4rem;height:1.4rem;display:inline-grid;place-items:center;border-radius:7px;background:rgba(31,92,69,.1);color:var(--fh-dl-trust,#1F5C45);font-size:15px;font-weight:800;line-height:1}.fh-purchase-confidence-expand-panel{padding:0 12px 12px}.fh-purchase-confidence-expand-panel[hidden]{display:none}.fh-purchase-confidence-expand-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}.fh-purchase-confidence-expand-list li{position:relative;padding-left:1rem;font-size:13.5px;line-height:1.55;color:var(--fh-dl-muted,#5E6761);word-break:keep-all}.fh-purchase-confidence-expand-list li:before{content:"·";position:absolute;left:0;color:var(--fh-dl-trust,#1F5C45);font-weight:800}.fh-smart-purchase-context{display:grid;gap:12px;margin-top:4px;padding:14px 14px 12px;border-radius:14px;border:1px solid var(--fh-dl-line,#d8e0db);background:#fff}.fh-smart-purchase-kicker{margin:0;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--fh-dl-trust,#1F5C45)}.fh-smart-purchase-facts{margin:0;display:grid;gap:10px}.fh-smart-purchase-fact{display:grid;gap:4px;padding:10px 12px;border-radius:12px;background:#F7F9F8;border:1px solid rgba(216,224,219,.9)}.fh-smart-purchase-fact dt{margin:0;font-size:12px;font-weight:700;color:var(--fh-dl-trust,#1F5C45)}.fh-smart-purchase-fact dd{margin:0;font-size:14px;line-height:1.55;color:var(--fh-dl-ink,#1A1F1C);word-break:keep-all}.fh-smart-purchase-expandables{display:grid;gap:8px}.fh-smart-purchase-expand{border-radius:10px;border:1px solid var(--fh-dl-line,#d8e0db);background:#fff;overflow:hidden}.fh-smart-purchase-expand-toggle{width:100%;appearance:none;border:0;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:44px;padding:10px 12px;cursor:pointer;text-align:left;font-size:14px;font-weight:700;color:var(--fh-dl-ink,#1A1F1C);word-break:keep-all}.fh-smart-purchase-expand-toggle:focus-visible{outline:2px solid rgba(31,92,69,.45);outline-offset:-2px}.fh-smart-purchase-expand-chevron{flex:0 0 auto;width:1.4rem;height:1.4rem;display:inline-grid;place-items:center;border-radius:7px;background:rgba(31,92,69,.1);color:var(--fh-dl-trust,#1F5C45);font-size:15px;font-weight:800;line-height:1}.fh-smart-purchase-expand-panel{padding:0 12px 12px}.fh-smart-purchase-expand-panel[hidden]{display:none}.fh-smart-purchase-expand-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}.fh-smart-purchase-expand-list li{position:relative;padding-left:1rem;font-size:13.5px;line-height:1.55;color:var(--fh-dl-muted,#5E6761);word-break:keep-all}.fh-smart-purchase-expand-list li:before{content:"·";position:absolute;left:0;color:var(--fh-dl-trust,#1F5C45);font-weight:800}.fh-rec-purchase-bridge{display:grid;gap:12px;margin-top:4px;padding:14px 14px 12px;border-radius:14px;border:1px solid var(--fh-dl-line,#d8e0db);background:linear-gradient(180deg,#F4F8F6,#FFFFFF 72%)}.fh-commerce-lane .fh-purchase-confidence,.fh-commerce-lane .fh-rec-purchase-bridge,.fh-commerce-lane .fh-smart-purchase-context{margin-top:0;box-shadow:none}.fh-rec-purchase-bridge-notice{margin:0;font-size:13.5px;line-height:1.55;color:var(--fh-dl-ink,#1A1F1C);word-break:keep-all}.fh-rec-purchase-bridge-reason{border-radius:10px;border:1px solid var(--fh-dl-line,#d8e0db);background:#fff;overflow:hidden}.fh-rec-purchase-bridge-reason-toggle{width:100%;appearance:none;border:0;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:44px;padding:10px 12px;cursor:pointer;text-align:left;font-size:14px;font-weight:700;color:var(--fh-dl-trust,#1F5C45)}.fh-rec-purchase-bridge-reason-toggle:focus-visible{outline:2px solid rgba(31,92,69,.45);outline-offset:-2px}.fh-rec-purchase-bridge-chevron{flex:0 0 auto;width:1.4rem;height:1.4rem;display:inline-grid;place-items:center;border-radius:7px;background:rgba(31,92,69,.1);font-size:15px;font-weight:800;line-height:1}.fh-rec-purchase-bridge-reason-panel{padding:0 12px 12px}.fh-rec-purchase-bridge-reason-panel[hidden]{display:none}.fh-rec-purchase-bridge-reason-body{margin:0;font-size:14px;line-height:1.6;color:var(--fh-dl-muted,#5E6761);word-break:keep-all}.fh-rec-purchase-bridge-actions{display:grid;gap:8px}.fh-rec-purchase-bridge-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 14px;border-radius:12px;font-size:15px;font-weight:750;line-height:1.3;text-decoration:none;text-align:center;word-break:keep-all;transition:transform .15s ease,filter .15s ease,box-shadow .15s ease}.fh-rec-purchase-bridge-btn--primary{background:var(--fh-dl-trust,#1F5C45);color:#fff;border:1px solid var(--fh-dl-trust,#1f5c45);box-shadow:0 8px 18px rgba(31,92,69,.18)}.fh-rec-purchase-bridge-btn--secondary{background:#fff;color:var(--fh-dl-trust,#1F5C45);border:1.5px solid rgba(31,92,69,.42)}.fh-rec-purchase-bridge-btn--ghost{background:transparent;color:var(--fh-dl-ink,#1A1F1C);border:1px solid var(--fh-dl-line,#d8e0db);min-height:44px;font-size:14px}.fh-rec-purchase-bridge-btn:hover{filter:brightness(.98)}.fh-rec-purchase-bridge-btn:focus-visible{outline:3px solid rgba(31,92,69,.45);outline-offset:2px}.fh-rec-purchase-bridge-btn--primary:active{transform:translateY(1px)}.fh-rec-cta-emphasis{min-height:48px!important;font-weight:750!important;box-shadow:0 6px 16px rgba(26,31,28,.08)}.fh-rec-purchase-bridge-hint{margin:0;font-size:12px;line-height:1.5;color:var(--fh-dl-muted,#5E6761);text-align:center;word-break:keep-all}.fh-bridge-button-error{margin:8px 0 0;font-size:13px;color:var(--fh-color-danger,#B42318)}@media (min-width:768px){.fh-product-rec-list{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.fh-bridge-notice{padding:16px 18px}.fh-product-rec-card{padding:24px 22px;gap:24px}.fh-rec-purchase-bridge-actions{grid-template-columns:repeat(3,minmax(0,1fr))}.fh-commerce-lane{padding:14px;gap:12px}.fh-rec-products-skeleton{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.fh-product-rec-card{padding:16px 14px;gap:16px}.fh-product-rec-name{font-size:17px}.fh-product-rec-transition-heading{font-size:15px}.fh-commerce-lane{padding:10px;gap:8px;border-radius:14px}.fh-commerce-lane-stack{gap:10px}.fh-rec-purchase-bridge{padding:12px;gap:10px}.fh-rec-purchase-bridge-notice{font-size:13px;line-height:1.6}.fh-rec-purchase-bridge-actions{gap:8px}.fh-rec-purchase-bridge-btn{min-height:48px;font-size:14.5px}.fh-smart-purchase-context{padding:12px;gap:10px}.fh-smart-purchase-fact{padding:9px 10px}.fh-smart-purchase-fact dd{font-size:13.5px;line-height:1.6}.fh-smart-purchase-expand-toggle{font-size:13.5px}.fh-purchase-confidence{padding:12px;gap:10px}.fh-purchase-confidence-fact{padding:9px 10px}.fh-purchase-confidence-fact dd{font-size:13.5px;line-height:1.6}.fh-purchase-confidence-expand-toggle{font-size:13.5px}}@media (prefers-reduced-motion:reduce){.fh-bridge-notice,.fh-product-rec-card,.fh-product-rec-image,.fh-rec-purchase-bridge-btn,.fh-rec-skel-cta,.fh-rec-skel-line,.fh-search-skeleton-line{transition:none;animation:none}}.fh-medical-disclaimer{margin:0}.fh-medical-disclaimer--inline{margin:8px 0 0;font-size:12px;line-height:1.45;color:var(--fh-dl-muted,#5E6761)}.fh-medical-disclaimer--block{display:grid;gap:6px;padding:14px 16px;border-radius:14px;border:1px solid var(--fh-dl-line,#d8e0db);background:var(--fh-dl-soft,#E7F1EC)}.fh-medical-disclaimer-title{margin:0;font-size:12px;font-weight:700;letter-spacing:.02em;color:var(--fh-dl-trust,#1F5C45)}.fh-medical-disclaimer-body{margin:0;font-size:13px;line-height:1.5;color:var(--fh-dl-ink,#1A1F1C)}.fh-medical-disclaimer-emergency{margin:0;font-size:13px;font-weight:650;color:var(--fh-dl-trust,#1F5C45)}.fh-phr-medical,.fh-search-medical,.ingredient-medical,.wow-medical-disclaimer{margin-top:4px}.wow-offline-banner{margin:0;padding:10px 12px;border-radius:12px;background:#FFF7E8;border:1px solid #f0d9a8;color:#6B4E16;font-size:13px;line-height:1.45}a.wow-secondary-btn{display:flex;align-items:center;justify-content:center;text-decoration:none;text-align:center;box-sizing:border-box}.ingredient-empty-actions{display:grid;gap:8px}@media (min-width:480px){.ingredient-empty-actions{grid-template-columns:1fr 1fr}}@media (max-width:320px){.fh-home-cta{min-height:48px!important;padding:10px 8px!important;font-size:13px!important}.ingredient-home-title{font-size:clamp(22px,7vw,28px)}.fh-consult-step{min-width:44px;padding:6px 4px}}.pk-search-product-item{display:grid;gap:4px;padding:12px 14px;border-radius:14px;background:color-mix(in srgb,canvas 90%,#d7e4d8)}.pk-search-product-item .product-slot-coming{margin-top:4px;font-size:12px;font-weight:650;color:var(--fh-dl-trust,#1F5C45);opacity:1}.fh-search-empty-actions{display:grid;gap:10px;margin-top:16px}@media (min-width:480px){.fh-search-empty-actions{grid-template-columns:1fr 1fr}}.ingredient-evidence-sample-label{margin:0 0 8px;font-size:13px;font-weight:650;color:var(--fh-dl-trust,#1F5C45)}body:has(.hse-product-page){background:#F7F5F2;--fh-dl-bg:#F7F5F2;--fh-dl-surface:#FFFFFF;--fh-dl-ink:#1A1F1C;--fh-dl-muted:#5E6761;--fh-dl-trust:#1F5C45;--fh-dl-soft:#E7F1EC;--fh-dl-line:#D8E0DB}.hse-product-page{display:grid;gap:18px;max-width:720px;margin:0 auto;padding:16px 16px 48px}.hse-product-hero{display:grid;gap:10px;padding:18px 16px;border-radius:18px;background:linear-gradient(180deg,rgba(31,92,69,.08),transparent 52%),var(--fh-dl-surface,#fff);border:1px solid var(--fh-dl-line,#d8e0db)}.hse-product-media{display:grid;place-items:center;min-height:160px;border-radius:16px;background:var(--fh-dl-soft,#E7F1EC);overflow:hidden}.hse-product-media img{width:100%;height:100%;object-fit:cover}.hse-product-media-fallback{font-weight:800;color:var(--fh-dl-trust,#1F5C45);font-size:1.15rem}.hse-product-badges{display:flex;flex-wrap:wrap;gap:8px}.hse-product-badge{display:inline-flex;align-items:center;gap:4px;padding:6px 10px;border-radius:999px;background:var(--fh-dl-soft,#E7F1EC);color:var(--fh-dl-trust,#1F5C45);font-size:12px;font-weight:750}.hse-product-badge--score{background:#E8F1FA;color:#3B6EA5}.hse-product-badge-sub{font-weight:650;opacity:.85}.hse-product-hero-actions{display:grid;gap:8px;margin-top:4px}.hse-product-hero-note{margin:0;font-size:13px;line-height:1.5;color:var(--fh-dl-muted,#5E6761);text-align:center}.hse-product-guide-body{font-weight:400;color:var(--fh-dl-muted,#5E6761)}.hse-product-ingredient-list{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.hse-product-ingredient-chip{padding:10px 12px;border-radius:12px;background:var(--fh-dl-surface,#fff);border:1px solid var(--fh-dl-line,#d8e0db);font-size:14px;font-weight:650}.hse-product-faq{display:grid;gap:10px}.hse-product-faq-item{padding:12px 14px;border-radius:14px;background:var(--fh-dl-surface,#fff);border:1px solid var(--fh-dl-line,#d8e0db)}.hse-product-faq-item summary{cursor:pointer;font-weight:750;color:var(--fh-dl-ink,#1A1F1C)}.hse-product-faq-item p{margin:10px 0 0}.hse-product-faq-item p,.hse-product-placeholder-card{font-size:14px;line-height:1.55;color:var(--fh-dl-muted,#5E6761)}.hse-product-placeholder-card{display:grid;gap:10px;padding:16px;border-radius:16px;background:var(--fh-dl-surface,#fff);border:1px dashed var(--fh-dl-line,#d8e0db)}.hse-purchase-bridge-overlay{position:fixed;inset:0;z-index:1200;display:flex;align-items:flex-end;justify-content:center;padding:16px;background:rgba(23,33,29,.45)}.hse-purchase-bridge-modal{width:min(100%,420px);display:grid;gap:12px;padding:20px 18px 16px;border-radius:18px 18px 14px 14px;background:var(--fh-dl-surface,#fff);border:1px solid var(--fh-dl-line,#d8e0db);box-shadow:0 16px 40px rgba(26,31,28,.18)}.hse-purchase-bridge-kicker{margin:0;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--fh-dl-trust,#1F5C45)}.hse-purchase-bridge-title{margin:0;font-size:1.25rem;line-height:1.35;color:var(--fh-dl-ink,#1A1F1C)}.hse-purchase-bridge-body{margin:0;font-size:15px;line-height:1.6;color:var(--fh-dl-muted,#5E6761)}.hse-purchase-bridge-actions{display:grid;gap:8px}.hse-purchase-bridge-error{margin:0;padding:10px 12px;border-radius:12px;background:#fdecec;color:#8a1f1f;font-size:13px}.hse-purchase-bridge-note{margin:0;text-align:center;font-size:12px;line-height:1.5;color:var(--fh-dl-muted,#5E6761)}.pl-convert{gap:20px}.pl-convert-hero{gap:12px}.pl-convert-hero-title{font-size:clamp(1.35rem,5.5vw,1.85rem);line-height:1.3}.pl-convert-hero-media{min-height:112px;max-height:180px}.pl-convert-hero-media img{max-height:180px;width:100%;object-fit:contain;background:var(--fh-dl-soft,#E7F1EC)}.pl-convert-hero-actions{display:grid;gap:8px;margin-top:4px}@media (min-width:640px){.pl-convert-hero-media{min-height:128px;max-height:200px}.pl-convert-hero-media img{max-height:200px}}.pl-convert-video-frame{display:grid;gap:10px}.pl-convert-video-thumb{width:100%;max-height:220px;object-fit:cover;border-radius:14px;background:var(--fh-dl-soft,#E7F1EC)}.pl-convert-ingredient-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.pl-convert-ingredient-card{display:grid;gap:6px;padding:14px;border-radius:14px;background:var(--fh-dl-surface,#fff);border:1px solid var(--fh-dl-line,#d8e0db)}.pl-convert-ingredient-card p{margin:0;font-size:14px;line-height:1.55;color:var(--fh-dl-muted,#5E6761)}.pl-convert-product-list{display:grid;gap:12px;margin:12px 0 0;padding:0;list-style:none}.pl-convert-product-card{display:grid;grid-template-columns:88px 1fr;gap:12px;padding:14px;border-radius:16px;background:var(--fh-dl-surface,#fff);border:1px solid var(--fh-dl-line,#d8e0db)}.pl-convert-product-card.is-primary{border-color:var(--fh-dl-trust,#1F5C45);box-shadow:0 0 0 1px rgba(31,92,69,.18)}.pl-convert-product-card.is-selected{background:linear-gradient(180deg,rgba(31,92,69,.06),transparent 70%),var(--fh-dl-surface,#fff)}.pl-convert-product-media{display:grid;place-items:center;min-height:88px;border-radius:12px;background:var(--fh-dl-soft,#E7F1EC);overflow:hidden;font-weight:800;color:var(--fh-dl-trust,#1F5C45);font-size:.9rem}.pl-convert-product-media img{width:100%;height:100%;object-fit:cover}.pl-convert-product-body{display:grid;gap:8px;align-content:start}.pl-convert-product-body strong{font-size:1rem;line-height:1.35}.pl-convert-product-ingredients{margin:0;font-size:12px;line-height:1.45;color:var(--fh-dl-muted,#5E6761)}.pl-convert-single-note{margin:8px 0 0}.pl-convert-final-cta{display:grid;gap:10px;margin-top:16px;padding:16px 14px;border-radius:16px;background:var(--fh-dl-surface,#fff);border:1px solid var(--fh-dl-line,#d8e0db)}@media (min-width:640px){.pl-convert-product-card{grid-template-columns:112px 1fr;padding:16px}.pl-convert-product-media{min-height:112px}.pl-convert-ingredient-list{grid-template-columns:1fr 1fr}}@media (max-width:640px){.pl-convert{padding:12px 12px 40px;gap:16px}.pl-convert-product-card{grid-template-columns:72px 1fr}}@media (min-width:640px){.hse-purchase-bridge-overlay{align-items:center}.hse-purchase-bridge-modal{border-radius:18px;padding:22px 20px 18px}}@media (max-width:640px){.hse-product-page{padding:12px 12px 40px;gap:16px}.hse-product-hero{padding:16px 14px}}