:root{--navy: #1F3864;--blue: #2E75B6;--red: #CC2222;--light-blue: #BDD7EE;--bg-primary: #F4F6F9;--bg-secondary: #F4F6F9;--white: #FFFFFF;--dark-gray: #1E293B;--mid-gray: #64748B;--amber: #F59E0B;--green: #22863A;--border: rgba(0,0,0,.12)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg-primary);color:var(--dark-gray);font-size:13px}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}.btn-primary{background:var(--navy);color:#fff;border:none;height:34px;padding:0 16px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.btn-primary:hover{background:var(--blue)}.btn-secondary{background:var(--white);color:var(--dark-gray);border:.5px solid var(--border);height:34px;padding:0 16px;border-radius:8px;font-size:13px;cursor:pointer;display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.btn-secondary:hover{background:var(--bg-secondary)}.btn-danger{background:var(--red);color:#fff;border:none;height:34px;padding:0 16px;border-radius:8px;font-size:13px;cursor:pointer}input,select,textarea{height:36px;border:.5px solid #CBD5E1;border-radius:8px;padding:0 10px;font-size:13px;font-family:inherit;color:var(--dark-gray);background:#fff;width:100%}textarea{height:auto;padding:8px 10px;resize:vertical}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 2px #2e75b626}.card{background:var(--white);border-radius:8px;padding:14px}.table-wrap{background:var(--white);border:.5px solid var(--border);border-radius:12px;overflow-x:auto;-webkit-overflow-scrolling:touch}table{width:100%;border-collapse:collapse}th{background:var(--bg-secondary);font-size:12px;font-weight:500;color:var(--mid-gray);text-align:left;padding:9px 12px;border-bottom:.5px solid var(--border);white-space:nowrap}td{font-size:13px;padding:9px 12px;border-bottom:.5px solid var(--border);color:var(--dark-gray)}tr:last-child td{border-bottom:none}tr:hover td{background:#f8fafc}tr.low-stock td:first-child{border-left:3px solid var(--red)}.qty-low{color:var(--red);font-weight:700}.badge{display:inline-block;padding:2px 8px;border-radius:20px;font-size:11px;font-weight:500}.badge-green{background:#d1fae5;color:#065f46}.badge-blue{background:#dbeafe;color:#1e40af}.badge-purple{background:#ede9fe;color:#5b21b6}.badge-orange{background:#fef3c7;color:#92400e}.badge-red{background:#fee2e2;color:#991b1b}.badge-amber{background:#fef3c7;color:#92400e}.badge-gray{background:#f1f5f9;color:var(--mid-gray)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal{background:var(--white);border-radius:12px;width:100%;max-width:540px;max-height:85vh;overflow-y:auto;padding:24px}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.modal-title{font-size:16px;font-weight:600;color:var(--dark-gray)}.modal-close{background:none;border:none;font-size:20px;cursor:pointer;color:var(--mid-gray);line-height:1;padding:2px 6px}.modal-close:hover{color:var(--dark-gray)}.form-grid{display:grid;gap:14px}.form-grid-2{grid-template-columns:1fr 1fr;gap:14px;display:grid}.form-group{display:flex;flex-direction:column;gap:5px}.form-label{font-size:12px;font-weight:400;color:var(--mid-gray)}.form-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:20px}.form-error{color:var(--red);font-size:12px;margin-top:4px}.toolbar{display:flex;align-items:center;gap:10px;margin-bottom:16px;flex-wrap:wrap}.toolbar-search{height:34px;width:220px;flex-shrink:0}.toolbar select{height:34px;width:auto;min-width:160px}.page{padding:24px}.page-header{margin-bottom:20px}.page-title{font-size:18px;font-weight:500;color:var(--dark-gray)}.page-subtitle{font-size:13px;color:var(--mid-gray);margin-top:2px}.metric-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}.metric-card{background:var(--white);border-radius:8px;padding:16px}.metric-label{font-size:12px;color:var(--mid-gray);margin-bottom:6px}.metric-value{font-size:22px;font-weight:600;color:var(--dark-gray)}.metric-value.red{color:var(--red)}.metric-value.amber{color:var(--amber)}.metric-value.green{color:var(--green)}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg-primary)}.auth-card{background:var(--white);border-radius:12px;padding:40px;width:100%;max-width:420px;box-shadow:0 4px 24px #00000014}.auth-logo{text-align:center;margin-bottom:28px}.auth-logo img{height:48px;width:auto}.auth-title{font-size:18px;font-weight:600;text-align:center;margin-bottom:24px;color:var(--dark-gray)}.empty-state{text-align:center;padding:48px 24px;color:var(--mid-gray)}.empty-state p{font-size:14px}.readonly-field{background:var(--bg-primary);border:.5px solid var(--border);border-radius:8px;padding:8px 10px;font-size:13px;color:var(--dark-gray)}.nav-tabs{background:#fff;border-bottom:.5px solid rgba(0,0,0,.1);display:flex;padding:0 20px;flex-shrink:0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.nav-tabs::-webkit-scrollbar{display:none}.topbar{background:#1f3864;height:112px;display:flex;align-items:center;padding:0 28px;gap:18px;flex-shrink:0}.topbar-logo{height:88px;width:auto;object-fit:contain;flex-shrink:0}.topbar-divider{width:1px;height:56px;background:#ffffff40;flex-shrink:0}.topbar-brand{flex-shrink:0}.topbar-brand-name{font-size:19px;font-weight:500;color:#fff}.topbar-brand-sub{font-size:13px;color:#ffffff8c;margin-top:3px}.topbar-center{flex:1;display:flex;justify-content:center;align-items:center}.topbar-right{display:flex;align-items:center;gap:10px;flex-shrink:0}.topbar-username{font-size:13px;color:#fff}.ext-res-topbar{display:flex}.ext-res-bar{display:none;background:#1a1a1a;padding:8px 16px;align-items:center;gap:10px;flex-shrink:0}.ext-res-bar-label{font-size:11px;font-weight:700;color:gold;white-space:nowrap;letter-spacing:.04em;text-transform:uppercase}@media (max-width: 1023px){.topbar{height:72px;padding:0 16px;gap:12px}.topbar-logo{height:54px}.topbar-divider{height:38px}.topbar-brand-name{font-size:15px}.topbar-brand-sub{font-size:11px}.topbar-center{display:none}.ext-res-bar{display:flex}.nav-tabs{padding:0 12px}.page{padding:16px}}@media (max-width: 767px){.topbar{height:60px;padding:0 12px;gap:10px}.topbar-logo{height:42px}.topbar-divider,.topbar-brand-sub{display:none}.topbar-brand-name{font-size:14px}.topbar-username{display:none}.metric-row{grid-template-columns:repeat(2,1fr)}.form-grid-2{grid-template-columns:1fr}.page{padding:12px}.toolbar{gap:8px}.toolbar-search{width:100%}.toolbar select{min-width:120px}.auth-card{padding:28px 20px}.modal{padding:18px}table{min-width:600px}}@media (max-width: 479px){.metric-row{grid-template-columns:1fr 1fr;gap:8px}.metric-card{padding:12px}.metric-value{font-size:18px}.page-title{font-size:16px}}
