.operasional-dapur { display:grid; gap:20px; color:#17324a; }
.operasional-dapur .op-header { display:flex; justify-content:space-between; gap:16px; align-items:flex-start; }
.operasional-dapur .op-header h1 { margin:0 0 6px; font-size:28px; }
.operasional-dapur .op-header p { margin:0; color:#667b8c; }
.op-tabs { display:flex; gap:8px; flex-wrap:wrap; border-bottom:1px solid #dce7ee; padding-bottom:12px; }
.op-tabs button { border:0; background:#eef4f7; color:#35566d; padding:10px 14px; border-radius:9px; font:inherit; font-weight:700; cursor:pointer; }
.op-tabs button.active { background:#0b5778; color:white; }
.op-grid { display:grid; grid-template-columns:minmax(0,1fr) minmax(310px,.7fr); gap:18px; }
.op-panel { background:#fff; border:1px solid #dbe6ec; border-radius:14px; padding:18px; box-shadow:0 5px 16px rgba(21,56,77,.04); }
.op-panel h2,.op-panel h3 { margin:0 0 12px; color:#12364e; }
.op-panel h2 { font-size:18px; }.op-panel h3 { font-size:15px; }
.op-warehouse { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; margin-bottom:16px; }
.op-warehouse button { border:1px solid #cfe0e8; background:#f8fbfc; color:#31566e; padding:11px 8px; border-radius:9px; cursor:pointer; font:inherit; font-weight:800; }
.op-warehouse button.active { background:#e2f4ec; color:#136342; border-color:#8cd2ae; }
.op-form { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:11px; }
.op-form label { display:grid; gap:5px; color:#506b7b; font-size:13px; font-weight:700; }
.op-form input,.op-form select { width:100%; box-sizing:border-box; border:1px solid #cbdbe3; border-radius:8px; padding:10px; font:inherit; color:#17324a; background:#fff; }
.op-form .op-wide { grid-column:1/-1; }.op-btn { border:0; border-radius:8px; padding:10px 14px; background:#0877a8; color:#fff; font:inherit; font-weight:800; cursor:pointer; }
.op-btn.secondary { background:#edf3f6; color:#1c5878; }.op-actions { display:flex; align-items:end; gap:8px; }
.op-table { width:100%; border-collapse:collapse; font-size:13px; }.op-table th { color:#648090; font-size:11px; text-align:left; text-transform:uppercase; letter-spacing:.03em; background:#f5f8fa; }.op-table th,.op-table td { padding:10px 8px; border-bottom:1px solid #e8eff3; vertical-align:top; }.op-table td b { display:block; }
.op-badge { display:inline-block; padding:3px 7px; border-radius:99px; background:#e4f5eb; color:#197247; font-size:11px; font-weight:800; }.op-badge.out { background:#fff1e7; color:#aa561d; }.op-empty { color:#718795; text-align:center; padding:20px!important; }.op-kpis { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-bottom:16px; }.op-kpi { background:#f3f8fa; border-radius:10px; padding:12px; }.op-kpi small { display:block; color:#668092; margin-bottom:4px; }.op-kpi b { font-size:20px; color:#0e4966; }.op-note { border:1px dashed #b8cad4; background:#f8fbfc; border-radius:12px; padding:22px; text-align:center; color:#4d6c7f; }.op-note h2 { margin-bottom:7px; }
.op-warehouse-recap { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; margin-top:16px; }.op-warehouse-panel { padding:0; overflow:hidden; }.op-warehouse-panel h2 { padding:12px 14px; margin:0; font-size:15px; }.op-warehouse-panel .op-table { font-size:12px; }.op-warehouse-panel .op-table th,.op-warehouse-panel .op-table td { padding:8px; }.op-warehouse-panel.basah h2 { background:#dff3ff; color:#155273; }.op-warehouse-panel.kering h2 { background:#fff0c9; color:#795200; }.op-warehouse-panel.kimia h2 { background:#efe2ff; color:#633b8c; }.op-badge.basah { background:#dff3ff; color:#155273; }.op-badge.kering { background:#fff0c9; color:#795200; }.op-badge.kimia { background:#efe2ff; color:#633b8c; }.warehouse-row.basah td:first-child { border-left:5px solid #4aaed9; }.warehouse-row.kering td:first-child { border-left:5px solid #e5ae30; }.warehouse-row.kimia td:first-child { border-left:5px solid #9a63c7; }.op-print-preview { border:2px solid #0b5778; }.op-print-preview .op-header { padding-bottom:12px; border-bottom:1px solid #dce7ee; }
.op-grid > .op-panel:last-child { grid-column:1/-1; }
@media(max-width:800px){.op-grid{grid-template-columns:1fr}.op-form{grid-template-columns:1fr}.op-header{display:block}.op-warehouse,.op-kpis,.op-warehouse-recap{grid-template-columns:1fr}.op-actions{align-items:stretch}.op-actions .op-btn{width:100%}.op-table{display:block;overflow-x:auto;white-space:nowrap}}
