@import "https://fonts.googleapis.com/css2?family=Calibri:wght@400;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--color-primary:#fba733;--color-primary-light:#fdb743;--color-primary-bright:#fdc347;--color-primary-soft:#f8d397;--color-white:#fff;--color-text:#1a1a1a;--color-text-muted:#555;--color-border:#e0c88a;--color-border-focus:#fba733;--color-error:#c0392b;--color-success:#27ae60;--radius:8px;--shadow:0 2px 8px #0000001a;--shadow-card:0 4px 16px #00000014;font-family:Segoe UI,Calibri,Arial,sans-serif}body{color:var(--color-text);background:#f5f0e8;min-height:100vh}h1,h2,h3,h4{font-weight:700}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit}.sr-only{clip:rect(0,0,0,0);width:1px;height:1px;position:absolute;overflow:hidden}@keyframes pulse-red{0%{box-shadow:0 0 #c0392b8c}60%{box-shadow:0 0 0 5px #c0392b00}to{box-shadow:0 0 #c0392b00}}@keyframes pulse-green{0%{box-shadow:0 0 #27ae608c}60%{box-shadow:0 0 0 5px #27ae6000}to{box-shadow:0 0 #27ae6000}}@media print{@page{margin:10mm;size:A4 portrait}body *{visibility:hidden!important}.lc-print-area,.lc-print-area *{visibility:visible!important}.lc-print-area{width:100%!important;max-width:none!important;box-shadow:none!important;background:#fff!important;margin:0!important;padding:0!important;position:fixed!important;inset:0!important}}@keyframes spin{to{transform:rotate(360deg)}}::-webkit-scrollbar{width:7px;height:7px}::-webkit-scrollbar-track{background:#f0e8d8}::-webkit-scrollbar-thumb{background:#fba733;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#e8962a}::-webkit-scrollbar-corner{background:#f0e8d8}*{scrollbar-width:thin;scrollbar-color:#fba733 #f0e8d8}.status-dot-red{background:#c0392b;border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:1.8s ease-in-out infinite pulse-red;display:inline-block}.status-dot-green{background:#27ae60;border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2.4s ease-in-out infinite pulse-green;display:inline-block}
