:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f7f8f4;color:#17211c;--ink: #17211c;--muted: #5f6a64;--line: #dce2da;--paper: #ffffff;--green: #1f6f4a;--green-2: #dceee4;--blue: #1d5f86;--red: #9f2f2f;--gold: #b97825}*{box-sizing:border-box}body{margin:0;min-width:320px}a{color:var(--green);text-decoration:none}a:hover{text-decoration:underline}button,input,textarea{font:inherit}.site-header,.site-footer{max-width:1120px;margin:0 auto;padding:18px 20px}.site-header{display:flex;align-items:center;justify-content:space-between;gap:24px}.brand,.nav,.site-footer nav{display:flex;align-items:center;gap:14px}.brand{color:var(--ink);font-weight:750}.brand-mark{display:grid;width:34px;height:34px;place-items:center;border-radius:6px;background:var(--green);color:#fff}.nav{flex-wrap:wrap;justify-content:flex-end;font-size:14px}.hero,.section{max-width:1120px;margin:0 auto;padding:56px 20px}.hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);align-items:center;gap:42px}.hero h1,.page-title{margin:0 0 18px;font-size:clamp(42px,7vw,78px);line-height:.96;letter-spacing:0}.hero p,.lead{max-width:720px;color:var(--muted);font-size:19px;line-height:1.65}.hero-visual{min-height:410px;border-radius:8px;background:linear-gradient(#17211c2e,#17211c2e),url(../../../images/tea-balance.svg) center/cover no-repeat;border:1px solid var(--line)}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 16px;border:1px solid var(--green);border-radius:6px;background:var(--green);color:#fff;font-weight:700}.button.secondary{background:transparent;color:var(--green)}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.card{min-height:100%;padding:20px;border:1px solid var(--line);border-radius:8px;background:var(--paper)}.card h2,.card h3{margin-top:0}.muted{color:var(--muted)}.safety-note{border-left:4px solid var(--gold);padding:16px 18px;background:#fff8e8}.danger{border-left-color:var(--red);background:#fff0f0}.article-list{display:grid;gap:14px}.article-card{display:grid;grid-template-columns:180px minmax(0,1fr);align-items:stretch;gap:18px}.article-card img,.article-hero-image{width:100%;border:1px solid var(--line);border-radius:8px;background:#f4f6ef;object-fit:cover}.article-card img{height:132px}.article-hero-image{display:block;aspect-ratio:16 / 7;margin:22px 0 30px}.article-inline-figure{margin:24px 0 30px}.article-inline-figure img{display:block;width:100%;aspect-ratio:16 / 6;border:1px solid var(--line);border-radius:8px;background:#f4f6ef;object-fit:cover}.article-inline-figure figcaption{margin-top:8px;color:var(--muted);font-size:14px;line-height:1.45}.search-box,.rag-box{display:grid;gap:12px;margin:24px 0}.search-box input,.rag-box textarea{width:100%;border:1px solid var(--line);border-radius:6px;background:#fff;padding:12px 14px}.rag-box textarea{min-height:120px;resize:vertical}.result{white-space:pre-wrap}.site-footer{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);color:var(--muted)}.footer-disclaimer{max-width:680px;margin:8px 0 0;font-size:14px}@media(max-width:820px){.site-header,.site-footer,.hero{display:grid}.hero{grid-template-columns:1fr;padding-top:28px}.hero-visual{min-height:260px}.grid,.article-card{grid-template-columns:1fr}.article-card img{height:auto;aspect-ratio:16 / 8}.nav{justify-content:start}}
