:root{color:#1f2937;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f3f4f6;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}body{min-height:100vh;margin:0}#root{min-height:100vh}h1,h2,p{margin:0}button,input{font:inherit}.auth-shell{background:#f3f4f6;place-items:center;min-height:100vh;padding:1.5rem;display:grid}.auth-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:100%;max-width:420px;padding:1.5rem;box-shadow:0 8px 24px #0f172a14}.auth-title{color:#111827;font-size:1.4rem}.auth-subtitle{color:#4b5563;margin-top:.4rem;font-size:.95rem}.auth-form{gap:.75rem;margin-top:1.2rem;display:grid}.field-label{color:#374151;font-size:.85rem;font-weight:600}input{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:8px;width:100%;padding:.65rem .75rem}input:focus{border-color:#2563eb;outline:2px solid #93c5fd}.primary-button,.secondary-button{cursor:pointer;border:0;border-radius:8px;padding:.65rem .9rem}.primary-button{color:#fff;background:#1d4ed8;margin-top:.3rem;font-weight:600}.primary-button:hover{background:#1e40af}.secondary-button{color:#1e3a8a;background:#eef2ff;font-weight:600}.app-layout{grid-template-rows:auto 1fr;min-height:100vh;display:grid}.app-header{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.app-header h2{color:#111827;font-size:1.15rem}.header-meta{color:#6b7280;font-size:.82rem}.header-actions{align-items:center;gap:.75rem;display:flex}.user-chip{color:#374151;background:#f3f4f6;border-radius:999px;align-items:center;padding:.35rem .6rem;font-size:.82rem;font-weight:600;display:inline-flex}.app-body{grid-template-columns:220px 1fr;min-height:0;display:grid}.app-sidebar{color:#f3f4f6;background:#111827;padding:1rem .8rem}.sidebar-title{color:#9ca3af;text-transform:uppercase;letter-spacing:.04em;margin:0 .45rem .7rem;font-size:.75rem}.sidebar-list{gap:.35rem;margin:0;padding:0;list-style:none;display:grid}.sidebar-link{text-align:left;color:#d1d5db;cursor:pointer;background:0 0;border:0;border-radius:8px;width:100%;padding:.6rem .7rem}.sidebar-link:hover,.sidebar-link.is-active{color:#fff;background:#1f2937}.app-main{padding:1.3rem}.dashboard-intro h1{color:#111827;font-size:1.5rem}.dashboard-intro p{color:#4b5563;margin-top:.3rem}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.1rem;display:grid}.dashboard-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;min-height:130px;padding:1rem;box-shadow:0 4px 12px #0f172a0f}.card-title{color:#6b7280;font-size:.9rem}.card-value{color:#111827;margin-top:.4rem;font-size:1.6rem;font-weight:700}.card-description{color:#4b5563;margin-top:.35rem;font-size:.88rem}.sop-toolbar{max-width:420px;margin-top:1rem}.sop-list{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-top:1rem;overflow:hidden}.sop-row{border-bottom:1px solid #f3f4f6;grid-template-columns:1fr 2fr .8fr 1fr 1fr .9fr 1fr;align-items:center;gap:.75rem;padding:.75rem;font-size:.9rem;display:grid}.sop-row:last-of-type{border-bottom:0}.sop-row-header{color:#374151;background:#f9fafb;font-weight:600}.status-pill{border-radius:999px;padding:.2rem .5rem;font-size:.75rem;font-weight:600;display:inline-flex}.status-pill.is-active{color:#166534;background:#dcfce7}.status-pill.is-inactive{color:#4b5563;background:#e5e7eb}.sop-empty{color:#6b7280;padding:.9rem}.sop-viewer-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.sop-metadata-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.8rem;margin-top:1rem;display:grid}.sop-viewer-panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-top:1rem;padding:1rem}.sop-viewer-panel h2{color:#111827;font-size:1rem}.sop-viewer-note{color:#6b7280;margin-top:.35rem;font-size:.88rem}.sop-pdf-placeholder{color:#334155;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:10px;align-content:start;gap:.35rem;min-height:320px;margin-top:.8rem;padding:1rem;display:grid}.permissions-note{color:#78350f;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;margin-top:1rem;padding:.75rem;font-size:.9rem}.permissions-matrix{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-top:1rem;overflow:auto}.permissions-row{border-bottom:1px solid #f3f4f6;grid-template-columns:220px repeat(6,minmax(140px,1fr));align-items:center;gap:.5rem;min-width:1100px;padding:.75rem;display:grid}.permissions-row:last-of-type{border-bottom:0}.permissions-row-header{background:#f9fafb}.permissions-row-header strong{color:#111827;font-size:.82rem;display:block}.permissions-row-header small{color:#6b7280;font-size:.74rem}.permissions-role-cell{color:#1f2937;font-weight:600}.permissions-toggle-cell{align-items:center;gap:.4rem;display:inline-flex}.permissions-toggle-cell input[type=checkbox]{width:16px;height:16px}.always-on-label{color:#6b7280;font-size:.72rem}@media (width<=900px){.app-body{grid-template-columns:1fr}.app-sidebar{padding:.75rem}.sidebar-list{grid-template-columns:repeat(3,minmax(0,1fr))}.sidebar-link{text-align:center}.sop-row{grid-template-columns:1fr;gap:.35rem}.sop-row-header{display:none}}@media (width<=640px){.app-header{flex-direction:column;align-items:flex-start}.sidebar-list{grid-template-columns:repeat(2,minmax(0,1fr))}}
