:root{--color-primary: #2c5530;--color-primary-dark: #1e3c21;--color-primary-rgb: 44, 85, 48;--color-text: #333333;--color-text-secondary: #525252;--color-surface: #ffffff;--color-background: #f5f5f5;--color-border: #d4d4d4;--color-success: #15803d;--color-success-dark: #166534;--color-success-rgb: 21, 128, 61;--color-danger: #dc2626;--color-danger-dark: #b91c1c;--color-danger-rgb: 220, 38, 38;--color-warning: #b45309;--color-warning-dark: #92400e;--color-warning-rgb: 180, 83, 9}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background-color:#f5f5f5}.skip-link{position:absolute;top:-100%;left:0;padding:.75rem 1.5rem;background:#2c5530;color:#fff;text-decoration:none;font-weight:600;z-index:9999;transition:top .2s}.skip-link:focus{top:0}:focus-visible{outline:3px solid #4f46e5;outline-offset:2px}:focus:not(:focus-visible){outline:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #4f46e5;outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-secondary{color:#525252}.icon-label{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.app-layout{min-height:100vh;display:flex;flex-direction:column}.app-nav{background:#2c5530;padding:0 2rem;display:flex;align-items:center;height:60px;box-shadow:0 2px 4px #0000001a}.nav-brand a{color:#fff;text-decoration:none;font-weight:700;font-size:1.125rem}.nav-links{flex:1;display:flex;gap:1.5rem;margin-left:3rem}.nav-links a{color:#ffffffd9;text-decoration:none;font-size:.9375rem;padding:.5rem 0}.nav-links a:hover{color:#fff}.nav-link-with-badge{display:inline-flex;align-items:center;gap:.5rem}.nav-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding:0 .375rem;background:#e53e3e;color:#fff;border-radius:9999px;font-size:.6875rem;font-weight:600}.nav-user{display:flex;align-items:center;gap:1rem}.user-name{color:#ffffffd9;font-size:.875rem}.logout-button{padding:.5rem 1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.3);color:#fff;border-radius:4px;cursor:pointer;font-size:.8125rem}.logout-button:hover{background:#fff3}.app-main{flex:1}.loading-screen,.forbidden-screen,.not-found{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}.forbidden-screen h1,.not-found h1{color:#c53030;margin-bottom:.5rem}.forbidden-screen p,.not-found p{color:#666;margin-bottom:1rem}.forbidden-screen a,.not-found a{color:#2c5530}h1{color:#2c5530;margin-bottom:.5rem}h2{color:#444;font-size:1.25rem;margin-bottom:1rem}.app{max-width:800px;margin:0 auto;padding:2rem}.status{margin-top:2rem;padding:1.5rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.health p{margin:.5rem 0}.error{color:#c53030;background:#fff5f5;padding:.75rem;border-radius:4px;border:1px solid #fc8181}code{background:#edf2f7;padding:.25rem .5rem;border-radius:4px;font-size:.875rem}@media(max-width:1024px){.nav-links{gap:1rem}}@media(max-width:768px){.app-nav{padding:0 1rem;flex-wrap:wrap;height:auto;min-height:60px;gap:.5rem}.nav-brand{flex:0 0 auto}.nav-links{order:3;flex-basis:100%;margin-left:0;gap:.75rem;padding:.5rem 0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.nav-links::-webkit-scrollbar{display:none}.nav-links a{flex-shrink:0;font-size:.875rem}.nav-user{order:2;margin-left:auto}.user-name{display:none}.logout-button{padding:.375rem .75rem;font-size:.75rem}button,.nav-links a,[role=button],input[type=checkbox],input[type=radio]{min-height:44px;min-width:44px}input[type=text],input[type=email],input[type=password],input[type=number],input[type=date],input[type=time],select,textarea{font-size:16px;max-width:100%}}@media(max-width:480px){.app-nav{padding:0 .75rem}.nav-brand a{font-size:1rem}.nav-links{gap:.5rem;padding:.25rem 0}.nav-links a{font-size:.8125rem;padding:.375rem .25rem}h1{font-size:1.5rem}h2{font-size:1.125rem}.forbidden-screen,.not-found{padding:1rem}}@media(prefers-contrast:high){.nav-links a{color:#fff}.nav-links a:hover,.nav-links a:focus{text-decoration:underline;outline:2px solid white;outline-offset:2px}.logout-button{border-width:2px}}@media(prefers-reduced-motion:reduce){.loading-spinner{animation:none;border:3px solid #2c5530}*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.page-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:1rem;color:#666}.loading-spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid #2c5530;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;background:linear-gradient(135deg,#2c5530,#1e3c21)}.login-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;width:100%;max-width:400px}.login-card h1{color:#2c5530;text-align:center;margin-bottom:.25rem}.login-subtitle{text-align:center;color:#666;margin-bottom:1.5rem}.login-form{display:flex;flex-direction:column;gap:1rem}.login-field{display:flex;flex-direction:column;gap:.5rem}.login-field label{font-size:.875rem;font-weight:500;color:#333}.login-field input{padding:.75rem;border:1px solid #ccc;border-radius:4px;font-size:1rem}.login-field input:focus{outline:none;border-color:#2c5530;box-shadow:0 0 0 2px #2c55301a}.login-error{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background:#fff5f5;border:1px solid #fc8181;border-radius:4px;color:#c53030;font-size:.875rem}.login-error-close{background:none;border:none;font-size:1.25rem;color:#c53030;cursor:pointer;padding:0;line-height:1}.login-button{padding:.75rem;background:#2c5530;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s;margin-top:.5rem}.login-button:hover:not(:disabled){background:#1e3c21}.login-button:disabled{background:#ccc;cursor:not-allowed}.login-footer{text-align:center;margin-top:1.5rem}.login-footer a{color:#2c5530;text-decoration:none;font-size:.875rem}.login-footer a:hover{text-decoration:underline}.alerts-banner{background:#fff3cd;border:1px solid #ffc107;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.alerts-banner-loading{opacity:.7}.alerts-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.alerts-header h3{font-size:1rem;color:#856404;margin:0}.alerts-refresh-button{background:transparent;border:1px solid #856404;color:#856404;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;cursor:pointer;transition:background-color .2s}.alerts-refresh-button:hover{background:#8564041a}.alerts-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.alert-item{display:flex;align-items:center;gap:.75rem;padding:.5rem;background:#ffffff80;border-radius:4px}.alert-icon{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0}.alert-icon-missing_document{background:#f8d7da;color:#721c24}.alert-icon-expiring_document{background:#fff3cd;color:#856404}.alert-icon-age_transition{background:#d1ecf1;color:#0c5460}.alert-link{flex:1;display:flex;flex-direction:column;text-decoration:none;color:inherit}.alert-link:hover .alert-employee{text-decoration:underline}.alert-employee{font-weight:500;color:#2c5530;font-size:.875rem}.alert-message{font-size:.8125rem;color:#666}.alert-date{font-size:.75rem;color:#856404;white-space:nowrap}.alerts-more{margin-top:.75rem;font-size:.875rem;text-align:center}.alerts-view-all{color:#2c5530;text-decoration:none;font-weight:500}.alerts-view-all:hover{text-decoration:underline}.doc-status{padding:1rem;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.doc-status-header{margin-bottom:1rem}.doc-status-badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500}.doc-status-complete{background:#d4edda;color:#155724}.doc-status-incomplete{background:#f8d7da;color:#721c24}.doc-status-warning{background:#fff3cd;color:#856404}.doc-status-section{margin-bottom:1rem}.doc-status-section h4{font-size:.875rem;color:#666;margin-bottom:.5rem}.doc-status-list{list-style:none;padding:0;margin:0}.doc-status-item{padding:.25rem 0;font-size:.875rem}.doc-status-missing{color:#c53030}.doc-status-expiring{color:#c05621}.doc-status-checklist{display:flex;flex-direction:column;gap:.5rem}.doc-status-check{font-size:.875rem;display:flex;align-items:center;gap:.5rem}.doc-status-check-valid{color:#155724}.doc-status-check-invalid{color:#c53030}.dashboard{max-width:1200px;margin:0 auto;padding:2rem}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.dashboard-header h1{color:#2c5530;margin-bottom:.25rem}.dashboard-header p{color:#666}.dashboard-add-button{padding:.75rem 1.5rem;background:#2c5530;color:#fff;text-decoration:none;border-radius:4px;font-weight:500}.dashboard-add-button:hover{background:#1e3c21}.dashboard-loading,.dashboard-error{text-align:center;padding:3rem}.dashboard-error button{margin-top:1rem;padding:.5rem 1rem;background:#2c5530;color:#fff;border:none;border-radius:4px;cursor:pointer}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column;align-items:center;text-align:center}.stat-value{font-size:2.5rem;font-weight:700;color:#333}.stat-label{font-size:.875rem;color:#666;margin-top:.25rem}.stat-success .stat-value{color:#155724}.stat-danger .stat-value{color:#721c24}.stat-warning .stat-value{color:#856404}.stat-card-link{text-decoration:none;cursor:pointer;transition:transform .2s,box-shadow .2s}.stat-card-link:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.stat-pending{background:linear-gradient(135deg,#e3f2fd,#bbdefb);animation:pending-pulse 2s ease-in-out infinite}.stat-pending .stat-value{color:#1565c0}@keyframes pending-pulse{0%,to{box-shadow:0 2px 4px #1565c033}50%{box-shadow:0 4px 12px #1565c066}}.dashboard-section{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:1.5rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.section-header h2{font-size:1.25rem;color:#333}.section-link{color:#2c5530;text-decoration:none;font-size:.875rem}.section-link:hover{text-decoration:underline}.dashboard-empty{text-align:center;padding:2rem;color:#666}.dashboard-empty a{color:#2c5530;text-decoration:none}.employees-table{width:100%;border-collapse:collapse}.employees-table th,.employees-table td{padding:.75rem;text-align:left;border-bottom:1px solid #eee}.employees-table th{font-weight:500;color:#666;font-size:.875rem}.employee-name{display:block;color:#2c5530;text-decoration:none;font-weight:500}.employee-name:hover{text-decoration:underline}.employee-email{display:block;font-size:.8125rem;color:#999}.age-band{display:inline-block;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.age-band-12-13{background:#fce4ec;color:#880e4f}.age-band-14-15{background:#fff3e0;color:#e65100}.age-band-16-17{background:#e3f2fd;color:#1565c0}.age-band-18plus{background:#e8f5e9;color:#2e7d32}.table-action{color:#2c5530;text-decoration:none;font-size:.875rem}.table-action:hover{text-decoration:underline}.age-distribution{margin-top:1rem}.age-bar-container{margin-bottom:1rem}.age-bar{height:24px;background:#f5f5f5;border-radius:12px;overflow:hidden;display:flex}.age-bar-fill{height:100%;transition:width .3s}.age-bar-fill.age-band-12-13{background:#f48fb1}.age-bar-fill.age-band-14-15{background:#ffb74d}.age-bar-fill.age-band-16-17{background:#64b5f6}.age-bar-fill.age-band-18plus{background:#81c784}.age-legend{display:flex;flex-wrap:wrap;gap:1rem}.age-legend-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.age-legend-color{width:12px;height:12px;border-radius:2px}.age-legend-color.age-band-12-13{background:#f48fb1}.age-legend-color.age-band-14-15{background:#ffb74d}.age-legend-color.age-band-16-17{background:#64b5f6}.age-legend-color.age-band-18plus{background:#81c784}.week-selector{display:flex;align-items:center;gap:.75rem;padding:.5rem 0}.week-nav-button{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:1px solid #d1d5db;border-radius:.375rem;background-color:#fff;font-size:1.25rem;cursor:pointer;transition:all .2s ease}.week-nav-button:hover:not(:disabled){background-color:#f3f4f6;border-color:#9ca3af}.week-nav-button:disabled{opacity:.4;cursor:not-allowed}.week-display{display:flex;align-items:center;gap:.5rem;min-width:200px;justify-content:center}.week-range{font-size:1.125rem;font-weight:600;color:#1f2937}.week-locked{font-size:1rem;color:#9ca3af}.week-current-badge{display:inline-block;padding:.125rem .5rem;font-size:.75rem;font-weight:500;color:#059669;background-color:#d1fae5;border-radius:9999px}.go-to-current-button{padding:.5rem .75rem;font-size:.875rem;color:#4f46e5;background-color:transparent;border:1px solid #4f46e5;border-radius:.375rem;cursor:pointer;transition:all .2s ease}.go-to-current-button:hover{background-color:#4f46e5;color:#fff}.day-cell{display:flex;flex-direction:column;min-height:180px;padding:.75rem;border:1px solid #e5e7eb;border-radius:.5rem;background-color:#fff;transition:all .2s ease}.day-cell.approaching-limit{border-color:#fbbf24;background-color:#fffbeb}.day-cell.at-limit{border-color:#ef4444;background-color:#fef2f2}.day-cell.disabled{opacity:.7;background-color:#f9fafb}.day-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb;margin-bottom:.5rem}.day-info{display:flex;flex-direction:column}.day-name{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase}.day-date{font-size:.875rem;font-weight:500;color:#1f2937}.school-day-indicator{display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;font-size:.625rem;font-weight:700;border-radius:50%;background-color:#e5e7eb;color:#9ca3af}.school-day-indicator.is-school-day{background-color:#dbeafe;color:#2563eb}.entries-list{flex:1;min-height:60px;overflow-y:auto}.no-entries{font-size:.75rem;color:#9ca3af;font-style:italic;text-align:center;padding:1rem 0}.entry-item{display:flex;justify-content:space-between;align-items:flex-start;padding:.375rem 0;border-bottom:1px dashed #f3f4f6}.entry-item:last-child{border-bottom:none}.entry-info{display:flex;flex-direction:column;gap:.125rem}.entry-task{font-size:.75rem;font-weight:600;color:#374151}.entry-times{font-size:.625rem;color:#6b7280}.entry-hours{font-size:.75rem;font-weight:500;color:#059669}.entry-actions{display:flex;gap:.25rem}.entry-action-button{width:1.25rem;height:1.25rem;padding:0;border:none;border-radius:.25rem;background-color:transparent;font-size:.75rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.entry-action-button.edit{color:#6b7280}.entry-action-button.edit:hover{color:#4f46e5;background-color:#eef2ff}.entry-action-button.delete{color:#6b7280}.entry-action-button.delete:hover{color:#ef4444;background-color:#fef2f2}.entry-action-button.delete.confirm{color:#fff;background-color:#ef4444}.add-entry-button{margin-top:auto;padding:.375rem .5rem;font-size:.75rem;font-weight:500;color:#4f46e5;background-color:#eef2ff;border:1px solid #c7d2fe;border-radius:.375rem;cursor:pointer;transition:all .15s ease}.add-entry-button:hover:not(:disabled){background-color:#4f46e5;color:#fff}.add-entry-button:disabled{opacity:.5;cursor:not-allowed}.daily-total{display:flex;align-items:baseline;justify-content:center;gap:.125rem;padding-top:.5rem;margin-top:.5rem;border-top:1px solid #e5e7eb}.total-hours{font-size:1rem;font-weight:700;color:#1f2937}.day-cell.approaching-limit .total-hours{color:#d97706}.day-cell.at-limit .total-hours{color:#dc2626}.total-separator{font-size:.75rem;color:#9ca3af}.total-limit{font-size:.75rem;color:#6b7280}.total-unit{font-size:.625rem;color:#9ca3af}@media(max-width:640px){.day-cell{min-height:150px;padding:.5rem}.day-name{font-size:.6875rem}.day-date{font-size:.8125rem}.entry-task{font-size:.6875rem}.entry-times{font-size:.5625rem}.entry-hours{font-size:.6875rem}.entry-action-button{width:1.75rem;height:1.75rem;font-size:.875rem}.add-entry-button{padding:.625rem .75rem;font-size:.8125rem;min-height:44px}.total-hours{font-size:.875rem}}.timesheet-grid{display:flex;flex-direction:column;gap:1rem}.grid-body{display:grid;grid-template-columns:repeat(7,1fr);gap:.75rem}@media(max-width:1024px){.grid-body{grid-template-columns:repeat(4,1fr)}}@media(max-width:640px){.grid-body{grid-template-columns:repeat(2,1fr)}}.grid-footer{display:flex;flex-direction:column;gap:.75rem;padding:1rem;border:1px solid #e5e7eb;border-radius:.5rem;background-color:#f9fafb}.weekly-total{display:flex;align-items:baseline;gap:.5rem;justify-content:center}.weekly-total-label{font-size:1rem;font-weight:500;color:#374151}.weekly-total-hours{font-size:1.5rem;font-weight:700;color:#1f2937}.weekly-total-hours.approaching-limit{color:#d97706}.weekly-total-hours.at-limit{color:#dc2626}.weekly-total-separator{font-size:1rem;color:#9ca3af}.weekly-total-limit{font-size:1rem;color:#6b7280}.weekly-total-unit{font-size:.875rem;color:#9ca3af}.warnings-list{display:flex;flex-direction:column;gap:.5rem}.warning-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;color:#92400e;background-color:#fef3c7;border:1px solid #fcd34d;border-radius:.375rem}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.entry-form-modal{background-color:#fff;border-radius:.75rem;box-shadow:0 25px 50px -12px #00000040;width:100%;max-width:480px;max-height:90vh;overflow-y:auto}.entry-form-modal .modal-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb}.entry-form-modal .modal-header h3{margin:0;font-size:1.25rem;font-weight:600;color:#1f2937}.entry-form-modal .modal-date{font-size:.875rem;color:#6b7280;flex:1;text-align:right}.entry-form-modal .close-button{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border:none;background-color:transparent;font-size:1.5rem;color:#6b7280;cursor:pointer;border-radius:.375rem}.entry-form-modal .close-button:hover{background-color:#f3f4f6;color:#1f2937}.entry-form-modal form{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.entry-form-modal .form-error{padding:.75rem;font-size:.875rem;color:#b91c1c;background-color:#fef2f2;border:1px solid #fecaca;border-radius:.375rem}.entry-form-modal .form-group{display:flex;flex-direction:column;gap:.375rem}.entry-form-modal .form-group label{font-size:.875rem;font-weight:500;color:#374151}.entry-form-modal .form-group input,.entry-form-modal .form-group select{padding:.625rem .75rem;font-size:1rem;border:1px solid #d1d5db;border-radius:.375rem;background-color:#fff}.entry-form-modal .form-group input:focus,.entry-form-modal .form-group select:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.entry-form-modal .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.entry-form-modal .field-error{font-size:.75rem;color:#dc2626}.entry-form-modal .help-text{font-size:.75rem;color:#6b7280}.entry-form-modal .loading-tasks{padding:.625rem .75rem;font-size:.875rem;color:#6b7280;font-style:italic;border:1px solid #e5e7eb;border-radius:.375rem;background-color:#f9fafb}.calculated-hours{display:flex;align-items:center;gap:.5rem;padding:.75rem;background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:.375rem}.hours-label{font-size:.875rem;font-weight:500;color:#166534}.hours-value{font-size:1.25rem;font-weight:700;color:#15803d}.supervisor-field,.meal-break-field{padding:1rem;background-color:#fefce8;border:1px solid #fde047;border-radius:.5rem}.checkbox-field{display:flex;align-items:flex-start;gap:.5rem}.checkbox-field input[type=checkbox]{margin-top:.25rem;width:1rem;height:1rem}.checkbox-field label{font-size:.875rem;font-weight:400;color:#374151}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem;padding-top:.5rem;border-top:1px solid #e5e7eb;margin-top:.5rem}.cancel-button{padding:.625rem 1rem;font-size:.875rem;font-weight:500;color:#374151;background-color:#fff;border:1px solid #d1d5db;border-radius:.375rem;cursor:pointer;transition:all .15s ease}.cancel-button:hover:not(:disabled){background-color:#f3f4f6}.cancel-button:disabled{opacity:.5;cursor:not-allowed}.submit-button{padding:.625rem 1rem;font-size:.875rem;font-weight:500;color:#fff;background-color:#4f46e5;border:none;border-radius:.375rem;cursor:pointer;transition:all .15s ease}.submit-button:hover:not(:disabled){background-color:#4338ca}.submit-button:disabled{opacity:.5;cursor:not-allowed}.hour-limits-display{padding:1rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem}.limits-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.limits-header h4{margin:0;font-size:1rem;font-weight:600;color:#1f2937}.age-band-badge{display:inline-block;padding:.25rem .5rem;font-size:.75rem;font-weight:600;color:#4f46e5;background-color:#eef2ff;border-radius:.25rem}.limit-item{margin-bottom:1rem}.limit-label{display:flex;justify-content:space-between;margin-bottom:.375rem}.label-text{font-size:.875rem;font-weight:500;color:#374151}.limit-values{font-size:.875rem;font-weight:600;color:#1f2937}.progress-bar{height:.5rem;background-color:#e5e7eb;border-radius:9999px;overflow:hidden}.progress-fill{height:100%;border-radius:9999px;transition:width .3s ease}.progress-fill.ok{background-color:#10b981}.progress-fill.approaching-limit{background-color:#f59e0b}.progress-fill.at-limit{background-color:#ef4444}.limits-rules{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;padding:.75rem;background-color:#f9fafb;border-radius:.375rem;margin-bottom:.75rem}.rule-item{display:flex;flex-direction:column;gap:.125rem}.rule-label{font-size:.75rem;color:#6b7280}.rule-value{font-size:.875rem;font-weight:600;color:#1f2937}.limits-note{font-size:.75rem;color:#6b7280;font-style:italic;padding-top:.5rem;border-top:1px solid #e5e7eb}.compliance-errors{background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:16px;margin-bottom:20px}.compliance-errors__header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.compliance-errors__icon{width:24px;height:24px;background-color:#dc2626;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;flex-shrink:0}.compliance-errors__title{flex:1;margin:0;font-size:16px;font-weight:600;color:#991b1b}.compliance-errors__close{background:none;border:none;font-size:20px;color:#991b1b;cursor:pointer;padding:4px 8px;line-height:1}.compliance-errors__close:hover{color:#7f1d1d}.compliance-errors__intro{color:#991b1b;font-size:14px;margin:0 0 16px}.compliance-errors__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px}.compliance-error{background-color:#fff;border:1px solid #fecaca;border-radius:6px;padding:12px}.compliance-error__header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.compliance-error__rule-id{background-color:#991b1b;color:#fff;font-size:11px;font-weight:600;padding:2px 6px;border-radius:4px}.compliance-error__rule-name{font-size:14px;font-weight:600;color:#374151}.compliance-error__message{margin:0 0 8px;font-size:14px;color:#374151;line-height:1.5}.compliance-error__remediation{margin:0 0 8px;font-size:13px;color:#4b5563;background-color:#f3f4f6;padding:8px 10px;border-radius:4px;line-height:1.4}.compliance-error__remediation strong{color:#374151}.compliance-error__affected{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:8px;font-size:12px}.compliance-error__affected-label{color:#6b7280}.compliance-error__date{background-color:#fef3c7;color:#92400e;padding:2px 6px;border-radius:4px;font-weight:500}.compliance-error__entries{margin-top:8px}.compliance-error__view-entry{background-color:#dc2626;color:#fff;border:none;padding:6px 12px;border-radius:4px;font-size:12px;font-weight:500;cursor:pointer}.compliance-error__view-entry:hover{background-color:#b91c1c}@media(max-width:480px){.compliance-errors{padding:12px}.compliance-error__header{flex-direction:column;align-items:flex-start;gap:4px}}.timesheet-page{max-width:1400px;margin:0 auto;padding:1.5rem}.timesheet-page .page-header{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.5rem}.timesheet-page .page-header h1{margin:0;font-size:1.75rem;font-weight:700;color:#1f2937}.saving-indicator{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;font-size:.875rem;color:#4f46e5;background-color:#eef2ff;border-radius:9999px}.saving-indicator:before{content:"";width:.75rem;height:.75rem;border:2px solid #4f46e5;border-top-color:transparent;border-radius:50%;animation:spin .75s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.birthday-alert{display:flex;gap:.75rem;padding:1rem;margin-bottom:1rem;background-color:#fef3c7;border:1px solid #fcd34d;border-radius:.5rem}.birthday-icon{font-size:1.5rem;flex-shrink:0}.birthday-message{font-size:.875rem;color:#78350f}.birthday-message strong{display:block;color:#92400e;margin-bottom:.25rem}.birthday-message p{margin:0}.status-alert{display:flex;gap:.75rem;padding:1rem;margin-bottom:1rem;border-radius:.5rem}.status-alert--submitted{background-color:#eff6ff;border:1px solid #93c5fd}.status-alert--submitted .status-icon{color:#2563eb}.status-alert--submitted .status-message{color:#1e40af}.status-alert--submitted .status-message strong{color:#1d4ed8}.status-alert--approved{background-color:#ecfdf5;border:1px solid #6ee7b7}.status-alert--approved .status-icon{color:#059669}.status-alert--approved .status-message{color:#047857}.status-alert--approved .status-message strong{color:#065f46}.status-alert--rejected{background-color:#fef9e7;border:2px solid #f59e0b}.status-alert--rejected .status-icon{color:#d97706}.status-alert--rejected .status-message{color:#92400e}.status-alert--rejected .status-message strong{color:#b45309}.status-icon{font-size:1.25rem;flex-shrink:0}.status-message{font-size:.875rem}.status-message strong{display:block;margin-bottom:.25rem}.status-message p{margin:0 0 .5rem}.status-timestamp{font-size:.75rem;opacity:.8}.supervisor-notes{margin-top:.5rem;padding:.5rem;background-color:#fff;border-radius:.25rem;font-style:italic}.supervisor-feedback{margin-top:.75rem;padding:.75rem;background-color:#fff;border-radius:.375rem;border-left:3px solid #f59e0b}.supervisor-feedback strong{display:block;font-size:.75rem;color:#78350f;margin-bottom:.375rem}.feedback-text{margin:0;font-style:normal;color:#374151;line-height:1.5}.resubmit-hint{margin-top:.75rem;padding:.5rem .75rem;background-color:#fef3c7;border-radius:.25rem;font-size:.8125rem;font-weight:500;color:#92400e}.timesheet-content{display:grid;grid-template-columns:1fr 280px;gap:1.5rem}@media(max-width:1024px){.timesheet-content{grid-template-columns:1fr}}.timesheet-main{min-width:0}.timesheet-sidebar{display:flex;flex-direction:column;gap:1rem}@media(max-width:1024px){.timesheet-sidebar{order:-1}}.loading{display:flex;justify-content:center;align-items:center;min-height:400px;font-size:1rem;color:#6b7280}.error-message{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;text-align:center}.error-message p{font-size:1rem;color:#dc2626}.retry-button{padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;color:#fff;background-color:#4f46e5;border:none;border-radius:.375rem;cursor:pointer}.retry-button:hover{background-color:#4338ca}.success-alert{display:flex;gap:.75rem;padding:1rem;margin-bottom:1rem;background-color:#ecfdf5;border:1px solid #6ee7b7;border-radius:.5rem}.success-icon{font-size:1.25rem;color:#059669;flex-shrink:0}.success-message{font-size:.875rem;color:#047857}.success-message strong{display:block;color:#065f46;margin-bottom:.25rem}.success-message p{margin:0}.timesheet-actions{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.submit-button{padding:.75rem 2rem;font-size:1rem;font-weight:600;color:#fff;background-color:#059669;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .15s ease}.submit-button:hover:not(:disabled){background-color:#047857}.submit-button:disabled{background-color:#9ca3af;cursor:not-allowed}.submit-hint{margin:0;font-size:.875rem;color:#6b7280}@media(max-width:640px){.timesheet-page{padding:1rem}.timesheet-page .page-header{flex-direction:column;align-items:flex-start;gap:.5rem}.timesheet-page .page-header h1{font-size:1.375rem}.birthday-alert,.status-alert,.success-alert{flex-direction:column;padding:.75rem}.birthday-icon,.status-icon,.success-icon{font-size:1.125rem}.birthday-message,.status-message,.success-message,.supervisor-notes{font-size:.8125rem}.submit-button{width:100%;padding:1rem;font-size:1.125rem}}
