:root{font-family:Noto Sans JP,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#233447;background:#f5f7fa;font-synthesis:none;font-size:13px;font-weight:400;line-height:1.6;--navy:#142d46;--blue:#245ec6;--border:#e2e7ee;--muted:#778494;--orange:#a76623;--green:#368275;--radius:10px}.login-page .login-card{text-align:center}.login-page .login-card .brand-mark{margin-left:auto;margin-right:auto}.login-page .login-card h1{margin-bottom:25px}.login-page .login-card>small{display:block;text-align:center}.login-page .login-card .loading{justify-content:center}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button{border:1px solid #dbe2ea;background:#fff;color:#364a60;border-radius:6px;min-height:36px;padding:8px 12px;display:inline-flex;gap:7px;align-items:center;justify-content:center;font-size:12px;cursor:pointer;transition:background .15s,box-shadow .15s}button:hover:not(:disabled){background:#f3f6fb;border-color:#aebdd0}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #a9c9fc;outline-offset:2px}button:disabled{cursor:not-allowed;opacity:.48}input,select,textarea{border:1px solid #dce3eb;border-radius:5px;background:#fff;color:#233447;padding:8px 10px;min-width:0}input[type=checkbox]{accent-color:var(--blue);width:15px;height:15px;flex-shrink:0;cursor:pointer}textarea{resize:vertical;width:100%;line-height:1.7}h1,h2,h3,h4,p{margin:0}h1{font-size:25px;letter-spacing:.01em;font-weight:700}h2{font-size:16px;font-weight:700;display:flex;align-items:center;gap:10px}h3{font-size:15px}h4{font-size:13px;margin:25px 0 12px;display:flex;align-items:center;gap:8px}a{color:var(--blue)}small,.small{font-size:11px}.subtle{color:var(--muted)}.block{display:block}.wide{width:100%}.inline{display:flex;align-items:center;gap:8px}.wrap{flex-wrap:wrap}.primary{background:var(--blue);color:#fff;border-color:var(--blue)}.primary:hover:not(:disabled){background:#174cae;border-color:#174cae}.text-button{background:transparent;border:0;padding:3px;min-height:26px;color:var(--blue)}.text-button:hover:not(:disabled){background:transparent;color:#153c7f}.icon-button{padding:8px;min-height:32px}.small-button{font-size:11px;padding:6px 8px;min-height:31px}.eyebrow{font-size:10px;font-weight:700;letter-spacing:1.5px;color:#8291a2;margin-bottom:7px}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.app-shell{display:flex;min-height:100vh}.nav{position:fixed;inset:0 auto 0 0;width:220px;background:var(--navy);color:#f3f7fd;padding:28px 15px 18px;z-index:10;display:flex;flex-direction:column}.brand{display:flex;gap:11px;align-items:center;font-size:17px;font-weight:700;padding:0 9px 29px;letter-spacing:.04em}.brand small{display:block;font-size:8px;color:#a1b8cc;letter-spacing:1.1px;margin-top:4px}.brand-mark{width:35px;height:37px;display:grid;place-items:center;border-radius:8px;background:#366796;color:#fff;flex-shrink:0}.nav-section{font-size:10px;color:#91a7bc;padding:18px 13px 10px}.nav>button{background:transparent;border:0;color:#b8c9d9;justify-content:flex-start;min-height:44px;margin-bottom:4px;font-size:12px;padding:11px 13px;gap:11px;white-space:nowrap}.nav>button:hover:not(:disabled){background:#213c57}.nav>button.active{background:#29455f;color:#fff;box-shadow:inset 3px 0 #7fb4fc}.nav>button span{margin-left:auto;background:#44617c;border-radius:4px;padding:0 5px;font-size:10px}.nav-foot{margin-top:auto;border-top:1px solid #355069;padding:20px 10px 0;display:flex;gap:9px;font-size:11px;align-items:center;color:#c8d6e3;min-width:0}.nav-foot div{min-width:0}.nav-foot small{display:block;color:#8da6bc;font-size:9px;overflow:hidden;text-overflow:ellipsis}.main-shell{margin-left:220px;flex:1;min-width:0}.topbar{height:63px;background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 32px;font-size:11px;color:#8090a1}.local-pill{font-size:10px;color:#7e682d;background:#f7f1dc;border:1px solid #eae1bc;padding:3px 8px;border-radius:4px}main{padding:30px 32px 18px;max-width:1840px;margin:0 auto}.page-heading{display:flex;justify-content:space-between;gap:20px;margin-bottom:24px;align-items:center}.page-heading .subtle{font-size:11px;margin-top:9px}.period-picker{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.period-picker>span{font-size:10px;color:#7b8998}.period-picker input{background:#fff;font-weight:600;font-size:13px;padding:7px 11px;min-width:190px}.period-picker small{font-size:9px;color:#7c8997}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:22px}.stat{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:18px 21px;display:flex;flex-direction:column;gap:6px;box-shadow:0 2px 4px #23344702}.stat>span:first-child{font-size:11px;font-weight:500;color:#637386}.stat strong{font-size:32px;line-height:1.2;color:#2d4969;letter-spacing:-1px;font-weight:600}.stat strong small{font-size:12px;font-weight:400;color:#7c8c9d;margin-left:8px;letter-spacing:0}.stat>span:last-child{font-size:10px}.stat.completion{background:#f3f8f7;border-color:#dce8e5}.stat.completion strong{color:#40847b}.section-top{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:25px 0 12px}.section-top h2>.subtle{margin-left:8px;font-weight:400}.count{font-size:10px;border-radius:4px;background:#e9eef4;color:#617487;padding:1px 6px;font-weight:600}.panel{border:1px solid var(--border);background:#fff;border-radius:var(--radius);box-shadow:0 2px 4px #1e3a5602}.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:18px}.employee-panel{overflow:hidden}.filters{display:flex;align-items:center;gap:12px;padding:17px 18px;flex-wrap:wrap}.search-field{display:flex;align-items:center;gap:8px;background:#f8fafc;border:1px solid #dfe5ed;padding:0 10px;border-radius:5px;min-width:240px;color:#8190a1}.search-field input{border:0;background:transparent;outline:0;width:100%;padding:8px 0;font-size:11px}.filters>select{font-size:11px;max-width:210px}.checkbox{display:inline-flex;gap:7px;align-items:center;font-size:11px;cursor:pointer}.filters>.small{margin-left:auto;font-size:9px}.table-scroll{overflow-x:auto}table{width:100%;border-collapse:collapse;text-align:left;font-size:12px}thead{background:#f8fafc;color:#7f8c9a;font-size:10px}th{font-weight:500;padding:11px 16px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);white-space:nowrap}td{padding:14px 16px;border-bottom:1px solid #ecf0f4;vertical-align:middle}tbody tr:last-child td{border-bottom:0}.check-cell{width:38px}td:first-child,th:first-child{padding-left:20px}td:last-child,th:last-child{padding-right:20px}.employee-table tbody tr{transition:background .12s}.employee-table tbody tr:hover{background:#fbfcff}.employee-table .selected-row{background:#edf4ff!important}.employee-table td:nth-child(3),.employee-table td:nth-child(4){white-space:nowrap}.name-button{border:0;background:transparent;justify-content:flex-start;padding:0;gap:10px;font-weight:600;white-space:nowrap;min-height:36px;text-align:left;font-size:12px}.name-button:hover:not(:disabled){background:transparent}.name-button small{font-size:9px;font-weight:400;display:block;color:#7d8c9c;margin-top:1px}.avatar{background:#edf2f7;color:#65809b;display:grid;place-items:center;border-radius:50%;width:33px;height:33px;font-size:13px;font-weight:500}.number-pill{background:#fbefd8;color:#a46e27;min-width:25px;padding:1px 7px;border-radius:4px;font-size:11px;display:inline-block;text-align:center}.number-pill.done{background:#edf5f2;color:#5b8c7f}.issue-tags{display:flex;align-items:center;gap:5px;flex-wrap:wrap}.tag{border:1px solid #eadcc3;background:#fdf7eb;border-radius:4px;color:#967440;padding:2px 6px;font-size:9px;display:inline-flex;gap:3px;align-items:center;line-height:1.6}.tag.neutral{background:#f0f4f8;border-color:#e0e7ef;color:#6b8298}.empty{padding:44px 20px;text-align:center;display:flex;align-items:center;flex-direction:column;gap:12px;color:#7890a6}.empty h3{font-size:14px;color:#556c82}.empty p{font-size:12px;color:#8696a6}.empty button{margin-top:5px}.select-hint{margin:24px 0;border:1px dashed #cfd9e4;border-radius:9px;display:flex;align-items:center;justify-content:center;gap:13px;color:#8696a6;padding:34px;font-size:12px}.error,.notice,.import-notice{border:1px solid #eed4cb;background:#fff6f2;color:#9b5b42;border-radius:7px;padding:12px 14px;display:flex;gap:10px;align-items:center;margin-bottom:18px;font-size:12px}.error>svg,.notice>svg,.import-notice>svg{flex-shrink:0}.error>.text-button,.notice>.text-button{margin-left:auto}.error button:not(.text-button){margin-left:12px}.notice{background:#eff8f4;border-color:#d2e9dd;color:#447961}.import-notice{background:#fffbee;color:#937a46;border-color:#ece4c9;font-size:11px}.import-notice .text-button{font-size:11px;margin-left:auto;white-space:nowrap}.busy-indicator{position:fixed;bottom:22px;left:50%;transform:translate(-50%);background:#173753;color:#fff;padding:10px 20px;border-radius:30px;box-shadow:0 3px 18px #0b294831;display:flex;align-items:center;gap:9px;z-index:60;font-size:12px}.page-footer{display:flex;justify-content:space-between;border-top:1px solid #e5eaf0;padding-top:18px;margin-top:32px;color:#97a4b1;font-size:9px}.employee-review{scroll-margin-top:20px}.personal-totals{display:flex;flex-wrap:wrap;gap:20px;background:#edf2f7;border:1px solid #e0e7ef;border-radius:7px;padding:12px 16px;margin-bottom:16px;font-size:11px;color:#748497}.personal-totals strong{margin-left:9px;font-size:12px;font-weight:600;color:#3f5770}.review-layout{display:grid;grid-template-columns:minmax(0,1fr) 345px;gap:18px;align-items:start}.calendar{overflow:hidden}.calendar-caption{padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12px}.calendar-caption .small{font-size:9px}.calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);border-top:1px solid var(--border);border-bottom:1px solid var(--border);text-align:center;background:#f8fafc;padding:9px 0;font-size:10px;color:#7d8c9c}.sunday{color:#b27373!important}.saturday{color:#688ab5!important}.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:1px;background:var(--border)}.calendar-day{border:0;border-radius:0;min-height:132px;background:#fff;display:block;align-self:stretch;text-align:left;vertical-align:top;padding:9px 7px;color:#4b6176;position:relative}.calendar-day:hover:not(:disabled){background:#f3f7fd;border:0;z-index:1}.calendar-day.outside{background:#f8fafc;opacity:1;color:#c4ccd5}.calendar-day.outside .day-top strong{color:#c4ccd5!important}.calendar-day.chosen{background:#eef4ff;box-shadow:inset 0 0 0 2px #5684cf;z-index:1}.calendar-day.holiday:not(.chosen){background:#fafbfc}.calendar-day.has-issue:not(.chosen){background:#fffdf7}.day-top{display:flex;align-items:center;justify-content:space-between;gap:1px;margin-bottom:9px}.day-top strong{font-size:11px;font-weight:600}.day-status{font-size:8px;padding:1px 3px;border-radius:3px;line-height:1.4;font-weight:400;display:inline-flex;align-items:center}.day-status.warning{background:#f7eaca;color:#9f782d}.day-status.paper{background:#edf0f8;color:#7e78a4}.day-status.reviewed{background:#e5f1eb;color:#578b75}.day-holiday{font-size:8px;color:#9da6b0}.punch-times{font-size:10px;font-variant-numeric:tabular-nums;display:flex;align-items:center;gap:3px;white-space:nowrap}.punch-times>span{color:#b9c1cb;font-size:8px}.punch-times small{font-size:7px}.calendar-label{font-size:8px;color:#7e8b96;margin-top:3px}.day-apps{font-size:8px;color:#6b86a3;line-height:1.5;margin-top:6px;overflow-wrap:anywhere}.day-issues{font-size:9px;color:#a6813f;line-height:1.6;margin-top:5px}.day-issues>div{overflow-wrap:anywhere}.day-issues .issue-reviewed{color:#639684}.calendar-legend{display:flex;align-items:center;flex-wrap:wrap;gap:20px;color:#8794a3;margin-top:13px;font-size:9px}.calendar-legend span{display:flex;align-items:center;gap:5px}.legend-square{width:9px;height:9px;display:inline-block;border-radius:2px}.legend-square.warning{background:#edd9a8}.legend-square.paper{background:#bab9d4}.legend-square.reviewed{background:#9cc7b5}.day-detail{overflow:hidden}.detail-header{display:flex;align-items:center;justify-content:space-between;padding:17px;border-bottom:1px solid var(--border);background:#fbfcff;gap:8px}.detail-header h3{font-size:14px}.detail-header h3 small{font-weight:400;color:#8091a3}.detail-header .eyebrow{font-size:8px;margin-bottom:3px}.status-pill{display:inline-flex;white-space:nowrap;align-items:center;font-size:9px;padding:3px 6px;border-radius:4px;line-height:1.4;color:#9a7c43;background:#f7efd8}.status-pill.reviewed{color:#4c8570;background:#eaf4ee}.status-pill.paper_pending{color:#817796;background:#eeeaf7}.detail-body{padding:16px;max-height:1000px;overflow-y:auto}.day-time-summary{display:flex;align-items:center;justify-content:space-around;background:#f6f8fb;border-radius:7px;padding:13px 10px}.day-time-summary div{display:flex;flex-direction:column;gap:3px;text-align:center}.day-time-summary div>span{font-size:9px;color:#7f91a4}.day-time-summary strong{font-size:24px;line-height:1.3;letter-spacing:-.5px;font-weight:600}.day-time-summary strong small{font-size:9px;margin-left:3px;font-weight:400}.time-arrow{font-size:17px;color:#a5b3c1}.detail-kv{display:grid;grid-template-columns:1fr 1.2fr;font-size:10px;margin:15px 0;gap:8px}.detail-kv>span{color:#8694a2}.detail-kv strong{font-weight:500;text-align:right}.warning-text{display:flex;align-items:center;gap:5px;font-size:10px;color:#a98342}.calculation-notes{margin:9px 0;padding-left:17px;font-size:9px;color:#8794a3}.issue-card{background:#fffbf1;border:1px solid #eee2c6;border-left:3px solid #d7b56e;border-radius:5px;padding:11px;margin:9px 0}.issue-card.reviewed{background:#f5faf7;border-color:#dceae2;border-left-color:#87bba1}.issue-card.paper_pending{background:#f8f5fc;border-color:#e6dff0;border-left-color:#a694c0}.issue-card.reference{background:#f7f9fc;border-color:#e0e6ed;border-left-color:#b1c2d5}.issue-card-title{display:flex;align-items:start;gap:7px;justify-content:space-between}.issue-card-title strong{font-size:11px;display:flex;align-items:start;gap:4px;line-height:1.6;font-weight:600}.issue-card-title strong svg{flex-shrink:0;margin-top:2px}.issue-card>p{font-size:10px;color:#7b7f7f;margin-top:7px;white-space:pre-wrap;overflow-wrap:anywhere}.issue-card>.subtle{font-size:8px;display:block;margin-top:5px}.review-link{font-size:10px;margin-top:6px}.saved-note{white-space:pre-wrap;font-size:10px;border-left:2px solid #cad3dc;padding-left:8px;margin-top:8px}.review-editor{margin-top:9px}.review-editor textarea{font-size:10px}.review-editor .inline{margin-top:6px}.bulk-review{border-top:1px dashed #dfe5ed;margin-top:14px;padding-top:13px}.bulk-review label{font-size:10px;font-weight:500}.bulk-review textarea{font-size:10px;margin:7px 0}.bulk-review .primary{font-size:10px}.no-issue{display:flex;align-items:center;gap:5px;font-size:10px;color:#6a9a84}.application{border:1px solid #e3e8ee;border-radius:5px;margin:10px 0;padding:11px;font-size:10px}.application-title{display:flex;align-items:center;gap:6px;justify-content:space-between;margin-bottom:7px}.application-title strong{font-weight:600;color:#45627e}.application-title small{font-size:8px;color:#90a0b0}.application>p{margin-top:5px;display:flex;gap:4px;color:#7a8b9b;overflow-wrap:anywhere;white-space:pre-wrap}.source-details,.history{font-size:9px;color:#8c9baa;margin-top:8px;overflow-wrap:anywhere}.source-details summary,.history summary{cursor:pointer;line-height:1.8}.source-details pre,.history pre{font:inherit;white-space:pre-wrap;max-height:200px;overflow:auto;background:#f4f7fa;padding:8px;color:#697d91}.punch-entry{padding:10px 0;border-bottom:1px solid #e9edf2;font-size:10px}.punch-entry>div{display:flex;align-items:center;gap:8px}.punch-entry>div strong{font-size:14px;font-weight:600}.punch-entry>div small{font-size:8px;color:#8b9aab;margin-left:auto}.punch-entry>p{font-size:9px;color:#8595a5;margin-top:5px;display:flex;align-items:start;gap:4px}.punch-entry>p svg{flex-shrink:0;margin-top:2px}.monthly-issues{margin:15px 0}.monthly-issues>h3{font-size:12px}.monthly-issues .issue-card{max-width:750px}.place-check{border-top:1px solid #edf0f3;padding-top:5px;margin-top:8px}.place-check>.text-button{font-size:9px}.place-query{display:flex;gap:5px;margin:8px 0}.place-query input{width:100%;font-size:10px}.place-check .small{font-size:9px;margin:7px 0}.place-candidates{margin:9px 0;max-height:270px;overflow-y:auto}.place-candidates>button{width:100%;display:flex;flex-direction:column;align-items:start;text-align:left;font-size:10px;margin:4px 0;gap:3px}.place-candidates span{color:#8798a7;font-size:9px}.place-candidates small{font-size:8px;color:var(--blue)}.comparison{margin-top:10px;background:#f3f6fa;border-radius:5px;padding:10px;font-size:10px}.comparison>small{font-size:8px;color:#9ca9b7;display:block}.import-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:22px;align-items:start}.import-main{padding:24px}.drop-zone{border:1px dashed #c9d6e5;border-radius:8px;display:flex;flex-direction:column;align-items:center;gap:12px;padding:37px 20px;background:#f9fbfe;text-align:center}.drop-zone.dragging{border-color:var(--blue);background:#edf4ff}.upload-icon{background:#e9f0fa;color:#7598c4;width:58px;height:58px;display:grid;place-items:center;border-radius:50%}.drop-zone h3{font-size:14px;color:#536f8c}.drop-zone p{font-size:11px;color:#8b9caf}.drop-zone small{font-size:9px;color:#9ba8b6}.drop-zone button{padding:8px 21px}.file-list{margin-top:15px;max-height:360px;overflow-y:auto}.file-list>div{border-bottom:1px solid #eef1f4;display:flex;align-items:center;gap:10px;padding:12px 3px;color:#859cb4}.file-list>div>span{font-size:11px;flex:1;color:#597087;overflow-wrap:anywhere}.file-list small{display:block;font-size:9px;color:#9aa9b7}.file-list .text-button{font-size:9px;white-space:nowrap}.panel-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:20px}.preview{border-top:1px solid var(--border);margin-top:26px;padding-top:24px}.preview>p{margin-bottom:15px}.preview td{font-size:10px;overflow-wrap:anywhere}.preview td strong{font-weight:500}.preview td small{font-size:9px}.warning-box{background:#fffaf0;border:1px solid #eee3c9;border-radius:6px;padding:12px;font-size:10px;color:#97804f;margin-top:14px}.warning-box summary{cursor:pointer;font-weight:500}.warning-box ul{max-height:220px;overflow-y:auto;padding-left:20px;overflow-wrap:anywhere}.warning-box li{padding:3px 0}.warning-box p{margin:5px 0}.calendar-preview{margin-top:16px;font-size:11px}.calendar-preview summary{cursor:pointer;font-weight:500}.calendar-records{max-height:270px;overflow-y:auto;border:1px solid var(--border);margin-top:9px;border-radius:5px}.calendar-records>div{display:grid;grid-template-columns:95px 55px 1fr;padding:7px 10px;border-bottom:1px solid #eef1f4;font-size:10px;color:#8593a0}.calendar-records strong{font-weight:500}.holiday-text{color:#b18476}.confirm-check{margin-top:22px}.import-guide{padding:22px}.import-guide h3{font-size:14px}.import-guide ol{padding-left:18px;font-size:11px;margin:18px 0}.import-guide li{padding:0 0 19px 4px;color:#6684a0}.import-guide strong{font-weight:600;color:#516e89}.import-guide p{font-size:10px;color:#8b9daf;margin-top:6px;line-height:1.9}.guide-note{font-size:10px;color:#8594a4;line-height:1.9;border:1px solid #e3eaf2;background:#f6f9fc;border-radius:6px;padding:14px}.settings-tabs{display:flex;gap:5px;border-bottom:1px solid #dce4ed;margin-bottom:23px;flex-wrap:wrap}.settings-tabs button{border:0;border-radius:0;background:transparent;min-height:45px;color:#8795a4;box-shadow:0 2px transparent;padding:10px 17px}.settings-tabs button.active{color:var(--blue);box-shadow:0 2px var(--blue);font-weight:600}.settings-fieldset{border:0;padding:0;margin:0;min-width:0}.settings-panel{padding:23px;margin-bottom:20px}.settings-panel>p{font-size:11px;margin-bottom:18px}.settings-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-bottom:25px}.field{display:flex;flex-direction:column;gap:6px;font-size:11px;color:#627b92}.field>small{font-size:9px;color:#97a5b3}.field input,.field select{width:100%;font-size:12px}.alias-form{display:flex;align-items:end;gap:13px;margin:22px 0}.alias-form .field{flex:1}.alias-form>button{margin-bottom:1px;white-space:nowrap;font-size:11px}.settings-table input{font-size:10px}.settings-table td{padding:12px 10px;font-size:11px}.settings-table td:first-child{padding-left:18px}.settings-table small{font-size:9px;max-width:260px}.short-input{width:70px}.settings-save{display:flex;align-items:center;justify-content:flex-end;gap:20px;margin-bottom:23px}.warnings-list{max-height:500px;overflow:auto;font-size:11px;color:#8c99a6;padding-left:20px;overflow-wrap:anywhere}.warnings-list li{margin:7px 0}.settings-panel details{margin:12px 0}.settings-panel summary{cursor:pointer;font-size:12px}.login-page{min-height:100vh;display:grid;place-items:center;background:radial-gradient(ellipse at 70% 10%,#d9e6f4,transparent 60%),#edf2f7;padding:30px}.login-card{width:min(100%,430px);padding:43px 40px;background:#fff;border:1px solid #dce5ef;border-radius:16px;box-shadow:0 18px 60px #19334f0a}.login-card .brand-mark{width:47px;height:49px;margin-bottom:23px}.login-card h1{font-size:28px;line-height:1.6;color:#2c4862;letter-spacing:.03em}.login-card>p:not(.eyebrow){font-size:12px;line-height:2;color:#7f92a4;margin:18px 0 25px}.login-card>.primary{margin-bottom:15px;min-height:43px}.login-card>small{color:#a0afbd;font-size:9px}.login-card .error{margin-top:15px;font-size:11px}.loading{display:flex;gap:8px;align-items:center}@media(min-width:1600px){.review-layout{grid-template-columns:minmax(0,1fr) 380px}.calendar-day{min-height:145px;padding:11px 10px}.punch-times{font-size:12px}.day-issues{font-size:10px}.day-apps{font-size:9px}}@media(max-width:1280px){.nav{width:190px;padding-left:10px;padding-right:10px}.brand{font-size:15px;gap:8px;padding-left:5px}.brand small{font-size:7px}.main-shell{margin-left:190px}main{padding:25px 23px 18px}.topbar{padding:0 23px}.review-layout{grid-template-columns:minmax(0,1fr) 310px;gap:13px}.calendar-day{min-height:140px;padding:7px 4px}.punch-times{font-size:9px;gap:1px}.day-status{font-size:7px;padding:1px 2px}.day-top strong{font-size:10px}.day-issues{font-size:8px}.calendar-caption{padding:13px 10px}.calendar-caption>.small{display:none}.section-top{flex-wrap:wrap}.filters>.small{display:none}.import-layout{grid-template-columns:minmax(0,1fr) 235px}.import-main{padding:20px}.stats-grid{gap:12px}.stat{padding:16px}.settings-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1050px){.nav{width:175px}.main-shell{margin-left:175px}.brand{font-size:14px}.brand-mark{width:30px;height:33px}.nav>button{font-size:11px;padding:10px;gap:8px}.review-layout{grid-template-columns:1fr}.day-detail .detail-body{max-height:none;display:block}.day-detail{margin-top:4px}.calendar-day{min-height:120px;padding:9px}.punch-times{font-size:11px;gap:4px}.day-issues{font-size:9px}.day-top strong{font-size:12px}.day-status{font-size:8px}.import-layout{grid-template-columns:1fr}.import-guide{display:none}.settings-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.page-heading{align-items:start}.page-heading .subtle{max-width:360px;line-height:1.9}.stats-grid{gap:9px}.stat{padding:14px 12px}.stat>span:first-child{font-size:10px}.stat>span:last-child{font-size:9px}.stat strong{font-size:28px}.filters{gap:9px}.search-field{min-width:200px;max-width:220px}.employee-table td{padding:11px}.employee-table th{padding:10px}.employee-table td:first-child{padding-left:15px}.employee-table td:last-child{padding-right:15px}.settings-tabs button{padding:10px;font-size:11px}.personal-totals{gap:13px}}@media(max-width:760px){.nav{position:static;width:100%;height:auto;padding:12px 15px;flex-direction:row;align-items:center;flex-wrap:wrap;gap:5px}.brand{width:100%;padding:0 3px 9px;gap:10px;font-size:17px}.brand small,.nav-section,.nav-foot{display:none}.nav>button{min-height:34px;padding:7px 10px;margin:0;font-size:11px}.nav>button.active{box-shadow:inset 0 -2px #7fb4fc}.app-shell{display:block}.main-shell{margin-left:0}.topbar{height:43px;padding:0 16px;font-size:10px}main{padding:22px 15px}.page-heading{display:block;margin-bottom:20px}h1{font-size:23px}.period-picker{margin-top:16px;display:grid;grid-template-columns:1fr 1fr;align-items:center}.period-picker input{min-width:0;grid-column:2;grid-row:1/3;max-width:180px;justify-self:end}.period-picker small{grid-column:1}.stats-grid{grid-template-columns:repeat(2,1fr);gap:10px}.stat{padding:13px 15px}.stat strong{font-size:28px}.stat>span:first-child{font-size:11px}.section-top .inline{flex-wrap:wrap}.section-top h2>.subtle{display:none}.filters{padding:12px;gap:10px}.search-field{max-width:none;min-width:0;flex:1}.filters>select{max-width:165px}.checkbox{font-size:10px}.employee-table{min-width:670px}.calendar-day{padding:7px 4px;min-height:118px}.punch-times{font-size:8px;gap:1px;flex-wrap:wrap}.day-top{flex-direction:column;align-items:start;gap:4px;margin-bottom:7px}.day-top strong{font-size:10px}.day-status,.day-apps{font-size:7px}.day-issues{font-size:8px}.calendar-legend{gap:12px;font-size:8px}.personal-totals{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:11px 12px;font-size:10px}.personal-totals strong{font-size:10px;margin-left:5px}.calendar-caption{font-size:11px}.section-top{margin-top:22px}.section-top button{font-size:10px;padding:7px 9px}.error,.notice,.import-notice{font-size:10px;align-items:flex-start}.import-notice .text-button{font-size:10px}.import-main{padding:17px 13px}.panel-heading{flex-wrap:wrap}.panel-actions{flex-direction:column;align-items:stretch}.panel-actions>span{font-size:10px}.drop-zone{padding:29px 12px}.drop-zone p{font-size:9px}.drop-zone h3{font-size:13px}.file-list .text-button{font-size:8px}.file-list>div>span{font-size:10px}.settings-tabs{gap:0}.settings-tabs button{font-size:10px;padding:9px}.settings-tabs svg{width:13px}.settings-panel{padding:17px 13px}.settings-grid{gap:15px}.field{font-size:10px}.alias-form{flex-direction:column;align-items:stretch}.settings-save{flex-direction:column;align-items:stretch;gap:10px}.settings-panel table{min-width:450px}.settings-panel{overflow-x:auto}.page-footer{font-size:8px}.select-hint{font-size:11px;padding:25px 16px}.login-card{padding:32px 25px}.login-card h1{font-size:25px}}.employee-panel>.table-scroll{max-height:390px;overflow:auto}.employee-table thead{position:sticky;top:0;z-index:2}.employee-table th{background:#f8fafc}.settings-table th{white-space:nowrap}.location-record{font-size:10px;border:1px solid #e2e8f0;border-radius:6px;padding:11px;margin:9px 0;background:#fafcfe}.location-record>strong{font-size:11px;font-weight:600;color:#56738f}.location-record dl{display:grid;grid-template-columns:53px 1fr;gap:7px;margin:9px 0}.location-record dt{color:#92a0ad}.location-record dd{margin:0;color:#73879b;overflow-wrap:anywhere}.location-record dd>span{display:block}.location-record p{font-size:9px;margin-top:6px}.location-record .location-result{display:flex;flex-direction:column;gap:3px;font-size:11px;margin-top:9px}.location-result>strong{color:#8b4d34}.location-record .comparison strong{font-size:14px;color:#263d50}.location-record .comparison p{font-size:11px}.location-record>a{display:inline-block;margin-top:8px}.import-distances{margin-top:12px}.import-distances>p{margin:6px 0}.import-distance-list{display:grid;gap:6px;max-height:220px;overflow:auto}.import-distance-list>div{display:flex;align-items:center;flex-wrap:wrap;gap:8px;border-bottom:1px solid #e2e8f0;padding:5px 0;font-size:11px}.import-distance-list strong{color:#263d50}.import-distance-list .google-maps-attribution{font-size:12px;color:#5e5e5e;white-space:nowrap}.boundary-confirm{align-items:flex-start;line-height:1.8;font-size:10px;margin:10px 0;color:#74899e}.boundary-confirm input{margin-top:3px}.no-schedule-cell{min-width:195px}.no-schedule-cell>.tag{font-size:10px;margin-bottom:3px}.no-schedule-cell>small{line-height:1.8}.detail-kv strong>small{font-weight:400;font-size:9px;line-height:1.8;margin-top:3px}.maps-result-box{border:1px solid #dfe6ee;border-radius:6px;background:#fff;margin:10px 0;padding:10px}.place-candidates .place-candidate-card{margin-bottom:8px}.place-candidate-card>button{width:100%;display:flex;flex-direction:column;align-items:start;text-align:left;font-size:10px;gap:3px}.maps-attributions{display:flex;flex-direction:column;gap:5px;margin-top:8px}.maps-attributions>.google-maps-attribution{font-family:Arial,sans-serif;font-size:12px!important;font-weight:400;line-height:18px;letter-spacing:normal;color:#5e5e5e!important;white-space:nowrap}.maps-attributions>a,.maps-attributions>.maps-provider{font-size:11px!important;line-height:1.6;color:#5e5e5e;overflow-wrap:anywhere}.maps-attributions>a{text-decoration:underline}.comparison.maps-result-box{background:#fff}.calendar-day{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0}.day-top{width:100%}.day-issues{font-size:10px;line-height:1.65}.day-apps{font-size:9px}.punch-times{font-size:10px}.calendar-label{font-size:9px}@media(max-width:760px){.day-issues{font-size:8px}.day-apps{font-size:7px}.punch-times{font-size:8px}.calendar-label{font-size:7px}}.unmatched-cards{display:grid;gap:12px;margin-top:15px}.unmatched-card{border:1px solid #e2e8ee;border-radius:7px;padding:15px;background:#fcfdff}.unmatched-title{display:flex;gap:12px;align-items:center;margin-bottom:6px}.candidate-hint{font-size:11px;color:#6f859a;margin:9px 0}.unmatched-card select{min-width:250px;max-width:100%;font-size:11px}.alias-added{display:flex;align-items:center;gap:5px;margin-top:10px;color:#588d78;font-size:11px}.history-entry{padding:9px 0;border-bottom:1px solid #dfe6ed}.history-entry strong,.history-entry small{display:block;font-size:9px}.history-entry p{font-size:10px;color:#6f7e8c;white-space:pre-wrap;margin-top:5px}.error,.notice{position:sticky;top:12px;z-index:30;box-shadow:0 3px 15px #2334470b}.diagnostics-panel{margin-bottom:20px;padding:22px 23px;border-color:#dce5ee}.diagnostics-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.diagnostics-heading .eyebrow{font-size:9px}.diagnostics-heading h2{font-size:16px}.diagnostics-heading button{font-size:11px}.diagnostics-intro{font-size:12px;color:#718396;line-height:1.9;margin-top:12px}.diagnostics-list{display:grid;gap:11px;margin-top:17px}.diagnostic-item{display:flex;gap:12px;border:1px solid #e5eaf0;border-radius:7px;padding:14px 16px;background:#f8fafd}.diagnostic-item.diagnostic-setup{background:#fffcf5;border-color:#ebe1c9}.diagnostic-icon{padding-top:3px;color:#7c94ae;flex-shrink:0}.diagnostic-item.diagnostic-setup .diagnostic-icon{color:#b08b4c}.diagnostic-content{flex:1;min-width:0}.diagnostic-title{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.diagnostic-title h3{font-size:13px;font-weight:600}.diagnostic-label{font-size:9px;color:#748ca5;background:#eaf0f7;padding:2px 7px;border-radius:4px}.diagnostic-label.diagnostic-setup{color:#987638;background:#f5ebd4}.diagnostic-content>p{font-size:11px;color:#758494;line-height:1.9;margin-top:6px;white-space:pre-wrap;overflow-wrap:anywhere}.diagnostic-impact{display:flex;gap:18px;flex-wrap:wrap;margin-top:9px;font-size:10px;color:#8b98a6}.diagnostic-impact strong{color:#5d748b;font-weight:500;margin-left:6px}.diagnostics-clear{font-size:11px;color:#8195a8;display:flex;align-items:center;gap:7px;padding:15px 0 0}.breakdown-details{margin-top:18px;border-top:1px solid #e5eaf0;padding-top:13px}.breakdown-details>summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;color:#536f8e;font-size:12px;font-weight:500;padding:3px 0}.breakdown-details>summary::-webkit-details-marker{display:none}.breakdown-details>summary>span{display:flex;align-items:center;gap:6px}.breakdown-details[open]>summary svg{transform:rotate(90deg)}.breakdown-details>summary>small{font-size:10px;font-weight:400;color:#8da0b2}.breakdown-note{font-size:10px;color:#8a99a8;line-height:1.9;margin:13px 0}.breakdown-details th,.breakdown-details td{padding:10px 12px}.breakdown-details td:first-child{min-width:230px;font-size:11px}.breakdown-details td:not(:first-child){white-space:nowrap;font-size:11px}.breakdown-details th:not(:first-child),.breakdown-details td:not(:first-child){text-align:right}.breakdown-details .table-scroll{max-height:380px}.breakdown-details thead{position:sticky;top:0;z-index:1}.breakdown-details th{background:#f8fafc}@media(max-width:760px){.diagnostics-panel{padding:17px 14px}.diagnostics-heading{align-items:flex-start;flex-direction:column;gap:12px}.diagnostics-heading h2{font-size:14px}.diagnostics-intro{font-size:11px}.diagnostic-item{padding:12px 10px;gap:8px}.diagnostic-title h3{font-size:12px}.diagnostic-content>p{font-size:10px}.diagnostic-impact{gap:8px 14px;font-size:9px}.diagnostics-clear{align-items:flex-start;line-height:1.9}.breakdown-details td:first-child{min-width:200px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}@media print{.nav,.topbar,.page-heading,.stats-grid,.employee-panel,.page-footer,.section-top button,.calendar-legend,.day-detail,.busy-indicator,.filters{display:none!important}.main-shell{margin:0}main{padding:0}.review-layout{display:block}.calendar-day{min-height:90px}.app-shell{background:#fff}.employee-review{break-before:page}.calendar{border-color:#777}}.local-maps-connection .panel-heading h2{display:flex;align-items:center;gap:9px}.local-maps-connection>p{line-height:1.9;max-width:850px}.local-maps-form{display:flex;align-items:flex-start;gap:16px;max-width:780px}.local-maps-form .field{flex:1;min-width:0}.local-maps-form>button{margin-top:23px;white-space:nowrap}.local-maps-status{margin:14px 0 0!important;font-size:10px!important}.local-maps-message{display:flex;align-items:flex-start;gap:8px;margin-top:16px;padding:12px 14px;border-radius:6px;font-size:11px;line-height:1.8;overflow-wrap:anywhere}.local-maps-message svg{flex:none;margin-top:2px}.local-maps-message.success{background:#eff8f4;color:#477663;border:1px solid #d7eade}.local-maps-message.failure{background:#fff5f3;color:#a15f57;border:1px solid #efd8d3}@media(max-width:760px){.local-maps-form{flex-direction:column;align-items:stretch;gap:11px}.local-maps-form>button{margin-top:0}.local-maps-form .field>small{line-height:1.8}}.day-time-summary div>small{font-size:9px;color:#71859a;line-height:1.3;white-space:nowrap}.review-return{margin:0 0 8px}.review-return button{color:var(--blue)}.employee-panel .table-scroll{max-height:clamp(520px,70vh,850px)}.danger-button{color:#9b3030;border-color:#e4b9b9;background:#fff7f7}.danger-button:hover:not(:disabled){background:#ffecec;border-color:#cb8e8e}
