:root {
  --ink: #19332f;
  --muted: #6e7d79;
  --muted-light: #98a39f;
  --line: #e6ebe8;
  --paper: #ffffff;
  --canvas: #f7f8f6;
  --green: #1f6860;
  --green-dark: #173f3c;
  --green-pale: #e5f1ed;
  --amber: #c47b27;
  --amber-pale: #fbf0df;
  --blue: #4e82a4;
  --blue-pale: #e8f1f6;
  --violet: #7c6da5;
  --violet-pale: #eeeaf8;
  --danger: #b44b45;
  --shadow: 0 12px 35px rgba(28, 58, 51, 0.06);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--canvas);
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: var(--canvas); }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.is-hidden { display: none !important; }
.muted { color: var(--muted); }

.login-screen { min-height: 100vh; display: grid; grid-template-columns: minmax(360px, 1.04fr) minmax(440px, 0.96fr); background: #fbfcfb; }
.login-intro { min-height: 100vh; position: relative; overflow: hidden; color: #f8fcfa; padding: 56px clamp(44px, 8vw, 130px); display: flex; flex-direction: column; background: radial-gradient(circle at 85% 20%, rgba(116, 180, 153, .2), transparent 34%), linear-gradient(145deg, #123d39, #1a5a53); }
.login-intro::before, .login-intro::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(206, 239, 224, .15); pointer-events: none; }
.login-intro::before { width: 610px; height: 610px; bottom: -310px; left: -120px; }
.login-intro::after { width: 420px; height: 420px; top: -165px; right: -140px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 750; letter-spacing: -.045em; text-decoration: none; color: inherit; font-size: 22px; }
.brand-mark { display: inline-grid; place-items: center; width: 29px; height: 29px; background: #bcdcca; color: var(--green-dark); border-radius: 9px; font-size: 23px; line-height: 1; font-weight: 850; letter-spacing: -.12em; }
.intro-copy { margin: auto 0 46px; max-width: 560px; position: relative; z-index: 1; }
.eyebrow { display: block; font-size: 11px; line-height: 1; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; color: var(--green); margin-bottom: 15px; }
.eyebrow--light { color: #bcdcca; }
.intro-copy h1 { font-size: clamp(42px, 4.35vw, 70px); line-height: 1.01; letter-spacing: -.06em; margin: 0 0 23px; font-weight: 720; }
.intro-copy p { font-size: 18px; line-height: 1.6; color: #d5e9e0; max-width: 490px; margin: 0; }
.intro-points { border-top: 1px solid rgba(235, 251, 243, .18); padding-top: 27px; display: grid; gap: 15px; position: relative; z-index: 1; font-size: 14px; color: #dbeee6; }
.check { display: inline-grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; color: #194d45; background: #bcdcca; font-weight: 850; margin-right: 10px; }
.login-intro small { margin-top: 46px; color: rgba(220, 240, 231, .61); font-size: 11px; }
.login-panel { min-height: 100vh; display: grid; place-items: center; padding: 40px; }
.login-card { width: min(100%, 410px); }
.login-card h2 { font-size: 34px; letter-spacing: -.045em; margin: 0 0 8px; }
.login-card > p { font-size: 14px; line-height: 1.55; margin: 0 0 32px; }
.login-card form { display: grid; gap: 20px; }
.login-card label, .form-field { display: grid; gap: 8px; font-size: 13px; font-weight: 700; color: #384b46; }
input, select, textarea { border: 1px solid #d8e0dc; color: var(--ink); background: #fff; border-radius: 9px; outline: none; transition: border-color .18s, box-shadow .18s; }
input:focus, select:focus, textarea:focus { border-color: #5a9b8b; box-shadow: 0 0 0 3px rgba(80, 150, 134, .14); }
.login-card select, .login-card input { height: 47px; padding: 0 13px; width: 100%; }
.password-input { position: relative; }
.password-input input { padding-right: 42px; }
.icon-button { position: absolute; right: 6px; top: 6px; width: 34px; height: 35px; border: none; background: transparent; color: var(--muted); }
.login-hint { font-size: 12px !important; margin: -4px 0 0 !important; color: var(--muted); }
.login-footer { font-size: 11px !important; color: var(--muted-light); padding-top: 9px; border-top: 1px solid var(--line); margin-top: 24px !important; }
.form-error { min-height: 17px; color: var(--danger); font-size: 12px; margin: -8px 0 0; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 8px; min-height: 40px; padding: 0 15px; font-size: 13px; font-weight: 760; transition: transform .15s, background .15s, border-color .15s; }
.button:hover { transform: translateY(-1px); }
.button--primary { background: var(--green); color: #fff; box-shadow: 0 4px 10px rgba(31, 104, 96, .15); }
.button--primary:hover { background: #195951; }
.button--secondary { background: #fff; color: var(--ink); border-color: #d8e1dd; }
.button--secondary:hover { background: #f5f8f6; }
.button--dark { background: var(--green-dark); color: #fff; }
.button--full { width: 100%; min-height: 47px; }
.button-plus { font-size: 19px; line-height: 0; font-weight: 400; }

.app-shell { min-height: 100vh; display: grid; grid-template-columns: 236px 1fr; }
.sidebar { position: fixed; width: 236px; inset: 0 auto 0 0; padding: 25px 14px 17px; display: flex; flex-direction: column; justify-content: space-between; background: var(--paper); border-right: 1px solid var(--line); z-index: 20; }
.brand--sidebar { color: var(--ink); padding-left: 10px; font-size: 20px; }
.brand--sidebar .brand-mark { width: 27px; height: 27px; font-size: 21px; }
.sidebar nav { display: grid; gap: 4px; margin-top: 44px; }
.nav-item { display: flex; align-items: center; gap: 13px; padding: 11px 12px; border: 0; color: #687873; background: transparent; border-radius: 8px; text-align: left; font-size: 13px; font-weight: 670; }
.nav-item:hover { background: #f1f5f2; color: var(--green-dark); }
.nav-item.is-active { background: var(--green-pale); color: var(--green); }
.nav-icon { display: inline-grid; width: 17px; place-items: center; font-size: 18px; line-height: 1; }
.sidebar-bottom { display: grid; gap: 15px; }
.help-button { display: flex; align-items: center; gap: 9px; color: var(--muted); border: 0; background: transparent; font-size: 12px; padding: 6px 9px; text-align: left; }
.help-button span { display: inline-grid; place-items: center; width: 17px; height: 17px; border: 1px solid #b7c5c0; border-radius: 50%; font-weight: 800; }
.account-menu { display: grid; grid-template-columns: 34px 1fr 22px; align-items: center; gap: 9px; padding: 11px 9px; border-radius: 9px; background: #f6f8f6; }
.avatar { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #dcece4; color: var(--green-dark); font-size: 11px; font-weight: 800; }
.account-menu strong { display: block; font-size: 11px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.account-menu small { display: block; margin-top: 2px; color: var(--muted); font-size: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.logout-button { width: 22px; height: 28px; border: 0; background: transparent; color: var(--muted); font-size: 17px; }
.workspace { grid-column: 2; min-width: 0; }
.topbar { height: 73px; padding: 0 clamp(25px, 4vw, 55px); display: flex; align-items: center; justify-content: space-between; background: rgba(255,255,255,.9); border-bottom: 1px solid var(--line); }
.breadcrumb { font-size: 13px; font-weight: 750; }.breadcrumb-current::before { content: "/"; color: #bac5c1; font-weight: 400; margin: 0 8px; }.breadcrumb-current:empty::before { display: none; }
.topbar-actions { display: flex; align-items: center; gap: 16px; }.notification-button { position: relative; border: 0; background: transparent; color: #58716b; font-size: 21px; }.notification-button span { position: absolute; width: 6px; height: 6px; border: 1px solid #fff; border-radius: 50%; background: #c2764f; top: 3px; right: 2px; }.mobile-menu { display: none; }
.content { width: min(1220px, 100%); margin: 0 auto; padding: 44px clamp(25px, 4vw, 55px) 70px; }
.view { display: none; }.view.is-active { display: block; animation: view-in .2s ease both; }@keyframes view-in { from { opacity: .3; transform: translateY(4px); } to { opacity: 1; transform: none; } }
.page-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 26px; margin-bottom: 28px; }.page-heading--compact { align-items: center; }
.page-heading .eyebrow { margin-bottom: 10px; }.page-heading h1 { margin: 0 0 8px; font-size: 31px; line-height: 1; letter-spacing: -.05em; font-weight: 760; }.page-heading p { margin: 0; font-size: 13px; color: var(--muted); }
.month-switcher { display: flex; align-items: center; gap: 8px; border: 1px solid #dde5e1; border-radius: 8px; padding: 3px; background: #fff; }.month-switcher button { display: grid; place-items: center; width: 27px; height: 27px; border: 0; border-radius: 6px; color: var(--muted); background: transparent; font-size: 21px; }.month-switcher button:hover { background: #eff4f1; }.month-switcher strong { min-width: 113px; text-align: center; font-size: 12px; text-transform: capitalize; }
.stats-grid { display: grid; grid-template-columns: 1.28fr 1fr 1fr 1fr; gap: 14px; margin-bottom: 20px; }.stat-card { min-height: 164px; padding: 19px 19px 16px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 3px 13px rgba(25, 51, 47, .025); }.stat-card--main { border-color: #d6e7df; background: linear-gradient(135deg, #fff, #fbfdfc); }.stat-heading { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 11px; font-weight: 720; }.status-dot { display: inline-flex; align-items: center; gap: 5px; font-size: 10px; text-transform: uppercase; letter-spacing: .05em; font-weight: 850; }.status-dot::before { content: ""; width: 6px; height: 6px; border-radius: 50%; }.status-dot--green { color: #36826c; }.status-dot--green::before { background: #55a889; }.stat-value { display: flex; align-items: baseline; gap: 5px; margin-top: 17px; }.stat-value strong { font-size: 31px; letter-spacing: -.05em; line-height: 1; }.stat-value span { color: var(--muted); font-size: 14px; }.stat-card p { color: var(--muted); font-size: 10px; margin: auto 0 0; }.stat-card p strong { color: #466059; }.progress-track { overflow: hidden; height: 5px; margin-top: 16px; border-radius: 10px; background: #e7eeeb; }.progress-track span { display: block; height: 100%; min-width: 3px; max-width: 100%; border-radius: inherit; background: var(--green); transition: width .25s ease; }.stat-icon { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 7px; font-size: 15px; font-weight: 800; }.stat-icon--amber { background: var(--amber-pale); color: var(--amber); }.stat-icon--blue { background: var(--blue-pale); color: var(--blue); }.stat-icon--violet { background: var(--violet-pale); color: var(--violet); }.location-summary { display: flex; align-items: center; gap: 9px; margin: auto 0 4px; }.location-symbol { display: grid; place-items: center; flex: 0 0 auto; width: 31px; height: 31px; border-radius: 8px; background: var(--violet-pale); color: var(--violet); font-size: 17px; }.location-summary strong { display: block; font-size: 13px; }.location-summary span { display: block; margin-top: 3px; color: var(--muted); font-size: 10px; }
.dashboard-grid { display: grid; grid-template-columns: 1.38fr .88fr; gap: 20px; margin-bottom: 20px; }.panel { background: var(--paper); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); }.panel-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; }.panel-heading h2 { margin: 0 0 5px; letter-spacing: -.035em; font-size: 16px; }.panel-heading p { color: var(--muted); font-size: 11px; line-height: 1.4; margin: 0; }.text-button { border: 0; background: transparent; color: var(--green); font-size: 11px; font-weight: 760; white-space: nowrap; }.text-button span { margin-left: 3px; font-size: 15px; }.calendar-panel, .places-panel { padding: 21px 22px; min-height: 358px; }.calendar-weekdays, .calendar { display: grid; grid-template-columns: repeat(7, 1fr); }.calendar-weekdays { margin: 25px 0 7px; }.calendar-weekdays span { text-align: center; color: #9aa7a3; font-size: 9px; font-weight: 760; text-transform: uppercase; }.calendar { gap: 4px; }.calendar-day { aspect-ratio: 1.15; min-height: 42px; position: relative; display: flex; align-items: flex-start; justify-content: center; padding-top: 8px; border: 1px solid transparent; border-radius: 8px; color: #5c6d68; background: transparent; font-size: 11px; font-weight: 670; }.calendar-day.empty { pointer-events: none; }.calendar-day.weekend { color: #a9b2af; }.calendar-day:hover:not(.empty) { border-color: #c9ddd5; background: #f7faf8; }.calendar-day.done { color: var(--green-dark); background: var(--green-pale); }.calendar-day.done::after { content: ""; position: absolute; width: 4px; height: 4px; border-radius: 50%; bottom: 6px; background: var(--green); }.calendar-day.today { outline: 1px solid var(--green); outline-offset: -1px; }.calendar-day.today:not(.done) { color: var(--green); }.calendar-legend { display: flex; flex-wrap: wrap; gap: 13px; padding-top: 17px; margin-top: 14px; border-top: 1px solid #eef2ef; color: var(--muted); font-size: 9px; }.calendar-legend span { display: inline-flex; gap: 5px; align-items: center; }.legend-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; }.legend-dot--done { background: var(--green); }.legend-dot--today { border: 1px solid var(--green); }.legend-dot--weekend { background: #d5ddda; }
.place-breakdown { display: grid; gap: 19px; margin: 29px 0 20px; }.place-row { display: grid; grid-template-columns: 28px 1fr auto; gap: 10px; align-items: center; }.place-row-icon { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 7px; background: #edf4f1; color: var(--green); font-size: 14px; }.place-row-info { min-width: 0; }.place-row-head { display: flex; justify-content: space-between; gap: 8px; margin-bottom: 7px; }.place-row-head span { font-size: 11px; font-weight: 750; }.place-row-head small { color: var(--muted); font-size: 10px; }.place-row .progress-track { margin: 0; height: 4px; }.place-row-hours { font-size: 11px; font-weight: 800; color: #40554f; }.place-note { display: flex; gap: 8px; padding: 11px; border-radius: 8px; color: #67756f; background: #f5f8f6; font-size: 10px; line-height: 1.45; }.place-note span { color: var(--green); font-size: 16px; }.place-note p { margin: 0; }
.recent-panel { padding: 21px 22px; }.table-wrap { overflow-x: auto; }.recent-table, .timesheet-table { width: 100%; border-collapse: collapse; text-align: left; }.recent-table { margin-top: 18px; }.recent-table th, .timesheet-table th { padding: 0 9px 10px; border-bottom: 1px solid #edf1ef; color: #99a6a2; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .055em; }.recent-table th:first-child, .recent-table td:first-child, .timesheet-table th:first-child, .timesheet-table td:first-child { padding-left: 0; }.recent-table th:last-child, .recent-table td:last-child, .timesheet-table th:last-child, .timesheet-table td:last-child { padding-right: 0; }.recent-table td { padding: 12px 9px; border-bottom: 1px solid #f0f3f1; color: #4d615b; font-size: 11px; }.recent-table tr:last-child td, .timesheet-table tr:last-child td { border-bottom: 0; }.align-right { text-align: right; }.date-cell { font-weight: 750; color: var(--ink) !important; }.date-cell small { margin-left: 5px; color: #97a39f; font-weight: 550; }.location-badge { display: inline-flex; align-items: center; gap: 5px; min-width: 78px; padding: 4px 7px; border-radius: 5px; color: #46665c; background: #f1f5f3; font-size: 10px; font-weight: 700; }.location-badge b { color: var(--green); font-size: 12px; }.hours-cell { text-align: right; color: var(--ink) !important; font-weight: 800; }.activity-cell { max-width: 210px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.timesheet-summary { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 0 20px; background: #fff; border: 1px solid var(--line); border-radius: 10px; }.timesheet-summary div { padding: 17px 20px; border-right: 1px solid var(--line); }.timesheet-summary div:last-child { border: 0; }.timesheet-summary span { display: block; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; font-size: 9px; font-weight: 800; }.timesheet-summary strong { display: block; padding-top: 5px; font-size: 17px; letter-spacing: -.03em; }.status-text { color: #32816a; font-size: 13px !important; letter-spacing: 0 !important; }.status-text i { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: #55a889; }.timesheet-panel { min-height: 380px; padding: 18px 22px; }.table-toolbar { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 17px; }.search-box { position: relative; width: 275px; }.search-box span { position: absolute; left: 11px; top: 8px; color: #7c8e88; font-size: 18px; }.search-box input { width: 100%; height: 35px; padding: 0 11px 0 30px; font-size: 11px; }.filter-button { border: 1px solid #dbe3df; border-radius: 7px; padding: 0 10px; background: #fff; color: #4c615a; font-size: 11px; font-weight: 700; }.filter-button span { margin-left: 9px; }.timesheet-table { min-width: 850px; }.timesheet-table td { padding: 14px 9px; border-bottom: 1px solid #eff2f0; color: #4d605b; font-size: 11px; }.timesheet-table .overtime-cell { color: #bd772c; font-weight: 750; }.row-actions { display: flex; gap: 5px; justify-content: flex-end; }.row-actions button { display: grid; place-items: center; width: 25px; height: 25px; border: 0; border-radius: 5px; color: var(--muted); background: transparent; font-size: 13px; }.row-actions button:hover { color: var(--green); background: #eaf2ee; }.row-actions .delete-entry:hover { color: var(--danger); background: #fbefed; }.empty-state { text-align: center; padding: 70px 20px; }.empty-state > span { display: inline-grid; place-items: center; width: 45px; height: 45px; border-radius: 50%; background: var(--green-pale); color: var(--green); font-size: 22px; }.empty-state h3 { margin: 13px 0 6px; font-size: 16px; }.empty-state p { margin: 0 0 17px; color: var(--muted); font-size: 12px; }
.settlement-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 20px; margin-bottom: 20px; }.settlement-card { padding: 26px; border-color: #d5e5de; background: linear-gradient(120deg, #fff, #f7fbf9); }.settlement-card-heading { display: flex; justify-content: space-between; gap: 20px; }.settlement-card-heading .eyebrow { margin-bottom: 11px; }.settlement-card h2 { margin: 0 0 5px; font-size: 21px; letter-spacing: -.035em; }.settlement-card p { margin: 0; color: var(--muted); font-size: 11px; }.month-stamp { display: grid; place-items: center; align-content: center; width: 54px; height: 54px; border: 1px solid #d5e6df; border-radius: 10px; background: #fff; color: var(--green); }.month-stamp span { font-size: 10px; font-weight: 850; letter-spacing: .08em; }.month-stamp strong { margin-top: 2px; color: var(--muted); font-size: 10px; }.settlement-numbers { display: grid; grid-template-columns: repeat(3, 1fr); margin: 29px 0 24px; }.settlement-numbers span { display: block; color: var(--muted); font-size: 10px; }.settlement-numbers strong { display: block; margin-top: 5px; color: var(--ink); font-size: 20px; letter-spacing: -.04em; }.settlement-numbers div:last-child strong { color: var(--amber); }.settlement-progress > div:first-child { display: flex; justify-content: space-between; font-size: 10px; }.settlement-progress > div:first-child span { color: var(--muted); }.settlement-progress .progress-track { margin-top: 8px; }.settlement-status { display: flex; align-items: center; gap: 10px; margin-top: 22px; padding-top: 17px; border-top: 1px solid #e5efea; }.settlement-status p { font-size: 10px; }.detail-card { padding: 23px; }.detail-list { margin: 17px 0 0; }.detail-list div { display: flex; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid #edf1ef; }.detail-list div:last-child { border-bottom: 0; }.detail-list dt { color: #61746e; font-size: 11px; }.detail-list dd { margin: 0; font-size: 12px; font-weight: 800; }.settlement-locations { padding: 22px; }.settlement-location-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 20px; }.settlement-location-item { display: grid; grid-template-columns: 30px 1fr; gap: 10px; padding: 13px; border: 1px solid #edf1ef; border-radius: 9px; }.settlement-location-item .place-row-icon { width: 30px; height: 30px; }.settlement-location-item strong { display: block; font-size: 12px; }.settlement-location-item span { display: block; margin-top: 3px; color: var(--muted); font-size: 10px; }.submission-callout { display: flex; align-items: center; gap: 15px; padding: 20px 22px; margin-top: 20px; border: 1px solid #d7e7df; border-radius: 11px; background: #edf7f2; }.callout-icon { display: grid; place-items: center; flex: 0 0 auto; width: 32px; height: 32px; border-radius: 50%; color: #fff; background: #5a9a7f; font-size: 15px; font-weight: 850; }.submission-callout h2 { margin: 0 0 4px; font-size: 13px; }.submission-callout p { margin: 0; max-width: 580px; color: #59736a; font-size: 11px; line-height: 1.45; }.submission-callout .button { margin-left: auto; white-space: nowrap; }
.modal-backdrop { position: fixed; inset: 0; display: grid; place-items: center; padding: 22px; z-index: 100; background: rgba(17, 38, 35, .48); backdrop-filter: blur(3px); }.modal { width: min(100%, 590px); position: relative; max-height: min(780px, calc(100vh - 44px)); overflow: auto; padding: 30px; border-radius: 14px; background: #fff; box-shadow: 0 25px 75px rgba(5, 27, 23, .27); }.modal-close { position: absolute; top: 14px; right: 16px; width: 30px; height: 30px; border: 0; border-radius: 7px; color: var(--muted); background: transparent; font-size: 24px; line-height: 1; }.modal-close:hover { background: #f1f5f2; }.modal-heading .eyebrow { margin-bottom: 11px; }.modal-heading h2 { margin: 0 0 6px; font-size: 24px; letter-spacing: -.04em; }.modal-heading p { margin: 0; color: var(--muted); font-size: 12px; }.entry-form { display: grid; gap: 18px; margin-top: 25px; }.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 41px; padding: 0 10px; font-size: 13px; }.form-field textarea { padding: 9px 10px; resize: vertical; }.form-row { display: grid; grid-template-columns: 1fr 1fr .88fr; gap: 12px; }.duration-preview { display: flex; justify-content: space-between; align-items: center; padding: 11px 13px; border-radius: 8px; background: #f3f8f5; color: #597069; font-size: 11px; }.duration-preview strong { color: var(--green); font-size: 14px; }.checkbox-row { display: flex; flex-wrap: wrap; gap: 14px; padding-top: 1px; }.checkbox-row label { display: flex; align-items: center; gap: 6px; color: #52655f; font-size: 11px; }.checkbox-row input { accent-color: var(--green); }.modal-actions { display: flex; justify-content: flex-end; gap: 9px; padding-top: 4px; }.toast { position: fixed; right: 24px; bottom: 24px; z-index: 150; max-width: min(350px, calc(100vw - 48px)); padding: 13px 17px; border-radius: 9px; color: #fff; background: #1b5149; box-shadow: 0 9px 28px rgba(12, 48, 42, .22); font-size: 12px; font-weight: 700; transform: translateY(20px); opacity: 0; pointer-events: none; transition: .22s ease; }.toast.is-visible { transform: none; opacity: 1; }

@media (max-width: 1040px) { .stats-grid { grid-template-columns: repeat(2, 1fr); }.dashboard-grid, .settlement-layout { grid-template-columns: 1fr; }.settlement-location-list { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 760px) { .login-screen { grid-template-columns: 1fr; }.login-intro { min-height: auto; padding: 30px 27px; }.login-intro .intro-copy { margin: 65px 0 35px; }.intro-copy h1 { font-size: 42px; }.login-intro small { margin-top: 27px; }.login-panel { min-height: auto; padding: 48px 26px; }.app-shell { grid-template-columns: 1fr; }.sidebar { width: 236px; transform: translateX(-100%); box-shadow: 13px 0 32px rgba(15, 43, 37, .17); transition: transform .2s ease; }.sidebar.is-open { transform: none; }.workspace { grid-column: 1; }.topbar { height: 64px; padding: 0 18px; }.mobile-menu { display: inline-grid; place-items: center; width: 29px; height: 29px; margin-right: 10px; border: 0; background: transparent; color: var(--ink); font-size: 19px; }.breadcrumb { margin-right: auto; }.topbar-actions { gap: 7px; }.notification-button { display: none; }.topbar .button { min-height: 36px; padding: 0 10px; font-size: 11px; }.content { padding: 30px 18px 50px; }.page-heading { align-items: flex-start; flex-direction: column; margin-bottom: 21px; }.page-heading--compact { flex-direction: row; align-items: center; }.page-heading--compact > div p { display: none; }.page-heading h1 { font-size: 27px; }.month-switcher { align-self: stretch; justify-content: space-between; }.stats-grid { grid-template-columns: 1fr 1fr; gap: 9px; }.stat-card { min-height: 145px; padding: 15px; }.stat-value strong { font-size: 26px; }.stat-card p { font-size: 9px; }.dashboard-grid { gap: 14px; }.calendar-panel, .places-panel, .recent-panel { padding: 17px; }.calendar-day { min-height: 37px; }.calendar-legend { gap: 8px; }.timesheet-summary { grid-template-columns: 1fr 1fr; }.timesheet-summary div { padding: 13px; }.timesheet-summary div:nth-child(2) { border-right: 0; }.timesheet-summary div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }.timesheet-panel { padding: 16px; }.table-toolbar { flex-direction: column; }.search-box { width: 100%; }.filter-button { min-height: 34px; }.settlement-card { padding: 20px; }.settlement-numbers { gap: 8px; }.settlement-numbers strong { font-size: 17px; }.settlement-location-list { grid-template-columns: 1fr; }.submission-callout { flex-wrap: wrap; padding: 18px; }.submission-callout .button { width: 100%; margin-left: 0; }.modal { padding: 25px 20px; }.form-row { grid-template-columns: 1fr 1fr; }.form-row .form-field:last-child { grid-column: span 2; }.checkbox-row { display: grid; gap: 11px; }.modal-actions .button { flex: 1; }.toast { right: 18px; bottom: 18px; } }
@media (max-width: 420px) { .stats-grid { grid-template-columns: 1fr; }.stat-card { min-height: 132px; }.page-heading--compact { flex-direction: column; }.page-heading--compact .button { width: 100%; }.topbar .button { font-size: 0; min-width: 36px; }.topbar .button .button-plus { font-size: 20px; }.calendar-day { min-height: 33px; }.calendar-weekdays span { font-size: 8px; }.recent-table th:nth-child(4), .recent-table td:nth-child(4) { display: none; } }

/* Identyfikacja wizualna ETW Group: Montserrat, czerń, biel i żółty akcent. */
:root {
  --ink: #000;
  --muted: #686868;
  --muted-light: #9a9a9a;
  --line: #e6e6e6;
  --canvas: #f8f8f8;
  --green: #fad400;
  --green-dark: #000;
  --green-pale: #fff6c7;
  --amber: #9a6b00;
  --amber-pale: #fff1ad;
  --blue: #242424;
  --blue-pale: #eeeeee;
  --violet: #242424;
  --violet-pale: #f0f0f0;
  --shadow: 0 12px 35px rgba(0, 0, 0, .045);
  font-family: "Montserrat", Arial, sans-serif;
}

.login-screen { background: #fff; }
.login-intro { color: #fff; background: radial-gradient(circle at 85% 20%, rgba(250, 212, 0, .14), transparent 31%), #000; }
.login-intro::before, .login-intro::after { border-color: rgba(250, 212, 0, .22); }
.brand { gap: 15px; }
.etw-logo { display: block; width: 118px; height: auto; object-fit: contain; }
.etw-logo--intro { width: 142px; }
.etw-logo--sidebar { width: 104px; }
.brand-product { padding-left: 15px; border-left: 1px solid currentColor; font-size: 9px; font-weight: 800; line-height: 1.3; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow { color: #000; letter-spacing: .16em; }
.eyebrow--light { color: var(--green); }
.intro-copy p { color: #d3d3d3; }
.intro-points { border-color: rgba(255, 255, 255, .22); color: #e6e6e6; }
.check { border-radius: 0; color: #000; background: var(--green); }
.login-intro small { color: #a6a6a6; }
.login-card label, .form-field { color: #262626; }
input, select, textarea { border-color: #d9d9d9; border-radius: 0; }
input:focus, select:focus, textarea:focus { border-color: #000; box-shadow: 0 0 0 3px rgba(250, 212, 0, .42); }

.button { border-radius: 0; font-size: 11px; text-transform: uppercase; letter-spacing: .065em; }
.button--primary { color: #000; background: var(--green); box-shadow: 0 4px 10px rgba(250, 212, 0, .2); }
.button--primary:hover { background: #e3c000; }
.button--secondary { border-color: #bfbfbf; border-radius: 0; }
.button--secondary:hover { color: #000; border-color: #000; background: #fff; }
.button--dark { background: #000; }

.sidebar { background: #000; border-right: 0; }
.brand--sidebar { padding: 5px 10px 4px; color: #fff; }
.nav-item { padding: 12px; border-radius: 0; color: #bdbdbd; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.nav-item:hover { color: #fff; background: #191919; }
.nav-item.is-active { color: #000; background: var(--green); }
.help-button { color: #ababab; font-size: 11px; }
.help-button span { border-color: #818181; border-radius: 0; }
.account-menu { border-radius: 0; background: #191919; }
.avatar { border-radius: 0; color: #000; background: var(--green); }
.account-menu strong { color: #fff; }
.account-menu small, .logout-button { color: #a3a3a3; }
.topbar { background: rgba(255,255,255,.97); }
.breadcrumb { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.notification-button { color: #000; }
.page-heading > div:first-child { padding-left: 13px; border-left: 5px solid var(--green); }
.page-heading h1 { font-weight: 800; }
.month-switcher { border-color: #cfcfcf; border-radius: 0; }
.month-switcher button { border-radius: 0; color: #000; }
.month-switcher button:hover { color: #000; background: var(--green); }

.stat-card, .panel, .timesheet-summary, .settlement-location-item { border-radius: 0; }
.stat-card { box-shadow: none; }
.stat-card--main { border-color: #ead35f; background: #fffdf1; }
.status-dot--green { color: #000; }
.status-dot--green::before { background: var(--green); }
.stat-card p strong { color: #000; }
.progress-track { background: #e9e9e9; border-radius: 0; }
.progress-track span { border-radius: 0; background: var(--green); }
.stat-icon, .location-symbol, .place-row-icon { border-radius: 0; }
.stat-icon--amber { color: #000; background: var(--amber-pale); }
.stat-icon--blue, .stat-icon--violet { color: #000; background: #ededed; }
.location-symbol { color: #000; background: var(--green-pale); }
.text-button { color: #000; text-decoration: underline; text-decoration-color: var(--green); text-decoration-thickness: 3px; text-underline-offset: 5px; }
.calendar-day { border-radius: 0; color: #3e3e3e; }
.calendar-day.weekend { color: #a3a3a3; }
.calendar-day:hover:not(.empty) { border-color: #000; background: #fffce8; }
.calendar-day.done { color: #000; background: var(--green-pale); }
.calendar-day.done::after { border-radius: 0; background: #000; }
.calendar-day.today { outline-color: #000; }
.calendar-day.today:not(.done) { color: #000; background: #fffbe3; }
.legend-dot { border-radius: 0; }.legend-dot--done { background: var(--green); }.legend-dot--today { border-color: #000; }.legend-dot--weekend { background: #b4b4b4; }
.place-row-icon { color: #000; background: var(--green-pale); }
.place-row-hours { color: #000; }
.place-note { border-radius: 0; color: #4e4e4e; background: #f2f2f2; }
.place-note span { color: #000; }
.recent-table td, .timesheet-table td { color: #343434; }
.location-badge { border-radius: 0; color: #282828; background: #f0f0f0; }.location-badge b { color: #000; }

.status-text { color: #000; }.status-text i { border-radius: 0; background: var(--green); }
.search-box input, .filter-button { border-radius: 0; }.filter-button { color: #000; border-color: #bebebe; }
.timesheet-table .overtime-cell { color: #8a5e00; }
.row-actions button { border-radius: 0; }.row-actions button:hover { color: #000; background: var(--green-pale); }
.empty-state > span { border-radius: 0; color: #000; background: var(--green-pale); }

.settlement-card { border-color: #ead35f; border-radius: 0; background: #fffdf1; }
.month-stamp { border-color: #ead35f; border-radius: 0; color: #000; }.month-stamp strong { color: #666; }
.settlement-numbers div:last-child strong { color: #8a5e00; }
.settlement-status { border-color: #eee3ad; }
.detail-list dt { color: #555; }
.submission-callout { border-color: #ead35f; border-radius: 0; background: var(--green-pale); }.callout-icon { border-radius: 0; color: #000; background: var(--green); }.submission-callout p { color: #4b4b4b; }
.modal-backdrop { background: rgba(0,0,0,.58); }.modal { border-radius: 0; box-shadow: 0 25px 75px rgba(0,0,0,.38); }.modal-close { border-radius: 0; }.modal-close:hover { color: #000; background: var(--green); }
.duration-preview { border-radius: 0; color: #4d4d4d; background: #fff6c7; }.duration-preview strong { color: #000; }.checkbox-row input { accent-color: #000; }
.toast { border-radius: 0; color: #000; background: var(--green); box-shadow: 0 9px 28px rgba(0,0,0,.25); }

@media (max-width: 760px) {
  .sidebar { background: #000; box-shadow: 13px 0 32px rgba(0,0,0,.28); }
  .page-heading > div:first-child { padding-left: 11px; }
}
