:root{color:#172033;background:#f4f7fb;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #172033;--muted: #697386;--muted-2: #98a2b3;--line: #e4e9f1;--line-strong: #d6dde8;--surface: #ffffff;--surface-soft: #f8fafc;--sidebar: #0f172a;--sidebar-muted: #91a0b8;--accent: #0f9f6e;--accent-dark: #087a55;--accent-soft: #dff8ed;--worked: #1daf78;--worked-soft: #dcfce7;--leave: #d99b13;--leave-soft: #fef3c7;--sick: #e55757;--sick-soft: #fee2e2;--holiday: #5a67d8;--holiday-soft: #e7e9ff;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .05);--shadow-md: 0 12px 30px rgba(15, 23, 42, .1);--shadow-lg: 0 24px 70px rgba(15, 23, 42, .2)}*{box-sizing:border-box}html{min-width:320px;min-height:100%;scroll-behavior:smooth}body{min-width:320px;min-height:100vh;margin:0;background:#f4f7fb}button,input,textarea{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:3px solid rgba(15,159,110,.22);outline-offset:2px}h1,h2,h3,p{margin-top:0}code{padding:.12rem .32rem;border:1px solid #dce3ec;border-radius:5px;background:#f5f7fa;color:#334155;font-size:.9em}.button{display:inline-flex;min-height:39px;align-items:center;justify-content:center;gap:8px;padding:0 14px;border:1px solid transparent;border-radius:9px;font-size:13px;font-weight:700;line-height:1;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease,transform .15s ease,box-shadow .15s ease}.button:hover:not(:disabled){transform:translateY(-1px)}.button:active:not(:disabled){transform:translateY(0)}.button:disabled{cursor:not-allowed;opacity:.55}.button--primary{background:var(--accent);color:#fff;box-shadow:0 5px 14px #0f9f6e33}.button--primary:hover:not(:disabled){background:var(--accent-dark);box-shadow:0 7px 18px #0f9f6e42}.button--secondary{border-color:var(--line-strong);background:#fff;color:#344054;box-shadow:var(--shadow-sm)}.button--secondary:hover:not(:disabled){border-color:#bcc7d5;background:#f9fafb}.button--danger-ghost{border-color:transparent;background:transparent;color:#c23d3d;box-shadow:none}.button--danger-ghost:hover:not(:disabled){background:#fff1f1}.button--full{width:100%}.button--large{min-height:46px;border-radius:10px}.icon-button{display:inline-grid;width:34px;height:34px;flex:0 0 34px;place-items:center;padding:0;border:1px solid var(--line);border-radius:9px;background:#fff;color:#667085;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.icon-button:hover:not(:disabled){border-color:#cbd3df;background:#f8fafc;color:#344054}.icon-button:disabled{cursor:not-allowed;opacity:.45}.icon-button--danger:hover:not(:disabled){border-color:#fecaca;background:#fff1f2;color:#c24141}.eyebrow{display:block;margin-bottom:5px;color:var(--accent-dark);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.brand-mark{display:inline-grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border-radius:11px;background:linear-gradient(145deg,#16b981,#087a55);color:#fff;box-shadow:0 9px 18px #10b9813d}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.login-page{min-height:100vh;background:#f4f7fb}.login-panel{display:grid;min-height:100vh;place-items:center;padding:24px}.login-card{width:min(100%,400px);padding:34px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--shadow-md)}.login-logo{display:flex;align-items:center;justify-content:center;gap:11px;margin-bottom:28px;color:#172033;font-size:18px;font-weight:800}.login-logo .brand-mark{width:40px;height:40px;flex-basis:40px}.login-card h1{margin-bottom:22px;color:#101828;font-size:29px;letter-spacing:-.035em;text-align:center}.login-form{display:grid;gap:14px}.login-form input{width:100%;height:46px;padding:0 13px;border:1px solid var(--line-strong);border-radius:10px;outline:0;background:#fff;color:#172033;font-size:14px;box-shadow:var(--shadow-sm)}.login-form input:focus{border-color:#7bd6b7;box-shadow:0 0 0 3px #0f9f6e1c}.login-form input::placeholder{color:#98a2b3}.auth-message{margin:16px 0 0;padding:11px 12px;border-radius:9px;font-size:13px;line-height:1.45}.auth-message--success{border:1px solid #bbf7d0;background:#f0fdf4;color:#166534}.auth-message--error{border:1px solid #fecaca;background:#fff1f2;color:#b42318}.full-screen-state{display:flex;min-height:100vh;align-items:center;justify-content:center;flex-direction:column;gap:12px;padding:30px;background:#f4f7fb;color:#344054;text-align:center}.full-screen-state--card{width:min(calc(100% - 32px),620px);min-height:auto;margin:max(40px,12vh) auto;padding:48px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow-md)}.full-screen-state h1{margin:4px 0 0;color:#101828;font-size:27px;letter-spacing:-.03em}.full-screen-state p{max-width:500px;margin-bottom:2px;color:#667085;line-height:1.65}.state-help{font-size:13px}.state-icon{display:grid;width:58px;height:58px;place-items:center;border-radius:16px}.state-icon--warning{background:#fff7ed;color:#c2410c}.state-actions{display:flex;gap:10px;margin-top:14px}.error-detail{width:100%;max-height:150px;overflow:auto;padding:12px;border:1px solid #fecaca;border-radius:8px;background:#fff7f7;color:#9f2d2d;font-size:11px;line-height:1.5;text-align:left;white-space:pre-wrap}.loading-spinner{width:22px;height:22px;border:3px solid #d7e2dc;border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.app-shell{display:grid;min-height:100vh;grid-template-columns:226px minmax(0,1fr)}.sidebar{position:sticky;top:0;z-index:30;display:flex;height:100vh;flex-direction:column;padding:22px 14px 15px;background:var(--sidebar);color:#fff}.sidebar-brand{display:flex;align-items:center;gap:11px;padding:0 8px 26px}.sidebar-brand .brand-mark{width:36px;height:36px;flex-basis:36px;border-radius:10px}.sidebar-brand>span:last-child{display:grid;gap:2px}.sidebar-brand strong{font-size:15px}.sidebar-brand small{color:var(--sidebar-muted);font-size:10px}.sidebar-nav{display:flex;flex:1;flex-direction:column;gap:5px}.nav-label{margin:7px 10px 5px;color:#687891;font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.nav-label--spaced{margin-top:20px}.nav-item{display:flex;width:100%;min-height:42px;align-items:center;gap:11px;padding:0 12px;border:0;border-radius:9px;background:transparent;color:#9aa8bd;font-size:12px;font-weight:650;text-align:left;cursor:pointer;transition:.15s ease}.nav-item:hover{background:#ffffff0e;color:#e2e8f0}.nav-item.is-active{background:#34d3991f;color:#a7f3d0}.sidebar-footer{display:flex;align-items:center;gap:9px;padding:13px 8px 2px;border-top:1px solid rgba(255,255,255,.08)}.sidebar-user{display:flex;min-width:0;flex:1;align-items:center;gap:9px}.sidebar-avatar{display:grid;width:32px;height:32px;flex:0 0 32px;place-items:center;border-radius:9px;background:#ffffff1a;color:#e2e8f0;font-size:10px;font-weight:800}.sidebar-user>span:last-child{display:grid;min-width:0;gap:2px}.sidebar-user strong,.sidebar-user small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-user strong{color:#e2e8f0;font-size:11px}.sidebar-user small{color:#718099;font-size:9px}.sidebar-action{display:grid;width:32px;height:32px;flex:0 0 32px;place-items:center;padding:0;border:0;border-radius:8px;background:transparent;color:#7f8ca0;cursor:pointer}.sidebar-action:hover{background:#ffffff12;color:#f8fafc}.main-content{min-width:0;background:#f4f7fb}.topbar{position:sticky;top:0;z-index:25;display:flex;min-height:82px;align-items:center;justify-content:space-between;gap:20px;padding:14px clamp(18px,2.7vw,38px);border-bottom:1px solid rgba(218,225,235,.9);background:#ffffffe8;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mobile-brand{display:none;align-items:center;gap:9px}.mobile-brand .brand-mark{width:34px;height:34px;flex-basis:34px}.topbar-title{min-width:230px}.month-control{display:flex;align-items:center;gap:8px}.month-control h1{min-width:200px;margin:0;color:#101828;font-size:21px;font-weight:760;letter-spacing:-.025em;text-align:center}.month-control .icon-button{width:30px;height:30px;flex-basis:30px;border-color:transparent;background:transparent}.topbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:9px}.search-box{display:flex;width:min(240px,22vw);min-width:170px;height:39px;align-items:center;gap:8px;padding:0 11px;border:1px solid var(--line-strong);border-radius:9px;background:#fff;color:#98a2b3;box-shadow:var(--shadow-sm)}.search-box:focus-within{border-color:#7bd6b7;box-shadow:0 0 0 3px #0f9f6e1c}.search-box input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#344054;font-size:12px}.search-box input::placeholder{color:#98a2b3}.content-wrap{display:grid;gap:18px;padding:22px clamp(18px,2.7vw,38px) 44px}.demo-banner{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid #bfdbfe;border-radius:10px;background:#eff6ff;color:#1e4f87;font-size:12px;line-height:1.45}.demo-banner svg{flex:0 0 auto}.demo-banner span{flex:1}.demo-banner button{padding:3px 0;border:0;border-bottom:1px solid currentColor;background:transparent;color:#1d4ed8;font-size:11px;font-weight:800;cursor:pointer}.summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.summary-card{display:flex;min-height:112px;align-items:flex-start;gap:13px;padding:18px;border:1px solid var(--line);border-radius:13px;background:#fff;box-shadow:var(--shadow-sm)}.summary-icon{display:grid;width:39px;height:39px;flex:0 0 39px;place-items:center;border-radius:10px;background:#eefbf6;color:var(--accent)}.summary-card>div{display:grid;gap:2px}.summary-card span:not(.summary-icon){color:#667085;font-size:11px;font-weight:700}.summary-card strong{margin-top:1px;color:#101828;font-size:23px;letter-spacing:-.025em}.summary-card small{color:#98a2b3;font-size:10px}.timesheet-panel{overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow-sm)}.panel-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 20px;border-bottom:1px solid var(--line)}.panel-toolbar h2{margin-bottom:3px;color:#101828;font-size:15px;letter-spacing:-.01em}.panel-toolbar p{margin:0;color:#98a2b3;font-size:11px}.legend{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:9px 14px;color:#667085;font-size:10px;font-weight:650}.legend span{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.legend-swatch{display:inline-block;width:11px;height:11px;border-radius:3px}.legend-swatch--worked{background:var(--worked)}.legend-swatch--leave{background:var(--leave-soft);border:1px solid #f2c96d}.legend-swatch--sick{background:var(--sick-soft);border:1px solid #f3a7a7}.legend-swatch--holiday{background:var(--holiday-soft);border:1px solid #aeb4f2}.notice-strip{display:flex;align-items:center;gap:9px;padding:10px 18px;border-bottom:1px solid #f8e8b8;background:#fffbeb;color:#946300;font-size:11px;line-height:1.45}.notice-strip svg{flex:0 0 auto}.table-wrap{position:relative;min-height:180px}.table-loading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;display:flex;align-items:center;justify-content:center;gap:10px;background:#ffffffc4;color:#667085;font-size:12px;font-weight:650;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.table-loading .loading-spinner{width:19px;height:19px}.data-error{display:flex;min-height:180px;align-items:center;justify-content:center;gap:14px;padding:30px;color:#b42318;font-size:12px}.table-scroll{max-width:100%;overflow:auto;scrollbar-color:#cbd5e1 #f8fafc;scrollbar-width:thin}.timesheet-table{width:max-content;min-width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed}.timesheet-table th,.timesheet-table td{border-right:1px solid #edf0f4;border-bottom:1px solid #edf0f4}.timesheet-table tr:last-child th,.timesheet-table tr:last-child td{border-bottom:0}.timesheet-table th:last-child,.timesheet-table td:last-child{border-right:0}.timesheet-table thead th{position:sticky;top:0;z-index:7;height:52px;padding:0;background:#fbfcfd;color:#98a2b3;font-size:9px;font-weight:700;text-align:center}.resource-head,.resource-cell{position:sticky;left:0;width:218px;min-width:218px;max-width:218px;background:#fff}.timesheet-table thead .resource-head{z-index:11;padding:0 16px;background:#fbfcfd;text-align:left}.resource-head span,.resource-head small{display:block}.resource-head span{color:#667085;font-size:10px;font-weight:800;text-transform:uppercase}.resource-head small{margin-top:2px;color:#b1b8c4;font-size:9px;font-weight:500}.day-head{width:42px;min-width:42px;max-width:42px}.day-head span,.day-head strong{display:block}.day-head span{margin-bottom:2px;font-size:8px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.day-head strong{color:#667085;font-size:11px}.day-head.is-weekend{background:#f5f7fa}.day-head.is-today{box-shadow:inset 0 3px 0 var(--accent)}.day-head.is-today strong{color:var(--accent-dark)}.total-head,.total-cell{width:78px;min-width:78px;max-width:78px}.evidence-head,.evidence-cell{width:112px;min-width:112px;max-width:112px}.resource-cell{z-index:5;height:56px;padding:8px 13px;text-align:left}.resource-cell:after,.resource-head:after{position:absolute;top:0;right:-8px;width:8px;height:100%;background:linear-gradient(90deg,rgba(15,23,42,.06),transparent);content:"";pointer-events:none}.resource-cell{display:flex;align-items:center;gap:9px}.resource-avatar{display:grid;width:33px;height:33px;flex:0 0 33px;place-items:center;border-radius:50%;background:hsl(var(--avatar-hue) 65% 92%);color:hsl(var(--avatar-hue) 52% 35%);font-size:9px;font-weight:850}.resource-copy{display:grid;min-width:0;gap:2px}.resource-copy strong,.resource-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resource-copy strong{color:#263247;font-size:11px;font-weight:750}.resource-copy small{color:#98a2b3;font-size:9px;font-weight:500}.day-data{width:42px;height:56px;padding:4px;background:#fff;text-align:center}.day-data.is-weekend{background:#f8fafc}.day-data.is-today{background:#f2fbf7}.day-button{display:grid;width:32px;height:32px;place-items:center;margin:0 auto;padding:0;border:1px solid transparent;border-radius:7px;background:transparent;color:#667085;font-size:10px;font-weight:850;cursor:pointer;transition:transform .1s ease,box-shadow .12s ease,border-color .12s ease,background-color .12s ease}.day-button:hover{transform:translateY(-1px);border-color:#b8c4d4;box-shadow:0 4px 10px #0f172a14}.day-button.status-empty{border-color:#e7ebf0;background:#f7f9fb}.day-data.is-weekend .day-button.status-empty{background:#eef1f5}.day-button.status-worked{border-color:#159965;background:var(--worked);color:#fff;box-shadow:0 3px 8px #1daf7830}.day-button.status-leave{border-color:#efc75d;background:var(--leave-soft);color:#9a6600}.day-button.status-sick{border-color:#f2a7a7;background:var(--sick-soft);color:#b42318}.day-button.status-holiday{border-color:#adb4ef;background:var(--holiday-soft);color:#3f49aa}.hours-value{display:inline-flex;align-items:baseline;justify-content:center;gap:1px}.hours-value small{font-size:7px;font-weight:750;opacity:.8}.total-cell{padding:0 6px;background:#fcfdfd;text-align:center}.total-cell strong,.total-cell small{display:block}.total-cell strong{color:#263247;font-size:12px}.total-cell small{margin-top:1px;color:#98a2b3;font-size:8px}.evidence-cell{padding:0 9px;background:#fff;text-align:center}.evidence-button{display:inline-flex;width:100%;min-height:31px;align-items:center;justify-content:center;gap:5px;padding:0 8px;border:1px dashed #cbd5e1;border-radius:7px;background:#fff;color:#667085;font-size:9px;font-weight:750;cursor:pointer}.evidence-button:hover{border-color:var(--accent);background:#f0fbf7;color:var(--accent-dark)}.evidence-button.has-evidence{border-style:solid;border-color:#b9ead8;background:#effbf6;color:#087a55}.empty-state{display:flex;min-height:260px;align-items:center;justify-content:center;flex-direction:column;padding:40px;text-align:center}.empty-state-icon{display:grid;width:52px;height:52px;place-items:center;margin-bottom:13px;border-radius:15px;background:#ecfdf5;color:var(--accent)}.empty-state h3{margin-bottom:7px;color:#101828;font-size:16px}.empty-state p{margin-bottom:17px;color:#98a2b3;font-size:12px}.field-label,.compact-label{display:grid;gap:7px;color:#344054;font-size:12px;font-weight:750}.field-optional{color:#98a2b3;font-size:10px;font-weight:500}.field-label input,.field-label textarea,.compact-label input{width:100%;border:1px solid var(--line-strong);border-radius:9px;background:#fff;color:#344054;outline:0;transition:border-color .15s ease,box-shadow .15s ease}.field-label input,.compact-label input{height:43px;padding:0 12px}.field-label textarea{min-height:85px;padding:11px 12px;resize:vertical}.field-label input:focus,.field-label textarea:focus,.compact-label input:focus{border-color:#75d2b2;box-shadow:0 0 0 3px #0f9f6e1a}.field-label input::placeholder,.field-label textarea::placeholder,.compact-label input::placeholder{color:#b4bbc6}.form-stack{display:grid;gap:18px}.form-error{margin:0;padding:10px 12px;border:1px solid #fecaca;border-radius:8px;background:#fff5f5;color:#b42318;font-size:11px;line-height:1.45}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;overflow:auto;padding:24px;background:#0f172a94;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-card{width:min(100%,620px);max-height:calc(100vh - 48px);overflow:auto;border:1px solid rgba(255,255,255,.7);border-radius:16px;background:#fff;box-shadow:var(--shadow-lg)}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:20px 22px 17px;border-bottom:1px solid var(--line)}.modal-header h2{margin-bottom:4px;color:#101828;font-size:19px;letter-spacing:-.02em}.modal-header p{margin:0;color:#98a2b3;font-size:11px;line-height:1.5}.modal-body{padding:20px 22px}.modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:9px;padding:15px 22px;border-top:1px solid var(--line);background:#fbfcfd}.modal-footer--split{justify-content:space-between}.modal-footer-actions{display:flex;gap:9px}.entry-modal{width:min(100%,650px)}.status-fieldset{min-width:0;margin:0 0 20px;padding:0;border:0}.status-fieldset legend{margin-bottom:9px;color:#344054;font-size:12px;font-weight:750}.status-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.status-choice{display:flex;min-height:72px;align-items:center;gap:11px;padding:11px;border:1px solid var(--line);border-radius:10px;background:#fff;text-align:left;cursor:pointer;transition:.15s ease}.status-choice:hover{border-color:#bdc8d6;background:#fbfcfd}.status-choice.is-selected{border-color:var(--accent);box-shadow:0 0 0 3px #0f9f6e17}.status-choice-marker{display:grid;width:32px;height:32px;flex:0 0 32px;place-items:center;border-radius:8px;background:#f2f4f7;color:#667085;font-size:10px;font-weight:850}.status-choice--worked .status-choice-marker{background:var(--worked-soft);color:#07844f}.status-choice--leave .status-choice-marker{background:var(--leave-soft);color:#9a6600}.status-choice--sick .status-choice-marker{background:var(--sick-soft);color:#b42318}.status-choice--holiday .status-choice-marker{background:var(--holiday-soft);color:#3f49aa}.status-choice>span:last-child{display:grid;gap:3px}.status-choice strong{color:#344054;font-size:11px}.status-choice small{color:#98a2b3;font-size:9px;line-height:1.35}.number-input-wrap{position:relative}.number-input-wrap input{padding-right:63px}.number-input-wrap span{position:absolute;top:50%;right:12px;color:#98a2b3;font-size:10px;font-weight:600;transform:translateY(-50%);pointer-events:none}.entry-modal .field-label+.field-label{margin-top:18px}.resource-modal{width:min(100%,520px)}.artifact-modal{width:min(100%,820px)}.artifact-body{display:grid;gap:20px}.section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:10px}.section-heading h3,.artifact-form-card h3{margin-bottom:3px;color:#344054;font-size:12px}.section-heading p,.artifact-form-card p{margin:0;color:#98a2b3;font-size:10px;line-height:1.45}.count-badge{display:inline-grid;min-width:24px;height:24px;place-items:center;padding:0 7px;border-radius:999px;background:#f2f4f7;color:#667085;font-size:10px;font-weight:800}.artifact-list{overflow:hidden;border:1px solid var(--line);border-radius:10px}.artifact-item{display:grid;grid-template-columns:34px minmax(0,1fr) 34px 34px;align-items:center;gap:9px;padding:10px 11px;border-bottom:1px solid var(--line)}.artifact-item:last-child{border-bottom:0}.artifact-icon,.artifact-form-icon{display:grid;place-items:center;border-radius:8px}.artifact-icon{width:32px;height:32px}.artifact-icon--file{background:#ecfdf5;color:var(--accent)}.artifact-icon--link{background:#eef2ff;color:#5865c7}.artifact-copy{display:grid;min-width:0;gap:2px}.artifact-copy strong,.artifact-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.artifact-copy strong{color:#344054;font-size:11px}.artifact-copy small{color:#98a2b3;font-size:9px}.empty-artifacts{display:grid;min-height:130px;place-items:center;padding:22px;border:1px dashed #d4dce7;border-radius:10px;background:#fbfcfd;color:#98a2b3;text-align:center}.empty-artifacts strong{margin-top:8px;color:#667085;font-size:11px}.empty-artifacts span{max-width:420px;margin-top:4px;font-size:10px;line-height:1.5}.artifact-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.artifact-form-card{display:grid;align-content:start;gap:12px;padding:15px;border:1px solid var(--line);border-radius:11px;background:#fbfcfd}.artifact-form-icon{width:36px;height:36px;background:#eefbf6;color:var(--accent)}.file-picker{position:relative;display:flex;min-height:40px;align-items:center;padding:0 11px;overflow:hidden;border:1px dashed #b9c5d4;border-radius:8px;background:#fff;color:#667085;font-size:10px;font-weight:700;cursor:pointer}.file-picker:hover{border-color:var(--accent);color:var(--accent-dark)}.file-picker input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0}.file-picker span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.compact-label{gap:5px;font-size:10px}.compact-label input{height:38px;border-radius:8px;font-size:11px}.demo-note{margin:0;padding:10px 12px;border:1px solid #bfdbfe;border-radius:8px;background:#eff6ff;color:#24558c;font-size:10px;line-height:1.5}.toast{position:fixed;right:24px;bottom:24px;z-index:200;min-width:220px;max-width:min(390px,calc(100vw - 48px));padding:12px 14px;border:1px solid #a7e4ce;border-radius:10px;background:#ecfdf5;color:#087a55;box-shadow:var(--shadow-md);font-size:12px;font-weight:700;animation:toast-in .18s ease-out}.toast--error{border-color:#fecaca;background:#fff1f2;color:#b42318}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1120px){.app-shell{grid-template-columns:72px minmax(0,1fr)}.sidebar{padding-inline:10px}.sidebar-brand{justify-content:center;padding-inline:0}.sidebar-brand>span:last-child,.nav-label,.nav-item:not(.is-active):after,.nav-item{font-size:0}.nav-item{justify-content:center;padding:0}.nav-item svg{width:20px;height:20px}.sidebar-user>span:last-child{display:none}.sidebar-footer{flex-direction:column;padding-inline:0}.sidebar-user{flex:0 0 auto}.summary-grid{grid-template-columns:repeat(3,minmax(150px,1fr))}.topbar{flex-wrap:wrap}.topbar-title{flex:1}}@media (max-width: 850px){.app-shell{grid-template-columns:1fr}.sidebar{display:none}.topbar{position:relative;min-height:0;padding-block:15px}.mobile-brand{display:flex;order:1}.topbar-title{display:flex;width:100%;order:3;align-items:center;justify-content:center}.topbar-title .eyebrow{display:none}.topbar-actions{order:2;margin-left:auto}.search-box{width:200px}.summary-grid{grid-template-columns:1fr}.summary-card{min-height:96px}.panel-toolbar{align-items:flex-start;flex-direction:column}.legend{justify-content:flex-start}}@media (max-width: 640px){.login-panel{padding:18px}.login-card{padding:28px 22px;border-radius:14px}.full-screen-state--card{padding:32px 22px}.topbar{gap:12px;padding-inline:14px}.topbar-actions{width:100%;order:4}.search-box{width:auto;min-width:0;flex:1}.topbar-today{display:none}.topbar-actions .button--primary{padding-inline:11px}.month-control h1{min-width:170px;font-size:18px}.content-wrap{padding:14px 12px 32px}.demo-banner{align-items:flex-start;flex-wrap:wrap}.demo-banner button{margin-left:28px}.panel-toolbar{padding:15px}.notice-strip{padding-inline:14px}.resource-head,.resource-cell{width:176px;min-width:176px;max-width:176px}.resource-cell{padding-inline:9px}.resource-avatar{width:29px;height:29px;flex-basis:29px}.modal-backdrop{align-items:end;padding:0}.modal-card{width:100%;max-height:92vh;border-radius:18px 18px 0 0}.modal-header,.modal-body,.modal-footer{padding-inline:17px}.status-choice-grid,.artifact-form-grid{grid-template-columns:1fr}.status-choice{min-height:64px}.modal-footer--split{align-items:stretch;flex-direction:column-reverse}.modal-footer-actions{display:grid;grid-template-columns:1fr 1fr}.modal-footer--split>div:first-child .button{width:100%}.toast{right:14px;bottom:14px;left:14px;max-width:none}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.mobile-account-action,.mobile-view-nav{display:none}.button--compact{min-height:32px;padding-inline:10px;border-radius:8px;font-size:11px}.data-error--panel{min-height:120px;border:1px solid #fecaca;border-radius:13px;background:#fff7f7;box-shadow:var(--shadow-sm)}.section-panel{overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow-sm)}.section-panel--loading{display:flex;min-height:220px;align-items:center;justify-content:center;gap:10px;color:#667085;font-size:12px;font-weight:650}.section-panel-header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;border-bottom:1px solid var(--line)}.section-panel-header h2{margin-bottom:3px;color:#101828;font-size:15px;letter-spacing:-.01em}.section-panel-header p{margin:0;color:#98a2b3;font-size:11px;line-height:1.5}.directory-table-wrap{width:100%;overflow-x:auto}.directory-table{width:100%;min-width:780px;border-collapse:collapse;table-layout:auto}.directory-table th,.directory-table td{padding:13px 16px;border-bottom:1px solid #edf0f4;color:#475467;font-size:11px;text-align:left;vertical-align:middle}.directory-table th{background:#fbfcfd;color:#667085;font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.directory-table tbody tr:last-child td{border-bottom:0}.directory-table tbody tr:hover{background:#fbfdfc}.directory-actions-head{text-align:right!important}.directory-resource{display:flex;min-width:190px;align-items:center;gap:10px}.directory-resource>span:last-child{display:grid;min-width:0;gap:2px}.directory-resource strong,.directory-resource small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.directory-resource strong{color:#263247;font-size:11px;font-weight:750}.directory-resource small,.directory-muted{color:#98a2b3;font-size:10px}.directory-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px}.status-pill{display:inline-flex;min-height:24px;align-items:center;justify-content:center;padding:0 9px;border:1px solid transparent;border-radius:999px;font-size:9px;font-weight:800;white-space:nowrap}.status-pill--complete{border-color:#bbf7d0;background:#ecfdf3;color:#067647}.status-pill--missing{border-color:#fedf89;background:#fffaeb;color:#b54708}.evidence-list{display:grid}.evidence-row{display:grid;grid-template-columns:minmax(220px,.9fr) minmax(260px,1.3fr) auto;align-items:center;gap:18px;padding:15px 18px;border-bottom:1px solid #edf0f4}.evidence-row:last-child{border-bottom:0}.evidence-row:hover{background:#fbfdfc}.evidence-summary{display:grid;justify-items:start;gap:6px}.evidence-summary small{max-width:520px;overflow:hidden;color:#98a2b3;font-size:10px;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.report-table{min-width:860px}.report-table th:not(:first-child),.report-table td:not(:first-child){text-align:center}.empty-state--panel{min-height:260px}@media (max-width: 1120px){.evidence-row{grid-template-columns:minmax(190px,.8fr) minmax(220px,1fr) auto}}@media (max-width: 850px){.mobile-account-action{display:inline-grid}.mobile-view-nav{display:flex;overflow-x:auto;gap:6px;padding:9px 14px;border-bottom:1px solid var(--line);background:#fff;scrollbar-width:none}.mobile-view-nav::-webkit-scrollbar{display:none}.mobile-view-nav button{display:inline-flex;min-height:36px;flex:0 0 auto;align-items:center;gap:7px;padding:0 11px;border:1px solid var(--line);border-radius:9px;background:#fff;color:#667085;font-size:11px;font-weight:700;cursor:pointer}.mobile-view-nav button.is-active{border-color:#a7e7d1;background:#ecfdf5;color:#087a55}.evidence-row{grid-template-columns:minmax(190px,1fr) minmax(220px,1.2fr)}.evidence-row>.button{grid-column:1 / -1;justify-self:start}}@media (max-width: 640px){.section-panel-header{align-items:flex-start;flex-direction:column;padding:15px}.section-panel-header>.button{width:100%}.evidence-row{grid-template-columns:1fr;gap:12px;padding:14px}.evidence-row>.button{grid-column:auto;width:100%}.evidence-summary small{max-width:100%;white-space:normal}.mobile-view-nav{padding-inline:10px}.mobile-view-nav button{padding-inline:9px}}.topbar-export{flex:0 0 auto;white-space:nowrap}.directory-table--resources{min-width:940px}.directory-month{color:#475467;font-weight:650;white-space:nowrap}@media (max-width: 640px){.topbar-export{width:39px;min-width:39px;padding-inline:0}.topbar-export .button-label{display:none}}.artifact-modal{width:min(100%,900px)}.artifact-form-card--wide{grid-template-columns:46px minmax(0,1fr);align-items:start;gap:12px 14px;padding:18px}.artifact-form-card--wide>.artifact-form-icon{grid-row:span 1}.artifact-form-card--wide>.file-picker,.artifact-form-card--wide>.selected-file-list,.artifact-form-card--wide>.month-assignment,.artifact-form-card--wide>.button--full{grid-column:1 / -1}.selected-file-list{display:grid;gap:7px}.selected-file{display:grid;grid-template-columns:18px minmax(0,1fr) auto 28px;align-items:center;gap:8px;min-height:38px;padding:6px 7px 6px 10px;border:1px solid var(--line);border-radius:8px;background:#fff;color:#667085}.selected-file>span{overflow:hidden;color:#344054;font-size:10px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.selected-file>small{color:#98a2b3;font-size:9px;white-space:nowrap}.selected-file>button,.month-chip>button{display:grid;width:26px;height:26px;place-items:center;padding:0;border:0;border-radius:6px;background:transparent;color:#98a2b3;cursor:pointer}.selected-file>button:hover,.month-chip>button:hover{background:#fff1f0;color:#b42318}.month-assignment{display:grid;gap:10px;padding:13px;border:1px solid var(--line);border-radius:9px;background:#fff}.month-assignment-heading{display:grid;gap:3px}.month-assignment-heading strong{color:#344054;font-size:11px}.month-assignment-heading small{color:#98a2b3;font-size:9px;line-height:1.45}.month-chip-list,.artifact-month-list{display:flex;flex-wrap:wrap;gap:6px}.month-chip{display:inline-flex;min-height:30px;align-items:center;gap:6px;padding:0 5px 0 10px;border:1px solid #cdd6e2;border-radius:999px;background:#f8fafc;color:#475467;font-size:9px;font-weight:800}.month-chip--current{padding-right:9px;border-color:#a7e7d1;background:#ecfdf5;color:#087a55}.month-chip>small{padding:2px 6px;border-radius:999px;background:#0f9f6e1f;color:#087a55;font-size:8px;font-weight:850}.month-add-row{display:flex;align-items:center;gap:8px}.month-add-row input{width:min(210px,100%);height:38px;padding:0 10px;border:1px solid var(--line-strong);border-radius:8px;background:#fff;color:#344054;font:inherit;font-size:10px;outline:0}.month-add-row input:focus{border-color:#75d2b2;box-shadow:0 0 0 3px #0f9f6e1a}.artifact-month-list{margin-top:3px}.artifact-month-list i{padding:2px 6px;border-radius:999px;background:#f2f4f7;color:#667085;font-size:8px;font-style:normal;font-weight:750;white-space:nowrap}.evidence-row--files{align-items:start}.evidence-summary--files{min-width:0}.evidence-file-preview{display:grid;width:100%;gap:6px}.evidence-file-preview-item{display:grid;width:100%;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:7px;padding:7px 9px;border:1px solid #e4e9f0;border-radius:8px;background:#fff;color:#0f9f6e;text-align:left;cursor:pointer}.evidence-file-preview-item:hover{border-color:#a7e7d1;background:#f6fefb}.evidence-file-preview-item>span{display:grid;min-width:0;gap:2px}.evidence-file-preview-item strong,.evidence-file-preview-item small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.evidence-file-preview-item strong{color:#344054;font-size:10px}.evidence-file-preview-item small{color:#98a2b3;font-size:8px}@media (max-width: 720px){.artifact-form-card--wide{grid-template-columns:1fr}.artifact-form-card--wide>*{grid-column:1}.month-add-row{align-items:stretch;flex-direction:column}.month-add-row input,.month-add-row .button{width:100%}}.resource-modal--profile{width:min(100%,780px)}.resource-profile-form{gap:20px}.resource-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:17px}.resource-resume-field{align-content:start}.resume-picker{display:grid;grid-template-columns:36px minmax(0,1fr) auto auto;min-height:54px;align-items:center;gap:9px;padding:7px 8px;border:1px solid var(--line-strong);border-radius:9px;background:#fbfcfd}.resume-picker.has-file{border-color:#a7e7d1;background:#f6fefb}.resume-picker-icon{display:grid;width:34px;height:34px;place-items:center;border-radius:8px;background:#ecfdf5;color:var(--accent)}.resume-picker-copy{display:grid;min-width:0;gap:2px}.resume-picker-copy strong,.resume-picker-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resume-picker-copy strong{color:#344054;font-size:10px}.resume-picker-copy small{color:#98a2b3;font-size:9px;font-weight:500}.resource-resume-upload{width:max-content;min-height:34px;margin-top:1px;cursor:pointer}.resource-resume-upload input{display:none}.field-help{color:#98a2b3;font-size:9px;font-weight:500;line-height:1.4}.field-help--warning{color:#b54708}.month-selector-modal{width:min(100%,650px)}.month-selector-body{display:grid;gap:16px}.month-selector-summary{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid #d9eee7;border-radius:10px;background:#f6fefb}.state-icon--soft{width:42px;height:42px;background:#dcfaef;color:#087a55}.month-selector-summary>div{display:grid;gap:3px}.month-selector-summary strong{color:#263247;font-size:12px}.month-selector-summary small{color:#667085;font-size:9px;line-height:1.4}.month-quick-actions{display:flex;flex-wrap:wrap;gap:7px}.month-selector-assignment{background:#fbfcfd}.month-selector-assignment .month-chip,.month-selector-assignment .month-chip--current{padding-right:5px}.resource-management-header .button{flex:0 0 auto}.resource-month-strip{display:flex;min-height:43px;align-items:center;flex-wrap:wrap;gap:7px;padding:8px 20px;border-bottom:1px solid var(--line);background:#fbfcfd}.resource-month-strip strong{margin-right:2px;color:#667085;font-size:9px;letter-spacing:.04em;text-transform:uppercase}.resource-month-strip span{padding:4px 8px;border:1px solid #cdd6e2;border-radius:999px;background:#fff;color:#475467;font-size:9px;font-weight:750;white-space:nowrap}.directory-table--resource-profiles{min-width:1520px}.directory-profile-value{max-width:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-link-button{display:inline-flex;max-width:130px;align-items:center;gap:5px;padding:0;border:0;background:transparent;color:#087a55;font:inherit;font-size:10px;font-weight:750;cursor:pointer}.table-link-button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-link-button:hover{color:#05613f;text-decoration:underline}.directory-comment{display:block;max-width:210px;overflow:hidden;color:#667085;font-size:10px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.directory-table--resource-profiles .directory-actions{min-width:250px}.resource-month-error{padding:18px}@media (max-width: 720px){.resource-form-grid{grid-template-columns:1fr}.resource-management-header .button{width:100%}.resource-month-strip{padding-inline:15px}.month-quick-actions .button{flex:1 1 130px}}
