:root{color:#1f2937;font-synthesis:none;text-rendering:optimizelegibility;background:#f9fafb;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;overflow-x:hidden}body{min-width:320px;min-height:100vh;margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.app-shell{grid-template-columns:260px 1fr;min-height:100vh;display:grid}.sidebar{background:#fff;border-right:1px solid #f3f4f6;flex-direction:column;height:100vh;padding:24px 18px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:12px;padding:4px 8px 32px;display:flex}.brand-mark{color:#fff;background:#047857;border-radius:8px;place-items:center;width:36px;height:36px;font-size:20px;font-weight:800;display:grid}.brand-title{color:#047857;letter-spacing:-.5px;margin-top:2px;font-size:20px;font-weight:800}.nav-list{flex-direction:column;flex-grow:1;gap:6px;display:flex}.nav-link{color:#4b5563;border-radius:8px;align-items:center;gap:12px;padding:12px 14px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.nav-link.active,.nav-link:hover{color:#fff;background:#047857}.nav-link.bottom-link{color:#4b5563;background:0 0;margin-top:auto}.nav-link.bottom-link:hover{color:#1f2937;background:#f3f4f6}.main{min-width:0;max-width:100vw}.header{z-index:10;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:flex-end;align-items:center;padding:16px 32px;display:flex;position:sticky;top:0;box-shadow:0 1px 3px #0f172a0a}.header-actions{align-items:center;gap:20px;display:flex}.header-bell{color:#4b5563;cursor:pointer;position:relative}.header-bell .badge-dot{color:#fff;background:#ef4444;border:2px solid #f9fafb;border-radius:50%;place-items:center;width:16px;height:16px;font-size:10px;font-weight:700;display:grid;position:absolute;top:-2px;right:-2px}.header-profile{cursor:pointer;align-items:center;gap:12px;display:flex}.header-profile-info{flex-direction:column;align-items:flex-end;display:flex}.header-profile-info strong{color:#111827;font-size:14px}.header-profile-info span{color:#6b7280;font-size:12px}.avatar{object-fit:cover;background:#e5e7eb;border-radius:50%;width:40px;height:40px}.content{min-width:0;max-width:100%;padding:0 32px 32px}.page-title{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}h1,h2,h3{letter-spacing:-.5px;color:#111827;margin:0}h1{font-size:26px;font-weight:700}h2{font-size:18px;font-weight:700}.card,.table-card,.modal-panel{background:#fff;border:1px solid #f3f4f6;border-radius:12px;box-shadow:0 1px 3px #0000000d}.card{padding:24px}.card.solid-green{color:#fff;background:#047857;border:none}.card.solid-green h2{color:#fff}.card.solid-green .muted{color:#d1fae5}.card.solid-green .btn{color:#047857;background:#fff}.grid{gap:16px;display:grid}.grid.stats{grid-template-columns:repeat(4,minmax(0,1fr))}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.hero{grid-template-columns:2fr 1fr;gap:24px;margin-bottom:24px}.stat-card{align-items:center;gap:20px;padding:24px;display:flex}.stat-icon{border-radius:12px;place-items:center;width:56px;height:56px;font-size:24px;display:grid}.stat-icon.orange{color:#ea580c;background:#ffedd5}.stat-icon.blue{color:#2563eb;background:#dbeafe}.stat-icon.green{color:#16a34a;background:#dcfce7}.stat-icon.red{color:#dc2626;background:#fee2e2}.stat-icon.yellow{color:#b45309;background:#fef3c7}.stat-info{flex-direction:column;display:flex}.stat-title{color:#111827;font-size:14px;font-weight:600}.stat-value{color:#111827;margin:4px 0;font-size:32px;font-weight:800;line-height:1}.stat-desc{color:#6b7280;font-size:13px}.welcome-card{justify-content:space-between;align-items:center;display:flex}.welcome-text h2{margin-bottom:8px;font-size:24px}.welcome-text p{color:#4b5563;max-width:280px;margin:0;font-size:14px;line-height:1.5}.welcome-ill{opacity:.8}.action-card{align-items:center;gap:20px;display:flex;position:relative}.action-icon{color:#047857;background:#fff;border-radius:12px;place-items:center;width:56px;height:56px;display:grid}.toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.filters{flex-wrap:wrap;flex:1;gap:12px;display:flex}.documents-filter-toolbar{align-items:flex-end;margin-bottom:20px}.document-filters{grid-template-columns:minmax(240px,1fr) 158px 158px 184px minmax(220px,240px);align-items:end;gap:12px;width:100%;display:grid}.document-filters .field{min-width:0}.document-filter-search .search-input-container,.document-filter-search .search-input,.document-filter-date-from input,.document-filter-date-to input,.document-filter-registrar .filter-select,.document-range-select{height:44px;min-height:44px}.select-with-leading-icon{position:relative}.document-range-select{appearance:none;color:#4b5563;background:#fff;border:1px solid #d1d5db;border-radius:8px;width:100%;font-weight:600;padding-left:38px!important;padding-right:32px!important}.search-input-container{flex:1;min-width:0;position:relative}.btn,.icon-btn{color:#fff;background:#047857;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:8px 16px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.btn.secondary,.icon-btn.secondary{color:#374151;background:#fff;border-color:#e5e7eb}.btn.secondary:hover,.icon-btn.secondary:hover{background:#f9fafb;border-color:#d1d5db}.btn.danger{background:#ef4444}.btn.ghost{color:#047857;background:0 0;border-color:#0000}.btn.ghost:hover{background:#f0fdf4}.icon-btn.ghost{color:inherit;box-shadow:none;background:0 0;border-color:#0000}.icon-btn.ghost:hover{color:#047857;background:0 0;border-color:#0000}.icon-btn.ghost svg{color:currentColor;stroke:currentColor;display:block}.btn:disabled{cursor:not-allowed;opacity:.6}.icon-btn{width:40px;padding:0}.field{gap:6px;display:grid}.field label{color:#374151;font-size:13px;font-weight:600}.field input:not([type=checkbox]):not([type=radio]),.field select,.field textarea{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;min-height:42px;padding:10px 14px;transition:border-color .2s}.field input:not([type=checkbox]):not([type=radio]):focus,.field select:focus,.field textarea:focus{border-color:#047857;box-shadow:0 0 0 1px #047857}.field textarea{resize:vertical;min-height:90px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.form-grid .full{grid-column:1/-1}.error{color:#ef4444;font-size:13px}.muted-text{color:#6b7280;margin:6px 0 0;font-size:13px}.permissions-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:8px;display:grid}.permission-card{cursor:pointer;color:#374151;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;flex-direction:row;justify-content:space-between;align-items:center;padding:12px 16px;transition:all .2s;font-weight:500!important;display:flex!important}.permission-card:hover{background-color:#f0fdf4;border-color:#047857}.permission-card:has(input:checked){background-color:#ecfdf5;border-color:#047857}.permission-card input[type=checkbox]{accent-color:#047857;cursor:pointer;margin:0;width:18px!important;height:18px!important;min-height:auto!important}.table-wrap{border-radius:12px;overflow:auto}table{border-collapse:separate;border-spacing:0;width:100%;font-size:13px}th,td{text-align:left;vertical-align:middle;white-space:nowrap;border-bottom:1px solid #f3f4f6;padding:16px 24px}th{color:#6b7280;text-transform:none;background:#fff;font-size:12px;font-weight:600}tbody tr:hover{background:#f9fafb}.table-empty{color:#6b7280;text-align:center;padding:32px}.table-header{justify-content:space-between;align-items:center;padding:20px 24px 0;display:flex}.table-header h2{color:#111827;font-size:16px;font-weight:700}.table-footer{color:#6b7280;border-top:1px solid #f3f4f6;justify-content:space-between;align-items:center;gap:16px;padding:16px 24px;font-size:13px;display:flex}.footer-controls{align-items:center;gap:16px;display:flex}.page-size-control{color:#6b7280;align-items:center;gap:8px;font-size:13px;font-weight:500;display:flex}.page-size-control select{color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:6px;outline:none;min-height:32px;padding:4px 28px 4px 10px}.page-size-control select:focus{border-color:#047857;box-shadow:0 0 0 1px #047857}.pagination{gap:4px;display:flex}.page-btn{color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:6px;place-items:center;width:32px;height:32px;font-size:13px;font-weight:500;display:grid}.page-btn:hover:not(:disabled){background:#f3f4f6}.page-btn.active{color:#fff;background:#047857;border-color:#047857}.page-btn:disabled{opacity:.5;cursor:not-allowed}.page-ellipsis{cursor:default;background:0 0;border-color:#0000}.page-ellipsis:hover{background:0 0}.badge{border-radius:6px;align-items:center;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.badge.PENDIENTE{color:#ea580c;background:#ffedd5}.badge.RECEPCIONADO{color:#2563eb;background:#dbeafe}.badge.REGISTRADO{color:#16a34a;background:#dcfce7}.badge.RECHAZADO{color:#dc2626;background:#fee2e2}.badge.REGULARIZACION{color:#b45309;background:#fef3c7}.badge.ANULADO{color:#374151;background:#e5e7eb}.badge.ACTIVO{color:#16a34a;background:#dcfce7}.badge.INACTIVO{color:#ea580c;background:#ffedd5}.dropdown-container{display:inline-block;position:relative}.dropdown-menu{z-index:10;background:#fff;border:1px solid #e5e7eb;border-radius:8px;flex-direction:column;min-width:120px;display:flex;position:absolute;top:100%;right:0;box-shadow:0 4px 6px -1px #0000001a}.dropdown-menu button{text-align:left;color:#374151;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:8px 16px;font-size:13px;display:flex}.dropdown-menu button:hover{background:#f9fafb}.dropdown-menu button.danger{color:#dc2626}.action-menu-trigger{color:#374151;background:#fff;border-color:#e5e7eb}.action-menu-trigger:hover{color:#111827;background:#f9fafb;border-color:#d1d5db}.action-menu button{background:#fff}.tabs{border-bottom:1px solid #e5e7eb;gap:24px;margin-bottom:24px;padding:0 4px;display:flex}.tab{color:#6b7280;background:0 0;border:none;border-bottom:2px solid #0000;border-radius:0;padding:12px 4px;font-size:14px;font-weight:600}.tab.active{color:#047857;border-bottom-color:#047857}.tab:hover:not(.active){color:#374151;border-bottom-color:#d1d5db}.login-screen{background:#f9fafb;place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{background:#fff;border:1px solid #f3f4f6;border-radius:12px;width:min(440px,100%);padding:32px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.modal-backdrop{z-index:30;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#11182799;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal-panel{width:min(720px,100%);max-height:90vh;padding:24px;overflow:auto}.modal-title{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.file-row,.worker-card{border:1px solid #f3f4f6;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:16px;transition:border-color .2s;display:flex}.file-row:hover{border-color:#d1d5db}.timeline{gap:16px;display:grid}.timeline-item{border-left:2px solid #047857;padding-left:16px;position:relative}.timeline-item:before{content:"";background:#047857;border-radius:50%;width:10px;height:10px;position:absolute;top:2px;left:-6px}@media (width<=960px){.app-shell{grid-template-columns:1fr}.sidebar{z-index:40;border-bottom:none;border-right:1px solid #e5e7eb;width:280px;height:100vh;padding:24px 18px;transition:transform .2s;position:fixed;top:0;left:0;transform:translate(-100%)}.app-shell.mobile-sidebar-open .sidebar{transform:translate(0)}.sidebar-backdrop{z-index:35;background:#0f172a59;border:none;padding:0;position:fixed;inset:0}.nav-list{flex-flow:column}.grid.stats,.grid.two,.grid.hero,.form-grid,.flow-two-columns{grid-template-columns:1fr}.flow-two-columns .full{grid-column:auto}.header{padding:12px 16px}.header-profile-info{display:none}.header-actions{gap:12px}.content{padding:16px}}.breadcrumb{color:#6b7280;align-items:center;gap:8px;margin-bottom:12px;font-size:13px;display:flex}.breadcrumb a{color:#4b5563}.breadcrumb a:hover{color:#047857;text-decoration:underline}.new-doc-grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:24px;display:grid}.new-doc-col{flex-direction:column;gap:24px;display:flex}.new-doc-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px}.section-title{color:#111827;margin-bottom:20px;font-size:15px;font-weight:700}.document-flow{gap:16px;max-width:980px;display:grid}.flow-section{gap:18px;display:grid}.flow-section.locked{opacity:.62}.flow-section-header{align-items:flex-start;gap:12px;display:flex}.flow-step{color:#fff;background:#047857;border-radius:50%;flex:none;place-items:center;width:28px;height:28px;font-size:13px;font-weight:800;display:grid}.flow-section-header .section-title{margin-bottom:4px}.flow-caption{color:#6b7280;font-size:13px;line-height:1.4}.flow-two-columns{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:18px;display:grid}.flow-two-columns .full{grid-column:1/-1}.radio-card-list.compact{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.compact-dropzone{min-height:118px;padding:22px 18px}.date-candidate-list{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.date-candidate{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px;padding:7px 10px;font-size:13px;font-weight:700}.selected-date-label{color:#047857;background:#f0fdf4;border-radius:8px;align-items:center;width:fit-content;margin-top:8px;padding:6px 10px;font-size:12px;font-weight:600;display:inline-flex}.scan-message{color:#4b5563;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:8px;margin-top:8px;padding:10px 12px;font-size:13px;display:flex}.scan-message.found{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.scan-message.empty,.scan-message.multiple{color:#9a3412;background:#fff7ed;border-color:#fed7aa}.dropzone-box.disabled{cursor:not-allowed;opacity:.65}.documents-card-body{min-width:0}.document-export-actions{gap:6px}.radio-card-list{flex-direction:column;gap:12px;display:flex}.radio-card{cursor:pointer;text-align:left;background:#fff;border:1px solid #d1d5db;border-radius:8px;justify-content:space-between;align-items:center;padding:16px;transition:all .2s;display:flex}.radio-card:hover{border-color:#047857}.radio-card.active{background:#f0fdf4;border-color:#047857}.radio-card-content{color:#374151;align-items:center;gap:12px;font-weight:600;display:flex}.radio-card.active .radio-card-content{color:#047857}.radio-circle{border:2px solid #d1d5db;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.radio-card.active .radio-circle{border-color:#047857}.radio-card.active .radio-circle:after{content:"";background:#047857;border-radius:50%;width:10px;height:10px}.search-input-integrated{background:#fff;border:1px solid #d1d5db;border-radius:8px;display:flex;overflow:hidden}.search-input-integrated input{background:0 0;border:none;outline:none;flex:1;padding:12px 14px}.search-input-integrated .search-btn{color:#fff;cursor:pointer;background:#047857;border:none;border-radius:0;place-items:center;width:48px;display:grid}.search-input-integrated .search-btn:hover{background:#065f46}.search-input-integrated:focus-within{border-color:#047857;box-shadow:0 0 0 1px #047857}.worker-result-list{gap:8px;margin-top:12px;display:grid}.worker-result-item{text-align:left;color:#111827;cursor:pointer;background:#fff;border:1px solid #d1fae5;border-radius:8px;gap:4px;padding:12px 14px;display:grid}.worker-result-item:hover{background:#f0fdf4;border-color:#047857}.worker-result-item span,.worker-result-item small{color:#4b5563;font-size:12px}.worker-card-styled{background:#f0fdf4;border:1px solid #d1fae5;border-radius:12px;align-items:center;gap:16px;margin-top:8px;padding:20px;display:flex}.worker-card-styled .avatar-large{object-fit:cover;background:#d1d5db;border-radius:50%;width:56px;height:56px}.worker-card-styled .info{flex-direction:column;gap:4px;display:flex}.worker-card-styled .info strong{color:#111827;font-size:16px}.worker-card-styled .info .dni-text{color:#4b5563;font-size:13px}.badge-light-green{color:#065f46;background:#d1fae5;border-radius:12px;width:fit-content;margin-top:4px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-block}.dropzone-box{text-align:center;color:#9ca3af;background:#fff;border:2px dashed #d1d5db;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:160px;margin-bottom:16px;padding:32px 24px;display:flex}.dropzone-box.green-dashed{color:#047857;cursor:pointer;background:#f0fdf4;border-color:#34d399}.dropzone-box.green-dashed:hover{background:#e6fced;border-color:#047857}.dropzone-icon{color:#d1d5db}.dropzone-actions{justify-content:center;gap:12px;display:flex}.dropzone-btn{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s;display:flex;position:relative;overflow:hidden}.dropzone-btn:hover{background:#f9fafb;border-color:#9ca3af}.dropzone-btn input[type=file]{opacity:0;cursor:pointer;position:absolute;inset:0}.file-hint{color:#6b7280;margin-top:8px;font-size:12px;line-height:1.5}.input-with-icon{align-items:center;display:flex;position:relative}.input-with-icon input{width:100%;padding-right:40px}.input-with-icon svg{color:#047857;position:absolute;right:14px}.btn-save-large{color:#fff;cursor:pointer;background:#047857;border:none;border-radius:8px;justify-content:center;align-items:center;gap:12px;width:100%;margin-top:8px;padding:16px;font-size:16px;font-weight:700;transition:background .2s;display:flex}.btn-save-large:hover:not(:disabled){background:#065f46}.btn-save-large:disabled{opacity:.6;cursor:not-allowed}.spin{animation:.8s linear infinite docssalud-spin}@keyframes docssalud-spin{to{transform:rotate(360deg)}}@media (width<=1200px){.new-doc-grid{grid-template-columns:1fr 1fr}.new-doc-grid>.new-doc-col:last-child{grid-column:1/-1}}@media (width<=768px){.new-doc-grid{grid-template-columns:1fr}}.app-shell{transition:grid-template-columns .3s}.app-shell.sidebar-collapsed{grid-template-columns:80px 1fr}.sidebar{transition:width .3s,padding .3s;overflow-x:hidden}.app-shell.sidebar-collapsed .sidebar{align-items:center;width:80px;padding:24px 8px}.app-shell.sidebar-collapsed .brand{justify-content:center;padding:4px 0 32px}.app-shell.sidebar-collapsed .brand-title{display:none}.app-shell.sidebar-collapsed .nav-link{justify-content:center;padding:12px}.app-shell.sidebar-collapsed .nav-link span{display:none}.toggle-sidebar-btn{color:#4b5563;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s;display:flex}.toggle-sidebar-btn:hover{color:#111827;background:#f3f4f6}@media (width<=960px){.app-shell.sidebar-collapsed{grid-template-columns:1fr}.app-shell.sidebar-collapsed .sidebar{align-items:stretch;width:280px;padding:24px 18px}.app-shell.sidebar-collapsed .brand{justify-content:center;padding:4px 8px 32px}.app-shell.sidebar-collapsed .nav-link{justify-content:flex-start;padding:12px 14px}.app-shell.sidebar-collapsed .nav-link span{display:inline}}.report-filters{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;gap:16px;margin-bottom:24px;padding:20px;display:flex}.report-filters-row{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;display:grid}.report-filters-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;display:flex}.reports-page{gap:18px;display:grid}.reports-page .page-title{margin-bottom:4px!important}.reports-page .report-filters{gap:18px;padding:18px}.reports-page .report-filters-row{grid-template-columns:repeat(4,minmax(0,1fr));align-items:end;gap:14px}.reports-page .field,.reports-page .search-input-container,.reports-page .filter-select-container{width:100%;min-width:0}.reports-page .search-input{width:100%;min-width:0;max-width:none;height:42px}.reports-page .report-filters-actions{padding-top:2px}.report-stat-card{min-width:0;padding:18px!important}.report-charts-grid{grid-template-columns:minmax(0,2fr) minmax(320px,1fr);align-items:stretch;gap:18px;display:grid}.report-section-grid{grid-template-columns:minmax(0,1fr);gap:18px;display:grid}.report-panel-wide{width:100%}.report-table-wrap{-webkit-overflow-scrolling:touch;justify-content:flex-start;min-height:auto;overflow:auto hidden}.btn-export{color:#047857;background:#fff;border:1px solid #047857}.btn-export:hover{background:#f0fdf4}.grid.reports-stats{grid-template-columns:repeat(5,minmax(0,1fr))}.report-panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;gap:16px;padding:24px;display:flex}.report-panel h2{color:#111827;margin:0;font-size:16px;font-weight:700}.report-panel-content{flex-direction:column;flex:1;justify-content:flex-end;min-height:300px;display:flex}.report-ai-panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;gap:16px;padding:20px;display:grid;box-shadow:0 1px 2px #0f172a0a}.report-ai-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.report-ai-heading{align-items:center;gap:12px;min-width:0;display:flex}.report-ai-icon{color:#047857;background:#ecfdf5;border-radius:8px;flex:none;place-items:center;width:42px;height:42px;display:grid}.report-ai-kicker{color:#047857;text-transform:uppercase;background:#f0fdf4;border-radius:999px;width:fit-content;margin-bottom:4px;padding:2px 8px;font-size:11px;font-weight:700}.report-ai-heading h2{color:#111827;margin:0;font-size:18px;font-weight:700}.report-ai-content{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.report-ai-summary{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;grid-column:1/-1;gap:10px;padding:16px;display:grid}.report-ai-summary p{color:#111827;margin:0;line-height:1.5}.report-ai-section-title{color:#111827;align-items:center;gap:8px;font-size:13px;font-weight:700;display:flex}.report-ai-section-title svg{color:#047857;flex:none}.report-ai-list{background:#fff;border:1px solid #e5e7eb;border-left-width:4px;border-radius:8px;gap:10px;padding:14px;display:grid}.report-ai-list.info{border-left-color:#2563eb}.report-ai-list.success{border-left-color:#047857}.report-ai-list.warning{border-left-color:#d97706}.report-ai-list.neutral{border-left-color:#64748b}.report-ai-list.info .report-ai-section-title svg{color:#2563eb}.report-ai-list.success .report-ai-section-title svg{color:#047857}.report-ai-list.warning .report-ai-section-title svg{color:#d97706}.report-ai-list.neutral .report-ai-section-title svg{color:#64748b}.report-ai-list h3{color:#111827;margin:0;font-size:14px;font-weight:700}.report-ai-list ul{gap:8px;margin:0;padding-left:18px;display:grid}.report-ai-list li{color:#374151;font-size:13px;line-height:1.45}.error-alert{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:12px 14px;font-size:13px}.report-table{border-collapse:collapse;width:100%}.report-table th{color:#4b5563;text-align:left;border-bottom:1px solid #e5e7eb;padding:12px 16px;font-size:13px;font-weight:600}.report-table td{color:#374151;border-bottom:1px dashed #f3f4f6;padding:12px 16px;font-size:13px}.report-table tr:last-child td{border-bottom:none}.report-table .num{font-weight:600}.report-table .total-row td{background:#f0fdf4;border-top:1px solid #d1fae5;border-radius:0 0 8px 8px;font-weight:700}.report-table .total-row td:first-child{border-radius:0 0 0 8px}.report-table .total-row td:last-child{border-radius:0 0 8px}@media (width<=1280px){.reports-page .report-filters-row,.grid.reports-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.report-charts-grid{grid-template-columns:1fr}}@media (width<=900px){.reports-page .report-filters-row,.grid.reports-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.reports-page{gap:14px}.reports-page .report-filters{padding:14px}.reports-page .report-filters-row,.grid.reports-stats,.report-charts-grid,.report-section-grid{grid-template-columns:1fr}.reports-page .report-filters-actions{grid-template-columns:1fr;display:grid}.reports-page .report-filters-actions .btn{width:100%}.report-ai-header,.report-ai-heading{align-items:stretch}.report-ai-header{display:grid}.report-ai-header .btn{width:100%}.report-ai-content{grid-template-columns:1fr}.report-stat-card{padding:16px!important}.reports-page .report-panel{padding:16px}.reports-page .report-panel-content{min-height:240px}.reports-page .report-table-wrap{min-height:auto}.reports-page .report-table{min-width:680px}}.text-orange{color:#ea580c}.text-blue{color:#2563eb}.text-green{color:#16a34a}.text-red{color:#dc2626}@media print{.sidebar,.header,.breadcrumb,.report-filters{display:none!important}.app-shell{display:block}.main{margin:0;padding:0}.content{padding:0}body{background:#fff}.report-panel{break-inside:avoid;border:none;padding:0}.card.stat-card{break-inside:avoid;border:1px solid #e5e7eb}.page-title{margin-bottom:24px;display:block!important}}.admin-cards-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;margin-bottom:24px;display:grid}.admin-card{cursor:pointer;text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:16px;padding:20px;transition:all .2s;display:flex;position:relative}.admin-card:hover{border-color:#047857;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.admin-card.active{background-color:#f0fdf4;border-color:#047857}.admin-card-icon{color:#047857;background-color:#f0fdf4;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.admin-card-content{flex:1}.admin-card-title{color:#111827;margin-bottom:4px;font-size:15px;font-weight:600}.admin-card-desc{color:#6b7280;font-size:12px;line-height:1.4}.admin-card-chevron{color:#047857}.admin-toolbar{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;display:flex}.admin-toolbar h2{color:#111827;margin:0;font-size:18px;font-weight:600}.admin-toolbar-actions{gap:12px;display:flex}.search-input-container{align-items:center;width:100%;min-width:0;display:flex;position:relative}.search-icon{color:#6b7280;pointer-events:none;z-index:2;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.search-input{box-sizing:border-box;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;min-width:250px;padding:8px 16px 8px 36px;font-size:14px;transition:border-color .2s,box-shadow .2s}.search-input-container .search-input{min-width:0;padding-left:38px!important}.search-input:focus{border-color:#047857;box-shadow:0 0 0 3px #0478571a}.filter-select-container{align-items:center;width:100%;display:inline-flex;position:relative}.filter-select{appearance:none;color:#4b5563;cursor:pointer;background-color:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;height:42px;padding:8px 36px 8px 16px;font-size:14px;font-weight:500;transition:all .2s}.filter-select:focus{border-color:#047857;box-shadow:0 0 0 3px #0478571a}.filter-select:hover{background-color:#f9fafb}.filter-select-icon{color:#9ca3af;pointer-events:none;position:absolute;right:12px}.profile-grid{grid-template-columns:320px 1fr;align-items:start;gap:24px;display:grid}.profile-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000000d}.profile-card-title{color:#111827;margin-bottom:20px;font-size:18px;font-weight:600}.profile-avatar-container{text-align:center;border-bottom:1px solid #e5e7eb;flex-direction:column;align-items:center;margin-bottom:20px;padding-bottom:20px;display:flex}.profile-avatar-container img{object-fit:cover;border:3px solid #f3f4f6;border-radius:50%;width:100px;height:100px;margin-bottom:16px}.profile-avatar-container h2{color:#111827;margin:0 0 4px;font-size:20px;font-weight:700}.profile-avatar-container p{color:#6b7280;margin:0 0 12px;font-size:14px}.profile-contact-list{flex-direction:column;gap:12px;display:flex}.profile-contact-item{color:#4b5563;align-items:center;gap:12px;font-size:14px;display:flex}.profile-contact-item svg{color:#9ca3af}.profile-session-item{align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.profile-session-item:last-child{margin-bottom:0}.profile-session-item svg{color:#6b7280;margin-top:2px}.profile-session-text{flex-direction:column;display:flex}.profile-session-label{color:#6b7280;margin-bottom:2px;font-size:12px}.profile-session-val{color:#111827;font-size:14px;font-weight:500}.password-input-wrapper{align-items:center;display:flex;position:relative}.password-input-wrapper input{padding-right:40px}.password-toggle-btn{color:#9ca3af;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;right:12px}.password-toggle-btn:hover{color:#4b5563}.security-notice{color:#6b7280;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:8px;margin-bottom:20px;padding:12px;font-size:13px;display:flex}.security-notice svg{color:#047857;flex-shrink:0}@media (width<=900px){.profile-grid{grid-template-columns:1fr}}.permissions-matrix-container{border:1px solid #e5e7eb;border-radius:8px;margin-top:16px;overflow-x:auto}.permissions-matrix{border-collapse:collapse;text-align:center;width:100%;font-size:13px}.permissions-matrix th,.permissions-matrix td{border-bottom:1px solid #e5e7eb;padding:12px}.permissions-matrix th{color:#fff;text-transform:uppercase;letter-spacing:.5px;background-color:#0b4582;border-bottom:none;font-size:11px;font-weight:600}.permissions-matrix td{background-color:#fff}.permissions-matrix tr:last-child td{border-bottom:none}.permissions-matrix th:first-child,.permissions-matrix td:first-child{text-align:left;width:150px;font-weight:600}.permissions-matrix td:first-child{color:#374151;background-color:#f9fafb}.permissions-matrix th:first-child{color:#fff;background-color:#0b4582}.toggle-switch{cursor:pointer;align-items:center;display:inline-flex;position:relative}.toggle-switch input{opacity:0;width:0;height:0;position:absolute}.toggle-slider{background-color:#d1d5db;border-radius:20px;width:36px;height:20px;transition:all .2s;position:relative}.toggle-slider:before{content:"";background-color:#fff;border-radius:50%;width:16px;height:16px;transition:all .2s;position:absolute;bottom:2px;left:2px;box-shadow:0 1px 2px #0003}.toggle-switch input:checked+.toggle-slider{background-color:#10b981}.toggle-switch input:focus+.toggle-slider{box-shadow:0 0 1px #10b981}.toggle-switch input:checked+.toggle-slider:before{transform:translate(16px)}.toggle-switch.disabled{opacity:.5;cursor:not-allowed}.toggle-switch.disabled .toggle-slider{background-color:#e5e7eb}.toggle-header-label{flex-direction:column;align-items:center;gap:8px;display:flex}@media (width<=760px){.app-shell,.main,.content,.card,.table-card,.report-panel,.report-filters,.admin-toolbar,.admin-cards-grid{min-width:0;max-width:100%}.header{justify-content:space-between;width:100%;min-height:64px;padding:10px 14px;left:0;right:0}.header-actions{gap:10px;min-width:0}.header-profile{gap:8px}.avatar{flex:none;width:38px;height:38px}.dropdown-menu{max-width:calc(100vw - 32px)}.content{padding:14px}.breadcrumb{white-space:nowrap;text-overflow:ellipsis;margin-bottom:10px;overflow:hidden}.page-title{flex-direction:column;gap:12px;align-items:stretch!important;margin:8px 0 16px!important}.page-title h1{line-height:1.15;font-size:24px!important}.page-title>div{min-width:0}.page-title>div:last-child{grid-template-columns:1fr;width:100%;gap:10px!important;display:grid!important}.page-title .btn,.page-title button{width:100%}.card,.table-card,.report-panel,.report-filters,.profile-card,.new-doc-section{border-radius:10px}.card{padding:16px}.toolbar{grid-template-columns:1fr;align-items:stretch;gap:12px;display:grid}.filters{flex:none;grid-template-columns:1fr;gap:10px;width:100%;min-width:0;display:grid!important}.filters>*,.filters .field,.search-input-container,.search-input,.filter-select-container,.filter-select{width:100%!important;min-width:0!important;max-width:100%!important}.document-filters{grid-template-columns:1fr;width:100%}.documents-card{border-radius:10px;overflow:hidden}.documents-card-body{padding:0 12px 14px!important}.document-status-tabs{gap:8px;margin-bottom:12px;padding:12px 12px 8px!important}.document-status-tabs .tab{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:9px 12px;font-size:13px}.document-status-tabs .tab.active{background:#ecfdf5;border-color:#047857}.document-export-actions{grid-template-columns:1fr 1fr;gap:8px;width:100%;margin-left:0!important;display:grid!important}.document-export-actions .btn{width:100%;padding:9px 10px!important}.documents-filter-toolbar{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:12px;padding:12px}.documents-filter-toolbar .field{gap:5px}.new-document-page .page-title{margin-bottom:14px!important}.new-document-page .document-flow{gap:12px;max-width:none}.new-document-page .new-doc-section{padding:14px}.new-document-page .flow-section{gap:14px}.new-document-page .flow-section-header{gap:10px}.new-document-page .flow-section-header .section-title{margin-bottom:3px;font-size:15px}.new-document-page .flow-caption{font-size:12px}.new-document-page .radio-card-list.compact,.new-document-page .flow-two-columns{grid-template-columns:1fr;gap:12px}.new-document-page .radio-card{min-height:48px;padding:12px}.search-input-integrated{min-height:46px}.worker-result-list{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;max-height:280px;padding:8px;overflow:auto}.worker-result-item{background:#fff;padding:12px}.worker-card-styled{padding:14px}.search-input{height:42px}.tabs{scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:18px;margin-bottom:16px;overflow:auto hidden;padding:12px 16px 0!important}.tabs::-webkit-scrollbar{display:none}.tabs .tab,.tabs>div{flex:none}.tabs>div{margin-left:0!important}.tab{white-space:nowrap}.table-wrap{-webkit-overflow-scrolling:touch;width:100%;max-width:100%;overflow:auto hidden}table{min-width:680px}.data-table{width:100%;min-width:0;display:block}.data-table thead{display:none}.data-table tbody{gap:12px;width:100%;display:grid}.data-table tr{background:#fff;border:1px solid #eef2f7;border-radius:10px;width:100%;display:grid;overflow:hidden}.data-table tbody tr:hover{background:#fff}.data-table td{white-space:normal;overflow-wrap:anywhere;border-bottom:1px solid #f3f4f6;grid-template-columns:minmax(98px,38%) minmax(0,1fr);align-items:center;gap:12px;width:100%;padding:12px 14px;display:grid}.data-table td:before{content:attr(data-label);color:#6b7280;font-size:12px;font-weight:700}.data-table td:last-child{border-bottom:none!important}.data-table td .header-actions{justify-content:flex-start!important}th,td{padding:14px 16px}.table-header{padding:16px 16px 0}.table-footer{grid-template-columns:1fr;justify-items:stretch;gap:12px;padding:14px 16px;display:grid}.footer-controls,.pagination{flex-wrap:wrap;justify-content:space-between;width:100%}.page-size-control{justify-content:space-between;width:100%}.page-size-control select{min-width:88px}.btn{white-space:normal;min-width:0;line-height:1.2}.form-grid,.grid.stats,.grid.two,.grid.hero,.grid.reports-stats,.new-doc-grid,.profile-grid{grid-template-columns:1fr!important}.stat-card{padding:18px!important}.stat-value{font-size:28px}.report-filters{padding:16px}.report-filters-row{grid-template-columns:1fr;gap:12px}.report-filters-actions{grid-template-columns:1fr;justify-content:stretch;display:grid}.report-filters-actions .btn{width:100%}.report-panel{padding:16px}.report-panel-content{min-height:220px;overflow-x:auto}.report-table{min-width:720px}.admin-cards-grid{grid-template-columns:1fr;gap:12px}.admin-card{gap:14px;padding:16px}.admin-card-icon{width:48px;height:48px}.admin-card-content{min-width:0}.admin-card-title,.admin-card-desc{overflow-wrap:anywhere}.admin-toolbar{grid-template-columns:1fr;align-items:stretch;gap:12px;display:grid}.admin-toolbar h2{font-size:24px;line-height:1.15}.admin-toolbar-actions{grid-template-columns:1fr;gap:10px;width:100%;display:grid}.admin-toolbar-actions .btn{width:100%}.modal-backdrop{align-items:end;padding:10px}.modal-panel{border-radius:12px;width:100%;max-height:calc(100vh - 20px);padding:18px}.file-row,.worker-card,.worker-card-styled{flex-direction:column;align-items:flex-start}.dropzone-actions{grid-template-columns:1fr;width:100%;display:grid}.dropzone-btn{justify-content:center}}@media (width<=420px){.content{padding:12px}.header{padding:8px 12px}.card,.report-filters,.report-panel,.new-doc-section,.profile-card{padding:14px}.tabs{padding-left:14px!important;padding-right:14px!important}.admin-card{padding:14px}}
