@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap";:root{--ink:#18221d;--muted:#6e7872;--line:#e4e8e5;--paper:#f7f8f6;--white:#fff;--green:#175d46;--green-2:#22785a;--green-soft:#e7f2ed;--gold:#b47a32;--gold-soft:#f7eee2;--red:#a8443c;--shadow:0 14px 40px #1b302617}*{box-sizing:border-box}html{scroll-behavior:smooth;min-width:0}body{min-width:0;color:var(--ink);background:var(--paper);margin:0;font-family:DM Sans,system-ui,sans-serif;overflow-x:hidden}img,svg{max-width:100%}button,input,select,textarea{font:inherit}button{color:inherit}.topbar{background:var(--white);border-bottom:1px solid var(--line);z-index:30;justify-content:space-between;align-items:center;height:76px;padding:0 32px;display:flex;position:sticky;top:0}.brand{color:var(--ink);align-items:center;gap:12px;text-decoration:none;display:flex}.brand>span{color:#fff;background:var(--green);border-radius:13px;place-items:center;width:42px;height:42px;display:grid;box-shadow:0 8px 18px #175d4638}.brand div{flex-direction:column;display:flex}.brand strong{letter-spacing:-.3px;font:800 16px/1.2 Manrope}.brand small{color:var(--muted);letter-spacing:1.4px;text-transform:uppercase;margin-top:3px;font-size:10px}.top-actions,.top-actions>*{align-items:center;display:flex}.top-actions{gap:10px}.signed-user{color:#66716b;text-overflow:ellipsis;white-space:nowrap;gap:6px;max-width:210px;font-size:10px;overflow:hidden}.signed-user svg{color:var(--green);flex:none}.logout-button{color:#7b847f;cursor:pointer;background:0 0;border:0;min-height:36px;padding:0 9px;font-size:11px;font-weight:700}.sync-state{color:var(--muted);margin-right:8px;font-size:12px}.sync-state i{background:#37a574;border-radius:50%;width:7px;height:7px;margin-right:8px;box-shadow:0 0 0 4px #e5f5ed}.manage,.primary,.secondary,.danger{cursor:pointer;border:0;border-radius:11px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 16px;font-weight:700;transition:all .2s;display:inline-flex}.manage{background:var(--paper);border:1px solid var(--line)}.manage:hover,.manage.active{color:var(--green);background:var(--green-soft);border-color:#bdd5c9}.primary{background:var(--green);color:#fff;box-shadow:0 7px 16px #175d4629}.primary:hover{background:var(--green-2);transform:translateY(-1px)}.primary.compact{min-height:42px}.secondary{border:1px solid var(--line);background:#fff}.secondary:hover{background:#fbfcfb;border-color:#b8c2bc}.danger{color:var(--red);background:#fff1ef}.mobile-menu{background:0 0;border:0;display:none}.app-shell{grid-template-columns:244px minmax(0,1fr);min-height:calc(100vh - 76px);display:grid}.sidebar{border-right:1px solid var(--line);z-index:25;background:#f1f4f1;flex-direction:column;height:calc(100vh - 76px);padding:31px 20px 20px;display:flex;position:sticky;top:76px}.side-label{color:#8a938e;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:12px;padding:0 11px;font-size:10px;font-weight:700}.sidebar nav{flex-direction:column;gap:5px;display:flex}.sidebar nav button{color:#5f6a64;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:11px;grid-template-columns:31px 1fr auto;align-items:center;gap:7px;width:100%;height:46px;padding:0 11px;font-weight:600;display:grid}.sidebar nav button>span{border-radius:9px;place-items:center;width:31px;height:31px;display:grid}.sidebar nav button b{text-align:center;background:#e4e8e5;border-radius:20px;min-width:24px;padding:3px 6px;font-size:11px}.sidebar nav button:hover{background:#ffffffbf}.sidebar nav button.active{color:var(--green);background:#fff;box-shadow:0 5px 18px #1e2f270f}.sidebar nav button.active>span{background:var(--green-soft)}.sidebar nav button.active b{color:#fff;background:var(--green)}.side-card{color:#fff;background:#204f3e;border-radius:15px;margin-top:auto;padding:18px;box-shadow:0 12px 25px #204f3e29}.side-card>svg{color:#b9ddcc}.side-card h3{margin:13px 0 7px;font:700 14px Manrope}.side-card p{color:#d2e1da;margin:0;font-size:12px;line-height:1.55}.side-card div{text-transform:uppercase;letter-spacing:.5px;border-top:1px solid #ffffff26;justify-content:space-between;margin-top:16px;padding-top:12px;font-size:10px;display:flex}.side-card div b{color:#f2c889}.side-footer{color:#929b96;justify-content:space-between;padding:18px 5px 0;font-size:10px;display:flex}.side-footer strong{color:#6e7872}.mobile-close{display:none}.content{padding:47px clamp(28px,4vw,64px) 80px;overflow:hidden}.page-heading{justify-content:space-between;align-items:flex-end;gap:30px;display:flex}.eyebrow{color:#e1c093;letter-spacing:1.8px;text-transform:uppercase;font-size:10px;font-weight:800;display:inline-block}.eyebrow.dark{color:var(--green)}.page-heading h1{letter-spacing:-1.5px;margin:9px 0 10px;font:800 clamp(29px,3vw,42px)/1.12 Manrope}.page-heading p{color:var(--muted);margin:0;font-size:15px}.heading-stats{border:1px solid var(--line);background:#fff;border-radius:14px;padding:13px 18px;display:flex;box-shadow:0 8px 25px #18221d0a}.heading-stats>div{align-items:baseline;gap:7px;min-width:104px;display:flex}.heading-stats>div+div{border-left:1px solid var(--line);padding-left:18px}.heading-stats span{color:var(--green);font:800 23px Manrope}.heading-stats small{color:var(--muted);max-width:56px;font-size:10px;line-height:1.25}.management-bar{background:#e8f3ee;border:1px solid #d1e4da;border-radius:13px;justify-content:space-between;align-items:center;margin-top:28px;padding:12px 14px;display:flex}.management-bar>div,.management-bar>div>div{align-items:center;display:flex}.management-bar>div:first-child>span{width:36px;height:36px;color:var(--green);background:#fff;border-radius:10px;place-items:center;margin-right:10px;display:grid}.management-bar strong,.management-bar small{display:block}.management-bar strong{font-size:13px}.management-bar small{color:#658071;margin-top:2px;font-size:11px}.management-bar>div:last-child{gap:7px}.management-bar button{color:var(--green);cursor:pointer;background:#fff;border:1px solid #c6dbd0;border-radius:9px;align-items:center;gap:6px;height:34px;padding:0 10px;font-size:11px;font-weight:700;display:flex}.management-bar button.word-import-button{color:#fff;background:var(--green);border-color:var(--green)}.management-bar button:disabled{cursor:wait;opacity:.65}.tools-row{justify-content:space-between;align-items:center;gap:20px;margin-top:30px;display:flex}.search{border:1px solid var(--line);color:#7b867f;background:#fff;border-radius:13px;flex:1;align-items:center;max-width:650px;height:52px;padding:0 15px;transition:all .2s;display:flex}.search:focus-within{border-color:#9ac5b0;box-shadow:0 0 0 4px #175d4612}.search input{min-width:0;color:var(--ink);background:0 0;border:0;outline:none;flex:1;padding:0 12px;font-size:14px}.search kbd{border:1px solid var(--line);color:#909893;border-radius:6px;padding:3px 7px;font:10px sans-serif}.result-count{color:var(--muted);font-size:12px}.result-count b{color:var(--ink)}.mobile-filters{display:none}.section-heading{justify-content:space-between;align-items:end;margin:38px 0 18px;display:flex}.section-heading h2{letter-spacing:-.5px;margin:0 0 4px;font:700 20px Manrope}.section-heading p,.section-heading>span{color:var(--muted);margin:0;font-size:12px}.recipe-grid{grid-template-columns:repeat(3,minmax(240px,1fr));align-items:start;gap:20px;display:grid}.card-wrap{position:relative}.recipe-card{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:17px;min-height:100%;transition:all .25s;overflow:hidden;box-shadow:0 5px 20px #18221d09}.recipe-card:hover{box-shadow:var(--shadow);border-color:#cdd7d1;transform:translateY(-4px)}.recipe-card:focus{outline:3px solid #175d4629}.card-image{height:190px;color:var(--green);background:linear-gradient(135deg,#dfe9e4,#acc8ba) 50%/cover;place-items:center;display:grid;position:relative}.card-image>img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.card-image:after{content:"";background:linear-gradient(#0000,#10191440);height:40%;position:absolute;inset:auto 0 0}.status,.department-pill{z-index:1;letter-spacing:.7px;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:6px 9px;font-size:9px;font-weight:800;position:absolute;top:13px}.status{color:#1a674d;background:#effaf5eb;left:13px}.status.em-revisão{color:#8b5a1d;background:#fff6e8f0}.status.rascunho{color:#626b66;background:#f5f7f6f0}.department-pill{color:#fff;background:#111b1694;right:13px}.card-body{padding:20px}.card-code{color:var(--green);letter-spacing:1.2px;font-size:9px;font-weight:800}.card-body h3{letter-spacing:-.4px;min-height:48px;margin:7px 0;font:700 18px/1.3 Manrope}.card-body>p{height:51px;color:var(--muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:12px;line-height:1.45;display:-webkit-box;overflow:hidden}.card-metrics{border-top:1px solid #eef0ee;border-bottom:1px solid #eef0ee;gap:17px;margin-top:14px;padding:15px 0;display:flex}.card-metrics span{color:var(--muted);align-items:center;gap:5px;font-size:10px;display:flex}.card-metrics svg{color:var(--green)}.card-metrics b{color:var(--ink)}.card-footer{justify-content:space-between;align-items:end;padding-top:15px;display:flex}.card-footer div{flex-direction:column;display:flex}.card-footer small{color:var(--muted);text-transform:uppercase;letter-spacing:.7px;font-size:9px}.card-footer strong{margin-top:3px;font:800 18px Manrope}.card-footer button{color:#fff;background:var(--green);cursor:pointer;border:0;border-radius:10px;place-items:center;width:36px;height:36px;display:grid}.quick-actions{opacity:0;pointer-events:none;z-index:4;gap:5px;transition:all .2s;display:flex;position:absolute;top:144px;right:10px;transform:translateY(-6px)}.card-wrap:hover .quick-actions{opacity:1;pointer-events:auto;transform:translateY(0)}.quick-actions button{color:var(--green);cursor:pointer;background:#fffffff0;border:0;border-radius:8px;align-items:center;gap:5px;height:31px;padding:0 8px;font-size:10px;font-weight:700;display:flex;box-shadow:0 4px 14px #0000001f}.empty-state{text-align:center;background:#fff;border:1px dashed #cbd2ce;border-radius:18px;padding:60px 20px}.empty-state>span{width:64px;height:64px;color:var(--green);background:var(--green-soft);border-radius:50%;place-items:center;margin:auto;display:grid}.empty-state h2{margin:15px 0 6px;font:700 19px Manrope}.empty-state p{color:var(--muted);margin:0;font-size:13px}.pagination{justify-content:center;align-items:center;gap:15px;margin:28px 0 4px;display:flex}.pagination button{border:1px solid var(--line);min-width:105px;height:42px;color:var(--green);cursor:pointer;background:#fff;border-radius:10px;font-weight:800}.pagination button:hover:not(:disabled){border-color:var(--green);box-shadow:0 5px 16px #175d4614}.pagination button:disabled{opacity:.42;cursor:not-allowed}.pagination span{color:var(--muted);font-size:11px}.pagination b{color:var(--ink)}.overlay{z-index:80;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#111915ad;padding:24px;position:fixed;inset:0;overflow-y:auto}.detail-panel{background:#fff;border-radius:20px;width:min(1100px,100%);margin:0 auto;position:relative;overflow:hidden;box-shadow:0 30px 80px #0000003d}.close-button{z-index:4;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#141c1866;border:1px solid #ffffff40;border-radius:50%;place-items:center;width:39px;height:39px;display:grid;position:absolute;top:18px;right:18px}.detail-hero{color:#fff;background:linear-gradient(120deg,#173e31,#53806c) 50%/cover;align-items:end;min-height:305px;padding:62px 55px 45px;display:flex}.detail-hero>div{max-width:680px}.detail-hero h1{letter-spacing:-1.6px;margin:10px 0 9px;font:800 clamp(29px,4vw,47px)/1.08 Manrope}.detail-hero p{color:#ffffffd1;max-width:610px;margin:0;line-height:1.55}.detail-tags{flex-wrap:wrap;gap:7px;margin-top:18px;display:flex}.detail-tags span{background:#ffffff1f;border:1px solid #ffffff38;border-radius:20px;padding:5px 10px;font-size:10px}.detail-content{padding:0 50px 43px}.product-overview{padding:34px 4px 27px}.product-kicker{color:#1689d7;text-transform:uppercase;letter-spacing:.7px;font-size:10px;font-weight:800;display:block}.product-overview h2{letter-spacing:-.7px;text-transform:uppercase;margin:8px 0 10px;font:800 28px/1.15 Manrope}.product-overview>strong{color:#959a97;font-size:13px}.product-overview>strong i{margin:0 5px;font-style:normal}.product-meta-chips{flex-wrap:wrap;gap:8px;margin-top:19px;display:flex}.product-meta-chips span{color:#6f7773;background:#fff;border:1px solid #d8dcda;border-radius:7px;padding:8px 11px;font-size:11px}.product-meta-chips b{font-weight:700}.technical-information{background:#f3f5f8;border-top:1px solid #e7eaf0;border-bottom:1px solid #e7eaf0;margin:0 -50px 28px;padding:24px 50px 29px}.technical-information-title{color:#080952;align-items:center;gap:10px;display:flex}.technical-information-title h2{text-transform:uppercase;margin:0;font:800 17px Manrope}.technical-information-grid{grid-template-columns:1.15fr 1fr;align-items:start;gap:15px;margin-top:17px;display:grid}.information-card{background:#fff;border:1px solid #d9dddb;border-radius:11px;overflow:hidden}.information-card h3{color:#080952;text-transform:uppercase;align-items:center;gap:9px;margin:0;padding:14px 16px 8px;font:800 13px Manrope;display:flex}.information-card>div{justify-content:space-between;align-items:center;gap:12px;min-height:42px;padding:0 15px;font-size:11px;display:flex}.information-card>div+div{border-top:1px solid #edf0ee}.information-card>div span{color:#4f5853}.information-card>div strong{text-align:right}.package-card .package-head,.package-card .package-row{grid-template-columns:1.25fr 1.25fr .7fr;display:grid}.package-card .package-head{color:#6b736f;text-transform:uppercase;background:#f8f9f8;min-height:33px;font-size:9px;font-weight:800}.package-card .package-row{min-height:54px}.package-card .package-row strong{text-align:left}.detail-topline{border:1px solid var(--line);background:#fff;border-top:0;border-radius:0 0 14px 14px;grid-template-columns:repeat(5,1fr);margin:-1px 0 42px;display:grid}.detail-topline>div{flex-direction:column;padding:15px 16px;display:flex}.detail-topline>div+div{border-left:1px solid var(--line)}.detail-topline span{color:var(--muted);text-transform:uppercase;letter-spacing:.7px;font-size:9px}.detail-topline strong{margin-top:4px;font-size:13px}.detail-grid{grid-template-columns:minmax(0,1fr);align-items:start;gap:42px;display:grid}.detail-main{flex-direction:column;gap:42px;display:flex}.section-title{align-items:center;gap:13px;margin-bottom:17px;display:flex}.section-title>span{background:var(--green-soft);width:35px;height:35px;color:var(--green);border-radius:10px;place-items:center;font:800 11px Manrope;display:grid}.section-title h2,.section-title p{margin:0}.section-title h2{font:700 18px Manrope}.section-title p{color:var(--muted);margin-top:2px;font-size:10px}.ingredients-table{border:1px solid var(--line);border-radius:12px;overflow:hidden}.table-row{grid-template-columns:2fr .75fr .75fr .6fr;align-items:center;gap:10px;padding:11px 13px;font-size:11px;display:grid}.table-row+.table-row{border-top:1px solid #edf0ee}.table-row>:not(:first-child){text-align:right}.table-row span{color:var(--muted)}.table-row.table-head{background:var(--paper);color:#7c8680;text-transform:uppercase;letter-spacing:.7px;font-size:8px;font-weight:800}.preparation-overview{background:#f3f5f8;border-top:1px solid #e7eaf0;border-bottom:1px solid #e7eaf0;margin:0 -50px;padding:25px 50px 31px}.preparation-overview-title{color:#080952;align-items:center;gap:10px;margin-bottom:17px;display:flex}.preparation-overview-title h2{text-transform:uppercase;margin:0;font:800 17px Manrope}.preparation-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.preparation-card{background:#fff;border:1px solid #e5e8eb;border-radius:14px;grid-template-columns:38% 62%;min-height:220px;display:grid;overflow:hidden;box-shadow:0 8px 22px #1a23370f}.preparation-card-image{background:#fff;border-right:1px solid #eceef0;min-width:0}.preparation-card-image>img{object-fit:contain;width:100%;height:100%;min-height:220px;display:block}.preparation-image-placeholder{color:#8996a3;background:#f8f9fa;flex-direction:column;justify-content:center;align-items:center;gap:7px;width:100%;min-height:220px;display:flex}.preparation-image-placeholder span{text-transform:uppercase;font-size:9px;font-weight:700}.preparation-card-copy{min-width:0;padding:18px 19px}.preparation-card-copy>strong{color:#fff;text-transform:uppercase;background:#08099a;border-radius:20px;width:fit-content;padding:6px 12px;font:800 10px Manrope;display:block}.preparation-card-copy p{color:#353b38;overflow-wrap:anywhere;margin:13px 0 0;font-size:13px;line-height:1.5}.steps{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.steps li{grid-template-columns:29px minmax(0,1fr);align-items:flex-start;gap:13px;min-width:0;display:grid}.steps li.with-image{border:1px solid var(--line);background:#fbfcfb;border-radius:13px;grid-template-columns:minmax(180px,240px) 29px minmax(0,1fr);padding:12px}.detail-step-image{object-fit:cover;background:#eef1ef;border-radius:9px;width:100%;height:155px;display:block}.steps li>span{height:29px;color:var(--green);border:1px solid #cbded4;border-radius:50%;flex:0 0 29px;place-items:center;font-size:10px;font-weight:800;display:grid}.steps p{color:#4d5751;overflow-wrap:anywhere;min-width:0;margin:4px 0 0;font-size:12px;line-height:1.55}.control-box{background:var(--gold-soft);color:#81541d;border:1px solid #ebd7ba;border-radius:12px;gap:13px;padding:17px;display:flex}.control-box svg{flex:none}.control-box h3{margin:0 0 5px;font:700 13px Manrope}.control-box p{color:#795d38;margin:0;font-size:11px;line-height:1.5}.cost-card{background:#f4f7f5;border:1px solid #dfe6e2;border-radius:15px;padding:23px;position:sticky;top:20px}.cost-card>h2{color:var(--green);margin:8px 0 0;font:800 31px Manrope}.cost-card>p{color:var(--muted);margin:1px 0 18px;font-size:10px}.cost-card>div{justify-content:space-between;padding:9px 0;font-size:11px;display:flex}.cost-card>div span{color:var(--muted)}.cost-card hr{border:0;border-top:1px solid #d9e0dc;margin:8px 0}.positive{color:var(--green)}.warning{color:var(--red)}.detail-actions{border-top:1px solid var(--line);justify-content:flex-end;gap:9px;margin-top:38px;padding-top:22px;display:flex}.editor-overlay{background:#111915b8;padding:0}.editor-panel{background:#f8f9f7;flex-direction:column;width:min(980px,100%);min-height:100vh;margin-left:auto;display:flex;box-shadow:-25px 0 70px #0003}.editor-header{border-bottom:1px solid var(--line);z-index:4;background:#fff;flex:none;justify-content:space-between;align-items:center;height:92px;padding:0 34px;display:flex;position:sticky;top:0}.editor-header h2{margin:4px 0 0;font:800 24px Manrope}.editor-header small{color:var(--muted);margin-top:3px;font-size:11px;display:block}.close-button.static{color:var(--ink);background:var(--paper);border-color:var(--line);position:static}.editor-body{flex-direction:column;gap:20px;padding:26px 34px;display:flex}.form-section{border:1px solid var(--line);background:#fff;border-radius:15px;padding:23px}.form-heading,.heading-copy{align-items:center;gap:11px;display:flex}.form-heading{margin-bottom:20px}.form-heading>span,.heading-copy>span{background:var(--green-soft);width:31px;height:31px;color:var(--green);border-radius:9px;flex:none;place-items:center;font:800 11px Manrope;display:grid}.form-heading h3,.form-heading p{margin:0}.form-heading h3{font:700 15px Manrope}.form-heading p{color:var(--muted);margin-top:2px;font-size:10px}.row-heading{justify-content:space-between}.text-button{color:var(--green);cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;font-size:11px;font-weight:800;display:flex}.form-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.form-grid.four{grid-template-columns:repeat(4,1fr)}.form-grid label,.control-input{color:#58625c;text-transform:uppercase;letter-spacing:.5px;flex-direction:column;gap:6px;font-size:10px;font-weight:700;display:flex}.form-grid label.wide{grid-column:1/-1}.form-grid small{color:#98a09b;text-transform:none;letter-spacing:0;font-weight:500}input,select,textarea{width:100%;color:var(--ink);background:#fbfcfb;border:1px solid #dfe4e1;border-radius:9px;outline:none;padding:10px 11px;font-size:12px;transition:all .2s}input:focus,select:focus,textarea:focus{background:#fff;border-color:#8dbda6;box-shadow:0 0 0 3px #175d4612}textarea{resize:vertical;line-height:1.5}.ingredient-editor{overflow-x:auto}.ingredient-editor-row{border-top:1px solid #eef0ee;grid-template-columns:2fr .65fr .55fr .8fr .75fr 32px;align-items:center;gap:8px;min-width:740px;padding:7px 0;display:grid}.ingredient-editor-row.head{color:#8a938e;text-transform:uppercase;letter-spacing:.5px;border:0;padding:0 0 6px;font-size:8px;font-weight:800}.ingredient-editor-row strong{text-align:right;font-size:11px}.icon-ghost{color:#89938d;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:31px;height:31px;display:grid}.icon-ghost:hover{color:var(--red);background:#fff1ef}.cost-summary{background:var(--green-soft);border-radius:10px;justify-content:flex-end;gap:35px;margin-top:14px;padding:13px 15px;display:flex}.cost-summary>div{flex-direction:column;align-items:flex-end;display:flex}.cost-summary span{color:#648272;text-transform:uppercase;font-size:9px}.cost-summary strong{color:var(--green);margin-top:3px;font:800 17px Manrope}.step-editor{flex-direction:column;gap:9px;display:flex}.step-editor>div{grid-template-columns:34px 1fr 32px;align-items:center;gap:8px;display:grid}.step-editor b{height:30px;color:var(--green);background:var(--green-soft);border-radius:50%;place-items:center;font-size:9px;display:grid}.control-input{margin-top:18px}.editor-footer{border-top:1px solid var(--line);background:#fff;justify-content:space-between;width:100%;margin-top:auto;padding:14px 34px;display:flex;position:static;box-shadow:0 -7px 24px #141e190a}.editor-footer>div{gap:8px;display:flex}.technical-editor{background:#eceeed;width:min(1180px,100%)}.technical-editor .editor-body{gap:14px}.technical-editor .editor-footer{width:100%}.import-review{color:#204b3a;background:#e4f2eb;border:1px solid #c4ddcf;border-radius:10px;align-items:center;gap:11px;min-height:58px;padding:11px 14px;display:flex}.import-review>span{color:#fff;background:var(--green);border-radius:9px;flex:none;place-items:center;width:36px;height:36px;display:grid}.import-review strong,.import-review small{display:block}.import-review strong{font:800 12px Manrope}.import-review small{color:#5a7869;margin-top:3px;font-size:10px}.technical-sheet-heading{background:#fff;border:1px solid #202420;grid-template-columns:190px 1fr 190px;align-items:stretch;min-height:74px;display:grid}.technical-sheet-heading>*{justify-content:center;align-items:center;padding:12px 18px;display:flex}.technical-sheet-heading>strong{color:#fff;text-align:center;background:#080952;font:800 22px Manrope}.sheet-brand{color:#0b3568;letter-spacing:-1px;font:italic 800 24px Manrope}.sheet-company{color:#646764;text-align:center;font:800 18px/1 Manrope}.sheet-brand,.sheet-company{cursor:text;position:relative}.sheet-brand>span,.sheet-company>span{color:#8c948f;letter-spacing:.2px;opacity:0;font:500 8px DM Sans;transition:all .2s;position:absolute;bottom:4px;left:8px}.sheet-brand:hover>span,.sheet-company:hover>span,.sheet-brand:focus-within>span,.sheet-company:focus-within>span{opacity:1}.sheet-brand input,.sheet-company textarea{width:100%;height:100%;min-height:42px;box-shadow:none;text-align:center;resize:none;background:0 0;border:1px dashed #0000;border-radius:5px;outline:none;margin:0;padding:7px 5px;overflow:hidden}.sheet-brand input{color:#0b3568;letter-spacing:-1px;font:italic 800 24px Manrope}.sheet-company textarea{color:#646764;white-space:pre-wrap;font:800 17px/1 Manrope}.sheet-brand:hover input,.sheet-company:hover textarea{background:#fafbfa;border-color:#b8c2bc}.sheet-brand input:focus,.sheet-company textarea:focus{background:#fff;border-color:#789d8b;box-shadow:0 0 0 3px #175d4612}.logo-editor{flex-direction:column;gap:4px;min-width:0;position:relative;overflow:hidden}.logo-editor>strong{color:#6b6e6c;font:800 15px Manrope}.logo-editor>img{object-fit:contain;width:100%;height:42px;display:block}.logo-editor-actions{justify-content:center;align-items:center;gap:4px;display:flex}.logo-editor-actions label,.logo-editor-actions button{min-height:23px;color:var(--green);cursor:pointer;background:#fff;border:1px solid #cad3ce;border-radius:5px;justify-content:center;align-items:center;gap:4px;padding:3px 6px;font:800 8px DM Sans;display:flex}.logo-editor-actions button{width:25px;color:var(--red);border-color:#ead2ce;padding:0}.logo-editor>span{color:#8c948f;font:500 7px DM Sans;position:absolute;bottom:2px;left:7px}.product-title-field{display:block;position:relative}.product-title-field>span{color:#fff;text-align:center;text-transform:uppercase;letter-spacing:.5px;background:#080952;padding:6px 10px;font-size:9px;font-weight:800;display:block}.product-title-field input{text-align:center;text-transform:uppercase;background:#f4f4f4;border:1px solid #202420;border-radius:0;height:54px;font:800 21px Manrope}.technical-summary-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.sheet-box{background:#fff;border:1px solid #202420}.sheet-box h3{text-align:center;background:#dedede;border-bottom:1px solid #202420;margin:0;padding:7px;font:800 12px Manrope}.sheet-box label{grid-template-columns:45% 55%;align-items:stretch;min-height:42px;display:grid}.sheet-box label+label{border-top:1px solid #bec1be}.sheet-box label span{border-right:1px solid #bec1be;align-items:center;padding:7px 9px;font-size:11px;font-weight:700;display:flex}.sheet-box input,.sheet-box select{min-width:0;height:100%;box-shadow:none;background:#fff;border:0;border-radius:0;padding:7px 9px;font-size:11px}.secondary-fields{background:#fff;border:1px solid #d8ddda;border-radius:10px;overflow:hidden}.secondary-fields summary{color:var(--green);cursor:pointer;padding:12px 16px;font-size:11px;font-weight:800}.secondary-fields .form-grid{padding:4px 16px 17px}.main-photo-field{flex-direction:column;gap:7px;display:flex}.main-photo-label{color:#58625c;text-transform:uppercase;letter-spacing:.5px;font-size:10px;font-weight:700}.main-photo-label small{margin-left:5px}.main-photo-preview{color:#77817b;background-color:#edf1ef;background-position:50%;background-size:cover;border:1px dashed #b9c8c0;border-radius:11px;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:205px;padding:18px;display:flex}.main-photo-preview>strong{color:#53605a;margin-top:3px;font-size:12px}.main-photo-preview>small{color:#7b857f;font-size:9px}.main-photo-preview.has-photo{border-style:solid;justify-content:flex-end;min-height:300px}.main-photo-actions{justify-content:center;gap:7px;width:min(330px,100%);display:flex}.technical-section{border-color:#202420;border-radius:0;padding:0;overflow:hidden}.technical-section-title{background:#d2d2d2;border-bottom:1px solid #202420;justify-content:space-between;align-items:center;gap:15px;min-height:42px;padding:0 13px;display:flex}.technical-section-title h3{text-align:center;flex:1;margin:0;font:800 15px Manrope}.technical-section-title .text-button{color:#080952}.technical-section .ingredient-editor{padding:0}.technical-section .ingredient-editor-row{border-color:#bec1be;grid-template-columns:2.2fr .8fr .55fr .8fr 1fr 38px;gap:0;min-width:760px;padding:0}.technical-section .ingredient-editor-row>*{background:#fff;border:0;border-right:1px solid #bec1be;border-radius:0;min-height:39px}.technical-section .ingredient-editor-row input{padding:8px 10px}.technical-section .ingredient-editor-row strong{justify-content:center;align-items:center;display:flex}.technical-section .ingredient-editor-row.head{color:#fff;background:#080952}.technical-section .ingredient-editor-row.head span{background:#080952;border-color:#303174;align-items:center;min-height:34px;padding:7px 10px;display:flex}.technical-section .ingredient-editor-row.head span:not(:first-child){justify-content:center}.step-editor.illustrated{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:10px;display:grid}.step-editor.illustrated article{background:#fff;border:1px solid #202420;grid-template-columns:38% 62%;min-height:185px;display:grid}.step-image{color:#77817b;background-color:#edf0ee;background-position:50%;background-size:cover;border-right:1px solid #202420;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-width:0;padding:9px;display:flex}.step-image.has-photo{justify-content:flex-end}.step-image>svg{margin:auto}.photo-empty-copy{color:#78827c;font-size:9px;font-weight:700}.step-photo-actions{justify-content:center;gap:5px;width:100%;display:flex}.photo-file-button,.photo-remove-button{min-height:31px;color:var(--green);cursor:pointer;background:#fffffff0;border:1px solid #d2dad5;border-radius:6px;justify-content:center;align-items:center;gap:5px;padding:6px 8px;font-size:9px;font-weight:800;display:flex;box-shadow:0 2px 8px #00000014}.photo-file-button{flex:1}.photo-remove-button{color:var(--red);border-color:#efd5d0}.photo-file-button:hover,.photo-remove-button:hover{background:#fff}.step-copy{min-width:0;padding:8px}.step-copy>div{border-bottom:2px solid #202420;justify-content:space-between;align-items:center;display:flex}.step-copy b{color:#080952;font:800 12px Manrope}.step-copy textarea{min-height:130px;box-shadow:none;background:#fff;border:0;border-radius:0;padding:8px 0 0;font-size:11px}.technical-section .control-input{margin:0 10px 10px}.access-page{background:radial-gradient(circle at 16% 10%,#d9eee4 0,#0000 34%),linear-gradient(135deg,#edf3ef,#f8f9f8 55%,#e7eeea);place-items:center;min-height:100vh;padding:35px 18px;display:grid}.access-card{background:#fffffff5;border:1px solid #d9e2dd;border-radius:20px;width:min(440px,100%);padding:34px;box-shadow:0 28px 80px #14302424}.access-brand{align-items:center;gap:12px;margin-bottom:31px;display:flex}.access-brand>span,.access-loading>span{color:#fff;background:var(--green);border-radius:13px;place-items:center;width:46px;height:46px;display:grid}.access-brand div{flex-direction:column;display:flex}.access-brand strong{font:800 17px Manrope}.access-brand small{color:var(--muted);text-transform:uppercase;letter-spacing:1.2px;margin-top:3px;font-size:9px}.access-kicker{color:var(--green);letter-spacing:1.4px;text-transform:uppercase;font-size:9px;font-weight:800}.access-card h1{letter-spacing:-.7px;margin:7px 0 8px;font:800 28px Manrope}.access-card>p{color:var(--muted);margin:0 0 24px;font-size:12px;line-height:1.55}.access-card form{flex-direction:column;gap:14px;display:flex}.access-card label,.user-create-form label{color:#53605a;text-transform:uppercase;letter-spacing:.5px;flex-direction:column;gap:6px;font-size:10px;font-weight:800;display:flex}.access-submit{width:100%;margin-top:4px}.access-error{color:#8c3b34;background:#fff3f1;border:1px solid #efd3cf;border-radius:9px;align-items:flex-start;gap:8px;padding:10px 12px;font-size:11px;line-height:1.4;display:flex}.access-error svg{flex:none}.recipes-error{margin-top:18px}.syncing-state{opacity:.82}.syncing-state>span{animation:1.2s ease-in-out infinite alternate sync-pulse}.access-help{color:#8a938e;text-align:center;margin-top:18px;font-size:9px;display:block}.access-loading{color:var(--green);flex-direction:column;align-items:center;gap:14px;display:flex}.access-loading strong{font:700 13px Manrope}.user-access-overlay{place-items:center;display:grid}.user-access-panel{background:#f7f8f7;border-radius:18px;width:min(900px,100%);max-height:calc(100vh - 48px);overflow:auto;box-shadow:0 28px 80px #00000040}.user-access-panel>header{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:flex-start;gap:20px;padding:24px 28px;display:flex}.user-access-panel h2{margin:5px 0 3px;font:800 24px Manrope}.user-access-panel header p{color:var(--muted);margin:0;font-size:11px}.user-access-body{grid-template-columns:300px minmax(0,1fr);align-items:start;gap:20px;padding:24px 28px;display:grid}.user-create-form,.users-list{border:1px solid var(--line);background:#fff;border-radius:13px;padding:20px}.user-create-form{flex-direction:column;gap:13px;display:flex}.user-create-form h3,.users-list h3{margin:0 0 4px;font:800 14px Manrope}.department-access-fieldset{border:0;margin:0;padding:0}.department-access-fieldset legend{color:#53605a;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:10px;font-weight:800}.department-access-fieldset>div,.user-department-editor>div{grid-template-columns:1fr 1fr;gap:7px;display:grid}.department-access-fieldset label,.user-department-editor label{color:#26312c;letter-spacing:0;text-transform:none;cursor:pointer;background:#f8faf9;border:1px solid #e1e7e3;border-radius:8px;flex-direction:row;align-items:center;gap:7px;min-width:0;padding:8px 9px;font-size:10px;font-weight:700;display:flex}.department-access-fieldset input,.user-department-editor input{width:14px;height:14px;accent-color:var(--green);margin:0}.department-access-fieldset small{color:var(--muted);text-transform:none;margin-top:7px;font-size:9px;display:block}.users-list-title{border-bottom:1px solid #edf0ee;justify-content:space-between;align-items:center;padding-bottom:12px;display:flex}.users-list-title span{color:#fff;background:var(--green);text-align:center;border-radius:20px;min-width:25px;padding:4px 7px;font-size:10px}.users-list article{border-bottom:1px solid #edf0ee;padding:12px 0}.users-list article>div{flex-direction:column;min-width:0;display:flex}.users-list article .user-access-summary{flex-direction:row;justify-content:space-between;align-items:center;gap:12px}.user-access-summary>div:first-child{flex-direction:column;min-width:0;display:flex}.user-access-summary small{color:#52615a;margin-top:5px;font-size:9px;line-height:1.45}.user-access-actions{align-items:center;gap:5px;display:flex}.department-edit-button{color:var(--green);background:#fff;border:1px solid #dce4df;border-radius:8px;align-items:center;gap:5px;padding:7px 8px;font-size:9px;font-weight:800;display:inline-flex}.user-department-editor{background:#f2f6f4;border-radius:10px;gap:11px;margin-top:12px;padding:12px}.user-department-editor .primary{align-self:flex-start}.users-list article strong{text-overflow:ellipsis;font-size:11px;overflow:hidden}.users-list article span{color:var(--muted);text-transform:uppercase;margin-top:3px;font-size:9px}.users-list .icon-ghost:disabled{opacity:.25;cursor:not-allowed}.users-empty{color:var(--muted);margin:18px 0 0;font-size:11px}.modal-error{margin:0 28px 24px}.toast{z-index:110;color:#fff;background:#183e31;border-radius:11px;align-items:center;gap:8px;padding:12px 17px;font-size:12px;font-weight:700;animation:.25s toast-in;display:flex;position:fixed;bottom:26px;left:50%;transform:translate(-50%);box-shadow:0 12px 35px #0003}.print-sheet{display:none}@keyframes toast-in{0%{opacity:0;transform:translate(-50%,10px)}}@keyframes sync-pulse{to{transform:scale(1.06);box-shadow:0 0 0 9px #175d460f}}@media screen and (max-width:1100px){.app-shell{grid-template-columns:214px minmax(0,1fr)}.sidebar{padding-inline:14px}.content{padding-inline:clamp(22px,3vw,36px)}.management-bar{align-items:flex-start;gap:14px}.management-bar>div:last-child{flex-wrap:wrap;justify-content:flex-end}.recipe-grid{grid-template-columns:repeat(2,minmax(240px,1fr))}.form-grid.four{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:780px){.topbar{height:68px;padding:0 max(14px, env(safe-area-inset-right)) 0 max(14px, env(safe-area-inset-left))}.mobile-menu{place-items:center;width:38px;height:38px;display:grid}.brand{margin-left:5px;margin-right:auto}.brand>span{width:36px;height:36px}.brand small,.sync-state,.signed-user{display:none}.top-actions{gap:6px}.manage,.primary.compact{min-height:37px;padding:0 10px;font-size:10px}.app-shell{min-height:calc(100vh - 68px);display:block}.sidebar{width:260px;height:100vh;transition:all .25s;position:fixed;top:0;left:-270px;box-shadow:20px 0 45px #00000026}.sidebar.open{left:0}.mobile-close{background:#fff;border:0;border-radius:50%;place-items:center;width:35px;height:35px;display:grid;position:absolute;top:12px;right:12px}.nav-scrim{z-index:24;background:#0b120e80;position:fixed;inset:0}.content{padding:28px max(16px, env(safe-area-inset-right)) calc(60px + env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left))}.page-heading{display:block}.page-heading h1{font-size:29px}.page-heading p{line-height:1.5}.heading-stats{display:none}.management-bar{flex-direction:column;align-items:stretch;gap:13px}.management-bar>div:first-child{align-items:flex-start}.management-bar small{max-width:none;line-height:1.45}.management-bar>div:last-child{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%;display:grid}.management-bar>div:last-child button{text-align:center;justify-content:center;width:100%;height:auto;min-height:42px;padding:8px 10px;line-height:1.2}.tools-row{margin-top:23px}.result-count,.search kbd{display:none}.mobile-filters{scrollbar-width:none;gap:7px;margin:14px -16px 0;padding:0 16px 5px;display:flex;overflow-x:auto}.mobile-filters button{white-space:nowrap;border:1px solid var(--line);background:#fff;border-radius:20px;padding:7px 12px;font-size:10px}.mobile-filters button.active{color:#fff;background:var(--green);border-color:var(--green)}.section-heading{margin-top:27px}.section-heading>span{display:none}.recipe-grid{grid-template-columns:1fr}.pagination{gap:9px}.pagination button{min-width:88px}.card-image{height:205px}.quick-actions{opacity:1;pointer-events:auto;transform:none}.overlay{padding:0}.detail-panel{border-radius:0;min-height:100vh}.detail-hero{min-height:325px;padding:75px 22px 30px}.detail-content{padding:0 18px 30px}.product-overview{padding-top:25px}.product-overview h2{font-size:22px}.technical-information{margin:0 -18px 25px;padding:21px 18px 24px}.technical-information-grid{grid-template-columns:1fr}.preparation-overview{margin:0 -18px;padding:22px 18px 25px}.preparation-card-grid{grid-template-columns:1fr}.preparation-card{grid-template-columns:42% 58%;min-height:190px}.preparation-card-image>img,.preparation-image-placeholder{min-height:190px}.preparation-card-copy{padding:15px 14px}.preparation-card-copy p{font-size:12px}.detail-topline{grid-template-columns:repeat(2,1fr)}.detail-topline>div+div{border-left:0}.detail-topline>div:nth-child(2n){border-left:1px solid var(--line)}.detail-topline>div:nth-child(n+3){border-top:1px solid var(--line)}.detail-grid{grid-template-columns:1fr;gap:30px}.cost-card{order:-1;position:static}.detail-actions{flex-direction:column}.detail-actions button{width:100%}.steps li.with-image{grid-template-columns:29px minmax(0,1fr)}.steps li.with-image .detail-step-image{object-fit:contain;grid-column:1/-1;height:auto;max-height:300px}.ingredients-table{overflow-x:auto}.table-row{grid-template-columns:1.45fr .75fr .75fr .55fr;gap:6px;min-width:520px;padding:10px 8px}.editor-header{height:78px;padding:0 18px}.editor-header h2{font-size:20px}.editor-body{padding:17px 13px}.form-section{padding:17px 14px}.form-grid,.form-grid.four{grid-template-columns:1fr 1fr}.form-grid label:first-child{grid-column:1/-1}.row-heading{align-items:flex-start}.row-heading .text-button{text-align:right;max-width:90px}.editor-footer{padding:11px 13px}.editor-footer .danger{width:40px;padding:0;font-size:0}.editor-footer .secondary{display:none}.technical-sheet-heading{grid-template-columns:82px 1fr 82px;min-height:58px}.technical-sheet-heading>*{padding:8px 5px}.technical-sheet-heading>strong{font-size:12px}.sheet-brand{font-size:13px}.sheet-company{font-size:10px}.sheet-brand input{font-size:13px}.sheet-company textarea{font-size:9px}.product-title-field input{height:46px;font-size:15px}.technical-summary-grid{grid-template-columns:1fr;gap:8px}.step-editor.illustrated{grid-template-columns:1fr}.step-editor.illustrated article{min-height:170px}.technical-section-title{align-items:flex-start;padding:10px}.technical-section-title h3{text-align:left;font-size:12px}.technical-section-title .text-button{text-align:right;max-width:100px}.logout-button{padding:0 4px}.user-access-overlay{padding:0}.user-access-panel{border-radius:0;min-height:100vh;max-height:none}.user-access-panel>header{padding:20px 18px}.user-access-body{grid-template-columns:1fr;padding:18px}.modal-error{margin:0 18px 18px}}@media screen and (max-width:560px){.topbar{gap:3px}.mobile-menu{flex:0 0 38px}.brand{gap:7px;min-width:0;margin-left:0}.brand>span{border-radius:10px;width:34px;height:34px}.brand div{display:none}.top-actions{min-width:0;margin-left:auto}.top-actions .manage,.top-actions .new-recipe-button{width:38px;min-width:38px;min-height:38px;padding:0}.top-actions .top-action-label{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.logout-button{min-height:38px;padding-inline:7px}.content{padding-top:23px}.page-heading h1{letter-spacing:-1px;font-size:clamp(25px,8vw,29px)}.page-heading p{font-size:13px}.management-bar{margin-top:21px;padding:12px}.management-bar>div:last-child{grid-template-columns:1fr}.tools-row{margin-top:19px}.search{height:48px;padding-inline:12px}.search input{padding-right:0;font-size:13px}.section-heading{align-items:flex-start}.card-image{height:185px}.card-body{padding:17px}.card-body h3{min-height:0;font-size:17px}.card-metrics{flex-wrap:wrap;row-gap:7px}.detail-hero{min-height:285px;padding:70px 18px 25px}.detail-hero h1{letter-spacing:-1px;overflow-wrap:anywhere;font-size:28px}.detail-content{padding-inline:14px}.technical-information,.preparation-overview{margin-inline:-14px;padding-inline:14px}.technical-information-title h2,.preparation-overview-title h2{font-size:14px}.information-card>div{align-items:flex-start;padding-block:11px}.package-card .package-head,.package-card .package-row{grid-template-columns:1.15fr 1fr .65fr}.preparation-card{grid-template-columns:1fr;min-height:0}.preparation-card-image{border-bottom:1px solid #eceef0;border-right:0}.preparation-card-image>img,.preparation-image-placeholder{width:100%;height:210px;min-height:210px}.preparation-card-copy{min-height:150px;padding:16px}.product-meta-chips{gap:6px}.product-meta-chips span{width:100%}.detail-topline{grid-template-columns:1fr}.detail-topline>div+div,.detail-topline>div:nth-child(2n){border-left:0}.detail-topline>div:nth-child(n+2){border-top:1px solid var(--line)}.form-grid,.form-grid.four{grid-template-columns:1fr}.form-grid label:first-child,.form-grid label.wide{grid-column:auto}.editor-header{gap:10px;height:auto;min-height:76px;padding:12px 14px}.editor-header>div{min-width:0}.editor-header h2{font-size:19px}.editor-header small{line-height:1.35}.editor-body{padding:13px 10px}.form-section{border-radius:11px;padding:15px 12px}.technical-sheet-heading{grid-template-columns:68px minmax(0,1fr) 68px}.technical-sheet-heading>strong{padding-inline:4px;font-size:10px;line-height:1.2}.logo-editor-actions{flex-direction:column}.logo-editor-actions label{width:100%}.main-photo-preview.has-photo{min-height:220px}.step-editor.illustrated article{grid-template-columns:1fr;min-height:0}.step-image{border-bottom:1px solid #202420;border-right:0;min-height:180px}.step-copy textarea{min-height:115px}.editor-footer{z-index:3;padding:10px max(10px, env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));gap:7px;position:sticky;bottom:0}.editor-footer>div{flex:1;justify-content:flex-end;min-width:0}.editor-footer .primary{flex:1}.access-page{padding:max(18px, env(safe-area-inset-top)) max(14px, env(safe-area-inset-right)) max(18px, env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left))}.access-card{border-radius:16px;padding:24px 20px}.access-card h1{font-size:25px}.user-access-panel>header{padding:17px 14px}.user-access-panel h2{font-size:20px}.user-access-body{padding:14px 10px}.user-create-form,.users-list{padding:15px 12px}.department-access-fieldset>div,.user-department-editor>div{grid-template-columns:1fr}.user-access-summary{flex-direction:column!important;align-items:flex-start!important}.user-access-actions{justify-content:space-between;width:100%}.department-edit-button{min-height:40px}.user-department-editor .primary{width:100%}.toast{width:calc(100% - 28px);bottom:calc(14px + env(safe-area-inset-bottom));text-align:center;justify-content:center}}@media (hover:none),(pointer:coarse){button,[role=button],.recipe-card,.photo-file-button{-webkit-tap-highlight-color:transparent}.quick-actions{opacity:1;pointer-events:auto;transform:none}.sidebar nav button,.mobile-filters button,.department-access-fieldset label,.user-department-editor label{min-height:44px}}@page{size:A4 portrait;margin:9mm}@media print{html,body,main{background:#fff;width:100%;min-height:0;margin:0;padding:0}main>*{display:none!important}main>.overlay{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;padding:0;position:static;overflow:visible;display:block!important}.overlay>*{display:none!important}.overlay>.print-sheet{display:block!important}.no-print{display:none!important}.print-sheet{color:#0b0b0b;-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#fff;width:100%;font-family:Arial,Helvetica,sans-serif;font-size:9px;position:static;inset:auto}.print-brand-row{border:1px solid #111;grid-template-columns:21% 53% 26%;min-height:55px;display:grid}.print-brand-row>*{text-align:center;justify-content:center;align-items:center;padding:8px;display:flex}.print-brand-row>strong{color:#fff;background:#080952;font-size:16px}.print-brand-left{color:#0b3568;font-size:20px;font-style:italic;font-weight:800}.print-brand-right{color:#606260;white-space:pre-line;font-size:16px;font-weight:800;line-height:.95}.print-brand-right img{object-fit:contain;width:100%;max-height:40px;display:block}.print-product-title{text-align:center;text-transform:uppercase;background:#f2f2f2;border:1px solid #111;margin:9px 0;padding:9px 12px;font-size:16px;line-height:1.1}.print-summary-grid{grid-template-columns:repeat(3,1fr);gap:9px;display:grid}.print-data-box{break-inside:avoid;border:1px solid #111}.print-data-box h2{text-align:center;background:#dedede;border-bottom:1px solid #111;margin:0;padding:5px;font-size:9px}.print-data-box>div{grid-template-columns:59% 41%;min-height:25px;display:grid}.print-data-box>div+div{border-top:1px solid #777}.print-data-box b,.print-data-box span{align-items:center;padding:4px 5px;display:flex}.print-data-box b{border-right:1px solid #777}.print-data-box span{text-align:center;justify-content:center}.print-block{break-inside:auto;margin-top:9px}.print-block>h2{text-align:center;background:#cecece;border:1px solid #111;margin:0 0 7px;padding:6px;font-size:12px}.print-ingredients-head,.print-ingredient-row{border:1px solid #111;border-bottom:0;grid-template-columns:40% 17% 16% 27%;display:grid}.print-ingredients-head{color:#fff;background:#080952;font-weight:700}.print-ingredients-head>*,.print-ingredient-row>*{align-items:center;min-height:24px;padding:4px 9px;display:flex}.print-ingredients-head>:not(:first-child),.print-ingredient-row>:not(:first-child){text-align:center;justify-content:center}.print-ingredients-head>*+*,.print-ingredient-row>*+*{border-left:1px solid #111}.print-ingredient-row:last-child{border-bottom:1px solid #111}.print-production>h2{margin-bottom:7px}.print-step-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 9px;display:grid}.print-step{break-inside:avoid;page-break-inside:avoid;border:1px solid #111;grid-template-columns:36% 64%;min-height:112px;display:grid}.print-step-image{background:#f1f1f1;border-right:1px solid #111;min-width:0;overflow:hidden}.print-step-image img{object-fit:cover;width:100%;height:100%;min-height:110px;display:block}.print-step-image span{color:#777;justify-content:center;align-items:center;min-height:110px;font-size:7px;display:flex}.print-step-copy{min-width:0;padding:5px 7px}.print-step-copy h3{color:#080952;border-bottom:1px solid #111;margin:0 0 4px;padding-bottom:3px;font-size:9px}.print-step-copy p{margin:0;font-size:8px;line-height:1.25}.print-footer{text-align:center;border-top:1px solid #111;flex-direction:column;align-items:center;margin-top:10px;padding-top:7px;font-size:7px;line-height:1.2;display:flex}.print-footer strong{font-size:7px}}
