.labels-page {
  background:
    radial-gradient(circle at 91% 6%, rgba(167,77,120,.09), transparent 28rem),
    radial-gradient(circle at 30% 42%, rgba(111,128,74,.07), transparent 34rem),
    linear-gradient(90deg,rgba(247,238,225,.84),rgba(253,251,247,.97) 26%,#fbfaf7);
}
.labels-page .nav-item.active > svg { fill: none; }
.labels-page .connections b { color: #a77442; }
.labels-main { width: auto; max-width: none; }
.labels-title { display: flex; align-items: center; gap: 9px; }
.labels-title h1 { margin: 0; }
.labels-title span { display: inline-grid; min-height: 19px; place-items: center; padding: 3px 8px; border: 1px solid rgba(167,77,120,.23); border-radius: 999px; background: linear-gradient(135deg,#f7e2eb,#f0d7b8); color: #8c3e61; font-size: 7px; font-weight: 900; letter-spacing: .8px; }
.back-dashboard { display: inline-flex; align-items: center; min-height: 32px; padding: 0 10px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.42); color: #694f3d; font-size: 11px; font-weight: 650; white-space: nowrap; }
.back-dashboard:hover { border-color: var(--copper); color: var(--copper-dark); }
.sync-button { display: inline-flex; align-items: center; gap: 7px; min-height: 32px; padding: 0 11px; border: 1px solid #c7b894; border-radius: 8px; background: #f2f2e8; color: #5e6842; font-size: 10px; font-weight: 760; cursor: pointer; }
.sync-button:hover { background: #e9ecd9; }
.sync-button svg { width: 15px; height: 15px; }

/* Intro en status */
.labels-hero { position: relative; display: grid; grid-template-columns: minmax(0,1.35fr) minmax(300px,.65fr); gap: 35px; overflow: hidden; margin: 13px 0 12px; padding: 30px 32px; border: 1px solid #4f5d4d; border-radius: 18px; background: radial-gradient(circle at 85% 8%,rgba(202,157,84,.2),transparent 32%),radial-gradient(circle at 4% 100%,rgba(167,77,120,.22),transparent 35%),linear-gradient(145deg,#405144,#28372f 72%); color: #fff; box-shadow: 0 14px 38px rgba(47,57,48,.14); }
.labels-hero::before { position: absolute; right: -180px; bottom: -220px; width: 460px; height: 460px; border: 1px solid rgba(239,203,137,.1); border-radius: 50%; box-shadow: 0 0 0 55px rgba(239,203,137,.025),0 0 0 110px rgba(239,203,137,.015); content: ""; }
.labels-hero-copy,.beta-status-card { position: relative; z-index: 1; }
.beta-eyebrow { display: flex; align-items: center; gap: 9px; color: #efc982; font-size: 9px; font-weight: 900; letter-spacing: 1.5px; }
.beta-eyebrow::before { width: 24px; height: 1px; background: #c99b55; content: ""; }
.labels-hero h2 { margin: 14px 0 11px; max-width: 700px; font: 500 clamp(29px,3vw,45px)/1.05 Georgia,serif; letter-spacing: -.8px; }
.labels-hero h2 em { color: #f0bdcf; font-weight: 500; }
.labels-hero-copy > p { max-width: 740px; margin: 0; color: #dce4dc; font-size: 12px; line-height: 1.75; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 20px; }
.hero-tags span { padding: 6px 9px; border: 1px solid rgba(240,203,137,.2); border-radius: 999px; background: rgba(255,255,255,.055); color: #f5eee2; font-size: 8px; font-weight: 800; letter-spacing: .3px; }
.beta-status-card { align-self: stretch; padding: 17px 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 15px; background: rgba(255,255,255,.075); box-shadow: inset 0 1px rgba(255,255,255,.06); backdrop-filter: blur(8px); }
.beta-status-card header { display: flex; align-items: center; gap: 10px; padding-bottom: 13px; border-bottom: 1px solid rgba(255,255,255,.12); }
.beta-status-card header > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 11px; background: linear-gradient(145deg,#c7944e,#a44c73); }
.beta-status-card header svg { width: 20px; height: 20px; }
.beta-status-card header small,.beta-status-card header strong { display: block; }
.beta-status-card header small { color: #e8bdcd; font-size: 7px; font-weight: 900; letter-spacing: 1.25px; }
.beta-status-card header strong { margin-top: 3px; font-size: 13px; }
.beta-status-card ul { display: grid; gap: 10px; margin: 14px 0 0; padding: 0; list-style: none; }
.beta-status-card li { display: grid; grid-template-columns: 8px 1fr auto; align-items: center; gap: 8px; color: #d8dfd8; font-size: 9px; }
.beta-status-card li i { width: 7px; height: 7px; border: 1px solid #d1a15b; border-radius: 50%; }
.beta-status-card li i.done { border: 0; background: #94a66f; box-shadow: 0 0 0 3px rgba(148,166,111,.13); }
.beta-status-card li b { color: #efc987; font-size: 8px; font-weight: 750; }

/* Conceptflow */
.label-flow-section { margin-bottom: 11px; padding: 15px 16px 16px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.4); box-shadow: var(--shadow); }
.label-flow-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; margin-bottom: 13px; }
.label-flow-heading h2 { margin: 0; color: #493a30; font-size: 14px; text-transform: uppercase; letter-spacing: .35px; }
.label-flow-heading p { margin: 3px 0 0; color: var(--muted); font-size: 10px; }
.label-flow-heading > span { padding: 5px 8px; border-radius: 999px; background: #f3e5ec; color: #934263; font-size: 7px; font-weight: 900; letter-spacing: .7px; }
.label-flow { display: grid; grid-template-columns: 1fr 24px 1fr 24px 1fr 24px 1fr; align-items: center; gap: 7px; }
.label-flow > article { position: relative; display: grid; grid-template-columns: 39px 1fr; align-items: center; gap: 10px; min-height: 67px; padding: 10px; border: 1px solid #e8ddd0; border-radius: 10px; background: #fffaf5; }
.label-flow > article > b { position: absolute; top: 6px; right: 8px; color: #cbb7a3; font-size: 7px; letter-spacing: .4px; }
.label-flow > i { color: #b99370; font-size: 17px; font-style: normal; text-align: center; }
.flow-system { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 11px; color: #fff; font-size: 14px; font-weight: 850; }
.flow-system svg { width: 20px; height: 20px; }
.horeko-mark { background: #77864e; }.more-mark { background: linear-gradient(145deg,#ae527b,#87516c); }.check-mark { background: #bd914c; }.printer-mark { background: #3c4c40; }
.label-flow strong,.label-flow small { display: block; }
.label-flow strong { color: #453a32; font-size: 10px; }
.label-flow small { margin-top: 3px; color: var(--muted); font-size: 8px; line-height: 1.35; }

/* Navigatie en KPI's */
.labels-tabs { display: flex; width: fit-content; gap: 7px; margin: 0 0 11px; padding: 4px; border: 1px solid var(--line); border-radius: 11px; background: rgba(245,237,226,.8); }
.labels-tab { display: flex; min-height: 39px; align-items: center; gap: 8px; padding: 0 14px; border: 0; border-radius: 8px; background: transparent; color: #5d554c; font-size: 11px; font-weight: 750; cursor: pointer; }
.labels-tab svg { width: 17px; height: 17px; color: #a85c40; }
.labels-tab > b { display: grid; min-width: 18px; height: 18px; place-items: center; padding: 0 5px; border-radius: 999px; background: rgba(167,77,120,.1); color: #934263; font-size: 8px; }
.labels-tab.active { background: linear-gradient(135deg,#727847,#585f37); color: #fff; box-shadow: 0 4px 12px rgba(77,82,45,.16); }
.labels-tab.active svg { color: #efbd84; }
.labels-tab.active > b { background: rgba(255,255,255,.15); color: #fff; }
.labels-view[hidden] { display: none; }
.labels-kpi-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 11px; margin-bottom: 11px; }
.labels-kpi-grid .kpi-card { height: 120px; padding: 16px 15px 13px; }
.labels-kpi-grid .kpi-card > strong { margin-top: 10px; }
.labels-kpi-grid .kpi-meta { margin-top: 11px; }
.beta-kpi { color: #914260; }
.labels-kpi-grid .printer-kpi { color: #90506c; font-size: 18px; }

/* Labelstudio */
.labels-builder-grid .span-4 { grid-column: span 4; }
.labels-builder-grid .span-8 { grid-column: span 8; }
.labels-builder-grid .panel { padding: 15px; }
.labels-builder-grid .panel-heading { align-items: flex-start; margin-bottom: 11px; }
.labels-builder-grid .panel-heading p { margin: 3px 0 0; color: var(--muted); font-size: 9px; }
.source-pill,.editing-pill,.preview-scale,.beta-shield { padding: 4px 7px; border-radius: 999px; font-size: 7px; font-weight: 900; letter-spacing: .65px; white-space: nowrap; }
.source-pill { background: #e6eddd; color: #607644; }.editing-pill { background: #f4e5ec; color: #914260; }.preview-scale { background: #f1e6d6; color: #806248; }.beta-shield { background: #f0dfbe; color: #845a27; }
.recipe-panel,.composer-panel,.preview-panel { min-height: 545px; }
.recipe-search { display: grid; grid-template-columns: 19px 1fr; align-items: center; gap: 6px; height: 36px; margin-bottom: 10px; padding: 0 10px; border: 1px solid #e5d8ca; border-radius: 8px; background: #fffaf5; }
.recipe-search svg { width: 16px; height: 16px; color: #a27a5e; }
.recipe-search input { min-width: 0; border: 0; outline: 0; background: transparent; color: #4f463e; font-size: 10px; }
.recipe-list { display: grid; gap: 7px; }
.recipe-item { display: grid; grid-template-columns: 38px minmax(0,1fr) auto; align-items: center; gap: 9px; width: 100%; min-height: 61px; padding: 8px 10px; border: 1px solid #e7ddd2; border-radius: 10px; background: rgba(255,253,249,.74); text-align: left; cursor: pointer; }
.recipe-item:hover { border-color: #d7b899; background: #fffaf4; }
.recipe-item.active { border-color: #7b8556; background: linear-gradient(135deg,#f4f7ed,#ebf0e0); box-shadow: inset 3px 0 #75824c; }
.recipe-mark { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 11px; background: linear-gradient(145deg,#c69351,#a84f75); color: #fff; font: 600 16px Georgia,serif; }
.recipe-item strong,.recipe-item small { display: block; }
.recipe-item strong { color: #433a32; font-size: 10.5px; }
.recipe-item small { margin-top: 2px; color: var(--muted); font-size: 8px; }
.recipe-item em { padding: 4px 6px; border-radius: 999px; font-size: 7px; font-style: normal; font-weight: 800; }
.recipe-item em.ready { background: #e4ebd9; color: #5f7542; }.recipe-item em.review { background: #f4dce5; color: #964361; }
.recipe-item[hidden] { display: none; }
.source-note { display: grid; grid-template-columns: 32px 1fr; gap: 9px; margin-top: 10px; padding: 10px; border: 1px dashed #d8c0a7; border-radius: 9px; background: rgba(249,239,226,.58); }
.source-note svg { width: 20px; height: 20px; margin: 2px auto 0; color: #8a684f; }
.source-note strong,.source-note span { display: block; }.source-note strong { color: #67503f; font-size: 9px; }.source-note span { margin-top: 3px; color: #82766b; font-size: 7.5px; line-height: 1.45; }

.label-form { display: grid; gap: 9px; }
.label-form > label,.form-split > label { display: grid; gap: 4px; color: #655b53; font-size: 8px; font-weight: 800; letter-spacing: .15px; }
.label-form input:not([type="checkbox"]),.label-form select { width: 100%; min-width: 0; height: 35px; padding: 0 9px; border: 1px solid #e4d7c9; border-radius: 7px; outline: none; background: #fffaf5; color: #4e453e; font-size: 10px; }
.label-form input:focus,.label-form select:focus { border-color: #bd8e68; box-shadow: 0 0 0 3px rgba(189,142,104,.09); }
.form-split { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.ingredients-toggle { display: flex!important; min-height: 31px; grid-template-columns: none!important; flex-direction: row; align-items: center; gap: 8px!important; padding: 7px 9px; border: 1px solid #e6dacc; border-radius: 7px; background: rgba(255,250,245,.75); }
.ingredients-toggle input,.allergen-confirm input { width: 15px; height: 15px; margin: 0; accent-color: #747d4a; }
.ingredients-toggle span { color: #5c554e; font-size: 9px; font-weight: 700; }
.allergen-confirm { display: grid!important; min-height: 50px; grid-template-columns: 17px 1fr!important; align-items: center; gap: 9px!important; padding: 8px 9px; border: 1px solid #e3c3d0; border-radius: 8px; background: #fff7fa; }
.allergen-confirm strong,.allergen-confirm small { display: block; }
.allergen-confirm strong { color: #773a55; font-size: 9px; }
.allergen-confirm small { margin-top: 2px; color: #8b737e; font-size: 7.5px; font-weight: 500; }
.allergen-confirm.needs-review { border-color: #d98977; background: #fff3ee; }
.queue-button { display: flex; min-height: 41px; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 8px; background: linear-gradient(135deg,#727846,#565f38); color: #fff; box-shadow: 0 5px 13px rgba(80,86,47,.18); font-size: 10px; font-weight: 800; cursor: pointer; }
.queue-button:hover { filter: brightness(1.07); }.queue-button svg { width: 17px; height: 17px; color: #efc184; }

.preview-panel { background: radial-gradient(circle at 90% 5%,rgba(167,77,120,.08),transparent 38%),rgba(255,255,255,.38); }
.label-stage { display: grid; min-height: 390px; place-items: center; padding: 17px; border: 1px solid #e2d4c5; border-radius: 13px; background: radial-gradient(circle at 50% 35%,rgba(255,255,255,.9),transparent 38%),repeating-linear-gradient(45deg,#eee6dc 0,#eee6dc 1px,#f7f1e9 1px,#f7f1e9 6px); }
.print-label { position: relative; width: min(100%,320px); min-height: 260px; padding: 17px 17px 14px; overflow: hidden; border: 1px solid #cfc7b9; border-radius: 4px; background: #fffef8; color: #252b25; box-shadow: 0 12px 30px rgba(54,48,38,.18),inset 0 0 24px rgba(166,145,112,.05); font-family: Arial,sans-serif; }
.print-label::after { position: absolute; inset: 3px; border: 1px dashed rgba(44,53,44,.17); pointer-events: none; content: ""; }
.print-label header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 7px; border-bottom: 2px solid #344538; }
.print-label header span { font-size: 6px; font-weight: 900; letter-spacing: 1.15px; }.print-label header b { font-size: 7px; }
.print-label h3 { margin: 11px 0 10px; color: #29382f; font: 700 25px/1.05 Georgia,serif; letter-spacing: -.4px; }
.preview-dates { display: grid; grid-template-columns: 1fr 1.15fr; gap: 6px; }
.preview-dates span { padding: 6px 7px; border: 1px solid #bdc4b4; background: #f5f8ef; }.preview-dates span:last-child { border: 2px solid #7b8a57; background: #eef4e5; }
.preview-dates small,.preview-dates strong { display: block; }.preview-dates small { color: #687360; font-size: 5px; font-weight: 900; letter-spacing: .7px; }.preview-dates strong { margin-top: 3px; font-size: 8px; }
.label-storage { margin: 7px 0 0; color: #596258; font-size: 7px; font-weight: 700; }
.label-ingredients { margin: 8px 0 0; color: #454c46; font-size: 6.5px; line-height: 1.35; }.label-ingredients span { font-weight: 800; }
.label-ingredients[hidden] { display: none; }
.label-allergens { display: flex; align-items: center; gap: 7px; margin: 8px 0; padding: 7px 8px; border-left: 3px solid #9f496d; background: #f7e8ee; }.label-allergens span { color: #86415f; font-size: 5.5px; font-weight: 900; letter-spacing: .7px; }.label-allergens strong { color: #30282c; font-size: 9px; }
.print-label footer { display: flex; min-height: 0; align-items: flex-end; justify-content: space-between; gap: 10px; margin-top: 4px; padding: 0; color: inherit; font-size: inherit; }.print-label footer small,.print-label footer b { display: block; }.print-label footer small { color: #687066; font-size: 5px; font-weight: 800; }.print-label footer b { margin-top: 2px; font-size: 7px; }
.label-qr { width: 38px; height: 38px; border: 4px solid #fff; outline: 1px solid #202520; background: repeating-linear-gradient(90deg,#202520 0 3px,transparent 3px 6px),repeating-linear-gradient(0deg,rgba(32,37,32,.75) 0 3px,transparent 3px 6px); }
.preview-warning { display: grid; grid-template-columns: 27px 1fr; gap: 8px; margin-top: 10px; padding: 9px 10px; border: 1px solid #e4c9d3; border-radius: 8px; background: #fff8fa; }
.preview-warning > b { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 8px; background: #a44c72; color: #fff; }.preview-warning p { margin: 0; }.preview-warning strong,.preview-warning span { display: block; }.preview-warning strong { color: #743951; font-size: 8px; }.preview-warning span { margin-top: 2px; color: #85747b; font-size: 7px; line-height: 1.4; }

.recent-panel,.safety-panel { min-height: 275px!important; }
.panel-text-button { padding: 3px 0; border: 0; background: transparent; color: #a15a3e; font-size: 9px; font-weight: 750; cursor: pointer; }
.activity-list { display: grid; }.activity-list > div { display: grid; min-height: 64px; grid-template-columns: 42px 13px 1fr auto; align-items: center; gap: 9px; border-bottom: 1px solid #eee3d7; }.activity-list > div:last-child { border-bottom: 0; }.activity-list time { color: #8b7e70; font-size: 9px; }.activity-dot { width: 9px; height: 9px; border: 2px solid #fffaf5; border-radius: 50%; box-shadow: 0 0 0 1px #c9ad91; }.activity-dot.created { background: #c28e4a; }.activity-dot.printed { background: #75874f; }.activity-dot.review { background: #a94d72; }.activity-list p { margin: 0; }.activity-list strong,.activity-list small { display: block; }.activity-list strong { font-size: 10px; }.activity-list small { margin-top: 2px; color: var(--muted); font-size: 8px; }.activity-list > div > b { color: #776557; font-size: 8px; }
.safety-list { display: grid; gap: 1px; overflow: hidden; border: 1px solid #e8ddd1; border-radius: 9px; background: #e8ddd1; }.safety-list > div { display: grid; min-height: 47px; grid-template-columns: 9px 1fr; align-items: center; gap: 9px; padding: 7px 10px; background: #fffaf5; }.safety-list i { width: 8px; height: 8px; border-radius: 50%; background: #b6a690; }.safety-list i.ok { background: #778a50; box-shadow: 0 0 0 3px rgba(119,138,80,.1); }.safety-list i.attention { background: #bd914c; }.safety-list strong,.safety-list small { display: block; }.safety-list strong { color: #4b4139; font-size: 9px; }.safety-list small { margin-top: 2px; color: var(--muted); font-size: 7.5px; }
.test-label-button { display: flex; width: 100%; min-height: 38px; align-items: center; justify-content: center; gap: 7px; margin-top: 10px; border: 1px solid #c4a47f; border-radius: 8px; background: #fff8ef; color: #80593c; font-size: 9px; font-weight: 800; cursor: pointer; }.test-label-button svg { width: 16px; height: 16px; }

/* Wachtrij */
.queue-summary-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 11px; margin-bottom: 11px; }
.queue-summary-grid article { min-height: 105px; padding: 15px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.4); box-shadow: var(--shadow); }.queue-summary-grid span,.queue-summary-grid strong,.queue-summary-grid small { display: block; }.queue-summary-grid span { color: #655b52; font-size: 9px; font-weight: 800; text-transform: uppercase; }.queue-summary-grid strong { margin-top: 9px; color: #674634; font-size: 23px; }.queue-summary-grid small { margin-top: 5px; color: var(--muted); font-size: 8px; }
.queue-grid .span-8 { grid-column: span 8; }.queue-grid .span-4 { grid-column: span 4; }
.queue-panel,.printer-panel { min-height: 430px; }
.queue-all-button { display: flex; min-height: 31px; align-items: center; gap: 6px; padding: 0 9px; border: 1px solid #727c4a; border-radius: 7px; background: #707747; color: #fff; font-size: 8px; font-weight: 800; cursor: pointer; }.queue-all-button svg { width: 14px; height: 14px; color: #efc183; }
.queue-head,.queue-row { display: grid; grid-template-columns: minmax(170px,1.5fr) 64px minmax(110px,.8fr) minmax(105px,.8fr) 100px; align-items: center; gap: 9px; }
.queue-head { min-height: 30px; padding: 0 10px; color: #897d71; font-size: 8px; font-weight: 850; text-transform: uppercase; letter-spacing: .3px; }
.queue-row { min-height: 67px; padding: 8px 10px; border-top: 1px solid #eee3d8; }.queue-row strong,.queue-row small { display: block; }.queue-row strong { color: #463b33; font-size: 10px; }.queue-row small { margin-top: 2px; color: var(--muted); font-size: 8px; }.queue-row > span { font-size: 9px; }.queue-row > b { display: inline-flex; width: fit-content; padding: 4px 7px; border-radius: 999px; font-size: 7px; }.queue-row > b.ready { background: #e4ebd9; color: #5d7440; }.queue-row > b.review { background: #f4dce6; color: #944262; }.queue-row > b.done { background: #e6e7e2; color: #687064; }
.queue-actions { display: flex; gap: 5px; }.queue-actions button { min-height: 27px; padding: 0 7px; border: 1px solid #d7c5b2; border-radius: 6px; background: #fff9f2; color: #785942; font-size: 7px; font-weight: 750; cursor: pointer; }.queue-actions button:last-child { width: 27px; padding: 0; color: #a34a65; }
.queue-actions button:disabled { opacity: .42; cursor: not-allowed; }
.empty-queue { padding: 45px 20px; color: var(--muted); text-align: center; font-size: 10px; }
.offline-pill { display: inline-flex; align-items: center; gap: 5px; padding: 4px 7px; border-radius: 999px; background: #eee4da; color: #7f6c5c; font-size: 7px; font-weight: 800; }.offline-pill i { width: 6px; height: 6px; border-radius: 50%; background: #ae8c73; }
.printer-visual { display: flex; align-items: center; gap: 13px; margin: 14px 0; padding: 16px; border: 1px solid #e2d5c8; border-radius: 12px; background: linear-gradient(135deg,#fffaf5,#f3ebdf); }.printer-visual > span { display: grid; width: 55px; height: 55px; place-items: center; border-radius: 15px; background: linear-gradient(145deg,#4c5b4d,#2f3d33); color: #efc184; }.printer-visual svg { width: 27px; height: 27px; }.printer-visual small,.printer-visual strong,.printer-visual p { display: block; margin: 0; }.printer-visual small { color: #9b4a6c; font-size: 7px; font-weight: 900; letter-spacing: .8px; }.printer-visual strong { margin-top: 4px; color: #43382f; font-size: 14px; }.printer-visual p { margin-top: 3px; color: var(--muted); font-size: 8px; }
.printer-panel dl { margin: 0; border-top: 1px solid #e9ddd1; }.printer-panel dl div { display: flex; min-height: 38px; align-items: center; justify-content: space-between; gap: 10px; border-bottom: 1px solid #e9ddd1; }.printer-panel dt { color: #776d63; font-size: 8px; }.printer-panel dd { margin: 0; color: #493f37; font-size: 8px; font-weight: 800; text-align: right; }
.printer-note { display: grid; grid-template-columns: 25px 1fr; gap: 8px; margin-top: 13px; padding: 10px; border: 1px solid #e3c9d3; border-radius: 9px; background: #fff7fa; }.printer-note b { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: #a44c72; color: #fff; }.printer-note p { margin: 0; color: #796871; font-size: 8px; line-height: 1.5; }

/* Sjablonen */
.templates-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; margin: 9px 0 18px; padding: 10px 2px; }.templates-heading span { color: #9a4668; font-size: 8px; font-weight: 900; letter-spacing: 1.2px; }.templates-heading h2 { margin: 8px 0 4px; color: #3f4034; font: 500 30px/1.1 Georgia,serif; }.templates-heading p { margin: 0; color: var(--muted); font-size: 10px; }.templates-heading > b { color: #a17a50; font-size: 8px; letter-spacing: .8px; }
.template-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 13px; }
.template-card { position: relative; display: grid; min-height: 450px; grid-template-rows: 205px auto 38px; gap: 15px; overflow: hidden; padding: 18px; border: 1px solid #e1d3c5; border-radius: 16px; background: rgba(255,255,255,.43); box-shadow: 0 11px 28px rgba(64,48,32,.06); }.template-card.active-template { border-color: #98a278; box-shadow: inset 0 4px #78844f,0 11px 28px rgba(64,48,32,.06); }.template-number { position: absolute; top: 13px; right: 15px; color: #c2ab94; font: 500 38px Georgia,serif; opacity: .4; }
.mini-label { display: grid; align-self: center; width: 88%; min-height: 175px; align-content: center; justify-self: center; padding: 17px; border: 1px solid #d1c8ba; background: #fffef8; box-shadow: 0 10px 24px rgba(62,54,42,.14); }.mini-label small,.mini-label strong,.mini-label i,.mini-label b { display: block; }.mini-label small { color: #64725e; font-size: 6px; font-weight: 900; letter-spacing: 1px; }.mini-label strong { margin-top: 11px; color: #303a32; font: 600 21px Georgia,serif; }.mini-label i { margin-top: 9px; color: #6d716a; font-size: 7px; font-style: normal; }.mini-label b { margin-top: 10px; padding: 7px; background: #f4e3ea; color: #743a54; font-size: 8px; }.shelf-mini { text-align: center; }.shelf-mini strong { color: #74834d; font-size: 45px; }.shelf-mini b { background: #eef1e7; color: #53603f; }.allergens-mini strong { display: inline-block; margin-right: 4px; padding: 7px; background: #f2dce5; color: #773b56; font-family: Arial,sans-serif; font-size: 17px; }.allergens-mini i { color: #a04b6e; font-weight: 800; }
.template-card > div:nth-of-type(2) > span { color: #9b4668; font-size: 7px; font-weight: 900; letter-spacing: .9px; }.template-card h3 { margin: 7px 0 5px; color: #403a34; font: 500 20px Georgia,serif; }.template-card p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.55; }.template-card button { align-self: end; border: 1px solid #7e8656; border-radius: 8px; background: #737b4c; color: #fff; font-size: 9px; font-weight: 800; cursor: pointer; }
.mapping-panel { display: grid; grid-template-columns: 1fr 35px 1fr 35px 1fr; align-items: center; gap: 9px; margin-top: 13px; padding: 17px; border: 1px solid #ded0c1; border-radius: 14px; background: linear-gradient(135deg,#fffaf5,#f3e9dd); }.mapping-panel > i { color: #b5885e; font-style: normal; text-align: center; }.mapping-panel > div { padding: 8px 10px; }.mapping-panel span,.mapping-panel strong,.mapping-panel small { display: block; }.mapping-panel span { color: #994566; font-size: 7px; font-weight: 900; letter-spacing: .8px; }.mapping-panel strong { margin-top: 5px; color: #483d35; font-size: 10px; }.mapping-panel small { margin-top: 3px; color: var(--muted); font-size: 8px; }

/* Leesbaarheid: de kleine functionele teksten blijven ook op grote schermen duidelijk. */
.labels-title span { font-size: 9px; }
.sync-button { font-size: 11px; }
.beta-eyebrow { font-size: 10px; }
.labels-hero-copy > p { font-size: 13px; }
.hero-tags span { font-size: 9.5px; }
.beta-status-card header small { font-size: 9px; }
.beta-status-card li { font-size: 10.5px; }
.beta-status-card li b { font-size: 9.5px; }
.label-flow-heading p { font-size: 11.5px; }
.label-flow-heading > span,.label-flow > article > b { font-size: 9px; }
.label-flow strong { font-size: 11.5px; }
.label-flow small { font-size: 9.5px; }
.labels-tab { font-size: 12px; }
.labels-tab > b { font-size: 9px; }
.labels-kpi-grid .kpi-label,.labels-kpi-grid .kpi-meta { font-size: 11px; }
.label-flow { align-items: stretch; }
.label-flow > i { align-self: center; }
.labels-builder-grid .panel-heading p { font-size: 10.5px; }
.source-pill,.editing-pill,.preview-scale,.beta-shield { font-size: 9px; }
.recipe-search input { font-size: 11.5px; }
.recipe-item strong { font-size: 12px; }
.recipe-item small { font-size: 9.5px; }
.recipe-item em { font-size: 9px; }
.source-note strong { font-size: 10.5px; }
.source-note span { font-size: 9px; }
.label-form > label,.form-split > label { font-size: 10px; }
.label-form input:not([type="checkbox"]),.label-form select { font-size: 11.5px; }
.ingredients-toggle span { font-size: 10.5px; }
.allergen-confirm strong { font-size: 10.5px; }
.allergen-confirm small { font-size: 9px; }
.queue-button { font-size: 11.5px; }
.print-label header span { font-size: 7.5px; }
.print-label header b { font-size: 8.5px; }
.preview-dates small { font-size: 6.5px; }
.preview-dates strong { font-size: 9px; }
.label-storage { font-size: 8.5px; }
.label-ingredients { font-size: 8px; }
.label-allergens span { font-size: 7px; }
.label-allergens strong { font-size: 10px; }
.print-label footer small { font-size: 6.5px; }
.print-label footer b { font-size: 8.5px; }
.preview-warning strong { font-size: 10px; }
.preview-warning span { font-size: 9px; }
.panel-text-button,.activity-list time { font-size: 10.5px; }
.activity-list strong { font-size: 11.5px; }
.activity-list small,.activity-list > div > b { font-size: 9.5px; }
.safety-list strong { font-size: 10.5px; }
.safety-list small { font-size: 9px; }
.test-label-button { font-size: 10.5px; }
.queue-summary-grid span { font-size: 10.5px; }
.queue-summary-grid small { font-size: 9.5px; }
.queue-all-button,.queue-head { font-size: 9.5px; }
.queue-row strong { font-size: 11.5px; }
.queue-row small,.queue-row > span { font-size: 9.5px; }
.queue-row > b,.queue-actions button,.offline-pill { font-size: 9px; }
.printer-visual small { font-size: 9px; }
.printer-visual p,.printer-panel dt,.printer-panel dd,.printer-note p { font-size: 9.5px; }
.templates-heading span,.templates-heading > b { font-size: 9.5px; }
.templates-heading p { font-size: 11.5px; }
.template-card > div:nth-of-type(2) > span { font-size: 9px; }
.template-card p,.template-card button { font-size: 10.5px; }
.mapping-panel span { font-size: 9px; }
.mapping-panel strong { font-size: 11.5px; }
.mapping-panel small { font-size: 9.5px; }

@media (min-width: 1780px) {
  .labels-builder-grid .recipe-panel { grid-column: span 3; }
  .labels-builder-grid .composer-panel { grid-column: span 4; }
  .labels-builder-grid .preview-panel { grid-column: span 5; }
  .print-label { width: min(100%,370px); }
}

@media (max-width: 1270px) {
  .labels-hero { grid-template-columns: minmax(0,1.2fr) minmax(285px,.8fr); gap: 24px; }
  .label-flow > article { grid-template-columns: 34px 1fr; }.flow-system { width: 34px; height: 34px; }
  .labels-builder-grid .recipe-panel,.labels-builder-grid .composer-panel { grid-column: span 6; }
  .labels-builder-grid .preview-panel { grid-column: span 12; }
  .recipe-panel,.composer-panel,.preview-panel { min-height: 570px; }
}
@media (max-width: 1050px) {
  .labels-hero { grid-template-columns: minmax(0,1.25fr) minmax(300px,.75fr); }
}
@media (max-width: 900px) {
  .labels-hero { grid-template-columns: 1fr; }.beta-status-card { max-width: none; }
  .label-flow { grid-template-columns: 1fr 20px 1fr; row-gap: 8px; }.label-flow > i:nth-of-type(2) { display: none; }.label-flow > article:nth-of-type(3) { grid-column: 1; }.label-flow > article:nth-of-type(4) { grid-column: 3; }
  .labels-kpi-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .labels-builder-grid .recipe-panel,.labels-builder-grid .composer-panel { grid-column: span 6; }.labels-builder-grid .preview-panel,.labels-builder-grid .recent-panel,.labels-builder-grid .safety-panel { grid-column: span 12; }.recipe-panel,.composer-panel { min-height: 545px; }.preview-panel { min-height: 540px; }.label-stage { min-height: 390px; }
  .queue-grid .queue-panel,.queue-grid .printer-panel { grid-column: span 12; }.printer-panel { min-height: 385px; }
  .template-grid { grid-template-columns: 1fr; }.template-card { min-height: 340px; grid-template-columns: minmax(240px,.75fr) 1fr; grid-template-rows: 1fr 40px; }.template-card .mini-label { grid-row: 1 / 3; }.template-card > button { grid-column: 2; }
}
@media (max-width: 690px) {
  .back-dashboard,.sync-button span,.updated { display: none; }.sync-button { width: 32px; justify-content: center; padding: 0; }
  .labels-hero { padding: 24px 20px; }.labels-hero h2 { font-size: 31px; }.labels-hero-copy > p { font-size: 12px; }
  .label-flow { grid-template-columns: 1fr; }.label-flow > article,.label-flow > article:nth-of-type(3),.label-flow > article:nth-of-type(4) { grid-column: 1; }.label-flow > i,.label-flow > i:nth-of-type(2) { display: block; transform: rotate(90deg); }
  .labels-tabs { width: 100%; }.labels-tab { flex: 1; justify-content: center; padding-inline: 8px; }.labels-tab svg { display: none; }
  .labels-kpi-grid { grid-template-columns: 1fr; }.labels-kpi-grid .kpi-card { height: 114px; }
  .labels-builder-grid .recipe-panel,.labels-builder-grid .composer-panel,.labels-builder-grid .preview-panel,.labels-builder-grid .recent-panel,.labels-builder-grid .safety-panel { grid-column: span 12; min-height: 0; }.recipe-panel,.composer-panel { min-height: 0; }.label-stage { min-height: 375px; padding: 12px; }
  .recent-panel,.safety-panel { min-height: 0!important; }.activity-list > div { grid-template-columns: 38px 12px 1fr; }.activity-list > div > b { grid-column: 3; margin-top: -8px; padding-bottom: 8px; }
  .queue-summary-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.queue-panel { overflow-x: auto!important; }.queue-head,.queue-row { min-width: 720px; }
  .templates-heading { align-items: flex-start; flex-direction: column; }.template-card { min-height: 0; grid-template-columns: 1fr; grid-template-rows: auto; }.template-card .mini-label { grid-row: auto; }.template-card > button { grid-column: auto; min-height: 40px; }.mapping-panel { grid-template-columns: 1fr; }.mapping-panel > i { transform: rotate(90deg); }
}
@media (max-width: 430px) {
  .labels-title { gap: 6px; }.labels-title span { padding-inline: 6px; }
  .labels-hero h2 { font-size: 28px; }.hero-tags span { font-size: 9px; }
  .beta-status-card { padding: 14px; }.beta-status-card li { grid-template-columns: 8px 1fr; }.beta-status-card li b { grid-column: 2; }
  .labels-tab { font-size: 10.5px; }.labels-tab > b { display: none; }
  .source-pill,.editing-pill,.preview-scale,.beta-shield { font-size: 8px; letter-spacing: .45px; }
  .form-split { grid-template-columns: 1fr; }.print-label { min-height: 255px; padding-inline: 14px; }.print-label h3 { font-size: 23px; }
  .queue-summary-grid { grid-template-columns: 1fr; }
}
