*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;line-height:1.5}body{min-height:100vh;font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}ul,ol{list-style:none}table{border-collapse:collapse;border-spacing:0}#root{min-height:100vh}.auth-layout{background:linear-gradient(145deg,#004578 0%,#0078d4 38%,#00a4ef 72%,#50e6ff 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.auth-card{flex-direction:column;align-items:center;gap:28px;width:100%;max-width:360px;display:flex}.auth-brand{flex-direction:column;align-items:center;gap:12px;display:flex}.auth-image{border-radius:24px;width:140px;height:140px;box-shadow:0 8px 28px #0000002e}.auth-title{letter-spacing:-.02em;color:#fff!important;font-size:1.75rem!important;font-weight:600!important;line-height:1.2!important}.auth-content{flex-direction:column;align-items:center;width:100%;display:flex}.dashboard-sidebar{background:#fff;border-right:1px solid #edebe9;flex-direction:column;flex-shrink:0;width:240px;display:flex}.dashboard-sidebar-brand{color:#0078d4;border-bottom:1px solid #edebe9;align-items:center;height:56px;padding:0 20px;font-size:1.125rem;font-weight:600;display:flex}.dashboard-sidebar-nav{flex-direction:column;flex:1;gap:4px;padding:16px 12px;display:flex}.dashboard-sidebar-link{color:#605e5c;border-radius:6px;align-items:center;gap:12px;padding:10px 12px;font-size:.9375rem;font-weight:500;transition:background-color .2s,color .2s;display:flex}.dashboard-sidebar-link:hover{color:#201f1e;background:#f3f2f1}.dashboard-sidebar-link.active{color:#0078d4;background:#0078d41a}.dashboard-sidebar-icon{flex-shrink:0;font-size:1.25rem}.dashboard-sidebar-user{align-items:center;gap:12px;padding:16px 16px 8px;display:flex}.dashboard-sidebar-footer{background:#faf9f8;border-top:1px solid #edebe9}.dashboard-sidebar-avatar{background-color:#0078d4!important;width:40px!important;height:40px!important;font-size:.875rem!important;font-weight:600!important}.dashboard-sidebar-user-info{flex-direction:column;flex:1;min-width:0;display:flex}.dashboard-sidebar-user-name{color:#201f1e;text-transform:capitalize;white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;overflow:hidden}.dashboard-sidebar-user-email{color:#605e5c;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.dashboard-sidebar-logout{color:#605e5c;background:#fff;border:1px solid #edebe9;border-radius:6px;justify-content:center;align-items:center;gap:8px;width:calc(100% - 32px);margin:0 16px 16px;padding:10px 12px;font-size:.9375rem;font-weight:500;transition:background-color .2s,color .2s;display:flex}.dashboard-sidebar-logout:hover{color:#a4262c;background:#f3f2f1;border-color:#edebe9}.dashboard-sidebar-logout-icon{flex-shrink:0;font-size:1.125rem}.dashboard-layout{background:#f3f2f1;min-height:100vh;display:flex}.dashboard-content{flex-direction:column;flex:1;min-width:0;display:flex}.dashboard-main{flex:1;padding:32px 28px;overflow-y:auto}.google-login{flex-direction:column;align-items:center;gap:12px;display:flex}.google-login-btn{letter-spacing:.01em;border:1px solid #00000014;font-size:.875rem;color:#201f1e!important;background-color:#fff!important;padding-inline:18px!important}.google-login-btn:hover{box-shadow:0 4px 14px #00000038;background-color:#f3f2f1!important}.google-login-btn:disabled{opacity:.72}.google-login-btn .MuiButton-startIcon{margin-right:10px}.google-login-error{color:#a4262c;text-align:center;max-width:280px;margin:0;font-size:.8125rem;line-height:1.4}.timesheet-modal-root{z-index:1300;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.timesheet-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;background:#201f1e8c;border:none;animation:.25s timesheet-overlay-in;position:absolute;inset:0}.timesheet-modal{text-align:center;background:#fff;border-radius:16px;width:100%;max-width:420px;padding:32px 28px 28px;animation:.3s cubic-bezier(.22,1,.36,1) timesheet-modal-in;position:relative;box-shadow:0 24px 48px #0000002e,0 8px 16px #00000014}.timesheet-modal-close{color:#605e5c;cursor:pointer;background:#f3f2f1;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background-color .2s,color .2s;display:flex;position:absolute;top:14px;right:14px}.timesheet-modal-close:hover{color:#201f1e;background:#edebe9}.timesheet-modal-close svg{font-size:1.25rem}.timesheet-modal-image{border-radius:20px;width:120px;height:120px;margin:0 auto 20px;box-shadow:0 8px 24px #0078d42e}.timesheet-modal-title{color:#201f1e;letter-spacing:-.02em;margin:0 0 12px;font-size:1.375rem;font-weight:600}.timesheet-modal-text{color:#605e5c;margin:0 0 24px;font-size:.9375rem;line-height:1.6}.timesheet-modal-action{width:100%}@keyframes timesheet-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes timesheet-modal-in{0%{opacity:0;transform:translateY(16px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.timesheet-stepper{background:#fff;border:1px solid #edebe9;border-radius:12px;min-height:500px;padding:28px 32px 24px;box-shadow:0 2px 12px #0000000a}.timesheet-stepper-top{justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.timesheet-stepper-title-wrap{align-items:center;gap:10px;display:flex}.timesheet-stepper-active-icon{color:#fff;background:linear-gradient(135deg,#0078d4 0%,#00a4ef 100%);border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;font-size:1.125rem;display:flex;box-shadow:0 4px 12px #0078d440}.timesheet-stepper-title{letter-spacing:-.01em;color:#201f1e!important;font-size:1.125rem!important;font-weight:600!important}.timesheet-stepper-subtitle{color:#0078d4;background:#0078d414;border-radius:999px;padding:6px 12px;font-size:.8125rem;font-weight:500}.timesheet-stepper-header{margin-bottom:36px!important;padding-bottom:16px!important}.timesheet-stepper-header .MuiStepLabel-label{font-size:.8125rem;font-weight:500}.timesheet-step-dot{color:#a19f9d;background:#f3f2f1;border:2px solid #edebe9;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;transition:all .2s;display:flex}.timesheet-step-dot.active{color:#fff;background:#0078d4;border-color:#0078d4;box-shadow:0 2px 8px #0078d44d}.timesheet-step-panel{background:linear-gradient(#fafbfd 0%,#fff 100%);border:1px solid #f0f0f0;border-radius:10px;min-height:220px;margin-top:12px;padding:28px 24px}.timesheet-step-panel-header{gap:14px;margin-bottom:30px;display:flex}.timesheet-step-icon-badge{color:#0078d4;background:#0078d41a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;display:flex}.timesheet-step-heading{color:#201f1e!important;margin-bottom:4px!important;font-size:1rem!important;font-weight:600!important}.timesheet-step-description{color:#605e5c;margin:0;font-size:.875rem;line-height:1.55}.timesheet-project-autocomplete{max-width:100%}.timesheet-projects-error{background:#a4262c14;border:1px solid #a4262c2e;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;margin-top:14px;padding:10px 12px;display:flex}.timesheet-projects-error-text{color:#a4262c!important;margin:0!important;font-size:.8125rem!important;line-height:1.45!important}.timesheet-project-field .MuiOutlinedInput-root{background:#fff;border-radius:8px}.timesheet-project-chip{border:1px solid #0078d433;font-weight:500;color:#005a9e!important;background-color:#0078d414!important}.timesheet-chip-icon{color:#0078d4!important;font-size:.875rem!important}.timesheet-log-hours-panel{flex-direction:column;display:flex}.timesheet-project-list{flex-direction:column;gap:16px;display:flex}.timesheet-project-block{background:#fff;border:1px solid #edebe9;border-radius:10px;padding:16px}.timesheet-project-block-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.timesheet-project-name{color:#201f1e!important;margin:0!important;font-size:.9375rem!important;font-weight:600!important}.timesheet-add-entry-btn{color:#0078d4!important;background:#0078d414!important;border:1px solid #0078d440!important;width:30px!important;height:30px!important}.timesheet-add-entry-btn:hover{background:#0078d429!important}.timesheet-add-entry-btn.Mui-disabled{opacity:.45;color:#a19f9d!important;background:#f3f2f1!important;border-color:#edebe9!important}.timesheet-add-entry-btn svg{font-size:1.125rem}.timesheet-remove-entry-btn{flex-shrink:0;color:#a4262c!important;background:#a4262c14!important;border:1px solid #a4262c40!important;width:30px!important;height:30px!important}.timesheet-remove-entry-btn:hover{background:#a4262c29!important}.timesheet-remove-entry-btn svg{font-size:1.125rem}.timesheet-entry-list{flex-direction:column;gap:12px;display:flex}.timesheet-entry-wrap{flex-direction:column;gap:4px;display:flex}.timesheet-entry-row{align-items:center;gap:12px;display:flex}.timesheet-entry-helper{color:#a4262c;margin:0 0 4px 4px;font-size:.75rem;line-height:1.4}.timesheet-step-validation{color:#a4262c;background:#a4262c14;border:1px solid #a4262c2e;border-radius:8px;margin-top:16px;padding:10px 12px;font-size:.8125rem;line-height:1.5}.timesheet-save-error{color:#a4262c;background:#a4262c14;border:1px solid #a4262c2e;border-radius:8px;margin:0 28px 4px;padding:10px 12px;font-size:.8125rem;line-height:1.5}.timesheet-toast-alert{min-width:280px;box-shadow:0 8px 24px #0000002e}.timesheet-review-panel{flex-direction:column;display:flex}.timesheet-review-list{flex-direction:column;gap:14px;display:flex}.timesheet-review-project{background:#fff;border:1px solid #edebe9;border-radius:10px;padding:16px}.timesheet-review-project-name{color:#201f1e!important;margin:0 0 12px!important;font-size:.9375rem!important;font-weight:600!important}.timesheet-review-entries{flex-direction:column;gap:10px;display:flex}.timesheet-review-entry{background:#f8fbff;border:1px solid #e8f2fb;border-radius:8px;justify-content:space-between;align-items:center;gap:16px;padding:12px 14px;display:flex}.timesheet-review-description{color:#201f1e;flex:1;margin:0;font-size:.875rem}.timesheet-review-time{color:#0078d4;white-space:nowrap;margin:0;font-size:.8125rem;font-weight:600}.timesheet-time-input{flex:0 0 100px;max-width:100px}.timesheet-text-input{flex:1;min-width:0}.timesheet-time-input .MuiOutlinedInput-root,.timesheet-text-input .MuiOutlinedInput-root{background:#fff;border-radius:8px}.timesheet-save-wrap{border-top:1px solid #edebe9;justify-content:flex-end;margin-top:20px;padding-top:16px;display:flex}.timesheet-save-btn{background:linear-gradient(135deg,#0078d4 0%,#0086e8 100%)!important;border-radius:8px!important;min-width:96px!important;padding:7px 18px!important;font-size:.8125rem!important;font-weight:600!important;box-shadow:0 2px 8px #0078d433!important}.timesheet-save-btn:hover{background:linear-gradient(135deg,#005a9e 0%,#0078d4 100%)!important}.timesheet-stepper-actions{border-top:1px solid #edebe9;justify-content:flex-end;gap:10px;margin-top:28px;padding-top:22px;display:flex}.timesheet-step-btn{min-width:96px!important;box-shadow:none!important;border-radius:8px!important;padding:6px 16px!important;font-size:.8125rem!important;font-weight:600!important}.timesheet-step-btn-back{color:#605e5c!important;border-color:#c8c6c4!important}.timesheet-step-btn-back:hover:not(:disabled){color:#0078d4!important;background:#0078d40a!important;border-color:#0078d4!important}.timesheet-step-btn-next{background:linear-gradient(135deg,#0078d4 0%,#0086e8 100%)!important}.timesheet-step-btn-next:hover:not(:disabled){background:linear-gradient(135deg,#005a9e 0%,#0078d4 100%)!important}.timesheet-step-btn svg{font-size:1rem}@media (width<=768px){.timesheet-stepper{min-height:380px;padding:20px 16px 18px}.timesheet-stepper-top{flex-direction:column;align-items:flex-start}.timesheet-stepper-header .MuiStepLabel-label{font-size:.6875rem}.timesheet-step-panel{min-height:200px;padding:20px 16px}.timesheet-entry-row{flex-direction:column}.timesheet-review-entry{flex-direction:column;align-items:flex-start}.timesheet-time-input{flex:1;width:100%;max-width:100%}.timesheet-text-input{width:100%}.timesheet-stepper-actions{flex-direction:column-reverse}.timesheet-step-btn{width:100%}}.dashboard-page{flex-direction:column;gap:16px;width:100%;display:flex}.dashboard-action-bar{background:linear-gradient(135deg,#fff 0%,#f3f9ff 100%);border:1px solid #edebe9;border-radius:12px;justify-content:space-between;align-items:center;gap:20px;padding:20px 24px;display:flex;box-shadow:0 2px 10px #0000000a}.dashboard-action-content{flex:1;min-width:0}.dashboard-action-title-row{align-items:center;gap:10px;margin-bottom:6px;display:flex}.dashboard-action-icon{color:#0078d4;background:#0078d41a;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.125rem;display:flex}.dashboard-action-title{text-transform:capitalize;color:#201f1e!important;margin:0!important;font-size:1.0625rem!important;font-weight:600!important}.dashboard-action-text{color:#605e5c;margin:0;font-size:.875rem;line-height:1.55}.dashboard-add-btn{white-space:nowrap;flex-shrink:0;background:linear-gradient(135deg,#0078d4 0%,#0086e8 100%)!important;border-radius:8px!important;padding:7px 16px!important;font-size:.8125rem!important;font-weight:600!important;box-shadow:0 2px 8px #0078d440!important}.dashboard-add-btn:hover{background:linear-gradient(135deg,#005a9e 0%,#0078d4 100%)!important}.dashboard-add-btn svg{font-size:1rem}@media (width<=768px){.dashboard-action-bar{flex-direction:column;align-items:flex-start}.dashboard-add-btn{width:100%}}
