:root{font-family:Inter,Arial,sans-serif;color:#073f52;background:#f3f6f7;font-synthesis:none}*{box-sizing:border-box}body{margin:0;background:#f3f6f7}button,input,select,textarea{font:inherit}button{cursor:pointer;border:0}.timesheet-app{min-height:100vh;background:#f3f6f7}.brand-header{min-height:94px;display:flex;align-items:center;gap:36px;padding:0 42px;background:#004658;color:#fff;border-bottom:5px solid #e2233e}.brand-logo{display:flex;align-items:center;text-decoration:none;white-space:nowrap}.brand-logo img{display:block;width:246px;max-width:24vw;height:auto}.brand-header-title{flex:1;display:flex;gap:24px;align-items:baseline;justify-content:center}.brand-header-title strong{font-size:25px;letter-spacing:-.5px}.brand-header-title span{font-size:14px;font-weight:700;color:#d8e7ea}.brand-header-actions{display:flex;align-items:center;gap:15px}.uk-chip{border:1px solid #6092a0;border-radius:999px;padding:6px 10px;color:#e7f0f2;font-size:11px;font-weight:750}.profile-button{display:flex;align-items:center;gap:8px;background:transparent;color:#fff;font-size:13px;font-weight:700;padding:4px}.avatar{display:grid;place-items:center;width:31px;height:31px;border-radius:50%;background:#e2233e;color:#fff;font-size:12px}.timesheet-main{width:min(1380px,calc(100% - 48px));margin:28px auto 46px}.week-actions{display:flex;justify-content:space-between;align-items:center;gap:20px;background:#fff;border:1px solid #cbd9dd;border-radius:9px;padding:11px 13px;box-shadow:0 2px 4px #003c4d10}.week-nav,.week-submit{display:flex;align-items:center;gap:9px}.week-nav button,.ghost-button{background:#fff;border:1px solid #b7c7cc;color:#004658;border-radius:6px;padding:10px 15px;font-size:13px;font-weight:750}.week-nav button:nth-child(2){background:#eff4f5}.primary-button{background:#e2233e;color:#fff;border-radius:6px;padding:11px 17px;font-size:13px;font-weight:800;box-shadow:0 2px 4px #9e102737;text-decoration:none}.primary-button:hover{background:#c91831}.status-pill{border-radius:999px;background:#f0f3f4;color:#61727a;padding:8px 24px;font-size:12px;font-weight:750}.status-pill.submitted{background:#e0f1e8;color:#21724e}.weekly-summary{display:grid;grid-template-columns:210px 1fr auto;align-items:center;gap:24px;margin:22px 0;padding:17px 22px;background:#fff;border-left:5px solid #e2233e;box-shadow:0 2px 5px #003c4d10}.weekly-summary div:first-child{display:grid;gap:3px}.weekly-summary span{font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:#60747c}.weekly-summary strong{font-size:20px;color:#004658}.weekly-summary small{font-size:12px;color:#698088}.summary-bar{height:9px;overflow:hidden;border-radius:99px;background:#e4ecee}.summary-bar i{display:block;height:100%;background:#e2233e;transition:width .2s}.weekly-summary p{margin:0;color:#61757e;font-size:12px;white-space:nowrap}.weekly-summary p b{color:#004658}.days-list{display:grid;gap:14px}.day-card{background:#fff;border:1px solid #d6e0e3;border-radius:9px;overflow:hidden;box-shadow:0 2px 5px #003c4d0b}.day-card.has-leave{border-left:4px solid #e2233e}.day-heading{display:flex;align-items:center;justify-content:space-between;padding:15px 21px 12px;background:#f8fafb;border-bottom:1px solid #e3eaec}.day-heading h2{margin:0;color:#004658;font-size:17px;text-transform:uppercase;letter-spacing:.01em}.day-heading span{color:#698088;font-size:11px;font-weight:700}.day-balance{text-align:right}.day-balance strong{display:block;color:#004658;font-size:16px}.day-balance span{font-size:10px;font-weight:600}.leave-panel{display:flex;align-items:center;gap:14px;padding:9px 21px;background:#f6f8f9;border-bottom:1px solid #e2e9eb}.leave-panel>span{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#647980;font-weight:850}.leave-options{display:flex;gap:6px}.leave-options button{padding:6px 10px;border-radius:999px;background:#fff;border:1px solid #cbd8dc;color:#596f77;font-size:11px;font-weight:700}.leave-options button:hover{border-color:#8ba0a7}.leave-options button.selected{border-color:#e2233e;background:#e2233e;color:#fff}.leave-options button.neutral-selected{border-color:#b8c7cb;background:#e9eef0;color:#50676f}.leave-panel small{color:#7c6569;font-size:11px}.day-card.has-leave .leave-panel{background:#fff8f9;border-bottom-color:#efd8dc}.entry-heading,.day-entry{display:grid;grid-template-columns:1.15fr 1.2fr 120px 1.45fr 30px;gap:10px;padding-left:21px;padding-right:21px}.entry-heading{padding-top:14px;padding-bottom:7px;color:#647881;font-size:10px;text-transform:uppercase;letter-spacing:.05em;font-weight:850}.day-entries{display:grid;gap:8px;padding-bottom:8px}.day-entry{align-items:center}.day-entry select,.hour-field,.day-entry textarea{width:100%;border:1px solid #a9bcc2;border-radius:6px;background:#fff;color:#294b56;font-size:13px}.day-entry select{height:42px;padding:0 11px}.day-entry select:disabled,.day-entry input:disabled,.day-entry textarea:disabled{background:#eff3f4;color:#87999f;border-color:#d3dfe2}.hour-field{display:flex;align-items:center;height:42px}.hour-field input{min-width:0;flex:1;border:0;outline:0;padding:0 0 0 11px;color:#294b56;background:transparent}.hour-field span{padding:0 10px;color:#77919a;font-size:11px}.day-entry textarea{height:42px;min-height:42px;resize:vertical;padding:10px 11px}.remove-entry{background:transparent;color:#a5b6bc;font-size:22px;padding:4px}.remove-entry:hover{color:#e2233e}.remove-entry:disabled{opacity:.25;cursor:not-allowed}.day-footer{display:flex;align-items:center;justify-content:space-between;padding:10px 21px 14px}.add-entry{background:transparent;color:#e2233e;font-weight:850;font-size:12px;padding:5px 0}.add-entry:disabled{color:#a9b8bc;cursor:not-allowed}.day-footer span{color:#72858c;font-size:11px}.timesheet-footer{display:flex;align-items:center;justify-content:space-between;margin-top:20px;padding:16px 20px;background:#fff;border:1px solid #cbd9dd;border-radius:8px;color:#657982;font-size:12px}.timesheet-footer div{display:flex;gap:9px}.login-page{min-height:100vh;display:grid;place-items:center;padding:28px;background:linear-gradient(135deg,#003b4c,#075d70);border-top:6px solid #e2233e}.login-card{width:min(470px,100%);display:flex;flex-direction:column;align-items:center;padding:48px;border-radius:14px;background:#fff;box-shadow:0 24px 70px #001f2859;text-align:center}.login-card>img{width:270px;max-width:100%;padding:18px;border-radius:6px;background:#004658}.login-card>p{margin:32px 0 9px;color:#e2233e;font-size:10px;letter-spacing:.14em;font-weight:900}.login-card h1{margin:0 0 12px;color:#004658;font-size:28px;letter-spacing:-.5px}.login-card>span{max-width:350px;color:#647980;font-size:14px;line-height:1.55}.microsoft-button{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;margin:30px 0 18px;padding:13px 18px;border:1px solid #aebfc4;border-radius:6px;background:#fff;color:#174453;font-size:14px;font-weight:750}.microsoft-button:hover{background:#f5f8f9;border-color:#78929a}.microsoft-button:disabled{cursor:wait;opacity:.65}.microsoft-button b{display:grid;grid-template-columns:8px 8px;gap:2px}.microsoft-button i{width:8px;height:8px;background:#f35325}.microsoft-button i:nth-child(2){background:#81bc06}.microsoft-button i:nth-child(3){background:#05a6f0}.microsoft-button i:nth-child(4){background:#ffba08}.login-card>small{color:#8a9ba0;font-size:11px}.login-card .auth-error{margin:-6px 0 14px;color:#b21f35;font-size:12px}.simple-page{max-width:1100px;margin:auto;padding:40px}.simple-page header{display:flex;justify-content:space-between;align-items:center}.simple-page h1{color:#004658}.simple-page header small,.hero p{color:#e2233e;font-weight:800;letter-spacing:.1em}.hero{margin-top:40px;padding:60px;background:#fff;border-left:6px solid #e2233e}.hero h2{font-size:48px;max-width:760px;color:#004658}@media(max-width:960px){.brand-header{padding:18px 24px;gap:16px;flex-wrap:wrap}.brand-header-title{order:3;flex-basis:100%;justify-content:space-between}.brand-logo img{max-width:none;width:210px}.timesheet-main{width:min(100% - 28px,1380px)}.entry-heading,.day-entry{min-width:850px}.day-card{overflow-x:auto}.entry-heading,.day-entries,.day-footer{min-width:850px}}@media(max-width:680px){.brand-header-title strong{font-size:19px}.brand-header-title span,.uk-chip{display:none}.brand-header-actions{margin-left:auto}.week-actions,.timesheet-footer{align-items:stretch;flex-direction:column}.week-nav,.week-submit{justify-content:space-between}.week-nav button,.week-submit .ghost-button{padding:9px 10px}.weekly-summary{grid-template-columns:1fr;gap:10px}.weekly-summary p{white-space:normal}.leave-panel{align-items:flex-start;flex-wrap:wrap}.leave-panel small{flex-basis:100%}.timesheet-footer div{justify-content:stretch}.timesheet-footer button{flex:1}.brand-logo img{width:174px}.day-heading{padding-left:15px;padding-right:15px}.login-card{padding:36px 24px}}
