:root{color:#172033;font-synthesis:none;text-rendering:optimizelegibility;background:#eef2f7;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled,input:disabled{cursor:not-allowed;opacity:.65}.eyebrow{letter-spacing:.13em;text-transform:uppercase;margin:0 0 8px;font-size:.75rem;font-weight:800}.login-page,.session-loading-page{place-items:center;min-height:100vh;padding:32px;display:grid}.login-panel{background:#fff;border:1px solid #d7e0ea;border-radius:18px;grid-template-columns:minmax(0,1fr) minmax(340px,430px);width:min(980px,100%);display:grid;overflow:hidden;box-shadow:0 24px 65px #17203324}.login-brand{color:#fff;background:#172033;flex-direction:column;justify-content:center;min-height:520px;padding:60px;display:flex}.login-brand h1{max-width:520px;margin:8px 0 20px;font-size:clamp(2.3rem,5vw,4rem);line-height:1.03}.login-introduction{color:#d7e0ea;max-width:460px;margin:0;font-size:1.05rem;line-height:1.7}.login-form{flex-direction:column;justify-content:center;gap:20px;padding:52px 44px;display:flex}.form-heading h2{margin:0 0 8px;font-size:1.8rem}.form-heading p{color:#667085;margin:0}.form-field{flex-direction:column;gap:8px;display:flex}.form-field label{font-size:.9rem;font-weight:700}.form-field input{color:#172033;background:#fff;border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;min-height:46px;padding:10px 12px}.form-field input:focus{border-color:#315da8;box-shadow:0 0 0 3px #315da826}.primary-button,.secondary-button{border-radius:8px;min-height:42px;padding:10px 18px;font-weight:700}.primary-button{color:#fff;background:#315da8;border:1px solid #315da8}.primary-button:hover:not(:disabled){background:#274d8d}.secondary-button{color:#26364f;background:#fff;border:1px solid #bdc9d8}.secondary-button:hover:not(:disabled){background:#f4f7fa}.error-message{color:#8e1b1b;background:#fff0f0;border:1px solid #f1b6b6;border-radius:8px;padding:12px 14px;line-height:1.5}.session-loading-card{background:#fff;border:1px solid #d7e0ea;border-radius:16px;width:min(560px,100%);padding:40px;box-shadow:0 18px 45px #1720331a}.session-loading-card h1{margin:4px 0 12px}.product-master-page{min-height:100vh;padding:28px}.application-header{color:#fff;background:#172033;border-radius:14px;justify-content:space-between;align-items:center;gap:24px;width:min(1280px,100%);margin:0 auto 22px;padding:20px 24px;display:flex}.application-header h1{margin:4px 0 0;font-size:2rem}.user-actions{align-items:center;gap:18px;display:flex}.signed-in-user{flex-direction:column;align-items:flex-end;gap:3px;display:flex}.signed-in-user span{color:#b9c5d5;font-size:.78rem}.signed-in-user strong{font-size:.9rem}.content-panel{background:#fff;border:1px solid #d7e0ea;border-radius:14px;width:min(1280px,100%);margin:0 auto;padding:26px;box-shadow:0 12px 35px #17203312}.section-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.section-header h2{margin:0 0 6px;font-size:1.45rem}.section-header p{color:#667085;margin:0}.record-summary{background:#eef3fa;border-radius:8px;align-items:baseline;gap:7px;margin-bottom:16px;padding:8px 12px;display:inline-flex}.record-summary strong{font-size:1.2rem}.record-summary span{color:#536176}.table-container{border:1px solid #d9e1eb;border-radius:10px;width:100%;overflow-x:auto}.product-table{border-collapse:collapse;width:100%;min-width:820px}.product-table th,.product-table td{text-align:left;border-bottom:1px solid #e2e8f0;padding:14px 15px}.product-table th{color:#43516a;letter-spacing:.04em;text-transform:uppercase;background:#f4f7fa;font-size:.78rem}.product-table tbody tr:last-child td{border-bottom:0}.product-table tbody tr:hover{background:#f9fbfd}.status-badge{color:#22583a;background:#e7f6ed;border:1px solid #b8dfc7;border-radius:999px;padding:5px 9px;font-size:.8rem;font-weight:700;display:inline-flex}.loading-state,.empty-state{text-align:center;color:#667085;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:10px;padding:40px 24px}.empty-state h3{color:#26364f;margin:0 0 8px}.empty-state p{max-width:620px;margin:0 auto;line-height:1.6}@media (width<=800px){.login-panel{grid-template-columns:1fr}.login-brand{min-height:auto;padding:40px 32px}.login-form{padding:38px 32px}.application-header,.section-header,.user-actions{flex-direction:column;align-items:stretch}.signed-in-user{align-items:flex-start}.product-master-page{padding:16px}}.form-panel{margin-bottom:22px}.form-title-row{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.form-title-row h2{margin:4px 0 0}.product-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.form-field select,.form-field textarea{color:#172033;background:#fff;border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;padding:10px 12px}.form-field select{min-height:46px}.form-field textarea{resize:vertical}.form-field select:focus,.form-field textarea:focus{border-color:#315da8;box-shadow:0 0 0 3px #315da826}.full-width-field{grid-column:1/-1}.field-error{color:#9d2020;font-size:.8rem;font-weight:600}.field-help-row{color:#667085;justify-content:space-between;gap:16px;font-size:.78rem;display:flex}.form-actions{justify-content:flex-end;margin-top:24px;display:flex}.section-actions{align-items:center;gap:10px;display:flex}.success-message{color:#22583a;background:#eaf7ef;border:1px solid #b8dfc7;border-radius:8px;margin-bottom:18px;padding:12px 14px;line-height:1.5}.table-action-button{color:#294f8e;background:#eef3fa;border:1px solid #c5d3e5;border-radius:7px;padding:7px 12px;font-weight:700}.table-action-button:hover{background:#e1eaf5}@media (width<=800px){.product-form-grid{grid-template-columns:1fr}.full-width-field{grid-column:auto}.form-title-row,.section-actions{flex-direction:column;align-items:stretch}}
