body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;overflow-x:hidden}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.connectivity-banner{animation:slideDown .3s ease-out;background-color:#ff3b30;box-shadow:0 2px 4px #0003;color:#fff;font-weight:700;left:0;padding:10px;position:fixed;text-align:center;top:0;width:100%;z-index:9999}.text-center{text-align:center}@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.auth-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin:0 auto;max-width:420px;padding:2rem;width:100%}.form-group{margin-bottom:1.5rem;width:100%}.form-group label{color:#666;display:block;font-size:.9rem;margin-bottom:.5rem;text-align:left}.form-group input{border:1px solid #ddd;border-radius:4px;box-sizing:border-box;font-size:1rem;padding:.75rem;width:100%}.auth-container{align-items:center;background-color:#f5f5f5;box-sizing:border-box;display:flex;justify-content:center;min-height:100vh;padding:1rem}.auth-card h2{color:#333;font-weight:500;margin-bottom:2rem;text-align:center}.auth-error{background-color:#ffebee;border-left:4px solid #c62828;border-radius:4px;color:#c62828;font-size:.9rem;margin-bottom:1.5rem;padding:.75rem}.form-group input::placeholder{color:#aaa}.form-group input:disabled{background-color:#f9f9f9;cursor:not-allowed}.auth-button{background-color:#3b5998;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;margin-top:1rem;padding:.75rem;transition:background-color .2s;width:100%}.auth-button:hover:not(:disabled){background-color:#2d4373}.auth-button:disabled{background-color:#9eb3db;cursor:not-allowed}.auth-links{align-items:center;display:flex;flex-direction:column;margin-top:1.5rem}.auth-link{color:#3b5998;font-size:.9rem;margin-top:.5rem;text-decoration:none}.auth-link:hover{text-decoration:underline}.password-input-container{display:flex;position:relative;width:100%}.password-input-container input{flex:1 1;padding-right:40px}.password-toggle-btn{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;font-size:1.2rem;height:100%;justify-content:center;opacity:.7;position:absolute;right:0;top:0;transition:opacity .2s ease;width:40px}.password-toggle-btn:hover{opacity:1}.password-toggle-btn:focus{border-radius:0 4px 4px 0;box-shadow:0 0 0 2px #007bff40;outline:none}.auth-message{background-color:#d4edda;border:1px solid #c3e6cb;border-radius:4px;color:#155724;margin-bottom:20px;padding:12px;text-align:center}.account-type-container{display:flex;gap:10px;margin-bottom:5px}.account-type-option{align-items:center;background-color:#f5f5f5;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;display:flex;flex:1 1;justify-content:space-between;padding:12px 15px;position:relative;transition:all .3s ease}.account-type-option:hover{background-color:#f0f8f0;border-color:#1e4727}.account-type-option.selected{background-color:#e8f5e9;border-color:#1e4727}.account-type-icon{color:#666;font-size:18px;margin-right:8px}.account-type-option.selected .account-type-icon{color:#1e4727}.account-type-option span{color:#333;flex:1 1;font-size:16px;font-weight:500}.account-type-option.selected span{color:#1e4727}.radio-button{align-items:center;background-color:#fff;border:2px solid #1e4727;border-radius:50%;display:flex;height:20px;justify-content:center;margin-left:10px;width:20px}.radio-button-inner{background-color:#1e4727;border-radius:50%;height:10px;width:10px}.helper-text{color:#666;font-size:12px;font-style:italic;margin-top:5px;text-align:center}@media (max-width:768px){.account-type-container{flex-direction:column;gap:8px}.account-type-option{padding:10px 12px}.account-type-icon{font-size:16px}.account-type-option span{font-size:14px}}.account-type-option:focus{outline:2px solid #1e4727;outline-offset:2px}.account-type-option{transition:border-color .3s ease,background-color .3s ease,transform .1s ease}.account-type-option:active{transform:scale(.98)}.account-type-option.selected{box-shadow:0 2px 4px #1e47271a}.dashboard-container{display:flex;min-height:100vh;position:relative}.sidebar{background-color:#e8f5e9;bottom:0;display:flex;flex-direction:column;padding:20px 0;position:fixed;top:0;transition:left .3s ease;width:200px;z-index:200}.sidebar.open{left:0}.logo{font-size:24px;font-weight:700;margin-bottom:30px;padding:10px 20px}.nav-menu{display:flex;flex-direction:column}.nav-item{border-radius:10px;color:#333;font-size:16px;margin:5px 10px;padding:12px 20px;text-decoration:none;transition:background-color .2s}.nav-item:hover{background-color:#c8e6c9}.nav-item.active{background-color:#81c784}.overlay{background:#0000004d;bottom:0;left:0;position:fixed;right:0;top:0;z-index:100}.burger-button{background:#0000;border:none;cursor:pointer;display:none;left:15px;padding:4px 4px 4px 0;position:fixed;top:15px;z-index:300}.burger-button button{background:none;border:none;cursor:pointer}.main-area{background-color:#f5f5f5;display:flex;flex:1 1;flex-direction:column;margin-left:200px;transition:margin-left .3s ease}.dashboard-header{background-color:#fff;border-bottom:1px solid #e0e0e0;justify-content:flex-end;padding:1rem 2rem}.dashboard-header,.user-info{align-items:center;display:flex}.user-info{gap:1rem}.user-info span{color:#555}.logout-button{background-color:#f44336;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.875rem;padding:.5rem 1rem;transition:background-color .2s}.logout-button:hover{background-color:#d32f2f}.logout-button:disabled{background-color:#e57373;cursor:not-allowed}.dashboard-error{background-color:#ffebee;border-left:4px solid #f44336;border-radius:4px;color:#c62828;margin:1rem 2rem;padding:.75rem 1rem}main{flex:1 1;overflow-y:auto}@media (max-width:768px){.dashboard-header{left:0;padding:1rem 20px;position:fixed;right:0;top:0;z-index:200}.burger-button{display:block}.sidebar{border-bottom-right-radius:8px;left:-200px}.sidebar.open{left:0}.main-area{margin-left:0}.logo{margin-bottom:10px;margin-top:45px}.burger-button,.nav-icon,.nav-icon-btn{overflow:visible!important}main{padding-top:75px}}.nav-icon-btn{--time:0.1s;--width:24px;--height:32px;--line-height:1px;--line-margin:2;--color:#81c784;-webkit-tap-highlight-color:transparent;height:var(--height);width:var(--width)}.nav-icon{position:relative}.nav-icon,.nav-icon:after,.nav-icon:before{background-color:var(--color);height:var(--line-height);width:var(--width)}.nav-icon:after,.nav-icon:before{content:"";display:block;left:0;position:absolute;transition:transform var(--time) ease-in,top var(--time) linear var(--time)}.nav-icon:before{top:calc(var(--line-height)*-8)}.nav-icon:after{top:calc(var(--line-height)*8)}.nav-icon.nav-icon--active{background-color:initial}.nav-icon.nav-icon--active:after,.nav-icon.nav-icon--active:before{top:0;transition:top var(--time) linear,transform var(--time) ease-in var(--time)}.nav-icon.nav-icon--active:before{transform:rotate(45deg)}.nav-icon.nav-icon--active:after{transform:rotate(-45deg)}.baseline-container{background-color:#f9fafb;min-height:100vh;padding:1.5rem}.baseline-wrapper{margin:0 auto;max-width:80rem}.baseline-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 1px 2px 0 #0000000d}.baseline-header{border-bottom:1px solid #e5e7eb;padding:1.5rem}.baseline-title{color:#059669;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.baseline-title-2{font-size:1.25rem;margin-bottom:1rem;margin-top:0}.baseline-subheader{border-bottom:1px solid #e5e7eb}.baseline-controls{display:flex;flex-direction:column;gap:1rem}.baseline-controls-manager{margin-bottom:1rem}@media (min-width:1024px){.baseline-controls{align-items:center;flex-direction:row;gap:0;justify-content:space-between}}.baseline-search-container{flex:1 1;max-width:28rem;position:relative}.baseline-search-icon{color:#9ca3af;height:1rem;left:.75rem;position:absolute;top:50%;transform:translateY(-50%);width:1rem}.baseline-search-input{border:1px solid #d1d5db;border-radius:.5rem;outline:none;padding:.5rem 1rem .5rem 2.5rem;transition:all .2s;width:100%}.baseline-search-input:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.baseline-button-group{align-items:center;display:flex;gap:1rem}.baseline-dropdown-container{position:relative}.baseline-button{align-items:center;background-color:#fff;border:1px solid #d1d5db;border-radius:.5rem;color:#000;cursor:pointer;display:flex;padding:.5rem 1rem;transition:background-color .2s}.baseline-button:hover{background-color:#f9fafb}.baseline-button-icon{height:1rem;margin-right:.5rem;width:1rem}.baseline-dropdown{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a;margin-top:.5rem;position:absolute;right:0;z-index:10}.baseline-dropdown-filter{width:14rem}.baseline-dropdown-sort{width:18rem}.baseline-dropdown-content{padding:.75rem}.baseline-dropdown-title{color:#374151;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.baseline-dropdown-note{color:#6b7280;font-size:.875rem;margin-bottom:.5rem}.baseline-dropdown-options{display:flex;flex-direction:column;gap:.5rem}.baseline-dropdown-option{align-items:center;cursor:pointer;display:flex}.baseline-dropdown-option input{margin-right:.5rem}.baseline-dropdown-option span{color:#374151;font-size:.875rem}.baseline-dropdown-actions{border-top:1px solid #e5e7eb;display:flex;gap:.25rem;margin-top:.75rem;padding-top:.75rem}.baseline-dropdown-btn{border:none;border-radius:.25rem;cursor:pointer;flex:1 1;font-size:.75rem;padding:.25rem .5rem;transition:background-color .2s}.baseline-dropdown-btn-apply{background-color:#059669;color:#fff}.baseline-dropdown-btn-apply:hover{background-color:#047857}.baseline-dropdown-btn-reset{background-color:#f59e0b;color:#fff}.baseline-dropdown-btn-reset:hover{background-color:#d97706}.baseline-dropdown-btn-cancel{background-color:#2563eb;color:#fff}.baseline-dropdown-btn-cancel:hover{background-color:#1d4ed8}.baseline-content{padding:1.5rem}.baseline-empty-state{padding:3rem 0;text-align:center}.baseline-empty-text{color:#6b7280;font-size:1.125rem}.baseline-clear-filters{background-color:#059669;border:none;border-radius:.5rem;color:#fff;cursor:pointer;margin-top:1rem;padding:.5rem 1rem;transition:background-color .2s}.baseline-clear-filters:hover{background-color:#047857}.baseline-employee-list{display:flex;flex-direction:column;gap:.25rem}.baseline-employee-row{align-items:center;border-bottom:1px solid #d1d5db;display:flex;padding:.75rem 0;transition:background-color .2s}.baseline-employee-row:hover{background-color:#f9fafb}.baseline-letter-column{font-weight:700;width:2rem}.baseline-letter-active{color:#374151}.baseline-employee-content{grid-gap:1rem;align-items:center;display:grid;flex:1 1;gap:1rem;grid-template-columns:repeat(12,1fr)}.baseline-employee-name{grid-column:span 3}.baseline-employee-name-text{color:#111827;font-weight:500}.baseline-progress-section{grid-column:span 3}.baseline-progress-label{color:#4b5563;font-size:.875rem;margin-bottom:.25rem}.baseline-progress-bar-container{align-items:center;display:flex;gap:.5rem}.baseline-progress-bar-track{background-color:#e5e7eb;border-radius:9999px;flex:1 1;height:.75rem}.baseline-progress-bar-fill{border-radius:9999px;height:.75rem;transition:width .3s}.baseline-progress-bar-pre{background-color:#10b981}.baseline-progress-bar-post{background-color:#3b82f6}.baseline-progress-text{color:#374151;font-size:.875rem;font-weight:500;min-width:2rem}.baseline-total-section{grid-column:span 3;text-align:right}.baseline-total-text{color:#374151;font-size:.875rem;font-weight:500}.baseline-location-list{display:flex;flex-direction:column;gap:2rem}.baseline-location-row{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;margin-bottom:2rem;padding:1.5rem;transition:all .2s}.baseline-location-row:hover{background-color:#f1f5f9;border-color:#cbd5e1}.baseline-location-content{display:flex;flex-direction:column;gap:1rem}.baseline-location-name{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.baseline-location-name-text{color:#1e293b;font-size:1.25rem;font-weight:600}.baseline-location-name-clickable{align-items:center;cursor:pointer;display:flex;gap:.5rem;transition:color .2s ease}.baseline-location-name-clickable:hover{color:#059669}.baseline-collapse-indicator{color:#6b7280;font-size:.875rem;transition:transform .2s ease}.baseline-collapse-indicator.collapsed{transform:rotate(-90deg)}.baseline-collapse-indicator.expanded{transform:rotate(0deg)}.baseline-location-stats{display:flex;flex-wrap:wrap;gap:1rem}.baseline-stat-item{border-radius:.25rem;font-size:.875rem;font-weight:500;padding:.25rem .5rem}.baseline-stat-item.completed{background-color:#dcfce7;color:#166534}.baseline-stat-item.in-progress{background-color:#dbeafe;color:#1e40af}.baseline-stat-item.not-started{background-color:#fee2e2;color:#991b1b}.baseline-location-progress{margin:.5rem 0}.baseline-location-progress-container{align-items:center;display:flex;gap:1rem}.baseline-location-progress-bar{background-color:#e5e7eb;border-radius:9999px;flex:1 1;height:1rem;width:100%}.baseline-location-progress-fill{background-color:#059669;border-radius:9999px;height:1rem;transition:width .3s}.baseline-location-progress-text{color:#374151;font-size:.875rem;font-weight:600;min-width:-webkit-fit-content;min-width:fit-content}.baseline-location-employees{margin-top:1rem}.baseline-employee-details{background-color:#fff;border:1px solid #e5e7eb;border-radius:.375rem;overflow:hidden}.baseline-employee-details-header{background-color:#f9fafb;border-bottom:1px solid #e5e7eb;color:#374151;font-weight:600;padding:.75rem 1rem}.baseline-employee-detail-row{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:.75rem 1rem;transition:background-color .2s}.baseline-employee-detail-row:last-child{border-bottom:none}.baseline-employee-detail-row:hover{background-color:#f9fafb}.baseline-employee-detail-name{color:#111827;font-weight:500}.baseline-employee-detail-progress{align-items:center;display:flex;gap:1rem}.baseline-employee-shift-progress{display:flex;gap:1rem}.baseline-shift-item{align-items:center;display:flex;gap:.25rem}.baseline-shift-label{color:#6b7280;font-size:.75rem;font-weight:600}.baseline-shift-value{color:#374151;font-size:.875rem;font-weight:500}.baseline-detail-progress-text{color:#6b7280;font-size:.875rem}.baseline-detail-status{border-radius:.25rem;font-size:.75rem;font-weight:600;padding:.25rem .5rem;text-transform:uppercase}.baseline-detail-status.completed{background-color:#dcfce7;color:#166534}.baseline-detail-status.in_progress{background-color:#dbeafe;color:#1e40af}.baseline-detail-status.not_started{background-color:#fee2e2;color:#991b1b}.baseline-loading{align-items:center;display:flex;height:16rem;justify-content:center}.baseline-loading-spinner{animation:spin 1s linear infinite;border:2px solid;border-color:#0000 #0000 #059669;border-radius:50%;height:2rem;width:2rem}.baseline-loading-text{color:#4b5563;margin-left:.5rem}.baseline-error{background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;margin:1rem;padding:1rem}.baseline-error-title{color:#dc2626;font-weight:500}.baseline-error-message{color:#b91c1c;margin-top:.25rem}.baseline-error-retry{background-color:#dc2626;border:none;border-radius:.5rem;color:#fff;cursor:pointer;margin-top:.75rem;padding:.5rem 1rem;transition:background-color .2s}.baseline-error-retry:hover{background-color:#b91c1c}@media (max-width:1024px){.baseline-employee-content{gap:.5rem;grid-template-columns:1fr}.baseline-dropdown{right:auto}.baseline-employee-name,.baseline-progress-section,.baseline-total-section{grid-column:span 1}.baseline-total-section{text-align:left}.baseline-location-name{align-items:flex-start;flex-direction:column}.baseline-location-stats{flex-direction:column;gap:.5rem}.baseline-employee-detail-row,.baseline-location-progress-container{align-items:flex-start;flex-direction:column;gap:.5rem}.baseline-search-input{width:80%}}@media (max-width:768px){.baseline-container{padding:1rem}.baseline-dropdown-sort{width:16rem}.baseline-location-row{padding:1rem}}.calendar-wrapper{border-top:1px solid #e5e7eb;margin-top:32px;padding:16px}.calendar-title{color:#059669;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.search{border:1px solid #ccc;border-radius:6px;margin-bottom:20px;padding:8px 10px;width:220px}.calendar-toolbar{align-items:center;display:flex;gap:20px}@media (max-width:768px){.calendar-toolbar{align-items:flex-start;margin-bottom:20px}.calendar-toolbar .filter-container{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.calendar-toolbar .impairment-date-range-text{margin-left:0}}.table-scroll{max-height:414px;overflow-x:auto;scrollbar-width:none}.calendar-table{border-spacing:0;width:100%}.calendar-table thead{position:-webkit-sticky;position:sticky;top:0;z-index:3}.calendar-table thead th{background:#f9fafb;border-top:1px solid #ddd}.baseline-location-employees .calendar-table td:first-child,.baseline-location-employees .calendar-table thead th:first-of-type{background-color:#f8fafc;transition:all .2s}.baseline-location-row:hover
.baseline-location-employees
.calendar-table
td:first-child,.baseline-location-row:hover
.baseline-location-employees
.calendar-table
thead
th:first-of-type{background-color:#f1f5f9}.calendar-table thead th:first-of-type{background:#fff;border:none;box-shadow:none}.calendar-table thead tr:first-child th{box-shadow:inset -1px 0 0 #ddd,inset 0 0 0 #ddd}.calendar-table thead tr:nth-child(2) th{width:75px}.calendar-table thead tr:nth-child(2) th:first-child{border-bottom:1px solid #ddd}.calendar-table thead tr:first-child th:first-child{box-shadow:none}.calendar-table thead tr:first-child th:nth-child(2){box-shadow:inset 0 0 0 #ddd,inset 0 0 0 #ddd,inset 0 0 0 #ddd,inset -1px 0 0 #ddd}.calendar-table td:nth-child(2),.calendar-table th:nth-child(2){box-shadow:inset 1px 0 0 #ddd,inset -1px 0 0 #ddd,inset 0 -1px 0 #ddd}.calendar-table td,.calendar-table td:nth-child(2),.calendar-table th,.calendar-table thead th:nth-child(2){box-shadow:inset -1px 0 0 #ddd,inset 0 -1px 0 #ddd}.calendar-table td,.calendar-table th{padding:6px 8px;text-align:center}.calendar-table td:first-child{border-bottom:1px solid #ddd;box-shadow:inset 1px 0 0 #ddd}.calendar-table td:first-child,.calendar-table thead th:first-of-type{background:#fff;border-right:1px solid #ddd;left:0;min-width:200px;position:-webkit-sticky;position:sticky}.status-cell{border-radius:4px;font-size:12px;padding:4px 0}.status-cell.yes{background:#c6f6d5;color:#22543d}.status-cell.no{background:#fed7d7;color:#742a2a}.status-cell.striped{background:repeating-linear-gradient(45deg,#f0f0f0,#f0f0f0 6px,#e0e0e0 0,#e0e0e0 12px);height:22px}.calendar-legend{align-items:center;color:#555;display:flex;font-size:13px;gap:8px;margin-top:12px}.legend-striped{background:repeating-linear-gradient(45deg,#f0f0f0,#f0f0f0 6px,#e0e0e0 0,#e0e0e0 12px);border-radius:3px;height:12px;width:20px}.employee-cell-badge{background-color:#dcfce7;border-radius:.25rem;color:#166534;flex-shrink:0;font-size:.675rem;font-weight:500;padding:.25rem .5rem}.noDataContainer{align-items:center;background-color:#fafafa;border:1px dashed #ccc;border-radius:8px;display:flex;height:200px;justify-content:center}.noDataText{color:#000;font-size:16px;font-style:italic}.employee-name-cell{align-items:center;display:flex;gap:8px;text-align:left;white-space:nowrap}.employee-name-cell-badge{background-color:#dcfce7;border-radius:.25rem;color:#166534;flex-shrink:0;font-size:.675rem;font-weight:500;margin-left:auto;padding:.25rem .5rem}.dashboard-page{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr;grid-template-rows:auto auto auto auto;padding:20px}.dashboard-header-container{margin-top:20px;position:relative}.dashboard-header-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.dashboard-header-row h1{color:#333;font-size:24px;margin:0}.date-range-display{align-items:center;display:flex;gap:15px;justify-content:flex-start;margin-bottom:20px}.filter-button{background-color:#4285f4;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;padding:8px 16px;transition:background-color .3s}.filter-button:hover{background-color:#3367d6}.date-range-text{color:#555;font-size:14px;font-weight:500}.filter-container{display:inline-block;position:relative}.filter-popup{background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 12px #00000026;left:0;margin-top:5px;min-width:350px;padding:20px;position:absolute;top:100%;z-index:1000}.filter-popup h3{color:#333;font-size:16px;margin:0 0 15px}.filter-inputs{display:flex;gap:15px;margin-bottom:20px}.filter-input-group{flex:1 1}.filter-input-group label{color:#333;display:block;font-size:14px;font-weight:500;margin-bottom:5px}.filter-input-group input{border:1px solid #ddd;border-radius:4px;box-sizing:border-box;font-size:14px;padding:8px;width:100%}.suborg-filter-section{border-top:1px solid #e0e0e0;margin-bottom:20px;padding-top:15px}.suborg-filter-section>label{color:#333;display:block;font-size:14px;font-weight:500;margin-bottom:10px}.suborg-select-all{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:4px;margin-bottom:10px;padding:10px}.suborg-select-all label{align-items:center;cursor:pointer;display:flex;font-weight:500;gap:8px;margin:0}.suborg-select-all input[type=checkbox]{margin:0;width:auto}.suborg-checkboxes{background-color:#fafafa;border:1px solid #e0e0e0;border-radius:4px;max-height:150px;overflow-y:auto;padding:10px}.suborg-checkbox{align-items:center;border-bottom:1px solid #f0f0f0;cursor:pointer;display:flex;gap:8px;margin:0;padding:6px 0}.suborg-checkbox:last-child{border-bottom:none}.suborg-checkbox input[type=checkbox]{margin:0;width:auto}.suborg-checkbox:hover{background-color:#f5f5f5;border-radius:3px}.filter-actions{border-top:1px solid #e0e0e0;display:flex;gap:10px;justify-content:flex-end;padding-top:15px}.filter-apply-button{background-color:#4285f4;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;padding:8px 16px;transition:background-color .3s}.filter-apply-button:hover{background-color:#3367d6}.filter-reset-button{background-color:#f5f5f5;border:1px solid #ddd;border-radius:4px;color:#333;cursor:pointer;font-size:14px;padding:8px 16px;transition:background-color .3s}.filter-reset-button:hover{background-color:#e9ecef}.filter-cancel-button{background-color:#f5f5f5;border:1px solid #ddd;border-radius:4px;color:#333;cursor:pointer;font-size:14px;padding:8px 16px;transition:background-color .3s}.filter-cancel-button:hover{background-color:#e9ecef}.date-error{background-color:#ffebee;border:1px solid #ffcdd2;border-radius:4px;color:#d32f2f;font-size:14px;margin-bottom:15px;padding:8px 12px}.dashboard-metrics-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);margin-left:auto;margin-right:auto;margin-top:20px;max-width:800px}.stat-card{background-color:#f8f9fa;border-radius:10px;box-shadow:0 2px 4px #0000001a;padding:30px 20px;text-align:center;transition:transform .2s ease}.stat-card:hover{transform:translateY(-2px)}.stat-card.total-impaired{background-color:#ffebee;border-left:4px solid #f44336}.stat-card.avg-impaired{background-color:#f3e5f5;border-left:4px solid #9c27b0}.stat-number{font-size:3rem;font-weight:700;line-height:1;margin-bottom:10px}.total-impaired .stat-number{color:#c62828}.avg-impaired .stat-number{color:#7b1fa2}.stat-label{color:#555;font-size:1rem;font-weight:500;line-height:1.3}.dashboard-charts-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);margin-top:20px}.chart-container{background-color:#fff;box-shadow:0 2px 4px #0000000d}.chart-container h3{font-weight:600;letter-spacing:.5px;text-transform:uppercase}.bar-chart{height:200px;margin-bottom:10px;position:relative}.error,.loading{grid-column:1/-1}.tooltip-label{border-bottom:1px solid #f0f0f0;color:#333}@media (max-width:1200px){.dashboard-charts-grid{grid-template-columns:1fr}}@media (max-width:768px){.dashboard-page{padding:15px}.dashboard-metrics-row{grid-template-columns:1fr;margin-left:0;margin-right:0;margin-top:0;max-width:100%}.date-range-display{margin-bottom:0}.dashboard-charts-grid{margin-top:0}.stat-number{font-size:2.5rem}.stat-label{font-size:.9rem}.bar-chart,.chart{height:180px}.filter-popup{left:0;max-width:90vw;min-width:280px}.filter-inputs{flex-direction:column;gap:10px}.dashboard-header-row,.date-range-display{align-items:flex-start;flex-direction:column;gap:10px}.dashboard-header-row h1{font-size:20px}.suborg-checkboxes{max-height:120px}.filter-actions{flex-direction:column;gap:8px}.filter-apply-button,.filter-cancel-button,.filter-reset-button{padding:10px 16px;width:100%}}@media (max-width:480px){.filter-input-group input{width:auto}.dashboard-page{padding:10px}.filter-popup{min-width:260px;padding:15px}.stat-card{padding:20px 15px}.stat-number{font-size:2rem}.chart-container{padding:15px}.chart-container h3{font-size:12px}}.home-content{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);grid-template-rows:auto auto auto;padding:20px}.date-section{left:245px;position:absolute;top:15px;z-index:10}.date-display{color:#555;font-size:.9rem;margin-right:10px}.reset-data-button{align-items:center;background:none;border:none;color:#aaa;cursor:pointer;display:flex;font-size:1rem;height:24px;justify-content:center;margin:0;opacity:.2;padding:0;transition:all .3s ease;width:24px}.date-section:hover .reset-data-button{color:#007bff;opacity:.8}.reset-data-button:hover{opacity:1;transform:rotate(180deg)}.reset-data-button:disabled{animation:spin 1s linear infinite;cursor:not-allowed;opacity:.5}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.alerts-section{display:flex;flex-direction:column;grid-column:1;grid-row:1}.alerts-container{background-color:#ffebee;border-radius:10px;display:flex;flex:1 1;flex-direction:column;margin-bottom:50px;padding:20px}.alerts-container h2{color:#d32f2f;margin-bottom:20px;margin-top:0}.alerts-headers{color:#d32f2f;display:flex;font-size:14px;font-weight:600;justify-content:space-between;margin-bottom:10px}.header-employee{flex:1 1}.header-location{flex:1 1;text-align:right}.alerts-divider{background-color:#d32f2f;height:1px;margin-bottom:15px;opacity:.3}.alerts-items-container{flex:1 1;max-height:150px;overflow-y:auto}.alert-item{display:flex;font-size:18px;justify-content:space-between;margin-bottom:15px}.alert-name,.alert-status{color:#b71c1c;font-weight:500}.checked-in-section{display:flex;flex-direction:column;grid-column:1;grid-row:2;position:relative}.checked-in-info{align-items:center;cursor:pointer;display:flex;margin-bottom:20px}.checked-in-circle{align-items:center;background-color:#e8f5e9;border-radius:50%;display:flex;flex-direction:column;height:150px;justify-content:center;margin-right:20px;position:relative;width:150px}.checked-in-number{color:#2e7d32;font-size:3rem;font-weight:700;margin-bottom:0}.current-date{color:#555;font-size:.8rem;margin-top:5px}.checked-in-text h2{color:#2e7d32;margin:5px 0}.baseline-compliance-button{background-color:#2196f3;border:none;border-radius:8px;box-shadow:0 2px 4px #0000001a;color:#fff;cursor:pointer;font-size:24px;font-weight:500;margin-top:50px;max-width:450px;padding:40px 50px;text-align:center;transition:all .3s ease;width:100%}.baseline-compliance-button:hover{background-color:#1976d2;box-shadow:0 4px 8px #00000026;transform:translateY(-1px)}.baseline-compliance-button:active{box-shadow:0 2px 4px #0000001a;transform:translateY(0)}.employees-hover-list{background-color:#fff;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 4px 8px #0000001a;left:0;margin-top:10px;max-height:250px;max-width:350px;overflow-y:auto;padding:15px;position:absolute;top:50%;width:100%;z-index:100}.employees-hover-list h3{color:#2e7d32;font-size:16px;margin-bottom:10px;margin-top:0}.employees-hover-list ul{list-style-type:none;margin:0;padding:0}.employees-hover-list li{border-bottom:1px solid #e8f5e9;color:#333;padding:8px 0}.employees-hover-list li:last-child{border-bottom:none}.site-bar-section{display:flex;flex-direction:column;grid-column:1;grid-row:3;position:relative}.site-bar-section .chart-container{border:1px solid #e0e0e0;border-radius:10px;display:flex;flex-direction:column;height:100%;padding:20px}.site-bar-section .chart-container h3{color:#333;font-size:16px;font-weight:600;margin-bottom:20px;margin-top:0;text-align:center}.site-bar-section .chart{flex:1 1;height:auto;margin-bottom:0;min-height:280px;position:relative}.charts-section{grid-gap:20px;display:grid;gap:20px;grid-column:2;grid-row:1/span 3;grid-template-rows:1fr 1fr}.chart-container{border:1px solid #e0e0e0;border-radius:10px;padding:20px}.chart-container h3{color:#333;font-size:14px;margin-bottom:15px;margin-top:0}.chart{height:200px;margin-bottom:10px;position:relative}.chart-x-axis{display:flex;justify-content:space-between}.chart-label{color:#666;font-size:12px}.chart-info{border-top:1px solid #e0e0e0;display:flex;justify-content:space-between;margin-top:10px;padding-top:10px}.chart-value{font-weight:700}.custom-tooltip{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 8px #00000026;max-width:250px;min-width:180px;padding:12px}.tooltip-label{border-bottom:1px solid #ffebee;color:#d32f2f;font-weight:700;margin:0 0 8px;padding-bottom:5px}.tooltip-employees ul{list-style-type:none;margin:0;max-height:150px;overflow-y:auto;padding:0}.tooltip-employees li{border-bottom:1px solid #f5f5f5;color:#333;padding:5px 0}.tooltip-employees li:last-child{border-bottom:none}.no-alerts{color:#757575;font-style:italic;padding:15px 0;text-align:center}.error,.loading{font-size:16px;grid-column:1/span 2;padding:50px;text-align:center}.error{color:#d32f2f}@media (max-width:992px){.home-content{grid-template-columns:1fr}.charts-section{grid-column:1;grid-row:4}.site-bar-section{grid-column:1;grid-row:3}.employees-hover-list{max-height:200px;width:90%}.baseline-compliance-button{max-width:100%}}.date-section{flex-wrap:wrap;gap:10px;justify-content:space-between;margin-bottom:20px}.admin-indicator,.date-section{align-items:center;display:flex}.admin-indicator{flex:1 1;justify-content:center}.admin-badge{background-color:#e8f5e9;border:2px solid #1e4727;border-radius:20px;color:#1e4727;font-size:14px;font-weight:600;padding:8px 16px;text-align:center;white-space:nowrap}@media (max-width:768px){.date-section{flex-direction:column;position:static}.alerts-container,.date-section{margin-bottom:0}.admin-indicator{margin:0;order:2}.reset-data-button{align-self:center;order:3}}.alert-item .alert-status{color:#1e4727;font-weight:600}.loading{align-items:center;color:#1e4727;display:flex;font-size:18px;height:200px;justify-content:center}.impairment-container{padding:20px}.impairment-title{color:#3e6c50;font-size:32px;margin:0 0 20px}.impairment-date-range-text{color:#555;font-size:14px;font-weight:500;margin-left:10px}.impairment-toolbar{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:16px}.impairment-org{display:block;gap:24px}.impairment-org-title{font-weight:600;margin-bottom:8px;text-align:center}@media (max-width:768px){.impairment-toolbar{flex-wrap:wrap}.impairment-toolbar .filter-container{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.impairment-toolbar .impairment-date-range-text{margin-left:0}}.heatmap-key{display:flex;flex-direction:column;font-size:12px;gap:6px}.heatmap-key-title{font-weight:600}.heatmap-key-items{grid-gap:6px 12px;display:grid;gap:6px 12px;grid-template-columns:repeat(2,auto)}.heatmap-key-item{align-items:center;display:flex;gap:6px;white-space:nowrap}.key-box{border:1px solid #d1d5db;border-radius:3px;height:12px;width:12px}.key-box.red{background:#ef4444}.key-box.yellow{background:#facc15}.key-box.green{background:#22c55e}.key-box.grey{background:#d1d5db}.key-box.striped{background:repeating-linear-gradient(45deg,#e5e7eb,#e5e7eb 4px,#f9fafb 0,#f9fafb 8px)}@media (max-width:576px){.heatmap-key-items{grid-template-columns:repeat(1,auto)}}.heatmap-table{border-bottom:1px solid #e5e7eb;border-collapse:initial;border-right:1px solid #e5e7eb;border-spacing:0;width:100%}.heatmap-table thead th{border-top:2px solid #e5e7eb}.heatmap-table td,.heatmap-table th{background-clip:padding-box;border:1px solid #e5e7eb;padding:4px;text-align:center}.heatmap-table td:first-child,.heatmap-table th:first-child{background:#f5f5f5;border-right:1px solid #e5e7eb;left:0;position:-webkit-sticky;position:sticky;z-index:2}.heatmap-table thead th:first-of-type{border-left:none;border-top:none;padding:0}.heatmap-table td,.heatmap-table th:not(:first-child){border-left:1px solid #e5e7eb}.heatmap-table td:first-child{border-left:2px solid #e5e7eb}.date-header{font-size:12px;line-height:1.2}.cell{border-radius:4px;height:28px;width:100%}.red{background:#ef4444}.yellow{background:#facc15}.green{background:#22c55e}.grey{background:#d1d5db}.striped{background:repeating-linear-gradient(45deg,#e5e7eb,#e5e7eb 4px,#f9fafb 0,#f9fafb 8px)}.heatmap-scroll{overflow-x:auto;padding-bottom:10px;width:100%}.settings-content{background-color:#f5f5f5;background-color:#fff;border-radius:10px;margin:0 auto;max-width:900px;padding:30px}.settings-section{margin-bottom:40px}.settings-section h2{color:#2e7d32;font-size:20px;margin-bottom:20px}.form-group{border-bottom:1px solid #eaeaea;margin-bottom:30px;padding:15px 0}.form-group:last-child{border-bottom:none}.form-group>label{color:#333;color:#555;display:block;font-size:18px;font-weight:500;margin-bottom:20px}.form-control{background-color:#e8f5e9;border:none;border-radius:8px;font-size:16px;margin-bottom:10px;padding:12px;width:100%}.checkbox-group,.radio-group{display:flex;flex-direction:column;margin-top:10px}.checkbox-item,.radio-item{align-items:center;display:grid;grid-template-columns:30px 1fr;justify-content:flex-start;margin-bottom:15px;padding:8px 0;position:relative}.checkbox-item input[type=checkbox],.radio-item input[type=radio]{justify-self:center;margin-right:15px;transform:scale(1.2)}.checkbox-item label,.radio-item label{font-size:16px;font-weight:400;justify-self:flex-start;margin-bottom:0}.checkbox-item.subsetting{color:#555;font-size:14px;margin-left:30px}.checkbox-item.subsetting label{font-size:14px}.checkbox-item.subsetting input[type=checkbox]{transform:scale(1.1)}.validation-error{color:#d32f2f;font-size:14px;margin-top:5px}.save-button{background-color:#4285f4;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;padding:10px 24px;transition:background-color .3s}.save-button:hover{background-color:#3367d6}.save-button:disabled{background-color:#a5a5a5;cursor:not-allowed}.settings-error{background-color:#ffebee;color:#d32f2f}.settings-error,.settings-success{border-radius:4px;margin-bottom:20px;padding:10px 15px}.settings-success{background-color:#e8f5e9;color:#2e7d32}.settings-loading{color:#555;font-size:18px;padding:40px;text-align:center}.form-note{color:#757575;font-size:14px;font-style:italic;margin-top:10px}.form-actions{margin-top:30px}.form-control.invalid{background-color:#ffebee;border:1px solid #d32f2f}.cancel-button{background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px;color:#555;cursor:pointer;font-size:16px;margin-right:10px;padding:10px 24px;transition:background-color .3s}.cancel-button:hover{background-color:#e0e0e0}.cancel-button:disabled{background-color:#a5a5a5;cursor:not-allowed}.org-id-disclaimer{color:#d32f2f;font-size:14px;font-weight:400;margin-left:10px}input[type=checkbox]:disabled+label{color:#777;cursor:default}.form-actions{display:flex;gap:10px;justify-content:flex-end}.organization-data{border:1px solid #e0e0e0;border-radius:8px;margin-top:20px;overflow:hidden}.loading-org-data{color:#666;font-style:italic;padding:20px;text-align:center}.organization-table{display:flex;flex-direction:column}.table-header{background-color:#f5f5f5;border-bottom:2px solid #e0e0e0;display:grid;grid-template-columns:1fr 2fr 2fr}.table-column{border-right:1px solid #e0e0e0;color:#333;font-weight:600;padding:12px 15px}.table-column:last-child{border-right:none}.table-row{border-bottom:1px solid #e0e0e0;display:grid;grid-template-columns:1fr 2fr 2fr}.table-row:last-child{border-bottom:none}.table-row:nth-child(2n){background-color:#f9f9f9}.table-cell{word-wrap:break-word;border-right:1px solid #e0e0e0;color:#555;padding:12px 15px}.table-cell:last-child{border-right:none}.no-organization-data{color:#666;font-style:italic;padding:30px;text-align:center}.team-page{padding:20px}.team-header{margin-bottom:20px}.team-header h1{color:#3e6c50;font-size:32px;margin:0}.team-content{display:flex;gap:20px;height:calc(100vh - 150px)}.employee-list-section,.flag-history-section{display:flex;flex:1 1;flex-direction:column;max-width:600px}.section-header{margin-bottom:15px}.section-header h2{color:#3e6c50;font-size:20px;margin:0}.section-subheader{margin-bottom:10px;margin-top:15px}.section-subheader h3{border-bottom:1px solid #3e6c50;color:#3e6c50;font-size:18px;font-weight:700;margin:0;padding-bottom:5px}.employee-search{margin-bottom:15px}.search-input{-webkit-padding-start:10px;background-color:#e8f5e9;border:none;border-radius:4px;font-size:16px;padding-bottom:10px;padding-top:10px;padding-inline-start:10px;width:98%}.employee-list-container{background-color:#e8f5e9;border-radius:8px;display:flex;flex:1 1;overflow:hidden;position:relative}.employee-list{flex:1 1;overflow-y:auto;padding:15px}.letter-group{margin-bottom:15px}.letter-header{color:#3e6c50;font-size:24px;font-weight:700;margin-bottom:5px;padding:5px 0}.employee-item{color:#333;cursor:pointer;font-size:18px;padding:8px 0}.employee-item:hover{color:#3e6c50}.alphabet-sidebar{align-items:center;background-color:#e8f5e9;display:flex;flex-direction:column;font-size:12px;padding:5px}.alphabet-item{color:#999;cursor:pointer;padding:2px}.alphabet-item.active{color:#3e6c50;font-weight:700}.admin-view-container{flex:1 1;overflow-y:auto}.locations-container{margin-bottom:20px;max-height:50vh;overflow-y:auto}.location-group{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:25px;padding:12px}.location-header{border-bottom:1px solid #e0e0e0;color:#3e6c50;font-size:16px;font-weight:700;padding-bottom:5px}.location-header,.role-section{margin-bottom:10px}.role-header{color:#333;font-size:14px;font-weight:600;margin-bottom:5px;padding-left:3px}.person-item{align-items:center;background-color:#f8f9fa;border-radius:5px;display:flex;margin:2px 0;padding:5px 8px;transition:background-color .2s ease}.person-item:hover{background-color:#e8f5e9}.person-icon{font-size:14px;margin-right:8px}.manager-icon{color:#3e6c50}.employee-icon{color:#666}.admin-icon{color:#3e6c50}.person-name{color:#333;font-size:14px}.empty-location{align-items:center;background-color:#f8f9fa;border-radius:5px;color:#999;display:flex;font-size:14px;font-style:italic;justify-content:center;padding:15px}.empty-icon{font-size:16px;margin-right:8px}.admins-container{margin-bottom:20px;max-height:40vh;overflow-y:auto}.admin-item{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;display:flex;margin:5px 0;padding:10px;transition:transform .2s ease,box-shadow .2s ease}.admin-item:hover{box-shadow:0 2px 5px #00000026;transform:translateY(-1px)}.admin-info{flex:1 1;margin-left:10px}.admin-name{color:#3e6c50;font-size:14px;font-weight:600;margin-bottom:2px}.admin-company{color:#666;font-size:12px}.vertical-divider{background-color:#e0e0e0;width:1px}.flag-filters{display:flex;gap:10px;margin-bottom:15px}.flag-date-input,.flag-search-input{border:none;border-radius:4px;font-size:16px;padding:10px}.flag-search-input{background-color:#e8f5e9;flex:1 1}.flag-date-input{background-color:#e8f5e9;min-width:150px}.flag-history-container{background-color:#f5f8f5;border-radius:8px;box-shadow:inset 0 0 5px #0000001a;max-height:calc(100% - 50px);overflow-y:auto;padding:0 10px}.flag-date-group{margin-bottom:16px}.flag-date{border-bottom:1px solid #ddd;color:#333;font-size:20px;font-weight:600;padding:8px 0}.flag-item{background-color:#e8f5e9;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin:6px 0;padding:12px}.flag-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:5px}.flag-name{color:#3e6c50;font-size:16px;font-weight:500}.flag-company{color:#3e6c50;font-size:14px;font-weight:600}.flag-time{color:#666;font-size:.9em}.no-flags,.no-results{color:#666;padding:20px;text-align:center}.expand-button{background-color:#3e6c50;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:12px;font-weight:500;margin-top:8px;padding:6px 12px;text-align:center;transition:all .2s ease;width:100%}.expand-button:hover{background-color:#2d5a3e;box-shadow:0 2px 4px #3e6c5033;transform:translateY(-1px)}.expand-button:active{box-shadow:0 1px 2px #3e6c5033;transform:translateY(0)}.error,.loading{align-items:center;color:#3e6c50;display:flex;font-size:18px;height:100vh;justify-content:center}@media (max-width:768px){.team-content{flex-direction:column;height:auto}.location-group{padding:15px}.admin-item{padding:12px}.flag-filters{flex-direction:column}.flag-date-input{min-width:auto}}
/*# sourceMappingURL=main.246091e9.css.map*/