:root{color:#111827;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f3f4f6;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}body{background:linear-gradient(#f9fafb 0%,#f3f4f6 100%);min-width:320px;min-height:100vh;margin:0}h1,h2,h3,p{margin:0}a{color:inherit;text-decoration:none}input,select,textarea,button{font:inherit}#root{min-height:100vh}.app-shell{flex-direction:column;gap:16px;max-width:1400px;margin:0 auto;padding:24px;display:flex}.app-header{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;padding:20px;display:flex}.app-header h1{margin-bottom:4px;font-size:1.5rem}.app-header p{color:#6b7280;font-size:.95rem}.auth-panel{align-items:center;gap:8px;display:flex}.status-pill{color:#374151;background:#f9fafb;border:1px solid #d1d5db;border-radius:9999px;align-items:center;padding:6px 10px;font-size:.875rem;display:inline-flex}.status-pill.success{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.app-nav{flex-wrap:wrap;gap:8px;display:flex}.nav-link{color:#374151;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:8px 14px;font-weight:500}.nav-link.active{color:#1d4ed8;background:#eff6ff;border-color:#2563eb}.app-main{flex-direction:column;gap:16px;display:flex}.page-grid{grid-template-columns:2fr 1fr;gap:16px;display:grid}.card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;gap:12px;padding:16px;display:flex}.card-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.toolbar-row{gap:8px;width:min(420px,100%);display:flex}.toolbar-row input{flex:1}.form-grid{flex-direction:column;gap:10px;display:flex}.form-grid label{color:#374151;flex-direction:column;gap:6px;font-size:.925rem;display:flex}input,select,textarea{background:#fff;border:1px solid #d1d5db;border-radius:8px;width:100%;padding:10px 12px}textarea{resize:vertical}.form-row-two{grid-template-columns:1fr 1fr;gap:10px;display:grid}.checkbox-row{align-items:center;gap:8px;flex-direction:row!important;display:inline-flex!important}.checkbox-row input{width:auto}.form-actions{flex-wrap:wrap;gap:8px;display:flex}.btn{cursor:pointer;border:1px solid #0000;border-radius:8px;padding:9px 12px}.btn:disabled{opacity:.65;cursor:not-allowed}.btn-primary{color:#fff;background:#2563eb;border-color:#2563eb}.btn-secondary{color:#374151;background:#fff;border-color:#d1d5db}.btn-danger{color:#fff;background:#dc2626;border-color:#dc2626}.error-text{color:#b91c1c;font-size:.9rem}.error-banner{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:10px 12px}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:700px}th,td{text-align:left;vertical-align:middle;border-bottom:1px solid #e5e7eb;padding:10px}th{color:#6b7280;text-transform:uppercase;letter-spacing:.02em;font-size:.85rem}.actions-cell{gap:6px;display:inline-flex}.modal-backdrop{z-index:100;background:#1118278c;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.modal{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;gap:12px;width:min(420px,100%);padding:16px;display:flex}.modal-header{justify-content:space-between;align-items:center;display:flex}@media (width<=1100px){.page-grid{grid-template-columns:1fr}table{min-width:620px}}@media (width<=700px){.app-shell{padding:12px}.app-header{flex-direction:column;align-items:stretch}.form-row-two{grid-template-columns:1fr}.auth-panel{justify-content:space-between}}
