:root{--green:#0d5c3d;--green2:#16865b;--gold:#d9a441;--ink:#14211b;--muted:#607068;--cream:#f7f6ef;--white:#fff;--border:#dce5df;--danger:#a42d2d}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.55}.top{min-height:72px;padding:14px max(20px,calc((100% - 1120px)/2));display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--border);gap:20px}.brand{font-weight:900;font-size:1.35rem;color:var(--green);text-decoration:none}.brand span{color:var(--gold)}nav{display:flex;gap:18px;align-items:center;flex-wrap:wrap}nav a{color:var(--ink);text-decoration:none;font-weight:650}main{max-width:1120px;margin:auto;padding:44px 20px 80px}.hero{display:grid;grid-template-columns:1.35fr .65fr;gap:42px;align-items:center;padding:52px 0 72px}.hero.compact{padding:30px 0}.hero h1{font-size:clamp(2.3rem,6vw,4.8rem);line-height:1.02;letter-spacing:-.055em;margin:.2em 0}.hero.compact h1{font-size:clamp(2rem,5vw,3.5rem)}.hero p{font-size:1.1rem;color:var(--muted)}.eyebrow{text-transform:uppercase;letter-spacing:.13em;color:var(--green2);font-weight:800;font-size:.8rem}.button{display:inline-block;border:0;border-radius:12px;padding:13px 19px;background:var(--green);color:#fff!important;text-decoration:none;font-weight:800;cursor:pointer}.button.secondary{background:#fff;color:var(--green)!important;border:1px solid var(--border)}.button.small{padding:8px 12px;border-radius:9px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.scanner-card,.card,.searchbox,.metric{background:#fff;border:1px solid var(--border);border-radius:20px;padding:24px;box-shadow:0 10px 35px rgba(22,55,40,.05)}.scanner-card{position:relative;overflow:hidden;min-height:230px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(145deg,#0b4a33,#16865b);color:#fff}.scanner-card p,.scanner-card small{color:#d6efe3}.scanline{position:absolute;left:12%;right:12%;top:25%;height:2px;background:var(--gold);box-shadow:0 0 18px var(--gold)}.grid{display:grid;gap:18px}.grid.three{grid-template-columns:repeat(3,1fr)}.grid.two{grid-template-columns:repeat(2,1fr)}section{margin-bottom:40px}.chips{display:flex;flex-wrap:wrap;gap:10px}.chips span,.status{display:inline-block;border-radius:999px;padding:6px 10px;background:#e8eee9;font-weight:750;font-size:.8rem}.status.certified{background:#d9f4e6;color:#07623d}.status.ingredient_reviewed{background:#e3efff;color:#1e5a98}.status.seller_declared{background:#fff2c7;color:#795b00}.status.pending{background:#ece9ff;color:#574397}.status.rejected{background:#ffe0e0;color:#8d2222}.status.expired{background:#eee;color:#555}.narrow{max-width:560px;margin-left:auto;margin-right:auto}label{display:block;font-weight:750;margin:13px 0}input,textarea,select{width:100%;margin-top:6px;padding:12px;border:1px solid #bdcbc3;border-radius:10px;background:#fff;color:var(--ink);font:inherit}textarea{resize:vertical}.error,.flash,.notice{padding:13px 15px;border-radius:10px;margin:15px 0}.error{background:#ffe4e4;color:var(--danger)}.flash{background:#dff4e7;color:#075b38}.notice{background:#fff7d8;border:1px solid #efd678}.muted{color:var(--muted);font-size:.9rem}.searchbox{max-width:750px;margin:0 auto 30px}.searchbox form{display:flex;gap:12px;align-items:end}.searchbox label{flex:1}.link-button{border:0;background:none;color:var(--green);font-weight:800;text-decoration:underline;cursor:pointer;padding:10px 0}#camera{width:100%;max-height:360px;border-radius:14px;margin-top:12px;background:#111}.product dl{display:grid;grid-template-columns:150px 1fr;gap:13px}.product dt{font-weight:800}.product dd{margin:0}.metric strong{display:block;font-size:2rem;color:var(--green)}.metric span{color:var(--muted)}.section-title{display:flex;align-items:start;justify-content:space-between;gap:20px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:12px;border-bottom:1px solid var(--border)}details summary{cursor:pointer;color:var(--green);font-weight:800;padding:12px 0}footer{text-align:center;background:#102c21;color:#d7e7df;padding:35px 20px}footer small{color:#a9c2b6}code{background:#e8eee9;padding:2px 5px;border-radius:5px}@media(max-width:800px){.top{align-items:flex-start;flex-direction:column}nav{gap:12px}.hero,.grid.three,.grid.two{grid-template-columns:1fr}.hero{padding-top:20px}.hero h1{font-size:2.7rem}.searchbox form{display:block}.product dl{grid-template-columns:1fr}.product dd{margin-bottom:8px}main{padding-top:28px}}

