:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1f2933;background-color:#f5f7fa}body{margin:0;background-color:#f5f7fa}a{color:inherit}button{cursor:pointer}button:disabled{opacity:.6;cursor:not-allowed}.app-shell{min-height:100vh;display:flex;justify-content:center;align-items:flex-start;padding:2rem}.card{background:#fff;box-shadow:0 10px 30px #0f172a14;border-radius:16px;padding:2rem;max-width:1200px;width:100%}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.section-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-top:2rem;margin-bottom:1.5rem}.header h1{margin:0;font-size:1.75rem}input,textarea,select{width:100%;padding:.75rem 1rem;border-radius:8px;border:1px solid #d1d9e0;margin-bottom:1rem;font-size:1rem}button.primary{background-color:#2563eb;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600}button.secondary{background-color:#fff;color:#2563eb;border:1px solid #2563eb;padding:.6rem 1.25rem;border-radius:8px;font-weight:600}.document-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.document-card{border:1px solid #e5e9f0;padding:1.25rem;border-radius:12px;background-color:#fff;display:flex;flex-direction:column;gap:.75rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:flex;justify-content:center;align-items:center;padding:2rem;z-index:1000}.modal-card{background:#fff;border-radius:16px;padding:2rem;width:min(720px,100%);max-height:90vh;overflow:auto;box-shadow:0 20px 45px #0f172a2e}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.modal-eyebrow{text-transform:uppercase;font-size:.75rem;letter-spacing:.12em;font-weight:600;color:#7b8794;margin:0 0 .5rem}.modal-actions{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}button.ghost{background:transparent;border:none;color:#52606d;font-size:1rem;padding:.25rem .5rem;border-radius:6px}button.ghost:hover{background:#94a3b829}.audit-list{max-height:240px;overflow:auto;border:1px solid #e5e9f0;border-radius:12px;padding:1rem;margin-top:1rem;background-color:#f8fafc}.audit-item{border-bottom:1px solid #e2e8f0;padding-bottom:.75rem;margin-bottom:.75rem}.audit-item:last-child{border-bottom:none;margin-bottom:0}.user-management-form label{display:block;font-size:.85rem;font-weight:600;margin-bottom:.35rem;color:#52606d}.user-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem 1.5rem;margin-bottom:1rem}.user-table{width:100%;border-collapse:collapse;border-radius:12px;overflow:hidden;box-shadow:0 0 0 1px #e5e9f0}.user-table th,.user-table td{padding:.75rem 1rem;text-align:left}.user-table thead{background:#f1f5f9;color:#52606d;font-size:.85rem;text-transform:uppercase;letter-spacing:.08em}.user-table tbody tr:nth-child(odd){background:#fff}.user-table tbody tr:nth-child(2n){background:#f8fafc}.user-table select{min-width:160px}
