:root{--ink:#18312c;--ink-soft:#526963;--ink-faint:#81928d;--paper:#fff;--canvas:#f3f6f4;--line:#d9e3df;--line-strong:#c5d5cf;--accent:#14766b;--accent-dark:#0e5c54;--accent-soft:#e2f1ec;--accent-pale:#f1f8f5;--danger:#a34538;--shadow:0 16px 50px #21453d14;--radius:20px;--radius-small:13px}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--canvas);min-width:320px;color:var(--ink);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif}body{background:radial-gradient(circle at 10% 0%, #cae3da7a, transparent 28rem), linear-gradient(180deg, #f8faf9, var(--canvas) 32rem);min-height:100vh;margin:0}button,input,textarea{font:inherit}button{-webkit-tap-highlight-color:transparent}:is(button:focus-visible,input:focus-visible,textarea:focus-visible){outline-offset:2px;outline:3px solid #14766b2e}button:disabled{cursor:not-allowed;opacity:.48}.site-shell{min-height:100vh}.site-header{justify-content:space-between;align-items:center;gap:18px;width:min(1480px,100% - 40px);min-height:76px;margin:0 auto;display:flex}.brand{align-items:center;gap:11px;display:flex}.brand>span:last-child{gap:1px;display:grid}.brand strong{letter-spacing:.03em;font-size:16px}.brand small{color:var(--ink-faint);letter-spacing:.12em;font-size:10px}.brand-mark{background:var(--accent);color:#fff;border-radius:19px 7px 19px 19px;place-items:center;width:54px;height:54px;font-family:STKaiti,KaiTi,serif;font-size:24px;display:grid;box-shadow:0 10px 24px #14766b2e}.brand-mark.small{border-radius:14px 6px 14px 14px;width:39px;height:39px;font-size:18px}.header-actions{align-items:center;gap:10px;display:flex}.date-label{color:var(--ink-soft);font-size:11px}.button{cursor:pointer;border:0;border-radius:11px;min-height:41px;padding:0 16px;font-size:12px;font-weight:700;transition:all .15s}.button.primary{background:var(--accent);color:#fff;box-shadow:0 8px 20px #14766b29}.button.primary:hover:not(:disabled){background:var(--accent-dark);transform:translateY(-1px)}.button.ghost{border:1px solid var(--line);color:var(--ink-soft);background:#ffffffb8}.quick-nav{z-index:40;border-top:1px solid #d9e3dfcc;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px)saturate(150%);backdrop-filter:blur(18px)saturate(150%);scrollbar-width:none;background:#f8faf9e6;gap:6px;padding:8px max(20px,50% - 740px);display:flex;position:sticky;top:0;overflow-x:auto}.quick-nav::-webkit-scrollbar{display:none}.quick-nav button{min-height:35px;color:var(--ink-soft);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;flex:none;padding:0 13px;font-size:11px;font-weight:650}.quick-nav button:hover{border-color:var(--line);color:var(--accent-dark);background:#fff}.error-banner,.page-notice{border-radius:11px;width:min(900px,100% - 40px);margin:14px auto -8px;padding:11px 14px;font-size:12px}.error-banner{color:var(--danger);background:#fff4f2;border:1px solid #e6c7c2}.page-notice{background:var(--accent-pale);color:var(--accent-dark);border:1px solid #bee0d6}.deadline-notice{color:#704f18;background:#fffaf0;border:1px solid #e7d1a5;border-left:4px solid #d39b3c;border-radius:11px;width:min(1480px,100% - 40px);margin:14px auto -8px;padding:10px 14px;font-size:11px;font-weight:700}.workspace-layout{grid-template-columns:minmax(0,1fr) minmax(340px,420px);align-items:start;gap:20px;width:min(1480px,100% - 40px);margin:0 auto;padding:26px 0 70px;display:grid}.forms-column{gap:18px;min-width:0;display:grid}.work-section{border-radius:var(--radius);box-shadow:var(--shadow);background:#fffffff0;border:1px solid #cfdcd7eb;padding:22px;scroll-margin-top:68px}.section-heading{align-items:center;gap:12px;margin-bottom:17px;display:flex}.section-index{background:var(--accent-soft);width:38px;height:38px;color:var(--accent-dark);border-radius:12px;flex:none;place-items:center;font-family:Georgia,serif;font-size:11px;font-weight:750;display:grid}.section-heading h2{letter-spacing:-.02em;margin:0;font-size:18px}.section-heading p{color:var(--ink-faint);margin:3px 0 0;font-size:10px}.autosave-status{border:1px solid var(--line);min-height:30px;color:var(--ink-faint);white-space:nowrap;background:#f7faf8;border-radius:999px;align-items:center;gap:6px;margin-left:auto;padding:0 10px;font-size:10px;font-weight:750;transition:background-color .16s,border-color .16s,color .16s,box-shadow .16s;display:inline-flex;box-shadow:0 3px 10px #21453d0d}.autosave-status svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4px;width:14px;height:14px}.autosave-status.pending,.autosave-status.saving{color:#8b651e;background:#fffaf0;border-color:#e7d1a5}.autosave-status.saving svg{animation:.85s linear infinite status-spin}.autosave-status.saved{border-color:var(--accent);background:var(--accent);color:#fff;box-shadow:0 6px 16px #14766b33}.autosave-status.error{color:var(--danger);background:#fff4f2;border-color:#e6c7c2}@keyframes status-spin{to{transform:rotate(360deg)}}.name-search{gap:7px;width:100%;margin-bottom:18px;display:grid;position:relative}.name-search.menu-open{z-index:20}.name-label{align-items:baseline;gap:8px;padding-left:2px;display:flex}.name-label label{color:var(--ink);cursor:pointer;font-size:13px;font-weight:800}.name-label small{color:var(--ink-faint);font-size:10px;font-weight:500}.name-input-shell{border:1px solid var(--line-strong);background:#fff;border-radius:12px;align-items:center;width:100%;height:50px;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 7px #21453d0f}.name-input-shell:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px #14766b1f}.name-input-shell.confirmed{background:#f2f8f6;border-color:#70a99e}.name-search input{width:100%;height:100%;color:var(--ink);box-shadow:none;background:0 0;border:0;outline:0;padding:0 44px 0 14px;font-size:13px}.name-search input:focus-visible{outline:0}.name-input-shell.confirmed input{padding-right:132px}.name-dropdown-cue{inset-block:0;width:42px;color:var(--ink-soft);cursor:pointer;background:0 0;border:0;place-items:center;padding:0;display:grid;position:absolute;right:0}.name-dropdown-cue svg{width:18px;height:18px;transition:transform .16s}.name-dropdown-cue.open svg{transform:rotate(180deg)}.name-dropdown-cue svg path{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2px}.name-input-shell.confirmed .name-dropdown-cue{color:var(--accent-dark)}.name-dropdown-cue:focus-visible{outline:2px solid var(--accent);outline-offset:-4px;border-radius:9px}.name-confirmed{color:var(--accent-dark);align-items:center;gap:4px;font-size:10px;font-weight:800;display:inline-flex;position:absolute;top:50%;right:48px;transform:translateY(-50%)}.name-confirmed svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5px;width:13px;height:13px}.name-options{z-index:30;border:1px solid var(--line-strong);background:#fff;border-radius:12px;max-height:260px;margin:0;padding:6px;list-style:none;position:absolute;top:calc(100% + 7px);left:0;right:0;overflow-y:auto;box-shadow:0 14px 34px #1a3a3329}.name-option{width:100%;min-height:46px;color:var(--ink);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:space-between;align-items:center;padding:0 12px;font-size:13px;display:flex}.name-option:hover,.name-option.active{background:var(--accent-soft);color:var(--accent-dark)}.name-option[aria-selected=true]{color:var(--accent-dark);font-weight:800}.name-option-state{color:var(--accent);font-size:10px;font-weight:800}.name-options-empty{color:var(--ink-faint);padding:14px 12px;font-size:12px;line-height:1.55}.campus-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;display:grid}.campus-card{border:1px solid var(--line);background:#fafcfb;border-radius:15px;min-width:0;padding:13px}.campus-heading{justify-content:space-between;align-items:center;gap:8px;min-height:29px;margin-bottom:9px;display:flex}.campus-heading strong{font-size:12px}.campus-heading span{background:var(--accent-soft);color:var(--accent-dark);border-radius:999px;padding:3px 7px;font-size:8px;font-weight:700}.field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.therapy-fields{grid-template-columns:1fr}.number-field{background:#fff;border:1px solid #0000;border-radius:10px;justify-content:space-between;align-items:center;gap:7px;min-height:47px;padding:6px 7px 6px 10px;display:flex;box-shadow:0 2px 9px #21453d0a}.number-field:focus-within{box-shadow:0 0 0 3px var(--accent-soft);border-color:#8abbb2}.number-field>span:first-child{color:var(--ink-soft);font-size:10px;font-weight:650}.number-control{align-items:center;gap:3px;display:flex}.number-control input{background:var(--accent-pale);width:51px;height:33px;color:var(--accent-dark);text-align:center;-webkit-appearance:textfield;appearance:textfield;border:0;border-radius:8px;padding:0 4px;font-size:16px;font-weight:750}.number-control input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none}.number-control input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}.paste-field,.device-field textarea{resize:vertical;border:1px solid var(--line);width:100%;color:var(--ink);background:#fff;border-radius:10px;line-height:1.55}.paste-field{min-height:145px;padding:11px;font-family:SFMono-Regular,Consolas,monospace;font-size:10px}.paste-field::placeholder,.device-field textarea::placeholder,.name-search input::placeholder{color:#a6b5b1}.device-field{gap:5px;margin-top:9px;display:grid}.device-field>span{color:var(--ink-soft);font-size:10px;font-weight:700}.device-field textarea{min-height:68px;padding:9px 10px;font-size:11px}.summary-column{min-width:0;scroll-margin-top:68px}.summary-panel{border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;border:1px solid #cfdcd7eb;position:sticky;top:68px;overflow:hidden}.summary-heading{border-bottom:1px solid var(--line);background:linear-gradient(135deg,#fff,#f6faf8);justify-content:space-between;align-items:center;gap:12px;min-height:65px;padding:10px 14px 10px 18px;display:flex}.summary-heading>div{gap:2px;display:grid}.summary-heading strong{font-size:13px}.summary-heading small{color:var(--ink-faint);font-size:9px}.summary-output,.history-entry pre{color:#243c37;white-space:pre-wrap;word-break:break-word;background:linear-gradient(90deg,#0000 19px,#14766b14 20px,#0000 21px),#fff;margin:0;font-family:SFMono-Regular,Consolas,monospace;font-size:11px;line-height:1.72;overflow:auto}.summary-output{background:#fff;min-height:520px;max-height:calc(100vh - 180px);padding:21px}.summary-empty{min-height:420px;color:var(--ink-faint);text-align:center;place-content:center;padding:30px;font-size:11px;display:grid}.loading-screen{min-height:100vh;color:var(--ink-soft);place-content:center;justify-items:center;gap:14px;display:grid}.loading-screen p{margin:0;font-size:12px}.history-overlay{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#152a2575;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.history-modal{border:1px solid var(--line);background:#fff;border-radius:21px;width:min(980px,100%);max-height:min(760px,100vh - 40px);overflow:hidden;box-shadow:0 28px 100px #0f282240}.history-modal-heading,.history-entry-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.history-modal-heading{border-bottom:1px solid var(--line);min-height:66px;padding:0 20px}.history-modal-heading>div{gap:2px;display:grid}.history-modal-heading strong{font-size:14px}.history-modal-heading small{color:var(--ink-faint);font-size:9px}.history-modal-heading>button{color:var(--ink-soft);cursor:pointer;background:0 0;border:0;font-size:11px}.history-feed{background:#f4f8f6;gap:12px;max-height:calc(min(760px,100vh - 40px) - 66px);padding:14px;display:grid;overflow:auto}.history-entry{border:1px solid var(--line);background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 6px 20px #21453d0f}.history-entry-heading{border-bottom:1px solid var(--line);min-height:58px;padding:8px 12px 8px 17px}.history-entry-heading>div{gap:2px;display:grid}.history-entry-heading strong{font-size:12px}.history-entry-heading small{color:var(--ink-faint);font-size:9px}.history-entry pre{min-height:120px;max-height:420px;padding:18px 20px}.history-empty{min-height:300px;color:var(--ink-faint);place-content:center;font-size:12px;display:grid}@media (max-width:1180px){.workspace-layout{grid-template-columns:1fr}.summary-panel{position:static}.summary-output{min-height:360px;max-height:none}.summary-empty{min-height:240px}}@media (max-width:800px){.site-header{width:calc(100% - 24px);min-height:68px}.date-label{display:none}.deadline-notice{width:calc(100% - 20px);margin-top:10px}.quick-nav{padding-inline:10px}.workspace-layout{width:calc(100% - 20px);padding-top:14px}.work-section{border-radius:17px;padding:16px}.campus-grid{grid-template-columns:1fr}.campus-card{padding:12px}.field-grid,.therapy-fields{grid-template-columns:repeat(3,minmax(0,1fr))}.paste-field{min-height:115px}}@media (max-width:560px){.brand strong{font-size:16px}.brand small{display:none}.header-actions .button{min-height:40px;padding:0 12px;font-size:13px}.quick-nav button{min-height:42px;padding-inline:12px;font-size:14px}.deadline-notice{font-size:13px;line-height:1.5}.section-index{font-size:13px}.section-heading h2{font-size:20px}.section-heading p{font-size:12px;line-height:1.45}.autosave-status{font-size:11px}.name-label label{font-size:16px}.name-label small{font-size:12px}.name-input-shell{height:56px}.name-search input{font-size:16px}.name-confirmed{font-size:12px;right:50px}.name-dropdown-cue{width:46px}.name-dropdown-cue svg{width:20px;height:20px}.name-options{max-height:266px;padding:5px}.name-option{min-height:52px;padding:0 13px;font-size:15px}.name-option-state{font-size:11px}.name-options-empty{padding:15px 13px;font-size:13px}.campus-heading strong{font-size:15px}.campus-heading span{font-size:10px}.field-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.therapy-fields{grid-template-columns:1fr}.number-field{min-height:50px}.number-field>span:first-child{font-size:13px}.number-control input{font-size:18px}.paste-field,.device-field>span{font-size:13px}.device-field textarea{min-height:78px;font-size:14px}.summary-heading strong{font-size:16px}.summary-heading small{font-size:11px}.summary-output,.history-entry pre{font-size:14px}.summary-empty{font-size:13px}.history-overlay{padding:8px}.history-modal{max-height:calc(100vh - 16px)}.history-feed{max-height:calc(100vh - 82px);padding:8px}.history-entry pre{max-height:none;padding:16px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.register-shell{color:#18312c;background:radial-gradient(circle at 0 0,#c0ddd39e,#0000 28rem),linear-gradient(#f7faf9 0,#eef4f1 46rem,#f7faf9 100%);min-height:100vh}.register-header,.register-main{width:min(1220px,100% - 40px);margin:0 auto}.register-header{justify-content:space-between;align-items:center;gap:16px;min-height:78px;display:flex}.register-brand{color:inherit;align-items:center;gap:11px;text-decoration:none;display:flex}.register-brand-mark{color:#fff;background:#14766b;border-radius:16px 7px 16px 16px;place-items:center;width:48px;height:48px;font-family:STKaiti,KaiTi,serif;font-size:22px;display:grid;box-shadow:0 10px 24px #14766b33}.register-brand>span:last-child{gap:2px;display:grid}.register-brand strong{letter-spacing:.06em;font-size:15px}.register-brand small{color:#81928d;letter-spacing:.14em;font-size:9px}.register-header-actions{align-items:center;gap:10px;display:flex}.register-link-button{color:#526963;background:#ffffffbf;border:1px solid #d6e2dd;border-radius:10px;min-height:38px;padding:0 12px;font-size:12px;font-weight:700;line-height:38px;text-decoration:none}.register-security-note{color:#7e908b;font-size:10px;font-weight:700}.register-main{padding:18px 0 48px}.register-hero{background:#ffffffdb;border:1px solid #cbdcd5eb;border-radius:24px;justify-content:space-between;align-items:flex-end;gap:24px;padding:35px 38px 31px;display:flex;box-shadow:0 18px 55px #21453d17}.register-eyebrow{color:#14766b;letter-spacing:.13em;margin:0 0 8px;font-size:10px;font-weight:800}.register-hero h1,.register-view-heading h2,.statistics-group-heading h2{color:#18312c;letter-spacing:-.035em;margin:0}.register-hero h1{font-size:clamp(25px,3vw,36px)}.register-hero p:not(.register-eyebrow){color:#5d746d;max-width:650px;margin:10px 0 0;font-size:13px;line-height:1.7}.register-hero-status{text-align:right;justify-items:end;gap:8px;min-width:112px;display:grid}.register-hero-status small{color:#81928d;white-space:nowrap;font-size:10px}.report-state{color:#637871;background:#eef3f1;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:11px;font-weight:800;display:inline-flex}.report-state.draft{color:#8a651f;background:#fff5df}.report-state.submitted{color:#0e5c54;background:#dff1eb}.register-tabs{background:#ffffffb8;border:1px solid #d8e4df;border-radius:14px;gap:5px;margin:0 0 12px;padding:6px;display:flex;overflow-x:auto}.register-tabs button{color:#617770;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:10px;min-height:40px;padding:0 17px;font-size:12px;font-weight:750}.register-tabs button:hover{color:#0e5c54;background:#f1f8f5}.register-message{border-radius:12px;margin:0 0 18px;padding:12px 14px;font-size:12px;line-height:1.55}.register-message.error{color:#a34538;background:#fff4f2;border:1px solid #e6c7c2}.register-message.success{color:#0e5c54;background:#eff9f5;border:1px solid #bee0d6}.register-entry-view,.register-calendar-view,.register-statistics-view{background:#ffffffe8;border:1px solid #cfdcd7f0;border-radius:22px;padding:20px;box-shadow:0 16px 50px #21453d12}.register-date-bar{background:#f5faf7;border:1px solid #d8e5df;border-radius:13px;align-items:center;gap:16px;margin-bottom:18px;padding:13px 14px;display:flex}.register-date-bar label{flex:none;gap:4px;display:grid}.register-date-bar label span{color:#657a73;font-size:10px;font-weight:750}.register-date-bar input,.statistics-controls input,.statistics-controls select{color:#18312c;background:#fff;border:1px solid #cbdad4;border-radius:9px;min-height:37px;padding:0 10px;font-size:12px;font-weight:700}.register-date-description{gap:3px;min-width:0;display:grid}.register-date-description strong{font-size:14px}.register-date-description span{color:#6e837c;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1.45;overflow:hidden}.register-today-button{color:#14766b;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:8px;min-height:34px;margin-left:auto;padding:0 10px;font-size:11px;font-weight:800}.register-progress-card{background:#fafdfb;border:1px solid #d8e4df;border-radius:13px;gap:9px;margin-bottom:17px;padding:13px 15px;display:grid}.register-progress-card>div:first-child{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.register-progress-card strong{font-size:13px}.register-progress-card span{color:#72867f;font-size:11px}.register-progress-track{background:#e7efeb;border-radius:999px;height:6px;overflow:hidden}.register-progress-track span{border-radius:inherit;background:linear-gradient(90deg,#1a877a,#64b6a8);height:100%;transition:width .18s;display:block}.register-readonly{color:#795918;background:#fffaf0;border:1px solid #e9d5a8;border-radius:10px;margin-bottom:16px;padding:11px 13px;font-size:12px}.register-loading{color:#71857e;place-content:center;min-height:230px;font-size:13px;display:grid}.register-group{border:1px solid #d8e4df;border-radius:16px;margin-top:19px;overflow:hidden}.register-group-heading,.statistics-group-heading{background:linear-gradient(135deg,#fbfdfc,#f1f8f5);border-bottom:1px solid #d8e4df;justify-content:space-between;align-items:center;gap:16px;min-height:68px;padding:12px 17px;display:flex}.register-group-heading p,.statistics-group-heading p{color:#7a8c86;margin:4px 0 0;font-size:10px}.register-total-chip,.statistics-group-heading>span{color:#0e5c54;white-space:nowrap;background:#e1f1eb;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:800}.register-table-scroll{overflow-x:auto}.register-table,.statistics-table{border-collapse:collapse;background:#fff;width:100%;min-width:680px}.register-table th,.register-table td,.statistics-table th,.statistics-table td{text-align:center;border-bottom:1px solid #e2ebe6;border-right:1px solid #e4ece8;min-width:92px;padding:10px 8px}.register-table thead th,.statistics-table thead th{color:#526963;white-space:nowrap;background:#f7faf8;font-size:11px;font-weight:800}.register-table th:first-child,.statistics-table th:first-child{z-index:2;text-align:left;background:#fcfefd;min-width:150px;position:sticky;left:0}.register-table thead th:first-child,.statistics-table thead th:first-child{z-index:3;background:#f7faf8}.register-table tbody th,.statistics-table tbody th{color:#27423b;font-size:12px;font-weight:750}.register-table td:last-child,.register-table th:last-child,.statistics-table td:last-child,.statistics-table th:last-child{border-right:0}.register-table tbody tr:last-child td,.register-table tbody tr:last-child th,.statistics-table tbody tr:last-child td,.statistics-table tbody tr:last-child th{border-bottom:0}.register-table tfoot th,.register-table tfoot td,.statistics-table tfoot th,.statistics-table tfoot td{color:#0e5c54;background:#eaf6f1;border-top:2px solid #9dc8bd;border-bottom:0;font-size:12px;font-weight:850}.register-table tfoot th:first-child,.statistics-table tfoot th:first-child{background:#eaf6f1}.register-subtotal{font-variant-numeric:tabular-nums}.register-staff-cell{justify-content:space-between;align-items:center;gap:6px;display:flex}.staff-status{cursor:pointer;border:0;border-radius:7px;min-width:31px;min-height:24px;padding:0 6px;font-size:10px;font-weight:850}.staff-status.working{color:#0e5c54;background:#e5f3ee}.staff-status.rest{color:#79665a;background:#f1ede9}.register-number-input{color:#0e5c54;text-align:center;-webkit-appearance:textfield;appearance:textfield;background:#f2f8f5;border:1px solid #0000;border-radius:8px;width:100%;min-width:58px;min-height:35px;padding:0 6px;font-size:14px;font-weight:800}.register-number-input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none}.register-number-input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}.register-number-input:focus{border-color:#65a99d;outline:0;box-shadow:0 0 0 3px #14766b1f}.register-number-input::placeholder{color:#a0b2ac;font-size:10px;font-weight:650}.register-name-input{text-align:left;min-width:0;padding-inline:9px}.register-new-row-label{color:#fff;letter-spacing:.03em;background:#14766b;border-radius:999px;align-items:center;min-height:21px;margin:0 0 6px;padding:0 7px;font-size:10px;font-weight:850;display:inline-flex}.register-active-input{background:#fff;border-color:#67aa9e;min-height:42px;box-shadow:inset 0 0 0 1px #14766b14}.register-active-input:focus{border-color:#14766b;box-shadow:0 0 0 3px #14766b29}.register-table tr.is-resting td{background:#fbfaf8}.rest-cell{color:#92796c;font-size:12px;font-weight:850}.register-autosave{color:#7b9088;margin-top:5px;font-size:10px;font-weight:650;line-height:1.3;display:block}.register-add-row td{text-align:left;background:#fbfdfc;padding:10px 12px}.register-add-row button{min-height:36px;padding:0 12px}.register-add-row span{color:#7b8e88;margin-left:10px;font-size:11px}.register-table tr.register-new-row th,.register-table tr.register-new-row td{background:#eaf8f2}.register-table tr.register-new-row th:first-child{background:#eaf8f2;box-shadow:inset 4px 0 #14766b}.register-table tr.register-new-row .register-autosave{color:#28776b}.register-rule-card{color:#70501a;background:#fffaf0;border:1px solid #e7d1a5;border-left:4px solid #d39b3c;border-radius:12px;margin-top:18px;padding:13px 15px}.register-rule-card strong{font-size:12px}.register-rule-card p{margin:5px 0 0;font-size:12px;line-height:1.6}.register-save-bar{background:#f5faf7;border:1px solid #cadcd5;border-radius:15px;justify-content:space-between;align-items:center;gap:18px;margin-top:18px;padding:16px 17px;display:flex}.register-save-bar>div:first-child{gap:4px;display:grid}.register-save-bar strong{font-size:13px}.register-save-bar span{color:#6f827c;font-size:11px}.register-save-actions{flex:none;gap:9px;display:flex}.register-button{cursor:pointer;border-radius:10px;min-height:41px;padding:0 14px;font-size:12px;font-weight:800}.register-button.primary{color:#fff;background:#14766b;border:1px solid #14766b;box-shadow:0 7px 18px #14766b2e}.register-button.primary:hover:not(:disabled){background:#0e5c54}.register-button.ghost{color:#41645b;background:#fff;border:1px solid #c8dad3}.register-button:disabled,.staff-status:disabled{cursor:not-allowed;opacity:.52}.register-view-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px;display:flex}.register-view-heading h2{font-size:24px}.register-view-heading p:not(.register-eyebrow){color:#647971;margin:7px 0 0;font-size:12px;line-height:1.65}.calendar-controls{align-items:center;gap:11px;display:flex}.calendar-controls strong{text-align:center;min-width:88px;font-size:13px}.calendar-controls button{color:#0e5c54;cursor:pointer;background:#fff;border:1px solid #d1ded8;border-radius:9px;place-items:center;width:34px;height:34px;font-size:24px;line-height:1;display:grid}.calendar-legend{color:#657a73;flex-wrap:wrap;gap:14px;margin-bottom:14px;font-size:11px;display:flex}.calendar-legend span{align-items:center;gap:5px;display:inline-flex}.calendar-legend i{background:#e4ebe8;border-radius:50%;width:8px;height:8px;display:inline-block}.calendar-legend i.draft{background:#e2af54}.calendar-legend i.submitted{background:#1c957f}.register-calendar{background:#dfe9e5;border:1px solid #d8e4df;border-radius:15px;grid-template-columns:repeat(7,minmax(0,1fr));gap:1px;display:grid;overflow:hidden}.calendar-weekday{color:#657a73;text-align:center;background:#f5f9f7;padding:10px 5px;font-size:10px;font-weight:800}.calendar-blank{background:#fafcfb;min-height:107px}.calendar-day{color:#18312c;text-align:left;cursor:pointer;background:#fff;border:0;align-content:start;gap:4px;min-height:107px;padding:10px;display:grid}.calendar-day:hover{background:#f0faf6}.calendar-day strong{font-size:14px}.calendar-day small{color:#889993;font-size:10px;font-weight:700}.calendar-day span{color:#80928c;font-size:9px}.calendar-day.draft{box-shadow:inset 3px 0 #d7a54d}.calendar-day.draft small{color:#966c1c}.calendar-day.submitted{box-shadow:inset 3px 0 #1a927c}.calendar-day.submitted small{color:#0e6b5d}.calendar-day.today strong{color:#14766b}.calendar-day.selected{outline-offset:-2px;background:#e6f4ee;outline:2px solid #14766b}.statistics-controls{align-items:center;gap:8px;display:flex}.statistics-period-toggle{background:#fff;border:1px solid #cfddd7;border-radius:9px;padding:3px;display:flex}.statistics-period-toggle button{color:#657a73;cursor:pointer;background:0 0;border:0;border-radius:6px;min-height:30px;padding:0 9px;font-size:11px;font-weight:800}.statistics-period-toggle button.active{color:#0e5c54;background:#e4f2ec}.statistics-summary{color:#5f756d;background:#f6faf8;border:1px solid #d7e4de;border-radius:13px;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:18px;padding:13px 15px;font-size:11px;display:flex}.statistics-summary strong{color:#0e5c54;font-size:15px}.statistics-summary small{color:#84958f;margin-left:auto}.statistics-groups{gap:17px;display:grid}.statistics-group{border:1px solid #d8e4df;border-radius:16px;overflow:hidden}.statistics-table td{color:#27423b;font-variant-numeric:tabular-nums;font-size:12px}.staff-settings{background:#ffffffe8;border:1px solid #cfdcd7f0;border-radius:22px;padding:24px;box-shadow:0 16px 50px #21453d12}.staff-settings-notice{color:#70501a;background:#fffaf0;border:1px solid #e7d1a5;border-left:4px solid #d39b3c;border-radius:11px;margin-bottom:18px;padding:11px 13px;font-size:12px;line-height:1.6}.staff-settings-groups{gap:16px;display:grid}.staff-settings-group{background:#fff;border:1px solid #d8e4df;border-radius:15px;overflow:hidden}.staff-settings-group>header{background:linear-gradient(135deg,#fbfdfc,#f1f8f5);border-bottom:1px solid #d8e4df;justify-content:space-between;align-items:center;gap:14px;padding:13px 16px;display:flex}.staff-settings-group h3{color:#27423b;margin:0;font-size:14px}.staff-settings-group p{color:#778b84;margin:4px 0 0;font-size:10px;line-height:1.45}.staff-settings-group>header>span{color:#0e5c54;white-space:nowrap;background:#e1f1eb;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:800}.staff-settings-list{gap:8px;padding:13px 16px;display:grid}.staff-settings-row{align-items:center;gap:8px;display:flex}.staff-settings-row input,.staff-add-row input{color:#18312c;background:#fbfdfc;border:1px solid #cbdad4;border-radius:9px;flex:1;min-width:0;min-height:37px;padding:0 10px;font-size:12px;font-weight:700}.staff-settings-row input:focus,.staff-add-row input:focus{border-color:#65a99d;outline:0;box-shadow:0 0 0 3px #14766b1f}.staff-settings-row button,.staff-add-row button,.staff-inactive-list button{color:#41645b;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #c8dad3;border-radius:8px;min-height:35px;padding:0 10px;font-size:11px;font-weight:800}.staff-settings-row button:hover:not(:disabled),.staff-add-row button:hover:not(:disabled),.staff-inactive-list button:hover:not(:disabled){color:#0e5c54;background:#f1f8f5;border-color:#91bbb1}.staff-settings-row button.subtle-danger{color:#aa5043;border-color:#e7c5bf}.staff-settings-row button.subtle-danger:hover:not(:disabled){color:#913f34;background:#fff5f3;border-color:#d6948a}.staff-settings-row button:disabled,.staff-add-row button:disabled,.staff-inactive-list button:disabled{cursor:not-allowed;opacity:.52}.staff-empty{color:#8b9b96;padding:5px 0;font-size:12px}.staff-inactive-list{background:#fbfcfb;border-top:1px dashed #dde7e2;flex-wrap:wrap;align-items:center;gap:7px;padding:10px 16px;display:flex}.staff-inactive-list>span{color:#83948e;font-size:11px;font-weight:750}.staff-inactive-list button{color:#687b75;min-height:30px}.staff-add-row{background:#f6faf8;border-top:1px solid #dfe8e4;gap:8px;padding:13px 16px;display:flex}.staff-add-row button{color:#fff;background:#14766b;border-color:#14766b}.staff-add-row button:hover:not(:disabled){color:#fff;background:#0e5c54;border-color:#0e5c54}@media (max-width:760px){.register-header,.register-main{width:calc(100% - 16px)}.register-header{min-height:66px}.register-security-note{display:none}.register-hero{border-radius:19px;padding:24px 20px 20px;display:grid}.register-hero-status{text-align:left;justify-items:start}.register-main{padding-top:10px;padding-bottom:26px}.register-tabs{border-radius:12px;gap:3px;margin-bottom:9px;padding:4px}.register-tabs button{flex:1 0 auto;min-height:42px;padding:0 12px;font-size:11px}.register-entry-view,.register-calendar-view,.register-statistics-view,.staff-settings{border-radius:15px;padding:12px}.register-date-bar{gap:10px;display:grid}.register-date-description span{white-space:normal}.register-today-button{justify-self:start;margin-left:0}.register-save-bar,.register-view-heading{flex-direction:column;align-items:flex-start}.register-save-actions{width:100%}.register-save-actions .register-button{flex:1}.calendar-controls,.statistics-controls{justify-content:space-between;width:100%}.calendar-controls strong{flex:1}.calendar-blank,.calendar-day{min-height:78px;padding:7px}.calendar-day small{font-size:9px}.calendar-day span{display:none}.calendar-weekday{font-size:9px}.statistics-summary small{width:100%;margin-left:0}.register-table-scroll{-webkit-overflow-scrolling:touch;margin-inline:-12px;padding-inline:12px}.register-table,.statistics-table{min-width:610px}.register-table th,.register-table td,.statistics-table th,.statistics-table td{min-width:78px;padding:8px 6px}.register-table th:first-child,.statistics-table th:first-child{min-width:136px}.register-number-input{min-height:42px;font-size:16px}.register-active-input{min-height:46px}.staff-status{min-width:40px;min-height:36px;padding:0 7px;font-size:11px}.register-add-row td{padding:11px 10px}.register-add-row span{margin:7px 0 0;line-height:1.4;display:block}.register-autosave{font-size:10px}.staff-settings-row,.staff-add-row{flex-wrap:wrap;align-items:stretch}.staff-settings-row input,.staff-add-row input{flex-basis:100%}.staff-settings-row button,.staff-add-row button{flex:1}}@media (max-width:430px){.register-brand strong{font-size:13px}.register-brand-mark{width:40px;height:40px;font-size:19px}.register-link-button{min-height:34px;padding:0 9px;font-size:11px;line-height:34px}.register-tabs{margin-inline:-2px}.register-tabs button{padding:0 10px;font-size:11px}.register-hero h1{font-size:24px}.register-table,.statistics-table{min-width:590px}.register-table th:first-child,.statistics-table th:first-child{min-width:126px}}.register-shell{color:#213c36;background:#f3f6f5}.register-main{width:min(1240px,100% - 48px);padding-top:28px}.workload-topbar{justify-content:space-between;align-items:center;gap:18px;padding:0 3px 22px;display:flex}.workload-topbar p{color:#647b74;letter-spacing:.08em;margin:0 0 5px;font-size:12px}.workload-topbar h1{letter-spacing:-.025em;margin:0;font-size:27px;font-weight:750}.workload-save-indicator{color:#526f65;align-items:center;gap:7px;font-size:12px;display:flex}.workload-save-indicator:before{content:"";background:#3a8a74;border-radius:50%;width:6px;height:6px}.workload-save-indicator.has-error{color:#aa553d}.register-tabs{background:#e6ece9;border:0;border-radius:12px;grid-template-columns:repeat(4,minmax(0,1fr));max-width:680px;margin-bottom:22px;padding:5px;display:grid;overflow:visible}.register-tabs button{border-radius:8px;min-height:44px;padding:0 12px;font-size:14px}.register-tabs button.active{color:#175e51;background:#fff;box-shadow:0 2px 6px #253f3610}.register-tabs button:hover{background:#f5f8f6}.register-shell button:focus-visible{outline-offset:3px;outline:3px solid #4e9c89}.register-shell a:focus-visible{outline-offset:3px;outline:3px solid #4e9c89}.daily-table-scroll:focus-visible{outline-offset:3px;outline:3px solid #4e9c89}.register-shell button:disabled{opacity:.5;cursor:wait}.register-entry-view,.register-calendar-view,.register-statistics-view{box-shadow:none;background:#fff;border-color:#e0e8e3;border-radius:16px;padding:24px}.register-date-bar{background:#f7f9f8;border:1px solid #e3eae6;padding:14px 16px}.register-date-bar label span{font-size:12px}.register-date-bar input{min-height:42px;font-size:14px}.register-date-description span{white-space:normal;font-size:12px}.register-today-button{min-height:42px;font-size:13px}.register-group{border-color:#dfe8e2;border-radius:12px}.register-group-heading,.statistics-group-heading{background:#f8faf9;min-height:68px}.register-group-heading h2,.statistics-group-heading h2{font-size:16px}.register-group-heading p,.statistics-group-heading p{font-size:12px}.register-table thead th,.statistics-table thead th{padding-block:13px;font-size:12px}.register-table tfoot td,.register-table tfoot th,.statistics-table tfoot td,.statistics-table tfoot th{padding-block:13px;font-size:14px}.register-number-input{background:#f4f7f5;border-color:#e5ece7;min-height:40px}.register-number-input::placeholder{font-size:12px}.register-autosave{font-size:11px}.register-add-row td{padding-block:16px}.register-add-row span{font-size:12px}.register-button{justify-content:center;align-items:center;gap:6px;min-height:42px;text-decoration:none;display:inline-flex}.daily-dashboard{padding-bottom:20px}.daily-heading{justify-content:space-between;align-items:center;gap:18px;padding:2px 0 22px;display:flex}.daily-kicker{letter-spacing:.1em;color:#377968!important;margin:0 0 7px!important;font-size:12px!important}.daily-heading h2{letter-spacing:-.04em;margin:0;font-size:28px;font-weight:740}.daily-heading p{color:#6c7f77;margin:8px 0 0;font-size:13px}.daily-export{white-space:nowrap;border-radius:10px;min-height:46px;padding:0 21px;font-size:14px;box-shadow:0 5px 12px #14766b15}.daily-actions{align-items:center;gap:10px;display:flex}.daily-filterbar{background:#fff;border:1px solid #e0e7e3;border-radius:12px;justify-content:space-between;align-items:center;gap:15px;padding:14px 18px;display:flex}.daily-date-label{color:#65796f;white-space:nowrap;align-items:center;gap:12px;font-size:13px;display:flex}.daily-date-label input{min-width:152px;min-height:42px;font:inherit;color:#254c40;background:#fbfcfb;border:1px solid #dce5df;border-radius:8px;padding:0 10px}.daily-freshness{color:#74857d;align-items:center;gap:12px;font-size:12px;display:flex}.daily-text-button{color:#1a7560;cursor:pointer;white-space:nowrap;background:0 0;border:0;padding:10px 0;font-size:13px;font-weight:650}.daily-report-caption{justify-content:space-between;align-items:baseline;gap:14px;margin:22px 0 14px;display:flex}.daily-report-caption h3{margin:0;font-size:16px;font-weight:650}.daily-report-caption>span{color:#778980;font-size:12px}.daily-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.daily-kpi{background:#fff;border:1px solid #dfe7e2;border-radius:13px;padding:21px 21px 18px;position:relative;overflow:hidden}.daily-kpi:first-child{background:#edf5f0;border-color:#cdded2}.daily-kpi p{color:#4f6b60;margin:0;font-size:14px;font-weight:650}.daily-kpi>div{align-items:baseline;gap:7px;margin:13px 0 7px;display:flex}.daily-kpi strong{color:#235f4c;font-variant-numeric:tabular-nums;letter-spacing:-.035em;font-size:39px;font-weight:650;line-height:1.15}.daily-kpi>div>span{color:#76897e;font-size:12px}.daily-kpi small{color:#6e8276;min-height:33px;font-size:11px;line-height:1.5;display:block}.daily-kpi-state{color:#668171;background:#f1f5f2;border-radius:5px;margin-top:10px;padding:4px 7px;font-size:10px;display:inline-block}.daily-kpi-state.partial{color:#9a732e;background:#fbf3e3}.daily-completeness{background:#eaf2ed;border:1px solid #d8e5dc;border-radius:11px;justify-content:space-between;align-items:center;gap:16px;margin:17px 0 27px;padding:16px 19px;display:flex}.daily-completeness.incomplete{background:#fcf7ec;border-color:#ebe1c9}.daily-completeness strong{font-size:13px;font-weight:650}.daily-completeness p{color:#788477;margin:6px 0 0;font-size:12px;line-height:1.5}.daily-section-title{justify-content:space-between;align-items:end;gap:14px;margin-bottom:14px;display:flex}.daily-section-title h3{margin:0 0 6px;font-size:18px}.daily-section-title p,.daily-legend{color:#74867b;margin:0;font-size:12px;line-height:1.5}.daily-report-groups{gap:18px;display:grid}.daily-report-group{background:#fff;border:1px solid #dee7e0;border-radius:14px;overflow:hidden}.daily-group-title{justify-content:space-between;align-items:center;gap:12px;padding:19px 21px;display:flex}.daily-group-title>div{align-items:center;gap:11px;display:flex}.daily-group-index{color:#407860;background:#edf4ef;border-radius:8px;place-items:center;width:28px;height:28px;font-size:12px;font-weight:700;display:grid}.daily-group-title h4{margin:0;font-size:16px}.daily-group-title>span{color:#788980;font-size:12px}.daily-group-metrics{grid-template-columns:repeat(6,minmax(0,1fr));gap:6px;padding:0 15px 17px;display:grid}.group-physical .daily-group-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.daily-group-metrics>div{background:#f6f8f6;border-radius:8px;flex-flow:column wrap;gap:8px;padding:14px 12px;display:flex}.daily-group-metrics span{color:#6d7f72;font-size:11px}.daily-group-metrics strong{color:#305c46;font-variant-numeric:tabular-nums;font-size:24px;font-weight:650}.daily-group-metrics small{color:#967c4c;font-size:10px}.daily-table-scroll{-webkit-overflow-scrolling:touch;overflow:auto}.daily-detail-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:740px}.daily-detail-table th,.daily-detail-table td{text-align:center;word-break:break-word;font-variant-numeric:tabular-nums;border-bottom:1px solid #e9eee9;padding:15px 10px;font-size:13px}.daily-detail-table thead th{color:#738276;background:#f8faf8;font-size:11px;font-weight:550}.daily-detail-table th:first-child{text-align:left;z-index:1;background:#fff;width:122px;padding-left:22px;position:sticky;left:0}.daily-detail-table thead th:first-child{background:#f8faf8}.daily-detail-table tbody tr:nth-child(2n){background:#fafcfb}.daily-detail-table tbody th{font-size:13px;font-weight:600}.daily-detail-table td.daily-missing{color:#a8946f;font-size:11px}.daily-detail-table td.daily-empty-row{color:#9aa89d;padding:26px;font-size:12px}.daily-detail-table tfoot th,.daily-detail-table tfoot td{color:#386248;background:#eef5ef;border:0;font-weight:650}.daily-detail-table tfoot th:first-child{background:#eef5ef}.daily-row-badge{white-space:nowrap;border-radius:5px;padding:4px 8px;font-size:10px;display:inline-block}.daily-row-badge.complete{color:#4b7c5b;background:#edf5ee}.daily-row-badge.partial{color:#a28443;background:#faf4e6}.daily-row-badge.rest{color:#8a8376;background:#f1efeb}.daily-rest-row td{color:#968c7b}.daily-scope-note{color:#809083;margin-top:18px;padding:0 4px;font-size:11px;line-height:1.9}.daily-image-dialog{color:#244337;background:#f0f3f1;border:0;border-radius:16px;width:min(1180px,94vw);max-height:92dvh;padding:0;box-shadow:0 25px 90px #122c2950}.daily-image-dialog::backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#122c2970}.daily-image-toolbar{z-index:1;background:#fff;border-bottom:1px solid #dce5df;justify-content:space-between;align-items:center;gap:20px;padding:18px 22px;display:flex;position:sticky;top:0}.daily-image-toolbar h2{margin:0;font-size:17px}.daily-image-toolbar p{color:#7c8b80;margin:6px 0 0;font-size:12px}.daily-image-content{padding:22px}.daily-image-content img{width:100%;height:auto;display:block;box-shadow:0 4px 24px #304b3712}@media (max-width:1000px){.daily-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.daily-group-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.register-main{width:calc(100% - 28px);padding-top:21px}.workload-topbar{padding-bottom:18px}.workload-topbar h1{font-size:23px}.workload-save-indicator{font-size:10px}.register-tabs{gap:1px;margin:0 0 20px}.register-tabs button{min-height:44px;padding:0 5px;font-size:12px}.register-entry-view,.register-calendar-view,.register-statistics-view{padding:14px}.register-date-bar{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"picker picker""caption today""help help";align-items:center;gap:10px 12px;padding:14px;display:grid}.register-date-bar label{grid-area:picker;width:100%;min-width:0}.register-date-bar input{box-sizing:border-box;text-align:left;-webkit-appearance:none;appearance:none;width:100%;min-width:0;max-width:100%;min-height:44px;font-size:16px;display:block}.register-date-bar input::-webkit-date-and-time-value{text-align:left;min-height:1.4em}.register-date-description{display:contents}.register-date-description strong{grid-area:caption;min-width:0;font-size:14px;line-height:1.5}.register-date-description span{white-space:normal;text-overflow:clip;grid-area:help;min-width:0;font-size:12px;line-height:1.65;overflow:visible}.register-today-button{white-space:nowrap;background:#fff;border:1px solid #c9ddd3;border-radius:8px;grid-area:today;justify-self:end;min-height:40px;margin:0;padding:0 10px}.daily-heading{align-items:end;gap:10px;padding-bottom:18px}.daily-heading h2{font-size:26px}.daily-heading>div>p:last-child{max-width:190px;font-size:12px;line-height:1.5}.daily-export{padding:0 14px;font-size:13px}.daily-filterbar{flex-wrap:wrap;gap:6px;padding:12px}.daily-filterbar>.daily-actions{grid-template-columns:minmax(0,1fr) auto;gap:10px;width:100%;min-width:0;display:grid}.daily-date-label{grid-template-columns:auto minmax(0,1fr);gap:8px;min-width:0;font-size:12px;display:grid}.daily-date-label input{box-sizing:border-box;-webkit-appearance:none;appearance:none;width:100%;min-width:0;max-width:100%;font-size:16px;display:block}.daily-date-label input::-webkit-date-and-time-value{text-align:left;min-height:1.4em}.daily-freshness{justify-content:space-between;width:100%;font-size:11px}.daily-report-caption{flex-direction:column;align-items:start;gap:6px}.daily-kpis{gap:10px}.daily-kpi{padding:16px 14px 13px}.daily-kpi p{font-size:13px}.daily-kpi strong{font-size:34px}.daily-kpi small{min-height:30px;font-size:10px}.daily-completeness{gap:10px;padding:14px}.daily-completeness p{font-size:11px}.daily-completeness .daily-text-button{font-size:12px}.daily-section-title{flex-direction:column;align-items:start;gap:8px}.daily-group-title{padding:16px 14px}.daily-group-title h4{font-size:14px}.daily-group-title>span{font-size:10px}.daily-group-title>div{gap:8px}.daily-group-metrics{gap:5px;padding:0 10px 12px}.daily-group-metrics>div{padding:12px 9px}.daily-group-metrics span{font-size:10px}.daily-group-metrics strong{font-size:22px}.daily-table-scroll:before{content:"左右滑动查看完整明细";color:#85968a;padding:5px 14px 10px;font-size:10px;display:block;position:sticky;left:0}.daily-image-dialog{border-radius:12px;width:96vw;max-width:96vw}.daily-image-toolbar{flex-wrap:wrap;gap:12px;padding:14px}.daily-image-toolbar .daily-actions{width:100%}.daily-image-toolbar .daily-actions>*{flex:1}.daily-image-content{padding:10px}}@media (max-width:359px){.register-main{width:calc(100% - 20px)}.register-tabs button{padding:0 3px;font-size:11px}.daily-heading{flex-wrap:wrap}.daily-export{width:100%}.daily-completeness{flex-direction:column;align-items:start}}.daily-automation-note{color:#4e715d;background:#eaf2ec;border-radius:10px;justify-content:space-between;align-items:center;gap:16px;margin:14px 0 20px;padding:14px 18px;display:flex}.daily-automation-note strong{font-size:12px}.daily-automation-note p{color:#6f8877;margin:5px 0 0;font-size:11px;line-height:1.6}.daily-automation-note>span{white-space:nowrap;font-size:11px}.daily-automation-note .register-button{white-space:nowrap;font-size:12px}.daily-section-title{margin-top:28px}.daily-summary-groups{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:16px;display:grid}.daily-summary-table{border-collapse:collapse;width:100%}.daily-summary-table thead th{color:#7c8a7d;text-align:left;background:#f5f8f5;padding:11px 21px;font-size:11px;font-weight:500}.daily-summary-table th:last-child{text-align:right}.daily-summary-table tbody th{text-align:left;color:#516954;border-top:1px solid #edf1ed;padding:15px 21px;font-size:13px;font-weight:450}.daily-summary-table td{text-align:right;color:#2b6348;font-variant-numeric:tabular-nums;white-space:nowrap;border-top:1px solid #edf1ed;padding:15px 21px;font-size:21px;font-weight:650}.daily-summary-table td span{color:#8a978a;margin-left:6px;font-size:10px;font-weight:400}@media (max-width:950px){.daily-summary-groups{grid-template-columns:1fr}}@media (max-width:600px){.daily-automation-note{flex-direction:column;align-items:start;gap:8px;padding:13px 14px}}.workload-topbar{padding-bottom:15px}.register-tabs{margin-bottom:16px}.daily-heading{padding-bottom:16px}.daily-kpi{padding-block:18px 12px}.daily-kpi small{min-height:25px}.daily-detail-table tfoot td:last-child{color:#386248;font-size:13px;font-weight:650}.register-row-footer{justify-content:space-between;align-items:center;gap:6px;margin-top:6px;display:flex}.register-row-footer .register-autosave{margin:0;font-size:10px}.register-row-delete{color:#a5504b;cursor:pointer;background:0 0;border:0;flex-shrink:0;padding:7px 4px;font-size:11px}.register-row-delete:disabled{opacity:.45;cursor:wait}.register-delete-dialog{color:#263c34;background:#fff;border:1px solid #dfe7e1;border-radius:20px;width:min(440px,100% - 32px);padding:28px;box-shadow:0 24px 80px #12251c33}.register-delete-dialog::backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#11261db3}.register-delete-dialog h2{margin:6px 0 20px;font-size:24px}.register-delete-dialog p{color:#64756a;font-size:13px;line-height:1.7}.register-delete-dialog .daily-kicker{margin:0;font-size:10px}.register-delete-target{background:#f4f7f4;border-radius:10px;justify-content:space-between;align-items:center;gap:14px;padding:14px;display:flex}.register-delete-target strong{color:#294b3a;word-break:break-word;font-size:16px}.register-delete-target span{white-space:nowrap}.register-delete-dialog label{margin:22px 0 8px;font-size:13px;font-weight:600;display:block}.register-delete-dialog input{box-sizing:border-box;border:1px solid #c9d6ce;border-radius:9px;width:100%;min-height:46px;padding:12px;font-size:16px}.register-delete-actions{justify-content:flex-end;gap:10px;margin-top:24px;display:flex}.register-button.danger{color:#fff;background:#a94840;border-color:#a94840}.register-delete-dialog .register-delete-error{color:#a03b34}.register-staff-cell .staff-status,.register-row-delete{cursor:pointer;-webkit-user-select:none;user-select:none;touch-action:manipulation;border:1px solid;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;gap:5px;min-height:34px;padding:0 10px;font-size:12px;font-weight:650;line-height:1;transition:background .12s,border-color .12s,box-shadow .12s,transform .12s;display:inline-flex}.register-staff-cell .staff-status{min-width:65px}.register-staff-cell .staff-status.working{color:#176b54;background:#e9f6ef;border-color:#8ac3ab;box-shadow:0 2px #bedbcd}.register-staff-cell .staff-status.rest{color:#80613f;background:#fcf3e6;border-color:#d5bb94;box-shadow:0 2px #e5d4bb}.register-row-delete{color:#a3433a;background:#fff5f3;border-color:#deb0a9;min-width:62px;box-shadow:0 2px #eed3ce}.register-row-delete:hover{color:#912e26;text-decoration:none}@media (hover:hover){.register-staff-cell .staff-status.working:hover:not(:disabled){background:#d5eedf;border-color:#549b7b;transform:translateY(-1px);box-shadow:0 3px #b1d2c1}.register-staff-cell .staff-status.rest:hover:not(:disabled){background:#f6e7ce;border-color:#b69461;transform:translateY(-1px);box-shadow:0 3px #dbc6a9}.register-row-delete:hover:not(:disabled){background:#ffe5e0;border-color:#c98075;transform:translateY(-1px);box-shadow:0 3px #e5bcb5}}.register-staff-cell .staff-status:is(.working,.rest):active:not(:disabled),.register-row-delete:active:not(:disabled){filter:brightness(.96);transform:translateY(2px);box-shadow:inset 0 1px 3px #173d3924}.register-staff-cell .staff-status:disabled,.register-row-delete:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}.register-row-footer{align-items:flex-start;gap:8px;margin-top:8px}.register-row-footer .register-autosave{padding-top:6px;line-height:1.5}.register-group-heading,.statistics-group-heading{min-height:58px}@media (max-width:760px){.register-table th:first-child{min-width:164px}.register-staff-cell .staff-status,.register-row-delete{min-height:38px}}@media (prefers-reduced-motion:reduce){.register-staff-cell .staff-status,.register-row-delete{transition:none}}@media (max-width:760px){.register-table-scroll{overscroll-behavior-x:contain;min-width:0;margin-inline:0;padding-inline:0;scroll-padding-inline:172px 8px}.register-table{--mobile-name-width:164px}.statistics-table{--mobile-name-width:112px}.register-table,.statistics-table{width:100%;min-width:calc(var(--mobile-name-width) + var(--metric-count) * 96px);table-layout:fixed}.register-name-column{width:164px}.statistics-name-column{width:112px}.register-table th:first-child,.statistics-table th:first-child{overflow-wrap:anywhere;min-width:0}.register-table th,.register-table td,.statistics-table th,.statistics-table td{min-width:0}.register-table thead th,.statistics-table thead th{white-space:normal;overflow-wrap:anywhere;line-height:1.5}.register-staff-cell{min-width:0}.register-name-input{flex:1 1 0;width:0;min-width:0;max-width:100%}.register-table-scroll:focus-visible{outline-offset:-2px;outline:2px solid #4e9c89}.statistics-group .register-table-scroll{scroll-padding-inline-start:120px}.daily-detail-table{min-width:calc(122px + var(--metric-count) * 96px)}.daily-table-scroll{overscroll-behavior-x:contain;min-width:0;scroll-padding-inline:130px 8px}.statistics-controls{grid-template-columns:auto minmax(0,1fr);gap:12px;display:grid}.statistics-controls input,.statistics-controls select{width:100%;min-width:0;max-width:100%;min-height:44px;font-size:16px}.statistics-controls input{-webkit-appearance:none;appearance:none}.statistics-controls input::-webkit-date-and-time-value{text-align:left;min-width:0}.statistics-period-toggle button{min-height:38px}}@media (max-width:480px){.calendar-day{padding-inline:3px}.calendar-day small{white-space:nowrap}.register-tabs button{min-width:0;padding-inline:8px}}.statistics-dashboard{margin-top:20px}.statistics-context{color:#71857d;background:#f6faf8;border:1px solid #dce8e3;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:18px 20px;font-size:12px;display:flex}.statistics-context>div{gap:6px;display:grid}.statistics-context strong{color:#355d50;font-size:14px}.statistics-group-tabs{flex-wrap:wrap;gap:8px;margin:24px 0;display:flex}.statistics-group-tabs button{color:#547468;cursor:pointer;background:#fff;border:1px solid #ceded7;border-radius:12px;min-height:44px;padding:11px 22px;font-weight:650}.statistics-group-tabs button.active{color:#fff;background:#286b5d;border-color:#286b5d;box-shadow:0 3px 8px #286b5d20}.statistics-section-title{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:14px;display:flex}.statistics-section-title h3{color:#263f35;margin:0;font-size:17px}.statistics-section-title>span{color:#7c8e85;font-size:11px}.statistics-metric-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.statistics-metric-card{text-align:left;color:#526c60;cursor:pointer;background:#fff;border:1px solid #dfe8e2;border-radius:15px;gap:18px;min-width:0;padding:19px 20px;transition:background .15s,transform .15s,box-shadow .15s;display:grid}.statistics-metric-card:hover{border-color:#90b5a5;box-shadow:0 5px 16px #24483912}.statistics-metric-card:active,.statistics-group-tabs button:active{transform:translateY(1px)}.statistics-metric-card.selected{background:#f0f8f3;border:2px solid #438872;padding:18px 19px}.statistics-metric-card>span:first-child{font-size:13px;font-weight:650}.statistics-metric-card>strong{color:#24523e;font-variant-numeric:tabular-nums;font-size:31px;line-height:1}.statistics-metric-card small,.statistics-indicators small{color:#75897e;margin-left:6px;font-size:11px;font-weight:500}.statistics-card-note{color:#789084;justify-content:space-between;font-size:11px;display:flex}.selected-metric-title{margin-top:28px}.statistics-indicators{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0 0 20px;display:grid}.statistics-indicators>div{background:#f6f8f5;border-radius:13px;min-width:0;padding:18px}.statistics-indicators dt{color:#64786b;font-size:12px}.statistics-indicators dd{color:#344e3d;margin:12px 0 10px;font-size:26px;font-weight:650}.statistics-indicators div>span{color:#7d8d81;font-size:10px;line-height:1.7;display:block}.statistics-charts{grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);gap:16px;display:grid}.statistics-chart-panel{background:#fff;border:1px solid #dfe7e1;border-radius:16px;min-width:0;padding:20px}.statistics-chart-caption{color:#7b8c81;min-height:20px;margin:0 0 18px;font-size:11px;line-height:1.6}.statistics-plot{gap:8px;min-width:0;display:flex}.statistics-y-axis{color:#91a095;text-align:right;flex-direction:column;flex-shrink:0;justify-content:space-between;width:34px;height:180px;font-size:10px;display:flex}.statistics-trend-scroll{overscroll-behavior-x:contain;width:100%;min-width:0;padding-bottom:6px;overflow-x:auto}.statistics-trend-bars{grid-template-columns:repeat(var(--bucket-count),minmax(24px,1fr));min-width:calc(var(--bucket-count) * 24px);background:linear-gradient(#e9eee9 1px,#0000 1px) 0 0/100% 90px;gap:3px;display:grid}.statistics-trend-column{cursor:pointer;color:#8c9b90;background:0 0;border:0;grid-template-rows:180px 27px;min-width:0;padding:0;display:grid}.statistics-bar-space{border-bottom:1px solid #c9d7cd;justify-content:center;align-items:flex-end;display:flex}.statistics-bar{background:#77a990;border-radius:4px 4px 0 0;width:66%;max-width:32px;min-height:2px}.statistics-bar.zero{background:#335f4b;width:6px;height:3px!important}.statistics-trend-column:hover .statistics-bar,.statistics-trend-column.active .statistics-bar{background:#235f47}.statistics-trend-column.active{color:#205f46;background:#ecf5ed80}.statistics-bar-missing{color:#9aa79e;font-size:11px}.statistics-x-label{white-space:nowrap;align-self:center;font-size:10px}.statistics-person-bars{max-height:233px;padding-right:4px;overflow-y:auto}.statistics-person-row{margin-bottom:18px}.statistics-person-row>div:first-child{color:#425e4d;justify-content:space-between;gap:14px;margin-bottom:7px;font-size:12px;display:flex}.statistics-person-row strong{overflow-wrap:anywhere;font-weight:550}.statistics-person-row small{color:#8b9a90;font-size:10px}.statistics-person-track{background:#f0f4ef;border-radius:6px;height:8px}.statistics-person-track>span{background:#c0a56e;border-radius:6px;height:100%;display:block}.statistics-empty{color:#849589;padding:12px 0;font-size:12px}.statistics-definitions{color:#7e8b82;margin-top:18px;font-size:12px;line-height:1.8}.statistics-definitions summary{cursor:pointer;width:fit-content;min-height:32px}.statistics-detail-title{margin-top:30px}@media (max-width:900px){.statistics-charts{grid-template-columns:minmax(0,1fr)}}@media (max-width:600px){.statistics-context{padding:14px;font-size:11px}.statistics-context strong{font-size:12px}.statistics-group-tabs{gap:6px}.statistics-group-tabs button{flex:1;padding:10px 8px;font-size:12px}.statistics-metric-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.statistics-metric-card{gap:15px;padding:15px 12px}.statistics-metric-card.selected{padding:14px 11px}.statistics-metric-card>strong{font-size:25px}.statistics-metric-card>span:first-child{font-size:12px}.statistics-indicators{gap:6px}.statistics-indicators>div{padding:12px 8px}.statistics-indicators dd{font-size:21px}.statistics-indicators dt{font-size:11px}.statistics-indicators small{margin:4px 0 0;display:block}.statistics-chart-panel{padding:16px 12px}}.statistics-comparison-range{color:#7c887f;margin:12px 0 0;font-size:12px;line-height:1.8}.statistics-comparison-range strong{color:#5b7165;font-weight:550}.statistics-change{color:#60786d;flex-wrap:wrap;justify-content:space-between;gap:5px 8px;font-size:11px;line-height:1.6;display:flex}.statistics-change strong{color:#496a78;font-weight:650}.statistics-card-previous{color:#7d8f84;margin-top:-12px;font-size:11px}.statistics-period-comparison{background:#fbfdfb;border:1px solid #dfe7e1;border-radius:16px;margin-bottom:16px;padding:20px}.statistics-comparison-row{margin-top:16px}.statistics-comparison-row>div:first-child{color:#426452;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;font-size:14px;display:flex}.statistics-comparison-row strong{font-weight:600}.statistics-comparison-row small{color:#7b8e81;font-size:11px;font-weight:400}.statistics-comparison-row strong small{margin-left:10px}.statistics-comparison-track{background:#edf2ed;border-radius:6px;height:12px;margin:9px 0 4px}.statistics-comparison-track>span{background:#699d85;border-radius:6px;height:100%;display:block}.statistics-comparison-track>span.previous{background:#b6c3cf}.statistics-period-comparison>p{color:#839186;margin:14px 0 0;font-size:11px;line-height:1.8}.statistics-indicators .statistics-change{border-top:1px solid #e2e9e1;margin-top:10px;padding-top:8px}@media (max-width:600px){.statistics-period-comparison{padding:16px 12px}.statistics-comparison-row strong small{margin:5px 0 0;display:block}.statistics-indicators .statistics-change{font-size:10px}}
