:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;--usa-navy: #4A4E89;--usa-navy-light: #6B70A8;--usa-red: #C53030;--usa-white: #ffffff;--usa-light-gray: #f8f9fa;--usa-dark-gray: #2d3748;--usa-medium-gray: #6b7280;--usa-border: #e5e7eb;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .1);--shadow-md: 0 4px 10px rgba(0, 0, 0, .12);--text-xs: .75rem;--text-sm: .875rem;--text-md: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;color-scheme:light;color:var(--usa-dark-gray);background-color:var(--usa-light-gray);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:var(--usa-navy);text-decoration:inherit}a:hover{color:var(--usa-navy-light)}body{margin:0;min-width:320px;min-height:100vh}:focus-visible{outline:2px solid var(--usa-navy, #4A4E89);outline-offset:2px}h1{font-size:3.2em;line-height:1.1}button{font:inherit}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}}.login-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#4a4e89,#373a6b,#2c2f55);padding:1.5rem}.login-card{background:#fff;border-radius:16px;padding:2.5rem 2.5rem 2rem;width:100%;max-width:400px;box-shadow:0 4px 6px #00000012,0 20px 50px #00000026;animation:cardIn .4s ease-out}@keyframes cardIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.login-brand{display:flex;flex-direction:column;align-items:center;gap:0}.login-cube{width:64px;height:64px;margin-bottom:14px}.login-brand h1{margin:0;font-family:Barlow Condensed,sans-serif;font-size:1.75rem;font-weight:800;color:#374151;letter-spacing:.08em;text-transform:uppercase}.login-badge{display:inline-block;margin-top:8px;padding:3px 14px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#4a4e89;background:#eef0f8;border-radius:20px}.login-divider{height:1px;background:#e5e7eb;margin:1.5rem 0}.login-subtitle{text-align:center;margin:0 0 1.5rem;color:#6b7280;font-size:.875rem}.login-error{background:#fef2f2;color:#dc2626;padding:10px 14px;border-radius:8px;margin-bottom:1.25rem;border:1px solid #fecaca;font-size:.85rem;text-align:center}.login-action{display:flex;flex-direction:column;align-items:center;gap:1rem}.login-action>div{width:100%;display:flex;justify-content:center}.login-loading{display:flex;align-items:center;justify-content:center;gap:8px;color:#6b7280;font-size:.85rem}.login-spinner{width:16px;height:16px;border:2px solid #e5e7eb;border-top-color:#4a4e89;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.login-footer{margin-top:2rem;color:#ffffff73;font-size:.75rem;text-align:center}@media(max-width:480px){.login-card{padding:2rem 1.5rem 1.5rem;border-radius:12px}.login-cube{width:52px;height:52px}.login-brand h1{font-size:1.2rem}}*{box-sizing:border-box}html{font-size:16px;line-height:1.5}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--usa-light-gray, #f8f9fa);color:var(--usa-dark-gray, #2d3748)}.App{min-height:100vh}h1,h2,h3,h4,h5,h6{margin-top:0;font-weight:600;line-height:1.2}h1{font-size:var(--text-2xl, 1.5rem);color:var(--usa-navy, #4A4E89)}h2{font-size:var(--text-xl, 1.25rem);color:var(--usa-navy, #4A4E89)}h3{font-size:var(--text-lg, 1.125rem);color:var(--usa-navy, #4A4E89)}p{margin-top:0}.page-header,.ui-page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:var(--space-8, 2rem);gap:var(--space-4, 1rem)}.page-header h1,.ui-page-header h1{display:flex;align-items:center;gap:.5rem;margin:0}.header-left,.ui-header-left{flex:1}.header-left p,.ui-header-left p{margin:.5rem 0 0;color:#6b7280}.header-actions,.ui-header-actions{display:flex;gap:var(--space-3, .75rem);flex-shrink:0}.btn,.ui-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2, .5rem);padding:var(--space-3, .75rem) var(--space-4, 1rem);border:none;border-radius:var(--radius-md, .5rem);font-size:var(--text-sm, .875rem);font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s ease;outline:none}.btn:focus,.ui-btn:focus{box-shadow:0 0 0 3px #4a4e8929}.btn:focus-visible,.ui-btn:focus-visible{box-shadow:0 0 0 4px #4a4e8938}.btn-primary,.ui-btn-primary{background:var(--usa-navy, #4A4E89);color:var(--usa-white, #ffffff);border:1px solid var(--usa-navy, #4A4E89)}.btn-primary:hover,.ui-btn-primary:hover{background:var(--usa-navy, #4A4E89);transform:translateY(-1px);box-shadow:0 4px 12px #4a4e8966;filter:brightness(.98)}.btn-secondary,.ui-btn-secondary{background:#f3f4f6;color:#374151;border:1px solid var(--usa-border, #e5e7eb)}.btn-secondary:hover,.ui-btn-secondary:hover{background:#e5e7eb;border-color:#9ca3af}.btn-danger,.ui-btn-danger{background:#ef4444;color:#fff}.btn-danger:hover,.ui-btn-danger:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 12px #ef444466;filter:brightness(.98)}.btn-link-subtle{display:inline-flex;align-items:center;justify-content:center;padding:0 .5rem;background:none;border:none;color:#6b7280;font-size:.8125rem;font-weight:500;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.btn-link-subtle:hover:not(:disabled){color:#374151}.btn-link-subtle:disabled{opacity:.5;cursor:not-allowed}.btn-icon,.ui-btn-icon{padding:var(--space-2, .5rem);aspect-ratio:1;background:none;border:1px solid var(--usa-border, #e5e7eb);color:#6b7280}.btn-icon:hover,.ui-btn-icon:hover{background:#f9fafb;color:#374151}.btn-approve{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;padding:.25rem .5rem;background:#10b981;color:#fff;border:none;border-radius:.25rem;font-size:.75rem;font-weight:600;line-height:1;min-height:1.875rem;cursor:pointer}.btn-approve:hover{background:#059669}.btn-reject{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;padding:.25rem .5rem;background:#ef4444;color:#fff;border:none;border-radius:.25rem;font-size:.75rem;font-weight:600;line-height:1;min-height:1.875rem;cursor:pointer}.btn-reject:hover{background:#dc2626}.form-group,.ui-form-group{margin-bottom:var(--space-6, 1.5rem)}.form-group.full-width,.ui-form-group.ui-full-width{grid-column:1 / -1}.form-group label,.ui-form-group label{display:flex;align-items:center;gap:var(--space-2, .5rem);margin-bottom:var(--space-2, .5rem);font-weight:500;color:#374151;font-size:.875rem}.form-group input,.form-group select,.form-group textarea,.ui-form-group input,.ui-form-group select,.ui-form-group textarea{width:100%;padding:var(--space-3, .75rem);border:1px solid #d1d5db;border-radius:var(--radius-md, .5rem);font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus,.ui-form-group input:focus,.ui-form-group select:focus,.ui-form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(250px,100%),1fr));gap:var(--space-6, 1.5rem)}.status-badge,.ui-status-badge{display:inline-flex;align-items:center;justify-content:center;min-height:1.625rem;padding:.125rem .625rem;border-radius:9999px;font-size:var(--text-xs, .75rem);font-weight:600;text-transform:capitalize;letter-spacing:.01em;white-space:nowrap}.status-active,.status-paid,.status-approved{background:#d1fae5;color:#065f46}.status-inactive,.status-rejected{background:#fee2e2;color:#991b1b}.status-pending{background:#fef3c7;color:#92400e}.status-overdue{background:#fee2e2;color:#991b1b}.status-draft{background:#f3f4f6;color:#374151}.table-header,.table-row,.ui-table-header,.ui-table-row{display:grid;align-items:center;gap:var(--space-4, 1rem);padding:var(--space-3, .75rem) var(--space-4, 1rem)}.table-header,.ui-table-header{background:#f9fafb;font-weight:600;color:#374151;border-radius:.5rem .5rem 0 0}.table-row,.ui-table-row{background:#fff;border-bottom:1px solid #f3f4f6}.table-row:last-child,.ui-table-row:last-child{border-bottom:none;border-radius:0 0 .5rem .5rem}.table-cell,.ui-table-cell{display:flex;align-items:center}.header-cell,.ui-header-cell{font-size:var(--text-sm, .875rem);font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.action-buttons{display:flex;gap:.5rem}.filters,.ui-filters{display:flex;gap:var(--space-4, 1rem);margin-bottom:var(--space-4, 1rem);align-items:center;flex-wrap:wrap}.search-box,.ui-search-box{position:relative;flex:1;min-width:250px}.search-box svg,.ui-search-box svg{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#9ca3af;z-index:1}.search-input,.ui-search-input{width:100%;padding:var(--space-3, .75rem) var(--space-4, 1rem) var(--space-3, .75rem) 2.5rem;border:1px solid #d1d5db;border-radius:var(--radius-md, .5rem);font-size:1rem}.search-input:focus,.ui-search-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.filter-select:focus,.department-filter:focus,.status-filter:focus,.setting-select:focus,.ui-filter-select:focus,.ui-department-filter:focus,.ui-status-filter:focus,.ui-setting-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.filter-select,.department-filter,.status-filter,.ui-filter-select,.ui-department-filter,.ui-status-filter{padding:var(--space-3, .75rem);border:1px solid #d1d5db;border-radius:var(--radius-md, .5rem);background:#fff;font-size:.875rem;min-width:150px}.empty-state{text-align:center;padding:3rem 1rem;color:#6b7280}.empty-state svg{margin:0 auto 1rem;opacity:.5}.empty-state h3{margin:0 0 .5rem;color:#374151}.empty-state p{margin:0;font-size:var(--text-sm, .875rem)}.settings-sections{display:flex;flex-direction:column;gap:2rem}.settings-section{background:#fff;border-radius:var(--radius-lg, .75rem);padding:var(--space-8, 2rem);box-shadow:var(--shadow-sm, 0 1px 3px rgba(0, 0, 0, .1))}.section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #f3f4f6}.section-header h2{margin:0;color:#1f2937;font-size:1.25rem}.settings-list{display:flex;flex-direction:column;gap:var(--space-2, .5rem)}.setting-item{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-4, 1rem);padding:var(--space-4, 1rem) 0;border-bottom:1px solid #f3f4f6}.setting-item:last-child{border-bottom:none;padding-bottom:0}.setting-item:first-child{padding-top:0}.setting-info{flex:1}.setting-info h3{margin:0 0 var(--space-1, .25rem) 0;font-size:1rem;color:#374151;line-height:1.35}.setting-info p{margin:0;font-size:.875rem;color:#6b7280;line-height:1.45;max-width:56ch}.setting-select{padding:.5rem;border:1px solid #d1d5db;border-radius:.375rem;background:#fff;min-width:120px}.toggle{position:relative;display:inline-block;width:3rem;height:1.5rem;flex-shrink:0}.toggle input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#d1d5db;transition:.2s;border-radius:1.5rem}.toggle-slider:before{position:absolute;content:"";height:1.125rem;width:1.125rem;left:.1875rem;bottom:.1875rem;background-color:#fff;transition:.2s;border-radius:50%}.toggle input:checked+.toggle-slider{background-color:#667eea}.toggle input:checked+.toggle-slider:before{transform:translate(1.5rem)}.account-actions{display:flex;flex-direction:column;gap:1rem}.account-actions .btn{justify-content:flex-start}@media(max-width:768px){.page-header{flex-direction:column;align-items:stretch}.header-actions{justify-content:flex-end}.filters{flex-direction:column;align-items:stretch}.search-box{min-width:auto}.form-grid{grid-template-columns:1fr}.setting-item{flex-direction:column;align-items:stretch;gap:.75rem}.table-header,.table-row{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.5rem;padding:.75rem;font-size:.875rem}.action-buttons{flex-wrap:wrap}}@media(max-width:480px){.settings-section{padding:1rem}.page-header h1{font-size:1.5rem}}.my-account .account-content{display:flex;flex-direction:column;gap:1rem}.profile-header-section{display:flex;align-items:center;background:var(--usa-navy, #4A4E89);color:#fff;padding:2rem;border-radius:1rem;width:100%;justify-content:center;flex-direction:column}.profile-image{flex-shrink:0}.google-profile-image{width:100px;height:100px;border-radius:50%;object-fit:cover;border:4px solid rgba(255,255,255,.2)}.default-avatar{width:100px;height:100px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;color:#fff}.profile-details h2{margin:0 0 .5rem;font-size:2rem;font-weight:600;color:#fff}.profile-details .email{margin:0;font-size:1.125rem;opacity:.9}.personal-info-section{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px #0000000d,0 10px 15px #0000001a;border:1px solid rgba(0,0,0,.05)}.personal-info-section h3{margin:0 0 1.5rem;color:var(--usa-navy, #4A4E89);font-size:1.375rem;font-weight:600}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr));gap:1.5rem}.info-item{display:flex;flex-direction:column;gap:.5rem}.info-item.full-width{grid-column:1 / -1}.info-item label{display:flex;align-items:center;gap:.5rem;font-weight:600;color:var(--usa-dark-gray, #2d3748);font-size:.875rem;margin-bottom:.25rem}.info-item label svg{color:var(--usa-navy, #4A4E89)}.info-item span{padding:.75rem 0;color:var(--usa-medium-gray, #6b7280);font-size:.95rem}.info-item input{padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.95rem;transition:border-color .2s ease}.info-item input:focus{outline:none;border-color:var(--usa-navy, #4A4E89);box-shadow:0 0 0 3px #4a4e891a}.bank-details-section{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px #0000000d,0 10px 15px #0000001a;border:1px solid rgba(0,0,0,.05)}.bank-details-section h3{margin:0 0 1.5rem;color:var(--usa-navy, #4A4E89);font-size:1.375rem;font-weight:600}.bank-details-section .info-item span{padding:.75rem;background:#4a4e890d;border-radius:.5rem;color:var(--usa-dark-gray, #2d3748);font-family:Courier New,monospace;letter-spacing:.5px}.bank-details-section .info-item input{font-family:Courier New,monospace;letter-spacing:.5px}.bank-details-section .info-item input::placeholder{font-family:inherit;letter-spacing:normal;color:#9ca3af}.alert{padding:1rem;border-radius:.5rem;margin-bottom:1rem;display:flex;align-items:center;font-weight:500}.alert-success{background-color:#dcfce7;border:1px solid #bbf7d0;color:#166534}.alert-error{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite;margin-right:.5rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center;min-height:200px}.loading-container .spinner{width:24px;height:24px;border:3px solid rgba(59,130,246,.3);border-top:3px solid #3b82f6;margin-right:0;margin-bottom:1rem}.loading-container p{color:#6b7280;font-size:.875rem;margin:0}@media(max-width:768px){.profile-header-section{flex-direction:column;text-align:center;gap:1rem;padding:1.5rem 1rem;border-radius:.75rem}.profile-details h2{font-size:1.25rem;word-break:break-word}.profile-details .email{font-size:.875rem;word-break:break-all}.personal-info-section,.bank-details-section{padding:1.25rem}.personal-info-section h3,.bank-details-section h3{font-size:1.125rem}.info-grid{grid-template-columns:1fr;gap:1rem}.google-profile-image,.default-avatar{width:80px;height:80px}}@media(max-width:480px){.profile-header-section{padding:1rem .75rem}.profile-details h2{font-size:1.125rem}.personal-info-section,.bank-details-section{padding:1rem}.google-profile-image,.default-avatar{width:64px;height:64px}}.timesheet-new{display:flex;flex-direction:column;gap:2rem}.timesheet-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.timesheet-header h1{display:flex;align-items:center;gap:.5rem;margin:0;color:var(--usa-navy, #4A4E89)}.header-controls{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.cutoff-selector{display:flex;align-items:center;gap:.5rem}.cutoff-selector label{display:flex;align-items:center;gap:.25rem;font-weight:500;color:var(--usa-dark-gray, #2d3748);white-space:nowrap}.cutoff-select{padding:.5rem;border:1px solid #d1d5db;border-radius:.375rem;background:#fff;font-size:.875rem;min-width:150px}.period-navigation{display:flex;align-items:center;gap:.5rem}.nav-btn{width:32px;height:32px;border:1px solid #d1d5db;border-radius:.375rem;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.nav-btn:hover{background:var(--usa-light-gray, #f8f9fa);border-color:var(--usa-navy, #4A4E89)}.period-display{font-weight:600;color:var(--usa-navy, #4A4E89);min-width:150px;text-align:center}.timesheet-grid-wrap{background:#fff;border-radius:1rem;box-shadow:0 4px 6px #0000000d,0 10px 15px #0000001a;border:1px solid rgba(0,0,0,.05);overflow:auto;-webkit-overflow-scrolling:touch;max-height:560px}.timesheet-grid-wrap--submitted{position:relative}.timesheet-grid-wrap--submitted .timesheet-table tbody tr.locked-day{filter:grayscale(.85);opacity:.6}.timesheet-grid-wrap--submitted .timesheet-table tbody tr.locked-day:hover .date-cell,.timesheet-grid-wrap--submitted .timesheet-table tbody tr.locked-day:hover .total-cell,.timesheet-grid-wrap--submitted .timesheet-table tbody tr.locked-day:hover .actions-cell{background:transparent}.period-status-badge{margin-left:.75rem;padding:.25rem .625rem;border-radius:999px;font-size:.6875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.period-status-badge--submitted{background:#fef3c7;color:#92400e;border:1px solid #fde68a}.period-status-badge--approved{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.timesheet-table{border-collapse:collapse;width:100%}.timesheet-table thead th{position:sticky;top:0;z-index:10;background:var(--usa-navy, #4A4E89);color:#fff;font-size:.75rem;font-weight:500;white-space:nowrap}.ts-th-date{width:80px;min-width:80px;padding:.75rem .5rem;text-align:center;font-weight:600}.ts-th-time{min-width:24px;padding:.75rem .25rem;text-align:center;font-size:.65rem;border-left:1px solid rgba(255,255,255,.1);writing-mode:vertical-lr;text-orientation:mixed}.ts-th-total,.ts-th-lock{width:60px;min-width:60px;padding:.75rem .5rem;text-align:center;font-weight:600}.timesheet-table tbody tr{border-bottom:1px solid #f3f4f6;height:52px}.timesheet-table tbody tr:hover .date-cell,.timesheet-table tbody tr:hover .total-cell,.timesheet-table tbody tr:hover .actions-cell{background-color:#4a4e890a}.timesheet-table tbody tr.weekend .date-cell{background-color:#fee2e2;border-color:#fecaca}.timesheet-table tbody tr.weekend .time-cell:not(.active){background-color:#fee2e2!important}.timesheet-table tbody tr.undertime .date-cell{background-color:#fffbeb;border-color:#fde68a}.timesheet-table tbody tr.undertime .total-cell{color:#d97706}.timesheet-table tbody tr.holiday-row .date-cell{background-color:#fef3c7;border-color:#fde68a}.timesheet-table tbody tr.leave-row .date-cell{background-color:#ecfdf5;border-color:#6ee7b7}.day-indicator{display:inline-flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;border-radius:3px;padding:1px 3px;margin-top:2px;line-height:1;cursor:default}.holiday-indicator{background:#f59e0b;color:#fff}.leave-indicator{background:#10b981;color:#fff}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton-block{border-radius:4px;background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6,#e5e7eb 75%);background-size:400px 100%;animation:shimmer 1.4s infinite linear}.summary-skeleton-label{width:70%;height:13px;margin-bottom:10px}.summary-skeleton-value{width:50%;height:28px;border-radius:6px}.date-cell{padding:.75rem .5rem;text-align:center;vertical-align:middle;background:#f9fafb;border-right:1px solid #f3f4f6;position:relative;white-space:nowrap}.date-main{font-size:1.125rem;font-weight:600;color:var(--usa-navy, #4A4E89)}.date-day{font-size:.75rem;color:var(--usa-medium-gray, #6b7280);text-transform:uppercase}.note-indicator{position:absolute;top:.25rem;right:.25rem;background:var(--usa-red, #C53030);color:#fff;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #0003}.note-indicator:hover{background:var(--usa-navy, #4A4E89);transform:scale(1.1)}.time-cell{padding:2px;border-left:1px solid #f3f4f6;position:relative;vertical-align:middle}.time-slot-indicator{position:absolute;inset:2px;border-radius:2px}.total-cell{padding:.75rem .5rem;text-align:center;vertical-align:middle;background:#f9fafb;border-left:1px solid #f3f4f6;white-space:nowrap}.ot-pending-dot{width:7px;height:7px;border-radius:50%;background:#f59e0b;flex-shrink:0;cursor:default}.hours-count{font-weight:600;color:var(--usa-navy, #4A4E89);font-size:.875rem}.actions-cell{padding:.75rem .5rem;text-align:center;vertical-align:middle;background:#f9fafb;border-left:1px solid #f3f4f6}.btn-lock{width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#6b7280}.btn-lock:hover{background:var(--usa-light-gray, #f8f9fa);border-color:var(--usa-navy, #4A4E89);color:var(--usa-navy, #4A4E89);cursor:pointer}.btn-lock.locked:hover{color:var(--usa-red, #C53030)}.lock-saving-spinner{display:inline-block;width:14px;height:14px;border:2px solid #d1d5db;border-top-color:#4a4e89;border-radius:50%;animation:spin .6s linear infinite}.btn-hover:hover{cursor:pointer}.modal-overlay,.ui-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content,.ui-modal-content{background:#fff;border-radius:1rem;box-shadow:0 10px 25px #0003;width:100%;max-width:900px;max-height:90vh;overflow:hidden}.modal-header,.ui-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #f3f4f6;background:var(--usa-navy, #4A4E89);color:#fff}.modal-header h3,.ui-modal-header h3{margin:0;font-size:1.125rem;color:#fff}.modal-close,.ui-modal-close{background:none;border:none;color:#fff;cursor:pointer;padding:.25rem;border-radius:.25rem;transition:background .2s ease}.modal-close:hover,.ui-modal-close:hover{background:#ffffff1a}.modal-body,.ui-modal-body{padding:1.5rem}.modal-body label,.ui-modal-body label{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-weight:600;color:var(--usa-dark-gray, #2d3748)}.modal-textarea,.ui-modal-textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;font-family:inherit;resize:vertical;transition:border-color .2s ease}.modal-textarea:focus,.ui-modal-textarea:focus{outline:none;border-color:var(--usa-navy, #4A4E89);box-shadow:0 0 0 3px #4a4e891a}.modal-actions,.ui-modal-actions{display:flex;justify-content:flex-end;gap:.75rem;padding:1.5rem;border-top:1px solid #f3f4f6;background:#f9fafb}.tooltip{position:fixed;z-index:1001;pointer-events:none;max-width:250px}.tooltip-content{background:var(--usa-dark-gray, #2d3748);color:#fff;padding:.75rem;border-radius:.5rem;font-size:.875rem;line-height:1.4;box-shadow:0 4px 12px #0003;word-wrap:break-word}.tooltip-arrow{width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid var(--usa-dark-gray, #2d3748);position:absolute;bottom:-6px;left:50%;transform:translate(-50%)}.validation-notification{position:fixed;top:20px;right:20px;z-index:1002;max-width:400px;animation:slideInRight .3s ease}.notification-content{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:1rem;display:flex;align-items:flex-start;gap:.75rem;box-shadow:0 4px 12px #0000001a}.notification-icon{font-size:1.25rem;flex-shrink:0}.notification-message{color:#991b1b;font-size:.875rem;line-height:1.4;flex:1}.notification-close{background:none;border:none;color:#991b1b;cursor:pointer;padding:0;flex-shrink:0;opacity:.7;transition:opacity .2s ease}.notification-close:hover{opacity:1}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.confirmation-details{background:#f9fafb;border-radius:6px;padding:1rem;margin:1rem 0}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #e5e7eb}.detail-row:last-child{border-bottom:none}.detail-row span:first-child{font-weight:500;color:#374151}.detail-row span:last-child{font-weight:600;color:var(--usa-navy, #4A4E89)}.confirmation-warning{background:#fff3cd;border:1px solid #ffeeba;border-radius:4px;padding:.75rem;margin-top:1rem;font-size:.875rem;color:#856404}.timesheet-summary{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px #0000000d,0 10px 15px #0000001a;border:1px solid rgba(0,0,0,.05)}.timesheet-summary h3{margin:0 0 1.5rem;color:var(--usa-navy, #4A4E89);font-size:1.375rem}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.summary-item{text-align:center;padding:1.5rem;background:var(--usa-light-gray, #f8f9fa);border-radius:.75rem;border:1px solid rgba(74,78,137,.1)}.summary-label{font-size:.875rem;color:var(--usa-medium-gray, #6b7280);margin-bottom:.5rem;font-weight:500}.summary-value{font-size:2rem;font-weight:700;color:var(--usa-navy, #4A4E89)}.summary-item--warning{border-color:#fde68a;background:#fffbeb}.summary-item--warning .summary-value{color:#d97706}.summary-item--danger{border-color:#fecaca;background:#fff5f5}.summary-item--danger .summary-value{color:#dc2626}.summary-item--muted .summary-value{color:#6b7280;font-size:1.5rem}.summary-actions{display:flex;justify-content:flex-end;gap:1rem;flex-wrap:wrap}.timesheet-legend{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(74,78,137,.1)}.timesheet-legend h4{margin:0 0 1rem;color:var(--usa-navy, #4A4E89);font-size:1.125rem;font-weight:600}.legend-items{display:flex;flex-wrap:wrap;gap:2rem}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--usa-medium-gray, #6b7280)}.legend-color{width:20px;height:12px;border-radius:2px;border:1px solid rgba(0,0,0,.1)}.legend-symbol{font-size:1.2rem;font-weight:700;color:#818cf8;width:20px;text-align:center}.time-cell.provisional,.time-cell.provisional-start,.time-cell.provisional-end{position:relative;border:1px solid rgba(129,140,248,.3)}.provisional-indicator{position:absolute;top:1px;right:1px;font-size:8px;color:#818cf8;font-weight:700;line-height:1;width:10px;height:10px;display:flex;align-items:center;justify-content:center}.time-cell.provisional-start:after{content:"▶";position:absolute;bottom:1px;left:2px;font-size:6px;color:#818cf8}.time-cell.provisional-end:after{content:"◀";position:absolute;bottom:1px;right:2px;font-size:6px;color:#818cf8}.provisional-badge{display:inline-block;margin-left:.25rem;color:#818cf8;font-size:.75rem;font-weight:700}@media(max-width:1200px){.ts-th-date{width:70px;min-width:70px}.ts-th-total,.ts-th-lock{width:50px;min-width:50px}.ts-th-time{font-size:.6rem;padding:.5rem .125rem}}@media(max-width:768px){.timesheet-header{flex-direction:column;align-items:stretch}.header-controls{flex-direction:column;align-items:stretch;gap:1rem}.tab-switcher{width:100%}.tab-btn{flex:1;justify-content:center}.cutoff-selector,.period-navigation,.attendance-log__header,.attendance-log__view-toggle{width:100%}.cutoff-selector{flex-wrap:wrap}.cutoff-select{flex:1 1 100%}.period-navigation{justify-content:space-between}.period-display{min-width:0;flex:1}.timesheet-table{min-width:780px}.ts-th-date{width:60px;min-width:60px}.ts-th-total,.ts-th-lock{width:45px;min-width:40px}.ts-th-time{min-width:18px;font-size:.55rem;padding:.4rem .1rem}.attendance-log__header{flex-direction:column;align-items:flex-start;gap:.75rem}.view-toggle-btn{flex:1}.summary-grid{grid-template-columns:repeat(2,1fr)}.summary-actions{justify-content:stretch}.summary-actions .btn{flex:1}.modal-content{margin:.5rem;max-width:none}.modal-actions{flex-direction:column-reverse}.modal-actions .btn{width:100%}}@media(max-width:480px){.tab-btn{padding:.5rem .625rem;font-size:.75rem}.timesheet-table{min-width:720px}.timesheet-summary{padding:1.5rem}.summary-grid{grid-template-columns:1fr;gap:1rem}.summary-item{padding:1rem}.summary-value{font-size:1.5rem}.legend-items{flex-direction:column;gap:1rem}.cutoff-daily-row{grid-template-columns:1fr;gap:.375rem}.cutoff-daily-hours{text-align:left}.validation-notification{top:auto;right:.75rem;bottom:.75rem;left:.75rem;max-width:none}.modal-header,.modal-body,.modal-actions{padding:1rem}}.tab-switcher{display:flex;gap:.25rem;background:#f3f4f6;border-radius:.5rem;padding:.25rem}.tab-btn{display:flex;align-items:center;gap:.375rem;padding:.625rem .875rem;border:none;border-radius:.375rem;background:transparent;color:#6b7280;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s ease;min-height:44px}.tab-btn--active{background:#fff;color:#1f2937;box-shadow:0 1px 3px #0000001a}.attendance-log{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;margin-top:1.5rem}.attendance-log__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.attendance-log__header h2{margin:0;font-size:1.125rem;font-weight:600;color:#1f2937}.attendance-log__view-toggle{display:flex;gap:.25rem;background:#f3f4f6;border-radius:.5rem;padding:.25rem}.view-toggle-btn{padding:.375rem .875rem;border:none;border-radius:.375rem;background:transparent;color:#6b7280;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s ease}.view-toggle-btn.active{background:#fff;color:#1f2937;box-shadow:0 1px 3px #0000001a}.attendance-log__loading,.attendance-log__empty{text-align:center;padding:3rem 1rem;color:#9ca3af}.attendance-log__empty svg{margin-bottom:1rem;opacity:.4}.attendance-log__empty p{margin:.25rem 0}.attendance-log__hint{font-size:.8125rem;color:#d1d5db}.attendance-log__table-head{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;padding:.5rem .75rem;background:#f9fafb;border-radius:.375rem;font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.attendance-log__day{margin-bottom:1rem;border:1px solid #f3f4f6;border-radius:.5rem;overflow:hidden}.attendance-log__day-header{display:flex;justify-content:space-between;align-items:center;padding:.625rem .75rem;background:#f9fafb;border-bottom:1px solid #f3f4f6}.attendance-log__day-date{font-size:.875rem;font-weight:600;color:#374151}.attendance-log__day-total{font-size:.8125rem;color:#10b981;font-weight:600}.attendance-log__entry{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;padding:.625rem .75rem;border-bottom:1px solid #f9fafb;align-items:center}.attendance-log__entry:last-child{border-bottom:none}.attendance-log__date{font-size:.875rem;color:#374151;font-weight:500}.attendance-log__session-num{font-size:.75rem;color:#9ca3af;font-weight:400}.attendance-log__time{display:flex;align-items:center;gap:.375rem;font-size:.875rem;color:#374151}.attendance-log__hours{font-size:.875rem;color:#374151;font-weight:500}.attendance-log__active{color:#10b981;font-weight:600;font-size:.8125rem}.attendance-log__badge{display:inline-block;padding:.2rem .5rem;border-radius:9999px;font-size:.7rem;font-weight:600}.attendance-log__badge--active{background:#d1fae5;color:#065f46}.attendance-log__badge--done{background:#dbeafe;color:#1e40af}.attendance-log__badge--locked{background:#f3f4f6;color:#6b7280}.cutoff-summary-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem}.cutoff-summary-card{background:#f9fafb;border-radius:.5rem;padding:1rem;text-align:center}.cutoff-summary-card__label{font-size:.75rem;color:#9ca3af;margin-bottom:.375rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.cutoff-summary-card__value{font-size:1.25rem;font-weight:700;color:#1f2937}.cutoff-daily-breakdown h4{margin:0 0 .75rem;font-size:.875rem;font-weight:600;color:#374151}.cutoff-daily-row{display:grid;grid-template-columns:120px 1fr 60px;align-items:center;gap:.75rem;padding:.375rem 0}.cutoff-daily-date{font-size:.8125rem;color:#374151}.cutoff-daily-bar-wrap{background:#f3f4f6;border-radius:9999px;height:8px;overflow:hidden}.cutoff-daily-bar{height:100%;background:#10b981;border-radius:9999px;transition:width .3s ease}.cutoff-daily-hours{font-size:.8125rem;color:#6b7280;text-align:right}@media(max-width:768px){.cutoff-summary-cards{grid-template-columns:repeat(2,1fr)}.attendance-log__table-head,.attendance-log__entry{grid-template-columns:1fr 1fr 1fr}.attendance-log__table-head>div:nth-child(4),.attendance-log__table-head>div:nth-child(5),.attendance-log__entry>div:nth-child(4),.attendance-log__entry>div:nth-child(5){display:none}}@media(max-width:480px){.cutoff-summary-cards{grid-template-columns:1fr}.attendance-log{padding:1rem}.attendance-log__header{flex-direction:column;align-items:flex-start;gap:.75rem}}
