.sidebar{width:250px;height:100vh;background:#111827;color:#fff;padding:16px 14px;display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box}.sidebar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;flex-shrink:0}.sidebar-title{font-size:24px;font-weight:700;letter-spacing:.02em}.sidebar-close{display:none;background:transparent;border:none;color:#fff;font-size:28px;line-height:1;cursor:pointer;padding:4px 10px;border-radius:8px}.sidebar-close:hover{background:#ffffff1a}.sidebar-links{display:flex;flex-direction:column;gap:4px;flex:1 1 auto;overflow-y:auto;min-height:0}.sidebar-link{display:block;color:#fff;text-decoration:none;padding:9px 12px;border-radius:8px;font-size:15px;transition:background .15s ease}.sidebar-link:hover{background:#ffffff14}.sidebar-link.active{background:#2563eb}.sidebar-footer{margin-top:14px;padding-top:14px;border-top:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:8px;flex-shrink:0}.sidebar-role{font-size:12px;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.sidebar-logout{background:#dc2626;color:#fff;border:none;border-radius:8px;padding:9px 12px;cursor:pointer;font-weight:600;font-size:14px}.sidebar-logout:hover{opacity:.9}@media(max-width:900px){.sidebar{position:fixed;top:0;left:0;height:100vh;width:280px;max-width:85vw;transform:translate(-100%);transition:transform .25s ease;z-index:200;box-shadow:2px 0 16px #00000040}.sidebar.sidebar-open{transform:translate(0)}.sidebar-close{display:inline-flex;align-items:center;justify-content:center}.sidebar-links{flex-direction:column;flex-wrap:nowrap}}.layout-shell{display:flex;min-height:100vh;background:#f3f4f6;position:relative}.layout-content{flex:1;padding:24px;overflow-x:auto;min-width:0}.page-section{display:flex;flex-direction:column;gap:24px}.page-card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 2px 10px #00000014}.page-title{font-size:32px;font-weight:700;color:#111827;margin:0}.page-subtitle{color:#6b7280;margin-top:8px}.page-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.layout-mobile-topbar{display:none}.layout-hamburger{background:transparent;border:none;width:44px;height:44px;padding:0;cursor:pointer;display:inline-flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;border-radius:10px}.layout-hamburger:hover{background:#ffffff1a}.layout-hamburger-bar{display:block;width:22px;height:2px;background:#fff;border-radius:2px}.layout-mobile-title{color:#fff;font-weight:700;font-size:18px;letter-spacing:.02em}.layout-backdrop{display:none}@media(max-width:900px){.layout-shell{flex-direction:column}.layout-mobile-topbar{display:flex;align-items:center;gap:12px;background:#111827;padding:10px 14px;position:sticky;top:0;z-index:150}.layout-content{padding:16px}.layout-backdrop{display:block;position:fixed;inset:0;background:#00000073;z-index:180;animation:layoutBackdropFadeIn .15s ease}.page-title{font-size:26px}}@keyframes layoutBackdropFadeIn{0%{opacity:0}to{opacity:1}}.risk-badge{display:inline-flex;align-items:center;justify-content:center;padding:2px 10px;border-radius:999px;font-size:.85em;font-weight:600;border:1px solid transparent;white-space:nowrap}.risk-badge-red{background:#fee2e2;color:#991b1b;border-color:#fecaca}.risk-badge-orange{background:#ffedd5;color:#9a3412;border-color:#fed7aa}.risk-badge-yellow{background:#fef3c7;color:#92400e;border-color:#fde68a}.risk-badge-green{background:#dcfce7;color:#166534;border-color:#bbf7d0}.risk-badge-gray{background:#f3f4f6;color:#6b7280;border:1px solid #d1d5db}.dashboard-page{padding:40px;background-color:#f3f4f6;min-height:100vh}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;flex-wrap:wrap;gap:16px}.dashboard-title{margin:0;font-size:48px;font-weight:800;color:#111827;line-height:1.1}.dashboard-subtitle{margin-top:10px;font-size:18px;color:#6b7280}.dashboard-search-wrapper{margin-bottom:32px}.dashboard-search-input{width:100%;padding:18px 22px;border-radius:18px;border:1px solid #d1d5db;background:#fff;font-size:16px;color:#111827;outline:none;transition:all .2s ease;box-shadow:0 4px 12px #0f172a0a}.dashboard-search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61f}.dashboard-company-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:24px}.dashboard-company-card{display:flex;flex-direction:column;gap:24px;padding:28px;background:#fff;border:1px solid #e5e7eb;border-left:6px solid #d1d5db;border-radius:24px;text-decoration:none;color:inherit;transition:all .2s ease;box-shadow:0 8px 24px #0f172a0d}.dashboard-company-card[data-risk=green]{border-left-color:#15803d;background:linear-gradient(90deg,#f0fdf4,#fff 18%)}.dashboard-company-card[data-risk=yellow]{border-left-color:#d97706;background:linear-gradient(90deg,#fffbeb,#fff 18%)}.dashboard-company-card[data-risk=red]{border-left-color:#dc2626;background:linear-gradient(90deg,#fef2f2,#fff 18%)}.dashboard-company-card[data-risk=unknown]{border-left-color:#d1d5db}.dashboard-company-card:hover{transform:translateY(-4px);border-color:#c7d2fe;box-shadow:0 16px 32px #3b82f61f}.dashboard-company-card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.dashboard-company-name{font-size:30px;font-weight:700;color:#111827;line-height:1.2;margin-bottom:8px}.dashboard-company-contact{font-size:16px;color:#6b7280}.dashboard-company-stats{display:flex;gap:16px}.dashboard-company-stat{flex:1;display:flex;flex-direction:column;gap:6px;padding:18px;background:#f9fafb;border:1px solid #edf0f3;border-radius:16px}.dashboard-company-stat-label{font-size:13px;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;font-weight:600}.dashboard-company-stat-value{font-size:28px;font-weight:700;color:#111827}.dashboard-empty-state{grid-column:1 / -1;padding:40px;text-align:center;background:#fff;border:1px dashed #d1d5db;border-radius:20px;color:#6b7280;font-size:16px}@media(max-width:768px){.dashboard-page{padding:24px}.dashboard-title{font-size:36px}.dashboard-company-grid{grid-template-columns:1fr}.dashboard-company-stats{flex-direction:column}.dashboard-company-card{padding:22px}}.content-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px;box-shadow:0 2px 10px #0000000f}.content-card-title{margin:0 0 16px;font-size:20px;font-weight:700;color:#111827}.content-card-subtitle{margin-top:6px;color:#6b7280;font-size:14px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.stat-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:16px}.stat-label{font-size:12px;color:#6b7280;text-transform:uppercase;font-weight:700;letter-spacing:.04em}.stat-value{font-size:24px;font-weight:700;color:#111827;margin-top:8px}.assign-modal-backdrop{position:fixed;inset:0;background:#11182766;display:flex;align-items:center;justify-content:center;z-index:100;padding:16px}.assign-modal{width:min(520px,100%);background:#fff;border-radius:20px;box-shadow:0 20px 40px #0003;display:flex;flex-direction:column;max-height:90vh}.assign-modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:20px 24px 12px;border-bottom:1px solid #f3f4f6}.assign-modal-title{font-size:20px;font-weight:700;color:#111827}.assign-modal-subtitle{font-size:13px;color:#6b7280;margin-top:4px}.assign-modal-close{width:32px;height:32px;border-radius:10px;border:none;background:#f3f4f6;cursor:pointer;font-size:18px;color:#374151}.assign-modal-close:hover{background:#e5e7eb}.assign-modal-body{display:flex;flex-direction:column;gap:16px;padding:20px 24px 24px;overflow-y:auto}.assign-modal-field{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#374151}.assign-modal-field span{font-weight:500;color:#4b5563}.assign-modal-field select,.assign-modal-field input{padding:10px 12px;border:1px solid #d1d5db;border-radius:12px;background:#fff;font-size:14px}.assign-modal-hint{font-size:13px;color:#6b7280;background:#f9fafb;border:1px dashed #e5e7eb;padding:10px 12px;border-radius:12px}.assign-modal-error{font-size:13px;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;padding:10px 12px;border-radius:12px}.assign-modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:4px}.assign-modal-button{padding:10px 16px;border-radius:12px;border:none;font-size:14px;font-weight:600;cursor:pointer}.assign-modal-button-secondary{background:#fff;color:#374151;border:1px solid #d1d5db}.assign-modal-button-secondary:hover:not(:disabled){background:#f9fafb}.assign-modal-button-primary{background:#2563eb;color:#fff}.assign-modal-button-primary:hover:not(:disabled){background:#1d4ed8}.assign-modal-button:disabled{opacity:.6;cursor:not-allowed}.contact-modal-backdrop{position:fixed;inset:0;background:#11182766;display:flex;align-items:center;justify-content:center;z-index:100;padding:16px}.contact-modal{width:min(560px,100%);background:#fff;border-radius:20px;box-shadow:0 20px 40px #0003;display:flex;flex-direction:column;max-height:90vh}.contact-modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:20px 24px 12px;border-bottom:1px solid #f3f4f6}.contact-modal-title{font-size:20px;font-weight:700;color:#111827}.contact-modal-subtitle{font-size:13px;color:#6b7280;margin-top:4px}.contact-modal-close{width:32px;height:32px;border-radius:10px;border:none;background:#f3f4f6;cursor:pointer;font-size:18px;color:#374151}.contact-modal-close:hover{background:#e5e7eb}.contact-modal-body{display:flex;flex-direction:column;gap:14px;padding:18px 24px 22px;overflow-y:auto}.contact-modal-search{padding:10px 12px;border:1px solid #d1d5db;border-radius:12px;background:#fff;font-size:14px;color:#111827}.contact-modal-search:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.contact-modal-list{display:flex;flex-direction:column;gap:6px;max-height:48vh;overflow-y:auto;padding:4px;border:1px solid #f3f4f6;border-radius:12px;background:#fafafa}.contact-modal-option{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;border-radius:10px;background:#fff;border:1px solid #f3f4f6;cursor:pointer;transition:background .15s,border-color .15s}.contact-modal-option:hover{background:#f9fafb}.contact-modal-option input[type=radio]{margin-top:4px;accent-color:#2563eb}.contact-modal-option-selected{background:#eff6ff;border-color:#bfdbfe}.contact-modal-option-main{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.contact-modal-option-name{font-size:14px;font-weight:600;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contact-modal-option-sub{font-size:12px;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contact-modal-hint{font-size:13px;color:#6b7280;background:#f9fafb;border:1px dashed #e5e7eb;padding:10px 12px;border-radius:12px}.contact-modal-error{font-size:13px;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;padding:10px 12px;border-radius:12px}.contact-modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:4px;flex-wrap:wrap}.contact-modal-button{padding:10px 16px;border-radius:12px;border:none;font-size:14px;font-weight:600;cursor:pointer}.contact-modal-button-secondary{background:#fff;color:#374151;border:1px solid #d1d5db}.contact-modal-button-secondary:hover:not(:disabled){background:#f9fafb}.contact-modal-button-ghost{background:transparent;color:#b91c1c;border:1px solid #fecaca}.contact-modal-button-ghost:hover:not(:disabled){background:#fef2f2}.contact-modal-button-primary{background:#2563eb;color:#fff}.contact-modal-button-primary:hover:not(:disabled){background:#1d4ed8}.contact-modal-button:disabled{opacity:.6;cursor:not-allowed}.company-page{display:flex;flex-direction:column;gap:24px}.company-header{display:flex;justify-content:space-between;align-items:flex-start}.company-title{font-size:32px;font-weight:700;color:#111827}.company-subtitle{margin-top:8px;color:#6b7280}.company-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.company-summary-card,.company-section-card,.company-department-card,.company-employee-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px}.company-department-list,.company-employee-list{display:flex;flex-direction:column;gap:12px}.company-department-card,.company-employee-card{display:flex;justify-content:space-between;align-items:center;text-decoration:none;color:inherit;transition:.2s ease}.company-department-card:hover,.company-employee-card:hover{border-color:#cbd5e1;transform:translateY(-1px)}.employee-page{min-height:100vh;background:#f3f4f6;padding:24px}.employee-header-card,.employee-section-card,.employee-summary-card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 2px 10px #0000000f}.employee-header-card{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.employee-name{font-size:28px;font-weight:700}.employee-meta{color:#6b7280;margin-top:6px}.employee-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:24px}.employee-summary-label{color:#6b7280;font-size:13px}.employee-summary-value{margin-top:8px;font-size:20px;font-weight:700}.employee-section-card{margin-bottom:24px}.employee-survey-list{display:flex;flex-direction:column;gap:12px}.employee-survey-card{display:flex;justify-content:space-between;align-items:center;text-decoration:none;color:inherit;background:#f9fafb;border-radius:12px;padding:16px}.employee-survey-scores{color:#6b7280}.employee-header{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;flex-wrap:wrap;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px}.employee-title{margin:0;font-size:32px;font-weight:700;color:#111827}.employee-subtitle{margin-top:8px;color:#4b5563;font-size:15px}.employee-email{margin-top:6px;color:#6b7280;font-size:14px}.employee-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.employee-summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:18px}.employee-summary-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#6b7280}.employee-summary-value{margin-top:8px;font-size:24px;font-weight:700;color:#111827}.employee-section-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px}.employee-section-card h2{margin-top:0;margin-bottom:18px;font-size:22px;color:#111827}.employee-history-list{display:flex;flex-direction:column;gap:12px}.employee-history-card{display:flex;justify-content:space-between;align-items:center;gap:16px;border:1px solid #e5e7eb;border-radius:12px;padding:16px;background:#f9fafb;text-decoration:none;color:inherit;transition:border-color .15s ease,transform .15s ease}.employee-history-card:hover{border-color:#2563eb;transform:translateY(-1px)}.employee-history-date{font-weight:700;color:#111827}.employee-history-values{margin-top:4px;color:#6b7280;font-size:14px}.employee-clinical-summary{display:flex;flex-direction:column;gap:12px}.employee-clinical-flag{padding:14px 16px;border-radius:12px;font-weight:600;border:1px solid transparent}.employee-clinical-flag-red{background:#fee2e2;border-color:#fecaca;color:#991b1b}.employee-clinical-flag-yellow{background:#fef9c3;border-color:#fde68a;color:#92400e}.employee-clinical-flag-green{background:#dcfce7;border-color:#86efac;color:#166534}@media(max-width:768px){.employee-header{flex-direction:column}.employee-title{font-size:26px}.employee-history-card{flex-direction:column;align-items:flex-start}}.employee-empty-state{padding:20px;border-radius:12px;background-color:#f9fafb;border:1px dashed #d1d5db;color:#6b7280}.employee-trend-summary{margin-top:16px;padding:12px 14px;border-radius:10px;background-color:#f3f4f6;color:#374151;font-size:14px;line-height:1.5}.employee-action-buttons{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.employee-button{padding:10px 14px;border-radius:10px;color:#fff;text-decoration:none;font-weight:600;font-size:14px;border:none;cursor:pointer}.employee-button-primary{background-color:#2563eb}.employee-button-secondary{background-color:#374151}.employee-history-card-red{border-left:6px solid #dc2626;background-color:#fef2f2}.employee-history-card-yellow{border-left:6px solid #f59e0b;background-color:#fffbeb}.employee-history-card-green{border-left:6px solid #16a34a;background-color:#f0fdf4}.employee-history-risk-text{margin-top:6px;font-size:12px;color:#6b7280}.employee-header-actions{display:flex;flex-direction:column;gap:12px;align-items:flex-end}.employee-trend-label{margin-top:6px;font-size:13px;font-weight:600}@media(max-width:768px){.employee-header-actions{width:100%;align-items:flex-start}.employee-action-buttons{width:100%}.employee-button{width:100%;justify-content:center;text-align:center}}.company-section-header{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px}.company-department-search{width:280px;max-width:100%;padding:12px 14px;border:1px solid #d1d5db;border-radius:12px;font-size:14px;background:#fff}.company-department-list{display:flex;flex-direction:column;gap:14px}.company-department-card{display:flex;justify-content:space-between;align-items:center;gap:20px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:18px;padding:20px;text-decoration:none;color:inherit;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.company-department-card:hover{transform:translateY(-2px);border-color:#cbd5e1;box-shadow:0 8px 24px #0f172a14}.company-department-main{display:flex;flex-direction:column;gap:6px}.company-department-name{font-size:18px;font-weight:700;color:#111827}.company-department-meta{font-size:14px;color:#6b7280}.company-department-right{display:flex;align-items:center}.company-empty-state{background:#f9fafb;border:1px dashed #d1d5db;border-radius:16px;padding:24px;text-align:center;color:#6b7280}@media(max-width:768px){.company-section-header{flex-direction:column;align-items:stretch}.company-department-search{width:100%}.company-department-card{flex-direction:column;align-items:flex-start}.company-department-right{width:100%;justify-content:flex-start}}.company-recent-employee-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.company-recent-employee-card{display:flex;flex-direction:column;gap:16px;padding:20px;border-radius:18px;background:#f9fafb;border:1px solid #e5e7eb;text-decoration:none;color:inherit;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.company-recent-employee-card:hover{transform:translateY(-2px);border-color:#cbd5e1;box-shadow:0 8px 24px #0f172a14}.company-recent-employee-top{display:flex;justify-content:space-between;gap:16px}.company-recent-employee-name{font-size:18px;font-weight:700;color:#111827}.company-recent-employee-position{margin-top:6px;font-size:14px;color:#6b7280}.company-recent-employee-meta{display:flex;flex-direction:column;gap:8px;font-size:14px;color:#4b5563}@media(max-width:768px){.company-recent-employee-top{flex-direction:column;align-items:flex-start}}.company-primary-button{padding:10px 16px;border-radius:12px;border:none;background:#2563eb;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .15s ease}.company-primary-button:hover:not(:disabled){background:#1d4ed8}.company-primary-button:disabled{opacity:.6;cursor:not-allowed}.company-inline-message{margin-bottom:16px;padding:10px 14px;border-radius:12px;font-size:14px;line-height:1.4;border:1px solid transparent}.company-inline-message-success{background:#ecfdf5;border-color:#a7f3d0;color:#065f46}.company-inline-message-error{background:#fef2f2;border-color:#fecaca;color:#991b1b}.company-assignments-table-wrap{overflow-x:auto;border:1px solid #e5e7eb;border-radius:12px}.company-assignments-table{width:100%;border-collapse:collapse;font-size:14px}.company-assignments-table thead{background:#f9fafb}.company-assignments-table th,.company-assignments-table td{padding:12px 14px;text-align:left;border-bottom:1px solid #f3f4f6;vertical-align:top}.company-assignments-table th{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#6b7280}.company-assignments-table tbody tr:last-child td{border-bottom:none}.company-assignments-table tbody tr:hover{background:#f9fafb}.company-assignment-title{font-weight:600;color:#111827}.company-assignment-sub{margin-top:2px;font-size:12px;color:#6b7280}.company-assignment-red{display:inline-block;min-width:28px;padding:2px 8px;border-radius:999px;background:#fee2e2;color:#991b1b;font-weight:700;text-align:center}.company-assignment-actions{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end}.company-small-button{padding:6px 10px;border-radius:8px;border:1px solid transparent;font-size:13px;font-weight:600;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.company-small-button:disabled{opacity:.6;cursor:not-allowed}.company-small-button-primary{background:#2563eb;color:#fff}.company-small-button-primary:hover:not(:disabled){background:#1d4ed8}.company-small-button-secondary{background:#fff;color:#374151;border-color:#d1d5db}.company-small-button-secondary:hover:not(:disabled){background:#f3f4f6}.company-small-button-danger{background:#fff;color:#b91c1c;border-color:#fecaca}.company-small-button-danger:hover:not(:disabled){background:#fef2f2;border-color:#fca5a5}@media(max-width:768px){.company-assignments-table th,.company-assignments-table td{padding:10px 12px}.company-assignment-actions{flex-direction:column;align-items:stretch}}.company-contact-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:14px 18px;margin-bottom:16px}.company-contact-info{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.company-contact-label{font-size:12px;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;font-weight:600}.company-contact-value{display:flex;flex-direction:column;gap:2px;min-width:0}.company-contact-name{font-size:15px;font-weight:600;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.company-contact-meta{font-size:13px;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.company-contact-value-empty{font-size:14px;color:#6b7280;font-style:italic}@media(max-width:640px){.company-contact-bar{flex-direction:column;align-items:stretch}}.company-readonly-banner{background:#f3f4f6;border:1px solid #e5e7eb;border-left:3px solid #6b7280;color:#374151;padding:10px 14px;border-radius:8px;font-size:13px;line-height:1.5;margin-bottom:16px}.company-readonly-banner strong{color:#111827}.companies-page{display:flex;flex-direction:column;gap:24px}.companies-header{display:flex;justify-content:space-between;align-items:flex-start}.companies-title{font-size:32px;font-weight:700;color:#111827}.companies-subtitle{margin-top:8px;color:#6b7280}.companies-create-button{background:#2563eb;color:#fff;border:none;border-radius:12px;padding:12px 20px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s;white-space:nowrap}.companies-create-button:hover{background:#1d4ed8}.companies-create-button:disabled{opacity:.6;cursor:not-allowed}.companies-filter-bar{display:flex;gap:12px;flex-wrap:wrap}.companies-filter-bar input,.companies-filter-bar select{min-width:220px;padding:12px 14px;border:1px solid #d1d5db;border-radius:12px;background:#fff}.companies-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px}.companies-card{display:flex;flex-direction:column;gap:20px;padding:20px;border:1px solid #e5e7eb;border-left:6px solid #d1d5db;border-radius:20px;background:#fff;text-decoration:none;color:inherit;transition:.2s ease}.companies-card[data-risk=green]{border-left-color:#15803d;background:linear-gradient(90deg,#f0fdf4,#fff 20%)}.companies-card[data-risk=yellow]{border-left-color:#d97706;background:linear-gradient(90deg,#fffbeb,#fff 20%)}.companies-card[data-risk=red]{border-left-color:#dc2626;background:linear-gradient(90deg,#fef2f2,#fff 20%)}.companies-card[data-risk=unknown]{border-left-color:#d1d5db}.companies-card:hover{border-color:#cbd5e1;transform:translateY(-2px)}.companies-card-link{display:flex;flex-direction:column;gap:16px;text-decoration:none;color:inherit}.companies-card-archived{background:#fafafa;opacity:.85}.companies-archived-badge{display:inline-block;margin-left:10px;padding:2px 10px;font-size:12px;font-weight:600;color:#92400e;background:#fef3c7;border-radius:999px}.companies-card-actions{display:flex;gap:8px;flex-wrap:wrap;border-top:1px solid #f3f4f6;padding-top:12px}.companies-action-button{flex:1;min-width:100px;padding:8px 12px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;border:1px solid transparent;transition:background .15s ease}.companies-action-button:disabled{opacity:.6;cursor:not-allowed}.companies-action-button.archive{background:#fff7ed;border-color:#fed7aa;color:#9a3412}.companies-action-button.archive:hover:not(:disabled){background:#ffedd5}.companies-action-button.unarchive{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.companies-action-button.unarchive:hover:not(:disabled){background:#dbeafe}.companies-action-button.delete{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.companies-action-button.delete:hover:not(:disabled){background:#fee2e2}.companies-archive-toggle{display:flex;align-items:center;gap:8px;font-size:14px;color:#374151;padding:0 8px}.companies-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.companies-card-title{font-size:18px;font-weight:700;color:#111827}.companies-card-subtitle{margin-top:6px;color:#6b7280;font-size:14px}.companies-card-stats{display:flex;gap:24px}.companies-card-stat{display:flex;flex-direction:column;gap:6px}.companies-card-label{font-size:13px;color:#6b7280}.companies-card-value{font-size:20px;font-weight:700;color:#111827}.companies-empty-state{padding:32px;border:1px dashed #d1d5db;border-radius:20px;text-align:center;color:#6b7280;background:#fff}.department-page{display:flex;flex-direction:column;gap:24px}.department-header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.department-company-name{font-size:14px;color:#6b7280;margin-bottom:8px}.department-title{font-size:32px;font-weight:700;color:#111827;margin:0}.department-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.department-summary-card{background:#fff;border-radius:18px;padding:20px;box-shadow:0 2px 12px #0f172a14}.department-summary-label{font-size:13px;color:#6b7280;margin-bottom:8px}.department-summary-value{font-size:28px;font-weight:700;color:#111827}.department-risk-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px}.department-risk-card{background:#fff;border-radius:18px;padding:20px;box-shadow:0 2px 12px #0f172a14;border-left:6px solid #d1d5db}.department-risk-card-red{border-left-color:#dc2626}.department-risk-card-yellow{border-left-color:#f59e0b}.department-risk-card-green{border-left-color:#16a34a}.department-risk-count{font-size:30px;font-weight:700;color:#111827}.department-risk-label{margin-top:8px;font-size:14px;color:#6b7280}.department-toolbar{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.department-search,.department-sort-select{border:1px solid #d1d5db;border-radius:12px;padding:12px 14px;font-size:14px;background:#fff}.department-search{flex:1;min-width:260px}.department-sort-select{min-width:220px}.department-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:18px}.department-card{display:flex;flex-direction:column;gap:18px;background:#fff;border-radius:20px;padding:22px;text-decoration:none;color:inherit;box-shadow:0 2px 12px #0f172a14;transition:transform .15s ease,box-shadow .15s ease}.department-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0f172a1f}.department-card-header{display:flex;justify-content:space-between;gap:16px}.department-employee-name{font-size:18px;font-weight:700;color:#111827}.department-employee-position{margin-top:6px;font-size:14px;color:#6b7280}.department-card-meta{display:flex;flex-direction:column;gap:8px;font-size:14px;color:#4b5563}.department-empty-state{background:#fff;border-radius:18px;padding:32px;text-align:center;color:#6b7280;box-shadow:0 2px 12px #0f172a14}@media(max-width:768px){.department-header{flex-direction:column;align-items:flex-start}.department-title{font-size:26px}.department-toolbar{flex-direction:column;align-items:stretch}.department-search,.department-sort-select{width:100%}.department-grid{grid-template-columns:1fr}.department-card-header{flex-direction:column;align-items:flex-start}}.department-card-status{display:inline-flex;align-items:center;width:fit-content;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:600}.department-card-status-success{background:#dcfce7;color:#166534}.department-card-status-empty{background:#f3f4f6;color:#6b7280}.department-survey-link{display:inline-flex;align-items:center;width:fit-content;margin-top:6px;color:#2563eb;font-size:13px;font-weight:600;text-decoration:none}.department-survey-link:hover{text-decoration:underline}.employees-page{display:flex;flex-direction:column;gap:24px}.employees-header{display:flex;justify-content:space-between;align-items:flex-start}.employees-title{font-size:32px;font-weight:700;color:#111827}.employees-subtitle{margin-top:8px;color:#6b7280}.employees-filter-bar{display:flex;gap:12px;flex-wrap:wrap}.employees-filter-bar input,.employees-filter-bar select{min-width:220px;padding:12px 14px;border:1px solid #d1d5db;border-radius:12px;background:#fff}.employees-table-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;overflow:hidden}.employees-table{width:100%;border-collapse:collapse}.employees-table th,.employees-table td{padding:16px;text-align:left;border-bottom:1px solid #f3f4f6}.employees-table th{background:#f9fafb;font-size:13px;font-weight:600;color:#6b7280}.employee-table-user{display:flex;align-items:center;gap:12px}.employee-table-avatar{width:42px;height:42px;border-radius:50%;background:#dbeafe;color:#1d4ed8;display:flex;align-items:center;justify-content:center;font-weight:700}.employee-table-name{font-weight:600;color:#111827}.employee-table-email{font-size:13px;color:#6b7280}.employees-detail-button{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:10px;background:#2563eb;color:#fff;text-decoration:none;font-size:14px;font-weight:600}.employees-empty-cell{text-align:center;color:#6b7280;padding:32px}@media(max-width:1200px){.employees-table-card{overflow-x:auto}.employees-table{min-width:1000px}}.employees-toolbar{display:flex;gap:12px;flex-wrap:wrap}.employees-toolbar select{min-width:220px;padding:12px 14px;border:1px solid #d1d5db;border-radius:12px;background:#fff}.employees-pagination{display:flex;justify-content:space-between;align-items:center;gap:16px}.employees-pagination button{padding:10px 14px;border:1px solid #d1d5db;border-radius:10px;background:#fff;cursor:pointer}.employees-pagination button:disabled{opacity:.5;cursor:not-allowed}.employees-pagination-info{color:#6b7280;font-size:14px}.employees-export-button{display:inline-flex;align-items:center;justify-content:center;padding:12px 16px;border:none;border-radius:12px;background:#2563eb;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:.2s ease}.employees-export-button:hover{background:#1d4ed8}.employees-archive-toggle{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#374151;padding:0 12px}.employees-archive-toggle input[type=checkbox]{width:auto;min-width:0}.employees-row-archived{background:#fafafa;color:#6b7280}.employees-archived-badge{display:inline-block;margin-left:10px;padding:2px 8px;font-size:11px;font-weight:600;color:#92400e;background:#fef3c7;border-radius:999px;vertical-align:middle}.employees-row-actions{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.employees-action-button{padding:6px 10px;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;border:1px solid transparent;white-space:nowrap}.employees-action-button:disabled{opacity:.6;cursor:not-allowed}.employees-action-button.archive{background:#fff7ed;border-color:#fed7aa;color:#9a3412}.employees-action-button.archive:hover:not(:disabled){background:#ffedd5}.employees-action-button.unarchive{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.employees-action-button.unarchive:hover:not(:disabled){background:#dbeafe}.employees-action-button.delete{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.employees-action-button.delete:hover:not(:disabled){background:#fee2e2}.employee-page{display:flex;flex-direction:column;gap:24px}.employee-header-card,.employee-latest-survey-card,.employee-history-card{background:#fff;border-radius:24px;padding:24px;box-shadow:0 2px 12px #0f172a14}.employee-header-top{display:flex;justify-content:space-between;gap:20px}.employee-company-link{font-size:14px;color:#2563eb;text-decoration:none}.employee-company-link:hover{text-decoration:underline}.employee-name{margin:10px 0 12px;font-size:32px;font-weight:700;color:#111827}.employee-meta-line{font-size:15px;color:#6b7280;margin-top:6px}.employee-contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:24px}.employee-contact-card{background:#f9fafb;border-radius:18px;padding:18px}.employee-contact-label{font-size:13px;color:#6b7280;margin-bottom:8px}.employee-contact-value{font-size:18px;font-weight:600;color:#111827}.employee-section-header{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px}.employee-survey-link{color:#2563eb;font-size:14px;font-weight:600;text-decoration:none}.employee-survey-link:hover{text-decoration:underline}.employee-survey-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px}.employee-survey-metric{background:#f9fafb;border-radius:18px;padding:18px}.employee-survey-label{font-size:13px;color:#6b7280;margin-bottom:8px}.employee-survey-value{font-size:28px;font-weight:700;color:#111827}.employee-history-list{display:flex;flex-direction:column;gap:14px}.employee-history-item{display:flex;justify-content:space-between;align-items:center;gap:20px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:18px;padding:18px;text-decoration:none;color:inherit;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.employee-history-item:hover{transform:translateY(-2px);border-color:#cbd5e1;box-shadow:0 8px 24px #0f172a14}.employee-history-date{font-size:16px;font-weight:700;color:#111827}.employee-history-scores{margin-top:6px;font-size:14px;color:#6b7280}.employee-empty-state{background:#f9fafb;border:1px dashed #d1d5db;border-radius:18px;padding:28px;text-align:center;color:#6b7280}@media(max-width:768px){.employee-header-top,.employee-section-header,.employee-history-item{flex-direction:column;align-items:flex-start}.employee-name{font-size:26px}}.admin-page{display:flex;flex-direction:column;gap:28px}.admin-header{display:flex;flex-direction:column;gap:8px}.admin-title{margin:0;font-size:32px;font-weight:700;color:#111827}.admin-subtitle{margin:0;color:#4b5563;max-width:760px;line-height:1.5}.admin-section{display:flex;flex-direction:column;gap:14px}.admin-section-title{margin:0;font-size:18px;font-weight:700;color:#111827}.admin-tile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.admin-tile{position:relative;display:flex;flex-direction:column;gap:8px;padding:20px;border-radius:16px;background:#fff;border:1px solid #e5e7eb;text-decoration:none;color:inherit;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.admin-tile:hover:not(.admin-tile-disabled){transform:translateY(-2px);border-color:#2563eb;box-shadow:0 8px 24px #0f172a14}.admin-tile-title{font-size:18px;font-weight:700;color:#111827}.admin-tile-subtitle{color:#6b7280;font-size:14px;line-height:1.45}.admin-tile-cta{margin-top:auto;padding-top:8px;font-size:13px;font-weight:600;color:#2563eb}.admin-tile-disabled{background:#f9fafb;border-style:dashed;cursor:not-allowed;opacity:.85}.admin-tile-badge{align-self:flex-start;display:inline-block;padding:2px 8px;border-radius:999px;background:#e5e7eb;color:#4b5563;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}@media(max-width:640px){.admin-title{font-size:26px}.admin-tile{padding:16px}}.admin-users-page{display:flex;flex-direction:column;gap:24px;padding:24px}.admin-users-header{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.admin-users-header h1{margin:0;font-size:28px;font-weight:700;color:#1f2937}.admin-users-header p{margin:6px 0 0;color:#6b7280;font-size:14px}.admin-users-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #0000000a}.admin-users-table{width:100%;border-collapse:collapse}.admin-users-table thead{background:#f9fafb}.admin-users-table th{text-align:left;padding:16px 20px;font-size:13px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #e5e7eb}.admin-users-table td{padding:18px 20px;border-bottom:1px solid #f3f4f6;color:#111827;font-size:14px;vertical-align:middle}.admin-users-table tbody tr:hover{background:#f9fafb}.table-actions{display:flex;gap:8px;flex-wrap:wrap}.primary-button,.secondary-button{border:none;border-radius:10px;padding:10px 16px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.primary-button{background:#2563eb;color:#fff}.primary-button:hover{background:#1d4ed8}.secondary-button{background:#f3f4f6;color:#374151}.secondary-button:hover{background:#e5e7eb}.danger-button{background:#fee2e2;color:#b91c1c}.danger-button:hover{background:#fecaca}.success-button{background:#dcfce7;color:#166534}.success-button:hover{background:#bbf7d0}.role-badge,.status-badge{display:inline-flex;align-items:center;justify-content:center;min-width:90px;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:700}.role-admin{background:#fee2e2;color:#b91c1c}.role-doctor{background:#dbeafe;color:#1d4ed8}.role-hr{background:#dcfce7;color:#15803d}.role-manager{background:#ffedd5;color:#c2410c}.role-employee{background:#e5e7eb;color:#4b5563}.status-badge.active{background:#dcfce7;color:#166534}.status-badge.inactive{background:#f3f4f6;color:#6b7280}.status-badge.locked{background:#fee2e2;color:#b91c1c}.modal-overlay{position:fixed;inset:0;background:#11182780;display:flex;align-items:center;justify-content:center;padding:24px;z-index:1000}.modal-card{width:100%;max-width:560px;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 24px 48px #0000002e}.modal-header,.modal-footer{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #f3f4f6}.modal-footer{border-top:1px solid #f3f4f6;border-bottom:none;justify-content:flex-end;gap:12px}.modal-header h2{margin:0;font-size:20px;font-weight:700;color:#111827}.modal-body{display:flex;flex-direction:column;gap:18px;padding:24px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:600;color:#374151}.form-group input,.form-group select{width:100%;border:1px solid #d1d5db;border-radius:10px;padding:12px 14px;font-size:14px;color:#111827;background:#fff}.form-group input:focus,.form-group select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.icon-button{width:36px;height:36px;border:none;border-radius:10px;background:#f3f4f6;color:#374151;font-size:20px;cursor:pointer}.icon-button:hover{background:#e5e7eb}@media(max-width:992px){.admin-users-table{min-width:900px}.admin-users-card{overflow-x:auto}}@media(max-width:640px){.admin-users-page{padding:16px}.admin-users-header{flex-direction:column;align-items:flex-start}.table-actions{flex-direction:column;align-items:stretch}.secondary-button,.primary-button{width:100%}.modal-card{max-width:100%}}.form-error{font-size:12px;color:#dc2626;margin-top:4px}.checkbox-group{margin-top:4px}.checkbox-label{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:500;color:#374151}.checkbox-label input[type=checkbox]{width:16px;height:16px}.admin-users-filters{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.filter-input{flex:1;min-width:240px;border:1px solid #d1d5db;border-radius:10px;padding:12px 14px;font-size:14px;color:#111827;background:#fff}.filter-select{min-width:180px;border:1px solid #d1d5db;border-radius:10px;padding:12px 14px;font-size:14px;color:#111827;background:#fff}.filter-input:focus,.filter-select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.warning-button{background:#fef3c7;color:#b45309}.warning-button:hover{background:#fde68a}.empty-table-state{padding:32px;text-align:center;color:#6b7280;font-size:14px}.admin-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.admin-stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px;box-shadow:0 4px 12px #0000000a}.admin-stat-value{font-size:28px;font-weight:700;color:#111827}.admin-stat-label{margin-top:6px;font-size:14px;color:#6b7280}.user-cell{display:flex;align-items:center;gap:12px}.user-avatar{width:42px;height:42px;border-radius:50%;background:#dbeafe;color:#1d4ed8;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;flex-shrink:0}.user-details{display:flex;flex-direction:column;gap:4px}.user-name{font-size:14px;font-weight:600;color:#111827}.user-email{font-size:13px;color:#6b7280}.admin-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px}.toolbar-group{display:flex;gap:12px;flex-wrap:wrap}.pagination-container{display:flex;justify-content:space-between;align-items:center;gap:16px}.pagination-info{font-size:14px;color:#6b7280}.secondary-button:disabled{opacity:.5;cursor:not-allowed}.error-banner{padding:14px 16px;border-radius:12px;background:#fee2e2;color:#b91c1c;font-size:14px;font-weight:500}.loading-banner{padding:14px 16px;border-radius:12px;background:#dbeafe;color:#1d4ed8;font-size:14px;font-weight:500}.form-group select:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.history-table-wrapper{width:100%;overflow-x:auto}.history-table{width:100%;min-width:850px;border-collapse:collapse}.history-table thead tr{background:#f3f4f6}.history-table th{text-align:left;padding:14px 16px;border-bottom:1px solid #d1d5db;font-size:.8rem;font-weight:700;text-transform:uppercase;color:#374151;letter-spacing:.03em}.history-table td{padding:14px 16px;border-bottom:1px solid #e5e7eb;vertical-align:middle;color:#111827;font-size:.95rem}.history-table tbody tr:nth-child(2n){background:#f9fafb}.history-table tbody tr:hover{background:#f3f4f6}.history-risk-badge{display:inline-flex;align-items:center;justify-content:center;min-width:70px;padding:5px 12px;border-radius:999px;color:#fff;font-size:.75rem;font-weight:700;text-transform:uppercase}.history-ampel-badge{display:inline-flex;align-items:center;justify-content:center;min-width:70px;padding:5px 12px;border-radius:999px;background:#e5e7eb;color:#374151;font-size:.75rem;font-weight:700;text-transform:uppercase}.history-table-link{display:inline-flex;align-items:center;color:#2563eb;font-weight:600;text-decoration:none}.history-table-link:hover{text-decoration:underline}.history-trend-arrow{margin-left:4px;font-size:.8rem;opacity:.7}.contact-employee-backdrop{position:fixed;inset:0;background:#11182773;display:flex;align-items:center;justify-content:center;z-index:100;padding:16px}.contact-employee-modal{width:min(680px,100%);background:#fff;border-radius:20px;box-shadow:0 20px 40px #0003;display:flex;flex-direction:column;max-height:92vh}.contact-employee-header{display:flex;justify-content:space-between;align-items:flex-start;padding:20px 24px 12px;border-bottom:1px solid #f3f4f6;gap:12px}.contact-employee-title{font-size:20px;font-weight:700;color:#111827;margin:0}.contact-employee-subtitle{font-size:13px;color:#6b7280;margin-top:4px}.contact-employee-subtitle-sep{color:#9ca3af}.contact-employee-close{width:32px;height:32px;border-radius:10px;border:none;background:#f3f4f6;cursor:pointer;font-size:18px;color:#374151;flex-shrink:0}.contact-employee-close:hover{background:#e5e7eb}.contact-employee-body{display:flex;flex-direction:column;gap:14px;padding:18px 24px 22px;overflow-y:auto}.contact-employee-field{display:flex;flex-direction:column;gap:6px}.contact-employee-label{font-size:13px;font-weight:600;color:#374151}.contact-employee-input{padding:10px 12px;border:1px solid #d1d5db;border-radius:12px;background:#fff;font-size:14px;color:#111827}.contact-employee-input:focus,.contact-employee-textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.contact-employee-textarea{padding:10px 12px;border:1px solid #d1d5db;border-radius:12px;background:#fff;font-size:14px;color:#111827;font-family:inherit;line-height:1.5;resize:vertical;min-height:180px}.contact-employee-note{font-size:12px;color:#6b7280;background:#f9fafb;border:1px solid #f3f4f6;padding:10px 12px;border-radius:12px;line-height:1.5}.contact-employee-hint{font-size:13px;color:#6b7280;background:#f9fafb;border:1px dashed #e5e7eb;padding:10px 12px;border-radius:12px}.contact-employee-error{font-size:13px;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;padding:10px 12px;border-radius:12px;line-height:1.4}.contact-employee-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:4px;flex-wrap:wrap}.contact-employee-btn{padding:10px 16px;border-radius:12px;border:none;font-size:14px;font-weight:600;cursor:pointer}.contact-employee-btn-secondary{background:#fff;color:#374151;border:1px solid #d1d5db}.contact-employee-btn-secondary:hover:not(:disabled){background:#f9fafb}.contact-employee-btn-primary{background:#2563eb;color:#fff}.contact-employee-btn-primary:hover:not(:disabled){background:#1d4ed8}.contact-employee-btn:disabled{opacity:.6;cursor:not-allowed}css .survey-result-page{display:flex;flex-direction:column;gap:24px;padding:24px}.survey-result-header{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;flex-wrap:wrap}.survey-result-header-left{display:flex;flex-direction:column;gap:8px}.survey-result-title{margin:0;font-size:2rem;font-weight:700;color:#111827}.survey-result-subtitle{color:#6b7280;font-size:.95rem}.survey-result-actions{display:flex;gap:12px;flex-wrap:wrap}.survey-result-button{border:none;border-radius:12px;padding:10px 16px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.survey-result-button-primary{background:#2563eb;color:#fff}.survey-result-button-primary:hover{background:#1d4ed8}.survey-result-button-secondary{background:#f3f4f6;color:#111827}.survey-result-button-secondary:hover{background:#e5e7eb}.survey-result-button-danger{background:#dc2626;color:#fff}.survey-result-button-danger:hover{background:#b91c1c}.survey-result-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.survey-result-detail-card,.survey-result-section-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 4px 12px #0000000a}.survey-result-detail-card{padding:20px;display:flex;flex-direction:column;gap:10px}.survey-result-detail-label{font-size:.9rem;font-weight:600;color:#6b7280}.survey-result-score-value{font-size:2rem;font-weight:700;line-height:1}.survey-result-score-trend{font-size:.95rem;font-weight:600}.survey-result-score-hint{font-size:.85rem;color:#9ca3af}.survey-result-section-card{padding:24px}.survey-result-section-header{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px}.survey-result-section-header h2{margin:0;font-size:1.2rem;color:#111827}.survey-result-clinical-summary{background:#f9fafb;border:1px solid #e5e7eb;border-radius:14px;padding:18px;color:#374151;line-height:1.6}.survey-result-severity{display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;font-size:.85rem;font-weight:700;margin-bottom:16px;text-transform:uppercase}.survey-result-severity-green{background:#dcfce7;color:#166534}.survey-result-severity-yellow{background:#fef3c7;color:#92400e}.survey-result-severity-red{background:#fee2e2;color:#991b1b}.survey-result-flags-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.survey-result-flag-card{border-radius:16px;padding:18px;border:1px solid #e5e7eb;display:flex;flex-direction:column;gap:12px}.survey-result-flag-red{background:#fef2f2;border-color:#fecaca}.survey-result-flag-yellow{background:#fffbeb;border-color:#fde68a}.survey-result-flag-green{background:#f0fdf4;border-color:#bbf7d0}.survey-result-flag-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.survey-result-flag-title{font-size:1rem;font-weight:700;color:#111827}.survey-result-flag-severity{font-size:.8rem;font-weight:700;text-transform:uppercase;color:#6b7280}.survey-result-flag-date{font-size:.85rem;color:#6b7280}.survey-result-empty{padding:18px;border:1px dashed #d1d5db;border-radius:14px;color:#6b7280;background:#f9fafb}.survey-result-loading,.survey-result-error{padding:32px}.survey-result-reprocess-message{margin-top:12px;padding:12px 14px;border-radius:12px;background:#ecfeff;border:1px solid #a5f3fc;color:#155e75;font-size:.9rem}.survey-result-contact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.survey-result-contact-item{border:1px solid #e5e7eb;border-left:4px solid #10b981;border-radius:12px;background:#fff;padding:12px 14px;display:flex;flex-direction:column;gap:4px}.survey-result-contact-item-failed{border-left-color:#dc2626;background:#fef2f2}.survey-result-contact-head{display:flex;flex-wrap:wrap;align-items:center;gap:10px;font-size:.85rem;color:#6b7280}.survey-result-contact-badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.survey-result-contact-badge-sent{background:#d1fae5;color:#065f46}.survey-result-contact-badge-failed{background:#fee2e2;color:#991b1b}.survey-result-contact-time{color:#374151;font-weight:500}.survey-result-contact-recipient{color:#6b7280}.survey-result-contact-subject{font-size:.95rem;font-weight:600;color:#111827}.survey-result-contact-sender{font-size:.8rem;color:#6b7280}.survey-result-contact-error{margin-top:4px;font-size:.85rem;color:#991b1b;background:#fff1f2;border:1px solid #fecdd3;padding:8px 10px;border-radius:10px;white-space:pre-wrap}@media(max-width:900px){.survey-result-page{padding:16px}.survey-result-header{flex-direction:column;align-items:stretch}.survey-result-actions{width:100%}.survey-result-button{flex:1;justify-content:center}}@media(max-width:640px){.survey-result-title{font-size:1.5rem}.survey-result-grid,.survey-result-flags-grid{grid-template-columns:1fr}.survey-result-detail-card,.survey-result-section-card{border-radius:16px}}.audit-log-page{display:flex;flex-direction:column;gap:24px}.audit-log-header{display:flex;justify-content:space-between;align-items:flex-start}.audit-log-title{font-size:32px;font-weight:700;color:#111827}.audit-log-subtitle{margin-top:8px;color:#6b7280}.audit-log-filters{display:flex;gap:12px;flex-wrap:wrap}.audit-log-filters input,.audit-log-filters select{min-width:220px;padding:12px 14px;border:1px solid #d1d5db;border-radius:12px;background:#fff}.audit-log-table-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;overflow:hidden}.audit-log-table{width:100%;border-collapse:collapse}.audit-log-table th,.audit-log-table td{padding:16px;text-align:left;border-bottom:1px solid #f3f4f6}.audit-log-table th{background:#f9fafb;font-size:13px;font-weight:600;color:#6b7280}.audit-log-empty-cell{text-align:center;padding:32px;color:#6b7280}.audit-log-action{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:600}.audit-log-action-employee_view{background:#dbeafe;color:#1d4ed8}.audit-log-action-report_download{background:#dcfce7;color:#15803d}.audit-log-action-user_update{background:#fef3c7;color:#b45309}.audit-log-action-employee_delete{background:#fee2e2;color:#b91c1c}.department-detail-backdrop{position:fixed;inset:0;background:#1118278c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}.department-detail-modal{background:#fff;border-radius:16px;width:100%;max-width:920px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 24px 64px #00000038;overflow:hidden}.department-detail-header{display:flex;align-items:flex-start;justify-content:space-between;padding:18px 24px;border-bottom:1px solid #e5e7eb;gap:16px}.department-detail-header h2{margin:0 0 4px;font-size:1.25rem;color:#111827}.department-detail-subtitle{color:#6b7280;font-size:.9rem}.department-detail-close{border:none;background:transparent;font-size:28px;line-height:1;color:#6b7280;cursor:pointer;padding:0 6px}.department-detail-close:hover{color:#111827}.department-detail-body{padding:18px 24px;overflow-y:auto;flex:1}.department-detail-loading,.department-detail-empty{color:#6b7280;padding:12px;text-align:center}.department-detail-error{padding:12px 14px;border-radius:10px;background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.department-detail-error-inline{color:#991b1b;font-size:.85rem;margin-right:auto}.department-detail-section{margin-bottom:24px}.department-detail-section h3{margin:0 0 10px;font-size:1rem;color:#111827}.department-detail-badges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}.department-detail-badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:999px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.department-detail-badge-red{background:#fee2e2;color:#991b1b}.department-detail-badge-orange{background:#ffedd5;color:#9a3412}.department-detail-badge-yellow{background:#fef3c7;color:#92400e}.department-detail-badge-green{background:#dcfce7;color:#166534}.department-detail-badge-grey{background:#e5e7eb;color:#374151}.department-detail-badge-info{background:#dbeafe;color:#1e40af}.department-detail-kv{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin:0}.department-detail-kv>div{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px}.department-detail-kv dt{font-size:.78rem;color:#6b7280;text-transform:uppercase;letter-spacing:.03em;margin-bottom:2px}.department-detail-kv dd{margin:0;font-size:1.1rem;font-weight:700;color:#111827}.department-detail-risk-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.department-detail-risk-label{font-size:.85rem;font-weight:600;color:#374151;margin-bottom:6px}.department-detail-risk-list{list-style:none;margin:0;padding:0}.department-detail-risk-list li{display:flex;align-items:center;gap:8px;padding:4px 0;font-size:.9rem;color:#374151}.department-detail-dot{display:inline-block;width:10px;height:10px;border-radius:50%}.department-detail-dot-red{background:#dc2626}.department-detail-dot-orange{background:#f97316}.department-detail-dot-yellow{background:#d97706}.department-detail-dot-green{background:#16a34a}.department-detail-dot-grey{background:#9ca3af}.department-detail-table{width:100%;border-collapse:collapse;font-size:.9rem}.department-detail-table th,.department-detail-table td{padding:8px 10px;border-bottom:1px solid #f3f4f6;text-align:left}.department-detail-table th{color:#6b7280;font-weight:600;background:#f9fafb}.department-detail-table tbody tr:hover{background:#fafafa}.department-detail-rec-list{display:flex;flex-direction:column;gap:10px}.department-detail-rec{border:1px solid #e5e7eb;border-left-width:4px;border-radius:12px;padding:12px 14px;background:#fff}.department-detail-rec-high{border-left-color:#dc2626;background:#fff1f2}.department-detail-rec-medium{border-left-color:#d97706;background:#fffbeb}.department-detail-rec-low{border-left-color:#16a34a;background:#f0fdf4}.department-detail-rec-info{border-left-color:#2563eb;background:#eff6ff}.department-detail-rec-title{font-weight:700;color:#111827;margin-bottom:4px}.department-detail-rec-body{color:#374151;font-size:.92rem;line-height:1.5}.department-detail-rec-rationale{margin-top:6px;color:#6b7280;font-size:.78rem;font-style:italic}.department-detail-footer{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;border-top:1px solid #e5e7eb;gap:16px;background:#f9fafb}.department-detail-footer-note{font-size:.82rem;color:#6b7280;max-width:40%}.department-detail-footer-actions{display:flex;gap:10px;align-items:center}.department-detail-button-primary,.department-detail-button-secondary{border:none;border-radius:10px;padding:9px 14px;font-size:.92rem;font-weight:600;cursor:pointer;transition:all .15s ease}.department-detail-button-primary{background:#2563eb;color:#fff}.department-detail-button-primary:hover:not(:disabled){background:#1d4ed8}.department-detail-button-primary:disabled{background:#93c5fd;cursor:not-allowed}.department-detail-button-secondary{background:#e5e7eb;color:#111827}.department-detail-button-secondary:hover{background:#d1d5db}@media(max-width:640px){.department-detail-backdrop{padding:8px}.department-detail-modal{max-height:96vh}.department-detail-footer{flex-direction:column;align-items:stretch}.department-detail-footer-note{max-width:unset}}.reports-page{display:flex;flex-direction:column;gap:24px}.reports-header{display:flex;justify-content:space-between;align-items:flex-start}.reports-title{font-size:32px;font-weight:700;color:#111827}.reports-subtitle{margin-top:8px;color:#6b7280}.reports-filters{display:flex;gap:12px;flex-wrap:wrap;align-items:flex-end}.reports-filter{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#374151}.reports-filter span{font-weight:500;color:#4b5563}.reports-filter select,.reports-filter input{min-width:200px;padding:10px 12px;border:1px solid #d1d5db;border-radius:12px;background:#fff;font-size:14px}.reports-reset-button{padding:10px 14px;border:1px solid #d1d5db;border-radius:12px;background:#fff;color:#374151;cursor:pointer;font-size:13px;height:40px}.reports-reset-button:hover{background:#f9fafb}.reports-export-button{padding:10px 14px;border:1px solid #2563eb;border-radius:12px;background:#2563eb;color:#fff;cursor:pointer;font-size:13px;font-weight:600;height:40px;display:inline-flex;align-items:center;gap:6px}.reports-export-button:hover{background:#1d4ed8;border-color:#1d4ed8}.reports-export-button:disabled{background:#93c5fd;border-color:#93c5fd;cursor:not-allowed}.reports-inline-success{padding:12px 16px;border-radius:12px;background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0;font-size:13px}.reports-tabs{display:flex;gap:8px;border-bottom:1px solid #e5e7eb}.reports-tab{padding:10px 16px;border:none;background:transparent;cursor:pointer;font-size:14px;font-weight:500;color:#6b7280;border-bottom:2px solid transparent;margin-bottom:-1px}.reports-tab:hover{color:#111827}.reports-tab-active{color:#2563eb;border-bottom-color:#2563eb}.reports-overview{display:flex;flex-direction:column;gap:20px}.reports-kpi-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.reports-kpi{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:6px}.reports-kpi-red{border-color:#fecaca;background:#fef2f2}.reports-kpi-value{font-size:28px;font-weight:700;color:#111827}.reports-kpi-red .reports-kpi-value{color:#b91c1c}.reports-kpi-label{font-size:13px;color:#6b7280}.reports-charts-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px}.reports-chart-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px}.reports-chart-title{font-size:14px;font-weight:600;color:#111827;margin-bottom:12px}.reports-empty-chart{padding:40px 16px;text-align:center;color:#9ca3af;font-size:13px;border:1px dashed #e5e7eb;border-radius:12px}.reports-table-wrap{display:flex;flex-direction:column;gap:12px}.reports-subfilters{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;flex-wrap:wrap}.reports-count-hint{color:#6b7280;font-size:13px;padding-bottom:10px}.reports-table-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;overflow:hidden}.reports-table{width:100%;border-collapse:collapse}.reports-table th,.reports-table td{padding:14px 16px;text-align:left;border-bottom:1px solid #f3f4f6;font-size:14px;vertical-align:middle}.reports-table th{background:#f9fafb;font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.02em}.reports-detail-button{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:10px;background:#2563eb;color:#fff;text-decoration:none;font-size:13px;font-weight:600}.reports-detail-button:hover{background:#1d4ed8}.reports-empty-cell{text-align:center;padding:32px;color:#6b7280}.reports-loading{padding:24px;text-align:center;color:#6b7280;background:#f9fafb;border:1px dashed #e5e7eb;border-radius:12px}.reports-error{padding:12px 16px;border-radius:12px;background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;font-size:13px}.reports-employee-name{font-weight:600;color:#111827}.reports-employee-email{font-size:12px;color:#6b7280;margin-top:2px}.reports-flags{display:flex;flex-wrap:wrap;gap:4px}.reports-flag-pill{display:inline-block;padding:2px 8px;border-radius:999px;background:#fef3c7;color:#92400e;font-size:11px;font-weight:600}.reports-count-red{display:inline-block;padding:2px 8px;border-radius:999px;background:#fee2e2;color:#b91c1c;font-weight:600;font-size:13px}.reports-count-yellow{display:inline-block;padding:2px 8px;border-radius:999px;background:#fef3c7;color:#92400e;font-weight:600;font-size:13px}.reports-department-link{color:#2563eb;text-decoration:none;font-weight:500}.reports-department-link:hover{text-decoration:underline}.reports-department-report-btn{border:1px solid #2563eb;background:#fff;color:#1d4ed8;border-radius:8px;padding:4px 10px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .15s ease}.reports-department-report-btn:hover:not(:disabled){background:#2563eb;color:#fff}.reports-department-report-btn:disabled{opacity:.45;cursor:not-allowed}.csv-import-page{display:flex;flex-direction:column;gap:24px}.csv-import-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.csv-import-header h1{margin:0;font-size:30px;font-weight:700;color:#111827}.csv-import-header p{margin:8px 0 0;color:#6b7280;font-size:15px}.csv-import-card{background:#fff;border-radius:18px;padding:24px;box-shadow:0 8px 24px #0f172a14;display:flex;flex-direction:column;gap:24px}.csv-import-field{display:flex;flex-direction:column;gap:8px}.csv-import-field label{font-size:14px;font-weight:600;color:#374151}.csv-import-field input[type=file]{border:1px solid #d1d5db;border-radius:10px;padding:12px;background:#f9fafb;color:#111827;font-size:14px}.csv-import-field input[type=file]:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.csv-company-select{border:1px solid #d1d5db;border-radius:10px;padding:12px;background:#fff;color:#111827;font-size:14px;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#6b7280 50%),linear-gradient(135deg,#6b7280 50%,transparent 50%);background-position:calc(100% - 18px) 50%,calc(100% - 12px) 50%;background-size:6px 6px,6px 6px;background-repeat:no-repeat}.csv-company-select:disabled{background-color:#f3f4f6;color:#9ca3af;cursor:not-allowed}.csv-company-badge{font-weight:500;color:#2563eb}.csv-selected-file{padding:12px 14px;border-radius:10px;background:#eff6ff;color:#1d4ed8;font-size:14px;font-weight:500}.csv-loading{padding:12px 14px;border-radius:10px;background:#f3f4f6;color:#4b5563;font-size:14px}.csv-error{padding:14px 16px;border-radius:10px;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;font-size:14px;font-weight:500}.csv-preview-section{display:flex;flex-direction:column;gap:12px}.csv-section-title{font-size:16px;font-weight:700;color:#111827}.csv-preview-table-wrapper{overflow-x:auto;border:1px solid #e5e7eb;border-radius:12px}.csv-preview-table{width:100%;border-collapse:collapse;min-width:900px}.csv-preview-table thead{background:#f9fafb}.csv-preview-table th{padding:14px 16px;text-align:left;font-size:13px;font-weight:700;color:#374151;border-bottom:1px solid #e5e7eb;white-space:nowrap}.csv-preview-table td{padding:14px 16px;font-size:14px;color:#111827;border-bottom:1px solid #f3f4f6;white-space:nowrap}.csv-preview-table tbody tr:hover{background:#f9fafb}.csv-actions{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap}.csv-template-button{border:1px solid #d1d5db;background:#fff;color:#111827;border-radius:10px;padding:10px 16px;cursor:pointer;font-size:14px;font-weight:600;transition:background .15s ease}.csv-template-button:hover{background:#f3f4f6}.csv-secondary-button{border:1px solid #2563eb;background:#fff;color:#1d4ed8;border-radius:10px;padding:12px 20px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s ease}.csv-secondary-button:hover:not(:disabled){background:#eff6ff}.csv-secondary-button:disabled{opacity:.6;cursor:not-allowed}.csv-field-hint{font-size:12px;color:#6b7280}.csv-field-hint code{background:#f3f4f6;padding:1px 6px;border-radius:4px;font-size:12px}.csv-import-button{border:none;border-radius:10px;padding:12px 20px;background:#2563eb;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease}.csv-import-button:hover:not(:disabled){background:#1d4ed8;transform:translateY(-1px)}.csv-import-button:disabled{background:#9ca3af;cursor:not-allowed}.csv-result-card{border:1px solid #e5e7eb;border-radius:14px;padding:20px;background:#f9fafb;display:flex;flex-direction:column;gap:20px}.csv-result-grid{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:16px}.csv-result-ok{color:#15803d}.csv-result-skip{color:#ca8a04}.csv-result-error{color:#b91c1c}.csv-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.csv-summary-block{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:12px 14px}.csv-summary-title{font-size:13px;font-weight:700;color:#374151;margin-bottom:8px}.csv-summary-list{margin:0;padding-left:18px;font-size:13px;color:#111827;max-height:140px;overflow-y:auto}.csv-contact-block{margin-top:12px;background:#f8fafc;border-color:#cbd5f5}.csv-contact-line{font-size:13px;color:#334155;margin-top:4px}.csv-contact-line-highlight{color:#1d4ed8}.csv-contact-line-success{color:#15803d;font-weight:600}.csv-rows-section{display:flex;flex-direction:column;gap:10px}.csv-rows-table-wrapper{overflow-x:auto;border:1px solid #e5e7eb;border-radius:12px;max-height:420px;overflow-y:auto}.csv-rows-table{width:100%;border-collapse:collapse;min-width:900px;font-size:13px}.csv-rows-table thead{position:sticky;top:0;background:#f9fafb;z-index:1}.csv-rows-table th{padding:10px 12px;text-align:left;font-weight:700;color:#374151;border-bottom:1px solid #e5e7eb;white-space:nowrap}.csv-rows-table td{padding:10px 12px;color:#111827;border-bottom:1px solid #f3f4f6;vertical-align:top}.csv-badge{display:inline-block;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:600}.csv-badge-ok{background:#dcfce7;color:#15803d}.csv-badge-skip{background:#fef3c7;color:#b45309}.csv-badge-error{background:#fee2e2;color:#b91c1c}.csv-result-item{background:#fff;border-radius:12px;padding:16px;border:1px solid #e5e7eb;display:flex;flex-direction:column;gap:6px}.csv-result-label{font-size:13px;color:#6b7280}.csv-result-value{font-size:24px;font-weight:700;color:#111827}.csv-error-list{display:flex;flex-direction:column;gap:10px}.csv-error-item{background:#fff;border:1px solid #fecaca;color:#b91c1c;border-radius:10px;padding:12px 14px;font-size:14px}@media(max-width:900px){.csv-import-header{flex-direction:column;align-items:stretch}.csv-actions{justify-content:stretch}.csv-import-button{width:100%}.csv-result-grid{grid-template-columns:1fr}}.questionnaires-page{display:flex;flex-direction:column;gap:24px}.questionnaires-header{display:flex;justify-content:space-between;align-items:flex-start}.questionnaires-title{font-size:32px;font-weight:700;color:#111827}.questionnaires-subtitle{margin-top:8px;color:#6b7280}.questionnaires-create{display:flex;gap:12px;flex-wrap:wrap;padding:16px;background:#fff;border:1px solid #e5e7eb;border-radius:20px}.questionnaires-create input,.questionnaires-create select{min-width:220px;padding:12px 14px;border:1px solid #d1d5db;border-radius:12px;background:#fff}.questionnaires-create button{padding:12px 16px;border:none;border-radius:12px;background:#2563eb;color:#fff;font-weight:600;cursor:pointer}.questionnaires-create button:disabled{opacity:.6;cursor:not-allowed}.questionnaires-filter-bar{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.questionnaires-filter-bar select{min-width:220px;padding:12px 14px;border:1px solid #d1d5db;border-radius:12px;background:#fff}.questionnaires-archive-toggle{display:inline-flex;align-items:center;gap:8px;color:#374151;font-size:14px}.questionnaires-table-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;overflow:hidden}.questionnaires-table{width:100%;border-collapse:collapse}.questionnaires-table th,.questionnaires-table td{padding:16px;text-align:left;border-bottom:1px solid #f3f4f6;vertical-align:top}.questionnaires-table th{background:#f9fafb;font-size:13px;font-weight:600;color:#6b7280}.questionnaires-row-desc{font-size:13px;color:#6b7280;margin-top:4px}.questionnaires-row-archived{background:#fafafa;color:#6b7280}.questionnaires-status{display:inline-block;padding:2px 10px;border-radius:999px;font-size:12px;font-weight:600}.questionnaires-status.status-draft{background:#e5e7eb;color:#374151}.questionnaires-status.status-published{background:#dcfce7;color:#166534}.questionnaires-status.status-archived{background:#fef3c7;color:#92400e}.questionnaires-row-actions{display:flex;gap:6px;flex-wrap:wrap}.questionnaires-action-button{padding:6px 10px;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;border:1px solid transparent;text-decoration:none;white-space:nowrap;display:inline-flex;align-items:center}.questionnaires-action-button:disabled{opacity:.6;cursor:not-allowed}.questionnaires-action-button.edit{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.questionnaires-action-button.publish{background:#f0fdf4;border-color:#bbf7d0;color:#166534}.questionnaires-action-button.duplicate{background:#f8fafc;border-color:#e2e8f0;color:#334155}.questionnaires-action-button.archive{background:#fff7ed;border-color:#fed7aa;color:#9a3412}.questionnaires-action-button.unarchive{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.questionnaires-action-button.delete{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.questionnaires-empty-cell{text-align:center;color:#6b7280;padding:32px}.questionnaires-scope-badge{display:inline-block;padding:2px 10px;border-radius:999px;font-size:12px;font-weight:600}.questionnaires-scope-badge.scope-global{background:#ede9fe;color:#5b21b6;border:1px solid #ddd6fe}.questionnaires-num-cell{font-variant-numeric:tabular-nums;color:#374151}@media(max-width:1200px){.questionnaires-table-card{overflow-x:auto}.questionnaires-table{min-width:1100px}}.qedit-page{display:flex;flex-direction:column;gap:20px}.qedit-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.qedit-back-link{display:inline-block;margin-bottom:8px;color:#2563eb;text-decoration:none;font-size:14px}.qedit-title{font-size:28px;font-weight:700;color:#111827}.qedit-subtitle{margin-top:4px;color:#6b7280;font-size:14px}.qedit-actions-header{display:flex;gap:8px;flex-wrap:wrap}.qedit-warning{padding:12px 16px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:12px}.qedit-warning-locked{background:#eff6ff;border-color:#bfdbfe;color:#1e3a8a}.qedit-info{padding:12px 16px;background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46;border-radius:12px}.qedit-meta-card{padding:16px;background:#fff;border:1px solid #e5e7eb;border-radius:20px;display:flex;flex-direction:column;gap:12px}.qedit-field{display:flex;flex-direction:column;gap:6px;font-size:14px;color:#374151}.qedit-field input,.qedit-field textarea,.qedit-field select{padding:10px 12px;border:1px solid #d1d5db;border-radius:10px;background:#fff;font-size:14px;width:100%;box-sizing:border-box}.qedit-field-inline{flex-direction:row;align-items:center;gap:8px}.qedit-field-inline input[type=checkbox]{width:auto}.qedit-row{display:flex;gap:12px;flex-wrap:wrap;align-items:flex-end}.qedit-row .qedit-field{flex:1;min-width:200px}.qedit-questions{display:flex;flex-direction:column;gap:16px}.qedit-question{padding:16px;background:#fff;border:1px solid #e5e7eb;border-radius:20px;display:flex;flex-direction:column;gap:12px}.qedit-question-head{display:flex;justify-content:space-between;align-items:center}.qedit-question-index{font-weight:700;color:#111827}.qedit-question-controls{display:flex;gap:6px}.qedit-icon-btn{width:32px;height:32px;border-radius:8px;border:1px solid #d1d5db;background:#fff;cursor:pointer;font-size:14px}.qedit-icon-btn:disabled{opacity:.4;cursor:not-allowed}.qedit-icon-btn-danger{border-color:#fecaca;color:#b91c1c}.qedit-options{padding:12px;background:#f9fafb;border-radius:12px;display:flex;flex-direction:column;gap:8px}.qedit-options-head{display:flex;justify-content:space-between;align-items:center;font-size:13px;font-weight:600;color:#374151}.qedit-option-row{display:flex;gap:8px;align-items:center}.qedit-option-row input[type=text]{flex:1;padding:8px 10px;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-size:14px}.qedit-option-row input[type=number]{width:90px;padding:8px 10px;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-size:14px}.qedit-options-empty{font-size:13px;color:#6b7280;font-style:italic}.qedit-add-bar{display:flex;gap:8px;flex-wrap:wrap;padding:12px;background:#f3f4f6;border-radius:12px}.qedit-footer-actions{display:flex;gap:8px;justify-content:flex-end;flex-wrap:wrap}.qedit-btn{padding:10px 16px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;border:1px solid transparent}.qedit-btn:disabled{opacity:.6;cursor:not-allowed}.qedit-btn-primary{background:#2563eb;color:#fff}.qedit-btn-primary:hover:not(:disabled){background:#1d4ed8}.qedit-btn-secondary{background:#fff;border-color:#d1d5db;color:#374151}.qedit-btn-secondary:hover:not(:disabled){background:#f3f4f6}.qedit-btn-ghost{background:transparent;border-color:#d1d5db;color:#2563eb;padding:8px 12px;font-size:13px}.qedit-btn-ghost:hover:not(:disabled){background:#eff6ff}.qedit-assignments{padding:16px;background:#fff;border:1px solid #e5e7eb;border-radius:20px;display:flex;flex-direction:column;gap:12px}.qedit-assignments-head{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.qedit-assignments-head h2{font-size:18px;font-weight:700;color:#111827;margin:0}.qedit-archive-toggle{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#374151}.qedit-assignment-form{display:flex;gap:8px;flex-wrap:wrap;align-items:center;padding:12px;background:#f9fafb;border-radius:12px}.qedit-assignment-form select,.qedit-assignment-form input[type=datetime-local]{padding:10px 12px;border:1px solid #d1d5db;border-radius:10px;background:#fff;font-size:14px;min-width:180px}.qedit-assignments-empty{padding:16px;text-align:center;color:#6b7280;background:#f9fafb;border-radius:12px;font-size:14px}.qedit-assignments-table{width:100%;border-collapse:collapse}.qedit-assignments-table th,.qedit-assignments-table td{padding:12px;text-align:left;border-bottom:1px solid #f3f4f6;font-size:14px}.qedit-assignments-table th{background:#f9fafb;font-size:12px;font-weight:600;color:#6b7280}.qedit-assignments-cancelled{color:#9ca3af;background:#fafafa}.qedit-assignments-status{display:inline-block;padding:2px 10px;border-radius:999px;font-size:12px;font-weight:600}.qedit-assignments-status.status-active{background:#dcfce7;color:#166534}.qedit-assignments-status.status-cancelled{background:#fef3c7;color:#92400e}.qedit-assignments-actions{display:flex;flex-wrap:wrap;gap:6px}.qedit-scoring-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;margin-top:20px;display:flex;flex-direction:column;gap:14px}.qedit-scoring-head h2{margin:0 0 4px;font-size:18px}.qedit-scoring-sub{font-size:13px;color:#6b7280;line-height:1.5}.qedit-subscales{display:flex;flex-direction:column;gap:12px}.qedit-subscales-head{display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:14px;color:#374151}.qedit-subscale{border:1px solid #e5e7eb;border-radius:8px;padding:14px;background:#f9fafb;display:flex;flex-direction:column;gap:10px}.qedit-subscale-head{display:flex;justify-content:space-between;align-items:center}.qedit-subscale-index{font-weight:600;font-size:13px;color:#4b5563}.qedit-subscale-questions{display:flex;flex-direction:column;gap:4px;max-height:220px;overflow-y:auto;padding:8px 10px;background:#fff;border:1px solid #e5e7eb;border-radius:6px}.qedit-subscale-question{display:flex;align-items:center;gap:8px;font-size:13px;color:#374151;cursor:pointer}.qedit-subscale-question input[type=checkbox]{margin:0}.qedit-subscale-question-disabled{color:#9ca3af;cursor:not-allowed}.qedit-subscale-question-disabled em{font-style:italic;color:#9ca3af}.qedit-befund-block{margin-top:18px;padding-top:16px;border-top:1px dashed #e5e7eb;display:flex;flex-direction:column;gap:10px}.qedit-befund-head{display:flex;flex-direction:column;gap:4px}.qedit-befund-head>span:first-child{font-weight:600;font-size:14px;color:#374151}.qedit-befund-hint{font-size:13px;color:#6b7280;line-height:1.5}.qedit-preview-block{margin-top:18px;padding-top:16px;border-top:1px dashed #e5e7eb;display:flex;flex-direction:column;gap:12px}.qedit-preview-head{display:flex;justify-content:space-between;align-items:center}.qedit-preview-head>span:first-child{font-weight:600;font-size:14px;color:#374151}.qedit-preview-hint{font-size:13px;color:#6b7280;line-height:1.5}.qedit-preview-questions{display:flex;flex-direction:column;gap:8px;max-height:280px;overflow-y:auto;padding:10px 12px;background:#fff;border:1px solid #e5e7eb;border-radius:6px}.qedit-preview-question{display:flex;flex-direction:column;gap:4px}.qedit-preview-question-text{font-size:13px;color:#374151;font-weight:500}.qedit-preview-question select,.qedit-preview-question input{width:100%;padding:6px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;font-family:inherit}.qedit-preview-question input:disabled{background:#f3f4f6;color:#9ca3af}.qedit-preview-results{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px}.qedit-preview-sub,.qedit-preview-overall{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:4px}.qedit-preview-overall{grid-column:1 / -1;background:#fafafa}.qedit-preview-sub-label{font-size:13px;color:#4b5563;font-weight:600}.qedit-preview-sub-score{font-size:22px;font-weight:700}.qedit-preview-sub-level{font-size:12px;font-weight:700;letter-spacing:.05em}.qedit-preview-befund{margin-top:6px;padding-top:6px;border-top:1px solid #e5e7eb;font-size:13px;color:#4b5563;line-height:1.5}.qedit-flags-block{margin-top:18px;padding-top:16px;border-top:1px dashed #e5e7eb;display:flex;flex-direction:column;gap:10px}.qedit-flags-head{display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:14px;color:#374151}.qedit-flags-hint{font-size:13px;color:#6b7280;line-height:1.5}.qedit-flags-hint code{background:#f3f4f6;padding:1px 5px;border-radius:4px;font-family:ui-monospace,SFMono-Regular,monospace;font-size:12px}.qedit-flag{border:1px solid #e5e7eb;border-radius:8px;padding:12px;background:#f9fafb;display:flex;flex-direction:column;gap:8px}.qedit-flag-head{display:flex;justify-content:space-between;align-items:center}.surveys-page{display:flex;flex-direction:column;gap:20px}.surveys-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.surveys-title{font-size:28px;font-weight:700;color:#111827;margin:0}.surveys-subtitle{margin-top:4px;color:#6b7280;font-size:14px}.surveys-filter-bar{display:flex;gap:12px;flex-wrap:wrap;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:12px 16px}.surveys-filter-bar select,.surveys-filter-bar input[type=text]{padding:6px 10px;border:1px solid #d1d5db;border-radius:6px;background:#fff;font-size:14px;min-width:180px}.surveys-filter-toggle{display:inline-flex;align-items:center;gap:6px;font-size:14px;color:#374151}.surveys-table-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow-x:auto}.surveys-table{width:100%;border-collapse:collapse}.surveys-table th,.surveys-table td{padding:10px 14px;border-bottom:1px solid #f3f4f6;text-align:left;font-size:14px;vertical-align:top}.surveys-table th{background:#f9fafb;font-weight:600;color:#374151;position:sticky;top:0;z-index:1}.surveys-table tr:last-child td{border-bottom:none}.surveys-empty-cell{padding:24px;text-align:center;color:#6b7280}.surveys-row-actions{display:flex;gap:6px;flex-wrap:wrap}.surveys-action-btn{padding:4px 10px;border:1px solid transparent;border-radius:6px;background:#f3f4f6;color:#111827;cursor:pointer;font-size:13px}.surveys-action-btn:hover:not(:disabled){background:#e5e7eb}.surveys-action-btn:disabled{opacity:.6;cursor:not-allowed}.surveys-action-btn.danger{background:#fee2e2;color:#991b1b}.surveys-action-btn.danger:hover:not(:disabled){background:#fecaca}.surveys-action-btn.primary{background:#2563eb;color:#fff}.surveys-status{display:inline-block;padding:2px 8px;border-radius:999px;font-size:12px;font-weight:600;white-space:nowrap}.surveys-status.status-pending,.surveys-status.status-sent{background:#dbeafe;color:#1e3a8a}.surveys-status.status-opened,.surveys-status.status-in_progress{background:#fef3c7;color:#92400e}.surveys-status.status-completed{background:#d1fae5;color:#065f46}.surveys-status.status-cancelled,.surveys-status.status-expired{background:#e5e7eb;color:#4b5563}.surveys-ampel{display:inline-block;padding:2px 8px;border-radius:999px;font-size:12px;font-weight:600}.surveys-ampel.ampel-green{background:#d1fae5;color:#065f46}.surveys-ampel.ampel-yellow{background:#fef3c7;color:#92400e}.surveys-ampel.ampel-red{background:#fee2e2;color:#991b1b}.modal-backdrop{position:fixed;inset:0;background:#1118278c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.modal-content.dispatch-modal{background:#fff;border-radius:10px;padding:20px 24px;width:min(900px,100%);max-height:calc(100vh - 40px);overflow-y:auto;box-shadow:0 20px 40px #0003}.dispatch-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.dispatch-modal-header h2{font-size:20px;font-weight:700;color:#111827;margin:0}.dispatch-modal-close{width:32px;height:32px;border-radius:8px;border:none;background:#f3f4f6;font-size:20px;line-height:1;cursor:pointer;color:#374151}.dispatch-modal-close:hover{background:#e5e7eb}.dispatch-modal-summary{display:flex;gap:16px;margin-bottom:16px}.dispatch-summary-item{flex:1;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:12px 16px;display:flex;flex-direction:column;gap:4px}.dispatch-summary-num{font-size:24px;font-weight:700;color:#111827}.dispatch-summary-label{font-size:13px;color:#6b7280}.dispatch-modal-hint{background:#fef3c7;border:1px solid #fcd34d;color:#78350f;padding:12px 14px;border-radius:8px;font-size:13px;margin-bottom:14px;line-height:1.45}.dispatch-modal-actions{display:flex;gap:8px;justify-content:flex-end;margin-bottom:12px}.dispatch-modal-table-wrap{border:1px solid #e5e7eb;border-radius:8px;overflow-x:auto;margin-bottom:16px}.dispatch-modal-table{width:100%;border-collapse:collapse}.dispatch-modal-table th,.dispatch-modal-table td{padding:8px 12px;border-bottom:1px solid #f3f4f6;text-align:left;font-size:13px;vertical-align:top}.dispatch-modal-table th{background:#f9fafb;font-weight:600;color:#374151}.dispatch-modal-link-cell code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,monospace;font-size:12px;background:#f3f4f6;padding:2px 6px;border-radius:4px;display:inline-block;max-width:340px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dispatch-modal-reused{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:12px 16px;margin-bottom:16px}.dispatch-modal-reused h3{font-size:15px;font-weight:600;margin:0 0 6px;color:#111827}.dispatch-modal-reused-hint{font-size:13px;color:#4b5563;margin:0 0 8px}.dispatch-modal-reused-list{list-style:disc;margin:0;padding-left:20px;font-size:13px;color:#374151}.dispatch-modal-empty{padding:24px;text-align:center;color:#6b7280}.dispatch-modal-footer{display:flex;justify-content:flex-end;gap:8px}.dispatch-btn{padding:6px 14px;border:1px solid transparent;border-radius:6px;cursor:pointer;font-size:14px}.dispatch-btn:disabled{opacity:.6;cursor:not-allowed}.dispatch-btn-primary{background:#2563eb;color:#fff}.dispatch-btn-primary:hover:not(:disabled){background:#1d4ed8}.dispatch-btn-secondary{background:#f3f4f6;color:#111827;border-color:#d1d5db}.dispatch-btn-secondary:hover:not(:disabled){background:#e5e7eb}.dispatch-btn-ghost{background:transparent;color:#2563eb}.dispatch-btn-ghost:hover:not(:disabled){background:#eff6ff}.qedit-btn.qedit-btn-dispatch{background:#059669;color:#fff;border-color:#047857}.qedit-btn.qedit-btn-dispatch:hover:not(:disabled){background:#047857}.surveys-action-btn.primary{background:#2563eb;color:#fff;border-color:#1d4ed8}.surveys-action-btn.primary:hover:not(:disabled){background:#1d4ed8}.surveys-banner{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;border-radius:8px;margin:8px 0;font-size:14px;border:1px solid transparent}.surveys-banner-ok{background:#ecfdf5;color:#065f46;border-color:#a7f3d0}.surveys-banner-warn{background:#fffbeb;color:#92400e;border-color:#fde68a}.surveys-banner-error{background:#fef2f2;color:#991b1b;border-color:#fecaca}.surveys-banner-close{background:transparent;border:none;font-size:18px;line-height:1;cursor:pointer;color:inherit;padding:0 4px}.dispatch-mail-status{display:inline-flex;align-items:center;gap:4px;font-size:12px;padding:2px 8px;border-radius:999px;white-space:nowrap;border:1px solid transparent}.dispatch-mail-status.tone-ok{background:#ecfdf5;color:#065f46;border-color:#a7f3d0}.dispatch-mail-status.tone-warn{background:#fffbeb;color:#92400e;border-color:#fde68a}.dispatch-mail-status.tone-error{background:#fef2f2;color:#991b1b;border-color:#fecaca}.dispatch-mail-status.tone-neutral{background:#f3f4f6;color:#4b5563;border-color:#e5e7eb}.dispatch-mail-error{margin-top:4px;font-size:11px;color:#991b1b;max-width:220px;word-break:break-word}.email-settings-page{padding:24px;max-width:720px}.email-settings-page h1{margin:0 0 4px}.email-settings-page .es-subtitle{color:#6b7280;margin-bottom:24px}.email-settings-card{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000f;padding:24px;margin-bottom:16px}.email-settings-card h2{margin:0 0 16px;font-size:16px;color:#111827}.es-field{display:flex;flex-direction:column;gap:4px;margin-bottom:14px}.es-field label{font-size:13px;font-weight:600;color:#374151}.es-field input[type=text],.es-field input[type=email],.es-field input[type=password],.es-field input[type=number]{padding:8px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:14px}.es-field-row{display:grid;grid-template-columns:1fr 140px;gap:12px;margin-bottom:14px}.es-checkbox{display:flex;align-items:center;gap:8px;margin-bottom:10px;font-size:14px;color:#374151}.es-help{font-size:12px;color:#6b7280;margin-top:-4px;margin-bottom:14px}.es-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.es-btn{padding:8px 14px;border-radius:6px;border:1px solid #d1d5db;background:#fff;cursor:pointer;font-size:14px}.es-btn:disabled{opacity:.6;cursor:not-allowed}.es-btn.primary{background:#2563eb;color:#fff;border-color:#1d4ed8}.es-btn.primary:hover:not(:disabled){background:#1d4ed8}.es-status-pill{display:inline-block;padding:2px 10px;border-radius:999px;font-size:12px;margin-left:8px}.es-status-pill.configured{background:#ecfdf5;color:#065f46}.es-status-pill.not-configured{background:#fffbeb;color:#92400e}.ps-root{min-height:100vh;background:linear-gradient(180deg,#f3f4f6,#e5e7eb);display:flex;justify-content:center;padding:24px 16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#111827}.ps-shell{width:100%;max-width:720px;display:flex;flex-direction:column;gap:16px}.ps-brand{text-align:center;font-weight:700;font-size:20px;color:#1f2937;letter-spacing:.04em}.ps-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:24px 28px;box-shadow:0 6px 20px #1118270f}.ps-heading{margin:0 0 6px;font-size:22px;font-weight:700;color:#111827}.ps-subheading{margin:0;color:#6b7280;font-size:14px;line-height:1.5}.ps-meta-row{display:flex;flex-wrap:wrap;gap:10px 20px;margin-top:14px;color:#4b5563;font-size:13px}.ps-meta-label{color:#6b7280;margin-right:4px}.ps-info{background:#eff6ff;color:#1e3a8a;border:1px solid #bfdbfe;padding:12px 14px;border-radius:8px;font-size:14px;line-height:1.5}.ps-error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca;padding:12px 14px;border-radius:8px;font-size:14px}.ps-form{display:flex;flex-direction:column;gap:14px;margin-top:18px}.ps-label{display:flex;flex-direction:column;gap:6px;font-size:14px;color:#111827}.ps-label input[type=date],.ps-label input[type=text],.ps-label input[type=number],.ps-label textarea{padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:15px;background:#fff;color:#111827}.ps-label input:focus,.ps-label textarea:focus{outline:2px solid #93c5fd;outline-offset:0;border-color:#3b82f6}.ps-label textarea{resize:vertical;min-height:80px}.ps-actions{display:flex;gap:10px;margin-top:10px;flex-wrap:wrap;justify-content:flex-end}.ps-btn{padding:10px 18px;border-radius:8px;border:1px solid transparent;cursor:pointer;font-size:15px;font-weight:500}.ps-btn:disabled{opacity:.6;cursor:not-allowed}.ps-btn-primary{background:#2563eb;color:#fff}.ps-btn-primary:hover:not(:disabled){background:#1d4ed8}.ps-btn-secondary{background:#f3f4f6;color:#111827;border-color:#d1d5db}.ps-btn-secondary:hover:not(:disabled){background:#e5e7eb}.ps-question{border-top:1px solid #f3f4f6;padding:18px 0}.ps-question:first-of-type{border-top:none;padding-top:0}.ps-question-text{font-size:16px;font-weight:600;color:#111827;line-height:1.5;margin:0 0 12px}.ps-question-required{color:#b91c1c;margin-left:4px}.ps-options{display:flex;flex-direction:column;gap:8px}.ps-option{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;background:#fff;font-size:15px;line-height:1.4}.ps-option:hover{background:#f9fafb;border-color:#d1d5db}.ps-option input[type=radio]{margin-top:3px}.ps-option-selected{background:#eff6ff;border-color:#60a5fa}.ps-autosave{font-size:12px;color:#6b7280;text-align:right;min-height:16px}.ps-autosave.saving{color:#2563eb}.ps-autosave.error{color:#b91c1c}.ps-done{text-align:center;padding:40px 20px}.ps-done-icon{font-size:48px;color:#059669;margin-bottom:12px}.ps-done-title{font-size:22px;font-weight:700;color:#065f46;margin:0 0 6px}.ps-done-message{color:#4b5563;font-size:15px;line-height:1.6;margin:0}.ps-footer{text-align:center;color:#9ca3af;font-size:12px;margin-top:12px}@media(max-width:600px){.ps-card{padding:18px 16px}.ps-heading{font-size:18px}.ps-actions{flex-direction:column-reverse}.ps-actions .ps-btn{width:100%}}.surveys-page{display:flex;flex-direction:column;gap:24px;max-width:920px}.surveys-header{display:flex;flex-direction:column;gap:8px}.surveys-title{font-size:32px;font-weight:700;color:#111827;margin:0}.surveys-subtitle{color:#6b7280;margin:0}.surveys-banner{padding:12px 16px;border-radius:12px;border:1px solid #e5e7eb;background:#f9fafb;font-size:14px;color:#374151}.surveys-banner-success{background:#ecfdf5;border-color:#a7f3d0;color:#065f46}.surveys-banner-error{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.surveys-form{display:flex;flex-direction:column;gap:18px}.surveys-fieldset{border:1px solid #e5e7eb;border-radius:14px;padding:18px 22px 20px;background:#fff;display:flex;flex-direction:column;gap:12px;margin:0}.surveys-fieldset legend{font-size:13px;font-weight:600;color:#111827;text-transform:uppercase;letter-spacing:.05em;padding:0 6px}.surveys-label{display:flex;flex-direction:column;gap:6px;font-size:14px;color:#111827}.surveys-label-radio{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#111827;margin-right:18px;cursor:pointer}.surveys-input{padding:10px 12px;border:1px solid #d1d5db;border-radius:10px;font-size:14px;color:#111827;background:#fff;font-family:inherit;width:100%;max-width:480px;box-sizing:border-box}.surveys-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.surveys-input[type=number]{max-width:160px}.surveys-input:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}textarea.surveys-input{min-height:90px;resize:vertical;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,monospace;font-size:13px}.surveys-field-hint{font-size:12px;color:#6b7280;line-height:1.5}.surveys-field-hint-inline{font-size:12px;color:#6b7280;margin-left:4px}.surveys-field-error{font-size:13px;color:#b91c1c}.surveys-logo-block{display:flex;flex-direction:column;gap:10px}.surveys-logo-preview{display:inline-block;padding:8px;background:#f9fafb;border:1px dashed #d1d5db;border-radius:10px;max-width:220px}.surveys-logo-preview img{display:block;max-width:200px;max-height:100px;object-fit:contain}.surveys-btn-primary,.surveys-btn-secondary{padding:10px 18px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;border:1px solid transparent;transition:background .15s,border-color .15s;font-family:inherit}.surveys-btn-primary{background:#2563eb;color:#fff}.surveys-btn-primary:hover:not(:disabled){background:#1d4ed8}.surveys-btn-secondary{background:#fff;color:#374151;border-color:#d1d5db}.surveys-btn-secondary:hover:not(:disabled){background:#f9fafb}.surveys-btn-primary:disabled,.surveys-btn-secondary:disabled{opacity:.6;cursor:not-allowed}.surveys-actions{display:flex;gap:10px;align-items:center;margin-top:4px;flex-wrap:wrap}.surveys-meta{font-size:12px;color:#6b7280;padding-top:8px}.followups-page{display:flex;flex-direction:column;gap:24px}.followups-header{display:flex;flex-direction:column;gap:8px}.followups-title{margin:0;font-size:32px;font-weight:700;color:#111827}.followups-subtitle{margin:0;color:#4b5563;max-width:820px;line-height:1.5}.followups-banner{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:10px;border:1px solid #e5e7eb;background:#f3f4f6;color:#111827}.followups-banner-ok{background:#ecfdf5;border-color:#a7f3d0;color:#065f46}.followups-banner-warn{background:#fef3c7;border-color:#fde68a;color:#92400e}.followups-banner-error{background:#fee2e2;border-color:#fecaca;color:#991b1b}.followups-banner-close{margin-left:auto;border:none;background:transparent;color:inherit;font-size:18px;line-height:1;cursor:pointer}.followups-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.followups-stat{padding:14px 16px;border-radius:12px;background:#fff;border:1px solid #e5e7eb;display:flex;flex-direction:column;gap:4px}.followups-stat-label{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}.followups-stat-value{font-size:24px;font-weight:700;color:#111827}.followups-stat-overdue{border-left:4px solid #dc2626}.followups-stat-due{border-left:4px solid #f59e0b}.followups-stat-upcoming{border-left:4px solid #10b981}.followups-stat-inactive{border-left:4px solid #9ca3af}.followups-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:16px}.followups-card-title{margin:0;font-size:18px;font-weight:700;color:#111827}.followups-form{display:flex;flex-direction:column;gap:14px}.followups-form-row{display:grid;grid-template-columns:2fr 2fr 1fr;gap:12px}@media(max-width:800px){.followups-form-row{grid-template-columns:1fr}}.followups-field{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#374151}.followups-field span{font-weight:600;color:#374151}.followups-field input[type=text],.followups-field input[type=number],.followups-field input[type=date],.followups-field select,.followups-field textarea{padding:8px 10px;border:1px solid #d1d5db;border-radius:8px;font:inherit;color:#111827;background:#fff}.followups-field textarea{resize:vertical;min-height:44px}.followups-field-narrow input{width:100%}.followups-form-actions{display:flex;justify-content:flex-end}.followups-btn{padding:6px 12px;border-radius:8px;border:1px solid #d1d5db;background:#fff;color:#111827;font-weight:600;font-size:13px;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.followups-btn:hover:not(:disabled){border-color:#9ca3af;background:#f9fafb}.followups-btn:disabled{opacity:.55;cursor:not-allowed}.followups-btn-primary{background:#2563eb;border-color:#2563eb;color:#fff}.followups-btn-primary:hover:not(:disabled){background:#1d4ed8;border-color:#1d4ed8;color:#fff}.followups-btn-danger{background:#fff;border-color:#fecaca;color:#b91c1c}.followups-btn-danger:hover:not(:disabled){background:#fee2e2;border-color:#f87171;color:#991b1b}.followups-list-header{display:flex;flex-wrap:wrap;align-items:flex-end;gap:16px;justify-content:space-between}.followups-filters{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-end}.followups-filter{display:flex;flex-direction:column;gap:4px;font-size:12px;color:#374151}.followups-filter span{font-weight:600}.followups-filter select{padding:6px 10px;border:1px solid #d1d5db;border-radius:8px;background:#fff;font:inherit;color:#111827}.followups-filter-checkbox{flex-direction:row;align-items:center;gap:6px;padding-bottom:4px}.followups-filter-checkbox input{width:16px;height:16px}.followups-table-wrapper{overflow-x:auto;border:1px solid #e5e7eb;border-radius:12px}.followups-table{width:100%;border-collapse:collapse;font-size:14px;color:#111827}.followups-table thead th{position:sticky;top:0;background:#f9fafb;text-align:left;padding:10px 12px;font-weight:700;color:#374151;border-bottom:1px solid #e5e7eb;white-space:nowrap}.followups-table tbody td{padding:10px 12px;border-bottom:1px solid #f3f4f6;vertical-align:top}.followups-row:last-child td{border-bottom:none}.followups-row-overdue{background:#fef2f2}.followups-row-due_soon{background:#fffbeb}.followups-row-upcoming{background:#fff}.followups-row-inactive{background:#f9fafb;color:#6b7280}.followups-company{font-weight:600;color:#111827}.followups-inactive-tag{display:inline-block;margin-top:4px;padding:1px 8px;border-radius:999px;background:#e5e7eb;color:#4b5563;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.followups-relative{font-size:12px;color:#6b7280;margin-top:2px}.followups-muted{color:#9ca3af;font-style:italic}.followups-notes-cell{max-width:260px;white-space:pre-wrap}.followups-notes-cell textarea{width:100%;padding:6px 8px;border:1px solid #d1d5db;border-radius:6px;font:inherit;color:#111827;resize:vertical}.followups-actions-cell{display:flex;flex-wrap:wrap;gap:6px;min-width:260px}.followups-input-narrow{width:90px}.followups-status{display:inline-block;padding:2px 10px;border-radius:999px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.followups-status-overdue{background:#fee2e2;color:#991b1b}.followups-status-due_soon{background:#fef3c7;color:#92400e}.followups-status-upcoming{background:#d1fae5;color:#065f46}.followups-status-inactive{background:#e5e7eb;color:#4b5563}.followups-empty{padding:18px;border-radius:10px;background:#f9fafb;border:1px dashed #d1d5db;color:#6b7280;text-align:center}@media(max-width:640px){.followups-title{font-size:26px}.followups-card{padding:16px}.followups-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}
