.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;display:flex;max-width:100%;max-height:100%;z-index:1000}.cdk-overlay-backdrop{position:absolute;inset:0;pointer-events:auto;-webkit-tap-highlight-color:transparent;opacity:0;touch-action:manipulation;z-index:1000;transition:opacity .4s cubic-bezier(.25,.8,.25,1)}@media(prefers-reduced-motion){.cdk-overlay-backdrop{transition-duration:1ms}}.cdk-overlay-backdrop-showing{opacity:1}@media(forced-colors:active){.cdk-overlay-backdrop-showing{opacity:.6}}.cdk-overlay-dark-backdrop{background:#00000052}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing,.cdk-high-contrast-active .cdk-overlay-transparent-backdrop{opacity:0;visibility:visible}.cdk-overlay-backdrop-noop-animation{transition:none}.cdk-overlay-connected-position-bounding-box{position:absolute;display:flex;flex-direction:column;min-width:1px;min-height:1px;z-index:1000}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}.cdk-overlay-popover{background:none;border:none;padding:0;outline:0;overflow:visible;position:fixed;pointer-events:none;white-space:normal;color:inherit;text-decoration:none;width:100%;height:100%;inset:0 auto auto 0}.cdk-overlay-popover::backdrop{display:none}.cdk-overlay-popover .cdk-overlay-backdrop{position:fixed;z-index:auto}:root{color-scheme:light;--bg: #f5f7f8;--surface: #ffffff;--surface-muted: #eef2f4;--border: #d9e0e4;--text: #172026;--muted: #66737c;--accent: #136f63;--accent-strong: #0c5148;--danger: #a33a2b;--shadow: 0 14px 40px rgba(23, 32, 38, .08)}*{box-sizing:border-box}body{margin:0;min-width:320px;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select{font:inherit}button{cursor:pointer}input,select{width:100%;min-height:40px;border:1px solid var(--border);border-radius:6px;background:#fff;color:var(--text);padding:0 10px}select{height:40px}label{display:grid;gap:6px;color:var(--muted);font-size:13px}.checkbox-field{display:flex;align-items:center;gap:10px}.checkbox-field input{width:18px;min-height:18px}table{width:100%;border-collapse:collapse}th,td{border-bottom:1px solid var(--border);padding:12px 14px;text-align:left}th{background:var(--surface-muted);color:#41505a;font-size:12px;font-weight:700;text-transform:uppercase}thead th:not(:last-child){border-right:1px solid var(--border)}tr.selected,tbody tr:hover{background:#edf7f5}.app-shell{display:grid;grid-template-columns:250px minmax(0,1fr);min-height:100vh}.sidebar{border-right:1px solid var(--border);background:#101820;color:#fff;padding:18px}.brand{display:flex;align-items:center;gap:10px;color:#fff;font-weight:800;text-decoration:none;margin-bottom:28px}.brand-mark{display:grid;width:34px;height:34px;place-items:center;border-radius:6px;background:var(--accent)}.nav{display:grid;gap:6px}.nav a{border-radius:6px;color:#cfd8dd;padding:10px 12px;text-decoration:none}.nav a.active,.nav a:hover{background:#ffffff1a;color:#fff}.workspace{display:grid;grid-template-rows:65px minmax(0,1fr)}.topbar{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);background:var(--surface);padding:0 24px}.content{padding:24px;overflow:auto}.auth-page{display:grid;min-height:100vh;place-items:center;padding:24px}.auth-panel{display:grid;width:min(420px,100%);gap:18px;border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:var(--shadow);padding:28px}.page-heading{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:18px}.page-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}h1{margin:0;font-size:28px;line-height:1.15}.eyebrow{display:block;margin-bottom:4px;color:var(--muted);font-size:12px;font-weight:700;text-transform:uppercase}.primary-button,.ghost-button{min-height:40px;border-radius:6px;padding:0 14px}.primary-button{border:1px solid var(--accent);background:var(--accent);color:#fff;font-weight:700}.primary-button:hover{background:var(--accent-strong)}.primary-button:disabled,.ghost-button:disabled{cursor:not-allowed;opacity:.55}.ghost-button{border:1px solid var(--border);background:#fff;color:var(--text)}.icon-button{display:inline-grid;width:34px;height:34px;place-items:center;border:1px solid var(--border);border-radius:6px;background:#fff;color:var(--text);font-weight:800}.icon-button:hover{background:var(--surface-muted)}.actions-column{width:52px;text-align:right}.form-grid{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:14px;border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:16px;margin-bottom:18px}.form-grid.compact{grid-template-columns:repeat(3,minmax(180px,1fr))}.table-wrap{overflow:auto;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.table-toolbar{display:grid;gap:10px;margin-bottom:12px}.table-toolbar-main,.table-toolbar-meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.table-toolbar-main app-table-filter{flex:1}.table-toolbar-main app-table-filter .table-filter{margin:0}.table-toolbar-meta{min-height:30px;color:var(--muted);font-size:13px}.table-empty{height:90px;color:var(--muted);text-align:center}.notice,.alert{border-radius:8px;padding:14px 16px}.modal-backdrop{position:fixed;inset:0;z-index:20;display:grid;place-items:center;background:#1018206b;padding:24px}.modal{display:grid;width:min(920px,100%);max-height:calc(100vh - 48px);overflow:auto;border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.modal-header,.modal-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px}app-reports-page .danger-button{min-height:40px;border:1px solid #b42318;border-radius:6px;background:#b42318;color:#fff;padding:0 14px;font-weight:700}app-reports-page .danger-button:hover:not(:disabled){border-color:#912018;background:#912018}app-reports-page .danger-button:disabled{cursor:not-allowed;opacity:.55}app-reports-page .period-close-button{border-color:#d9aaa4;color:#8f2f24;font-weight:700}app-reports-page .period-close-button:hover:not(:disabled){border-color:#b42318;background:#fff1ee;color:#7a271f}app-reports-page .reports-heading{display:grid;grid-template-columns:minmax(170px,220px) minmax(0,1fr);align-items:start;gap:32px}app-reports-page .report-heading-copy{padding-top:3px}app-reports-page .report-controls{display:grid;min-width:0;gap:10px}app-reports-page .report-parameter-row{display:grid;grid-template-columns:190px 300px auto auto;align-items:end;justify-content:end;gap:10px}app-reports-page .report-parameter-row label{width:auto}app-reports-page .plan-field{min-height:40px;padding-inline:8px;white-space:nowrap}app-reports-page .generate-report-button{min-width:148px}app-reports-page .report-submit-actions,app-reports-page .report-action-row,app-reports-page .report-period-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px}app-reports-page .report-action-row{justify-content:flex-end;border-top:1px solid var(--border);padding-top:10px}app-reports-page .report-period-actions{justify-content:flex-end;margin-left:auto}app-reports-page .period-close-control{display:grid;justify-items:end;gap:5px}app-reports-page .employee-selection-field{min-width:0;border:0;margin:0;padding:0}app-reports-page .employee-selection-field legend{color:var(--muted);padding:0;font-size:12px}app-reports-page .employee-selection-field .trigger-label{flex:1 1 auto;min-width:0;max-width:none;text-align:left}app-reports-page .employee-selection-field .selected-count,app-reports-page .employee-selection-field .chevron{flex:0 0 auto}app-reports-page .employee-options-loading{display:flex;min-height:40px;align-items:center;border:1px solid var(--border);border-radius:6px;color:var(--muted);padding-inline:12px;font-size:13px}@media(max-width:1280px){app-reports-page .reports-heading{grid-template-columns:1fr;gap:14px}app-reports-page .report-parameter-row{grid-template-columns:minmax(180px,.8fr) 300px auto auto;justify-content:stretch}}@media(max-width:860px){app-reports-page .report-parameter-row{grid-template-columns:minmax(0,1fr) minmax(0,1.4fr)}app-reports-page .generate-report-button{width:100%}app-reports-page .report-submit-actions{display:grid;grid-column:1/-1;grid-template-columns:1fr 1fr}app-reports-page .report-action-row,app-reports-page .report-period-actions{align-items:stretch;flex-direction:column}app-reports-page .report-action-row button,app-reports-page .report-period-actions{width:100%}}@media(max-width:540px){app-reports-page .report-parameter-row,app-reports-page .report-submit-actions{grid-template-columns:1fr}app-reports-page .plan-field{padding-inline:0}}app-reports-page .period-closed-notice{display:flex;gap:10px;margin-bottom:16px;border-left:3px solid #167467;padding:12px 16px;background:#e8f4f1;color:#164f48}app-reports-page .period-close-blocker{max-width:360px;color:#8a5a08;font-size:13px;line-height:1.3;text-align:right}app-reports-page .accounting-period-modal{width:min(560px,100%)}app-reports-page .export-format-modal{width:min(540px,100%)}app-reports-page .export-format-options{display:grid;gap:10px;padding:18px}app-reports-page .export-format-options button{display:grid;gap:5px;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text);padding:14px;text-align:left}app-reports-page .export-format-options button:hover{border-color:var(--accent-strong);background:#eef8f6}app-reports-page .export-format-options strong{color:var(--accent-strong);font-size:15px}app-reports-page .export-format-options span{color:var(--muted);font-size:13px;line-height:1.4}app-reports-page .accounting-period-confirmation-body{display:grid;gap:16px;padding:18px}app-reports-page .accounting-period-confirmation-body p{margin:0}app-reports-page .accounting-period-confirmation-body textarea{resize:vertical}app-reports-page .confirmation-warning{border-left:3px solid #b7791f;padding:10px 12px;background:#fff6df;color:#744c0c}app-reports-page .confirmation-error{border-left:3px solid var(--danger);padding:10px 12px;background:#fff1ee;color:var(--danger)}.modal-header{border-bottom:1px solid var(--border)}.modal-header h2{margin:0;font-size:22px}.modal .form-grid{border:0;border-radius:0;margin-bottom:0}.modal-actions{border-top:1px solid var(--border);justify-content:flex-end}.notice{display:flex;align-items:center;justify-content:space-between;border:1px solid #b8d9d2;background:#e8f5f2;margin-bottom:18px}.alert{background:#fff1ee;color:var(--danger)}.alert-action{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}@media(max-width:640px){.alert-action{align-items:stretch;flex-direction:column}}.metrics-grid{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:16px}.metrics-grid article{display:grid;gap:10px;border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:20px}.metrics-grid span{color:var(--muted)}.metrics-grid strong{font-size:22px}.date-control{width:180px}@media(max-width:900px){.app-shell{grid-template-columns:1fr}.sidebar{position:static}.form-grid,.form-grid.compact,.metrics-grid{grid-template-columns:1fr}.page-heading,.topbar,.table-toolbar-main,.table-toolbar-meta{align-items:stretch;flex-direction:column}}app-work-logs-page .worklog-table-wrap tr.worker-not-free td{background:#fff8e6}app-work-logs-page .worklog-card.worker-not-free{border-color:#d5a84c;background:#fffaf0}app-work-logs-page .details-grid .history-detail{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px}app-work-logs-page .history-detail-copy{display:grid;min-width:0;gap:6px}app-work-logs-page .history-detail-copy strong{color:var(--text);overflow-wrap:anywhere}app-work-logs-page .history-action{min-width:84px;border-color:var(--accent);color:var(--accent-strong);padding:0 12px;font-weight:700}app-work-logs-page .history-action:hover:not(:disabled){background:#e8f5f2}.report-surface{min-width:0}.report-view-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}app-reports-page .week-navigation{display:flex;align-items:center;justify-content:center;gap:6px;min-width:176px;color:var(--text);font-size:13px;font-weight:700}app-reports-page .week-navigation .week-arrow{width:34px;min-width:34px;min-height:34px;border:1px solid var(--border);background:var(--surface);color:var(--text);padding:0;font-size:22px;line-height:1}app-reports-page .week-navigation .week-arrow:disabled{opacity:.35}.report-tabs{display:flex;gap:0;margin-bottom:18px;border-bottom:1px solid var(--border)}.report-tabs a{border-bottom:3px solid transparent;color:var(--muted);padding:10px 16px;font-weight:700;text-decoration:none}.report-tabs a.active{border-bottom-color:var(--accent);color:var(--text)}.report-surface.focus-mode{position:fixed;inset:0;z-index:100;display:flex;min-height:0;flex-direction:column;background:var(--surface);padding:max(10px,env(safe-area-inset-top)) max(10px,env(safe-area-inset-right)) max(10px,env(safe-area-inset-bottom)) max(10px,env(safe-area-inset-left))}.report-surface.focus-mode>:not(.report-view-toolbar,.timesheet-wrap,.plan-report-wrap,app-pagination){display:none}.report-surface.focus-mode :is(.timesheet-wrap,.plan-report-wrap){min-height:0;max-height:none;flex:1 1 auto}@media(max-width:1024px){app-reports-page .report-surface .timesheet{--compact-cell-size: clamp(36px, 3.8vw, 38px);min-width:0;table-layout:auto}app-reports-page .report-surface .timesheet.timesheet :is(th,td){height:var(--compact-cell-size);padding:1px 3px}app-reports-page .report-surface .timesheet app-sortable-header{--sortable-header-margin: -2px -3px;--sortable-header-min-height: var(--compact-cell-size)}app-reports-page .report-surface .timesheet.timesheet :is(.day-heading,.day-cell){width:var(--compact-cell-size);min-width:var(--compact-cell-size);max-width:var(--compact-cell-size);padding:0}app-reports-page .timesheet .day-cell .cell-trigger{height:100%;min-width:0;min-height:0;line-height:1;place-items:center}app-reports-page .timesheet .day-heading span{display:inline;white-space:nowrap}app-reports-page .timesheet .day-heading small{display:inline;font-size:9px;text-transform:lowercase}app-reports-page .timesheet .projects-column{width:190px;min-width:190px}app-reports-page .report-view-toolbar .week-arrow{min-height:34px;flex:0 0 34px}app-reports-page .mobile-week-project{min-width:0;grid-template-columns:minmax(0,1fr);padding:2px 4px}app-reports-page .mobile-week-project span{min-width:0;overflow:hidden;overflow-wrap:normal;text-overflow:ellipsis;white-space:nowrap}:is(app-reports-page,app-assignment-report-page) .report-surface.focus-mode .report-view-toolbar{max-height:60px;flex:0 0 auto;flex-wrap:nowrap;overflow:hidden;transition:max-height .18s ease,margin .18s ease,opacity .14s ease,padding .18s ease,transform .18s ease}:is(app-reports-page,app-assignment-report-page) .report-surface.focus-mode .report-view-toolbar>div{width:auto;flex:0 0 auto;flex-wrap:nowrap}:is(app-reports-page,app-assignment-report-page) .report-surface.focus-mode .report-view-toolbar button{flex:0 0 auto}:is(app-reports-page,app-assignment-report-page) .report-surface.focus-mode .report-view-toolbar.mobile-collapsed{max-height:0;margin-bottom:0;opacity:0;padding-block:0;pointer-events:none;transform:translateY(-100%)}}.cell-trigger{display:grid;width:100%;min-width:28px;min-height:42px;place-items:center;border:0;background:transparent;color:inherit;padding:0;font:inherit;font-weight:inherit}.cell-trigger:focus-visible{outline:2px solid var(--accent);outline-offset:-3px}@media(max-width:700px){app-work-logs-page .history-action{min-height:44px}}app-work-logs-page .mobile-column-filters{display:none}.filterable-header{display:flex;align-items:stretch;margin:-12px -14px}.filterable-header app-sortable-header,.filterable-header-label{flex:1 1 auto;min-width:0;margin:0}.filterable-header-label{display:flex;align-items:center;padding:0 14px}@media(min-width:701px)and (max-width:1200px){app-work-logs-page .worklog-table-wrap tr.worker-not-free td:first-child,app-work-logs-page .worklog-table-wrap tr.worker-not-free .actions-column{background:#fff8e6}}@media(max-width:700px){app-work-logs-page .mobile-column-filters{display:grid;gap:8px;margin-bottom:12px}app-work-logs-page .mobile-column-filters>span{color:var(--muted);font-size:12px;font-weight:700;text-transform:uppercase}app-work-logs-page .mobile-column-filters>div{display:grid;grid-template-columns:minmax(0,1fr);gap:8px}app-work-logs-page .mobile-column-filters app-column-filter{min-width:0}}
