.calorie-selector-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.calorie-save-status{border:1px solid var(--line);width:fit-content;color:var(--muted);background:#fff;border-radius:9px;margin:-4px 0 18px;padding:7px 11px;font-size:13px;font-weight:700}.calorie-save-status--saved{background:var(--green-50);color:var(--green-800);border-color:#b9d8cb}.calorie-save-status--error{color:#8b2727;background:#fff2f2;border-color:#e5b9b9}.calorie-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:18px 0;display:grid}.calorie-summary-grid>div{border:1px solid var(--line);background:#fff;border-radius:13px;gap:5px;padding:16px;display:grid}.calorie-summary-grid span,.calorie-balance-grid span{color:var(--muted);font-size:12px}.calorie-summary-grid strong{font-size:19px}.calorie-day-table{min-width:1080px}.calorie-day-table td:first-child{width:78px}.calorie-day-table td:nth-child(n+3):nth-child(-n+7){white-space:nowrap}.calorie-components-row>td{background:#f5f8f6;padding:0}.calorie-components-panel{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px}.calorie-components-heading{margin:0 0 12px}.calorie-component-table{min-width:1280px}.calorie-component-table td:first-child{min-width:230px}.calorie-component-table td:first-child small{margin-top:4px;display:block}.calorie-component-table input{min-width:110px;max-width:140px}.calorie-component-actions{min-width:240px}.calorie-component-actions .link-button{text-align:left;margin:0 0 7px;display:block}.calorie-mode-button{background:var(--green-50);min-width:92px;color:var(--green-800);border:1px solid #b9d8cb;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800}.calorie-mode-button--manual{color:#705211;background:#fff8df;border-color:#d9c88e}.calorie-total-row td{background:#f3f7f5;border-top:2px solid #60736b}.calorie-balance-card{border:1px solid var(--line);background:#fff;border-radius:15px;margin-top:18px;padding:20px}.calorie-balance-card h2{margin-bottom:13px}.calorie-balance-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.calorie-balance-grid>div{background:#f7faf8;border-radius:11px;gap:5px;padding:14px;display:grid}.calorie-balance-grid strong{font-size:17px}.calorie-bottom-actions{flex-wrap:wrap;justify-content:flex-end;gap:9px;margin-top:18px;display:flex}:root{color:#17231f;font-synthesis:none;text-rendering:optimizelegibility;--green-950:#12382e;--green-800:#1b4d3e;--green-700:#236451;--green-100:#e6f2ed;--green-50:#f3f9f6;--ink:#17231f;--muted:#65736d;--line:#d9e2de;--surface:#fff;--danger:#a93434;--danger-bg:#fff0f0;--warning:#885d13;--warning-bg:#fff7df;--shadow:0 16px 45px #14382e1a;background:#f4f7f5;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{min-width:1180px}body{background:#f4f7f5;min-width:1180px;min-height:100vh;margin:0}button,input,select,textarea{font:inherit}button,select{cursor:pointer}button:disabled,input:disabled,select:disabled{cursor:not-allowed;opacity:.55}input,select,textarea{width:100%;color:var(--ink);background:#fff;border:1px solid #c9d5d0;border-radius:10px;min-height:42px;padding:10px 12px;transition:border-color .15s,box-shadow .15s}input:focus,select:focus,textarea:focus{border-color:var(--green-700);outline:none;box-shadow:0 0 0 3px #23645121}textarea{resize:vertical}h1,h2,h3,p{margin-top:0}h1{margin-bottom:8px;font-size:30px;line-height:1.15}h2{font-size:21px}h3{font-size:16px}small{color:var(--muted)}fieldset{border:1px solid var(--line);border-radius:14px;padding:18px}legend{padding:0 8px;font-weight:700}.app-shell{grid-template-columns:258px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{background:var(--green-950);color:#fff;flex-direction:column;gap:24px;height:100vh;padding:22px 16px 16px;display:flex;position:sticky;top:0}.sidebar-brand{align-items:center;gap:11px;padding:0 7px;display:flex}.sidebar-brand strong,.sidebar-brand span{display:block}.sidebar-brand strong{font-size:16px}.sidebar-brand span{color:#afc8bf;margin-top:2px;font-size:12px}.sidebar nav{gap:7px;display:grid}.sidebar nav button{color:#d7e6e0;text-align:left;background:0 0;border:0;border-radius:11px;grid-template-columns:34px 1fr;align-items:center;gap:8px;padding:11px 12px;display:grid}.sidebar nav button:hover{color:#fff;background:#ffffff14}.sidebar nav button.active{color:var(--green-950);background:#fff;font-weight:700}.nav-icon{border:1px solid;border-radius:9px;place-items:center;width:30px;height:30px;font-size:11px;font-weight:800;display:grid}.sidebar-footer{color:#afc8bf;border-top:1px solid #ffffff24;justify-content:space-between;align-items:center;margin-top:auto;padding:14px 8px 0;font-size:12px;display:flex}.sidebar-footer .link-button{color:#fff}.workspace{width:100%;max-width:1680px;padding:34px 38px 72px;overflow:hidden}.page-header{justify-content:space-between;align-items:flex-start;gap:30px;margin-bottom:26px;display:flex}.page-header p{color:var(--muted);max-width:760px;margin-bottom:0}.page-actions,.button-row{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.section-heading{justify-content:space-between;align-items:flex-start;gap:20px;margin:28px 0 15px;display:flex}.section-heading h2,.section-heading h3{margin-bottom:4px}.section-heading p{color:var(--muted);margin-bottom:0}.back-button{color:var(--green-700);background:0 0;border:0;margin-bottom:16px;padding:0;font-weight:700}.button{white-space:nowrap;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;min-height:42px;padding:10px 16px;font-weight:700;text-decoration:none;display:inline-flex}.button--primary{background:var(--green-800);color:#fff}.button--primary:hover{background:var(--green-700)}.button--secondary{color:var(--ink);border-color:var(--line);background:#fff}.button--secondary:hover{border-color:var(--green-700);color:var(--green-700)}.button--accent{color:var(--green-950);background:#e6f2ed;border-color:#b9d8cb}.button--danger{background:var(--danger-bg);color:var(--danger);border-color:#f2cccc}.button--full{width:100%}.link-button,.table-link{color:var(--green-700);background:0 0;border:0;padding:0;font-weight:700;text-decoration:none}.link-button--danger{color:var(--danger)}.table-link{text-align:left}.icon-button{border:1px solid var(--line);width:34px;height:34px;color:var(--ink);background:#fff;border-radius:9px;place-items:center;display:inline-grid}.icon-button--danger{color:var(--danger)}.toolbar{border:1px solid var(--line);background:#fff;border-radius:14px;margin-bottom:14px;padding:12px}.toolbar input{max-width:520px}.table-wrap{border:1px solid var(--line);background:#fff;border-radius:14px;overflow:auto}.table-wrap--wide{max-width:100%}table{border-collapse:collapse;width:100%;min-width:760px}th,td{text-align:left;vertical-align:middle;border-bottom:1px solid #e5ebe8;padding:12px 14px}th{color:#4a5d55;text-transform:uppercase;letter-spacing:.035em;white-space:nowrap;background:#f7faf8;font-size:12px}tbody tr:last-child td{border-bottom:0}tbody tr:hover{background:#fbfdfc}.row-actions{text-align:right;white-space:nowrap}.row-actions>*+*{margin-left:10px}.editor-table select,.editor-table input{min-width:130px}.gram-table{min-width:1050px}.gram-table td:first-child{min-width:220px}.gram-table input{min-width:86px;padding-inline:8px}.input--base{background:#fffaf0;border-color:#d1a63a}.quantity-table{min-width:680px}.quantity-table input{max-width:160px}.field{gap:6px;display:grid}.field-label{color:#405149;font-size:13px;font-weight:750}.field small{line-height:1.35}.field--compact{gap:4px}.form-grid{gap:15px;display:grid}.form-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.inline-form{align-items:flex-end;gap:12px;max-width:520px;display:flex}.inline-form .field{flex:1}.stack{gap:17px;display:grid}.check-row{cursor:pointer;align-items:center;gap:10px;display:flex}.check-row input{flex:none;width:18px;height:18px;min-height:0}.check-row span{gap:2px;display:grid}.check-row small{display:block}.calculated-line{color:var(--muted);margin:12px 0 0}.summary-strip{background:var(--green-50);border:1px solid #d5e8df;border-radius:12px;padding:13px 15px}.inline-empty{text-align:center;color:var(--muted);border:1px dashed #bfcfc8;border-radius:12px;padding:22px}.banner{border-radius:12px;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;padding:13px 15px;display:flex}.banner ul{margin:5px 0 0;padding-left:20px}.banner--error{background:var(--danger-bg);color:#7f2525;border:1px solid #f0cccc}.banner--info{color:#275879;background:#eef7ff;border:1px solid #cfe4f3}.status-pill{white-space:nowrap;border-radius:999px;align-items:center;padding:5px 9px;font-size:11px;font-weight:800;display:inline-flex}.status-pill--ok{color:#22603f;background:#e6f6ed}.status-pill--warn{background:var(--warning-bg);color:var(--warning)}.empty-state{text-align:center;background:#fff;border:1px dashed #b9cac3;border-radius:16px;align-content:center;place-items:center;gap:10px;min-height:230px;padding:35px;display:grid}.empty-state strong{font-size:20px}.empty-state p{color:var(--muted);max-width:560px;margin-bottom:4px}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.metric-grid>div{border:1px solid var(--line);background:#f7faf8;border-radius:12px;gap:4px;padding:12px;display:grid}.metric-grid span{color:var(--muted);font-size:12px}.metric-grid strong{font-size:17px}.metric-grid--summary{margin-bottom:24px}.metric-grid--summary>div{background:#fff;padding:18px;box-shadow:0 6px 18px #1a43360a}.metric-grid--summary strong{font-size:25px}.card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.entity-card,.settings-card,.production-card,.day-card{border:1px solid var(--line);background:#fff;border-radius:16px}.entity-card{gap:18px;padding:22px;display:grid;box-shadow:0 7px 22px #193b300a}.entity-card h2{margin-bottom:5px}.entity-card p{color:var(--muted);margin-bottom:0}.entity-card dl{gap:30px;margin:0;display:flex}.entity-card dl div{gap:3px;display:grid}.entity-card dt{color:var(--muted);font-size:12px}.entity-card dd{margin:0;font-size:22px;font-weight:800}.eyebrow{text-transform:uppercase;letter-spacing:.09em;font-size:11px;font-weight:900;color:var(--green-700)!important}.tabs{border-bottom:1px solid var(--line);gap:4px;margin-bottom:22px;display:flex}.tabs button{color:var(--muted);background:0 0;border:0;border-bottom:3px solid #0000;padding:12px 16px;font-weight:750}.tabs button.active{color:var(--green-800);border-bottom-color:var(--green-800)}.day-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.day-card{gap:12px;padding:17px;display:grid}.day-card header{justify-content:space-between;align-items:center;display:flex}.day-card h3{margin:0;font-size:18px}.production-list{gap:16px;display:grid}.production-card{transition:opacity .15s;overflow:hidden}.production-card--muted{opacity:.58}.production-card>header{border-bottom:1px solid var(--line);background:#f8fbf9;justify-content:space-between;align-items:center;gap:15px;padding:16px 18px;display:flex}.production-card>footer{border-top:1px solid var(--line);background:#f8fbf9;flex-wrap:wrap;gap:24px;padding:13px 18px;display:flex}.production-card .table-wrap{border:0;border-radius:0}.date-inline{width:165px}.report-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.report-button{border:1px solid var(--line);text-align:left;background:#fff;border-radius:14px;gap:6px;min-height:110px;padding:18px;display:grid}.report-button strong{color:var(--green-800);font-size:16px}.report-button span{color:var(--muted);font-size:12px;line-height:1.4}.report-button:not(:disabled):hover{border-color:var(--green-700);box-shadow:0 8px 20px #14382e12}.settings-card{margin-bottom:16px;padding:22px}.settings-card p{color:var(--muted)}.stats-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0;display:grid}.stats-list div{background:#f7faf8;border-radius:10px;padding:12px}.stats-list dt{color:var(--muted);font-size:12px}.stats-list dd{margin:4px 0 0;font-weight:800}.modal-backdrop{z-index:40;background:#0c1c1794;place-items:center;padding:32px;display:grid;position:fixed;inset:0}.modal-card{width:min(680px,100vw - 64px);max-height:calc(100vh - 64px);box-shadow:var(--shadow);background:#fff;border-radius:18px;grid-template-rows:auto minmax(0,1fr);display:grid;overflow:hidden}.modal-card--wide{width:min(1320px,100vw - 64px)}.modal-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:17px 20px;display:flex}.modal-header h2{margin:0}.modal-body{padding:22px;overflow:auto}.modal-actions{justify-content:flex-end;gap:9px;padding-top:3px;display:flex}.login-page{background:radial-gradient(circle at 50% 10%, #2c6f59, var(--green-950) 58%);place-items:center;min-height:100vh;padding:30px;display:grid}.login-card{background:#fff;border-radius:22px;width:430px;padding:34px;box-shadow:0 25px 80px #00000038}.login-card h1{margin-bottom:9px}.login-copy{color:var(--muted);margin-bottom:24px}.brand-mark{background:var(--green-800);color:#fff;letter-spacing:-.04em;border-radius:15px;place-items:center;width:54px;height:54px;margin-bottom:18px;font-weight:900;display:grid}.brand-mark--small{width:38px;height:38px;color:var(--green-950);background:#fff;border-radius:11px;margin:0}.loading-screen{align-content:center;place-items:center;gap:12px;min-height:100vh;display:grid}.spinner{border:3px solid #caddd5;border-top-color:var(--green-800);border-radius:50%;width:34px;height:34px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.toast{z-index:80;color:#fff;box-shadow:var(--shadow);background:#17231f;border-radius:11px;padding:13px 17px;position:fixed;bottom:28px;right:28px}.visually-hidden{clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.print-overlay{z-index:100;background:#e8ecea;font-family:Arial,Helvetica Neue,sans-serif;position:fixed;inset:0;overflow:auto}.print-toolbar{z-index:2;border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;height:64px;padding:0 24px;display:flex;position:sticky;top:0}.print-document{padding:28px}.print-page{color:#000;background:#fff;width:210mm;min-height:297mm;margin:0 auto 24px;padding:12mm;font-family:Arial,Helvetica Neue,sans-serif;box-shadow:0 8px 35px #0000001f}.print-page--landscape{width:297mm;min-height:210mm}.print-header{border-bottom:1.4pt solid #000;margin-bottom:10pt;padding-bottom:8pt}.print-header h1{margin-bottom:4pt;font-size:16pt;line-height:1.15}.print-header p{margin-bottom:4pt;font-size:10.8pt;line-height:1.2}.print-header small{color:#000;font-size:9.5pt}.print-summary-grid{grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:6pt;margin:9pt 0;display:grid}.print-summary-grid>div{border:.55pt solid #000;gap:2pt;padding:6pt;display:grid}.print-summary-grid span{font-size:10.4pt}.print-summary-grid strong{font-size:12pt}.print-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:0;font-size:10pt}.print-table th,.print-table td{color:#000;vertical-align:middle;border:.55pt solid #000;padding:4pt 5pt}.print-table th{text-transform:none;letter-spacing:0;text-align:center;background:#fff;font-size:10pt}.print-table td{text-align:left}.print-table tbody tr:last-child td{border-bottom:.55pt solid #000}.total-row{font-weight:800}.print-warning{border:1.5pt solid #000;margin-top:8pt;padding:7pt;font-weight:800}.assembly-page{padding:12mm}.assembly-page-header{border-bottom:1.55pt solid #000;grid-template-columns:minmax(0,1fr) 76mm;align-items:end;gap:8mm;padding-bottom:3pt;display:grid}.assembly-page-heading h1{margin-bottom:6pt;font-size:15pt;line-height:1.15}.assembly-page-heading p{margin-bottom:5pt;font-size:12pt;line-height:1.2}.assembly-page-heading small{color:#000;font-size:10pt}.assembly-day-totals{grid-template-columns:1fr 1fr;align-self:end;display:grid}.assembly-day-totals>div{border:.55pt solid #000;gap:1pt;min-width:0;padding:2pt 6pt 3pt;display:grid}.assembly-day-totals>div+div{border-left:0}.assembly-day-totals span{white-space:nowrap;font-size:10pt;line-height:1.15}.assembly-day-totals strong{white-space:nowrap;font-size:12pt;line-height:1.1}.assembly-format-table{margin-top:10mm}.assembly-format-table th,.assembly-format-table td{height:23pt;padding:3pt 5pt}.assembly-format-table th:first-child,.assembly-format-table td:first-child{text-align:left;width:24%}.assembly-format-table th:last-child,.assembly-format-table td:last-child{width:17%}.assembly-format-table th{font-size:9pt;font-weight:700}.assembly-format-table td{font-size:10pt}.assembly-format-table td:not(:first-child){text-align:center;font-weight:700}.assembly-format-table+.assembly-dish{margin-top:10mm}.assembly-page-header+.assembly-dish{margin-top:6mm}.assembly-dish{break-inside:avoid}.assembly-dish+.assembly-dish{margin-top:4mm}.assembly-dish h2{margin:0 0 2mm;font-size:12pt;line-height:1.15}.assembly-dish-table th:first-child,.assembly-dish-table td:first-child{text-align:left;width:24%}.assembly-dish-table th:last-child,.assembly-dish-table td:last-child{width:17%}.assembly-dish-table th:not(:first-child),.assembly-dish-table td:not(:first-child){text-align:center}.assembly-level-row th{height:20pt;padding:2pt 3pt;font-size:9pt;font-weight:700}.assembly-level-row th:last-child{font-size:6.5pt;line-height:1.05}.assembly-portion-row th{height:24pt;padding:2pt 5pt;font-size:10.5pt;font-weight:700}.assembly-dish-table tbody tr:not(.assembly-total-row) td{height:21pt;padding:2pt 5pt;font-size:12pt;line-height:1.05}.assembly-dish-table tbody tr:not(.assembly-total-row) td:first-child{font-size:10pt}.assembly-dish-table tbody tr:not(.assembly-total-row) td:last-child{white-space:nowrap;font-weight:700}.assembly-total-row td{height:21pt;padding:2pt 5pt;font-size:12pt;line-height:1.05}.assembly-total-row td:first-child{font-size:10pt}.assembly-total-row td:last-child{white-space:nowrap;font-weight:700}.tech-card-report h2{margin:13pt 0 8pt;font-size:13pt;line-height:1.15}.tech-card-summary{margin:10pt 0 14pt}.tech-card-summary>div{min-height:42pt}.tech-card-ingredients th,.tech-card-ingredients td{height:25pt}.tech-card-ingredients th{font-size:10.2pt}.tech-card-ingredients td{font-size:11pt}.tech-card-ingredients th:first-child,.tech-card-ingredients td:first-child{width:47%}.tech-card-ingredients th:nth-child(2),.tech-card-ingredients td:nth-child(2),.tech-card-ingredients th:nth-child(3),.tech-card-ingredients td:nth-child(3){text-align:center;width:14.5%}.tech-card-ingredients th:nth-child(4),.tech-card-ingredients td:nth-child(4){text-align:center;width:9%}.tech-card-ingredients th:nth-child(5),.tech-card-ingredients td:nth-child(5){width:15%}.print-totals{border:1.2pt solid #000;justify-content:space-between;margin:8pt 0 12pt;padding:8pt;font-size:11pt;display:flex}.tech-card-usages th{white-space:normal;font-size:9pt;line-height:1.1}.tech-card-usages td{min-height:31pt;font-size:9.6pt;line-height:1.15}.tech-card-usages th:first-child{width:16%}.tech-card-usages th:nth-child(2){width:7%}.tech-card-usages th:nth-child(3){width:18%}.tech-card-usages th:nth-child(4){width:9%}.tech-card-usages th:nth-child(5){width:34%}.tech-card-usages th:nth-child(6){width:16%}.tech-card-usages td:nth-child(2),.tech-card-usages td:nth-child(4),.tech-card-usages td:nth-child(6){text-align:center}.preparation-text{white-space:pre-wrap;border:.55pt solid #000;min-height:74mm;padding:8pt;font-size:11.2pt;line-height:1.3}.products-report{margin-top:13pt}.products-report th{height:26pt;font-size:10.3pt}.products-report td{height:21.4pt;padding:2pt 5pt;font-size:10.6pt}.products-report th:first-child,.products-report td:first-child{width:43%}.products-report th:nth-child(2),.products-report td:nth-child(2){text-align:center;width:20%}.products-report th:nth-child(3),.products-report td:nth-child(3),.products-report th:nth-child(4),.products-report td:nth-child(4){width:18.5%}.client-sheet{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12.5mm;padding:15mm 20mm;display:grid}.client-day{border:0;min-width:0;padding:0}.client-day>header{margin-bottom:13pt}.client-day>header h1{text-transform:capitalize;margin:0 0 3pt;font-size:14pt;font-weight:700;line-height:1.2}.client-day>header p{margin:0;font-size:14pt;font-weight:700;line-height:1.2}.client-dish{break-inside:avoid;margin-bottom:12pt}.client-dish h2{margin-bottom:1pt;font-size:11pt;line-height:1.2}.client-dish p{margin-bottom:0}.client-composition{font-size:9pt;line-height:10.9pt}.client-metrics{font-size:11pt;line-height:13.2pt}.client-day footer{border-top:.55pt solid #000;padding-top:6pt;font-size:10.2pt;font-weight:400;line-height:1.2}.client-day footer strong{font-weight:700}@media print{@page{size:A4 portrait;margin:0}html,body{background:#fff;min-width:0}body{margin:0}.no-print{display:none!important}.print-overlay{background:#fff;position:static;overflow:visible}.print-document{padding:0}.print-page{box-shadow:none;break-after:page;width:210mm;min-height:297mm;margin:0}.print-page:last-child{break-after:auto}.print-page--landscape{page:landscape;width:297mm;min-height:210mm}@page landscape{size:A4 landscape;margin:0}body>:not(.print-overlay){display:none!important}.print-overlay{display:block!important}}
