:root{--green:#173f32;--green-2:#245846;--green-soft:#e7efe9;--berry:#a62d58;--ink:#202824;--muted:#68746e;--line:#dce2de;--paper:#fff;--canvas:#f4f2ec;--cream:#fbfaf6;--danger:#a94646;--radius:18px}*{box-sizing:border-box}html{background:var(--canvas)}body{color:var(--ink);background:var(--canvas);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent;color:inherit}.agenda-shell{min-height:100vh}.app-header{z-index:100;background:var(--green);color:#fff;justify-content:space-between;align-items:center;height:72px;padding:0 max(24px,50vw - 620px);display:flex;position:sticky;top:0;box-shadow:0 8px 24px #0e2a2124}.brand,.user-menu{align-items:center;gap:12px;display:flex}.brand-link{color:#fff;text-decoration:none}.brand b{font-size:16px;display:block}.brand small{opacity:.65;margin-top:2px;font-size:12px;display:block}.brand-mark{background:var(--berry);color:#fff;border-radius:50%;place-items:center;width:52px;height:52px;font-family:Georgia,serif;font-size:30px;font-weight:800;display:grid}.brand-mark.small{width:38px;height:38px;font-size:22px}.user-menu{font-size:13px}.user-menu a{opacity:.7;text-underline-offset:3px;text-decoration:underline}.user-menu a.active{opacity:1;color:var(--green);background:#fff;border-radius:999px;padding:7px 9px;font-weight:850;text-decoration:none}.user-menu .private-inbox-link{align-items:center;gap:6px;display:inline-flex;position:relative}.user-menu .private-inbox-link.has-unread{opacity:1;color:#fff;background:#ffffff21;border-radius:999px;padding:7px 9px;text-decoration:none}.private-inbox-link strong{color:#173f32;background:#f4b000;border-radius:999px;place-items:center;min-width:21px;height:21px;padding:0 6px;font-size:11px;font-weight:900;display:inline-grid;box-shadow:0 0 0 3px #f4b0002e}.date-toolbar{border-bottom:1px solid var(--line);z-index:90;background:#fff;align-items:center;gap:14px;min-height:108px;padding:16px max(24px,50vw - 620px);display:flex;position:sticky;top:72px;box-shadow:0 5px 22px #192f250d}.icon-button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:50%;flex:none;width:48px;height:48px;font-size:22px}.icon-button:hover{background:var(--green-soft);border-color:#b8c9bf}.date-heading{text-align:left;cursor:pointer;background:0 0;border:0;padding:0 12px}.date-heading span{text-transform:capitalize;color:var(--berry);letter-spacing:.04em;font-size:13px;font-weight:750;display:block}.date-heading strong{text-transform:capitalize;font-family:Georgia,serif;font-size:clamp(23px,3vw,34px);font-weight:500;line-height:1.15;display:block}.date-heading small{color:var(--muted);margin-top:3px;display:block}.today-button{border:1px solid var(--green);color:var(--green);cursor:pointer;background:#fff;border-radius:999px;padding:9px 15px;font-weight:700}.save-state{color:var(--muted);white-space:nowrap;margin-left:auto;font-size:13px}.save-state:before{content:"";background:#55956e;border-radius:50%;width:7px;height:7px;margin-right:7px;display:inline-block}.save-state.dirty:before,.save-state.saving:before{background:#c89b38}.save-state.error{color:var(--danger)}.save-state.error:before{background:var(--danger)}.agenda-content,.calendar-panel{width:min(1240px,100% - 48px);margin-inline:auto}.agenda-content{padding:34px 0 72px}.day-intro{justify-content:space-between;align-items:center;gap:28px;padding:10px 4px 26px;display:flex}.day-intro h1,.day-close h2{margin:2px 0 6px;font-family:Georgia,serif;font-size:30px;font-weight:500}.day-intro p,.day-close p{color:var(--muted);margin:0}.eyebrow{letter-spacing:.14em;margin:0;font-size:11px;font-weight:800;color:var(--berry)!important}.status-button{background:var(--green-soft);color:var(--green);cursor:pointer;white-space:nowrap;border:1px solid #a8c2b3;border-radius:999px;padding:10px 16px;font-size:13px;font-weight:750}.status-button.closed{background:var(--green);color:#fff}.reservation-summary{border-radius:var(--radius);background:var(--green);color:#fff;grid-template-columns:1.4fr repeat(3,1fr);margin-bottom:18px;padding:18px 22px;display:grid}.reservation-summary>div{border-left:1px solid #ffffff26;flex-direction:column;justify-content:center;min-height:54px;padding:0 20px;display:flex}.reservation-summary>div:first-child{border-left:0;padding-left:0}.reservation-summary span{color:#ffffff9e;font-size:11px;font-weight:700}.reservation-summary strong{margin-top:4px;font-family:Georgia,serif;font-size:27px;font-weight:500}.reservation-summary small{color:#ffffff8c;margin-top:2px;font-size:9px}.reservation-summary .summary-label strong{font-size:18px}.reservation-summary .summary-label span{color:#f3aac3;letter-spacing:.12em;font-size:10px}.agenda-section{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);margin-bottom:18px;padding:26px;box-shadow:0 8px 30px #232f2909}.section-title{align-items:flex-start;gap:15px;margin-bottom:22px;display:flex}.section-title>span{width:33px;height:33px;color:var(--berry);background:#faedf2;border-radius:9px;flex:none;place-items:center;font-size:11px;font-weight:800;display:grid}.section-title h2{margin:-3px 0 4px;font-family:Georgia,serif;font-size:25px;font-weight:500}.section-title p{color:var(--muted);margin:0;font-size:14px}textarea,input,select{background:var(--cream);color:var(--ink);border:1px solid #ccd5d0;border-radius:10px;outline:none}textarea:focus,input:focus,select:focus{border-color:var(--green-2);background:#fff;box-shadow:0 0 0 3px #24584617}textarea{resize:vertical}.large-notes{width:100%;min-height:140px;padding:15px;line-height:1.5}.field{gap:7px;display:grid}.field>span{font-size:13px;font-weight:700}.field textarea{min-height:105px;padding:13px}.stack{gap:12px;display:grid}.event-row{grid-template-columns:150px 110px 1fr 1.4fr 40px;gap:9px;display:grid}.event-row input,.event-row select{width:100%;min-height:46px;padding:10px 12px}.remove-button{color:#8a706f;cursor:pointer;background:0 0;border:0;border-radius:50%;align-self:center;width:38px;height:38px;font-size:22px}.remove-button:hover{color:var(--danger);background:#f9e9e9}.add-button{min-height:42px;color:var(--green);cursor:pointer;background:#f9fbf9;border:1px dashed #9bb2a6;border-radius:10px;margin-top:16px;padding:8px 14px;font-size:13px;font-weight:750}.add-button:hover{background:var(--green-soft);border-style:solid}.empty-state,.table-empty{color:var(--muted);text-align:center;background:#fafbf9;border:1px dashed #cfd8d3;border-radius:12px;padding:20px;font-size:14px}.dishes-stack{gap:18px}.dish-card{background:#fdfdfb;border:1px solid #cfd8d3;border-radius:15px;padding:20px}.dish-social-image{background:#f6f8f5;border:1px solid #d4ddd8;border-radius:12px;grid-template-columns:minmax(150px,1fr) 150px auto;align-items:center;gap:14px;margin:0 0 18px;padding:14px;display:grid}.dish-social-image>div:first-child span,.dish-social-image>div:first-child small{display:block}.dish-social-image>div:first-child span{color:var(--green);font-size:13px;font-weight:800}.dish-social-image>div:first-child small,.dish-image-name{color:var(--muted);margin-top:4px;font-size:11px}.dish-social-image img{object-fit:cover;border-radius:10px;width:150px;height:105px}.dish-image-actions{flex-direction:column;align-items:stretch;gap:7px;display:flex}.dish-image-actions .button.secondary{border:1px solid var(--green);min-height:40px;color:var(--green);cursor:pointer;background:#fff;font-size:12px}.dish-image-actions input[type=file]{opacity:0;width:1px;height:1px;position:absolute;overflow:hidden}.dish-image-actions .danger-link{color:var(--danger)}.dish-social-image .field-error{color:var(--danger);grid-column:1/-1;margin:0;font-size:12px}.dish-image-name{overflow-wrap:anywhere;grid-column:1/-1}.recipe-copy{background:var(--green-soft);border:1px solid #d4ddd8;border-radius:12px;grid-template-columns:minmax(220px,1fr) auto;gap:8px 10px;margin:0 0 18px;padding:13px;display:grid}.recipe-copy label{gap:6px;display:grid}.recipe-copy label>span{color:var(--green);font-size:12px;font-weight:800}.recipe-copy select{background:#fff;width:100%;min-height:43px;padding:8px 10px}.recipe-copy button{background:var(--green);color:#fff;cursor:pointer;border:0;border-radius:9px;align-self:end;min-height:43px;padding:8px 14px;font-weight:750}.recipe-copy button:disabled{opacity:.42;cursor:default}.recipe-copy small{color:var(--muted);grid-column:1/3;font-size:11px}.recipe-copy-empty{background:var(--green-soft);color:var(--muted);border-radius:9px;margin:0 0 18px;padding:10px 12px;font-size:12px}.allergen-panel{border:1px solid var(--line);background:var(--cream);border-radius:12px;margin:18px 0 4px;padding:16px}.allergen-panel legend{color:var(--green);padding:0 7px;font-size:14px;font-weight:800}.allergen-panel>p{color:var(--muted);margin:15px 0 9px;font-size:12px;font-weight:700}.diet-flags{flex-wrap:wrap;gap:8px;display:flex}.allergen-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;display:grid}.check-chip{cursor:pointer;background:#fff;border:1px solid #d4ddd8;border-radius:9px;align-items:center;gap:9px;min-height:42px;padding:8px 10px;font-size:12px;line-height:1.25;display:flex}.check-chip:has(input:checked){color:var(--green);background:var(--green-soft);border-color:#9dbbaa;font-weight:750}.check-chip input{width:18px;height:18px;accent-color:var(--green);flex:none}.card-heading{justify-content:space-between;gap:16px;margin-bottom:16px;display:flex}.card-heading label{flex:1}.card-heading small{color:var(--berry);margin-bottom:5px;font-size:10px;font-weight:800;display:block}.dish-name{border:0;border-bottom:1px solid var(--line);background:0 0;border-radius:0;width:100%;padding:4px 0 8px;font-family:Georgia,serif;font-size:25px}.dish-title{border:0;border-bottom:1px solid var(--line);width:100%;color:var(--berry);background:0 0;border-radius:0;padding:4px 0 8px;font-size:17px;font-weight:750}.dish-title-help{color:var(--muted);margin:-8px 0 18px;font-size:11px}.dish-display-title{color:var(--berry);letter-spacing:.04em;margin:5px 0 3px;font-size:12px;font-weight:850}.ingredients{margin-top:21px}.subheading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:8px;display:flex}.subheading h3{margin:0;font-size:14px}.subheading p{color:var(--muted);margin:3px 0 0;font-size:11px}.subheading button{color:var(--green);cursor:pointer;background:0 0;border:0;font-size:13px;font-weight:750}.data-table{width:100%;overflow:hidden}.table-head,.table-row{align-items:center;gap:8px;display:grid}.table-head{min-height:36px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--line);font-size:10px;font-weight:800}.table-row{border-bottom:1px solid #edf0ee;min-height:55px}.table-row:last-child{border-bottom:0}.table-row input,.table-row select{width:100%;min-width:0;height:40px;padding:7px 9px}.table-row output{font-size:13px;font-weight:700}.ingredient-table .table-head,.ingredient-table .table-row{grid-template-columns:minmax(150px,2fr) 100px 100px 120px 100px 38px}.ingredient-costing-table{overflow-x:auto}.ingredient-costing-table .table-head,.ingredient-costing-table .table-row{grid-template-columns:minmax(150px,1.6fr) 100px 84px 92px 110px 110px 110px 110px 110px 100px 38px;min-width:1240px}.waste-input,.manual-weight{align-items:center;gap:4px;display:flex}.waste-input input,.manual-weight input{width:100%;min-width:0}.waste-input span,.manual-weight span{color:var(--muted);font-size:11px;font-weight:750}.table-section-title{color:var(--green);margin:0 0 5px;font-size:13px}.table-section-title.production-title{margin-top:22px}.reservation-table .table-head,.reservation-table .table-row,.product-table .table-head,.product-table .table-row{grid-template-columns:minmax(155px,1.8fr) repeat(4,minmax(90px,1fr)) 38px}.pastry-table .table-head,.pastry-table .table-row{grid-template-columns:minmax(140px,1.6fr) repeat(5,minmax(72px,1fr)) minmax(130px,1.3fr) 38px}.freezer-table .table-head,.freezer-table .table-row{grid-template-columns:minmax(155px,1.6fr) 78px 82px 82px 72px minmax(125px,1.2fr) minmax(150px,1.4fr)}.freezer-reservation-table .table-head,.freezer-reservation-table .table-row{grid-template-columns:minmax(155px,1.6fr) minmax(115px,1fr) minmax(145px,1.2fr) 100px}.freezer-table .batch-name,.freezer-reservation-table .batch-name{flex-direction:column;display:flex}.freezer-table .batch-name small,.freezer-reservation-table .batch-name small{color:var(--muted);margin-top:3px;font-size:11px}.freezer-table output{text-align:center;color:var(--green);font-size:17px}.freezer-metric{place-items:center;gap:4px;min-width:0;display:grid}.freezer-metric>span{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:800;display:none}.freezer-reservation-table output{text-align:center;color:var(--green);font-size:17px}.freezer-table .remaining-count{background:var(--green-soft);border-radius:50%;place-items:center;width:42px;height:42px;margin:auto;font-weight:800;display:grid}.freezer-subtitle{color:var(--green);margin:0 0 4px;font-size:14px}.freezer-subtitle.movement-title{margin-top:24px}.freezer-help{color:var(--muted);margin:0 0 9px;font-size:12px}.other-products-table .table-head,.other-products-table .table-row{grid-template-columns:minmax(135px,1.4fr) repeat(5,minmax(70px,.7fr)) 75px minmax(150px,1.4fr) 38px}.other-products-table output{border-radius:9px;place-items:center;min-height:40px;font-weight:800;display:grid}.stock-match{color:var(--green);background:var(--green-soft)}.stock-difference{color:#8a4e16;background:#fff0d9}.automation-note{color:var(--muted);margin:14px 0 0;font-size:12px}.automation-note:before{content:"↻";color:var(--berry);margin-right:6px;font-weight:800}.automation-note.pastry-note{margin:-8px 0 12px 48px}.auto-count{background:var(--green-soft);min-height:40px;color:var(--green);border-radius:9px;place-items:center;font-weight:800;display:grid}.recovery-adjustments{border:1px solid var(--line);background:var(--cream);border-radius:12px;margin:0 0 18px 48px}.recovery-adjustments summary{color:var(--green);cursor:pointer;padding:13px 15px;font-size:13px;font-weight:800}.recovery-adjustments>p{color:var(--muted);margin:0;padding:0 15px 10px;font-size:12px}.adjustment-table{padding:0 15px 12px}.adjustment-table .table-head,.adjustment-table .table-row{grid-template-columns:minmax(150px,1.4fr) 80px 90px 100px minmax(180px,1.6fr)}.adjustment-table output{text-align:center;font-weight:800}.count-input{text-align:center;font-weight:700}.dish-totals{grid-template-columns:repeat(4,1fr);gap:10px;margin-top:18px;display:grid}.recipe-scale-panel{background:#f2faf6;border:1px solid #b9d6ca;border-radius:12px;grid-template-columns:minmax(0,1fr) 180px;align-items:center;gap:18px;margin:16px 0;padding:16px 18px;display:grid}.recipe-scale-panel h4,.recipe-scale-panel p{margin:0}.recipe-scale-panel>div>span{color:var(--pink);letter-spacing:.08em;font-size:10px;font-weight:900}.recipe-scale-panel p{color:var(--muted);margin-top:4px;font-size:12px;line-height:1.45}.recipe-scale-panel label{color:var(--green);gap:5px;font-size:11px;font-weight:800;display:grid}.recipe-scale-panel input{text-align:center;background:#fff;min-height:46px;font-size:20px;font-weight:800}.dish-storage-panel{background:#fbfcfb;border:1px solid #d7e2dd;border-radius:12px;margin:16px 0}.dish-storage-panel>summary{color:var(--green);cursor:pointer;padding:14px 16px;font-weight:850}.storage-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:0 16px 14px;display:grid}.storage-grid label{color:var(--muted);gap:5px;font-size:11px;font-weight:800;display:grid}.storage-grid .wide{grid-column:1/-1}.storage-grid :is(input,select,textarea){width:100%}.storage-grid textarea{resize:vertical;min-height:76px}.storage-guidance{color:var(--muted);background:#f3f7f5;border-top:1px solid #d7e2dd;margin:0;padding:12px 16px;font-size:11px;line-height:1.5}.number-field,.calculated{border:1px solid var(--line);background:#fff;border-radius:10px;padding:12px}.number-field span,.calculated span{min-height:30px;color:var(--muted);font-size:11px;font-weight:700;display:block}.number-field input{width:100%;height:38px;padding:6px 9px;font-weight:750}.calculated{background:var(--green-soft);border-color:#c5d7cc}.calculated strong{color:var(--green);margin-top:8px;font-size:18px;display:block}.day-close{border-radius:var(--radius);background:var(--green);color:#fff;justify-content:space-between;align-items:center;gap:30px;margin-top:28px;padding:30px;display:flex}.day-close p:not(.eyebrow){color:#ffffffa6}.day-close.review{align-items:flex-start}.day-close.has-issues{color:var(--ink);background:#fff8e9;border:1px solid #e8d4a5}.day-close.has-issues p:not(.eyebrow){color:var(--muted)}.close-review-content{flex:1;min-width:0}.validation-list{gap:7px;margin:16px 0 12px;padding:0;list-style:none;display:grid}.validation-list li{background:#a86c2017;border-radius:9px;padding:9px 11px;font-size:13px;line-height:1.35}.validation-list li:before{content:"!";color:#fff;background:#b77927;border-radius:50%;place-items:center;width:19px;height:19px;margin-right:8px;font-size:11px;font-weight:900;display:inline-grid}.close-help{font-size:12px}.button{cursor:pointer;border-radius:10px;justify-content:center;align-items:center;min-height:46px;padding:10px 18px;font-weight:750;text-decoration:none;display:inline-flex}.button.primary{background:var(--berry);color:#fff;border:0}.calendar-panel{z-index:18;border:1px solid var(--line);border-radius:var(--radius);background:#fff;margin-top:18px;padding:22px;position:relative;box-shadow:0 18px 55px #173f3224}.calendar-heading{justify-content:center;align-items:center;gap:25px;margin-bottom:16px;display:flex}.calendar-heading h2{text-align:center;text-transform:capitalize;min-width:220px;margin:0;font-family:Georgia,serif;font-weight:500}.calendar-heading button{cursor:pointer;background:0 0;border:0;font-size:20px}.calendar-grid{grid-template-columns:repeat(7,1fr);gap:6px;display:grid}.calendar-grid.weekdays{margin-bottom:5px}.calendar-grid.weekdays span{text-align:center;color:var(--muted);font-size:11px;font-weight:800}.calendar-grid button{cursor:pointer;background:#fff;border:1px solid #e6eae7;border-radius:10px;flex-direction:column;justify-content:space-between;align-items:flex-start;min-height:72px;padding:8px;display:flex}.calendar-grid button:hover{background:var(--green-soft)}.calendar-grid button.selected{color:#fff;background:var(--green);border-color:var(--green)}.calendar-grid button.muted{opacity:.38}.calendar-grid button small{color:var(--berry);text-align:left;font-size:9px}.calendar-grid button.selected small{color:#f3aac3}.loading-card{text-align:center;border-radius:var(--radius);width:min(1240px,100% - 48px);color:var(--muted);background:#fff;margin:35px auto;padding:50px}.settings-toolbar{border-bottom:1px solid var(--line);z-index:20;background:#fff;justify-content:space-between;align-items:center;gap:18px;min-height:76px;padding:13px max(24px,50vw - 550px);display:flex;position:sticky;top:0}.back-link{color:var(--green);font-weight:750;text-decoration:none}.settings-toolbar .button:disabled{opacity:.55;cursor:default}.settings-content{width:min(1100px,100% - 48px);margin:0 auto;padding:40px 0 70px}.settings-intro{margin-bottom:28px}.settings-intro h1{margin:5px 0 8px;font-family:Georgia,serif;font-size:38px;font-weight:500}.settings-intro>p:not(.eyebrow){max-width:680px;color:var(--muted);margin:0;line-height:1.5}.settings-message{border-radius:8px;margin-top:14px;padding:8px 11px;font-size:12px;font-weight:750;display:inline-block}.settings-message.success{color:var(--green);background:var(--green-soft)}.settings-message.error{color:var(--danger);background:#fbeaea}.settings-grid{grid-template-columns:1fr 1fr;align-items:start;gap:18px;display:grid}.catalogue-card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:23px;box-shadow:0 8px 30px #232f2909}.catalogue-card h2{margin:0 0 4px;font-family:Georgia,serif;font-size:25px;font-weight:500}.catalogue-card>div:first-child>p{min-height:38px;color:var(--muted);margin:0 0 17px;font-size:13px;line-height:1.4}.catalogue-list{gap:8px;display:grid}.catalogue-row{grid-template-columns:1fr 40px;align-items:center;gap:8px;display:grid}.catalogue-row input{width:100%;min-height:44px;padding:9px 11px}.catalogue-empty{border:1px dashed var(--line);color:var(--muted);text-align:center;border-radius:9px;margin:0;padding:15px;font-size:12px}.settings-footnote{color:var(--muted);margin:22px 2px 0;font-size:12px}.dish-library{border-top:1px solid var(--line);margin-top:42px;padding-top:34px}.dish-library-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:20px;display:flex}.dish-library-heading h2{margin:5px 0;font-family:Georgia,serif;font-size:31px;font-weight:500}.dish-library-heading>div>p:last-child{color:var(--muted);margin:0}.dish-library-heading>strong{color:var(--green);background:var(--green-soft);border-radius:999px;flex:none;padding:9px 12px;font-size:13px}.library-heading-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:9px;display:flex}.library-heading-actions>strong{color:var(--green);background:var(--green-soft);border-radius:999px;padding:9px 12px;font-size:13px}.recipe-library-editor{gap:12px;display:grid}.recipe-library-card{background:#fff;border:1px solid #b8cdc1;border-radius:15px;padding:20px;box-shadow:0 8px 25px #173f320a}.recipe-library-card>textarea{resize:vertical;width:100%;min-height:105px;margin:10px 0;padding:10px}.recipe-yield-panel{grid-template-columns:1.2fr repeat(4,1fr);gap:8px;margin:2px 0 12px;display:grid}.recipe-yield-panel>label,.recipe-yield-panel>div{background:var(--green-soft);border-radius:10px;align-content:center;gap:4px;min-height:70px;padding:10px;display:grid}.recipe-yield-panel span{color:var(--muted);font-size:10px;font-weight:800}.recipe-yield-panel strong{color:var(--green);font-size:17px}.recipe-yield-panel input{background:#fff;width:100%;min-height:38px;padding:6px 8px}.recipe-library-name{width:100%;min-height:44px;padding:9px 11px;font-size:18px;font-weight:750}.recipe-library-details{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:12px;padding:12px 0}.recipe-library-details summary{color:var(--green);cursor:pointer;font-size:12px;font-weight:800}.recipe-library-details .allergen-grid{margin:12px 0}.recipe-library-ingredients{gap:7px;display:grid}.recipe-library-ingredient-head,.recipe-library-ingredients>div{grid-template-columns:minmax(140px,1.5fr) 80px 70px 82px 98px 98px 105px 95px 36px;align-items:center;gap:6px;display:grid}.recipe-library-ingredient-head{min-width:900px;color:var(--muted);margin-top:12px;font-size:9px;font-weight:800}.recipe-library-ingredients{overflow-x:auto}.recipe-library-ingredients>div{min-width:900px}.recipe-library-ingredients input,.recipe-library-ingredients select{width:100%;min-height:40px;padding:7px}.recipe-library-ingredients output{color:var(--green);padding:8px 4px;font-size:11px;font-weight:750}.recipe-library-actions{align-items:center;gap:12px;margin-top:13px;display:flex}.recipe-library-actions small{color:var(--muted)}.recipe-nutrition-panel{background:#f8fbf9;border:1px solid #c9d9d1;border-radius:13px;margin:14px 0}.recipe-nutrition-panel>summary{color:var(--green);cursor:pointer;padding:14px 16px;font-weight:850}.nutrition-heading{justify-content:space-between;align-items:center;gap:18px;padding:0 16px 12px;display:flex}.nutrition-heading h4,.nutrition-heading p{margin:0}.nutrition-heading p{color:var(--muted);margin-top:3px;font-size:12px}.nutrition-meta{grid-template-columns:1fr 1fr;gap:10px;padding:0 16px 12px;display:grid}.nutrition-meta label,.nutrition-grid label,.nutrition-notes{color:var(--muted);gap:5px;font-size:10px;font-weight:800;display:grid}.nutrition-meta :is(select,input){min-height:42px}.nutrition-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:0 16px 12px;display:grid}.nutrition-grid label{background:#fff;border:1px solid #dce7e1;border-radius:10px;padding:10px}.nutrition-grid label>div{grid-template-columns:1fr auto;align-items:center;gap:7px;display:grid}.nutrition-grid input{width:100%;min-height:38px}.nutrition-grid b{color:var(--green)}.nutrition-notes{margin:0 16px 12px}.nutrition-notes textarea{min-height:70px}.nutrition-warning{color:var(--muted);background:#f1f6f3;border-top:1px solid #dce7e1;margin:0;padding:11px 16px;font-size:11px;line-height:1.45}.nutrition-readonly{background:#f8fbf9;border:1px solid #dce7e1;border-radius:12px;margin:16px 0;padding:14px}.nutrition-readonly header{justify-content:space-between;gap:12px;display:flex}.nutrition-readonly header span{color:var(--muted);font-size:11px}.nutrition-readonly dl{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin:12px 0 0;display:grid}.nutrition-readonly dl div{background:#fff;border-radius:8px;padding:8px}.nutrition-readonly dt{color:var(--muted);font-size:9px}.nutrition-readonly dd{color:var(--green);margin:3px 0 0;font-weight:800}.nutrition-readonly>p,.nutrition-empty{color:var(--muted);font-size:12px}.history-print-actions,.dish-print-actions{justify-content:flex-end;margin-top:14px;display:flex}.history-library-heading{border-top:1px solid var(--line);margin-top:38px;padding-top:30px}.save-to-library{margin-top:12px}.dish-filters{border:1px solid var(--line);background:#fff;border-radius:15px;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;margin-bottom:18px;padding:18px;display:grid}.dish-filters label{gap:6px;display:grid}.dish-filters label>span{color:var(--muted);font-size:11px;font-weight:800}.dish-filters input,.dish-filters select{width:100%;min-height:44px;padding:8px 10px}.dish-filters .wide-filter{grid-column:span 2}.clear-filters{min-height:44px;color:var(--green);background:var(--green-soft);cursor:pointer;border:1px solid #a8c2b3;border-radius:9px;align-self:end;font-weight:750}.dish-library-results{gap:12px;display:grid}.history-dish-card{border:1px solid var(--line);background:#fff;border-radius:15px;padding:20px 22px}.history-dish-main{justify-content:space-between;align-items:flex-start;gap:22px;display:flex}.history-dish-main small{color:var(--berry);font-size:11px;font-weight:750}.history-dish-main h3{margin:4px 0 0;font-family:Georgia,serif;font-size:24px;font-weight:500}.history-cost{justify-items:end;min-width:150px;display:grid}.history-cost span{color:var(--muted);font-size:10px;font-weight:750}.history-cost strong{color:var(--green);margin:3px 0;font-size:22px}.history-cost small{color:var(--muted);font-size:10px}.history-tags{flex-wrap:wrap;gap:6px;margin-top:13px;display:flex}.history-tags span{border-radius:999px;padding:5px 8px;font-size:10px;font-weight:750}.diet-tag{color:var(--green);background:var(--green-soft)}.allergen-tag{color:#7b4b18;background:#fff0d9}.neutral-tag{color:var(--muted);background:#eef1ef}.history-details{border-top:1px solid #edf0ee;margin-top:14px;padding-top:12px}.history-details summary{color:var(--green);cursor:pointer;font-size:12px;font-weight:800}.history-details>p{color:var(--muted);white-space:pre-wrap;margin:12px 0;font-size:13px;line-height:1.5}.history-details ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 20px;margin:12px 0 0;padding:0;list-style:none;display:grid}.history-details li{border-bottom:1px solid #edf0ee;justify-content:space-between;gap:10px;padding:8px 0;font-size:12px;display:flex}.history-details li span{color:var(--muted);text-align:right}.library-empty{color:var(--muted);text-align:center;background:#fff;border:1px dashed #cfd8d3;border-radius:14px;padding:28px}.freezer-library-toolbar{gap:8px;margin:0 0 16px;display:flex}.freezer-library-toolbar button{border:1px solid var(--line);color:var(--green);cursor:pointer;background:#fff;border-radius:999px;padding:9px 13px;font-weight:750}.freezer-library-toolbar button.selected{border-color:var(--green);color:#fff;background:var(--green)}.freezer-library-list{gap:10px;display:grid}.freezer-history-card{border:1px solid var(--line);background:#fff;border-radius:14px;overflow:hidden}.freezer-history-card.finished{opacity:.78}.freezer-history-card>summary{cursor:pointer;justify-content:space-between;align-items:center;gap:18px;padding:16px 18px;list-style:none;display:flex}.freezer-history-card>summary::-webkit-details-marker{display:none}.freezer-history-card>summary small{color:var(--berry);letter-spacing:.1em;font-size:9px;font-weight:850}.freezer-history-card>summary h3{color:var(--green);margin:3px 0;font-family:Georgia,serif;font-size:20px}.freezer-history-card>summary span{color:var(--muted);font-size:12px}.freezer-history-card>summary>strong{color:var(--green);flex:none;font-size:18px}.freezer-history-detail{border-top:1px solid var(--line);background:var(--line);grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;display:grid}.freezer-history-detail>div{background:var(--green-soft);gap:4px;padding:14px 16px;display:grid}.freezer-history-detail span{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:800}.freezer-history-detail strong{color:var(--green);font-size:20px}.freezer-history-notes{border-top:1px solid var(--line);padding:12px 18px}.freezer-history-notes p{color:var(--muted);margin:5px 0;font-size:12px;line-height:1.5}.refrigerator-history-card>summary small{color:#287c72}.refrigerator-history-detail{grid-template-columns:repeat(5,minmax(0,1fr))}.refrigerator-movement-form{border-top:1px solid var(--line);background:#f7fbfa;grid-template-columns:minmax(160px,1.2fr) minmax(100px,.6fr) minmax(180px,1fr) auto;align-items:end;gap:12px;padding:16px 18px;display:grid}.refrigerator-movement-form label{gap:6px;display:grid}.refrigerator-movement-form label span{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:800}.refrigerator-movement-form input,.refrigerator-movement-form select{border:1px solid var(--line);background:#fff;border-radius:9px;width:100%;min-height:42px;padding:9px 11px}.refrigerator-movement-form .wide{grid-column:span 2}.refrigerator-movement-form .button{white-space:nowrap;min-height:42px}.library-first-section{margin-top:28px}.library-simple-search{border:1px solid var(--line);background:#fff;border-radius:14px;margin-bottom:18px;padding:16px}.library-simple-search label{gap:6px;display:grid}.library-simple-search span{color:var(--muted);font-size:11px;font-weight:800}.library-simple-search input{width:100%;min-height:44px;padding:9px 11px}.recipe-collapsible-card{background:#fff;border:1px solid #bfd0c7;border-radius:15px;overflow:hidden;box-shadow:0 8px 25px #173f320a}.recipe-collapsible-card>summary{cursor:pointer;list-style:none}.recipe-collapsible-card>summary::-webkit-details-marker{display:none}.recipe-card-summary{grid-template-columns:minmax(220px,1fr) 145px 145px auto;align-items:center;gap:18px;min-height:88px;padding:15px 19px;display:grid}.recipe-card-summary small{color:var(--berry);text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:800}.recipe-card-summary h3{margin:4px 0 0;font-family:Georgia,serif;font-size:22px;font-weight:500}.recipe-summary-metric{border-left:1px solid var(--line);gap:3px;padding-left:15px;display:grid}.recipe-summary-metric span{color:var(--muted);font-size:10px;font-weight:800}.recipe-summary-metric strong{color:var(--green);font-size:18px}.recipe-expand-label{color:var(--green);font-size:11px;font-weight:800}.recipe-expand-label:after{content:" ↓"}.recipe-collapsible-card[open] .recipe-expand-label:after{content:" ↑"}.recipe-expanded-content{border:0;border-top:1px solid var(--line);box-shadow:none;border-radius:0}.history-recipe-expanded{border-top:1px solid var(--line);padding:0 20px 20px}.history-recipe-expanded>p{color:var(--muted);white-space:pre-wrap;line-height:1.5}.history-ingredient-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 20px;margin:14px 0 18px;padding:0;list-style:none;display:grid}.history-ingredient-list li{border-bottom:1px solid #edf0ee;justify-content:space-between;gap:12px;padding:8px 0;font-size:12px;display:flex}.history-ingredient-list li span{color:var(--muted);text-align:right}.recipe-search-section{scroll-margin-top:90px}.recipe-profit-panel{background:#fff9fb;border:1px solid #d9c8cf;border-radius:13px;margin:12px 0;padding:16px}.recipe-profit-heading{justify-content:space-between;align-items:end;gap:20px;margin-bottom:12px;display:flex}.recipe-profit-heading span{color:var(--berry);letter-spacing:.1em;font-size:9px;font-weight:850}.recipe-profit-heading h4{margin:4px 0 0;font-family:Georgia,serif;font-size:21px;font-weight:500}.recipe-profit-heading small{max-width:440px;color:var(--muted);text-align:right;line-height:1.4}.recipe-profit-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.recipe-profit-grid article{background:#fff;border:1px solid #eadce1;border-radius:11px;padding:14px}.recipe-profit-grid article>div{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.recipe-profit-grid article>div strong{color:var(--green)}.recipe-profit-grid article>div span{color:var(--muted);font-size:11px}.recipe-profit-grid dl{grid-template-columns:1fr 1fr;gap:8px;margin:12px 0 0;display:grid}.recipe-profit-grid dl div{border-top:1px solid #eee7e9;padding-top:8px}.recipe-profit-grid dt{color:var(--muted);font-size:9px;font-weight:800}.recipe-profit-grid dd{color:var(--green);margin:4px 0 0;font-size:16px;font-weight:800}.recipe-profit-grid dd.negative{color:var(--danger)}.signin-screen{background:var(--green);place-items:center;min-height:100vh;padding:24px;display:grid}.signin-card{background:var(--cream);text-align:center;border-radius:22px;width:min(460px,100%);padding:45px}.signin-card .brand-mark{margin:0 auto 18px}.signin-card h1{margin:8px 0;font-family:Georgia,serif;font-size:34px;font-weight:500}.signin-card p:not(.eyebrow){color:var(--muted);margin:0 0 25px}@media (width<=820px){.app-header{height:62px;padding:0 16px}.user-menu span{display:none}.user-menu .private-inbox-link span{display:inline}.date-toolbar{gap:8px;min-height:88px;padding:11px 14px}.icon-button{width:42px;height:42px}.date-heading{flex:1;padding:0 4px}.date-heading strong{font-size:21px}.date-heading small{display:none}.save-state{font-size:10px;position:absolute;bottom:5px;right:16px}.today-button{padding:7px 11px;font-size:12px}.agenda-content,.calendar-panel{width:calc(100% - 24px)}.agenda-content{padding-top:20px}.day-intro{align-items:flex-start}.day-intro h1{font-size:26px}.day-intro>div>p:last-child{display:none}.status-button{padding:8px 10px;font-size:11px}.reservation-summary{grid-template-columns:repeat(3,1fr);padding:14px 10px}.reservation-summary .summary-label{border-bottom:1px solid #ffffff26;grid-column:1/4;margin-bottom:7px;padding:0 6px 12px}.reservation-summary>div{min-height:48px;padding:0 7px}.reservation-summary strong{font-size:23px}.reservation-summary .summary-label strong{font-size:17px}.agenda-section{border-radius:14px;padding:18px 15px}.section-title{gap:10px;margin-bottom:17px}.section-title h2{font-size:22px}.section-title p{font-size:12px}.event-row{grid-template-columns:1fr 100px 36px}.event-row select{grid-column:1}.event-row input:first-of-type{grid-column:2}.event-row input:nth-of-type(2),.event-row input:nth-of-type(3){grid-column:1/3}.event-row .remove-button{grid-area:1/3/4}.dish-card{padding:15px 12px}.recipe-copy{grid-template-columns:1fr}.recipe-copy button{width:100%}.recipe-copy small{grid-column:1}.allergen-panel{padding:13px 10px}.allergen-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.diet-flags{grid-template-columns:1fr 1fr;display:grid}.data-table{overflow:visible}.table-head{display:none}.table-row{gap:8px;padding:12px 0;display:grid}.ingredient-table .table-row{grid-template-columns:1fr 1fr 38px}.ingredient-table .table-row input:first-child{grid-column:1/3}.ingredient-table .table-row output{background:var(--green-soft);border-radius:8px;grid-column:1/3;padding:8px}.ingredient-table .table-row .remove-button{grid-area:1/3}.ingredient-costing-table .table-row{min-width:0}.reservation-table .table-row,.product-table .table-row,.pastry-table .table-row{grid-template-columns:repeat(2,minmax(0,1fr))}:is(.reservation-table .table-row:has(.remove-button),.product-table .table-row:has(.remove-button),.pastry-table .table-row:has(.remove-button)){grid-template-columns:repeat(2,minmax(0,1fr)) 36px}.reservation-table .table-row>strong,.reservation-table .table-row>input:first-child,.product-table .table-row>strong,.product-table .table-row>input:first-child,.pastry-table .table-row>strong,.pastry-table .table-row>input:first-child{grid-column:1/3;font-size:16px}.reservation-table .table-row .remove-button,.product-table .table-row .remove-button,.pastry-table .table-row .remove-button{grid-area:1/3}.reservation-table .table-row .count-input,.product-table .table-row .count-input,.pastry-table .table-row .count-input{height:48px}.reservation-table .count-stepper,.product-table .count-stepper,.pastry-table .count-stepper{grid-template-columns:28px minmax(0,1fr) 28px;width:100%}.pastry-table .table-row select{grid-column:1/3;height:46px}.recovery-adjustments{margin-left:0}.adjustment-table .table-row{grid-template-columns:repeat(2,1fr);padding:12px 0}.adjustment-table .table-row>strong,.adjustment-table .table-row>input:last-child{grid-column:1/3}.adjustment-table .table-row>input:last-child{height:46px}.freezer-table .table-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:16px 0}.freezer-table .batch-name{grid-column:1/3;font-size:16px}.freezer-reservation-table .batch-name{grid-column:1/4;font-size:16px}.freezer-table .table-row>select,.freezer-table .table-row>input:last-child{grid-column:1/3;height:46px}.freezer-metric{background:var(--green-soft);border-radius:10px;min-height:74px;padding:8px 6px}.freezer-metric>span{display:block}.freezer-metric .count-stepper{grid-template-columns:36px minmax(42px,1fr) 36px;width:100%}.freezer-metric .count-stepper button{min-height:40px}.freezer-table .remaining-count{margin:0 auto}.freezer-reservation-table .table-row{grid-template-columns:repeat(3,1fr);padding:14px 0}.freezer-reservation-table .count-input{height:48px}.freezer-reservation-table output{background:var(--green-soft);border-radius:9px;place-items:center;min-height:48px;display:grid}.other-products-table .table-row{grid-template-columns:repeat(2,1fr) 36px}.other-products-table .table-row>strong,.other-products-table .table-row>input:first-child{grid-column:1/3;font-size:16px}.other-products-table .table-row>input:nth-last-child(2){grid-column:1/3;height:46px}.other-products-table .table-row .remove-button{grid-area:1/3}.other-products-table .count-input{height:48px}.automation-note.pastry-note{margin-left:0}.dish-totals{grid-template-columns:repeat(2,1fr)}.recipe-scale-panel{grid-template-columns:1fr;padding:15px}.recipe-scale-panel label{width:100%}.storage-grid{grid-template-columns:1fr}.storage-grid .wide{grid-column:1}.day-close{flex-direction:column;align-items:stretch;padding:24px 20px}.calendar-panel{margin-top:12px;padding:13px}.calendar-grid{gap:3px}.calendar-grid button{min-height:51px;padding:6px}.calendar-grid button small{display:none}.settings-toolbar{min-height:68px;padding:10px 12px}.settings-toolbar .button{min-height:42px;padding:8px 12px;font-size:12px}.settings-content{width:calc(100% - 24px);padding-top:26px}.settings-intro h1{font-size:31px}.settings-grid{grid-template-columns:1fr}.catalogue-card{padding:18px 15px}.dish-library{margin-top:32px;padding-top:27px}.dish-library-heading{align-items:flex-start}.dish-library-heading h2{font-size:26px}.dish-filters{grid-template-columns:1fr 1fr;padding:14px}.dish-filters .wide-filter{grid-column:1/3}.history-dish-card{padding:17px 15px}.history-details ul{grid-template-columns:1fr}.library-heading-actions{justify-content:flex-start}.recipe-library-ingredients>div{border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr 36px;padding:10px 0}.recipe-library-ingredient-head{display:none}.recipe-library-ingredients>div{min-width:0}.recipe-library-ingredients>div>input:first-child{grid-column:1/3}.recipe-library-ingredients>div .remove-button{grid-area:1/3}.recipe-library-actions{flex-direction:column;align-items:flex-start}.nutrition-heading{flex-direction:column;align-items:stretch}.nutrition-meta,.nutrition-grid{grid-template-columns:1fr}.nutrition-readonly dl,.recipe-yield-panel{grid-template-columns:1fr 1fr}.recipe-yield-panel>label{grid-column:1/3}.recipe-card-summary{grid-template-columns:minmax(0,1fr) 120px 120px;gap:10px;padding:14px}.recipe-expand-label{grid-column:1/4}.history-ingredient-list{grid-template-columns:1fr}.recipe-profit-heading{flex-direction:column;align-items:flex-start}.recipe-profit-heading small{text-align:left}}@media (width<=450px){.brand small{display:none}.date-heading span{font-size:11px}.date-heading strong{font-size:18px}.day-intro{gap:8px}.dish-totals{grid-template-columns:1fr 1fr}.allergen-grid,.diet-flags{grid-template-columns:1fr}.dish-library-heading{display:grid}.dish-filters{grid-template-columns:1fr}.dish-filters .wide-filter{grid-column:1}.history-dish-main{display:grid}.history-cost{justify-items:start}.recipe-card-summary{grid-template-columns:1fr 1fr}.recipe-card-summary>div:first-child{grid-column:1/3}.recipe-summary-metric{border-top:1px solid var(--line);border-left:0;padding:9px 0 0}.recipe-expand-label{grid-column:1/3}.recipe-profit-grid{grid-template-columns:1fr}}.public-site{min-height:100vh;color:var(--ink);background:#f7f4ed}.public-header{z-index:100;min-height:78px;color:var(--green);background:#fff;border-bottom:1px solid #e5e1d8;justify-content:space-between;align-items:center;gap:25px;padding:10px max(24px,50vw - 590px);display:flex;position:sticky;top:0;box-shadow:0 7px 22px #173f3214}.public-brand{color:var(--green);white-space:nowrap;align-items:center;gap:11px;text-decoration:none;display:flex}.brand-logo-mark{background:#fff;border-radius:50%;flex:none;width:42px;height:42px;display:block;position:relative;overflow:hidden}.brand-logo-mark img{width:66px;max-width:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-47%)}.brand-logo-mark.auth-logo{width:64px;height:64px;margin:0 auto 16px}.brand-logo-mark.auth-logo img{width:98px}.public-brand b,.public-brand small{display:block}.public-brand b{font-size:16px}.public-brand small{opacity:.65;margin-top:2px;font-size:11px}.public-header nav{justify-content:flex-end;align-items:center;gap:20px;display:flex}.public-header nav a{color:var(--green);opacity:.78;font-size:12px;font-weight:650;text-decoration:none}.public-header nav a:hover{opacity:1}.public-header nav a.active{opacity:1;border-bottom:3px solid var(--berry);color:var(--green);padding-bottom:5px;font-weight:850}.public-header nav a.private-link.active{border:2px solid var(--berry);background:#fff4f8;padding-bottom:9px}.public-header .private-link{opacity:1;border:1px solid #173f3247;border-radius:999px;padding:9px 12px}.public-kicker{color:var(--berry);letter-spacing:.14em;margin:0;font-size:11px;font-weight:850}.public-hero{color:#fff;background:linear-gradient(125deg,#173f32 0%,#245846 64%,#6d2847 130%);grid-template-columns:minmax(0,1.3fr) minmax(340px,.7fr);align-items:center;gap:65px;min-height:610px;padding:70px max(24px,50vw - 590px);display:grid}.hero-copy h1{letter-spacing:-.025em;max-width:760px;margin:15px 0 22px;font-family:Georgia,serif;font-size:clamp(43px,5.7vw,74px);font-weight:500;line-height:.99}.hero-copy>p:not(.public-kicker){color:#ffffffb3;max-width:620px;margin:0;font-size:18px;line-height:1.55}.public-actions{flex-wrap:wrap;gap:10px;margin-top:30px;display:flex}.public-button{cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;min-height:48px;padding:10px 18px;font-weight:800;text-decoration:none;display:inline-flex}.public-button.berry{color:#fff;background:var(--berry)}.public-button.light{color:var(--green);background:#fff}.public-button:disabled{opacity:.5;cursor:default}.today-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff1a;border:1px solid #ffffff29;border-radius:22px;padding:30px;box-shadow:0 25px 70px #0000002e}.today-card>p{color:#f3aac3;letter-spacing:.13em;margin:0 0 4px;font-size:10px;font-weight:850}.today-card>span{color:#ffffff8c;text-transform:capitalize;font-size:12px}.today-card h2{margin:20px 0 13px;font-family:Georgia,serif;font-size:31px;font-weight:500;line-height:1.12}.today-dish img{object-fit:cover;border-radius:15px;width:100%;max-height:240px;margin-top:18px}.today-dish:has(img) h2{margin-top:14px}.today-card>a{color:#fff;text-underline-offset:4px;margin-top:22px;font-size:12px;font-weight:800;display:inline-block}.public-tags{flex-wrap:wrap;gap:6px;display:flex}.public-tags span,.public-tags small{border-radius:999px;padding:5px 8px;font-size:9px;font-weight:750}.public-tags span{color:var(--green);background:#ddecdf}.public-tags small{color:#7b4b18;background:#fff0d9}.public-section{width:min(1180px,100% - 48px);margin:0 auto;padding:85px 0}.intro-section{grid-template-columns:.8fr 1.2fr;gap:80px;display:grid}.intro-brand{align-self:start}.public-section h2,.suggestion-section h2,.price-cta h2{margin:8px 0;font-family:Georgia,serif;font-size:clamp(32px,4vw,48px);font-weight:500;line-height:1.05}.intro-copy{grid-template-columns:1fr 1fr;gap:28px;display:grid}.intro-copy p{color:var(--muted);margin:0;font-size:16px;line-height:1.65}.intro-copy>div{align-content:start;gap:15px;display:grid}.intro-more{width:fit-content;color:var(--green);text-underline-offset:4px;font-size:12px;font-weight:800}.instagram-callout{color:#fff;background:linear-gradient(120deg,#5b2d91,#a62d58 55%,#d97a35);border-radius:18px;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;width:min(1180px,100% - 48px);margin:-22px auto 25px;padding:18px 22px;text-decoration:none;display:grid;box-shadow:0 16px 35px #5b2d912b}.instagram-mark{border:2px solid #ffffffbf;border-radius:14px;place-items:center;width:48px;height:48px;font-weight:900;display:grid}.instagram-callout>span:nth-child(2){gap:2px;display:grid}.instagram-callout small{letter-spacing:.12em;opacity:.75;font-size:9px;font-weight:850}.instagram-callout strong{font-family:Georgia,serif;font-size:22px}.instagram-callout em{opacity:.8;font-size:12px;font-style:normal}.instagram-callout b{color:#7d285c;white-space:nowrap;background:#fff;border-radius:999px;padding:10px 13px;font-size:12px}.takeaway-section{color:#fff;background:linear-gradient(125deg,#173f32,#265f4b 65%,#6d2847 145%);border-radius:24px;grid-template-columns:minmax(0,1.05fr) minmax(350px,.95fr);align-items:center;gap:55px;width:min(1180px,100% - 48px);margin:50px auto 25px;padding:52px;display:grid;box-shadow:0 24px 55px #173f3229}.takeaway-copy h2{margin:10px 0 18px;font-family:Georgia,serif;font-size:clamp(37px,4.5vw,58px);font-weight:500;line-height:1.02}.takeaway-copy>p:not(.public-kicker){color:#ffffffb8;margin:0;font-size:16px;line-height:1.6}.takeaway-options{gap:10px;display:grid}.takeaway-options article{background:#ffffff17;border:1px solid #ffffff29;border-radius:15px;padding:19px}.takeaway-options article span{color:#f3aac3;letter-spacing:.12em;margin-bottom:7px;font-size:9px;font-weight:850;display:block}.takeaway-options article strong{font-family:Georgia,serif;font-size:21px;font-weight:500;display:block}.takeaway-options article p,.takeaway-weekly-note{color:#ffffffad;margin:7px 0 0;font-size:12px;line-height:1.5}.takeaway-weekly-note{padding:10px 3px 0}.takeaway-weekly-note b{color:#fff}.weekly-menu{border-top:1px solid #ddd8cd}.public-section-heading{justify-content:space-between;align-items:flex-end;gap:25px;margin-bottom:26px;display:flex}.public-section-heading h2{margin-bottom:0}.public-section-heading>a{color:var(--green);font-size:13px;font-weight:800}.week-grid{grid-template-columns:repeat(5,1fr);gap:10px;display:grid}.week-day{background:#fff;border:1px solid #ddd9cf;border-radius:15px;min-height:220px;padding:18px}.week-day.current{color:#fff;background:var(--green);border-color:var(--green);transform:translateY(-8px);box-shadow:0 15px 35px #173f3226}.week-day>div:first-child{border-bottom:1px solid #6e78722e;justify-content:space-between;gap:8px;padding-bottom:12px;display:flex}.week-day>div:first-child span{text-transform:uppercase;font-size:11px;font-weight:850}.week-day>div:first-child small{color:var(--muted);text-transform:capitalize;font-size:10px}.week-day.current>div:first-child small{color:#fff9}.week-dish{margin-top:15px}.week-dish img{aspect-ratio:4/3;object-fit:cover;border-radius:9px;width:100%;margin-bottom:11px}.week-dish h3{margin:0 0 12px;font-family:Georgia,serif;font-size:20px;font-weight:500}.week-day>p{color:var(--muted);margin-top:18px;font-size:12px;line-height:1.4}.week-day.current>p{color:#fff9}.week-day.non-teaching{background:#fff7fa;border-color:#d5aebc}.week-day.current.non-teaching{color:var(--green);background:#fff7fa}.week-closure,.public-closure{background:#fff;border:1px solid #eccbd7;border-radius:12px;gap:7px;margin-top:18px;padding:16px;display:grid}.week-closure strong,.public-closure strong{color:var(--berry);font-family:Georgia,serif;font-size:19px}.week-closure p,.public-closure p{color:var(--muted);margin:0;line-height:1.45}.public-split-actions{grid-template-columns:1fr 1fr;gap:14px;width:min(1180px,100% - 48px);margin:0 auto;display:grid}.public-feature{border-radius:20px;flex-direction:column;justify-content:flex-end;min-height:325px;padding:35px;text-decoration:none;transition:transform .18s;display:flex}.public-feature:hover{transform:translateY(-4px)}.public-feature span{letter-spacing:.13em;font-size:10px;font-weight:850}.public-feature h2{max-width:500px;margin:10px 0;font-family:Georgia,serif;font-size:37px;font-weight:500;line-height:1.05}.public-feature p{opacity:.7;max-width:480px;margin:0 0 22px;line-height:1.5}.public-feature strong{font-size:13px}.prices-feature{color:#fff;background:var(--berry)}.event-feature{color:#fff;background:var(--green)}.news-section{padding-bottom:95px}.news-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.news-grid article{background:#fff;border:1px solid #ddd9cf;border-radius:15px;min-height:220px;padding:23px}.news-grid article:has(>img){padding:0;overflow:hidden}.news-grid article>img{aspect-ratio:16/9;object-fit:cover;width:100%;display:block}.news-grid article>div{padding:23px}.news-grid small{color:var(--berry);font-size:10px;font-weight:800}.news-grid h3{margin:13px 0 9px;font-family:Georgia,serif;font-size:24px;font-weight:500}.news-grid p{color:var(--muted);white-space:pre-wrap;margin:0;line-height:1.5}.contact-section{color:#fff;background:#102e25;margin-top:72px;padding:78px max(24px,50vw - 590px)}.contact-heading{grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:8px 70px;margin-bottom:30px;display:grid}.contact-heading .public-kicker{grid-column:1}.contact-heading h2{grid-column:1;margin:4px 0;font-family:Georgia,serif;font-size:clamp(32px,4vw,48px);font-weight:500;line-height:1.05}.contact-heading>p:last-child{color:#ffffffa6;grid-area:1/2/3;align-self:end;margin:0;font-size:16px;line-height:1.6}.contact-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.contact-cards>article,.contact-cards>a{color:#fff;background:#ffffff0f;border:1px solid #ffffff24;border-radius:16px;flex-direction:column;justify-content:flex-end;min-height:150px;padding:22px;text-decoration:none;display:flex}.contact-cards>a:hover{background:#ffffff1a}.contact-cards span{color:#f3aac3;letter-spacing:.12em;font-size:9px;font-weight:850}.contact-cards strong{overflow-wrap:anywhere;margin-top:8px;font-family:Georgia,serif;font-size:20px;font-weight:500;display:block}.contact-cards p{color:#ffffff94;margin:5px 0 0;font-size:12px}.contact-cards strong a{color:#fff;text-underline-offset:4px}.public-empty{color:var(--muted);text-align:center;background:#ffffff8c;border:1px dashed #ccc7bc;border-radius:14px;padding:30px}.suggestion-section{color:#fff;background:var(--green);grid-template-columns:.75fr 1.25fr;gap:75px;padding:75px max(24px,50vw - 590px);display:grid}.suggestion-section>div>p:last-child{color:#ffffffa6;line-height:1.55}.suggestion-form{color:var(--ink);background:#fff;border-radius:17px;padding:24px}.suggestion-form>label{gap:6px;margin-top:12px;display:grid}.suggestion-form label>span,.public-form-grid label>span,.event-summary label>span{font-size:11px;font-weight:800}.suggestion-form input,.suggestion-form select,.suggestion-form textarea,.public-form-grid input,.event-summary textarea{background:var(--cream);width:100%;min-width:0;padding:10px 12px}.suggestion-form textarea{min-height:135px}.public-form-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.public-form-grid label{gap:6px;display:grid}.public-form-grid .full{grid-column:1/3}.website-field{opacity:0!important;width:1px!important;height:1px!important;position:absolute!important;left:-10000px!important}.public-success,.public-error{border-radius:9px;padding:10px 12px;font-size:12px}.public-success{color:var(--green);background:var(--green-soft)}.public-error{color:var(--danger);background:#fbeaea}.suggestion-form .public-button{margin-top:14px}.public-footer{min-height:145px;color:var(--green);background:#fff;border-top:1px solid #e2ded5;justify-content:space-between;align-items:center;gap:25px;padding:35px max(24px,50vw - 590px);display:flex;box-shadow:0 -8px 24px #173f320b}.public-footer strong,.public-footer span{display:block}.public-footer>div:not(.footer-brand) span{color:var(--muted);margin-top:4px;font-size:12px}.footer-brand{align-items:center;gap:11px;display:flex}.footer-brand>span{margin-top:0}.footer-brand small{color:var(--muted);margin-top:3px;font-size:11px;display:block}.public-footer nav{gap:20px;display:flex}.public-footer a{color:var(--green);opacity:.82;text-underline-offset:3px;font-size:12px;font-weight:700}.public-footer a:hover{color:var(--berry);opacity:1}.public-subhero{color:#fff;background:linear-gradient(125deg,var(--green),var(--green-2));flex-direction:column;justify-content:center;min-height:340px;padding:60px max(24px,50vw - 590px);display:flex}.public-subhero h1{max-width:850px;margin:12px 0;font-family:Georgia,serif;font-size:clamp(42px,6vw,68px);font-weight:500;line-height:1}.public-subhero>p:last-child{color:#ffffffad;max-width:710px;margin:5px 0 0;font-size:17px;line-height:1.5}.event-subhero{background:linear-gradient(125deg,var(--green),#762b4a)}.price-groups{grid-template-columns:repeat(2,1fr);gap:14px;width:min(1180px,100% - 48px);margin:40px auto 70px;display:grid}.price-groups article{background:#fff;border:1px solid #ddd9cf;border-radius:17px;padding:25px}.price-groups h2{margin:0 0 15px;font-family:Georgia,serif;font-size:28px;font-weight:500}.price-groups article p{border-bottom:1px solid #eeeae2;justify-content:space-between;gap:20px;margin:0;padding:10px 0;display:flex}.price-groups article p:last-child{border-bottom:0}.price-groups article span{color:var(--muted)}.price-groups article strong{color:var(--green);white-space:nowrap}.price-cta{color:#fff;background:var(--green);border-radius:18px;justify-content:space-between;align-items:center;gap:25px;width:min(1180px,100% - 48px);margin:0 auto 70px;padding:32px;display:flex}.price-cta h2{margin:0 0 4px;font-size:32px}.price-cta p{color:#ffffffa6;margin:0}.event-builder{grid-template-columns:minmax(0,1.6fr) minmax(320px,.65fr);align-items:start;gap:18px;width:min(1240px,100% - 48px);margin:35px auto 80px;display:grid}.event-details-card,.event-products-card,.event-summary{background:#fff;border:1px solid #ddd9cf;border-radius:18px;padding:26px}.event-details-card,.event-products-card{grid-column:1}.event-details-card h2,.event-products-card h2{font-size:31px}.public-form-grid input{min-height:46px}.event-rule{color:var(--green);background:var(--green-soft);border-radius:9px;margin:16px 0 0;padding:10px 12px;font-size:12px;font-weight:750}.event-offer{color:#fff;background:linear-gradient(120deg,var(--berry),#7d2747);border-radius:12px;gap:3px;margin-bottom:10px;padding:14px 16px;display:grid}.event-offer strong{font-size:18px}.event-offer span{opacity:.9;font-size:12px;line-height:1.45}.event-exclusions{color:var(--muted);background:#fbf7ef;border:1px solid #e3d9c9;border-radius:10px;margin:0 0 16px;padding:10px 12px;font-size:12px;line-height:1.45}.event-product-list{gap:9px;display:grid}.event-category-groups{gap:22px;display:grid}.event-public-category>h3{border-bottom:2px solid var(--green-soft);color:var(--green);margin:0 0 10px;padding-bottom:8px;font-size:20px}.event-product-list article{border:1px solid var(--line);border-radius:12px;grid-template-columns:74px 1fr 120px 100px;align-items:center;gap:15px;padding:16px;display:grid}.event-product-list article:not(:has(.event-product-thumb)){grid-template-columns:minmax(260px,1fr) 120px 100px}.event-product-list article.selected{background:var(--green-soft);border-color:#9dbbaa}.event-product-list h3,.event-product-list h4{margin:0 0 4px;font-size:16px}.event-product-thumb{aspect-ratio:1;object-fit:cover;border-radius:12px;width:74px}.event-product-list p{color:var(--muted);margin:0;font-size:12px}.event-excluded-badge{color:#705b34;background:#f3ead8;border-radius:999px;margin-top:7px;padding:4px 7px;font-size:9px;font-weight:800;display:inline-flex}.event-product-list>article>strong{color:var(--green);text-align:right}.event-product-list strong small{color:var(--muted);font-size:9px}.event-product-list label{gap:4px;display:grid}.event-product-list label span{color:var(--muted);font-size:9px;font-weight:800}.event-product-list input{text-align:center;background:#fff;width:100%;height:42px;padding:7px}.event-product-list .event-custom-option{grid-column:1/-1}.event-product-list .event-custom-option input{text-align:left}.event-summary{grid-area:1/2/3;position:sticky;top:15px}.event-summary>:is(.event-summary-item,.event-subtotal,.event-discount,.event-total){border-bottom:1px solid #eeeae2;justify-content:space-between;gap:15px;padding:9px 0;font-size:12px;display:flex}.event-summary-item span,.event-message li>span{gap:3px;display:grid}.event-summary-item small,.event-message li small{color:var(--berry);font-size:10px}.event-summary>p:not(.public-kicker):not(.public-error){color:var(--muted);font-size:12px}.event-summary .event-offer-progress{background:#f7eedc;border-radius:9px;margin:12px 0 3px;padding:10px;line-height:1.4;color:#705b34!important}.event-summary .event-offer-progress.applied{background:var(--green-soft);font-weight:750;color:var(--green)!important}.event-summary .event-discount{color:var(--green);font-weight:800}.event-total{margin:9px 0 16px;padding:15px 0!important;font-size:16px!important}.event-total strong{color:var(--green);font-size:25px}.event-summary label{gap:6px;margin-top:12px;display:grid}.event-summary textarea{min-height:105px}.event-summary .public-button{width:100%;margin-top:12px}.event-summary>small{color:var(--muted);margin-top:10px;font-size:10px;line-height:1.4;display:block}.event-confirmation{text-align:center;background:#fff;border-radius:20px;width:min(650px,100% - 48px);margin:70px auto;padding:40px}.event-confirmation h2{margin:8px 0;font-family:Georgia,serif;font-size:42px;font-weight:500}.event-confirmation>p:not(.public-kicker){color:var(--muted)}.event-confirmation>div{background:var(--green-soft);border-radius:11px;gap:4px;margin:20px 6px;padding:15px 20px;display:inline-grid}.event-confirmation>div span{color:var(--muted);font-size:10px}.event-confirmation>div strong{color:var(--green);font-size:20px}.event-confirmation .public-button{width:max-content;margin:15px auto 0;display:flex}.access-denied{background:var(--green);place-items:center;min-height:100vh;padding:24px;display:grid}.access-denied>section{text-align:center;background:var(--cream);border-radius:22px;width:min(520px,100%);padding:42px}.access-denied .brand-mark{margin:0 auto 16px}.access-denied h1{margin:8px 0;font-family:Georgia,serif;font-size:38px;font-weight:500}.access-denied>section>p:not(.eyebrow){color:var(--muted);line-height:1.5}.access-denied>section>div:last-child{flex-wrap:wrap;justify-content:center;gap:9px;margin-top:22px;display:flex}.access-secondary{border:1px solid var(--green);color:var(--green);background:#fff}.reservation-page .page-content,.reservation-page .manage-panel{width:min(1180px,100% - 48px);margin:0 auto}.reservation-page .page-content{padding:35px 0 70px}.form-layout{grid-template-columns:minmax(0,1.35fr) minmax(270px,.65fr);align-items:start;gap:16px;display:grid}.form-card,.summary-card,.manage-panel>div{background:#fff;border:1px solid #ddd9cf;border-radius:18px;padding:25px}.form-section{border:0;border-bottom:1px solid var(--line);margin:0 0 25px;padding:0 0 25px}.form-section legend{color:var(--green);margin-bottom:17px;font-family:Georgia,serif;font-size:25px}.radio-grid{grid-template-columns:repeat(4,1fr);gap:7px;display:grid}.radio-option{border:1px solid var(--line);background:var(--cream);border-radius:9px;align-items:center;gap:8px;min-height:43px;padding:9px 11px;font-size:12px;display:flex}.radio-option input{accent-color:var(--green)}.reservation-page .form-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.reservation-page .field{gap:6px;display:grid}.reservation-page .field-full{grid-column:1/3}.reservation-page .field label{font-size:11px;font-weight:800}.reservation-page .field input,.reservation-page .field select,.reservation-page .field textarea{width:100%;min-height:44px;padding:9px 10px}.reservation-page .field textarea{min-height:105px}.takeaway-choice small{color:var(--muted);line-height:1.45}.privacy-layer{width:100%;min-width:0;color:var(--ink);background:var(--green-soft);border-radius:12px;margin-top:18px;overflow:hidden;border:1px solid #bfd2c6!important;gap:11px!important;padding:16px!important;display:grid!important}.privacy-layer-heading{color:var(--green);align-items:center;gap:9px;display:flex}.privacy-layer-heading span{color:#fff;background:var(--green);border-radius:50%;flex:none;place-items:center;width:22px;height:22px;font-family:Georgia,serif;font-size:13px;font-weight:800;display:grid}.privacy-layer-heading strong{min-width:0;font-size:13px;line-height:1.35}.privacy-facts{gap:0;min-width:0;margin:0;display:grid}.privacy-facts>div{grid-template-columns:88px minmax(0,1fr);min-width:0;border:0!important;border-top:1px solid #173f321f!important;gap:10px!important;padding:8px 0!important;font-size:11px!important;display:grid!important}.privacy-facts dt{color:var(--green);font-weight:800}.privacy-facts dd{color:#445a52;overflow-wrap:anywhere;min-width:0;margin:0;line-height:1.48}.privacy-layer a{color:var(--green);overflow-wrap:anywhere;font-weight:750}.privacy-more{width:fit-content;margin-top:0;font-size:11px}.privacy-layer small{color:var(--muted);margin-top:0;line-height:1.45}.privacy-confirmation{margin-top:12px}.about-subhero{background:linear-gradient(125deg,#173f32 0%,#245846 62%,#6d2847 135%)}.about-story{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:75px;display:grid}.about-story h2,.about-values h2,.about-work h2{margin:8px 0 0;font-family:Georgia,serif;font-size:clamp(34px,4.4vw,54px);font-weight:500;line-height:1.04}.about-story-copy{gap:18px;display:grid}.about-story-copy p{color:var(--muted);margin:0;font-size:16px;line-height:1.7}.about-visual{background:var(--green);border-radius:24px;width:min(1180px,100% - 48px);height:470px;margin:0 auto 72px;position:relative;overflow:hidden;box-shadow:0 22px 60px #173f3224}.about-visual img{object-fit:cover;object-position:center 20%;width:100%;height:100%;display:block}.about-visual:after{content:"";background:linear-gradient(90deg,#102f26d4,#102f260f 67%);position:absolute;inset:0}.about-visual figcaption{z-index:1;color:#fff;gap:10px;width:min(470px,70%);display:grid;position:absolute;bottom:clamp(25px,5vw,55px);left:clamp(24px,5vw,60px)}.about-visual figcaption span{color:#f4b3c9;letter-spacing:.12em;font-size:11px;font-weight:900}.about-visual figcaption strong{font-family:Georgia,serif;font-size:clamp(27px,4vw,44px);font-weight:500;line-height:1.08}.about-values{color:#fff;background:var(--green);padding:78px max(24px,50vw - 590px)}.about-values-heading{max-width:760px}.about-values-heading>p:last-child{color:#ffffffa8;max-width:640px;line-height:1.55}.about-value-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;margin-top:32px;display:grid}.about-value-grid article{background:#ffffff12;border:1px solid #ffffff29;border-radius:18px;flex-direction:column;justify-content:flex-end;min-height:255px;padding:26px;display:flex}.about-value-grid span{color:#f3aac3;letter-spacing:.12em;font-size:11px;font-weight:850}.about-value-grid h3{margin:12px 0 8px;font-family:Georgia,serif;font-size:31px;font-weight:500}.about-value-grid p{color:#ffffffad;margin:0;font-size:13px;line-height:1.6}.about-work-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.about-work-grid article{background:#fff;border:1px solid #ddd9cf;border-radius:16px;min-height:180px;padding:24px}.about-work-grid strong{color:var(--green);font-family:Georgia,serif;font-size:21px;font-weight:500;display:block}.about-work-grid p{color:var(--muted);margin:12px 0 0;font-size:13px;line-height:1.55}.about-principle-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.about-principle-grid article{background:#fff;border:1px solid #ddd9cf;border-radius:17px;grid-template-columns:48px 1fr;gap:15px;min-height:170px;padding:24px;display:grid}.about-principle-grid article>span{width:42px;height:42px;color:var(--berry);background:#faedf2;border-radius:50%;place-items:center;font-size:11px;font-weight:900;display:grid}.about-principle-grid strong{color:var(--green);font-family:Georgia,serif;font-size:22px;font-weight:500;display:block}.about-principle-grid p{color:var(--muted);margin:9px 0 0;font-size:13px;line-height:1.6}.about-experience{color:#fff;background:#173f32;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:65px;padding:75px max(24px,50vw - 590px);display:grid}.about-experience h2{margin:8px 0 14px;font-family:Georgia,serif;font-size:clamp(34px,4vw,52px);font-weight:500;line-height:1.05}.about-experience>div:first-child>p:last-child{color:#ffffffa6;line-height:1.6}.experience-list{gap:12px;display:grid}.experience-list article{background:#ffffff0f;border:1px solid #ffffff24;border-radius:15px;padding:21px 23px}.experience-list span{color:#f2aac2;letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:900}.experience-list h3{margin:7px 0;font-family:Georgia,serif;font-size:22px;font-weight:500}.experience-list p{color:#ffffffab;margin:0;font-size:13px;line-height:1.55}.about-closing-quote{color:var(--green);text-align:center;background:#f6f2e9;padding:72px 24px}.about-closing-quote p{max-width:860px;margin:auto;font-family:Georgia,serif;font-size:clamp(28px,4vw,48px);line-height:1.25}.about-contact{background:#15382e}.item-card{background:var(--cream);border-radius:11px;margin-bottom:10px;padding:14px}.item-head{justify-content:space-between;gap:15px;margin-bottom:10px;display:flex}.link-button{color:var(--berry);cursor:pointer;background:0 0;border:0}.button-secondary{border:1px solid var(--green);color:var(--green);background:#fff}.button-small{min-height:40px}.button-primary{color:#fff;background:var(--berry);border:0}.button-danger{border:1px solid var(--danger);color:var(--danger);background:#fff}.inline-notice{color:var(--muted);font-size:11px}.error-message,.success-message{border-radius:9px;padding:10px 12px;font-size:12px}.error-message{color:var(--danger);background:#fbeaea}.success-message{color:var(--green);background:var(--green-soft)}.summary-card{position:sticky;top:15px}.summary-card h2{margin:0 0 14px;font-family:Georgia,serif;font-weight:500}.summary-line{border-bottom:1px solid var(--line);justify-content:space-between;gap:12px;padding:9px 0;font-size:12px;display:flex}.summary-card>small{color:var(--muted);margin-top:14px;line-height:1.4;display:block}.manage-panel{padding-bottom:70px}.manage-panel h2{margin:5px 0 18px;font-family:Georgia,serif;font-size:30px;font-weight:500}.kicker{color:var(--berry);letter-spacing:.12em;margin:0;font-size:10px;font-weight:850}.code-field{gap:8px;display:flex}.code-field input{text-transform:uppercase;flex:1;min-width:0;padding:9px 11px}.reservation-result{margin-top:18px}.reserve-pill{color:var(--green);background:var(--green-soft);border-radius:999px;padding:5px 8px;font-size:10px}.hero-actions{gap:8px;margin-top:15px;display:flex}.public-admin-settings{border-top:1px solid var(--line);margin-top:42px;padding-top:34px}.public-editor-list{gap:10px;display:grid}.public-editor-list article{border:1px solid var(--line);background:var(--cream);border-radius:11px;padding:12px}.editor-row-heading{grid-template-columns:1fr 38px;gap:7px;display:grid}.event-product-heading{grid-template-columns:28px 1fr auto 38px;align-items:center}.product-order{color:#fff;background:var(--green);border-radius:50%;place-items:center;width:28px;height:28px;font-size:11px;font-weight:850;display:grid}.order-buttons{gap:4px;display:flex}.order-buttons button{width:34px;height:34px;color:var(--green);cursor:pointer;background:#fff;border:1px solid #bdcac3;border-radius:8px;font-weight:900}.order-buttons button:disabled{cursor:default;opacity:.3}.editor-row-heading input,.public-editor-list textarea{background:#fff;width:100%;padding:9px 10px}.public-editor-list textarea{min-height:82px;margin-top:7px}.news-image-editor{gap:8px;margin-top:8px;display:grid}.news-image-editor>img{object-fit:cover;border-radius:10px;width:100%;max-height:220px}.news-image-editor>div{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.news-image-editor input[type=file]{opacity:0;width:1px;height:1px;position:absolute;overflow:hidden}.news-image-editor small{color:var(--muted);overflow-wrap:anywhere}.event-category-admin{border:1px solid var(--line);background:#f8faf8;border-radius:12px;gap:7px;padding:12px;display:grid}.event-category-admin>div{grid-template-columns:1fr 36px 36px 36px;align-items:center;gap:6px;display:grid}.event-category-admin input,.event-category-select select{background:#fff;width:100%;min-height:40px;padding:7px 9px}.event-category-select{color:var(--muted);gap:4px;font-size:10px;font-weight:800;display:grid}.event-product-image-editor{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.event-product-image-editor>img{aspect-ratio:1;object-fit:cover;border-radius:10px;width:82px}.event-product-image-editor>div{align-items:center;gap:8px;display:flex}.event-product-image-editor input[type=file]{opacity:0;width:1px;height:1px;position:absolute;overflow:hidden}.discount-tier-list{gap:9px;display:grid}.discount-tier-list .discount-settings-fields{border-bottom:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr)) 36px;align-items:end;padding-bottom:9px}.discount-preview ul{margin:7px 0 0;padding-left:18px}.editor-meta{justify-content:space-between;align-items:end;gap:8px;margin-top:7px;display:flex}.editor-meta>input{min-height:42px;padding:7px 9px}.price-editor{gap:4px;display:grid}.price-editor span{color:var(--muted);font-size:10px;font-weight:750}.price-editor input{background:#fff;width:140px;min-height:42px;padding:7px 9px}.custom-option-editor{background:#fff;border-radius:10px;gap:9px;margin-top:9px;padding:11px;display:grid}.custom-option-editor>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.custom-option-editor>div label{color:var(--muted);gap:4px;font-size:10px;font-weight:800;display:grid}.custom-option-editor>div input{width:100%;min-height:42px;padding:8px 9px}.discount-settings-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.discount-settings-fields label{color:var(--muted);gap:5px;font-size:10px;font-weight:800;display:grid}.discount-settings-fields input{background:#fff;width:100%;min-height:44px;padding:8px 10px}.discount-preview{color:var(--green);background:var(--green-soft);border-radius:9px;margin:0;padding:11px 12px;font-size:12px;line-height:1.45}.inbox-content{width:min(1000px,100% - 48px);margin:0 auto;padding:40px 0 70px}.inbox-filters{flex-wrap:wrap;gap:7px;margin-bottom:18px;display:flex}.inbox-filters button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:999px;min-height:38px;padding:7px 12px;font-size:12px}.inbox-filters button.selected{color:#fff;background:var(--green);border-color:var(--green)}.inbox-list{gap:11px;display:grid}.inbox-card{border:1px solid var(--line);background:#fff;border-radius:15px;padding:22px}.inbox-card.unread{border-left:5px solid var(--berry)}.inbox-card.archived{opacity:.67}.inbox-card-heading{justify-content:space-between;gap:15px;display:flex}.inbox-card-heading span{color:var(--berry);letter-spacing:.11em;font-size:9px;font-weight:850}.inbox-card-heading h2{margin:4px 0;font-family:Georgia,serif;font-size:24px;font-weight:500}.inbox-card-heading small{color:var(--muted);font-size:10px}.inbox-card-heading>strong{height:max-content;color:var(--green);background:var(--green-soft);border-radius:999px;padding:6px 8px;font-size:9px}.inbox-card>p{margin:11px 0 0;font-size:13px}.message-body{color:var(--muted);background:var(--cream);white-space:pre-wrap;border-radius:10px;padding:13px;line-height:1.5}.event-message-facts{flex-wrap:wrap;gap:7px 22px;margin-top:12px;display:flex}.event-message-facts p{margin:0;font-size:12px}.event-message ul{margin:14px 0 0;padding:0;list-style:none}.event-message li,.message-total{border-bottom:1px solid var(--line);justify-content:space-between;gap:15px;padding:8px 0;font-size:12px;display:flex}.message-total{color:var(--green);font-size:16px}.inbox-actions{flex-wrap:wrap;gap:7px;margin-top:15px;display:flex}.inbox-actions button{min-height:36px;color:var(--green);cursor:pointer;background:#fff;border:1px solid #b9c9c0;border-radius:8px;padding:6px 10px;font-size:11px;font-weight:750}.inbox-actions .delete-message-button{color:var(--danger);border-color:#d9aaaa;margin-left:auto}.inbox-actions .delete-message-button:hover{border-color:var(--danger);background:#fff3f3}@media (width<=980px){.public-header{align-items:flex-start}.public-header nav{flex-wrap:wrap;gap:9px 16px;max-width:680px;padding-top:8px}.public-hero{grid-template-columns:1fr;gap:35px}.today-card{max-width:580px}.week-grid{grid-template-columns:repeat(2,1fr)}.week-day.current{transform:none}.event-builder{grid-template-columns:1fr}.event-details-card,.event-products-card,.event-summary{grid-column:1}.event-summary{grid-row:auto;position:static}.about-story,.about-experience{grid-template-columns:1fr;gap:30px}.about-work-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.date-toolbar{position:static}}@media (width<=720px){.public-header{padding:11px 14px;display:grid}.public-header nav{flex-wrap:nowrap;justify-content:flex-start;max-width:calc(100vw - 28px);padding:2px 0 5px;overflow-x:auto}.public-header nav a{white-space:nowrap}.public-hero{min-height:auto;padding:55px 20px}.hero-copy h1{font-size:45px}.hero-copy>p:not(.public-kicker){font-size:16px}.public-section{width:calc(100% - 30px);padding:58px 0}.intro-section,.suggestion-section{grid-template-columns:1fr;gap:28px}.intro-copy{grid-template-columns:1fr}.takeaway-section{grid-template-columns:1fr;gap:30px;width:calc(100% - 30px);margin-top:35px;padding:30px 22px}.contact-heading{grid-template-columns:1fr;gap:8px}.contact-heading .public-kicker,.contact-heading h2,.contact-heading>p:last-child{grid-area:auto/1}.contact-cards,.week-grid,.public-split-actions,.news-grid,.price-groups{grid-template-columns:1fr}.public-split-actions{width:calc(100% - 30px)}.public-feature{min-height:270px;padding:27px}.public-feature h2{font-size:32px}.suggestion-section{padding:55px 15px}.public-form-grid{grid-template-columns:1fr}.public-form-grid .full{grid-column:1}.public-footer{flex-direction:column;align-items:flex-start;padding:35px 20px}.public-footer nav{flex-wrap:wrap}.public-subhero{min-height:300px;padding:50px 20px}.price-groups,.price-cta,.event-builder,.reservation-page .page-content,.reservation-page .manage-panel{width:calc(100% - 30px)}.price-cta{flex-direction:column;align-items:flex-start}.event-product-list article{grid-template-columns:74px 1fr 1fr}.event-product-list article>div{grid-column:2/4}.event-product-list article:not(:has(.event-product-thumb)){grid-template-columns:minmax(0,1fr) 110px}.event-product-list article:not(:has(.event-product-thumb))>div{grid-column:1/3}.event-product-list>article>strong{text-align:left}.form-layout{grid-template-columns:1fr}.summary-card{position:static}.radio-grid{grid-template-columns:1fr 1fr}.inbox-content{width:calc(100% - 24px);padding-top:26px}.custom-option-editor>div{grid-template-columns:1fr}.instagram-callout{grid-template-columns:auto 1fr;margin-top:-10px}.instagram-callout>b{text-align:center;grid-column:1/-1}.about-value-grid,.about-work-grid,.about-principle-grid{grid-template-columns:1fr}.about-visual{width:calc(100% - 24px);height:390px}.about-visual figcaption{width:calc(100% - 48px)}.about-values{padding:58px 20px}}@media (width<=450px){.hero-copy h1{font-size:39px}.public-actions,.public-actions .public-button{width:100%}.week-grid{grid-template-columns:1fr}.today-card{padding:23px}.suggestion-form{padding:17px}.price-groups article{padding:20px 16px}.event-product-list article{grid-template-columns:62px 1fr}.event-product-list article:not(:has(.event-product-thumb)){grid-template-columns:minmax(0,1fr) 88px}.event-product-thumb{width:62px}.privacy-facts>div{grid-template-columns:1fr;gap:3px!important}.event-product-list article>div{grid-column:2}.reservation-page .form-grid{grid-template-columns:1fr}.reservation-page .field-full{grid-column:1}.radio-grid{grid-template-columns:1fr}.code-field,.hero-actions{flex-direction:column}.inbox-card{padding:17px 14px}.inbox-card-heading{display:grid}}.sandwich-builder{background:#f7f8f3;border:1px solid #d9dfd6;border-radius:16px;padding:16px}.sandwich-extras{flex-wrap:wrap;gap:10px;margin-top:12px;display:flex}.sandwich-extras label,.check-field{background:#fff;border:1px solid #d9dfd6;border-radius:999px;align-items:center;gap:7px;min-height:40px;padding:8px 12px;font-weight:700;flex-direction:row!important;display:inline-flex!important}.sandwich-extras input,.check-field input{height:18px;margin:0;width:18px!important}.reservations-admin-shell{color:#183126;background:#f3f1e8;min-height:100vh}.reservation-admin-hero,.reservation-filters,.reservation-admin-list,.reservations-admin-shell>.loading-card,.reservation-empty,.reservations-admin-shell>.settings-message{width:min(1180px,100% - 40px);margin-inline:auto}.reservation-admin-hero{justify-content:space-between;align-items:end;gap:30px;padding:54px 0 28px;display:flex}.reservation-admin-hero h1{margin:5px 0 8px;font-family:Georgia,serif;font-size:clamp(2rem,5vw,4.2rem);line-height:.98}.reservation-admin-hero p{max-width:680px}.reservation-admin-total{color:#fff;background:#183126;border-radius:20px;min-width:190px;padding:20px}.reservation-admin-total strong,.reservation-admin-total span{display:block}.reservation-admin-total strong{font-size:2.5rem}.reservation-filters{background:#fff;border:1px solid #d9d8cf;border-radius:20px;align-items:end;gap:14px;padding:18px;display:flex;box-shadow:0 8px 30px #1b302412}.reservation-filters label,.admin-reservation-fields label,.admin-item label,.admin-notes{color:#526057;gap:6px;font-size:.8rem;font-weight:800;display:grid}.reservation-filters input,.admin-reservation-card input,.admin-reservation-card select,.admin-reservation-card textarea{color:#183126;min-height:42px;font:inherit;background:#fff;border:1px solid #d5d9d3;border-radius:10px;padding:9px 11px}.filter-tabs{background:#eef0ea;border-radius:12px;align-self:stretch;padding:4px;display:flex}.filter-tabs button{color:#526057;cursor:pointer;background:0 0;border:0;border-radius:9px;padding:8px 14px;font-weight:800}.filter-tabs button.active{color:#fff;background:#183126}.reservation-admin-list{gap:18px;padding:24px 0 70px;display:grid}.admin-reservation-card{background:#fff;border:1px solid #d9d8cf;border-radius:22px;padding:22px;box-shadow:0 10px 32px #1b30240f}.admin-reservation-head,.admin-reservation-actions{justify-content:space-between;align-items:center;gap:16px;display:flex}.admin-reservation-head>div{align-items:center;gap:12px;display:flex}.admin-reservation-head small{color:#718078}.admin-reservation-head select{min-width:150px;font-weight:800}.admin-reservation-fields{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:20px 0 14px;display:grid}.admin-items{gap:10px;display:grid}.admin-item{background:#f5f6f1;border-radius:15px;grid-template-columns:minmax(170px,1.4fr) repeat(3,auto) 90px 110px;align-items:end;gap:10px;padding:14px;display:grid}.admin-item .check-field{align-self:end;min-height:42px;font-size:.8rem}.admin-notes{margin-top:14px}.admin-notes textarea{resize:vertical;min-height:76px}.admin-reservation-actions{margin-top:14px}.admin-reservation-actions small{color:#758078}.reservation-empty{text-align:center;background:#fff;border-radius:20px;gap:6px;margin-top:24px;padding:38px;display:grid}@media (width<=900px){.reservation-admin-hero,.reservation-filters{flex-direction:column;align-items:stretch}.reservation-admin-total{min-width:0}.admin-reservation-fields,.admin-item{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.reservation-admin-hero,.reservation-filters,.reservation-admin-list,.reservations-admin-shell>.loading-card,.reservation-empty,.reservations-admin-shell>.settings-message{width:min(100% - 22px,1180px)}.reservation-admin-hero{padding-top:30px}.filter-tabs,.admin-reservation-head,.admin-reservation-actions,.admin-reservation-head>div{flex-direction:column;align-items:stretch}.filter-tabs button{text-align:left}.admin-reservation-fields,.admin-item{grid-template-columns:1fr}.admin-reservation-head select{width:100%}}@media (width<=820px){.dish-social-image{grid-template-columns:1fr 130px}.dish-image-actions{flex-direction:row;grid-column:1/-1}}@media (width<=450px){.dish-social-image{grid-template-columns:1fr}.dish-social-image img{width:100%;height:auto;max-height:260px}.dish-image-actions{flex-direction:column;grid-column:1}}.dish-type-row{grid-template-columns:minmax(220px,1fr) minmax(150px,.45fr);gap:12px;margin:0 0 18px;display:grid}.dish-type-row>label,.dish-type-row>div{gap:7px;display:grid}.dish-type-row span{color:var(--green);font-size:12px;font-weight:800}.dish-type-row select{min-height:44px;padding:8px 10px}.dish-type-row>div{background:var(--green-soft);border-radius:10px;align-content:center;padding:10px 14px}.dish-type-row strong{color:var(--green);font-family:Georgia,serif;font-size:21px}.dish-kind{background:var(--green-soft);width:fit-content;color:var(--green);letter-spacing:.02em;border-radius:999px;margin:0 0 8px;padding:5px 9px;font-size:11px;font-weight:850;display:inline-flex}.dish-kind.special{color:var(--berry);background:#f8e8ee}.private-module-shell{min-height:100vh;padding-bottom:70px}.private-module-header{gap:24px;height:auto;min-height:72px;padding-block:10px}.private-module-nav{flex-wrap:wrap;justify-content:flex-end;row-gap:8px}.private-module-nav .public-preview-link{color:var(--green);background:#fff;border-radius:999px;padding:7px 10px;font-weight:850}.module-intro,.theme-editor,.planner-week,.weekly-shopping-list,.management-filters,.management-grid,.module-add,.policy-acceptance,.ai-tabs,.ai-entry-list{width:min(1180px,100% - 48px);margin-inline:auto}.module-intro{justify-content:space-between;align-items:flex-end;gap:24px;padding:42px 0 24px;display:flex}.module-intro h1{margin:3px 0 7px;font-family:Georgia,serif;font-size:clamp(30px,4vw,46px);font-weight:500}.module-intro p{color:var(--muted);margin:0}.button{cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;min-height:42px;padding:9px 15px;font-weight:750;text-decoration:none;display:inline-flex}.button.primary{background:var(--green);color:#fff}.button.secondary{color:var(--green);background:#fff;border:1px solid #b8c7bf}.button.danger{color:var(--danger);background:#fff6f6;border:1px solid #d8a9a9}.link-button{cursor:pointer;background:0 0;border:0;padding:5px;text-decoration:underline}.danger-link{color:var(--danger)}.admin-reservation-actions>div{gap:8px;display:flex}.week-switch{border:1px solid var(--line);background:#fff;border-radius:999px;align-items:center;gap:10px;padding:8px;display:flex}.week-switch button{background:var(--green-soft);cursor:pointer;border:0;border-radius:50%;width:36px;height:36px}.week-switch strong{text-align:center;text-transform:capitalize;min-width:250px;font-size:13px}.theme-editor{border:1px solid var(--line);border-radius:var(--radius);background:#fff;grid-template-columns:minmax(0,1fr) 260px;gap:18px;margin-bottom:22px;padding:22px;display:grid}.theme-fields,.theme-fields label,.management-card>label{gap:7px;display:grid}.theme-fields{align-content:start;gap:14px}.theme-fields label,.management-card label{color:var(--green);font-size:12px;font-weight:800}.theme-fields input,.theme-fields textarea,.management-card input,.management-card textarea{width:100%;padding:11px 12px}.theme-fields textarea{min-height:100px}.theme-fields .button{justify-self:start}.theme-actions{flex-wrap:wrap;gap:9px;display:flex}.theme-fields>small{color:var(--muted)}.theme-fields>.field-error{color:var(--danger)}.poster-editor{flex-direction:column;align-items:stretch;gap:8px;display:flex}.poster-editor img,.poster-empty{aspect-ratio:4/3;object-fit:cover;border-radius:12px;width:100%}.poster-empty{background:var(--cream);color:var(--muted);border:1px dashed #b9c7bf;place-items:center;font-size:13px;display:grid}.poster-editor input[type=file],.document-attachment input[type=file]{opacity:0;width:1px;height:1px;position:absolute;overflow:hidden}.poster-editor small{color:var(--muted);overflow-wrap:anywhere}.planner-week{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;display:grid}.planner-week>article{border:1px solid var(--line);background:#fff;border-radius:15px;flex-direction:column;min-height:260px;padding:16px;display:flex}.planner-week>article.current{border:2px solid var(--berry);box-shadow:0 8px 25px #a62d5817}.planner-week article>header{border-bottom:1px solid var(--line);flex-direction:column;gap:3px;padding-bottom:12px;display:flex}.planner-week article>header span{color:var(--berry);text-transform:capitalize;font-size:12px;font-weight:850}.planner-week article>header small,.planner-week article>div>p{color:var(--muted);font-size:11px}.planner-week>article.non-teaching{background:#fff7fa;border-color:#d5aebc}.non-teaching-toggle{color:var(--green);cursor:pointer;align-items:flex-start;gap:9px;margin:12px 0 0;font-size:12px;font-weight:800;display:flex!important}.non-teaching-toggle input{accent-color:var(--berry);margin-top:2px;width:auto!important;min-height:auto!important}.non-teaching-toggle span{gap:3px;display:grid}.non-teaching-toggle small{color:var(--muted);font-weight:500;line-height:1.4}.closure-editor{gap:10px;display:grid;padding:14px 0 0!important}.closure-editor label{color:var(--green);gap:5px;font-size:12px;font-weight:800;display:grid}.closure-editor input{border:1px solid var(--line);background:#fff;border-radius:9px;width:100%;min-height:42px;padding:9px 11px}.planner-card-actions{gap:7px;display:grid;padding:0!important}.non-teaching-day-panel{border:1px solid var(--line);background:#fff;border-radius:14px;width:min(100% - 32px,1180px);margin:0 auto 18px;padding:16px 18px}.non-teaching-day-panel.active{background:#fff7fa;border-color:#d5aebc}.non-teaching-day-panel>label:last-child{color:var(--green);gap:6px;margin-top:13px;font-size:12px;font-weight:800;display:grid}.non-teaching-day-panel>label:last-child input{border:1px solid var(--line);background:#fff;border-radius:9px;min-height:44px;padding:9px 12px}.planner-week article>div{flex:1;padding:12px 0}.planner-dish{gap:3px;margin-bottom:12px;display:grid}.planner-dish span{color:var(--berry);font-size:10px;font-weight:800}.planner-dish strong{font-family:Georgia,serif;font-weight:500}.planner-dish small{color:var(--muted)}.planner-dish b{width:fit-content;color:var(--green);background:var(--green-soft);border-radius:999px;margin-top:4px;padding:4px 7px;font-size:9px}.weekly-shopping-list{border:1px solid var(--line);border-radius:var(--radius);background:#fff;margin-top:28px;padding:24px}.weekly-shopping-list>header{justify-content:space-between;align-items:end;gap:20px;display:flex}.weekly-shopping-list>header h2{color:var(--green);margin:5px 0;font-family:Georgia,serif;font-size:clamp(27px,3vw,38px);font-weight:500}.weekly-shopping-list>header p:last-child{max-width:760px;color:var(--muted);margin:0;line-height:1.5}.shopping-summary{grid-template-columns:repeat(3,1fr);gap:10px;margin:20px 0;display:grid}.shopping-summary>div{background:var(--green-soft);border-radius:11px;gap:4px;padding:14px;display:grid}.shopping-summary span{color:var(--muted);font-size:10px;font-weight:800}.shopping-summary strong{color:var(--green);font-size:24px}.shopping-warning{color:#705b34;background:#fff8e8;border:1px solid #e8cf9b;border-radius:11px;margin-bottom:18px;padding:15px}.shopping-warning>strong{margin-bottom:8px;display:block}.shopping-warning ul{gap:5px;margin:0;padding:0;list-style:none;display:grid}.shopping-warning li{justify-content:space-between;gap:15px;font-size:12px;display:flex}.shopping-warning a{color:var(--green);font-weight:750}.shopping-table{border:1px solid var(--line);border-radius:12px;overflow:hidden}.shopping-table-head,.shopping-row{grid-template-columns:minmax(190px,.7fr) 170px minmax(260px,1.3fr);align-items:center;gap:14px;display:grid}.shopping-table-head{color:var(--muted);background:var(--cream);text-transform:uppercase;letter-spacing:.05em;padding:10px 15px 10px 49px;font-size:9px;font-weight:850}.shopping-row{border-top:1px solid var(--line);cursor:pointer;padding:13px 15px 13px 49px;position:relative}.shopping-table-head+.shopping-row{border-top:0}.shopping-row input{width:18px;height:18px;accent-color:var(--green);position:absolute;left:16px}.shopping-row:has(input:checked){opacity:.65;background:#f4f7f5}.shopping-row:has(input:checked)>strong{text-decoration:line-through}.shopping-row>b{color:var(--green)}.shopping-row>span{color:var(--muted);font-size:11px;line-height:1.4}.shopping-note{color:var(--muted);margin:14px 2px 0;font-size:11px;line-height:1.45}.management-filters,.ai-tabs{flex-wrap:wrap;gap:8px;margin-bottom:18px;display:flex}.management-filters button,.ai-tabs button{color:var(--green);cursor:pointer;background:#fff;border:1px solid #becbc4;border-radius:999px;padding:9px 13px;font-size:12px;font-weight:750}.management-filters button.active,.ai-tabs button.active{border-color:var(--green);background:var(--green);color:#fff}.management-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.management-card,.ai-entry-list article{border:1px solid var(--line);border-radius:var(--radius);background:#fff;gap:14px;padding:20px;display:grid}.management-card>header,.ai-entry-list article>header{grid-template-columns:1fr auto;align-items:end;gap:12px;display:grid}.management-card select,.ai-entry-list select{min-height:42px;padding:8px 10px}.management-card textarea{min-height:115px}.document-attachment{flex-wrap:wrap;align-items:center;gap:10px;padding-top:5px;display:flex}.document-attachment>a,.document-attachment>span{min-width:160px;color:var(--muted);overflow-wrap:anywhere;flex:1;font-size:12px}.module-add{margin-top:18px;display:block}.management-summary,.management-main-tabs,.record-launcher,.management-record-form,.record-history,.document-toolbar,.document-library,.management-legal-note{width:min(1180px,100% - 48px);margin-inline:auto}.management-intro{padding-bottom:18px}.management-summary{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:18px;display:grid}.management-summary>div{border:1px solid var(--line);background:#fff;border-radius:14px;flex-direction:column;padding:17px 20px;display:flex}.management-summary strong{color:var(--green);font-family:Georgia,serif;font-size:28px;font-weight:500}.management-summary span{color:var(--muted);font-size:12px}.management-main-tabs{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:24px;display:grid}.management-main-tabs button{color:var(--green);text-align:left;cursor:pointer;background:#fff;border:1px solid #bdcac3;border-radius:15px;gap:4px;padding:18px 20px;display:grid}.management-main-tabs button.active{border-color:var(--green);background:var(--green);color:#fff;box-shadow:0 8px 25px #173f321f}.management-main-tabs strong{font-size:16px}.management-main-tabs span{opacity:.72;font-size:12px}.management-section-heading,.document-toolbar{justify-content:space-between;align-items:flex-end;gap:22px;display:flex}.management-section-heading h2,.document-toolbar h2,.management-record-form h2{margin:3px 0 5px;font-family:Georgia,serif;font-size:28px;font-weight:500}.management-section-heading p,.document-toolbar p,.management-record-form header p{color:var(--muted);margin:0;font-size:13px}.management-section-heading>p{text-align:right;max-width:470px}.record-template-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:17px;display:grid}.record-template-grid button{border:1px solid var(--line);text-align:left;cursor:pointer;background:#fff;border-radius:15px;flex-direction:column;align-items:flex-start;min-height:190px;padding:17px;display:flex}.record-template-grid button:hover{border-color:#9cb5a7;transform:translateY(-1px);box-shadow:0 8px 24px #1e372b12}.record-template-grid span{color:var(--berry);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:850}.record-template-grid strong{color:var(--green);margin:7px 0 3px;font-size:15px}.record-template-grid small{color:var(--muted);font-size:10px}.record-template-grid p{color:var(--muted);margin:auto 0 0;font-size:12px;line-height:1.45}.management-record-form{border:2px solid var(--green);background:#fff;border-radius:18px;margin-top:22px;padding:24px;scroll-margin-top:20px;box-shadow:0 12px 35px #173f3214}.management-record-form>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:18px;padding-bottom:18px;display:flex}.record-base-fields,.record-dynamic-fields{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.management-record-form label,.document-editor label{color:var(--green);gap:6px;font-size:12px;font-weight:800;display:grid}.management-record-form input,.management-record-form select,.management-record-form textarea,.document-toolbar input,.document-editor input,.document-editor select,.document-editor textarea{width:100%;min-height:42px;padding:9px 11px}.management-record-form textarea,.document-editor textarea{min-height:95px}.record-check{background:var(--cream);border:1px solid #ccd5d0;border-radius:10px;align-items:center;min-height:44px;padding:10px 12px;gap:9px!important;display:flex!important}.record-check input{width:19px;min-height:19px;accent-color:var(--green)}.unit-input{align-items:center;gap:7px;display:flex}.unit-input span{color:var(--muted)}.record-conclusion{border-top:1px solid var(--line);grid-template-columns:.65fr 1.4fr 1.4fr;gap:12px;margin-top:18px;padding-top:18px;display:grid}.record-form-actions{justify-content:flex-end;gap:8px;margin-top:18px;display:flex}.record-history{margin-top:34px}.record-filters,.document-toolbar>div:last-child{align-items:center;gap:8px;display:flex}.record-filters select,.record-filters input{background:#fff;min-height:42px;padding:8px 10px}.record-table{border:1px solid var(--line);background:#fff;border-radius:15px;margin-top:15px;overflow:hidden}.record-table-head,.record-table-row{grid-template-columns:130px minmax(210px,1.5fr) minmax(130px,1fr) 110px 125px;align-items:center;gap:12px;padding:12px 15px;display:grid}.record-table-head{background:var(--green-soft);color:var(--green);text-transform:uppercase;font-size:10px;font-weight:850}.record-table-row{border-top:1px solid var(--line);font-size:12px}.record-table-row>span{min-width:0}.record-table-row strong,.record-table-row small{display:block}.record-table-row small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:3px;overflow:hidden}.record-table-row>span:last-child{justify-content:flex-end;gap:5px;display:flex}.record-result{border-radius:999px;width:fit-content;padding:5px 8px;font-size:10px;font-weight:850}.record-result.ok{background:var(--green-soft);color:var(--green)}.record-result.alert{color:var(--danger);background:#faeaea}.record-result.pending{color:#7a7056;background:#f2efe6}.document-toolbar{margin-bottom:17px}.document-toolbar input{background:#fff;min-width:240px}.document-library{gap:10px;display:grid}.document-file{border:1px solid var(--line);background:#fff;border-radius:14px;overflow:hidden}.document-file summary{cursor:pointer;justify-content:space-between;align-items:center;gap:18px;padding:16px 18px;list-style:none;display:flex}.document-file summary::-webkit-details-marker{display:none}.document-file summary>div{gap:3px;display:grid}.document-file summary div>span{color:var(--berry);text-transform:uppercase;font-size:10px;font-weight:850}.document-file summary strong{color:var(--green)}.document-file summary small{color:var(--muted)}.document-status{color:#776d52;background:#f1eee4;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:850}.document-status.current{background:var(--green-soft);color:var(--green)}.document-status.review{color:var(--danger);background:#faeaea}.document-editor{border-top:1px solid var(--line);background:#fdfdfb;gap:14px;padding:19px;display:grid}.document-delete-actions{border-top:1px solid var(--line);justify-content:flex-end;padding-top:14px;display:flex}.document-meta{grid-template-columns:1fr 150px 110px 180px;gap:10px;display:grid}.management-legal-note{border-left:4px solid var(--berry);color:var(--muted);background:#faedf2;margin-top:30px;padding:15px 18px;font-size:12px;line-height:1.5}.daily-controls{border:1px solid var(--line);border-radius:var(--radius);background:#f6f8f5;width:min(1180px,100% - 40px);margin:0 auto 18px;padding:24px;box-shadow:0 8px 30px #232f2909}.agenda-content>.daily-controls{width:100%}.daily-controls-heading{justify-content:space-between;align-items:center;gap:18px;margin-bottom:16px;display:flex}.daily-controls-heading h2{color:var(--green);margin:3px 0;font-family:Georgia,serif;font-size:28px;font-weight:500}.daily-controls-heading p{color:var(--muted);margin:0;font-size:13px}.daily-controls-heading>span{color:#8b5618;background:#fff1db;border-radius:50%;place-items:center;min-width:64px;height:64px;font-size:18px;font-weight:850;display:grid}.daily-controls-heading>span.complete{color:var(--green);background:#e4f3ea}.quick-round-list{gap:12px;margin-bottom:15px;display:grid}.quick-round{background:#fff;border:1px solid #bfd0c7;border-radius:16px;overflow:hidden}.quick-round.done{background:#f6fbf8;border-color:#b9dbc6}.quick-round>summary{cursor:pointer;justify-content:space-between;align-items:center;gap:16px;padding:15px 17px;list-style:none;display:flex}.quick-round>summary::-webkit-details-marker{display:none}.quick-round>summary>div{align-items:center;gap:14px;display:flex}.quick-round>summary>div>span{min-width:58px;min-height:48px;color:var(--green);background:var(--green-soft);border-radius:10px;place-items:center;font-weight:850;display:grid}.quick-round summary small{color:var(--berry);letter-spacing:.1em;font-size:9px;font-weight:850}.quick-round summary h3{color:var(--green);margin:2px 0;font-family:Georgia,serif;font-size:22px;font-weight:500}.quick-round summary p{color:var(--muted);margin:0;font-size:12px}.quick-round>summary>strong{color:#8b5618;background:#fff1db;border-radius:999px;padding:7px 10px;font-size:11px}.quick-round.done>summary>strong{color:var(--green);background:#e4f3ea}.quick-round-body{border-top:1px solid var(--line);padding:18px}.quick-round-top{grid-template-columns:minmax(220px,.7fr) minmax(360px,1.3fr);align-items:end;gap:14px;display:grid}.quick-round-top>label,.quick-incident label{color:var(--green);gap:6px;font-size:12px;font-weight:800;display:grid}.quick-round-top select,.quick-incident select,.quick-incident textarea{width:100%;min-height:44px;padding:9px 10px}.quick-conformity{grid-template-columns:auto 1fr 1fr;align-items:center;gap:8px;display:grid}.quick-conformity>span{color:var(--green);font-size:12px;font-weight:800}.quick-conformity button{border:1px solid var(--line);min-height:44px;color:var(--green);cursor:pointer;background:#fff;border-radius:10px;padding:8px 12px;font-weight:800}.quick-conformity button.selected.ok{border-color:var(--green);color:#fff;background:var(--green)}.quick-conformity button.selected.issue{color:#fff;background:#a52b24;border-color:#a52b24}.temperature-round{margin-top:18px}.temperature-round>header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:9px;display:flex}.temperature-round>header strong{color:var(--green);font-size:15px;display:block}.temperature-round>header small{color:var(--muted);font-size:11px}.temperature-round>header>span{color:var(--green);font-size:20px;font-weight:850}.temperature-round-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.temperature-round-grid label{border:1px solid var(--line);background:#f8faf8;border-radius:11px;grid-template-columns:1fr 74px;align-items:center;gap:8px;min-width:0;padding:11px;display:grid;position:relative}.temperature-round-grid label.temperature-alert{background:#fff4f2;border-color:#cf6d67}.temperature-round-grid label>span{min-width:0;color:var(--green);font-size:12px}.temperature-round-grid label b,.temperature-round-grid label small{display:block}.temperature-round-grid label b{letter-spacing:.08em;font-size:10px}.temperature-round-grid label small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:9px;overflow:hidden}.temperature-round-grid input{text-align:center;border:1px solid #b8c8c0;border-radius:9px;width:74px;min-height:48px;padding:7px;font-size:20px;font-weight:800}.temperature-round-grid em{color:#a52b24;grid-column:1/-1;font-size:10px;font-style:normal;font-weight:850}.quick-incident{background:#fff5f3;border:1px solid #e6aaa6;border-radius:12px;margin-top:15px;padding:15px}.quick-incident>p{color:#8e2822;margin:0 0 10px}.quick-incident>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.quick-incident textarea{min-height:76px}.quick-round-actions{justify-content:space-between;align-items:center;gap:14px;margin-top:16px;display:flex}.quick-round-actions small{max-width:560px;color:var(--muted);line-height:1.45}.daily-task-list{gap:10px;display:grid}.daily-task-list article{background:#fff;border:1px solid #d9dfda;border-left:5px solid #d18a25;border-radius:14px;grid-template-columns:80px 1fr auto;align-items:center;gap:16px;padding:15px;display:grid}.daily-task-list article.done{border-left-color:#458668}.task-time{text-align:center;gap:3px;display:grid}.task-time strong{color:var(--green);font-size:18px}.task-time span{color:var(--muted);font-size:11px}.daily-task-list small{color:var(--berry);font-weight:800}.daily-task-list h3{color:var(--green);margin:3px 0}.daily-task-list p{color:var(--muted);margin:0;font-size:13px}.daily-task-list details{margin-top:5px;font-size:12px}.daily-task-list summary{color:var(--green);cursor:pointer}.daily-control-form{border:2px solid var(--green);background:#fff;border-radius:16px;margin-top:16px;padding:20px}.daily-control-form>header{justify-content:space-between;gap:15px;margin-bottom:15px;display:flex}.daily-control-form h3{color:var(--green);margin:2px 0;font-family:Georgia,serif;font-size:25px}.daily-control-form header small{color:var(--berry);font-weight:800}.daily-control-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;margin-bottom:12px;display:grid}.daily-control-grid.dynamic{grid-template-columns:repeat(3,minmax(0,1fr))}.daily-control-grid.conclusion,.daily-control-grid.corrective{grid-template-columns:repeat(2,minmax(0,1fr))}.daily-control-form label{color:var(--green);gap:5px;font-size:12px;font-weight:800;display:grid}.daily-control-form input,.daily-control-form select,.daily-control-form textarea{width:100%;min-height:42px;padding:9px 10px}.daily-control-form textarea{min-height:78px}.task-complete-check{background:#edf5f0;border-radius:12px;align-items:center;gap:10px;margin:12px 0;padding:12px;display:flex!important}.task-complete-check input{width:20px;min-height:20px}.task-complete-check span{gap:2px;display:grid}.task-complete-check small{color:var(--muted);font-weight:500}.daily-control-actions{justify-content:space-between;align-items:center;gap:12px;display:flex}.daily-control-actions a{color:var(--green);font-weight:750}.control-message{color:var(--green);margin:12px 0 0}.control-message.error{color:#a52b24}.daily-controls>footer{color:var(--muted);margin-top:14px;font-size:11px;line-height:1.45}.today-daily-controls{width:100%}.today-daily-controls .daily-controls{margin-bottom:18px}.agenda-today-panel{background:linear-gradient(145deg,#f4faf7,#fff);border:1px solid #d9e5df;border-radius:24px;margin-bottom:34px;padding:26px;box-shadow:0 16px 42px #173f3212}.agenda-today-heading{justify-content:space-between;align-items:end;gap:20px;margin-bottom:18px;display:flex}.agenda-today-heading h1{color:var(--green);margin:4px 0 6px;font-family:Georgia,serif;font-size:clamp(1.8rem,4vw,3rem);font-weight:500}.agenda-today-heading p:last-child{color:var(--muted);margin:0}.agenda-today-kpis{width:100%;margin:0 0 16px}.agenda-today-grid{grid-template-columns:1.3fr .7fr;gap:14px;display:grid}.agenda-today-grid .today-production{grid-row:span 2}#ficha-diaria,#controles-diarios,#fondo-congelador{scroll-margin-top:190px}.weekday-picker{border:1px solid var(--line);border-radius:10px;gap:5px;margin:0;padding:8px;display:flex}.weekday-picker legend{color:var(--green);font-size:12px;font-weight:800}.weekday-picker label{align-items:center;gap:3px;display:flex!important}.weekday-picker input{width:auto!important;min-height:auto!important}.schedule-slots{color:var(--muted);gap:3px;font-size:12px;display:grid}.schedule-slots strong{color:var(--green)}@media (width<=950px){.record-template-grid,.record-base-fields,.record-dynamic-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.record-conclusion{grid-template-columns:1fr 1fr}.record-conclusion label:last-child{grid-column:1/-1}.record-table-head{display:none}.record-table-row{grid-template-columns:1fr 1fr}.record-table-row>span:last-child{justify-content:flex-start}.document-meta{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=620px){.management-summary,.management-main-tabs,.record-launcher,.management-record-form,.record-history,.document-toolbar,.document-library,.management-legal-note{width:min(100% - 24px,1180px)}.management-summary,.management-main-tabs,.record-template-grid,.record-base-fields,.record-dynamic-fields,.record-conclusion,.document-meta{grid-template-columns:1fr}.management-section-heading,.document-toolbar{flex-direction:column;align-items:stretch}.management-section-heading>p{text-align:left}.daily-controls{width:calc(100% - 22px);padding:17px 14px}.agenda-content>.daily-controls{width:100%}.daily-task-list article{grid-template-columns:58px 1fr}.daily-task-list article>.button{grid-column:1/-1;width:100%}.daily-control-grid,.daily-control-grid.dynamic,.daily-control-grid.conclusion,.daily-control-grid.corrective{grid-template-columns:1fr}.daily-control-actions{flex-direction:column;align-items:stretch}.daily-control-actions .button{width:100%}.daily-controls-heading>span{min-width:52px;height:52px}.record-template-grid button{min-height:150px}.record-filters,.document-toolbar>div:last-child,.record-form-actions{flex-direction:column;align-items:stretch}.document-toolbar input{min-width:0}.record-table-row{grid-template-columns:1fr}.record-conclusion label:last-child{grid-column:auto}}.policy-acceptance{background:#fff9e6;border:1px solid #decf9f;border-radius:15px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;padding:18px 20px;display:flex}.policy-acceptance.accepted{background:var(--green-soft);border-color:#a9c8b6}.policy-acceptance p{color:var(--muted);margin:4px 0;font-size:13px}.policy-acceptance small{color:var(--muted)}.policy-acceptance>div:last-child{gap:8px;display:flex}.ai-tabs button{align-items:center;gap:7px;display:inline-flex}.ai-tabs span{background:var(--green-soft);min-width:20px;color:var(--green);border-radius:999px;padding:2px 6px}.ai-entry-list{gap:12px;display:grid}.ai-entry-list input,.ai-entry-list textarea{width:100%;padding:11px 12px}.ai-entry-list textarea{min-height:110px}.policy-document{border:1px solid var(--line);background:#fff;border-radius:22px;width:min(860px,100% - 48px);margin:-30px auto 70px;padding:clamp(25px,5vw,58px);box-shadow:0 18px 55px #1e302714}.policy-document section{margin-top:30px}.policy-document h2{color:var(--green);margin:0 0 8px;font-family:Georgia,serif;font-weight:500}.policy-document p,.policy-document li{line-height:1.7}.policy-note{border-left:4px solid var(--berry);background:#faedf2;padding:15px 18px}.policy-document aside{background:var(--green-soft);border-radius:14px;margin-top:34px;padding:20px}.policy-document aside h2{font-size:19px}.policy-document aside a{color:var(--green)}.policy-document a{color:var(--green);text-underline-offset:3px}.data-anonymized-note{color:#53615a;background:#eef2ef;border-radius:9px;margin:10px 0;padding:9px 11px;font-size:11px;line-height:1.45}.event-workflow{background:var(--green-soft);border-radius:12px;justify-content:space-between;align-items:end;gap:14px;margin-top:16px;padding:14px;display:flex}.event-workflow>div{flex:1;grid-template-columns:180px minmax(240px,1fr);gap:10px;display:grid}.event-workflow label{color:var(--green);gap:5px;font-size:11px;font-weight:800;display:grid}.event-workflow select,.event-workflow textarea{width:100%;min-height:40px;padding:8px 10px}.event-workflow textarea{resize:vertical;min-height:68px}.weekly-takeaway-form,.weekly-takeaway-success{border:1px solid var(--line);background:#fff;border-radius:22px;width:min(820px,100% - 40px);margin:-28px auto 70px;padding:clamp(22px,5vw,42px);box-shadow:0 18px 50px #173f3214}.weekly-takeaway-form{gap:24px;display:grid}.weekly-takeaway-form section{gap:14px;display:grid}.weekly-takeaway-form h2,.weekly-takeaway-success h2{color:var(--green);margin:0;font-family:Georgia,serif}.weekday-picker{grid-template-columns:repeat(5,1fr);gap:8px;display:grid}.weekday-picker label{border:1px solid var(--line);cursor:pointer;border-radius:11px;place-items:center;min-height:48px;font-weight:750;display:grid}.weekday-picker label.selected{color:#fff;border-color:var(--green);background:var(--green)}.weekday-picker input{opacity:0;position:absolute}.weekly-takeaway-success{text-align:center}.weekly-takeaway-success .public-button{margin-top:12px;display:inline-block}.price-editor-wide{grid-column:1/-1}.price-group-editor{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.price-group-editor article{border:1px solid var(--line);background:var(--cream);border-radius:12px;gap:8px;padding:13px;display:grid}.price-item-editor{grid-template-columns:28px minmax(0,1fr) 120px auto 38px;align-items:center;gap:6px;display:grid}.price-item-editor input{min-width:0}@media (width<=700px){.event-workflow{flex-direction:column;align-items:stretch}.event-workflow>div{grid-template-columns:1fr}.event-workflow .button{width:100%}}@media (width<=620px){.weekday-picker,.price-group-editor{grid-template-columns:1fr}.weekly-takeaway-form,.weekly-takeaway-success{width:calc(100% - 22px)}.freezer-library-toolbar{grid-template-columns:1fr 1fr;display:grid}.freezer-library-toolbar button{min-height:44px}.freezer-history-card>summary{align-items:flex-start;padding:15px}.freezer-history-detail,.refrigerator-history-detail{grid-template-columns:repeat(2,minmax(0,1fr))}.refrigerator-movement-form{grid-template-columns:1fr 1fr;padding:14px}.refrigerator-movement-form .wide,.refrigerator-movement-form .button{grid-column:1/-1}.quick-round>summary{align-items:flex-start;padding:13px}.quick-round>summary>div{align-items:flex-start;gap:9px}.quick-round>summary>div>span{min-width:51px;min-height:43px}.quick-round>summary>strong{display:none}.quick-round-body{padding:13px}.quick-round-top,.quick-incident>div{grid-template-columns:1fr}.quick-conformity{grid-template-columns:1fr 1fr}.quick-conformity>span{grid-column:1/-1}.temperature-round-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.temperature-round-grid label{grid-template-columns:minmax(0,1fr) 62px;padding:9px}.temperature-round-grid input{width:62px}.quick-round-actions{flex-direction:column;align-items:stretch}.quick-round-actions .button{width:100%}.price-item-editor{grid-template-columns:28px minmax(0,1fr) 38px}.price-item-editor>input:nth-of-type(2),.price-item-editor .order-buttons{grid-column:2}.price-item-editor .remove-button{grid-area:1/3}}@media (width<=1000px){.private-module-header{flex-direction:column;align-items:flex-start}.private-module-nav{justify-content:flex-start;width:100%}.planner-week{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.app-header .user-menu{white-space:nowrap;justify-content:flex-start;max-width:68vw;padding-bottom:5px;overflow-x:auto}.private-module-header .private-module-nav{max-width:100%}.module-intro{flex-direction:column;align-items:stretch;padding-top:28px}.theme-editor,.management-grid{grid-template-columns:1fr}.poster-editor{max-width:340px}.policy-acceptance{flex-direction:column;align-items:stretch}}@media (width<=520px){.module-intro,.theme-editor,.planner-week,.weekly-shopping-list,.management-filters,.management-grid,.module-add,.policy-acceptance,.ai-tabs,.ai-entry-list{width:min(100% - 24px,1180px)}.dish-type-row,.planner-week{grid-template-columns:1fr}.weekly-shopping-list{padding:18px 14px}.weekly-shopping-list>header{flex-direction:column;align-items:stretch}.shopping-summary{grid-template-columns:1fr}.shopping-table-head{display:none}.shopping-row{grid-template-columns:1fr auto;padding:14px 12px 14px 45px}.shopping-row>span{grid-column:1/3}.shopping-warning li{flex-direction:column;align-items:flex-start;gap:2px}.week-switch{border-radius:14px}.week-switch strong{min-width:0}.policy-acceptance>div:last-child{flex-direction:column}.policy-document{width:calc(100% - 24px);margin-top:-20px;padding:24px 20px}}@media print{body.print-selection *{visibility:hidden!important}body.print-selection .print-target,body.print-selection .print-target *{visibility:visible!important}body.print-selection .print-target{inset:0 auto auto 0;width:100%!important;box-shadow:none!important;background:#fff!important;border:0!important;margin:0!important;position:absolute!important}body.print-selection .print-target :is(button,.remove-button,.automation-note,.nutrition-warning){display:none!important}body.print-selection .print-target details>*{display:block!important}body.print-selection .print-target input,body.print-selection .print-target textarea,body.print-selection .print-target select{background:#fff!important;border:0!important;padding-inline:0!important}body:has(.weekly-shopping-list) *{visibility:hidden}:is(body:has(.weekly-shopping-list) .weekly-shopping-list,body:has(.weekly-shopping-list) .weekly-shopping-list *){visibility:visible}body:has(.weekly-shopping-list) .weekly-shopping-list{border:0;width:100%;margin:0;padding:0;position:absolute;inset:0}body:has(.weekly-shopping-list) .weekly-shopping-list button{display:none}}.today-hero,.today-kpis,.today-grid,.reports-hero,.report-kpis,.report-panel,.report-insights,.reports-shell>.loading-card,.reports-shell>.empty-state{width:min(1180px,100% - 40px);margin-inline:auto}.today-hero,.reports-hero{justify-content:space-between;align-items:end;gap:28px;padding:48px 0 26px;display:flex}.today-hero h1,.reports-hero h1{color:var(--green);margin:6px 0 8px;font-family:Georgia,serif;font-size:clamp(2rem,5vw,4rem);line-height:1}.today-actions,.report-filters{flex-wrap:wrap;align-items:end;gap:9px;display:flex}.report-filters label{color:var(--muted);gap:5px;font-size:11px;font-weight:750;display:grid}.report-filters input{border:1px solid var(--line);background:#fff;border-radius:10px;min-height:40px;padding:8px 10px}.today-kpis,.report-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px;display:grid}.today-kpis{grid-template-columns:repeat(5,minmax(0,1fr))}.dashboard-kpi,.report-kpis article{border:1px solid var(--line);min-height:126px;color:var(--ink);background:#fff;border-radius:18px;gap:4px;padding:18px;text-decoration:none;display:grid;box-shadow:0 10px 30px #173f320d}.dashboard-kpi span,.report-kpis span{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:800}.dashboard-kpi strong,.report-kpis strong{color:var(--green);align-self:end;font-size:2rem}.dashboard-kpi small,.report-kpis small{color:var(--muted)}.dashboard-kpi.attention,.report-kpis .attention{background:#fff6f8;border-color:#e6b4bf}.today-grid{grid-template-columns:1.35fr .65fr;gap:16px;padding-bottom:70px;display:grid}.today-card,.report-panel,.report-insights article{border:1px solid var(--line);background:#fff;border-radius:20px;padding:22px;box-shadow:0 10px 30px #173f320d}.today-card header,.report-panel header{justify-content:space-between;align-items:start;gap:14px;margin-bottom:16px;display:flex}.today-card h2,.report-panel h2{color:var(--green);margin:3px 0 0;font-family:Georgia,serif}.today-production{grid-row:span 2}.today-prep-list,.today-event-list,.today-checks{gap:8px;display:grid}.today-prep-list article,.today-event-list article{border-bottom:1px solid #ece9e2;grid-template-columns:62px 1fr auto;align-items:center;gap:12px;padding:11px 0;display:grid}.today-prep-list time,.today-event-list time{color:var(--berry);font-weight:850}.today-prep-list div,.today-event-list div{gap:2px;display:grid}.today-prep-list small,.today-event-list small,.today-card>small{color:var(--muted)}.today-prep-list b{color:#fff;background:var(--green);border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.today-checks a{color:var(--ink);border-bottom:1px solid #ece9e2;justify-content:space-between;gap:12px;padding:12px 0;text-decoration:none;display:flex}.today-checks strong.ok{color:var(--green)}.today-checks strong.pending,.today-checks strong.alert{color:#a25a19}.count-stepper{grid-template-columns:28px minmax(42px,58px) 28px;align-items:center;gap:2px;display:inline-grid}.count-stepper button{min-height:34px;color:var(--green);cursor:pointer;background:#fff;border:1px solid #cbd5cf;border-radius:8px;font-size:17px;font-weight:800}.count-stepper .count-input{width:100%}.dashboard-note{background:var(--green-soft);border-radius:10px;margin-top:15px;padding:10px}.oldest-batch{color:var(--green);margin:8px 0 4px;font-size:1.25rem;display:block}.report-kpis{grid-template-columns:repeat(6,minmax(0,1fr))}.report-kpis article{min-height:112px}.report-kpis strong{font-size:1.55rem}.report-panel{margin-bottom:16px;overflow:hidden}.report-table{min-width:720px}.report-panel{overflow-x:auto}.report-row{border-top:1px solid #ece9e2;grid-template-columns:minmax(210px,2fr) repeat(5,minmax(80px,.7fr));align-items:center;gap:12px;padding:11px 4px;display:grid}.report-row>span:first-child{display:grid}.report-row small{color:var(--muted)}.report-head{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:850}.report-insights{grid-template-columns:1fr 1fr;gap:16px;padding-bottom:70px;display:grid}.report-insights article{gap:6px;display:grid}.report-insights span{color:var(--berry);font-size:11px;font-weight:850}.report-insights strong{color:var(--green);font-size:1.15rem}@media (width<=900px){.today-hero,.reports-hero,.agenda-today-heading{flex-direction:column;align-items:stretch}.agenda-today-grid{grid-template-columns:1fr}.agenda-today-grid .today-production{grid-row:auto}.today-kpis,.report-kpis{grid-template-columns:repeat(2,1fr)}.today-grid{grid-template-columns:1fr}.today-production{grid-row:auto}}@media (width<=560px){.today-hero,.today-kpis,.today-grid,.reports-hero,.report-kpis,.report-panel,.report-insights,.reports-shell>.loading-card,.reports-shell>.empty-state{width:calc(100% - 22px)}.today-kpis,.report-kpis,.report-insights{grid-template-columns:1fr}.today-actions .button,.report-filters .button{text-align:center;flex:1}.agenda-today-panel{border-radius:18px;padding:16px 12px}.today-prep-list article{grid-template-columns:52px 1fr auto}}.draft-badge{color:#765400;letter-spacing:.06em;background:#fff3cd;border-radius:999px;align-items:center;padding:.55rem .8rem;font-size:.78rem;font-weight:900;display:inline-flex}.management-warning{color:#604d0c;background:#fffaf0;border:1px solid #e7c75f;border-left:5px solid #d6a800;border-radius:12px;max-width:1180px;margin:0 auto 1rem;padding:1rem 1.15rem}.management-reminders{color:#742a1d;background:#fff3f0;border-radius:12px;flex-wrap:wrap;align-items:center;gap:.55rem;max-width:1180px;margin:0 auto 1rem;padding:.8rem 1rem;display:flex}.management-reminders button{color:inherit;cursor:pointer;background:#fff;border:1px solid #e6b7ad;border-radius:999px;padding:.45rem .7rem}.measure-pair{grid-template-columns:1fr 110px;gap:.7rem;display:grid}.record-advanced{border:1px solid var(--line);background:#fbfcfb;border-radius:14px;margin-top:1rem}.record-advanced>summary{cursor:pointer;padding:1rem;font-weight:800}.record-advanced-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding:0 1rem 1rem;display:grid}.record-advanced-grid label:first-child,.record-advanced-grid label:nth-child(3),.record-advanced-grid label:nth-child(4){grid-column:span 2}.record-cards{gap:.8rem;display:grid}.record-card{border:1px solid var(--line);background:#fff;border-radius:16px;padding:1rem}.record-card.annulled{color:#666;background:#f5f5f3}.record-card>header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.record-card>header div{gap:.2rem;display:grid}.record-card footer{border-top:1px solid var(--line);justify-content:flex-end;gap:.8rem;margin-top:.8rem;padding-top:.7rem;display:flex}.record-card details{border-top:1px dashed var(--line);padding-top:.6rem}.record-card details summary{cursor:pointer;font-weight:750}.document-protocol{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;line-height:1.55;min-height:440px!important}.record-settings{max-width:1180px;margin:0 auto}.record-settings:not(.schedule-settings){display:none}.template-settings-list{gap:.8rem;margin-top:1rem;display:grid}.template-settings-list article{border:1px solid var(--line);background:#fff;border-radius:14px;grid-template-columns:minmax(240px,1.2fr) 1fr 170px 120px;align-items:end;gap:.8rem;padding:1rem;display:grid}.template-settings-list article>p{color:var(--muted);grid-column:1/-1;margin:0;font-size:.85rem}.template-settings-list small{color:var(--muted);display:block}.schedule-settings{width:min(1180px,100% - 40px);padding-bottom:50px}.schedule-explainer{background:#f7f9f7;border:1px solid #d9dfda;border-radius:15px;grid-template-columns:1.1fr repeat(3,1fr);gap:12px;margin:18px 0;padding:16px;display:grid}.schedule-explainer>strong{color:var(--green);align-self:center;font-family:Georgia,serif;font-size:20px}.schedule-explainer div{gap:5px;display:grid}.schedule-explainer p{color:var(--muted);margin:0;font-size:12px;line-height:1.45}.schedule-origin{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;justify-self:start;padding:4px 8px;font-size:10px;font-weight:900;display:inline-flex}.schedule-origin.legal{color:#704e00;background:#fff0b5}.schedule-origin.contractual{color:#75344a;background:#f9dce6}.schedule-origin.internal{color:#235e49;background:#dcefe6}.schedule-origin.event{color:#52615b;background:#e8ece9}.schedule-week-overview{grid-template-columns:repeat(7,minmax(135px,1fr));gap:8px;padding:4px 0 14px;display:grid;overflow-x:auto}.schedule-week-overview>article{border:1px solid var(--line);background:#fff;border-radius:14px;min-height:190px;overflow:hidden}.schedule-week-overview>article>header{color:#fff;background:var(--green);padding:10px 11px}.schedule-week-overview>article>div{gap:7px;padding:8px;display:grid}.calendar-task{color:var(--ink);background:#f3f6f4;border-left:4px solid #81988d;border-radius:9px;gap:2px;padding:8px;font-size:11px;font-weight:750;display:grid}.calendar-task time{color:var(--green);font-size:12px;font-weight:900}.calendar-task small{color:var(--muted);font-weight:500}.calendar-task.contractual{border-left-color:var(--berry);background:#fff4f7}.calendar-task.legal{background:#fff9e9;border-left-color:#d29a16}.calendar-task.internal{border-left-color:#4c8a6e}.calendar-empty{color:#98a09c;text-align:center;padding:10px 3px}.monthly-summary{background:#f6f2e8;border-radius:12px;flex-wrap:wrap;gap:8px;margin-bottom:14px;padding:12px;display:flex}.monthly-summary span{background:#fff;border-radius:8px;padding:5px 8px;font-size:12px}.schedule-template-list{gap:10px}.schedule-template{border:1px solid var(--line);background:#fff;border-radius:15px;overflow:hidden}.schedule-template>summary{cursor:pointer;justify-content:space-between;align-items:center;gap:18px;padding:15px 17px;list-style:none;display:flex}.schedule-template>summary::-webkit-details-marker{display:none}.schedule-template>summary>div{grid-template-columns:auto 1fr;align-items:center;gap:5px 9px;display:grid}.schedule-template>summary strong{color:var(--green)}.schedule-template>summary small{grid-column:2}.schedule-template>summary>span{color:var(--muted);font-size:12px}.schedule-template[open]>summary{border-bottom:1px solid var(--line);background:#fafbf9}.schedule-editor{gap:15px;padding:17px;display:grid}.schedule-minimum{color:#5e4c1e;background:#fff9e9;border-left:4px solid #d29a16;border-radius:8px;margin:0;padding:11px 13px}.schedule-editor-grid{grid-template-columns:1fr 1fr 180px;gap:12px;display:grid}.schedule-editor label{color:var(--green);gap:6px;font-size:12px;font-weight:800;display:grid}.schedule-editor input,.schedule-editor select,.schedule-editor textarea{width:100%;min-height:42px;padding:9px 10px}.schedule-editor textarea{min-height:80px}.management-weekday-picker{border:0;grid-template-columns:repeat(7,1fr);gap:7px;margin:0;padding:0;display:grid}.management-weekday-picker legend{color:var(--green);margin-bottom:7px;font-size:12px;font-weight:850}.management-weekday-picker label{min-height:62px;color:var(--muted);cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border:2px solid #d9dfda;border-radius:11px;place-items:center;gap:1px;display:grid;position:relative}.management-weekday-picker label:hover{border-color:#8eaa9d}.management-weekday-picker label.selected{border-color:var(--green);color:#fff;background:var(--green);box-shadow:0 6px 15px #173f3224}.management-weekday-picker input{opacity:0;width:1px;min-height:1px;position:absolute}.management-weekday-picker strong{font-size:18px}.management-weekday-picker span{font-size:10px}.schedule-slot-editor{background:#f4f7f5;border-radius:12px;gap:8px;padding:13px;display:grid}.schedule-slot-editor>div{grid-template-columns:120px 1fr 34px;align-items:end;gap:8px;display:grid}.schedule-slot-editor>div:first-child{justify-content:space-between;align-items:center;display:flex}.schedule-secondary{grid-template-columns:1fr 150px auto;align-items:end;gap:12px;display:grid}@media (width<=760px){.management-main-tabs{justify-content:flex-start;overflow-x:auto}.management-main-tabs button{min-width:180px}.record-advanced-grid,.measure-pair,.template-settings-list article{grid-template-columns:1fr}.record-advanced-grid label:first-child,.record-advanced-grid label:nth-child(3),.record-advanced-grid label:nth-child(4),.template-settings-list article>p{grid-column:auto}.record-card>header{flex-direction:column}.record-card footer{flex-wrap:wrap;justify-content:flex-start}.document-protocol{min-height:360px!important}.schedule-settings{width:calc(100% - 22px)}.schedule-explainer{grid-template-columns:1fr}.schedule-week-overview{grid-template-columns:repeat(7,155px)}.schedule-editor-grid,.schedule-secondary{grid-template-columns:1fr}.management-weekday-picker{grid-template-columns:repeat(4,1fr)}.schedule-slot-editor>div{grid-template-columns:92px 1fr 34px}.schedule-template>summary{align-items:flex-start}.schedule-template>summary>div{grid-template-columns:1fr}.schedule-template>summary small{grid-column:auto}}.inspection-button{color:#fff;background:#9e264c;border:1px solid #9e264c;box-shadow:0 8px 20px #7e1c3d2e}.inspection-workspace{border:2px solid var(--berry);background:#fff8fa;border-radius:20px;width:min(1220px,100% - 32px);margin:0 auto 24px;padding:18px;scroll-margin-top:90px;box-shadow:0 18px 45px #52192d1a}.inspection-toolbar{justify-content:space-between;align-items:center;gap:24px;padding:4px 4px 16px;display:flex}.inspection-toolbar h2{color:var(--green);margin:4px 0;font-family:Georgia,serif;font-size:30px}.inspection-toolbar p{color:var(--muted);margin:0}.inspection-toolbar>div:last-child{flex-wrap:wrap;gap:8px;display:flex}.inspection-shortcuts{background:#f2e5ea;border-radius:12px;flex-wrap:wrap;gap:8px;padding:12px;display:flex}.inspection-shortcuts button,.inspection-block>header button,.inspection-document>header button,.inspection-record>header button{color:#733149;cursor:pointer;background:#fff;border:1px solid #bea5ae;border-radius:8px;min-height:36px;padding:7px 11px;font-size:11px;font-weight:800}.inspection-dossier{color:#202824;background:#fff;border:1px solid #d6d3ce;border-radius:15px;margin-top:16px;padding:34px}.inspection-cover{border-bottom:3px solid var(--green);padding:20px 0 34px}.inspection-cover>span{color:var(--berry);letter-spacing:.12em;font-size:11px;font-weight:900}.inspection-cover h1{color:var(--green);margin:10px 0 6px;font-family:Georgia,serif;font-size:46px;font-weight:500}.inspection-cover>p{color:var(--muted)}.inspection-cover dl,.inspection-document dl,.inspection-record dl,.inspection-frequency-list dl{grid-template-columns:1fr 1fr;gap:8px 20px;display:grid}.inspection-cover dl div,.inspection-document dl div,.inspection-record dl div,.inspection-frequency-list dl div{border-bottom:1px solid #e7e9e6;padding:8px 0}.inspection-cover dt,.inspection-document dt,.inspection-record dt,.inspection-frequency-list dt{color:#66716b;text-transform:uppercase;font-size:10px;font-weight:850}.inspection-cover dd,.inspection-document dd,.inspection-record dd,.inspection-frequency-list dd{margin:4px 0 0;line-height:1.4}.inspection-summary{padding:26px 0}.inspection-summary h2,.inspection-block>header h2{color:var(--green);font-family:Georgia,serif;font-weight:500}.inspection-summary>div{grid-template-columns:repeat(5,1fr);gap:8px;display:grid}.inspection-summary article{background:#f1f6f3;border-radius:10px;gap:3px;padding:12px;display:grid}.inspection-summary article strong{color:var(--green);font-size:24px}.inspection-summary article span{color:var(--muted);font-size:10px}.inspection-summary aside{color:#742a1d;background:#fff0ef;border-left:4px solid #a52b24;margin-top:10px;padding:10px 12px}.inspection-block{border-top:2px solid #d9dfdb;padding:28px 0}.inspection-block>header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.inspection-block>header>div{align-items:center;gap:10px;display:flex}.inspection-block>header>div>span{color:#fff;background:var(--green);border-radius:50%;place-items:center;width:34px;height:34px;font-size:11px;font-weight:900;display:grid}.inspection-block>header h2{margin:0;font-size:28px}.inspection-index{gap:5px;margin:0 0 22px;padding:0;list-style:none;display:grid}.inspection-index li{border-bottom:1px solid #e8e9e6;grid-template-columns:90px 1fr auto;gap:10px;padding:8px 10px;display:grid}.inspection-index span{color:var(--berry);font-weight:850}.inspection-index em{color:var(--muted);font-size:11px;font-style:normal}.inspection-document-list,.inspection-record-list,.inspection-frequency-list{gap:18px;display:grid}.inspection-document,.inspection-record,.inspection-frequency-list>article{break-inside:avoid;border:1px solid #d9dfdb;border-radius:12px;padding:20px}.inspection-document>header,.inspection-record>header,.inspection-frequency-list article>header{border-bottom:1px solid #dfe3e0;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:12px;display:flex}.inspection-document h3,.inspection-record h3,.inspection-frequency-list h3{color:var(--green);margin:3px 0;font-family:Georgia,serif;font-size:22px}.inspection-document header span,.inspection-record header span,.inspection-frequency-list header span{color:var(--berry);text-transform:uppercase;font-size:10px;font-weight:850}.inspection-protocol{margin-top:15px}.inspection-protocol h4,.inspection-audit h4{color:var(--green);margin:0 0 6px}.inspection-protocol p{white-space:pre-wrap;margin:0;line-height:1.5}.inspection-attachment{background:#f3f6f4;border-radius:8px;padding:9px}.inspection-attachment a{color:var(--green);font-weight:800}.inspection-audit{border-top:1px dashed #ccd4cf;margin-top:12px;padding-top:10px}.inspection-audit ul{color:var(--muted);margin:0;padding-left:18px;font-size:11px}.inspection-record>header>strong,.inspection-frequency-list header>strong{color:var(--green);background:var(--green-soft);border-radius:999px;padding:5px 8px;font-size:10px}.inspection-record.annulled{color:#666;background:#f4f4f2}.inspection-correction{background:#fff2f0;border-left:4px solid #a52b24;margin:12px 0;padding:12px}.inspection-correction p{margin:4px 0}.inspection-footer{color:var(--muted);border-top:1px solid #ccd4cf;margin-top:25px;padding-top:14px;font-size:10px;line-height:1.5}@media (width<=760px){.inspection-workspace{width:calc(100% - 18px);padding:10px}.inspection-toolbar{flex-direction:column;align-items:stretch}.inspection-toolbar>div:last-child .button{flex:1}.inspection-dossier{padding:18px 13px}.inspection-cover h1{font-size:35px}.inspection-cover dl,.inspection-document dl,.inspection-record dl,.inspection-frequency-list dl{grid-template-columns:1fr}.inspection-summary>div{grid-template-columns:1fr 1fr}.inspection-index li{grid-template-columns:75px 1fr}.inspection-index em{grid-column:2}.inspection-document>header,.inspection-record>header,.inspection-frequency-list article>header{flex-wrap:wrap}}@media print{.inspection-dossier{border:0!important;padding:0!important}.inspection-cover{min-height:80vh;padding-top:8vh}.inspection-block{break-before:page}.inspection-document,.inspection-record,.inspection-frequency-list>article{break-inside:avoid;box-shadow:none}.inspection-document>header button,.inspection-record>header button,.inspection-block>header button{display:none!important}.inspection-protocol p{font-size:10pt}.inspection-footer{break-before:page}}
