@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700&family=Newsreader:ital,opsz,wght@1,6..72,500&display=swap";:root{color:#17362d;font-synthesis:none;text-rendering:optimizelegibility;--ink:#17362d;--paper:#f5f2e9;--lime:#d9ff69;--orange:#ff6f3c;--muted:#6d7b74;--red-pastel:#f3c8bf;--red-pastel-light:#f9e4df;--red-ink:#762f27;--radius:12px;background:#f5f2e9;font-family:Manrope,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}button{color:inherit}.app-shell{flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}.grain{opacity:.2;pointer-events:none;z-index:20;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.07'/%3E%3C/svg%3E");position:fixed;inset:0}.site-header{z-index:5;border-bottom:1px solid #17362d2e;justify-content:space-between;align-items:center;height:88px;padding:0 clamp(24px,5vw,76px);display:flex;position:relative}.brand{letter-spacing:-.06em;cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;padding:0;font-size:22px;font-weight:700;display:flex}.brand-mark{background:var(--ink);width:34px;height:34px;color:var(--lime);border-radius:50%;place-items:center;display:grid}.brand-mark svg{width:19px}.brand:hover .brand-mark{transform:rotate(-7deg)scale(1.04)}.brand-mark{transition:transform .18s ease-out}.header-note{text-transform:uppercase;letter-spacing:.12em;font-family:DM Mono,monospace;font-size:10px}.preferences-button{border-radius:var(--radius);text-transform:uppercase;letter-spacing:.06em;cursor:pointer;background:#ffffff4d;border:1px solid #17362d61;align-items:center;min-height:46px;padding:0 17px;font:600 15px DM Mono,monospace;transition:background-color .16s ease-out,border-color .16s ease-out,transform .16s ease-out;display:flex}.preferences-button:hover{border-color:var(--ink);background:#fff}.landing{flex:1;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);min-height:650px;display:grid}.landing-main{flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(58px,8vh,100px) clamp(28px,7vw,112px);display:flex}.landing-main h1{max-width:720px}.landing-main .lead{margin-top:0}.landing-actions{flex-direction:column;align-items:flex-start;gap:13px;width:min(100%,530px);margin-top:42px;display:flex}.scan-cta{border-radius:var(--radius);background:var(--ink);color:#fff;text-align:left;cursor:pointer;border:0;grid-template-columns:58px 1fr 30px;align-items:center;gap:16px;width:100%;min-height:86px;padding:12px 18px 12px 13px;transition:transform .2s,background .2s;display:grid;box-shadow:0 16px 38px #17362d29}.scan-cta:hover{background:#244d41;transform:translateY(-2px)}.scan-cta-icon{width:58px;height:58px;color:var(--lime);place-items:center;display:grid}.scan-cta-icon svg{stroke-width:2px;width:36px;height:36px}.scan-cta>span:nth-child(2){font-size:16px;font-weight:700}.scan-cta small{text-transform:uppercase;letter-spacing:.12em;opacity:.62;margin-bottom:3px;font:400 9px DM Mono,monospace;display:block}.scan-cta>svg{width:24px;transition:transform .18s ease-out}.scan-cta:hover>svg{transform:translate(4px)}.landing-privacy{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:7px;margin:28px 0 0;font:9px DM Mono,monospace;display:flex}.landing-privacy svg{width:15px}.profile-preview{color:var(--ink);background:#dfe7dc;flex-direction:column;min-width:0;padding:clamp(38px,6vw,82px);display:flex}.profile-preview-head{border-bottom:1px solid #17362d33;justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:28px;display:flex}.profile-preview .eyebrow{color:var(--ink);margin-bottom:14px}.profile-preview .eyebrow span{background:var(--orange)}.profile-preview h2{letter-spacing:-.06em;margin:0;font-size:clamp(34px,4vw,56px);line-height:1}.profile-preview-head>button{border-radius:var(--radius);color:var(--ink);cursor:pointer;background:#ffffff59;border:1px solid #17362d4d;align-items:center;gap:6px;padding:10px 12px;font-size:12px;display:flex}.profile-preview-head>button svg{width:15px}.profile-empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:330px;display:flex}.profile-empty>div{width:64px;height:64px;color:var(--ink);border:1px solid #17362d59;border-radius:50%;place-items:center;display:grid}.profile-empty h3{margin:20px 0 8px;font-size:21px}.profile-empty p{color:#17362db3;max-width:390px;font-size:15px;line-height:1.65}.profile-empty button,.profile-edit-wide{border-radius:var(--radius);background:var(--ink);color:#fff;cursor:pointer;border:0;align-items:center;gap:10px;min-height:50px;padding:0 17px;font-size:14px;font-weight:700;display:flex}.profile-empty button svg,.profile-edit-wide svg{width:17px}.profile-groups{flex-direction:column;gap:26px;padding-top:18px;display:flex}.profile-group-title{text-transform:uppercase;letter-spacing:.08em;grid-template-columns:24px 1fr auto;align-items:center;gap:9px;font:500 12px DM Mono,monospace;display:grid}.profile-group-title svg{width:18px}.profile-group-title strong{background:var(--red-pastel);border-radius:50%;place-items:center;min-width:27px;height:27px;display:grid}.profile-group.warning .profile-group-title{color:#8a5512}.profile-group.allowed .profile-group-title{color:var(--lime)}.profile-chips{flex-wrap:wrap;gap:7px;max-height:120px;margin-top:12px;display:flex;overflow-y:auto}.profile-chips>span{color:#70430c;background:#fff0d8;border:1px solid #8a55123d;border-radius:999px;align-items:center;gap:7px;padding:8px 11px;font-size:14px;font-weight:600;animation:.22s ease-out both chipIn;display:flex}.profile-chips>span:nth-child(2){animation-delay:25ms}.profile-chips>span:nth-child(3){animation-delay:50ms}.profile-chips>span:nth-child(4){animation-delay:75ms}.profile-chips>span:nth-child(n+5){animation-delay:.1s}.profile-chips i{font-size:17px;font-style:normal;line-height:1}.profile-edit-wide{justify-content:center;width:100%;margin-top:8px}.profile-edit-wide svg:last-child{margin-left:auto}.profile-local-note{color:#17362d80;text-transform:uppercase;letter-spacing:.08em;text-align:center;margin:auto 0 0;padding-top:28px;font:10px DM Mono,monospace}.hero{flex:1;grid-template-columns:1fr 1fr;min-height:650px;display:grid}.hero-copy{flex-direction:column;align-items:flex-start;padding:clamp(64px,9vh,118px) clamp(28px,7vw,112px);display:flex}.eyebrow{text-transform:uppercase;letter-spacing:.15em;align-items:center;gap:10px;margin:0 0 24px;font-family:DM Mono,monospace;font-size:11px;display:flex}.eyebrow span{background:var(--orange);width:24px;height:2px;display:inline-block}h1{letter-spacing:-.075em;max-width:820px;margin:0;font-size:clamp(62px,7.4vw,118px);font-weight:600;line-height:.81}h1 em{color:var(--orange);font-family:Newsreader,serif;font-weight:500}.lead{color:#53675f;max-width:560px;margin:38px 0 0;font-size:clamp(16px,1.35vw,20px);line-height:1.65}.actions{flex-wrap:wrap;align-items:center;gap:28px;margin-top:44px;display:flex}.primary-button{background:var(--ink);color:#fff;border-radius:var(--radius);cursor:pointer;border:0;align-items:center;gap:14px;min-height:58px;padding:0 18px 0 24px;font-weight:600;transition:transform .2s,background .2s;display:flex}.primary-button:hover{background:#244d41;transform:translateY(-2px)}.primary-button svg:last-child{border-left:1px solid #ffffff40;width:32px;margin-left:12px;padding-left:12px}.text-button{cursor:pointer;background:0 0;border:0;border-bottom:1px solid;align-items:center;gap:9px;padding:10px 0 8px;font-size:13px;font-weight:600;display:flex}.text-button svg{width:18px}.manual-form{width:min(100%,440px);margin-top:34px;animation:.25s ease-out reveal}.manual-form label{letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px;font-family:DM Mono,monospace;font-size:10px;display:block}.input-row{border-bottom:2px solid var(--ink);display:flex}.input-row input{background:0 0;border:0;outline:none;flex:1;min-width:0;padding:12px 4px;font-family:DM Mono,monospace;font-size:18px}.input-row button{border-radius:var(--radius);background:var(--lime);cursor:pointer;border:0;place-items:center;width:52px;display:grid}.input-row button:disabled{opacity:.35;cursor:not-allowed}.hero-visual{background:var(--ink);place-items:center;min-height:610px;display:grid;position:relative;overflow:hidden}.orbit{border:1px solid #d9ff6942;border-radius:50%;position:absolute}.orbit-one{aspect-ratio:1;width:74%}.orbit-two{aspect-ratio:1;width:110%}.product-card-demo{z-index:2;aspect-ratio:.72;border-radius:var(--radius);background:var(--lime);width:min(48%,330px);padding:22px;position:relative;transform:rotate(-4deg);box-shadow:34px 42px #0000002b}.demo-top{border-bottom:1px solid var(--ink);justify-content:space-between;padding-bottom:9px;font:500 9px DM Mono,monospace;display:flex}.barcode-art{letter-spacing:-9px;white-space:nowrap;font:44px/1 DM Mono,monospace;position:absolute;top:36%;left:12%;right:12%;overflow:hidden;transform:scaleY(2.6)}.scan-line{background:var(--orange);width:132%;height:2px;box-shadow:0 0 14px var(--orange);animation:2.8s ease-in-out infinite demoScan;position:absolute;top:50%;left:-16%}.demo-bottom{letter-spacing:-.05em;font-size:clamp(20px,2vw,32px);font-weight:700;line-height:1;position:absolute;bottom:24px}.visual-word{color:var(--paper);font:italic 500 clamp(22px,2.4vw,38px) Newsreader,serif;position:absolute}.word-one{top:16%;left:10%;transform:rotate(-10deg)}.word-two{bottom:14%;right:8%;transform:rotate(7deg)}.scanner-page{background:var(--ink);color:var(--paper);text-align:center;flex:1;padding:52px clamp(24px,8vw,130px) 30px}.page-heading{margin:0 auto 28px}.page-heading .eyebrow{color:var(--lime);justify-content:center}.page-heading h2,.status-page h2{letter-spacing:-.06em;margin:0;font-size:clamp(42px,5vw,72px);line-height:1}.page-heading>p:last-child,.status-page>p:last-of-type{opacity:.68}.camera-frame{border-radius:var(--radius);background:#081712;max-width:760px;height:min(52vh,500px);margin:0 auto;position:relative;overflow:hidden}.camera-frame video{object-fit:cover;width:100%;height:100%}.camera-frame:after{content:"";pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 0 0 999px #05140f57}.scan-window{z-index:2;width:min(86%,620px);height:34%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.scan-window i{border-color:var(--lime);border-style:solid;width:32px;height:32px;position:absolute}.scan-window i:first-child{border-width:3px 0 0 3px;top:0;left:0}.scan-window i:nth-child(2){border-width:3px 3px 0 0;top:0;right:0}.scan-window i:nth-child(3){border-width:0 3px 3px 0;bottom:0;right:0}.scan-window i:nth-child(4){border-width:0 0 3px 3px;bottom:0;left:0}.laser{background:var(--orange);height:2px;box-shadow:0 0 12px var(--orange);animation:2.2s ease-in-out infinite scan;position:absolute;top:50%;left:3%;right:3%}.camera-loading{z-index:3;background:var(--ink);place-content:center;gap:12px;display:grid;position:absolute;inset:0}.camera-loading span{border:2px solid #fff3;border-top-color:var(--lime);border-radius:50%;width:34px;height:34px;margin:auto;animation:.8s linear infinite spin}.camera-controls{border-radius:var(--radius);background:#ffffff12;justify-content:center;align-items:center;gap:22px;max-width:760px;min-height:54px;margin:12px auto 0;padding:8px 14px;display:flex}.camera-control-button{border-radius:var(--radius);min-height:36px;color:var(--paper);cursor:pointer;background:0 0;border:1px solid #ffffff47;align-items:center;gap:7px;padding:0 12px;font-size:11px;display:flex}.camera-control-button.active{background:var(--lime);border-color:var(--lime);color:var(--ink)}.camera-control-button svg{width:16px}.zoom-control{text-transform:uppercase;letter-spacing:.08em;flex:1;grid-template-columns:auto 1fr 34px;align-items:center;gap:10px;max-width:360px;font:10px DM Mono,monospace;display:grid}.zoom-control input{width:100%;accent-color:var(--lime);cursor:pointer}.zoom-control output{text-align:right}.scanner-actions{justify-content:center;align-items:center;gap:30px;margin-top:24px;display:flex}.secondary-button{border-radius:var(--radius);color:#fff;cursor:pointer;background:0 0;border:1px solid #fff6;align-items:center;gap:8px;min-height:46px;padding:0 18px;display:flex}.secondary-button svg{width:18px}.text-button.light{color:var(--paper)}.privacy-note{text-transform:uppercase;letter-spacing:.1em;opacity:.5;justify-content:center;align-items:center;gap:7px;margin-top:22px;font:10px DM Mono,monospace;display:flex}.privacy-note svg{width:15px}.status-page{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:620px;padding:40px 24px;display:flex}.status-page .eyebrow{color:var(--muted);margin:28px 0 18px}.loader{gap:9px;margin-bottom:26px;display:flex}.loader span{background:var(--orange);border-radius:50%;width:13px;height:13px;animation:1s infinite alternate bounce}.loader span:nth-child(2){animation-delay:.15s}.loader span:nth-child(3){animation-delay:.3s}.result-page{flex:1;padding:30px clamp(24px,7vw,108px) 70px}.preferences-page,.landing-main,.profile-preview{animation:.28s ease-out both pageIn}.result-page{animation:.28s ease-out both resultFadeIn}.back-button{text-transform:uppercase;letter-spacing:.1em;cursor:pointer;background:0 0;border:0;margin-bottom:28px;padding:10px 0;font:500 11px DM Mono,monospace}.result-actions-top{justify-content:space-between;align-items:center;max-width:1320px;margin:0 auto 28px;display:flex}.result-actions-top .back-button{margin:0}.result-scan-button{border-radius:var(--radius);background:var(--ink);color:#fff;cursor:pointer;border:0;justify-content:center;align-items:center;gap:10px;min-height:50px;padding:0 20px;font-weight:700;display:flex;box-shadow:0 8px 24px #17362d29}.result-scan-button:hover{background:#244d41}.result-scan-button svg{width:20px}.result-scan-button,.profile-edit-wide,.profile-empty button,.secondary-button,.preferences-back,.info-modal-close{transition:transform .16s ease-out,background-color .16s ease-out,border-color .16s ease-out}.result-grid{grid-template-columns:minmax(260px,.65fr) minmax(420px,1.35fr);gap:clamp(32px,6vw,90px);max-width:1320px;margin:auto;display:grid}.product-summary{min-width:0}.product-identity{align-items:flex-start;gap:18px;display:flex}.product-identity>div:last-child{min-width:0}.product-thumb{border-radius:var(--radius);background:#e9e4d7;flex:0 0 88px;width:88px;height:88px;overflow:hidden}.product-thumb img{object-fit:contain;mix-blend-mode:multiply;width:100%;height:100%}.product-identity .eyebrow{margin-bottom:14px}.product-summary h2{letter-spacing:-.06em;margin:0;font-size:clamp(38px,4vw,68px);line-height:.95}.product-meta{color:var(--muted);margin:10px 0 0;font-size:16px}.barcode-number{letter-spacing:.1em;margin:0 0 8px;font:10px DM Mono,monospace}.nutriscore-overview,.nova-overview{border-radius:var(--radius);background:#ffffff94;border:1px solid #17362d29;max-width:430px;margin-top:14px;padding:20px}.nutriscore-overview{margin-top:30px}.nutriscore-overview>div:first-child,.nova-overview>div:first-child{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:14px;display:flex}.nutriscore-overview>div:first-child span,.nova-overview>div:first-child span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font:500 9px DM Mono,monospace}.nutriscore-overview>div:first-child strong,.nova-overview>div:first-child strong{font-size:17px}.nutriscore-scale{grid-template-columns:repeat(5,1fr);align-items:center;height:48px;display:grid}.nutriscore-scale span{color:#fff;opacity:.38;place-items:center;height:34px;font-size:15px;font-weight:800;transition:opacity .18s ease-out,transform .18s ease-out;display:grid}.nutriscore-scale span:first-child{border-radius:8px 0 0 8px}.nutriscore-scale span:last-child{border-radius:0 8px 8px 0}.nutriscore-scale span.active{z-index:1;opacity:1;border-radius:9px;font-size:18px;position:relative;transform:scale(1.16);box-shadow:0 5px 14px #17362d33}.nutriscore-scale .grade-a{background:#167641}.nutriscore-scale .grade-b{background:#7a9b21}.nutriscore-scale .grade-c{background:#d0a016}.nutriscore-scale .grade-d{background:#d46c20}.nutriscore-scale .grade-e{background:#b83b2f}.nova-scale{grid-template-columns:repeat(4,1fr);align-items:center;height:46px;display:grid}.nova-scale span{color:#fff;opacity:.38;place-items:center;height:32px;font-size:14px;font-weight:800;transition:opacity .18s ease-out,transform .18s ease-out;display:grid}.nova-scale span:first-child{border-radius:8px 0 0 8px}.nova-scale span:last-child{border-radius:0 8px 8px 0}.nova-scale span.active{z-index:1;opacity:1;border-radius:9px;font-size:17px;position:relative;transform:scale(1.14);box-shadow:0 5px 14px #17362d33}.nova-scale .nova-1{background:#34834f}.nova-scale .nova-2{background:#8d9a34}.nova-scale .nova-3{background:#d08b25}.nova-scale .nova-4{background:#b54b38}.nova-overview>p{color:var(--muted);margin:10px 0 0;font-size:12px;line-height:1.45}.ingredient-panel{border-radius:var(--radius);background:#fff;align-self:start;padding:clamp(30px,5vw,68px);box-shadow:0 18px 70px #17362d14}.verdict{border-radius:var(--radius) var(--radius) 0 0;color:#fff;align-items:center;gap:20px;margin:calc(-1*clamp(30px,5vw,68px)) calc(-1*clamp(30px,5vw,68px)) 38px;padding:28px clamp(24px,4vw,48px);animation:.32s cubic-bezier(.2,.8,.2,1) both verdictIn;display:flex}.verdict.allowed{background:#197146}.verdict.warning{background:#ad6819}.verdict.unknown{background:#6d7b74}.verdict.warning{margin-bottom:0}.verdict-icon{border:1px solid #ffffff73;border-radius:50%;flex:0 0 52px;place-items:center;width:52px;height:52px;display:grid}.verdict-icon svg{width:27px;height:27px}.verdict span{text-transform:uppercase;letter-spacing:.15em;opacity:.8;font:500 9px DM Mono,monospace}.ingredient-panel .verdict h3{letter-spacing:-.05em;margin:3px 0 4px;font:700 clamp(28px,3vw,42px) Manrope,sans-serif}.verdict p{opacity:.88;margin:0;font-size:12px;line-height:1.5}.match-details{margin:0 0 34px}.verdict.warning+.match-details{border-radius:0 0 var(--radius) var(--radius);background:#fff7e9;margin:0 calc(-1*clamp(30px,5vw,68px)) 34px;padding:22px clamp(24px,4vw,48px) 24px}.match-list{border-top:1px solid #d9ddd8}.match-item{border-bottom:1px solid #d9ddd8;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:13px;min-width:0;padding:16px 0;display:grid}.match-icon{background:0 0;border:1px solid #d89a43;border-radius:50%;place-items:center;width:42px;height:42px;font-size:22px;display:grid}.match-item>div{grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:3px 12px;min-width:0;display:grid}.match-item strong{font-size:16px}.match-item>div>span{color:#8a5512;text-transform:uppercase;letter-spacing:.06em;text-align:right;font:500 10px DM Mono,monospace}.match-item p{color:var(--muted);grid-column:1/-1;margin:2px 0 0;font-size:13px}.match-item mark{color:#70430c;background:#f7ddb5;border-radius:5px;padding:2px 5px;font-weight:700}.panel-number{letter-spacing:.15em;color:var(--orange);border-bottom:1px solid #d9ddd8;padding-bottom:14px;font:500 10px DM Mono,monospace}.ingredient-panel h3{letter-spacing:-.04em;margin:28px 0 20px;font:italic 500 clamp(38px,4vw,62px) Newsreader,serif}.ingredients-text{color:#334b43;font-size:clamp(16px,1.3vw,19px);line-height:1.8}.tag-section{border-top:1px solid #d9ddd8;margin-top:32px;padding-top:24px}.tag-section h4{letter-spacing:.12em;text-transform:uppercase;margin:0 0 14px;font:500 10px DM Mono,monospace}.tags{flex-wrap:wrap;gap:8px;display:flex}.tags span{color:#883016;background:#ffe1d6;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:600}.traces .tags span{color:var(--ink);background:#eeeade}.additives-list{flex-wrap:wrap;gap:8px;display:flex}.additives-list>span{border-radius:var(--radius);background:#f7f5ef;border:1px solid #d7d9d5;align-items:center;gap:8px;min-height:40px;padding:7px 12px;display:flex}.additives-list strong{color:var(--orange);font:700 12px DM Mono,monospace}.additives-list small{color:var(--ink);font-size:12px}.data-note{color:var(--muted);border-top:1px solid #d9ddd8;margin-top:34px;padding-top:20px;font-size:11px;line-height:1.6}.edit-profile-link{text-transform:uppercase;letter-spacing:.08em;cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;padding:8px 0;font:500 10px DM Mono,monospace;display:flex}.edit-profile-link svg{width:16px}.missing-data{border-radius:var(--radius);background:#fff1ec;align-items:flex-start;gap:15px;padding:20px;display:flex}.missing-data svg{color:var(--orange);flex:0 0 24px}.missing-data p{margin:0;line-height:1.6}.error-icon{width:70px;height:70px;color:var(--orange);background:#ffe1d6;border-radius:50%;place-items:center;display:grid}.error-icon+h2{margin-top:24px}.error-page>p:last-of-type{max-width:520px;line-height:1.7}.error-actions{align-items:center;gap:28px;margin-top:28px;display:flex}.preferences-page{flex:1;padding:48px clamp(24px,8vw,130px) 72px}.preferences-heading{text-align:center;max-width:880px;margin:0 auto 44px}.preferences-topbar{justify-content:space-between;align-items:center;gap:14px;margin-bottom:36px;display:flex}.preferences-back{border-radius:var(--radius);width:max-content;min-height:48px;color:var(--ink);cursor:pointer;background:#ffffff4d;border:1px solid #17362d61;align-items:center;gap:9px;padding:0 16px;font-size:16px;font-weight:700;display:flex}.preferences-back span{place-items:center;line-height:1;display:grid}.preferences-back span svg{width:21px;height:21px;transition:transform .18s ease-out;transform:rotate(180deg)}.preferences-back:hover{border-color:var(--ink);background:#fff}.preferences-back:hover span svg{transform:rotate(180deg)translate(2px)}.preferences-heading .eyebrow{justify-content:center}.preferences-heading h2{letter-spacing:-.06em;margin:0;font-size:clamp(42px,5vw,68px);line-height:.95}.preferences-heading h2 em{color:var(--orange);font:italic 500 1.05em Newsreader,serif}.preferences-heading>p:last-child{max-width:600px;color:var(--muted);margin:26px auto 0;line-height:1.65}.preference-summary{border-radius:var(--radius);max-width:880px;color:var(--ink);background:#e3e8df;border-left:6px solid #d79587;grid-template-columns:1fr;margin:0 auto 18px;display:grid}.preference-summary>div{align-items:baseline;gap:10px;padding:18px 24px;display:flex}.preference-summary>div+div{border-left:1px solid #fff3}.preference-summary strong{color:var(--red-ink);font-size:30px}.preference-summary span{text-transform:uppercase;letter-spacing:.08em;font:500 12px DM Mono,monospace}.preference-tools{max-width:880px;margin:0 auto 16px}.preference-search{border-radius:var(--radius);background:#ffffff94;border:1px solid #17362d29;padding:8px 16px}.preference-search input{border:0;border-bottom:1px solid var(--ink);width:100%;height:44px;color:var(--ink);background:0 0;border-radius:0;outline:none;font-size:16px}.category-tabs{scrollbar-width:none;gap:7px;max-width:880px;margin:0 auto 16px;padding-bottom:2px;display:flex;overflow-x:auto}.category-tabs::-webkit-scrollbar{display:none}.category-tabs button{cursor:pointer;background:0 0;border:1px solid #17362d38;border-radius:999px;flex:none;min-height:44px;padding:0 17px;font-size:13px;font-weight:600;transition:color .16s ease-out,background-color .16s ease-out,border-color .16s ease-out,transform .16s ease-out}.category-tabs button:hover{transform:translateY(-1px)}.category-tabs button.active{background:var(--ink);border-color:var(--ink);color:#fff}.preference-list{border-top:1px solid #17362d38;max-width:880px;margin:auto}.preference-item{border-bottom:1px solid #17362d38;justify-content:space-between;align-items:center;gap:24px;min-height:104px;padding:20px 4px;transition:background-color .2s ease-out,border-color .2s ease-out,padding .2s ease-out,margin .2s ease-out;display:flex}.preference-item.is-watched{border-radius:var(--radius);background:#fff4e2;border-left:5px solid #d89a43;margin:0 -12px;padding-left:16px;padding-right:16px}.preference-main{align-items:center;gap:15px;min-width:0;display:flex}.preference-copy{min-width:0}.preference-icon{background:0 0;border:1px solid #17362d3d;border-radius:50%;flex:0 0 48px;place-items:center;width:48px;height:48px;font-size:25px;line-height:1;display:grid}.preference-item.is-watched .preference-icon{border-color:#d89a43}.preference-info{width:44px;height:44px;color:var(--ink);cursor:pointer;background:0 0;border:0;flex:0 0 44px;place-items:center;margin-left:auto;padding:0;display:grid}.preference-info svg{stroke-width:2.2px;width:28px;height:28px;transition:transform .16s ease-out,color .16s ease-out}.preference-info:hover svg{color:var(--orange);transform:scale(1.08)}.preference-item h3{letter-spacing:-.03em;margin:0 0 6px;font-size:22px}.preference-item h3 button{width:22px;height:22px;color:var(--muted);cursor:pointer;vertical-align:1px;background:#e2ded3;border:0;border-radius:50%;margin-left:8px;padding:0}.preference-item p{color:var(--muted);margin:0;font-size:14px;line-height:1.45}.preference-options{flex:none;grid-template-columns:1fr;gap:7px;display:grid}.preference-options button{border-radius:var(--radius);cursor:pointer;background:0 0;border:1px solid #bdc4be;justify-content:center;align-items:center;gap:9px;min-width:150px;height:52px;padding:0 16px;font-size:15px;font-weight:600;transition:background .15s,color .15s,border-color .15s;display:flex}.preference-options button svg{width:16px}.preference-options button.selected.watched{color:#70430c;background:#f7ddb5;border-color:#d89a43}.preference-options button.selected svg{animation:.24s cubic-bezier(.2,.9,.3,1.25) selectPop}.reset-preferences{border-radius:var(--radius);min-height:48px;color:var(--muted);cursor:pointer;background:0 0;border:1px solid #17362d4d;padding:0 16px;font-size:14px;font-weight:700;transition:background-color .16s ease-out,border-color .16s ease-out,color .16s ease-out}.reset-preferences:hover:not(:disabled){background:var(--red-pastel-light);color:var(--red-ink);border-color:#b65b4d}.reset-preferences:disabled{opacity:.35;cursor:not-allowed}.preferences-disclaimer{max-width:880px;color:var(--muted);margin:28px auto 0;font-size:10px;line-height:1.6}.empty-preferences{text-align:center;padding:52px 20px}.empty-preferences p{margin:0 0 5px;font-weight:700}.empty-preferences span{color:var(--muted);font-size:11px}.info-modal-backdrop{z-index:100;background:#08171294;place-items:center;padding:24px;animation:.18s ease-out both backdropIn;display:grid;position:fixed;inset:0}.info-modal{border-radius:var(--radius);background:var(--paper);width:min(620px,100%);max-height:min(780px,90vh);color:var(--ink);padding:30px;animation:.24s cubic-bezier(.2,.8,.2,1) both modalIn;overflow-y:auto;box-shadow:0 28px 90px #0000004d}.info-modal-head{grid-template-columns:48px 1fr 46px;align-items:center;gap:14px;display:grid}.info-modal-head h2{letter-spacing:-.04em;margin:0;font-size:30px}.info-modal-head>button{cursor:pointer;background:#fff;border:1px solid #c5cac6;border-radius:50%;place-items:center;width:46px;height:46px;padding:0;display:grid}.info-modal-head>button svg{width:22px}.info-modal>p{color:var(--muted);margin:22px 0;font-size:15px;line-height:1.55}.info-term-section{border-top:1px solid #17362d29;padding:18px 0}.info-term-section h3{margin:0 0 12px;font-size:15px}.info-term-section>div{flex-wrap:wrap;gap:7px;display:flex}.info-term-section span,.info-term-section code{background:#fff;border:1px solid #d3d6d2;border-radius:999px;padding:7px 9px;font:12px DM Mono,monospace}.info-term-section.canonical code{background:#e3e8df}.info-modal-close{border-radius:var(--radius);background:var(--ink);color:#fff;cursor:pointer;border:0;width:100%;min-height:52px;margin-top:8px;font-size:15px;font-weight:700}footer{text-transform:uppercase;letter-spacing:.08em;min-height:54px;color:var(--muted);border-top:1px solid #17362d2e;justify-content:space-between;align-items:center;padding:0 clamp(24px,5vw,76px);font:9px DM Mono,monospace;display:flex}footer a{color:inherit}@keyframes demoScan{0%,to{top:31%}50%{top:65%}}@keyframes scan{0%,to{top:15%}50%{top:85%}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes bounce{to{opacity:.45;transform:translateY(-12px)}}@keyframes reveal{0%{opacity:0;transform:translateY(-8px)}}@keyframes pageIn{0%{opacity:0;transform:translateY(8px)}}@keyframes resultFadeIn{0%{opacity:0}}@keyframes chipIn{0%{opacity:0;transform:translateY(5px)scale(.97)}}@keyframes selectPop{50%{transform:scale(1.22)}}@keyframes verdictIn{0%{opacity:0;transform:translateY(-10px)}}@keyframes backdropIn{0%{opacity:0}}@keyframes modalIn{0%{opacity:0;transform:translateY(12px)scale(.985)}}button:active:not(:disabled){transform:scale(.975)}@media (width<=840px){.site-header{height:70px}.header-note{display:none}.landing{grid-template-columns:1fr}.landing-main{padding-top:58px;padding-bottom:58px}.profile-preview{min-height:480px}.hero{grid-template-columns:1fr}.hero-copy{padding-top:58px;padding-bottom:64px}.hero-visual{min-height:480px}.product-card-demo{width:min(50%,245px)}.result-grid{grid-template-columns:1fr}.result-page{padding-bottom:110px}.result-scan-button{z-index:15;left:18px;right:18px;bottom:max(18px, env(safe-area-inset-bottom));width:auto;min-height:60px;position:fixed;box-shadow:0 10px 36px #0817124d}}@media (width<=520px){.preferences-button{min-height:44px;padding:0 14px;font-size:14px}h1{font-size:clamp(56px,18vw,78px)}.lead{margin-top:28px}.landing-main{padding:44px 20px 42px}.landing-actions{margin-top:32px}.scan-cta{grid-template-columns:54px 1fr 24px;gap:12px;min-height:82px;padding-left:10px;padding-right:14px}.scan-cta-icon{width:54px;height:54px}.landing-privacy{margin-top:22px}.profile-preview{min-height:420px;padding:34px 20px}.profile-preview h2{font-size:40px}.profile-preview-head>button{justify-content:center;width:40px;height:40px;font-size:0}.profile-preview-head>button svg{width:18px}.profile-empty{min-height:280px}.profile-chips{max-height:none}.actions{flex-direction:column;align-items:stretch;gap:16px;width:100%}.primary-button{justify-content:space-between;width:100%}.text-button{align-self:flex-start}.scanner-page{padding-left:14px;padding-right:14px}.camera-frame{height:52vh}.camera-controls{flex-direction:column;align-items:stretch;gap:10px}.camera-control-button{justify-content:center}.zoom-control{width:100%;max-width:none}.scanner-actions{flex-direction:column;gap:8px}.result-page{padding:18px 18px 104px}.result-actions-top{margin-bottom:0}.result-actions-top .back-button{display:none}.result-scan-button{left:14px;right:14px;bottom:max(14px, env(safe-area-inset-bottom));width:calc(100% - 28px);min-height:60px;box-shadow:0 10px 36px #0817124d}.product-thumb{display:none}.product-summary h2{font-size:40px}.nutriscore-overview,.nova-overview{max-width:none}.nutriscore-overview{margin-top:22px}.ingredient-panel{padding:28px 24px}.verdict{margin:-28px -24px 30px;padding:24px}.verdict.warning{margin-bottom:0}.verdict.warning+.match-details{margin:0 -24px 30px;padding:20px 24px 22px}.match-item>div{grid-template-columns:1fr}.match-item>div>span{text-align:left}.match-item p{grid-column:1}.preference-item{flex-direction:column;align-items:stretch;gap:14px}.preference-main{width:100%}.category-tabs{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid;overflow:visible}.category-tabs button{white-space:normal;width:100%;min-height:56px;padding:6px 8px;line-height:1.25}.preference-options{width:100%}.preference-options button{min-width:0}.preferences-page{padding-left:18px;padding-right:18px}.preferences-topbar{margin-bottom:28px}.preferences-back,.reset-preferences{min-height:52px}.info-modal-backdrop{place-items:end stretch;padding:0}.info-modal{width:100%;max-height:88vh;padding:24px 18px calc(22px + env(safe-area-inset-bottom));border-radius:var(--radius) var(--radius) 0 0}.info-modal-head h2{font-size:26px}.error-actions{flex-direction:column;width:100%}footer{flex-direction:column;align-items:flex-start;gap:7px;padding:16px 24px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
