:root{color-scheme:light;--bg: #eef4f2;--surface: #ffffff;--surface-2: #f8fafc;--line: #d7e1df;--text: #10201d;--muted: #64748b;--primary: #0f766e;--primary-dark: #0b5f59;--blue: #1d4ed8;--violet: #7c3aed;--danger: #b91c1c;--danger-soft: #fee2e2;--ok: #15803d;--radius: 8px;font-family:Be Vietnam Pro,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}.boot,.login-page{min-height:100dvh;display:grid;place-items:center;padding:24px}.login-card{width:min(420px,100%);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:0 18px 50px #0f172a1f}.login-card h1{text-align:center;margin:0;letter-spacing:0}.brand h1{margin:0;letter-spacing:0}.login-card p{text-align:center;margin:4px 0 18px;color:var(--muted)}.brand p{margin:4px 0 0;color:var(--muted)}.login-card>label,.form-stack>label{display:grid;gap:8px;color:#334155;font-weight:650}.login-card>label{margin-top:16px}input,select,textarea{width:100%;min-height:44px;border:1px solid #cbd5e1;border-radius:var(--radius);padding:9px 11px;background:#fff;color:var(--text)}textarea{resize:vertical;line-height:1.5}input:focus,select:focus,textarea:focus,button:focus-visible{outline:3px solid rgba(15,118,110,.22);outline-offset:2px}.brand-mark{width:44px;height:44px;display:grid;place-items:center;border-radius:var(--radius);background:var(--primary);color:#fff;flex:0 0 auto}.brand-mark.large{width:56px;height:56px;margin:0 auto 18px;display:block}.app-shell{min-height:100dvh}.app-header{position:relative;z-index:80;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;background:#fffffff0;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-top,.header-controls{display:flex;align-items:center;gap:12px;min-width:0}.header-top{flex:0 1 auto;justify-content:flex-start}.header-controls{flex:1 1 auto;justify-content:flex-end;flex-wrap:nowrap}.brand{display:flex;align-items:center;gap:12px;min-width:0}.brand h1{font-size:1.18rem}.brand p{font-size:.88rem}.week-tools,.header-actions,.tabs,.reset-form{display:flex;align-items:center;gap:8px}.form-inline{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.week-tools{flex:0 1 auto;min-width:0}.header-actions{justify-content:flex-end;flex:0 0 auto;flex-wrap:nowrap}.week-pill,.tool-btn,.avatar-btn,.icon-btn,.primary-btn,.mini-icon-btn,.ghost-danger{min-height:44px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;color:var(--text);padding:9px 12px;display:inline-flex;align-items:center;gap:7px;justify-content:center;transition:background .18s,border-color .18s,transform .18s}.icon-btn,.mini-icon-btn{width:44px;padding:0}.mini-icon-btn{min-height:36px;width:36px}.primary-btn{background:var(--primary);border-color:var(--primary);color:#fff;font-weight:750}.primary-btn:hover{background:var(--primary-dark)}.tool-btn:hover,.avatar-btn:hover,.icon-btn:hover,.week-pill:hover{border-color:#94a3b8;background:var(--surface-2)}.action-menu,.danger-menu{position:relative;display:inline-flex}.toggle-pill{min-width:max-content;min-height:44px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;color:var(--text);padding:9px 12px;display:inline-flex;align-items:center;gap:7px;font-weight:700}.toggle-pill input{min-height:auto;width:auto}.lunar-text-mobile{display:none}.danger-tool{color:var(--danger);border-color:#fecaca}.danger-tool:hover{background:var(--danger-soft);border-color:#fca5a5}.action-menu-panel,.danger-menu-panel{position:absolute;top:calc(100% + 8px);left:0;z-index:90;width:244px;padding:6px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 16px 38px #0f172a2e}.action-menu-panel.upward{top:auto;bottom:calc(100% + 8px)}.action-menu-panel.right-align{left:auto;right:0}.action-menu-panel button,.danger-menu-panel button{width:100%;min-height:40px;border:0;border-radius:8px;background:transparent;color:var(--text);text-align:left;padding:9px 10px;font-weight:650}.action-menu-panel button:hover,.danger-menu-panel button:hover{background:var(--surface-2)}.danger-menu-panel .danger-menu-all{color:var(--danger)}.danger-menu-panel .danger-menu-all:hover{background:var(--danger-soft)}@media(min-width:981px)and (max-width:1180px){.app-header{gap:10px;padding-left:12px;padding-right:12px}.header-top,.header-controls,.week-tools,.header-actions{gap:6px}.brand{gap:8px}.brand h1{font-size:1rem;white-space:nowrap}.brand p{display:none}.week-pill{padding-left:8px;padding-right:8px}.toggle-pill{padding-left:9px;padding-right:9px}.header-actions .tool-btn{width:44px;padding:0;gap:0;font-size:0}}@media(max-width:1180px){.header-actions .tool-btn{width:44px!important;min-width:44px!important;max-width:44px!important;padding:0!important;gap:0!important;flex:0 0 44px!important}.header-actions .tool-btn .btn-text{display:none!important}}.wide{width:100%;margin-top:18px}.muted{display:block;color:var(--muted);margin-top:14px;font-size:.88rem}.form-error{margin-top:12px;padding:10px 12px;border-radius:var(--radius);color:var(--danger);background:var(--danger-soft);border:1px solid #fecaca}.tabs{padding:12px 18px 0;overflow-x:auto}.tabs button{min-height:44px;border:1px solid var(--line);background:#fff;color:#334155;border-radius:var(--radius) var(--radius) 0 0;padding:9px 14px;font-weight:700;white-space:nowrap}.tabs button.active{background:var(--primary);border-color:var(--primary);color:#fff}.main-grid{display:grid;grid-template-columns:260px minmax(0,1fr);gap:16px;padding:16px 18px 28px}.main-grid.schedule-only{grid-template-columns:minmax(0,1fr)}.staff-rail,.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:14px;container-type:inline-size}.staff-rail{align-self:start;position:sticky;top:16px}.panel-title{display:flex;align-items:center;gap:8px;font-weight:800;margin-bottom:12px}.roster+.roster{margin-top:18px}.roster h2{margin:0 0 8px;font-size:.9rem;color:#334155}.staff-chips,.assignment-list{display:flex;flex-wrap:wrap;gap:6px}.staff-chip,.person-pill{border:1px solid transparent;border-radius:999px;padding:6px 9px;font-size:.83rem;font-weight:700;min-height:32px;display:inline-flex;align-items:center;gap:5px}.staff-chip.bs,.person-pill.bs{background:#dbeafe;color:#1e3a8a;border-color:#bfdbfe}.staff-chip.ktv,.person-pill.ktv{background:#ede9fe;color:#4c1d95;border-color:#ddd6fe}.staff-chip.tkyk,.person-pill.tkyk{background:#fef3c7;color:#92400e;border-color:#fde68a}.person-pill.leave{background:#fff7ed;color:#9a3412;border-color:#fed7aa}.person-pill button{border:0;background:transparent;padding:0;color:inherit;display:inline-grid;place-items:center}.pill-icon-btn{width:22px;height:22px;border-radius:999px;cursor:pointer}.pill-icon-btn:hover{background:#0f172a1a}.draggable-pill{cursor:grab}.draggable-pill:active{cursor:grabbing}.empty-note{color:var(--muted);font-size:.86rem}.schedule-area{min-width:0}.schedule-table-wrap{max-height:calc(100dvh - 178px);overflow:auto;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 8px 24px #0f172a12}.schedule-grid{display:grid;grid-template-columns:220px repeat(7,minmax(132px,1fr));min-width:1144px}.day-header-row{position:sticky;top:0;z-index:10}.unit-head,.day-head,.unit-name,.day-cell{border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.unit-head,.day-head{background:#0f766e;color:#fff;padding:10px;min-height:58px}.unit-head{position:sticky;left:0;z-index:20}.day-head{display:grid;gap:2px;place-items:center}.day-head span{font-size:.82rem;opacity:.9}.day-head small{font-size:.74rem;opacity:.86}.section-label{position:sticky;top:58px;z-index:9;min-width:1144px;padding:9px 12px;font-weight:850;color:#0f172a;background:#e2e8f0;border-bottom:1px solid var(--line)}.unit-name{position:sticky;left:0;z-index:5;min-height:82px;padding:10px;color:#fff;display:grid;align-content:center;gap:4px;font-weight:850;line-height:1.25}.unit-name small{font-weight:600;opacity:.86}.row-draggable{cursor:grab}.row-draggable:active{cursor:grabbing}.unit-action{width:fit-content;min-height:30px;border:1px solid rgba(255,255,255,.45);border-radius:6px;color:#fff;background:#ffffff24;padding:4px 8px;font-size:.78rem;font-weight:800}.unit-actions{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.unit-i{background:#0f766e}.unit-ii{background:#1d4ed8}.unit-iii{background:#7c3aed}.day-cell{min-height:82px;padding:8px;background:#fff}.day-cell.computed{background:#f8fafc}.cell-add{display:grid;grid-template-columns:minmax(0,1fr) 36px;gap:6px;margin-top:8px}.cell-add select,.cell-add input{min-height:36px;padding:5px 7px;font-size:.82rem}.content-grid{display:grid;grid-template-columns:minmax(280px,420px) minmax(0,1fr);gap:16px;padding:16px 18px 28px}.wide-panel{min-width:0}.form-stack{display:grid;gap:12px}.form-inline input{width:auto;min-width:140px;flex:1 1 auto}.form-inline select{width:auto;min-width:110px;flex:0 1 auto}.history-filters{display:grid;grid-template-columns:minmax(160px,1fr) 160px minmax(180px,1.4fr) auto;gap:8px;margin-bottom:14px}.date-checks{border:1px solid var(--line);border-radius:var(--radius);padding:10px;margin:0;display:grid;gap:4px}.date-checks legend{font-weight:750;padding:0 4px;color:#334155}.date-checks label{min-height:44px;display:grid;grid-template-columns:20px 32px 1fr;align-items:center;gap:8px;margin:0;border-radius:var(--radius);padding:6px;color:var(--text);font-weight:650;cursor:pointer}.date-checks label.checked{background:#ccfbf1}.date-checks input{min-height:auto;width:auto}.date-checks small{color:var(--muted);font-weight:500}.leave-list,.table-list,.history-list{display:grid;gap:10px}.user-table{display:grid;gap:8px}.staff-table{display:grid;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.staff-table-head,.staff-row{display:grid;grid-template-columns:minmax(120px,1.4fr) 80px 100px minmax(150px,auto);gap:10px;align-items:center}.staff-table-head{padding:10px 12px;color:#fff;background:#0f766e;font-size:.78rem;font-weight:850;text-transform:uppercase}.staff-row{min-width:0;padding:10px 12px;border-top:1px solid var(--line)}.staff-row>*{min-width:0}.staff-row:nth-child(odd){background:var(--surface-2)}.staff-actions{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.user-table-head,.user-row{display:grid;grid-template-columns:minmax(100px,1fr) 80px minmax(100px,1fr) minmax(160px,auto) auto;gap:10px;align-items:center}.user-table-head{padding:0 10px 2px;color:var(--muted);font-size:.78rem;font-weight:800;text-transform:uppercase}.user-row{min-width:0;padding:10px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-2)}.user-row>*{min-width:0}.user-role{width:fit-content;border:1px solid #cbd5e1;border-radius:999px;padding:4px 8px;color:#334155;background:#fff;font-size:.78rem;font-weight:800}.user-actions{display:flex;justify-content:flex-end;gap:8px}.leave-card,.list-row,.history-item{display:grid;gap:8px;align-items:center;padding:10px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-2)}.leave-card{grid-template-columns:minmax(0,1fr) auto}.leave-card div{display:grid;gap:3px}.leave-card span,.leave-card small,.history-item span,.history-item time{color:var(--muted)}.ghost-danger{color:var(--danger);border-color:#fecaca;background:#fff}.ghost-danger:disabled{opacity:.45;cursor:not-allowed}.list-row{grid-template-columns:minmax(140px,1fr) 90px 140px auto}.status-ok{color:var(--ok);font-weight:750}.status-off{color:var(--danger);font-weight:750}.reset-form{justify-content:end}.reset-form input{width:100%;min-width:80px;max-width:140px}.history-panel{margin:16px 18px 28px}.history-item{grid-template-columns:160px minmax(0,1fr) 140px}.toast{position:fixed;right:18px;bottom:18px;z-index:200;max-width:min(420px,calc(100vw - 36px));padding:12px 14px;border-radius:var(--radius);background:#0f172a;color:#fff;box-shadow:0 10px 30px #0f172a40}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:grid;place-items:center;padding:20px;background:#0f172a7a}.modal-panel{width:min(760px,100%);max-height:min(760px,calc(100dvh - 40px));overflow:auto;background:#fff;border-radius:var(--radius);border:1px solid var(--line);box-shadow:0 24px 70px #0f172a47;padding:18px}.swap-panel{width:min(860px,100%)}.modal-head,.modal-actions,.turn-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.modal-head{margin-bottom:14px}.modal-head h2{margin:0;font-size:1.15rem}.modal-head p{margin:4px 0 0;color:var(--muted)}.field{display:grid;gap:7px;font-weight:750}.swap-grid{display:grid;grid-template-columns:minmax(220px,1fr) 180px;gap:12px}.swap-target-field{grid-column:1 / -1}.swap-duty-list{display:grid;gap:8px}.swap-duty-option{min-height:46px;display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:8px;padding:8px 10px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;color:#334155;font-weight:700;cursor:pointer}.swap-duty-option.checked{border-color:var(--primary);background:#ccfbf1}.swap-duty-option input{min-height:auto;width:auto}.swap-summary{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:10px;margin-top:14px;padding:10px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-2);color:#334155;font-weight:700}.swap-summary span{min-width:0}.turn-list{display:grid;gap:12px;margin-top:14px}.turn-card{display:grid;gap:10px;padding:12px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-2)}.turn-card.draggable{cursor:grab}.turn-card.draggable:active{cursor:grabbing}.turn-card.dragging{opacity:.5;border-style:dashed}.turn-card.drag-over{border-color:var(--primary);background-color:#0f766e0d}.turn-card select,.turn-card input{max-width:280px}.modal-actions{justify-content:flex-end;flex-wrap:wrap;margin-top:16px}@media(max-width:980px){.app-header{display:grid;gap:10px}.header-top,.header-controls{width:100%}.week-tools{flex:1 1 100%}.header-actions{justify-content:flex-start}.main-grid,.content-grid{grid-template-columns:1fr}.staff-rail{position:static}.list-row,.staff-row,.user-row,.history-item,.leave-card{grid-template-columns:1fr}.staff-table-head,.user-table-head{display:none}.user-actions,.staff-actions,.reset-form{justify-content:flex-start;flex-wrap:wrap}.swap-grid,.swap-summary{grid-template-columns:1fr}.swap-summary svg{transform:rotate(90deg)}}@media(max-width:640px){.app-header,.tabs,.main-grid,.content-grid{padding-left:10px;padding-right:10px}.brand h1{font-size:1rem}.brand p{font-size:.8rem}.brand-mark{width:40px;height:40px}.avatar-btn{max-width:42vw;flex:0 0 auto;overflow:hidden;white-space:nowrap;margin-left:auto}.lunar-text-desktop{display:none!important}.lunar-text-mobile{display:inline!important}.week-tools{flex-wrap:nowrap}.week-pill{min-width:0;flex:1 1 auto;padding-left:8px;padding-right:8px;white-space:nowrap}.toggle-pill{padding-left:9px;padding-right:9px}.tool-btn:not(.icon-btn),.primary-btn{flex:1 1 auto}.schedule-grid{grid-template-columns:168px repeat(7,126px);min-width:1050px}.section-label{min-width:1050px}.unit-name{font-size:.82rem}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}.status-badge.pending{background-color:#fef3c7;color:#d97706;border:1px solid #fde68a}.blocked-dates-list{scrollbar-width:thin;scrollbar-color:var(--line) transparent}.blocked-dates-list::-webkit-scrollbar{width:6px}.blocked-dates-list::-webkit-scrollbar-thumb{background-color:var(--line);border-radius:3px}.settings-panel{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:24px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000006;display:flex;flex-direction:column;gap:20px;transition:transform .2s ease,box-shadow .2s ease;container-type:inline-size}.settings-panel:hover{box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -2px #00000006}.settings-panel-title{display:flex;align-items:center;gap:10px;font-size:1.15rem;font-weight:750;color:var(--primary);margin-bottom:4px;border-bottom:2px solid #f1f5f9;padding-bottom:12px}.settings-panel-title svg{color:var(--primary)}.setting-row{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px;background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius);transition:all .2s ease}.setting-row:hover{background:#fff;border-color:var(--primary);box-shadow:0 4px 12px #0f766e0a}.setting-info{display:flex;flex-direction:column;gap:4px;min-width:0}.setting-title{font-weight:700;font-size:.95rem;color:var(--text)}.setting-desc{font-size:.8rem;color:var(--muted);line-height:1.4}.switch{position:relative;display:inline-block;width:46px;height:26px;flex-shrink:0}.switch input{opacity:0;width:0;height:0}.switch-slider{position:absolute;cursor:pointer;top:0;right:0;bottom:0;left:0;background-color:#cbd5e1;transition:.25s cubic-bezier(.4,0,.2,1);border-radius:34px}.switch-slider:before{position:absolute;content:"";height:18px;width:18px;left:4px;bottom:4px;background-color:#fff;transition:.25s cubic-bezier(.4,0,.2,1);border-radius:50%;box-shadow:0 1px 3px #00000026}.switch input:checked+.switch-slider{background-color:var(--primary)}.switch input:focus-visible+.switch-slider{outline:2px solid var(--primary);outline-offset:2px}.switch input:checked+.switch-slider:before{transform:translate(20px)}.blocked-date-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius);transition:all .2s ease}.blocked-date-item:hover{border-color:#fca5a5;background:#fff;box-shadow:0 4px 12px #ef444408}.blocked-date-info{display:flex;align-items:center;gap:12px;min-width:0}.blocked-date-icon{width:36px;height:36px;background:#f1f5f9;color:var(--muted);border-radius:8px;display:grid;place-items:center;flex-shrink:0}.blocked-date-item:hover .blocked-date-icon{background:var(--danger-soft);color:var(--danger)}.blocked-date-text{display:flex;flex-direction:column;gap:2px;min-width:0}.blocked-date-formatted{font-weight:700;font-size:.9rem;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.blocked-date-raw{font-size:.75rem;color:var(--muted)}.blocked-date-delete{width:36px;height:36px;border-radius:8px;border:1px solid transparent;background:transparent;color:var(--muted);display:grid;place-items:center;cursor:pointer;transition:all .2s ease;flex-shrink:0}.blocked-date-delete:hover{background:var(--danger-soft);color:var(--danger);border-color:#fecaca}.settings-panel input[type=date]{border:1px solid var(--line);padding:10px 14px;border-radius:8px;background:var(--surface-2);transition:all .2s ease;font-weight:550;max-width:none}.settings-panel input[type=date]:focus{background:#fff;border-color:var(--primary);box-shadow:0 0 0 4px #0f766e1a;outline:none}.alert-box{display:flex;align-items:flex-start;gap:10px;padding:12px 16px;border-radius:var(--radius);font-size:.9rem;line-height:1.4;margin-bottom:16px;animation:slideDown .3s ease-out}.alert-box.success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.alert-box.error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.alert-icon{flex-shrink:0;margin-top:2px}.alert-message{flex:1}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:640px){.form-inline{flex-direction:column;align-items:stretch;width:100%}.form-inline input,.form-inline select,.form-inline button{width:100%!important;min-width:0!important;flex:1 1 auto!important}}@container (max-width: 380px){.form-inline{flex-direction:column;align-items:stretch;width:100%}.form-inline input,.form-inline select,.form-inline button{width:100%!important;min-width:0!important;flex:1 1 auto!important}}.report-main-grid{display:grid;grid-template-columns:280px 1fr;min-height:calc(100dvh - 120px);background:var(--bg)}.report-sidebar{background:var(--surface);border-right:1px solid var(--line);padding:16px;display:flex;flex-direction:column;gap:16px;max-height:calc(100dvh - 120px);overflow-y:auto}.sidebar-header{display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid var(--line);padding-bottom:8px}.sidebar-header h3{margin:0;font-size:1rem;font-weight:700;color:var(--primary)}.report-sidebar .mini-btn{min-height:32px;padding:4px 8px;font-size:.85rem}.report-dates-list{display:flex;flex-direction:column;gap:8px}.report-date-item-btn{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:10px 12px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-2);text-align:left;transition:all .15s ease}.report-date-item-btn:hover{border-color:var(--primary);background:#f0fdfa}.report-date-item-btn.active{background:var(--primary);border-color:var(--primary);color:#fff}.date-item-title{font-weight:700;font-size:.9rem;margin-bottom:4px}.date-item-staff{display:flex;flex-direction:column;font-size:.78rem;opacity:.85}.report-content-panel{padding:24px;overflow-y:auto;max-height:calc(100dvh - 120px);display:flex;flex-direction:column;gap:16px}.report-toolbar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;background:var(--surface);padding:12px 16px;border-radius:var(--radius);border:1px solid var(--line)}.report-date-picker-nav{display:flex;align-items:center;gap:8px}.report-date-selector{display:flex;align-items:center;gap:6px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:0 10px}.report-date-input{border:none;min-height:38px;padding:4px;font-weight:650;width:140px}.report-date-input:focus{outline:none}.report-loading-container{display:flex;justify-content:center;align-items:center;padding:60px;background:var(--surface);border-radius:var(--radius);border:1px solid var(--line);font-weight:600;color:var(--muted)}.report-layout-wrapper{display:flex;justify-content:center;width:100%}.report-paper-form{background:#fff;width:100%;max-width:840px;padding:45px 50px;border:1px solid var(--line);box-shadow:0 10px 30px #0000000f;border-radius:var(--radius);display:flex;flex-direction:column;gap:20px;color:#1e293b}.paper-header{display:flex;justify-content:space-between;margin-bottom:12px}.paper-header-left,.paper-header-right{text-align:center}.paper-header-left h4,.paper-header-right h4{margin:0;font-size:.95rem;font-weight:750}.paper-header-left h5,.paper-header-right h5{margin:4px 0 0;font-size:.88rem;font-weight:600}.paper-title-area{text-align:center;margin:16px 0}.paper-title-area h2{margin:0 0 12px;font-size:1.6rem;font-weight:800;letter-spacing:1px}.report-time-input-row{font-size:.95rem;line-height:1.8;color:#334155}.paper-inline-input{width:45px;display:inline-block;min-height:28px;padding:2px 4px;border:none;border-bottom:1px dotted #64748b;text-align:center;font-weight:700}.paper-date-input-inline{width:130px;display:inline-block;min-height:28px;padding:2px 4px;border:none;border-bottom:1px dotted #64748b;font-weight:700;background:transparent}.bold-underline-date{font-weight:750;text-decoration:underline}.paper-section{display:flex;flex-direction:column;gap:12px}.paper-section h3{margin:0;font-size:1.05rem;font-weight:750;border-bottom:1px solid #cbd5e1;padding-bottom:4px;color:#0f172a}.paper-field-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.paper-field-row label{font-weight:650;min-width:90px}.paper-field-block{display:flex;flex-direction:column;gap:8px}.paper-field-block label{font-weight:650}.paper-underline-input{border:none;border-bottom:1px dotted #64748b;border-radius:0;min-height:32px;padding:4px 6px;font-size:.95rem;background:transparent;flex:1}.paper-underline-input:focus{border-bottom:1px solid var(--primary);outline:none}.paper-textarea-input{border:1px solid #cbd5e1;border-radius:var(--radius);padding:8px 12px;background:#f8fafc;font-size:.95rem;line-height:1.5;width:100%;resize:vertical}.paper-underline-input.full-width{width:100%}.suggested-staff-hint{font-size:.8rem;color:var(--muted);font-style:italic}.paper-numeric-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:12px}.numeric-field-row{display:flex;align-items:center;gap:8px}.numeric-field-row span{font-size:.92rem}.numeric-input{width:70px!important;text-align:center;font-weight:700;flex:0 0 auto}.report-save-bar{display:flex;justify-content:center;margin-top:10px;padding:12px 0;border-top:1px solid #e2e8f0}.paper-signatures-section{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:30px;border-top:1px solid #e2e8f0;padding-top:20px}.signature-col{display:flex;flex-direction:column;align-items:center;text-align:center;min-height:220px}.signature-col h4{margin:0 0 10px;font-size:.9rem;font-weight:750;letter-spacing:.5px}.saved-signature-display{display:flex;flex-direction:column;align-items:center;gap:4px}.saved-signature-display img{max-width:160px;max-height:80px;object-fit:contain;mix-blend-mode:multiply}.signature-signer-name{font-weight:700;font-size:.9rem;margin-top:4px}.signature-time{font-size:.72rem;color:var(--muted)}.unsigned-placeholder{width:100%;display:flex;justify-content:center}.no-sig-text{color:#94a3b8;font-style:italic;font-size:.88rem;margin-top:20px}.signature-pad-card{border:1px solid #cbd5e1;border-radius:var(--radius);background:#f8fafc;padding:10px;width:240px;box-shadow:0 4px 12px #0000000a}.signature-pad-card h5{margin:0 0 8px;font-size:.8rem;font-weight:650;color:#475569}.signature-canvas-wrapper{background:#fff;border:1px solid #cbd5e1;border-radius:4px;overflow:hidden;height:80px}.signature-canvas{width:100%;height:100%;display:block;cursor:crosshair}.signature-pad-controls{margin-top:8px;display:flex;flex-direction:column;gap:6px}.signature-name-input{min-height:28px!important;font-size:.8rem!important;padding:4px 6px!important}.signature-buttons{display:flex;gap:4px}.signature-buttons button{min-height:28px!important;padding:4px 8px!important;font-size:.75rem!important;flex:1}@media print{body{background:#fff!important;color:#000!important}.app-header,.tabs,.report-sidebar,.report-toolbar,.report-save-bar,.signature-pad-card,.signature-pad-controls,.suggested-staff-hint{display:none!important}.report-main-grid{display:block!important;min-height:auto!important;background:#fff!important}.report-content-panel{padding:0!important;overflow:visible!important;max-height:none!important}.report-layout-wrapper{display:block!important}.report-paper-form{border:none!important;box-shadow:none!important;padding:0!important;max-width:100%!important;background:#fff!important}.paper-underline-input{border-bottom:1px dotted #000!important}.paper-textarea-input{border:1px solid #000!important;background:#fff!important}.paper-signatures-section{grid-template-columns:repeat(3,1fr)!important;border-top:1px solid #000!important}.signature-col{min-height:120px!important}}@media(max-width:768px){.report-main-grid{grid-template-columns:1fr}.report-sidebar{max-height:200px;border-right:none;border-bottom:1px solid var(--line)}.report-paper-form{padding:20px}.paper-header{flex-direction:column;gap:8px;align-items:center}.paper-signatures-section{grid-template-columns:1fr;gap:30px}}.print-only{display:none}@media print{.no-print{display:none!important}.print-only{display:inline!important}}@media(min-width:981px){.settings-layout{grid-template-columns:1fr 1fr 2fr!important}}
