*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Apple SD Gothic Neo,sans-serif;background:#f8fafc;color:#0f172a}.app{max-width:1500px;margin:0 auto;padding:24px}h1{margin:0 0 4px}.muted{color:#64748b;font-size:13px}.panel{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:16px;margin-top:16px}.panel h2{margin:0 0 12px;font-size:18px}.panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.panel-head h2{margin:0}.panel-actions{display:flex;gap:8px}.panel label{display:flex;gap:8px;align-items:center;margin-bottom:8px;flex-wrap:wrap}.panel input{padding:6px 8px;border:1px solid #cbd5e1;border-radius:4px;font-size:14px}.panel input[type=number]{width:80px}.holiday-bar{margin-top:8px;padding:8px 10px;background:#fef2f2;border-radius:4px;font-size:12px}.holiday-pill{color:#b91c1c}.history-list{display:flex;flex-wrap:wrap;gap:6px}.history-pill{padding:6px 12px;font-size:13px;cursor:pointer;background:#f1f5f9;color:#334155;border:1px solid #cbd5e1;border-radius:4px;display:inline-flex;align-items:center;gap:6px}.history-pill:hover{background:#e2e8f0}.history-pill.current{background:#2563eb;color:#fff;border-color:#1d4ed8}.history-pill .status{padding:1px 6px;font-size:10px;font-weight:700;border-radius:3px;background:#00000014;color:inherit}.history-pill.current .status{background:#ffffff40}.login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f8fafc}.login-card{width:360px;padding:28px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 12px #0000000d;display:flex;flex-direction:column;gap:12px}.login-card h1{margin:0;font-size:20px}.login-card label{display:flex;flex-direction:column;gap:4px;font-size:13px;color:#475569}.login-card input{padding:8px 10px;border:1px solid #cbd5e1;border-radius:4px;font-size:14px}.login-card button{padding:10px}.login-hint{font-size:11px;line-height:1.4}.app-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.user-bar{display:flex;align-items:center;gap:10px;font-size:13px}.role-badge{padding:2px 8px;font-size:11px;font-weight:700;border-radius:3px}.role-badge.admin{background:#1e293b;color:#fff}.role-badge.ward{background:#0ea5e9;color:#fff}.dept-tabs{display:flex;flex-wrap:wrap;gap:4px}.dept-tab{padding:6px 14px;font-size:13px;cursor:pointer;background:#f1f5f9;color:#334155;border:1px solid #cbd5e1;border-radius:4px}.dept-tab:hover:not(:disabled):not(.active){background:#e2e8f0}.dept-tab.active{background:#2563eb;color:#fff;border-color:#1d4ed8}.dept-tab:disabled{opacity:.4;cursor:not-allowed}.status-panel{display:flex;align-items:center;flex-wrap:wrap;gap:10px;background:#f8fafc;padding:10px 12px;border-radius:6px;border:1px solid #e2e8f0;margin:8px 0 16px}.status-actions{display:flex;flex-wrap:wrap;gap:6px;margin-left:auto}.status-chip{padding:4px 10px;font-size:13px;font-weight:700;border-radius:4px}.status-chip.draft{background:#e0e7ff;color:#3730a3}.status-chip.reviewing{background:#fef3c7;color:#92400e}.status-chip.confirmed{background:#d1fae5;color:#065f46}.status-chip.locked{background:#1e293b;color:#fff}button.btn-danger-solid{background:#dc2626;color:#fff;border:0;padding:6px 14px;border-radius:4px;cursor:pointer;font-size:13px}button.btn-danger-solid:hover:not(:disabled){background:#b91c1c}button.btn-danger-solid:disabled{opacity:.5;cursor:not-allowed}.locked-banner{background:#1e293b;color:#fff;padding:10px 14px;border-radius:6px;margin-bottom:10px;font-size:13px;font-weight:600}.grid td.readonly{cursor:not-allowed}.grid td.readonly:hover{outline:none}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:flex-start;justify-content:center;padding:40px 16px;overflow-y:auto;z-index:100}.modal-card{background:#fff;border-radius:8px;padding:20px;min-width:480px;max-width:720px;width:100%;box-shadow:0 10px 25px #00000026}.modal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.modal-head h2{margin:0}.user-form{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;background:#f8fafc;padding:14px;border-radius:6px;margin-bottom:16px}.user-form label{display:flex;flex-direction:column;gap:4px;font-size:13px}.user-form input,.user-form select{padding:6px 8px;border:1px solid #cbd5e1;border-radius:4px;font-size:14px}.user-form button{grid-column:1 / -1}.user-table{width:100%;border-collapse:collapse;font-size:13px}.user-table th,.user-table td{padding:8px;border-bottom:1px solid #e2e8f0;text-align:left}.user-table th{background:#f1f5f9}.modal-card.modal-wide{max-width:900px;max-height:calc(100vh - 80px);overflow-y:auto}.rc-toolbar{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;margin-bottom:14px;flex-wrap:wrap;gap:8px}.rc-template-picker{display:flex;align-items:center;gap:6px}.rc-template-picker select{padding:6px 8px;border:1px solid #cbd5e1;border-radius:4px;font-size:13px;min-width:200px}.rc-toolbar-right{display:flex;gap:6px}.rc-list{display:flex;flex-direction:column;gap:8px}.rc-item{border:1px solid #e2e8f0;border-radius:6px;padding:12px 14px;background:#fff}.rc-item.disabled{background:#f8fafc;opacity:.7}.rc-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.rc-toggle{display:flex;align-items:center;gap:6px;cursor:pointer}.rc-name{font-weight:600;font-size:14px}.rc-rulekey{margin-left:auto;font-size:11px;color:#64748b;background:#f1f5f9;padding:1px 6px;border-radius:3px}.rc-badge-modified{background:#fef3c7;color:#92400e;font-size:11px;font-weight:700;padding:2px 6px;border-radius:3px}.rc-desc{margin:4px 0 8px;font-size:12px}.rc-params{display:flex;flex-wrap:wrap;gap:14px;padding-left:24px}.rc-param{display:flex;flex-direction:column;gap:2px;font-size:12px}.rc-param-label{color:#475569;font-weight:600}.rc-param input{padding:4px 8px;border:1px solid #cbd5e1;border-radius:4px;font-size:13px;width:100px}.rc-param-default{font-size:11px}button{padding:8px 14px;background:#2563eb;color:#fff;border:0;border-radius:4px;cursor:pointer;font-size:14px}button:disabled{background:#94a3b8;cursor:not-allowed}button.btn-ghost{background:#fff;color:#475569;border:1px solid #cbd5e1}button.btn-danger{background:transparent;color:#dc2626;padding:2px 8px;font-size:18px;line-height:1}button.btn-danger:hover{background:#fee2e2}.nurse-list{display:flex;flex-direction:column;gap:8px}.nurse-row{display:flex;align-items:center;gap:12px;padding:10px 14px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;transition:background .1s}.nurse-row:hover{background:#f1f5f9;border-color:#cbd5e1}.nurse-row-toggle{color:#94a3b8;font-size:10px}.nurse-row-name{font-weight:600;min-width:80px}.nurse-row-summary{color:#64748b;font-size:13px;flex:1}.nurse-row-summary b{color:#334155}.nurse-card{border:1px solid #2563eb;border-radius:8px;padding:14px;background:#fff;box-shadow:0 2px 6px #2563eb1a}.nurse-collapse-btn{background:transparent;color:#64748b;border:0;padding:0 4px;cursor:pointer;font-size:12px}.nurse-collapse-btn:hover{color:#2563eb}.gender-toggle{display:inline-flex;gap:2px}.gender-btn{padding:4px 10px;font-size:12px;font-weight:700;cursor:pointer;background:#f1f5f9;color:#64748b;border:1px solid #cbd5e1}.gender-btn:first-child{border-radius:4px 0 0 4px}.gender-btn:last-child{border-radius:0 4px 4px 0;margin-left:-1px}.gender-btn.m.active{background:#3b82f6;color:#fff;border-color:#2563eb}.gender-btn.f.active{background:#ec4899;color:#fff;border-color:#db2777}.gender-btn:hover:not(.active){background:#e2e8f0}.gender-badge{display:inline-block;min-width:22px;padding:1px 6px;font-size:11px;font-weight:700;text-align:center;border-radius:3px}.gender-badge.m{background:#dbeafe;color:#1d4ed8}.gender-badge.f{background:#fce7f3;color:#be185d}.gender-badge.none{background:#f1f5f9;color:#94a3b8}.nc3-toggle{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:#475569;margin-left:4px;-webkit-user-select:none;user-select:none}.nc3-toggle input{margin:0}.nc3-badge{display:inline-block;padding:1px 6px;font-size:10px;font-weight:700;background:#1e293b;color:#fff;border-radius:3px;letter-spacing:.5px}.nc3-notice{margin:8px 0 12px;padding:8px 10px;background:#f1f5f9;border-left:3px solid #1e293b;border-radius:0 4px 4px 0;font-size:12px;color:#475569}.skill-badge{display:inline-block;min-width:18px;padding:1px 5px;font-size:10px;font-weight:800;text-align:center;border-radius:3px;letter-spacing:.3px}.skill-badge.skill-a{background:#fef3c7;color:#92400e;border:1px solid #fde68a}.skill-badge.skill-b{background:#dbeafe;color:#1e40af;border:1px solid #bfdbfe}.skill-badge.skill-c{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.role-pill{display:inline-block;padding:1px 6px;font-size:10px;font-weight:700;border-radius:3px;letter-spacing:.3px}.role-pill.charge{background:#ede9fe;color:#5b21b6}.role-pill.preceptor{background:#ccfbf1;color:#115e59}.role-pill.wardclerk{background:#e0e7ff;color:#3730a3}.role-pill.pregnant{background:#fce7f3;color:#be185d}.nurse-attrs{display:flex;flex-direction:column;gap:6px;padding:10px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;margin-bottom:10px}.nurse-attrs-row{display:flex;flex-wrap:wrap;gap:16px;align-items:center;font-size:13px;color:#334155}.nurse-attrs .attr-label{color:#475569;font-weight:600;margin-right:6px;font-size:12px}.nurse-attrs .attr-group{display:inline-flex;align-items:center;gap:4px}.nurse-attrs .attr-check{display:inline-flex;align-items:center;gap:4px;cursor:pointer;-webkit-user-select:none;user-select:none}.nurse-attrs .attr-num{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#475569;font-weight:600}.nurse-attrs .attr-num input{width:60px;padding:3px 6px}.nurse-attrs .attr-num-inline{width:56px;padding:3px 6px}.nurse-attrs .attr-select{padding:4px 6px;border:1px solid #cbd5e1;border-radius:4px;font-size:12px;background:#fff}.nurse-attrs .attr-date{padding:3px 6px;border:1px solid #cbd5e1;border-radius:4px;font-size:12px;background:#fff}.nurse-attrs .attr-date:disabled{background:#f1f5f9;color:#94a3b8}.nurse-attrs .attr-cum{margin-left:auto;font-size:11px}.skill-toggle{display:inline-flex;gap:2px}.skill-btn{padding:3px 9px;font-size:11px;font-weight:800;cursor:pointer;background:#f1f5f9;color:#64748b;border:1px solid #cbd5e1}.skill-btn:first-child{border-radius:4px 0 0 4px}.skill-btn:last-child{border-radius:0 4px 4px 0;margin-left:-1px}.skill-btn:not(:first-child):not(:last-child){margin-left:-1px}.skill-btn:hover:not(.active){background:#e2e8f0}.skill-btn.skill-a.active{background:#f59e0b;color:#fff;border-color:#d97706}.skill-btn.skill-b.active{background:#3b82f6;color:#fff;border-color:#2563eb}.skill-btn.skill-c.active{background:#ef4444;color:#fff;border-color:#dc2626}.nurse-card-head{display:flex;gap:8px;align-items:center;margin-bottom:10px}.nurse-name{flex:1;font-size:16px;font-weight:600;padding:6px 8px;border:1px solid #cbd5e1;border-radius:4px}.nurse-section{margin-bottom:10px}.nurse-section-title{font-size:12px;color:#475569;margin-bottom:6px;font-weight:600}.nurse-rel-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.cal-loading{grid-column:1 / -1;padding:12px;text-align:center;color:#94a3b8;font-size:12px}.cal-head{font-size:11px;font-weight:700;color:#475569;text-align:center;padding:4px 0;background:#f1f5f9;border-radius:3px}.cal-head.sun,.cal-head.sat{color:#b91c1c;background:#fef2f2}.cal-pad{background:transparent;min-height:30px}.day-toggle{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;color:#334155;border:1px solid #e2e8f0;padding:4px 0;font-size:11px;line-height:1.1;cursor:pointer;border-radius:3px;position:relative;min-height:30px}.day-toggle .day-num{font-weight:600;font-size:12px}.day-toggle .day-h{position:absolute;top:1px;right:2px;font-size:8px;color:#b91c1c;font-weight:700}.day-toggle.sun,.day-toggle.sat{color:#b91c1c}.day-toggle.weekend:not(.holiday){background:#fffbeb}.day-toggle.holiday{background:#fee2e2;color:#991b1b;border-color:#fca5a5}.day-toggle.on{color:#fff!important}.day-toggle.on.leave-v{background:#16a34a!important;border-color:#15803d}.day-toggle.on.leave-pe{background:#7c3aed!important;border-color:#6d28d9}.day-toggle.on .day-h{color:#fde68a}.day-toggle:hover:not(.on){background:#f1f5f9}.day-toggle .day-code{position:absolute;bottom:1px;right:2px;font-size:8px;font-weight:700;color:#ffffffd9}.leave-type-toggle{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-size:12px;flex-wrap:wrap}.leave-type-toggle .right{margin-left:auto}.type-btn{padding:5px 12px;font-size:12px;border-radius:4px;cursor:pointer;background:#f1f5f9;color:#475569;border:1px solid #cbd5e1;font-weight:600}.type-btn:hover{background:#e2e8f0}.type-btn.active.v{background:#16a34a;color:#fff;border-color:#15803d}.type-btn.active.pe{background:#7c3aed;color:#fff;border-color:#6d28d9}.rel-list{display:flex;flex-direction:column;gap:4px;max-height:120px;overflow-y:auto}.rel-chip{display:flex;align-items:center;gap:6px;font-size:13px;padding:2px 4px;border-radius:3px}.rel-chip:hover{background:#f1f5f9}.grid{border-collapse:collapse;width:100%;font-size:13px}.grid th,.grid td{border:1px solid #e2e8f0;padding:6px;text-align:center;min-width:36px}.grid thead th{background:#f1f5f9}.grid .corner,.grid .row-head{background:#f1f5f9;text-align:left;white-space:nowrap}.grid th.weekend{background:#fef3c7;color:#b45309}.grid th.holiday{background:#fee2e2;color:#991b1b}.grid th.partial-week{color:#94a3b8;font-style:italic}.grid td.weekend-cell{box-shadow:inset 0 -2px #fbbf24}.status-bad{background:#fee2e2;color:#991b1b;padding:12px;border-radius:4px;margin-top:12px}.diag-panel{background:#fef3c7;border:1px solid #fde68a;padding:12px;border-radius:6px;margin-top:12px}.diag-head{margin-bottom:8px;color:#78350f}.diag-result{margin-top:12px;padding:10px;background:#fff;border:1px solid #fde68a;border-radius:4px;font-size:13px}.diag-rules{margin:8px 0 0;padding-left:18px}.diag-rules code{background:#f1f5f9;padding:1px 6px;border-radius:3px;font-size:12px}.edit-bar{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#f1f5f9;border-radius:6px;margin-bottom:10px;font-size:13px}.cov-bar{background:#fef2f2;color:#991b1b;padding:8px 10px;border-radius:4px;margin-bottom:8px;font-size:12px}.cov-pill{color:#b91c1c}.alert-bar{background:#fffbeb;color:#78350f;border:1px solid #fde68a;border-left:4px solid #f59e0b;padding:10px 14px;border-radius:4px;margin-bottom:8px;font-size:13px}.alert-list{margin:6px 0 0;padding-left:18px}.alert-list li{margin:2px 0}.legend{margin-top:8px;font-size:12px}.grid-wrap{overflow-x:auto}.grid{table-layout:fixed;width:100%}.grid th,.grid td{min-width:0;padding:4px 2px;font-size:12px}.grid .corner,.grid .row-head{width:78px;padding:4px 8px}.grid td{cursor:pointer;-webkit-user-select:none;user-select:none;position:relative}.grid td:hover{outline:2px solid #2563eb;outline-offset:-2px}.grid td.cell-edited{box-shadow:inset 0 0 0 2px #2563eb}.grid td.cell-violation{box-shadow:inset 0 0 0 2px #dc2626}.grid td.cell-edited.cell-violation{box-shadow:inset 0 0 0 2px #dc2626,inset 0 0 0 4px #2563eb}.grid td.cell-editing{padding:0}.grid td.cell-editing select{width:100%;padding:4px;border:0;background:#fff;font-size:13px;text-align:center}.violation-dot{position:absolute;top:2px;right:2px;width:6px;height:6px;border-radius:50%;background:#dc2626}.v1-grid-wrap{margin-top:4px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.v1-grid-scroll{overflow:auto;max-height:72vh}.v1-grid{border-collapse:separate;border-spacing:0;width:100%;table-layout:fixed;font-family:Pretendard Variable,Pretendard,system-ui,-apple-system,sans-serif;font-variant-numeric:tabular-nums}.v1-grid th,.v1-grid td{border-right:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;text-align:center;font-size:12px;background:#fff}.v1-grid .v1-corner{position:sticky;left:0;z-index:6;background:#f8fafc;border-right:1px solid #e2e8f0;width:96px;min-width:96px;max-width:96px;font-size:11px;color:#64748b;font-weight:600;padding:6px 10px;text-align:left}.v1-grid .v1-corner.small{font-size:12px;font-weight:700}.v1-grid thead th{position:sticky;top:0;z-index:4}.v1-grid thead .v1-corner{z-index:7}.v1-grid tfoot th{position:sticky;height:46px;box-sizing:border-box;z-index:4;background:#f8fafc;border-top:1px solid #e2e8f0}.v1-grid tfoot .v1-corner{z-index:7}.v1-day-th{padding:5px 0 6px;width:40px;min-width:40px;height:48px;box-sizing:border-box;border-bottom:1px solid #e2e8f0}.v1-dow{font-size:11px;color:#94a3b8;font-weight:600;line-height:1.1}.v1-day{font-size:16px;font-weight:800;line-height:1.2;color:#334155}.v1-day-th.we{background:#fafbfc}.v1-day-th.we .v1-day{color:#64748b}.v1-day-th.ho{background:#fef2f2}.v1-day-th.ho .v1-day,.v1-day-th.ho .v1-dow{color:#991b1b}.v1-ho-tag{font-size:9px;color:#991b1b;font-weight:700;line-height:1;margin-top:1px}.v1-day-th.hov,.v1-cov-th.hov{background:#eff6ff!important}.v1-day-th.hov .v1-day{color:#1d4ed8}.v1-cov-th{padding:3px 0}.v1-cov-row{display:flex;flex-direction:column;gap:1px;align-items:center;line-height:1.15}.v1-cov-badge{display:inline-flex;align-items:center;gap:3px;font-size:12px}.v1-cov-badge.bad .v1-cov-num{color:#dc2626;font-weight:700}.v1-cov-badge.ok .v1-cov-num{color:#475569;font-weight:600}.v1-cov-dot{width:7px;height:7px;border-radius:50%}.v1-cov-num{font-variant-numeric:tabular-nums}.v1-cov-req{color:#94a3b8;font-weight:600}.v1-cov-badge.bad .v1-cov-req{color:#dc2626}.shift-legend{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:6px 14px;padding:8px 16px;border-bottom:1px solid #eef2f7}.shift-legend-item{display:inline-flex;align-items:center;gap:5px;font-size:11px;color:#475569}.shift-legend-item .v1-cov-dot{flex:none}.shift-legend-lbl{font-weight:600}.v1-row-head{position:sticky;left:0;z-index:3;background:#fff;border-right:1px solid #e2e8f0;width:96px;min-width:96px;max-width:96px;text-align:left;padding:4px 10px;cursor:pointer}.v1-rh-name{font-size:12px;font-weight:600;color:#0f172a}.v1-rh-meta{display:flex;gap:2px;margin-top:2px;flex-wrap:wrap}.v1-row.dim td:not(.editing){opacity:.35}.v1-row.sel .v1-row-head{background:#eff6ff;border-right-color:#bfdbfe}.v1-row.sel td{background:#fafcff}.v1-tag{font-size:9px;font-weight:800;padding:1px 4px;border-radius:3px;letter-spacing:.04em}.v1-tag.mini{font-size:8px;padding:1px 3px}.v1-tag.charge{background:#ede9fe;color:#5b21b6}.v1-tag.nc3{background:#1e293b;color:#fff}.v1-tag.prec{background:#ccfbf1;color:#115e59}.v1-tag.new{background:#fee2e2;color:#991b1b}.v1-tag.preg{background:#fce7f3;color:#be185d}.v1-tag.acting{background:#ffedd5;color:#9a3412}.v1-cell{padding:2px;height:34px;cursor:pointer;position:relative}.v1-cell.readonly{cursor:not-allowed}.v1-cell.we{background:#fafbfc}.v1-cell.ho{background:#fef9f9}.v1-cell.hov{background:#eff6ff}.v1-shift{display:flex;align-items:center;justify-content:center;height:100%;border-radius:4px;font-size:11px;font-weight:700;border:1px solid transparent;font-variant-numeric:tabular-nums;letter-spacing:-.02em;transition:transform .1s}.v1-cell:not(.readonly):hover .v1-shift{transform:scale(1.05)}.v1-cell.past{background:repeating-linear-gradient(-45deg,#f1f5f9,#f1f5f9 4px,#e2e8f0 4px,#e2e8f0 8px)}.v1-cell.past .v1-shift{opacity:.5}.v1-cell.fixed .v1-shift{box-shadow:inset 0 0 0 2px #6d28d9}.v1-cell.edited .v1-shift{box-shadow:inset 0 0 0 2px #2563eb}.v1-cell.viol .v1-shift{box-shadow:inset 0 0 0 2px #dc2626}.v1-cell.edited.viol .v1-shift{box-shadow:inset 0 0 0 2px #dc2626,inset 0 0 0 4px #2563eb}.v1-viol-dot{position:absolute;top:3px;right:3px;width:6px;height:6px;border-radius:50%;background:#dc2626;box-shadow:0 0 0 2px #fff}.v1-cell.editing{position:relative;z-index:10;padding:0}.v1-picker{position:absolute;top:0;left:50%;transform:translate(-50%);z-index:20;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 8px 24px #0f172a2e;padding:8px;min-width:280px}.v1-picker-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:4px}.v1-pick{display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 4px;border-radius:6px;font-weight:700;cursor:pointer;border:2px solid transparent;transition:transform .1s}.v1-pick:hover{transform:scale(1.05)}.v1-pick.current{box-shadow:inset 0 0 0 2px currentColor}.v1-pick-code{font-size:13px}.v1-pick-label{font-size:9px;font-weight:600;opacity:.7}.v1-pick-close{position:absolute;top:4px;right:4px;width:18px;height:18px;border-radius:4px;background:#f1f5f9;border:0;color:#64748b;cursor:pointer;font-size:10px}.v1-shell{border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;background:#f6f8fb;font-family:Pretendard Variable,Pretendard,system-ui,-apple-system,sans-serif}.v1-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 16px;background:#fff;border-bottom:1px solid #e2e8f0;flex-wrap:wrap}.v1-topbar-left,.v1-topbar-right{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.v1-dept-chip{display:flex;align-items:center;gap:10px;background:transparent;border:1px solid transparent;border-radius:8px;padding:4px 8px;cursor:pointer;font-family:inherit;text-align:left;color:#0f172a}.v1-dept-chip:hover{background:#f1f5f9;border-color:#e2e8f0}button.v1-month-label{background:transparent;border:1px solid transparent;border-radius:8px;cursor:pointer;font-family:inherit;color:#0f172a}button.v1-month-label:hover{background:#f1f5f9;border-color:#e2e8f0}.v1-dept-dot{width:8px;height:32px;border-radius:2px;background:linear-gradient(180deg,#0ea5e9,#2563eb)}.v1-dept-name{font-weight:700;font-size:14px;letter-spacing:-.01em}.v1-dept-meta{font-size:11px;color:#64748b;margin-top:1px}.v1-divider{width:1px;height:28px;background:#e2e8f0}.v1-month-label{text-align:center;padding:0 4px}.v1-month-year{font-size:10px;color:#64748b;letter-spacing:.04em}.v1-month-num{font-size:16px;font-weight:700;letter-spacing:-.02em;line-height:1}.v1-status-pill{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.04em}.v1-pill-review{background:#fef3c7;color:#92400e}.v1-pill-draft{background:#f1f5f9;color:#475569}.v1-pill-confirmed{background:#dcfce7;color:#166534}.v1-pill-locked{background:#fee2e2;color:#991b1b}.v1-status-dot{width:6px;height:6px;border-radius:50%;background:currentColor;animation:v1-pulse 2s infinite}@keyframes v1-pulse{0%,to{opacity:1}50%{opacity:.4}}.v1-stat{text-align:center;min-width:46px}.v1-stat-num{font-size:18px;font-weight:700;line-height:1;font-variant-numeric:tabular-nums}.v1-stat-label{font-size:10px;color:#64748b;margin-top:3px;letter-spacing:.04em}.v1-qstat{min-width:72px;padding-right:12px;border-right:1px solid #e2e8f0;margin-right:4px}.v1-qstat-num{font-size:20px;font-weight:800;line-height:1;font-variant-numeric:tabular-nums;display:inline-flex;align-items:baseline;gap:2px}.v1-qstat-max{font-size:11px;font-weight:600;color:#94a3b8}.v1-qstat-delta{font-size:11px;font-weight:800;margin-left:5px;padding:1px 5px;border-radius:5px}.v1-qstat-delta.up{color:#15803d;background:#dcfce7}.v1-qstat-delta.down{color:#b91c1c;background:#fee2e2}.v1-btn-group{display:flex;gap:4px;padding-left:8px;border-left:1px solid #e2e8f0}.v1-btn{padding:7px 12px;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;border:1px solid transparent}.v1-btn:disabled{opacity:.45;cursor:not-allowed}.v1-btn-ghost{background:#fff;color:#475569;border-color:#e2e8f0}.v1-btn-ghost:not(:disabled):hover{background:#f1f5f9}.v1-btn-primary{background:#0f172a;color:#fff}.v1-btn-primary:not(:disabled):hover{background:#1e293b}.v1-export{position:relative}.v1-export-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30}.v1-export-pop{position:absolute;top:calc(100% + 4px);right:0;z-index:31;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 8px 24px #0f172a24;padding:4px;min-width:132px}.v1-export-pop button{display:block;width:100%;text-align:left;padding:8px 10px;font-size:12px;font-weight:600;color:#334155;background:none;border:none;border-radius:5px;cursor:pointer}.v1-export-pop button:hover{background:#f1f5f9}.v1-icon-btn-sm{width:22px;height:22px;border-radius:4px;border:1px solid #e2e8f0;background:#fff;color:#475569;font-size:12px;cursor:pointer}.v1-icon-btn-sm:hover{background:#f1f5f9}.v1-shell-subbar{display:flex;align-items:center;gap:16px;flex-wrap:wrap;padding:8px 16px;background:#fff;border-bottom:1px solid #f1f5f9;font-size:12px}.v1-shell .locked-banner{margin:0;border-radius:0}.v1-body{display:flex;align-items:stretch;min-height:0}.v1-body .v1-grid-wrap{flex:1 1 auto;min-width:0;margin-top:0;border:0;border-radius:0}.v1-body .v1-grid-scroll{max-height:70vh}.v1-rail{flex:0 0 232px;background:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;min-height:0;max-height:70vh}.v1-rail-head{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-bottom:1px solid #f1f5f9;font-size:12px;font-weight:600;color:#475569}.v1-rail-list{flex:1;overflow-y:auto;padding:6px}.v1-nurse-card{padding:8px 10px;border-radius:6px;cursor:pointer;border:1px solid transparent;margin-bottom:2px}.v1-nurse-card:hover{background:#f8fafc}.v1-nurse-card.active{background:#eff6ff;border-color:#bfdbfe}.v1-nurse-row1{display:flex;justify-content:space-between;align-items:center;gap:6px}.v1-nurse-name{font-size:13px;font-weight:600;letter-spacing:-.01em}.v1-nurse-badges{display:flex;gap:3px;flex-wrap:wrap}.v1-nurse-row2{display:flex;align-items:center;gap:6px;margin-top:3px;font-size:10.5px;color:#64748b}.v1-yrs{color:#475569;font-weight:600}.v1-skill{font-size:10px;font-weight:800;padding:0 4px;border-radius:3px;background:#f1f5f9;color:#475569}.v1-worktype{font-size:10px;font-weight:700;padding:0 4px;border-radius:3px;background:#eef2ff;color:#4338ca}.v1-mini-counts{margin-left:auto;display:flex;gap:6px;font-variant-numeric:tabular-nums;font-size:10.5px}.v1-mini-counts .muted{color:#94a3b8}.v1-nurse-row3{display:flex;align-items:center;gap:6px;margin-top:5px}.v1-hours-bar{flex:1;height:4px;background:#f1f5f9;border-radius:2px;overflow:hidden}.v1-hours-fill{height:100%;border-radius:2px;transition:width .2s}.v1-hours-text{font-size:10.5px;font-weight:700;color:#475569;font-variant-numeric:tabular-nums}.v1-hours-text.over{color:#dc2626}.v1-viol-chip{background:#fef2f2;color:#dc2626;font-size:10px;font-weight:700;padding:1px 5px;border-radius:3px}.v1-issues{flex:0 0 272px;background:#fff;border-left:1px solid #e2e8f0;display:flex;flex-direction:column;min-height:0;max-height:70vh}.v1-issues-head{display:flex;justify-content:space-between;align-items:flex-start;padding:14px 16px;border-bottom:1px solid #f1f5f9}.v1-issues-title{font-size:14px;font-weight:700;letter-spacing:-.01em}.v1-issues-sub{font-size:11px;color:#64748b;margin-top:2px}.v1-issues-tabs{display:flex;gap:2px;padding:6px 8px;border-bottom:1px solid #f1f5f9}.v1-iss-tab{padding:4px 8px;border-radius:4px;font-size:11px;font-weight:600;background:transparent;border:0;color:#64748b;cursor:pointer}.v1-iss-tab.active{background:#f1f5f9;color:#0f172a}.v1-iss-tab:hover:not(.active){background:#f8fafc}.v1-issues-list{flex:1;overflow-y:auto;padding:8px}.v1-issues-empty{padding:24px 8px;text-align:center;color:#16a34a;font-size:13px;font-weight:600}.v1-iss-card{padding:10px 12px;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:6px;cursor:pointer;background:#fff}.v1-iss-card:hover{border-color:#cbd5e1;background:#fafbfc;box-shadow:0 2px 8px #0f172a0a}.v1-iss-head{display:flex;align-items:center;gap:6px}.v1-iss-rule{font-size:10px;font-weight:800;color:#475569;background:#f1f5f9;padding:2px 6px;border-radius:3px;letter-spacing:.04em}.v1-iss-sev{font-size:9px;font-weight:800;padding:1px 5px;border-radius:3px;margin-left:auto;letter-spacing:.05em}.v1-iss-sev.hard{background:#fee2e2;color:#991b1b}.v1-iss-sev.info{background:#fef3c7;color:#92400e}.v1-iss-msg{font-size:12px;line-height:1.4;color:#1e293b;margin:6px 0 4px}.v1-iss-foot{display:flex;justify-content:space-between;font-size:11px;color:#64748b}.v1-iss-nurse{font-weight:600;color:#475569}.v1-iss-days{font-variant-numeric:tabular-nums}@media (max-width: 1100px){.v1-body{flex-wrap:wrap}.v1-rail,.v1-issues{flex-basis:100%;max-height:280px;border:0;border-top:1px solid #e2e8f0}.v1-body .v1-grid-wrap{flex-basis:100%}}.lg-root{position:absolute;top:0;right:0;bottom:0;left:0;font-family:Pretendard Variable,Pretendard,-apple-system,system-ui,sans-serif;display:grid;grid-template-columns:46% 54%;background:#f6f8fb;color:#0f172a;overflow:hidden}@media (max-width: 900px){.lg-root{grid-template-columns:1fr}.lg-brand{display:none!important}}.lg-brand{position:relative;background:radial-gradient(900px 500px at 15% 0%,rgba(37,99,235,.35),transparent 60%),radial-gradient(700px 500px at 90% 100%,rgba(14,165,233,.25),transparent 55%),linear-gradient(160deg,#0f172a,#111c30 55%,#0b1220);color:#e2e8f0;display:flex;flex-direction:column;justify-content:space-between;padding:42px 48px;overflow:hidden}.lg-brand:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(148,163,184,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(148,163,184,.05) 1px,transparent 1px);background-size:36px 36px;-webkit-mask-image:radial-gradient(120% 120% at 50% 0%,#000 30%,transparent 75%);mask-image:radial-gradient(120% 120% at 50% 0%,#000 30%,transparent 75%);pointer-events:none}.lg-brand-top,.lg-brand-mid,.lg-deco,.lg-brand-foot{position:relative;z-index:1}.lg-logo{display:flex;align-items:center;gap:12px}.lg-logo-mark{width:38px;height:38px;border-radius:10px;background:linear-gradient(135deg,#0ea5e9,#2563eb);display:flex;align-items:flex-end;justify-content:center;gap:3px;padding:8px;box-shadow:0 6px 18px #2563eb66}.lg-logo-bar{width:5px;border-radius:2px;background:#fff}.lg-logo-bar.a{height:10px;opacity:.7}.lg-logo-bar.b{height:18px}.lg-logo-bar.c{height:13px;opacity:.85}.lg-logo-word{font-size:20px;font-weight:800;letter-spacing:-.02em;color:#fff}.lg-logo-word span{color:#38bdf8;margin:0 1px}.lg-brand-org{font-size:12px;color:#94a3b8;margin-top:14px;letter-spacing:.02em}.lg-brand-mid{margin:8px 0}.lg-headline{font-size:38px;font-weight:800;line-height:1.18;letter-spacing:-.03em;color:#f8fafc;margin:0 0 18px}.lg-accent{background:linear-gradient(120deg,#38bdf8,#818cf8);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.lg-sub{font-size:14px;line-height:1.6;color:#94a3b8;max-width:420px;margin:0 0 22px}.lg-feats{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.lg-feats li{display:flex;align-items:center;gap:10px;font-size:13px;color:#cbd5e1;font-weight:500}.lg-feat-dot{width:6px;height:6px;border-radius:50%;background:#38bdf8;box-shadow:0 0 10px #38bdf8cc}.lg-deco{display:flex;flex-direction:column;gap:4px;margin:28px 0;-webkit-mask-image:linear-gradient(90deg,#000 55%,transparent 100%);mask-image:linear-gradient(90deg,#000 55%,transparent 100%);opacity:.5}.lg-deco-row{display:flex;gap:4px}.lg-deco-cell{width:30px;height:24px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:800;color:#ffffffe6;font-variant-numeric:tabular-nums}.lg-brand-foot{display:flex;align-items:center;gap:8px;font-size:11px;color:#64748b;letter-spacing:.02em}.lg-dot-sep{color:#334155}.lg-form-wrap{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px;position:relative}.lg-form{width:100%;max-width:360px;display:flex;flex-direction:column}.lg-form-head{margin-bottom:26px}.lg-form-title{font-size:26px;font-weight:800;letter-spacing:-.02em}.lg-form-sub{font-size:14px;color:#64748b;margin-top:6px}.lg-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca;padding:10px 12px;border-radius:8px;font-size:12.5px;font-weight:600;margin-bottom:16px}.lg-google{width:100%;height:46px;border-radius:10px;border:1px solid #cbd5e1;background:#fff;color:#1f2937;font-size:14px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:10px;transition:background .12s,border-color .12s,transform .05s;margin-bottom:14px}.lg-google:hover:not(:disabled){background:#f8fafc;border-color:#94a3b8}.lg-google:active:not(:disabled){transform:translateY(1px)}.lg-google:disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed}.lg-google-ic{width:18px;height:18px;flex:0 0 18px}.lg-divider{display:flex;align-items:center;gap:12px;margin:6px 0 14px;color:#94a3b8;font-size:11px;font-weight:600;letter-spacing:.5px}.lg-divider:before,.lg-divider:after{content:"";flex:1;height:1px;background:#e2e8f0}.lg-field{display:block;margin-bottom:16px}.lg-label{font-size:12.5px;font-weight:700;color:#334155;white-space:nowrap}.lg-input-box{display:flex;align-items:center;gap:8px;margin-top:7px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;padding:0 12px;transition:border-color .12s,box-shadow .12s}.lg-input-box:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.lg-input-ic{font-size:14px;color:#94a3b8;width:16px;text-align:center}.lg-input{flex:1;border:0;outline:0;background:transparent;padding:12px 0;font-size:14px;color:#0f172a;font-family:inherit}.lg-input::placeholder{color:#cbd5e1}.lg-caps{font-size:11px;color:#b45309;margin-top:6px;font-weight:600}.lg-notice{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0;padding:10px 12px;border-radius:8px;font-size:12.5px;font-weight:600;margin-bottom:16px}.lg-opt{font-weight:500;color:#94a3b8}select.lg-input{cursor:pointer}.lg-switch{margin-top:14px;text-align:center;font-size:12.5px;color:#64748b}.lg-switch button{background:none;border:0;padding:0 0 0 4px;font-size:12.5px;font-weight:800;color:#2563eb;cursor:pointer;font-family:inherit;text-decoration:underline}.lg-switch button:hover{color:#1d4ed8}.lg-row{display:flex;align-items:center;justify-content:space-between;margin:4px 0 20px}.lg-check{display:flex;align-items:center;gap:8px;font-size:13px;color:#475569;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.lg-check input{position:absolute;opacity:0;width:0;height:0}.lg-check-box{flex:0 0 18px;width:18px;height:18px;border-radius:5px;border:1.5px solid #cbd5e1;display:inline-flex;align-items:center;justify-content:center;transition:all .12s}.lg-check input:checked+.lg-check-box{background:#2563eb;border-color:#2563eb}.lg-check input:checked+.lg-check-box:after{content:"✓";color:#fff;font-size:12px;font-weight:800}.lg-submit{height:46px;border-radius:10px;border:0;background:#0f172a;color:#fff;font-size:14px;font-weight:700;cursor:pointer;transition:background .12s,transform .05s;display:inline-flex;align-items:center;justify-content:center}.lg-submit:hover:not(:disabled){background:#1e293b}.lg-submit:active:not(:disabled){transform:translateY(1px)}.lg-submit:disabled{background:#cbd5e1;cursor:not-allowed}.lg-spinner{width:18px;height:18px;border-radius:50%;border:2.5px solid rgba(255,255,255,.35);border-top-color:#fff;animation:lg-spin .7s linear infinite}@keyframes lg-spin{to{transform:rotate(360deg)}}.lg-demo{margin-top:18px;padding:10px 12px;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;font-size:11.5px;color:#64748b;text-align:center;cursor:pointer;transition:background .1s}.lg-demo:hover{background:#f1f5f9}.lg-demo b{color:#334155;font-weight:700}.lg-demo-tag{display:inline-block;background:#0f172a;color:#fff;font-size:9px;font-weight:800;letter-spacing:.08em;padding:1px 5px;border-radius:3px;margin-right:6px;vertical-align:1px}.lg-foot{position:absolute;bottom:24px;left:0;right:0;display:flex;justify-content:space-between;align-items:center;max-width:360px;margin:0 auto;padding:0 40px;font-size:11px;color:#94a3b8}.lg-foot-links{display:flex;gap:14px}.lg-foot-links a{color:#64748b;text-decoration:none}.lg-foot-links a:hover{text-decoration:underline}.sh-root{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;font-family:Pretendard Variable,Pretendard,-apple-system,system-ui,sans-serif;background:#f6f8fb;color:#0f172a;overflow:hidden}.sh-side{flex:0 0 80px;width:80px;background:#0f172a;display:flex;flex-direction:column;align-items:center;padding:14px 0 12px;z-index:30}.sh-brand{margin-bottom:14px}.sh-logo{width:40px;height:40px;border-radius:11px;background:linear-gradient(135deg,#0ea5e9,#2563eb);display:flex;align-items:flex-end;justify-content:center;gap:3px;padding:9px;box-shadow:0 6px 16px #2563eb66}.sh-logo-bar{width:5px;border-radius:2px;background:#fff}.sh-logo-bar.a{height:9px;opacity:.7}.sh-logo-bar.b{height:17px}.sh-logo-bar.c{height:12px;opacity:.85}.sh-dept{position:relative;margin-bottom:12px;display:flex;justify-content:center}.sh-dept-btn{width:48px;height:38px;border-radius:10px;border:1px solid rgba(148,163,184,.25);background:#6366f124;color:#c7d2fe;font-size:12px;font-weight:800;cursor:pointer;padding:0 2px;line-height:1.1}.sh-dept-btn:hover:not(.static){background:#6366f142;color:#fff}.sh-dept-btn.static{cursor:default}.sh-dept-pop{position:absolute;top:0;left:calc(100% + 10px);z-index:50;width:180px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 14px 36px #0f172a33;padding:6px}.sh-dept-pop-head{font-size:10.5px;font-weight:800;color:#94a3b8;letter-spacing:.04em;padding:6px 10px 8px}.sh-user-pop-item.active{background:#eef2ff;color:#4f46e5}.sh-nav{display:flex;flex-direction:column;align-items:center;gap:4px;width:100%;flex:1}.sh-nav-item{width:60px;padding:9px 0 7px;border-radius:12px;background:transparent;border:0;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:5px;color:#e2e8f0;transition:all .12s}.sh-nav-item:hover{background:#94a3b81f;color:#fff}.sh-nav-item.active{background:#2563eb29;color:#60a5fa}.sh-nav-item.active .sh-nav-ic{color:#60a5fa}.sh-nav-ic{display:inline-flex}.sh-nav-lbl{font-size:10px;font-weight:700;letter-spacing:-.01em}.sh-nav-sep{width:44px;margin:8px 0 4px;text-align:center;border-top:1px solid rgba(148,163,184,.45);padding-top:8px}.sh-nav-sep span{font-size:9px;font-weight:800;color:#cbd5e1;letter-spacing:.1em}.sh-side-foot{position:relative;margin-top:auto}.sh-user-btn{width:42px;height:42px;border-radius:12px;border:1px solid rgba(148,163,184,.2);background:transparent;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.sh-user-btn:hover{border-color:#94a3b866}.sh-user-av{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,#0ea5e9,#2563eb);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}.sh-user-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40}.sh-user-pop{position:absolute;bottom:0;left:calc(100% + 10px);z-index:50;width:200px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 14px 36px #0f172a33;padding:6px}.sh-user-pop-head{padding:8px 10px 10px}.sh-user-pop-name{font-size:13px;font-weight:700}.sh-user-pop-sub{font-size:11px;color:#64748b;margin-top:2px}.sh-user-pop-item{display:block;width:100%;text-align:left;padding:8px 10px;border-radius:6px;border:0;background:transparent;font-size:12px;font-weight:600;color:#475569;cursor:pointer}.sh-user-pop-item:hover{background:#f1f5f9}.sh-user-pop-item.danger{color:#dc2626}.sh-user-pop-item.danger:hover{background:#fef2f2}.sh-user-pop-sep{height:1px;background:#f1f5f9;margin:4px 0}.sh-main{position:relative;flex:1;min-width:0;overflow:hidden}.sh-page-scroll{position:absolute;top:0;right:0;bottom:0;left:0;overflow-y:auto}.sh-page-scroll .app{padding:24px 28px;max-width:none}.sched-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px}.pg-root{position:absolute;top:0;right:0;bottom:0;left:0;overflow-y:auto}.pg-head{display:flex;justify-content:space-between;align-items:flex-start;padding:30px 36px 18px;gap:16px;position:sticky;top:0;z-index:5;background:linear-gradient(180deg,#f6f8fb 70%,#f6f8fb00)}.pg-eyebrow{font-size:11px;font-weight:800;color:#2563eb;letter-spacing:.08em;margin-bottom:6px}.pg-title{font-size:24px;font-weight:800;letter-spacing:-.025em;margin:0}.pg-sub{font-size:13.5px;color:#64748b;margin:6px 0 0}.pg-head-actions{display:flex;gap:8px;flex-shrink:0;padding-top:4px}.pg-body{padding:4px 36px 48px}.pg-btn{padding:9px 15px;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;border:1px solid transparent;font-family:inherit;transition:all .12s;white-space:nowrap}.pg-btn.primary{background:#0f172a;color:#fff}.pg-btn.primary:hover{background:#1e293b}.pg-btn.primary:disabled{background:#cbd5e1;cursor:not-allowed}.pg-btn.ghost{background:#fff;color:#475569;border-color:#e2e8f0}.pg-btn.ghost:hover{background:#f8fafc}.pg-btn.danger-ghost{background:#fff;color:#dc2626;border-color:#fecaca}.pg-btn.danger-ghost:hover{background:#fef2f2}.pg-btn.block{width:100%;text-align:center}.pg-cards-2{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:start}.pg-col{display:flex;flex-direction:column;gap:20px}.pg-card{background:#fff;border:1px solid #e8edf3;border-radius:14px;box-shadow:0 1px 2px #0f172a08}.pg-card.no-pad{overflow:hidden}.pg-card-head{padding:16px 18px 0}.pg-card-title{font-size:14.5px;font-weight:700;letter-spacing:-.01em}.pg-card-sub{font-size:12px;color:#94a3b8;margin-top:3px}.pg-card-body{padding:16px 18px}.pg-card-foot{padding:12px 18px;border-top:1px solid #f1f5f9;font-size:11.5px;color:#64748b}.pg-field{display:block;margin-bottom:14px}.pg-field:last-child{margin-bottom:0}.pg-field-label{display:flex;align-items:baseline;gap:6px;font-size:12.5px;font-weight:700;color:#334155;margin-bottom:6px}.pg-field-hint{font-size:11px;font-weight:500;color:#94a3b8}.pg-ro{padding:9px 0;font-size:14px;font-weight:600;color:#0f172a}.pg-su-list{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px;min-height:24px}.pg-su-empty{font-size:13px;color:#94a3b8}.pg-su-chip{display:inline-flex;align-items:center;gap:8px;padding:6px 8px 6px 12px;border-radius:999px;background:#eef2ff;color:#3730a3;font-size:13px;font-weight:600}.pg-su-x{border:none;background:#00000014;color:#475569;width:18px;height:18px;border-radius:50%;cursor:pointer;font-size:11px;line-height:1}.pg-su-x:hover{background:#fca5a5;color:#7f1d1d}.pg-su-add{display:flex;gap:8px;max-width:420px}.pg-su-add .pg-input{flex:1}.pg-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.pg-input{width:100%;border:1px solid #e2e8f0;border-radius:9px;background:#fff;padding:10px 12px;font-size:13.5px;color:#0f172a;font-family:inherit;outline:none;transition:border-color .12s,box-shadow .12s}.pg-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.pg-select-wrap{position:relative}.pg-select{width:100%;border:1px solid #e2e8f0;border-radius:9px;background:#fff;padding:10px 32px 10px 12px;font-size:13.5px;color:#0f172a;font-family:inherit;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.pg-select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.pg-select-caret{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:10px;color:#94a3b8;pointer-events:none}.pg-divider-line{height:1px;background:#f1f5f9;margin:18px 0}.pg-toggle{width:40px;height:23px;border-radius:999px;border:0;background:#cbd5e1;cursor:pointer;position:relative;transition:background .15s;flex-shrink:0}.pg-toggle.on{background:#2563eb}.pg-toggle-knob{position:absolute;top:2.5px;left:2.5px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .15s;box-shadow:0 1px 2px #0003}.pg-toggle.on .pg-toggle-knob{transform:translate(17px)}.pg-switch-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px solid #f1f5f9}.pg-switch-row:last-child{border-bottom:0}.pg-switch-label{font-size:13px;font-weight:700;color:#1e293b}.pg-switch-sub{font-size:11.5px;color:#94a3b8;margin-top:2px}.pg-stepper{display:inline-flex;align-items:center;gap:4px}.pg-step-btn{width:26px;height:26px;border-radius:7px;border:1px solid #e2e8f0;background:#fff;color:#475569;font-size:15px;cursor:pointer;line-height:1;display:inline-flex;align-items:center;justify-content:center}.pg-step-btn:hover{background:#f1f5f9;border-color:#cbd5e1}.pg-step-val{min-width:26px;text-align:center;font-size:16px;font-weight:800;font-variant-numeric:tabular-nums}.pg-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.pg-search{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e2e8f0;border-radius:9px;padding:0 12px;width:240px}.pg-search:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.pg-search-ic{color:#94a3b8;font-size:15px}.pg-search-input{flex:1;border:0;outline:0;padding:9px 0;font-size:13px;background:transparent;font-family:inherit}.pg-chips{display:flex;gap:4px;align-items:center;flex-wrap:wrap}.pg-chip-sep{width:1px;align-self:stretch;min-height:20px;background:#e2e8f0;margin:0 6px}.pg-chip{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;background:#fff;border:1px solid #e2e8f0;font-size:12.5px;font-weight:600;color:#64748b;cursor:pointer}.pg-chip:hover:not(.active){background:#f8fafc}.pg-chip.active{background:#0f172a;color:#fff;border-color:#0f172a}.pg-chip-n{font-size:11px;font-weight:700;opacity:.7}.pg-table{width:100%;border-collapse:separate;border-spacing:0}.pg-table thead th{text-align:left;font-size:11px;font-weight:700;color:#94a3b8;letter-spacing:.02em;padding:12px 14px;border-bottom:1px solid #eef2f7;background:#fafbfc}.pg-table tbody td{padding:11px 14px;border-bottom:1px solid #f1f5f9;font-size:13px;color:#334155}.pg-table tbody tr{cursor:pointer;transition:background .1s}.pg-table tbody tr:hover{background:#f8fafc}.pg-table tbody tr:last-child td{border-bottom:0}.pg-td-name{display:flex;align-items:center;gap:10px;font-weight:700;color:#0f172a}.pg-name-col{display:flex;flex-direction:column;gap:2px;min-width:0}.pg-name-main{font-size:13px;font-weight:700;color:#0f172a}.pg-name-sub{display:flex;gap:4px;flex-wrap:wrap}.pg-name-sub-empty{color:#cbd5e1;font-size:11px}.pg-nb{font-size:10px;font-weight:700;padding:1px 5px;border-radius:3px;letter-spacing:-.01em}.pg-nb.leave{background:#d1fae5;color:#065f46}.pg-nb.prefer{background:#e0f2fe;color:#075985}.pg-nb.avoid{background:#fee2e2;color:#991b1b}.pg-nb.quota{background:#e0e7ff;color:#3730a3;font-variant-numeric:tabular-nums}.pg-av{width:28px;height:28px;border-radius:8px;color:#fff;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.pg-table .mono{font-variant-numeric:tabular-nums;color:#475569}.pg-skill{display:inline-block;width:22px;text-align:center;font-size:11px;font-weight:800;color:#475569;background:#f1f5f9;border-radius:4px;padding:2px 0}.pg-yes{font-size:11px;font-weight:700;color:#0e7490;background:#cffafe;padding:2px 7px;border-radius:4px}.pg-no{color:#cbd5e1}.pg-constraint{font-size:11px;font-weight:700;color:#be185d;background:#fce7f3;padding:2px 7px;border-radius:4px}.pg-job{display:inline-block;font-size:11.5px;font-weight:700;color:#3730a3;background:#eef2ff;border-radius:5px;padding:2px 7px}.pg-emp{font-size:11.5px;font-weight:600;color:#475569}.pg-emp.alt{color:#b45309}.pg-td-act{text-align:right}.pg-row-edit{font-size:12px;font-weight:700;color:#2563eb;background:transparent;border:0;cursor:pointer;padding:4px 8px;border-radius:6px}.pg-row-edit:hover{background:#eff6ff}.pg-empty{text-align:center;color:#94a3b8;padding:32px;font-size:13px}.pg-roletag{font-size:11px;font-weight:800;padding:2px 7px;border-radius:4px;letter-spacing:.02em}.pg-roletag.none{background:#f1f5f9;color:#94a3b8}.pg-roletag.charge{background:#ede9fe;color:#5b21b6}.pg-roletag.nc3{background:#0f172a;color:#fff}.pg-roletag.prec{background:#ccfbf1;color:#115e59}.pg-roletag.new{background:#fee2e2;color:#991b1b}.pg-drawer-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;z-index:200;animation:pgFade .15s ease}@keyframes pgFade{0%{opacity:0}to{opacity:1}}.pg-drawer{position:fixed;top:0;right:0;bottom:0;width:380px;z-index:201;background:#fff;border-left:1px solid #e2e8f0;box-shadow:-12px 0 40px #0f172a1f;display:flex;flex-direction:column;animation:pgSlide .2s cubic-bezier(.16,1,.3,1)}.pg-drawer.wide{width:440px}@keyframes pgSlide{0%{transform:translate(30px);opacity:.5}to{transform:translate(0);opacity:1}}.pg-drawer-head{display:flex;justify-content:space-between;align-items:flex-start;padding:20px 22px 16px;border-bottom:1px solid #f1f5f9}.pg-drawer-eyebrow{font-size:11px;font-weight:800;color:#2563eb;letter-spacing:.06em}.pg-drawer-title{font-size:18px;font-weight:800;letter-spacing:-.02em;margin-top:4px}.pg-drawer-x{width:28px;height:28px;border-radius:7px;border:1px solid #e2e8f0;background:#fff;color:#64748b;cursor:pointer;font-size:12px}.pg-drawer-x:hover{background:#f1f5f9}.pg-drawer-body{flex:1;overflow-y:auto;padding:20px 22px}.pg-drawer-foot{display:flex;justify-content:space-between;align-items:center;padding:14px 22px;border-top:1px solid #f1f5f9;gap:8px}.pg-drawer-foot-r{display:flex;gap:8px;margin-left:auto}.pg-rules{display:flex;flex-direction:column;gap:14px;max-height:460px;overflow-y:auto;margin:-2px;padding:2px}.pg-rule-cat{font-size:11px;font-weight:800;color:#94a3b8;letter-spacing:.04em;margin-bottom:4px}.pg-rule-row{display:flex;align-items:center;gap:10px;padding:9px 4px;border-bottom:1px solid #f6f8fb}.pg-rule-row:last-child{border-bottom:0}.pg-rule-row.off{opacity:.5}.pg-rule-num{font-size:11px;font-weight:800;color:#475569;background:#f1f5f9;padding:2px 6px;border-radius:4px;font-variant-numeric:tabular-nums;flex-shrink:0}.pg-rule-sum{flex:1;font-size:12.5px;color:#334155;font-weight:500}.pg-rule-tag{font-size:9px;font-weight:800;padding:2px 5px;border-radius:3px;letter-spacing:.04em;flex-shrink:0}.pg-rule-tag.hard{background:#fee2e2;color:#991b1b}.pg-rule-tag.soft{background:#e0f2fe;color:#075985}.pg-rule-legend{display:flex;align-items:center;gap:6px}.pg-ruleset-row{display:flex;align-items:center;gap:10px}.pg-ruleset-badge{font-size:13px;font-weight:800;color:#0f172a;background:#f1f5f9;padding:5px 12px;border-radius:7px;font-variant-numeric:tabular-nums}.pg-ruleset-note{font-size:12px;color:#94a3b8}.cov-matrix{display:flex;flex-direction:column}.cov-row{display:grid;grid-template-columns:110px 1fr 1fr 1fr;align-items:center;gap:8px;padding:10px 0;border-bottom:1px solid #f1f5f9}.cov-row:last-child{border-bottom:0}.cov-row.cov-head{padding-top:0}.cov-colhead{display:flex;flex-direction:column;align-items:center;gap:1px}.cov-dot{width:8px;height:8px;border-radius:50%}.cov-colname{font-size:13px;font-weight:800;color:#0f172a}.cov-colsub{font-size:10px;color:#94a3b8}.cov-rl-main{font-size:14px;font-weight:700;color:#1e293b}.cov-rl-sub{font-size:11px;color:#94a3b8;margin-top:1px}.cov-cell{display:flex;justify-content:center}.cov-summary{display:flex;flex-direction:column;align-items:center;padding:8px 0 14px}.cov-sum-big{font-size:44px;font-weight:800;line-height:1;font-variant-numeric:tabular-nums}.cov-sum-big span{font-size:18px;margin-left:3px}.cov-sum-label{font-size:12.5px;color:#64748b;margin-top:6px;font-weight:600}.cov-note{font-size:12px;line-height:1.6;color:#64748b;background:#f8fafc;border:1px solid #eef2f7;border-radius:9px;padding:10px 12px;margin:4px 0 0}.cov-note b{color:#2563eb}.cov-req-foot{display:flex;justify-content:space-between;align-items:center;gap:8px}.cov-req-empty{font-size:13px;color:#94a3b8;padding:18px 4px;text-align:center}.cov-req-empty b{color:#2563eb}.cov-req-table{display:flex;flex-direction:column}.cov-req-row{display:grid;grid-template-columns:1.3fr 1fr .9fr 1.5fr 120px 28px;align-items:center;gap:8px;padding:6px 0;border-bottom:1px solid #f1f5f9}.cov-req-row:last-child{border-bottom:0}.cov-req-row .pg-field{margin:0}.cov-req-head{font-size:11px;font-weight:700;color:#94a3b8;padding-bottom:8px}.cov-req-head span{padding-left:2px}.cov-req-x{border:0;background:transparent;color:#cbd5e1;cursor:pointer;font-size:14px;padding:4px;border-radius:6px}.cov-req-x:hover{color:#ef4444;background:#fef2f2}.cov-tabs{display:flex;gap:6px;margin-bottom:14px;flex-wrap:wrap}.cov-tab{border:1px solid #e2e8f0;background:#fff;color:#475569;cursor:pointer;padding:8px 16px;border-radius:9px;font-size:13.5px;font-weight:700}.cov-tab:hover{border-color:#cbd5e1}.cov-tab.active{background:#4f46e5;border-color:#4f46e5;color:#fff}.cov-active{width:fit-content;max-width:100%}.cov-subs{display:flex;flex-wrap:wrap;gap:16px 48px;align-items:flex-start}.cov-sub{padding:2px 0}.cov-sub-head{display:flex;align-items:center;gap:8px;font-size:13.5px;font-weight:800;color:#1e293b;margin-bottom:8px}.cov-sub-tag{font-size:10.5px;font-weight:700;color:#6366f1;background:#eef2ff;padding:2px 7px;border-radius:6px}.cov-mx{display:flex;flex-direction:column;max-width:560px}.cov-mx-row{display:grid;grid-template-columns:80px repeat(3,minmax(120px,1fr)) 34px;align-items:center;gap:8px;padding:5px 0;border-bottom:1px solid #f6f8fb}.cov-mx-row:last-child{border-bottom:0}.cov-mx-head{font-size:11px;font-weight:700;color:#94a3b8;padding-bottom:4px}.cov-mx-day{text-align:center}.cov-mx-code{font-size:13px;font-weight:800;color:#0f172a;font-variant-numeric:tabular-nums}.cov-mx-cell{display:flex;justify-content:center}.cov-mx-x{border:0;background:transparent;color:#cbd5e1;cursor:pointer;font-size:13px;padding:2px;border-radius:6px}.cov-mx-x:hover{color:#ef4444;background:#fef2f2}.cov-mx-add{margin-top:10px;max-width:240px}.sc-empty{font-size:13px;color:#94a3b8;padding:16px 4px;text-align:center}.sc-list{display:flex;flex-direction:column}.sc-row{display:grid;grid-template-columns:28px 56px 1fr auto;align-items:center;gap:8px;padding:7px 0;border-bottom:1px solid #f1f5f9}.sc-row:last-child{border-bottom:0}.sc-ord{width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:#eef2ff;color:#4f46e5;font-size:11px;font-weight:800;font-variant-numeric:tabular-nums}.sc-code{font-size:13px;font-weight:800;color:#0f172a}.sc-name{font-size:12px;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sc-actions{display:flex;align-items:center;gap:2px}.sc-mv{border:1px solid #e2e8f0;background:#fff;color:#64748b;cursor:pointer;width:24px;height:24px;border-radius:6px;font-size:10px;line-height:1}.sc-mv:hover:not(:disabled){border-color:#cbd5e1;color:#334155}.sc-mv:disabled{opacity:.3;cursor:default}.sc-rm{border:0;background:transparent;color:#cbd5e1;cursor:pointer;font-size:14px;padding:4px;border-radius:6px;margin-left:2px}.sc-rm:hover{color:#ef4444;background:#fef2f2}.sc-chips{display:flex;flex-wrap:wrap;gap:8px}.sc-chip{display:inline-flex;align-items:center;gap:5px;border:1px dashed #c7d2fe;background:#f5f7ff;color:#4f46e5;cursor:pointer;padding:6px 10px;border-radius:8px;font-size:13px;font-weight:700}.sc-chip:hover{background:#eef2ff;border-style:solid}.sc-chip-name{font-weight:500;color:#64748b;font-size:12px}.sc-common{margin-top:16px;padding-top:12px;border-top:1px solid #f1f5f9}.sc-common-lbl{font-size:11px;font-weight:700;color:#94a3b8}.sc-common-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.sc-common-chip{font-size:12px;font-weight:700;color:#64748b;background:#f1f5f9;padding:3px 8px;border-radius:6px}.sch-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.sch-card{background:#fff;border:1px solid #e8edf3;border-radius:14px;padding:18px;box-shadow:0 1px 2px #0f172a08;display:flex;flex-direction:column}.sch-card.current{border-color:#bfdbfe;box-shadow:0 0 0 3px #2563eb1a}.sch-card.draft{border-style:dashed;background:#fcfdfe}.sch-card-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px}.sch-ym{font-size:17px;font-weight:800;letter-spacing:-.02em}.sch-cur-tag{font-size:11px;font-weight:700;color:#2563eb;margin-top:3px}.sch-meta{display:flex;flex-direction:column;gap:8px;padding:12px 0;border-top:1px solid #f1f5f9}.sch-meta-item{display:flex;justify-content:space-between;align-items:center}.sch-meta-l{font-size:12px;color:#94a3b8}.sch-meta-v{font-size:13px;font-weight:700;color:#334155;font-variant-numeric:tabular-nums}.sch-card-foot{margin-top:auto;padding-top:12px}.pg-status{font-size:10px;font-weight:800;padding:3px 8px;border-radius:999px;letter-spacing:.04em}.pg-status-reviewing{background:#fef3c7;color:#92400e}.pg-status-confirmed{background:#dcfce7;color:#166534}.pg-status-locked{background:#e2e8f0;color:#334155}.pg-status-draft{background:#e0f2fe;color:#075985}@media (max-width: 1100px){.pg-cards-2{grid-template-columns:1fr}}.pg-drawer.wide{width:480px}.ne-head-l{display:flex;gap:12px;align-items:flex-start}.ne-av{flex:0 0 44px;width:44px;height:44px;border-radius:12px;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:15px;font-weight:700}.ne-head-tags{display:flex;gap:4px;flex-wrap:wrap;margin-top:6px}.ne-htag{font-size:10px;font-weight:700;padding:2px 6px;border-radius:4px;background:#f1f5f9;color:#475569}.ne-htag.role{background:#ede9fe;color:#5b21b6}.ne-htag.night{background:#0f172a;color:#fff}.ne-htag.preg{background:#fce7f3;color:#be185d}.ne-tabs{display:flex;gap:2px;padding:0 16px;border-bottom:1px solid #eef2f7;background:#fff}.ne-tab{position:relative;padding:11px 12px;border:0;background:transparent;font-size:12.5px;font-weight:700;color:#94a3b8;cursor:pointer;border-bottom:2px solid transparent;display:inline-flex;align-items:center;gap:5px;white-space:nowrap}.ne-tab:hover{color:#475569}.ne-tab.active{color:#0f172a;border-bottom-color:#2563eb}.ne-tab-n{font-size:10px;font-weight:800;background:#e2e8f0;color:#475569;border-radius:999px;padding:0 5px;min-width:16px;text-align:center}.ne-tab.active .ne-tab-n{background:#dbeafe;color:#1d4ed8}.ne-body{padding:18px 20px}.ne-panel{display:flex;flex-direction:column}.ne-panel-intro{font-size:12px;line-height:1.6;color:#64748b;background:#f8fafc;border:1px solid #eef2f7;border-radius:9px;padding:10px 12px;margin-bottom:16px}.ne-empty-note{font-size:12px;color:#94a3b8}.ne-brush{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}.ne-brush-btn{font-size:11.5px;font-weight:600;padding:6px 10px;border-radius:7px;border:1px solid #e2e8f0;background:#fff;color:#475569;cursor:pointer;transition:all .1s}.ne-brush-btn b{font-weight:800}.ne-brush-btn.active{box-shadow:0 2px 6px #0f172a1f}.ne-brush-btn.erase{color:#64748b}.ne-brush-btn.erase.active{background:#0f172a;color:#fff;border-color:#0f172a}.ne-cal{border:1px solid #eef2f7;border-radius:11px;overflow:hidden}.ne-cal-dow{display:grid;grid-template-columns:repeat(7,1fr);background:#fafbfc;border-bottom:1px solid #eef2f7}.ne-cal-dow-c{text-align:center;font-size:10px;font-weight:800;color:#94a3b8;padding:7px 0}.ne-cal-dow-c.we{color:#b45309}.ne-cal-grid{display:grid;grid-template-columns:repeat(7,1fr)}.ne-cal-cell{position:relative;aspect-ratio:1;border:0;border-right:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;background:#fff;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;padding:0;transition:background .1s}.ne-cal-cell:nth-child(7n){border-right:0}.ne-cal-cell.empty{background:#fafbfc;cursor:default}.ne-cal-cell:not(.empty):not(.has):hover{background:#f1f5f9}.ne-cal-cell.we{background:#fefdf7}.ne-cal-cell.ho{background:#fef5f5}.ne-cal-cell.has{border-width:1.5px;border-style:solid}.ne-cal-day{font-size:11px;font-weight:700;color:#475569;font-variant-numeric:tabular-nums}.ne-cal-cell.ho .ne-cal-day{color:#b91c1c}.ne-cal-code{font-size:11px;font-weight:800;line-height:1;position:relative}.ne-cal-ho{font-size:10px;color:#fca5a5;line-height:.5}.ne-pend{color:#f59e0b;font-style:normal;font-size:13px;vertical-align:top;margin-left:1px}.ne-leave-summary{display:flex;flex-wrap:wrap;gap:6px;margin-top:14px}.ne-sum-chip{font-size:11.5px;font-weight:600;padding:4px 9px;border-radius:6px}.ne-sum-chip b{font-weight:800}.ne-pend-note{font-size:11.5px;color:#92400e;margin-top:10px}.ne-pend-note b{font-weight:700}.ne-rel-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.ne-rel-title{font-size:13.5px;font-weight:700;color:#1e293b}.ne-rel-sub{font-size:11.5px;color:#94a3b8;margin-top:2px}.ne-rel-addbtn{font-size:11.5px;font-weight:700;padding:5px 10px;border-radius:7px;cursor:pointer;border:1px solid;background:#fff;flex-shrink:0;font-family:inherit}.ne-rel-addbtn.prefer{color:#075985;border-color:#bae6fd}.ne-rel-addbtn.prefer:hover{background:#f0f9ff}.ne-rel-addbtn.avoid{color:#991b1b;border-color:#fecaca}.ne-rel-addbtn.avoid:hover{background:#fef2f2}.ne-rule-list{display:flex;flex-direction:column;gap:8px}.ne-rule{border:1px solid #e8edf3;border-radius:11px;padding:10px 12px;background:#fff;border-left-width:3px}.ne-rule.prefer{border-left-color:#38bdf8}.ne-rule.avoid{border-left-color:#f87171}.ne-rule-top{display:flex;align-items:center;gap:8px}.ne-rule-name{font-size:13px;font-weight:700;color:#0f172a;display:flex;align-items:center;gap:6px}.ne-rule-tags{display:flex;gap:4px;margin-left:auto}.ne-rtag{font-size:10px;font-weight:800;padding:2px 6px;border-radius:4px;letter-spacing:-.01em}.ne-rtag.shift{background:#0f172a;color:#fff;font-variant-numeric:tabular-nums}.ne-rtag.shift.any{background:#e2e8f0;color:#475569}.ne-rtag.rel{background:#f1f5f9;color:#475569}.ne-rule-sentence{font-size:11.5px;color:#64748b;line-height:1.5;margin-top:8px;padding-top:8px;border-top:1px dashed #eef2f7}.ne-peer-av{width:22px;height:22px;border-radius:50%;color:#fff;font-size:9px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.ne-peer-x{border:0;background:#0f172a0f;width:20px;height:20px;border-radius:50%;cursor:pointer;font-size:9px;color:#64748b;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.ne-peer-x:hover{background:#0f172a24;color:#1e293b}.ne-builder{border:1px solid #e2e8f0;border-radius:12px;padding:14px;background:#fafbfc;margin-top:4px}.ne-builder.prefer{border-color:#bae6fd;background:#f8fdff}.ne-builder.avoid{border-color:#fecaca;background:snow}.ne-builder .pg-field{margin-bottom:12px}.ne-codeseg{display:flex;flex-wrap:wrap;gap:5px;max-height:148px;overflow-y:auto}.ne-code-btn{min-width:40px;padding:7px 9px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;font-size:12px;font-weight:800;color:#475569;cursor:pointer;letter-spacing:-.01em;font-family:inherit}.ne-code-btn:hover:not(.on){background:#f8fafc}.ne-code-btn.all{font-weight:700}.ne-code-btn.all.on{background:#0f172a;color:#fff;border-color:#0f172a}.ne-code-btn.on{background:#2563eb;color:#fff;border-color:#2563eb;box-shadow:0 1px 4px #0f172a26}.ne-rel-opts{display:flex;flex-direction:column;gap:6px}.ne-relopt{display:flex;flex-direction:column;align-items:flex-start;gap:1px;padding:9px 12px;border-radius:9px;border:1px solid #e2e8f0;background:#fff;cursor:pointer;text-align:left;font-family:inherit}.ne-relopt:hover{border-color:#cbd5e1}.ne-relopt.on{border-color:#2563eb;background:#eff6ff;box-shadow:0 0 0 2px #2563eb1a}.ne-relopt-l{font-size:12.5px;font-weight:700;color:#1e293b}.ne-relopt.on .ne-relopt-l{color:#1d4ed8}.ne-relopt-d{font-size:11px;color:#94a3b8}.ne-preview{display:flex;align-items:flex-start;gap:8px;padding:10px 12px;border-radius:9px;font-size:12px;line-height:1.5;font-weight:500;margin-bottom:12px}.ne-preview.prefer{background:#eff6ff;color:#1e40af}.ne-preview.avoid{background:#fef2f2;color:#991b1b}.ne-preview-ic{font-size:14px;line-height:1.3}.ne-builder-foot{display:flex;justify-content:flex-end;gap:8px}.ne-clock-card{display:flex;align-items:center;gap:16px;padding:14px 16px;margin-bottom:18px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e8edf3;border-radius:13px}.ne-clock-r{flex:1}.ne-clock-title{font-size:11px;font-weight:800;color:#94a3b8;letter-spacing:.04em}.ne-clock-big{font-size:26px;font-weight:800;letter-spacing:-.02em;line-height:1.1;margin-top:2px;font-variant-numeric:tabular-nums}.ne-clock-big span{font-size:13px;font-weight:600;color:#94a3b8;margin-left:4px}.ne-clock-bd{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.ne-cb{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:700;font-variant-numeric:tabular-nums}.ne-cb i{width:8px;height:8px;border-radius:50%;display:inline-block}.ne-cb.muted{color:#94a3b8}.ne-seg{display:flex;gap:6px}.ne-seg-btn{flex:1;padding:9px 0;border-radius:8px;border:1px solid #e2e8f0;background:#fff;font-size:12.5px;font-weight:700;color:#475569;cursor:pointer;transition:all .1s}.ne-seg-btn:hover:not(.on){background:#f8fafc}.ne-dow{display:flex;gap:5px}.ne-dow-btn{flex:1;height:36px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;font-size:12.5px;font-weight:700;color:#475569;cursor:pointer;transition:all .1s}.ne-dow-btn.we{color:#b45309}.ne-dow-btn:hover:not(.on){background:#f8fafc}.ne-dow-btn.on.off{background:#475569;color:#fff;border-color:#475569}.ne-dow-btn.on.avoid{background:#fee2e2;color:#991b1b;border-color:#fca5a5}.ne-quota-card{background:#fff;border:1px solid #e8edf3;border-radius:13px;padding:16px;margin-bottom:18px}.ne-quota-top{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:16px}.ne-quota-cur{font-size:30px;font-weight:800;line-height:1;font-variant-numeric:tabular-nums}.ne-quota-cur span{font-size:13px;font-weight:600;color:#94a3b8;margin-left:5px}.ne-quota-state{font-size:11px;font-weight:800;padding:4px 9px;border-radius:999px}.ne-quota-state.ok{background:#dcfce7;color:#166534}.ne-quota-state.bad{background:#fee2e2;color:#991b1b}.ne-quota-bar{position:relative;height:10px;margin:6px 4px 18px}.ne-quota-track{position:absolute;top:0;right:0;bottom:0;left:0;background:#f1f5f9;border-radius:999px}.ne-quota-range{position:absolute;top:0;bottom:0;background:#e0e7ff;border-radius:999px}.ne-quota-marker{position:absolute;top:-3px;width:16px;height:16px;border-radius:50%;border:2.5px solid #fff;box-shadow:0 1px 4px #00000040;transform:translate(-50%)}.ne-quota-scale{position:absolute;top:14px;left:0;right:0;display:flex;justify-content:space-between;font-size:9px;color:#cbd5e1;font-weight:700}.ne-quota-hint{background:#f8fafc;border:1px solid #eef2f7;border-radius:9px;padding:4px 12px;margin-top:4px}.ne-qh-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f1f5f9;font-size:12px;color:#64748b}.ne-qh-row:last-child{border-bottom:0}.ne-qh-row b{color:#334155;font-weight:700}.gate-root{min-height:100vh;display:grid;place-items:center;background:radial-gradient(900px 500px at 20% -10%,rgba(99,102,241,.15),transparent 60%),radial-gradient(800px 500px at 110% 110%,rgba(14,165,233,.13),transparent 55%),#f8fafc;padding:40px 16px}.gate-card{width:100%;max-width:440px;background:#fff;border-radius:14px;padding:36px 28px;box-shadow:0 20px 50px #0f172a1f;text-align:center;display:flex;flex-direction:column;gap:14px}.gate-icon{font-size:44px;line-height:1}.gate-title{margin:0;font-size:20px;font-weight:800;color:#0f172a}.gate-desc{margin:0;color:#475569;font-size:13.5px;line-height:1.6}.gate-meta{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:12px 14px;font-size:12.5px;color:#334155;text-align:left;display:flex;flex-direction:column;gap:4px}.gate-meta-k{color:#94a3b8;font-weight:700;margin-right:6px;letter-spacing:.02em;text-transform:uppercase;font-size:10.5px}.gate-actions{display:flex;gap:8px;justify-content:center;margin-top:4px}.gate-cta{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;border-radius:8px;background:#0f172a;color:#fff;font-size:13px;font-weight:700;text-decoration:none;transition:background .12s}.gate-cta:hover{background:#1e293b}.gate-logout{padding:10px 18px;border-radius:8px;border:1px solid #cbd5e1;background:#fff;color:#334155;font-size:13px;font-weight:600;cursor:pointer}.gate-logout:hover{background:#f1f5f9}.v1-rightdock{flex:0 0 320px;background:#fff;border-left:1px solid #e2e8f0;display:flex;flex-direction:column;min-height:0;max-height:70vh}.v1-rd-tabs{display:flex;align-items:center;border-bottom:1px solid #eef2f7;padding:0 6px;gap:2px}.v1-rd-tab{display:inline-flex;align-items:center;gap:6px;padding:13px 12px;border:0;background:transparent;font-size:13px;font-weight:700;color:#94a3b8;cursor:pointer;border-bottom:2px solid transparent}.v1-rd-tab:hover{color:#475569}.v1-rd-tab.active{color:#0f172a;border-bottom-color:#2563eb}.v1-rd-tab .v1-rd-badge{font-size:10px;font-weight:800;background:#fee2e2;color:#dc2626;border-radius:999px;padding:1px 6px}.v1-rd-tab.ai .v1-rd-spark{color:#7c3aed;display:inline-flex}.v1-rd-tab.ai.active .v1-rd-spark{color:#7c3aed}.v1-rd-body{flex:1;min-height:0;display:flex;flex-direction:column}.v1-issues.embedded{flex:1;border-left:0;max-height:none}.ai-root{flex:1;min-height:0;display:flex;flex-direction:column;background:#fbfcfe}.ai-scroll{flex:1;overflow-y:auto;padding:14px 14px 8px;display:flex;flex-direction:column;gap:12px}.ai-empty{text-align:center;padding:22px 12px}.ai-empty-mark{width:52px;height:52px;margin:0 auto 14px;border-radius:15px;background:linear-gradient(135deg,#ede9fe,#e0e7ff);color:#7c3aed;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px #7c3aed2e}.ai-empty-title{font-size:15px;font-weight:800;color:#0f172a;letter-spacing:-.01em}.ai-empty-sub{font-size:12px;line-height:1.6;color:#64748b;margin:6px auto 16px;max-width:240px}.ai-sugs{display:flex;flex-direction:column;gap:7px}.ai-sug{text-align:left;padding:10px 12px;border-radius:10px;border:1px solid #e8edf3;background:#fff;font-size:12.5px;font-weight:600;color:#334155;cursor:pointer;transition:all .12s}.ai-sug:hover{border-color:#c4b5fd;background:#faf8ff;color:#6d28d9}.ai-msg{display:flex;gap:8px;align-items:flex-start}.ai-msg.user{justify-content:flex-end}.ai-ava{flex:0 0 26px;width:26px;height:26px;border-radius:8px;background:linear-gradient(135deg,#7c3aed,#6366f1);color:#fff;display:flex;align-items:center;justify-content:center;margin-top:2px}.ai-bubble-wrap{max-width:84%;display:flex;flex-direction:column;gap:8px}.ai-msg.user .ai-bubble-wrap{align-items:flex-end}.ai-bubble{font-size:13px;line-height:1.55;padding:9px 13px;border-radius:13px}.ai-msg.assistant .ai-bubble{background:#fff;border:1px solid #eef2f7;color:#1e293b;border-top-left-radius:4px}.ai-msg.user .ai-bubble{background:#0f172a;color:#fff;border-top-right-radius:4px}.ai-typing{display:inline-flex;gap:4px;align-items:center}.ai-typing span{width:6px;height:6px;border-radius:50%;background:#cbd5e1;animation:aiBlink 1.2s infinite}.ai-typing span:nth-child(2){animation-delay:.2s}.ai-typing span:nth-child(3){animation-delay:.4s}@keyframes aiBlink{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-2px)}}.ai-prop{border:1px solid #e8edf3;border-radius:12px;background:#fff;overflow:hidden;width:100%}.ai-prop.pending{border-color:#fcd34d;box-shadow:0 0 0 3px #fbbf241f}.ai-prop-head{display:flex;align-items:center;justify-content:space-between;padding:9px 12px;background:#fafbfc;border-bottom:1px solid #f1f5f9;font-size:11.5px;font-weight:800;color:#475569}.ai-prop-n{background:#1e293b;color:#fff;font-size:10px;padding:1px 7px;border-radius:999px}.ai-prop-list{padding:6px 8px;display:flex;flex-direction:column;gap:2px}.ai-prop-row{display:flex;align-items:center;gap:8px;padding:5px 6px;border-radius:7px;font-size:12.5px}.ai-prop-row:hover{background:#f8fafc}.ai-prop-row.info{color:#6d28d9}.ai-prop-nurse{font-weight:700;color:#0f172a}.ai-prop-day{font-size:11px;color:#94a3b8;font-variant-numeric:tabular-nums}.ai-info-detail{margin-left:auto;font-size:11.5px;color:#64748b;text-align:right}.ai-chg{margin-left:auto;display:inline-flex;align-items:center;gap:5px}.ai-code{font-style:normal;font-size:10.5px;font-weight:800;padding:2px 6px;border-radius:5px;border:1px solid;min-width:26px;text-align:center}.ai-arrow{color:#94a3b8;font-weight:700}.ai-prop-act{display:flex;gap:6px;padding:8px 10px 10px}.ai-btn{flex:1;padding:8px 0;border-radius:8px;font-size:12px;font-weight:700;cursor:pointer;border:1px solid transparent}.ai-btn.ghost{background:#fff;color:#64748b;border-color:#e2e8f0;flex:0 0 70px}.ai-btn.ghost:hover{background:#f1f5f9}.ai-btn.apply{background:#7c3aed;color:#fff}.ai-btn.apply:hover{background:#6d28d9}.ai-state{padding:9px 12px;font-size:12px;font-weight:700;text-align:center;border-top:1px solid #f1f5f9}.ai-state.applied{color:#16a34a;background:#f0fdf4}.ai-state.rejected{color:#94a3b8}.ai-state.info{color:#6d28d9;background:#faf5ff;font-weight:600;font-size:11px;line-height:1.5}.ai-input-bar{display:flex;align-items:flex-end;gap:8px;padding:10px 12px 4px;border-top:1px solid #eef2f7;background:#fff}.ai-input{flex:1;border:1px solid #e2e8f0;border-radius:12px;padding:10px 12px;font-size:13px;font-family:inherit;color:#0f172a;resize:none;outline:none;max-height:120px;line-height:1.4}.ai-input:focus{border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1f}.ai-send{flex:0 0 38px;width:38px;height:38px;border-radius:11px;border:0;background:#7c3aed;color:#fff;font-size:17px;font-weight:800;cursor:pointer}.ai-send:hover:not(:disabled){background:#6d28d9}.ai-send:disabled{background:#cbd5e1;cursor:not-allowed}.ai-disclaimer{font-size:10px;color:#b6c0cc;text-align:center;padding:4px 0 8px}.v1-cell .v1-proposed{position:absolute;top:2px;right:2px;bottom:2px;left:2px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;letter-spacing:-.02em;border:1.5px dashed;z-index:2;pointer-events:none;animation:aiProposePulse 1.4s ease-in-out infinite}.v1-proposed-pip{position:absolute;top:-4px;right:-4px;width:13px;height:13px;border-radius:50%;background:#7c3aed;color:#fff;font-size:8px;font-weight:800;line-height:1;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 2px #fff;z-index:3}@keyframes aiProposePulse{0%,to{box-shadow:0 0 #7c3aed40}50%{box-shadow:0 0 0 3px #7c3aed00}}@media (max-width: 1100px){.v1-rightdock{flex-basis:100%;max-height:360px;border-left:0;border-top:1px solid #e2e8f0}}.db-head-actions{display:flex;align-items:center;gap:10px}.db-role{font-size:12px;font-weight:700;padding:3px 9px;border-radius:999px}.db-role.admin{background:#eef2ff;color:#4338ca}.db-role.ward{background:#ecfdf5;color:#047857}.db-head-name{font-size:13px;color:#475569;font-weight:600}.db-depttabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.db-tab{padding:7px 14px;border-radius:8px;border:1px solid #cbd5e1;background:#fff;color:#334155;font-size:13px;font-weight:600;cursor:pointer}.db-tab:hover:not(:disabled){background:#f1f5f9}.db-tab.active{background:#2563eb;border-color:#2563eb;color:#fff}.db-tab:disabled{opacity:.45;cursor:not-allowed}.db-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media (max-width: 900px){.db-grid{grid-template-columns:1fr}}.db-month-nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.db-month-lbl{font-size:16px;font-weight:700;color:#0f172a}.db-status-row{display:flex;align-items:center;gap:8px;margin-bottom:14px;font-size:13px}.db-nostatus{font-size:12px;color:#94a3b8;font-weight:600}.db-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.db-tile{display:flex;flex-direction:column;align-items:center;gap:2px;padding:12px 6px;border-radius:10px;background:#f8fafc;border:1px solid #eef2f7}.db-tile-k{font-size:12px;font-weight:700;color:#64748b}.db-tile-v{font-size:24px;font-weight:800;line-height:1;color:#0f172a}.db-tile-u{font-size:11px;color:#94a3b8}.db-tile-d{box-shadow:inset 0 2px #fbbf24}.db-tile-e{box-shadow:inset 0 2px #fb923c}.db-tile-n{box-shadow:inset 0 2px #6366f1}.db-cov{border:1px solid #eef2f7;border-radius:10px;overflow:hidden}.db-cov-row{display:grid;grid-template-columns:1fr 40px 40px 40px;align-items:center;padding:7px 10px;border-bottom:1px solid #f1f5f9;font-size:13px}.db-cov-row:last-of-type{border-bottom:none}.db-cov-row>span:not(.db-cov-job){text-align:center;font-weight:700;color:#0f172a;font-variant-numeric:tabular-nums}.db-cov-head{background:#f8fafc}.db-cov-head>span{font-size:11px;font-weight:700;color:#64748b}.db-cov-job{font-weight:600;color:#334155}.db-cov-note{padding:6px 10px;font-size:11px;background:#fbfdff}.db-people{display:flex;align-items:center;gap:18px}.db-people-big{font-size:38px;font-weight:800;color:#0f172a;line-height:1}.db-people-big span{font-size:15px;font-weight:600;color:#94a3b8;margin-left:3px}.db-people-break{display:flex;flex-direction:column;gap:8px;font-size:15px;font-weight:600;color:#475569}.db-people-break>div{display:flex;align-items:center;gap:8px}.db-people-break strong{font-size:21px;font-weight:800;color:#0f172a;margin-left:2px}.db-dot{width:11px;height:11px;border-radius:50%;display:inline-block}.db-dot.m{background:#60a5fa}.db-dot.f{background:#f472b6}.db-dot.x{background:#cbd5e1}.db-rolegrid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:16px;padding-top:14px;border-top:1px solid #eef2f7}.db-rolestat{display:flex;flex-direction:column;align-items:center;gap:2px}.db-rolestat-v{font-size:18px;font-weight:800;color:#0f172a;line-height:1}.db-rolestat-k{font-size:11px;color:#94a3b8;text-align:center}.db-offsum{display:flex;align-items:center;gap:14px;margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid #eef2f7}.db-offsum-item{display:flex;flex-direction:column;align-items:center;gap:2px;flex:1}.db-offsum-sep{width:1px;align-self:stretch;background:#eef2f7}.db-offsum-v{font-size:26px;font-weight:800;line-height:1}.db-offsum-v.work{color:#2563eb}.db-offsum-v.off{color:#dc2626}.db-offsum-k{font-size:11px;color:#94a3b8}.db-hol-empty{font-size:12px}.db-holidays{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.db-holidays li{display:flex;align-items:center;gap:10px;font-size:13px}.db-hol-d{font-weight:700;color:#dc2626;min-width:36px}.db-hol-n{color:#475569}.db-hist{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}@media (max-width: 900px){.db-hist{grid-template-columns:repeat(2,1fr)}}.db-hist-card{text-align:left;padding:12px 14px;border-radius:10px;border:1px solid #e5e9f0;background:#fff;cursor:pointer}.db-hist-card:hover{border-color:#2563eb;box-shadow:0 1px 6px #2563eb1a}.db-hist-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.db-hist-ym{font-size:14px;font-weight:700;color:#0f172a}.db-hist-meta{font-size:12px}.db-today{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}@media (max-width: 900px){.db-today{grid-template-columns:1fr}}.db-today-col{border:1px solid #e5e9f0;border-radius:10px;padding:10px 12px;background:#fff}.db-today-h{display:flex;align-items:center;gap:8px;margin-bottom:8px}.db-today-badge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;border-radius:6px;font-size:12px;font-weight:800}.db-today-badge.d{background:#fef3c7;color:#92400e}.db-today-badge.e{background:#ffe4e6;color:#9f1239}.db-today-badge.n{background:#e0e7ff;color:#3730a3}.db-today-cnt{font-size:13px;font-weight:700;color:#475569}.db-today-names{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:4px 6px}.db-today-names li{font-size:13px;color:#0f172a;background:#f1f5f9;border-radius:6px;padding:3px 8px}.db-today-empty{font-size:13px}.db-reqs{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.db-req{display:flex;align-items:flex-start;gap:12px;padding:8px 4px;border-bottom:1px solid #f1f5f9}.db-req:last-child{border-bottom:none}.db-req-nurse{min-width:110px;font-size:13px;font-weight:700;color:#0f172a;display:flex;align-items:center;gap:6px}.db-req-job{font-size:11px;font-weight:600;color:#64748b;background:#f1f5f9;border-radius:4px;padding:1px 5px}.db-req-chips{display:flex;flex-wrap:wrap;gap:6px;flex:1 1 auto}.db-req-chip{display:inline-flex;align-items:center;gap:6px;font-size:12px;border:1px solid;border-radius:6px;padding:2px 5px 2px 8px}.db-req-chip.ref{opacity:.7}.db-req-approve{border:none;background:#0f172a14;color:inherit;font-size:11px;font-weight:700;border-radius:4px;padding:2px 6px;cursor:pointer}.db-req-approve:hover:not(:disabled){background:#16a34a;color:#fff}.db-req-approve:disabled{opacity:.5;cursor:default}.db-req-reftag{font-size:10px;font-weight:700;opacity:.6}.db-req-reject{border:none;background:#0f172a14;color:inherit;font-size:11px;font-weight:700;line-height:1;border-radius:4px;padding:3px 5px;cursor:pointer}.db-req-reject:hover:not(:disabled){background:#dc2626;color:#fff}.db-req-reject:disabled{opacity:.5;cursor:default}.vc-monthnav{display:flex;align-items:center;gap:8px}.vc-month-lbl{font-size:15px;font-weight:700;color:#0f172a;min-width:96px;text-align:center}.vc-progress{background:#fff;border:1px solid #e5e9f0;border-radius:12px;padding:16px 18px;margin-bottom:16px}.vc-progress-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:14px}.vc-progress-title{font-size:13px;font-weight:700;color:#334155}.vc-progress-now{font-size:13px;font-weight:700;color:#2563eb}.vc-steps{display:flex;align-items:center;gap:0}.vc-step{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px;position:relative}.vc-step:before{content:"";position:absolute;top:6px;left:-50%;width:100%;height:2px;background:#e2e8f0;z-index:0}.vc-step:first-child:before{display:none}.vc-step.done:before{background:#93c5fd}.vc-step-dot{width:14px;height:14px;border-radius:50%;background:#e2e8f0;z-index:1}.vc-step.done .vc-step-dot{background:#3b82f6}.vc-step.current .vc-step-dot{background:#2563eb;box-shadow:0 0 0 4px #dbeafe}.vc-step-lbl{font-size:12px;color:#94a3b8;font-weight:600}.vc-step.done .vc-step-lbl{color:#334155}.vc-nomatch{background:#fffbeb;border:1px solid #fde68a;color:#92400e;font-size:13px;padding:10px 14px;border-radius:8px;margin-bottom:12px}.vc-gridwrap{overflow-x:auto;border:1px solid #e5e9f0;border-radius:12px;background:#fff}.vc-grid{border-collapse:collapse;width:100%;font-size:12px}.vc-grid th,.vc-grid td{border:1px solid #eef2f7;text-align:center}.vc-name-h,.vc-name{position:sticky;left:0;background:#fff;z-index:2;min-width:92px;text-align:left;padding:6px 10px;font-weight:600;color:#334155;border-right:2px solid #e2e8f0}.vc-name-h{background:#f8fafc}.vc-day-h{min-width:30px;padding:4px 2px;cursor:pointer;background:#f8fafc;display:table-cell}.vc-day-h.off .vc-day-n{color:#dc2626}.vc-day-h.sel{background:#dbeafe}.vc-day-h:hover{background:#eff6ff}.vc-day-n{display:block;font-weight:700;color:#334155}.vc-day-w{display:block;font-size:10px;color:#94a3b8}.vc-cell{height:28px;cursor:pointer;font-weight:600}.vc-cell.sel{outline:2px solid #2563eb;outline-offset:-2px}.vc-me>td{border-top:2px solid #2563eb;border-bottom:2px solid #2563eb}.vc-me>td:last-child{border-right:2px solid #2563eb}.vc-me>.vc-name{background:#dbeafe;color:#1d4ed8;font-weight:800;border-left:3px solid #2563eb}.vc-me>.vc-cell{box-shadow:inset 0 0 0 9999px #2563eb14;font-weight:800}.vc-me-tag{margin-left:6px;font-size:10px;font-weight:700;color:#fff;background:#2563eb;padding:1px 6px;border-radius:999px}.vc-legend{font-size:12px;margin-top:8px}.vc-pop-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;z-index:40}.vc-pop{position:fixed;right:0;top:0;bottom:0;width:360px;max-width:90vw;z-index:41;background:#fff;box-shadow:-8px 0 24px #0000001f;display:flex;flex-direction:column;animation:vc-slide .18s ease-out}@keyframes vc-slide{0%{transform:translate(100%)}to{transform:translate(0)}}.vc-pop-head{display:flex;align-items:flex-start;justify-content:space-between;padding:18px 18px 14px;border-bottom:1px solid #eef2f7}.vc-pop-date{font-size:16px;font-weight:800;color:#0f172a}.vc-pop-hol{font-size:12px;font-weight:700;color:#dc2626;margin-left:6px}.vc-pop-sub{font-size:13px;color:#475569;margin-top:4px}.vc-pop-x{border:none;background:none;font-size:16px;color:#94a3b8;cursor:pointer;padding:2px 6px}.vc-pop-body{padding:14px 18px;overflow-y:auto;display:flex;flex-direction:column;gap:14px}.vc-pop-grp{padding:12px;border-radius:10px;border:1px solid #eef2f7}.vc-pop-grp.mine{border-color:#bfdbfe;background:#f5f9ff}.vc-pop-grp-h{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.vc-pop-badge{font-size:12px;font-weight:700;padding:3px 9px;border-radius:999px}.vc-pop-names{display:flex;flex-wrap:wrap;gap:6px}.vc-pop-name{display:inline-flex;align-items:center;gap:4px;font-size:13px;color:#334155;background:#f1f5f9;padding:3px 10px;border-radius:999px}.vc-pop-name.me{background:#2563eb;color:#fff;font-weight:700}.vc-pop-code{font-style:normal;font-size:10.5px;font-weight:700;opacity:.65;font-variant-numeric:tabular-nums}.vc-pop-tag{font-style:normal;font-size:10px;font-weight:700;padding:1px 6px;border-radius:6px}.vc-pop-tag.job{background:#e0e7ff;color:#3730a3}.vc-pop-tag.sub{background:#fef3c7;color:#92400e}.vc-pop-name.me .vc-pop-tag{background:#ffffff40;color:#fff}.pg-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.pg-card-actions{flex-shrink:0}.pg-btn{background:#fff;color:#334155;border-color:#e2e8f0}.pg-btn:hover{background:#f8fafc}.pg-btn:disabled{opacity:.5;cursor:not-allowed}.rs-form{border:1px solid #e2e8f0;border-radius:10px;padding:14px;margin-bottom:14px;background:#f8fafc;display:flex;flex-direction:column;gap:10px}.rs-form-row{display:flex;align-items:center;gap:10px}.rs-form-row.rs-params{align-items:flex-start}.rs-lbl{width:96px;flex-shrink:0;font-size:12px;font-weight:700;color:#64748b}.rs-form-row select,.rs-form-row input{flex:1;padding:7px 10px;border:1px solid #cbd5e1;border-radius:7px;font-size:13px;font-family:inherit}.rs-form-row textarea,.rs-ai textarea{flex:1;width:100%;padding:8px 10px;border:1px solid #cbd5e1;border-radius:7px;font-size:12px;font-family:ui-monospace,monospace;resize:vertical}.rs-sev-toggle{display:flex;gap:6px}.rs-sev-toggle .pg-rule-tag{cursor:pointer;border:1px solid transparent;font-size:11px;padding:4px 9px}.pg-rule-tag.off{opacity:.4}.pg-rule-tag.on{outline:2px solid currentColor}.rs-form-actions{display:flex;justify-content:flex-end;align-items:center;gap:8px}.rs-mini{font-size:11px;font-weight:700;padding:3px 8px;border-radius:6px;border:1px solid #e2e8f0;background:#fff;color:#475569;cursor:pointer;flex-shrink:0}.rs-mini:hover{background:#f1f5f9}.rs-mini.rs-del{color:#dc2626;border-color:#fecaca}.rs-mini.rs-del:hover{background:#fef2f2}.rs-arch{font-size:11px;font-weight:500}.rs-ai{display:flex;flex-direction:column;gap:10px}.rs-ai-preview{border-top:1px solid #eef2f7;padding-top:10px;display:flex;flex-direction:column;gap:6px}.rs-ai-summary{font-size:13px;font-weight:600;color:#0f172a}.status-warn{background:#fffbeb;color:#92400e;border:1px solid #fde68a;border-radius:7px;padding:8px 10px;font-size:12px}.rs-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:20px;align-items:start}@media (max-width: 1100px){.rs-grid{grid-template-columns:1fr}}.rs-sev{font-size:9.5px;font-weight:800;padding:2px 7px;border-radius:4px;letter-spacing:.04em;flex-shrink:0}.rs-sev.hard{background:#fee2e2;color:#b91c1c}.rs-sev.soft{background:#e0f2fe;color:#075985}.rs-sev.click{cursor:pointer}.rs-sev.click:hover{filter:brightness(.94)}.rs-legend{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;color:#64748b}.rs-grid .rc-root{height:460px;border-radius:10px;border:1px solid #eef2f7;overflow:hidden}.rc-root .ai-input{font-size:13px}.rc-send{background:#7c3aed!important}.rc-send:hover:not(:disabled){background:#6d28d9!important}.rc-clarify-bubble{background:#fffbeb!important;border-color:#fde68a!important;color:#92400e!important}.rc-spec-list{padding:6px 8px;display:flex;flex-direction:column;gap:6px}.rc-spec{border:1px solid #eef2f7;border-radius:9px;padding:8px 10px;background:#fefdff}.rc-spec-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.rc-spec-label{font-size:12.5px;font-weight:700;color:#0f172a}.rc-spec-bottom{display:flex;align-items:center;gap:6px;margin-top:6px}.rc-spec-params{font-size:11px;color:#64748b;font-variant-numeric:tabular-nums}.rc-save{background:#7c3aed}.rc-save:hover{background:#6d28d9}.rs-list-loading{display:flex;align-items:center;gap:9px;padding:28px;justify-content:center;font-size:13px;color:#94a3b8}.rs-list{display:flex;flex-direction:column}.rs-row{display:flex;align-items:center;gap:10px;padding:11px 4px;border-bottom:1px solid #f1f5f9}.rs-row:last-child{border-bottom:0}.rs-row.off{opacity:.5}.rs-row-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.rs-row-label{font-size:13px;font-weight:600;color:#1e293b;min-width:0}.rs-row-codes{display:flex;align-items:center;flex-wrap:wrap;gap:4px}.rs-code-chip{display:inline-flex;align-items:center;padding:1px 7px;border-radius:6px;background:#eef2ff;color:#4338ca;font-size:11px;font-weight:700;line-height:1.7;border:1px solid #e0e7ff}.rs-arrow{color:#94a3b8;font-size:12px;font-weight:800;margin:0 1px}.rs-code-desc{font-size:11px;color:#64748b;margin-left:4px}.rs-toggle{flex:0 0 38px;width:38px;height:22px;border-radius:999px;border:0;background:#cbd5e1;cursor:pointer;position:relative;transition:background .15s}.rs-toggle.on{background:#7c3aed}.rs-toggle:disabled{cursor:not-allowed}.rs-toggle-knob{position:absolute;top:2.5px;left:2.5px;width:17px;height:17px;border-radius:50%;background:#fff;transition:transform .15s;box-shadow:0 1px 2px #0003}.rs-toggle.on .rs-toggle-knob{transform:translate(16px)}.rs-del{flex:0 0 24px;width:24px;height:24px;border-radius:6px;border:0;background:transparent;color:#cbd5e1;cursor:pointer;font-size:11px}.rs-del:hover{background:#fef2f2;color:#dc2626}.rs-empty{padding:28px;text-align:center;font-size:12.5px;color:#94a3b8;line-height:1.6}.rs-spin{width:14px;height:14px;border-radius:50%;border:2px solid rgba(124,58,237,.3);border-top-color:#7c3aed;animation:rsspin .7s linear infinite;display:inline-block}.rs-spin.dark{border-color:#e2e8f0;border-top-color:#7c3aed}@keyframes rsspin{to{transform:rotate(360deg)}}.dg-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:210;background:#0f172a73;animation:dgFade .15s ease}@keyframes dgFade{0%{opacity:0}to{opacity:1}}.dg-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:211;width:540px;max-width:calc(100vw - 40px);max-height:calc(100vh - 60px);overflow:hidden;background:#fff;border-radius:16px;box-shadow:0 24px 60px #0f172a4d;display:flex;flex-direction:column;animation:dgPop .18s cubic-bezier(.16,1,.3,1)}@keyframes dgPop{0%{transform:translate(-50%,-46%);opacity:0}to{transform:translate(-50%,-50%);opacity:1}}.dg-loading,.dg-errbox{padding:48px 30px;text-align:center}.dg-spinner{width:34px;height:34px;border-radius:50%;border:3px solid #e2e8f0;border-top-color:#2563eb;animation:dgspin .8s linear infinite;margin:0 auto 16px}@keyframes dgspin{to{transform:rotate(360deg)}}.dg-loading-t{font-size:15px;font-weight:700;color:#1e293b}.dg-loading-s{font-size:12.5px;color:#94a3b8;margin-top:5px}.dg-err-msg{font-size:13px;color:#64748b;margin-bottom:16px}.dg-head{display:flex;align-items:flex-start;gap:14px;padding:22px 24px;color:#fff;position:relative}.dg-head.red{background:linear-gradient(135deg,#dc2626,#b91c1c)}.dg-head.orange{background:linear-gradient(135deg,#ea580c,#c2410c)}.dg-head.green{background:linear-gradient(135deg,#16a34a,#15803d)}.dg-head-ic{flex:0 0 44px;width:44px;height:44px;border-radius:12px;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:800}.dg-head-eyebrow{font-size:10.5px;font-weight:700;opacity:.85;letter-spacing:.06em}.dg-head-title{font-size:19px;font-weight:800;letter-spacing:-.02em;margin-top:3px}.dg-head-sub{font-size:12.5px;opacity:.92;margin-top:4px;line-height:1.4}.dg-x{position:absolute;top:16px;right:16px;width:28px;height:28px;border-radius:8px;border:0;background:#ffffff2e;color:#fff;cursor:pointer;font-size:12px}.dg-x:hover{background:#ffffff4d}.dg-body{padding:20px 24px;overflow-y:auto}.dg-note{margin-bottom:18px}.dg-note-label{font-size:11px;font-weight:800;color:#94a3b8;letter-spacing:.04em;margin-bottom:5px}.dg-note-text{font-size:13.5px;line-height:1.65;color:#334155;margin:0}.dg-sec{margin-bottom:18px}.dg-sec:last-child{margin-bottom:0}.dg-sec-title{font-size:12.5px;font-weight:800;color:#1e293b;margin-bottom:9px;display:flex;align-items:center;gap:7px}.dg-sec-n{font-size:10px;font-weight:800;background:#fee2e2;color:#dc2626;border-radius:999px;padding:1px 7px}.dg-chips{display:flex;flex-wrap:wrap;gap:7px}.dg-chip{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:700;padding:6px 11px;border-radius:999px}.dg-chip.system{background:#f1f5f9;color:#475569}.dg-chip.data{background:#eff6ff;color:#1d4ed8}.dg-chip-tag{font-size:9px;font-weight:800;background:#2563eb;color:#fff;padding:1px 5px;border-radius:3px}.dg-sec-hint{font-size:10.5px;font-weight:600;color:#94a3b8}.dg-chips.dg-conflict{align-items:center}.dg-conflict-item{display:inline-flex;align-items:center;gap:7px}.dg-conflict-amp{font-size:12px;font-weight:800;color:#dc2626}.dg-chip.conflict{background:#fef2f2;color:#b91c1c;box-shadow:inset 0 0 0 1px #fecaca}.dg-chip.conflict.data{background:#fff7ed;color:#c2410c;box-shadow:inset 0 0 0 1px #fed7aa}.dg-sugs{display:flex;flex-direction:column;gap:7px}.dg-sug{display:flex;align-items:flex-start;gap:9px;padding:10px 12px;background:#f8fafc;border:1px solid #eef2f7;border-radius:9px}.dg-sug-ic{font-size:14px;flex-shrink:0}.dg-sug-txt{font-size:13px;line-height:1.5;color:#334155;font-weight:500}.dg-foot{display:flex;justify-content:flex-end;gap:8px;padding:14px 24px;border-top:1px solid #f1f5f9}.dg-btn{padding:9px 16px;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;border:1px solid transparent;font-family:inherit}.dg-btn.ghost{background:#fff;color:#475569;border-color:#e2e8f0}.dg-btn.ghost:hover{background:#f8fafc}.dg-btn.primary{background:#0f172a;color:#fff}.dg-btn.primary:hover{background:#1e293b}.solve-issue{max-width:480px;margin:36px auto;text-align:center;padding:12px}.solve-issue-ic{width:56px;height:56px;margin:0 auto 16px;border-radius:15px;background:#fef3c7;color:#d97706;display:flex;align-items:center;justify-content:center;font-size:28px}.solve-issue-title{font-size:18px;font-weight:800;color:#0f172a;letter-spacing:-.01em}.solve-issue-sub{font-size:13.5px;line-height:1.65;color:#64748b;margin:10px 0 22px}.solve-issue-btn{padding:11px 24px;border-radius:10px;background:#0f172a;color:#fff;font-size:14px;font-weight:700;border:0;cursor:pointer}.solve-issue-btn:hover{background:#1e293b}.v1-impact{position:absolute;top:calc(100% + 4px);left:50%;transform:translate(-50%);z-index:25;width:240px;cursor:default;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 10px 30px #0f172a38;padding:10px;text-align:left;white-space:normal}.v1-impact-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.v1-impact-title{font-size:12px;font-weight:800;color:#0f172a}.v1-impact-x{border:0;background:none;color:#94a3b8;cursor:pointer;font-size:13px;line-height:1;padding:2px}.v1-impact-x:hover{color:#475569}.v1-impact-q{display:flex;align-items:center;gap:6px;justify-content:center;padding:6px 0;border-radius:8px;margin-bottom:6px;background:#f8fafc}.v1-impact-q-num{font-size:17px;font-weight:800;color:#0f172a}.v1-impact-q-arrow{color:#94a3b8;font-size:13px}.v1-impact-q-delta{font-size:12px;font-weight:800;padding:1px 6px;border-radius:6px}.v1-impact-q.good .v1-impact-q-delta{color:#15803d;background:#dcfce7}.v1-impact-q.bad .v1-impact-q-delta{color:#b91c1c;background:#fee2e2}.v1-impact-q.neu .v1-impact-q-delta{color:#475569;background:#e2e8f0}.v1-impact-list{list-style:none;margin:0 0 4px;padding:0;display:flex;flex-direction:column;gap:3px}.v1-impact-list li{font-size:11.5px;line-height:1.4}.v1-impact-list.bad li{color:#b91c1c}.v1-impact-list.good li{color:#15803d}.v1-impact-ok{font-size:12px;font-weight:700;color:#15803d;text-align:center;padding:2px 0}.dg-feasible{text-align:center;padding:18px 12px 8px}.dg-feasible-check{width:56px;height:56px;margin:0 auto 14px;border-radius:50%;background:#dcfce7;color:#16a34a;font-size:30px;font-weight:800;display:flex;align-items:center;justify-content:center}.dg-feasible-title{font-size:18px;font-weight:800;color:#15803d;letter-spacing:-.02em}.dg-feasible-sub{font-size:13px;color:#64748b;margin-top:6px;line-height:1.5}.dg-feasible-stats{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:18px;padding:16px;background:#f8fafc;border:1px solid #eef2f7;border-radius:12px}.dg-fstat{text-align:center}.dg-fstat-v{font-size:24px;font-weight:800;color:#0f172a;line-height:1;font-variant-numeric:tabular-nums}.dg-fstat-v.ok{color:#16a34a}.dg-fstat-l{font-size:11px;color:#94a3b8;margin-top:5px;font-weight:600}.dg-fstat-div{width:1px;height:32px;background:#e2e8f0}.sw-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:210;background:#0f172a73}.sw-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:211;width:560px;max-width:calc(100vw - 40px);max-height:calc(100vh - 60px);overflow:hidden;background:#fff;border-radius:16px;box-shadow:0 24px 60px #0f172a4d;display:flex;flex-direction:column}.sw-head{display:flex;align-items:flex-start;gap:14px;padding:20px 22px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;position:relative}.sw-head-ic{flex:0 0 42px;width:42px;height:42px;border-radius:12px;background:#ffffff38;display:flex;align-items:center;justify-content:center;font-size:22px}.sw-head-eyebrow{font-size:10.5px;font-weight:800;opacity:.9;letter-spacing:.04em}.sw-head-title{font-size:18px;font-weight:800;letter-spacing:-.02em;margin-top:3px}.sw-head-sub{font-size:12.5px;opacity:.94;margin-top:5px;line-height:1.5;max-width:430px}.sw-x{position:absolute;top:16px;right:16px;width:28px;height:28px;border-radius:8px;border:0;background:#fff3;color:#fff;cursor:pointer;font-size:12px}.sw-diff{display:flex;flex-wrap:wrap;gap:8px;padding:14px 22px 4px}.sw-diff-chip{font-size:12px;font-weight:700;padding:5px 11px;border-radius:999px;display:inline-flex;gap:5px;align-items:center}.sw-diff-chip b{font-weight:800}.sw-diff-chip.add{background:#ecfdf5;color:#047857}.sw-diff-chip.del{background:#fef2f2;color:#b91c1c}.sw-body{padding:12px 22px;overflow-y:auto;display:flex;flex-direction:column;gap:8px}.sw-item{border:1px solid #eef2f7;border-left-width:3px;border-radius:9px;padding:11px 13px;background:#fff}.sw-item.sw-high{border-left-color:#dc2626;background:snow}.sw-item.sw-mid{border-left-color:#ea580c}.sw-item.sw-low{border-left-color:#94a3b8}.sw-item-top{display:flex;align-items:flex-start;gap:8px}.sw-badge{flex:0 0 auto;font-size:9.5px;font-weight:800;padding:2px 7px;border-radius:4px;letter-spacing:.04em;margin-top:1px}.sw-badge.sw-high{background:#fee2e2;color:#b91c1c}.sw-badge.sw-mid{background:#ffedd5;color:#c2410c}.sw-badge.sw-low{background:#f1f5f9;color:#475569}.sw-item-msg{font-size:13px;font-weight:700;color:#1e293b;line-height:1.45}.sw-item-fix{font-size:12px;color:#64748b;line-height:1.5;margin-top:5px;padding-left:2px;display:flex;gap:6px}.sw-item-arrow{color:#94a3b8;font-weight:700;flex-shrink:0}.sw-foot{display:flex;justify-content:space-between;align-items:center;padding:14px 22px;border-top:1px solid #f1f5f9}.sw-foot-note{font-size:12px}.sw-foot-btns{display:flex;gap:8px}.mp-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:210;background:#0f172a73}.mp-cal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:211;width:420px;max-width:calc(100vw - 40px);background:#fff;border-radius:16px;box-shadow:0 24px 60px #0f172a4d;padding:20px}.mp-cal-title{font-size:15px;font-weight:800;color:#0f172a;margin-bottom:14px}.mp-cal-head{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:14px}.mp-yr{font-size:15px;font-weight:800;color:#1e293b;min-width:64px;text-align:center}.mp-yr-nav{width:30px;height:30px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#475569;cursor:pointer;font-size:15px}.mp-yr-nav:hover{background:#f8fafc}.mp-cal-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.mp-mcell{position:relative;display:flex;flex-direction:column;align-items:center;gap:5px;padding:12px 4px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;cursor:pointer;font-family:inherit}.mp-mcell:hover{background:#f8fafc;border-color:#cbd5e1}.mp-mcell.empty{background:#fcfdfe}.mp-mcell.pick{border-color:#2563eb;background:#eff6ff;box-shadow:0 0 0 2px #2563eb26}.mp-mcell-n{font-size:14px;font-weight:700;color:#0f172a}.mp-mcell-st{font-size:10px;font-weight:700;padding:1px 6px;border-radius:4px}.mp-mcell-st.empty{color:#94a3b8;background:#f1f5f9}.mp-mcell-st.st-draft{color:#475569;background:#e2e8f0}.mp-mcell-st.st-reviewing{color:#92400e;background:#fef3c7}.mp-mcell-st.st-confirmed{color:#15803d;background:#dcfce7}.mp-mcell-st.st-locked{color:#b91c1c;background:#fee2e2}.mp-mcell-dot{position:absolute;top:7px;right:7px;width:6px;height:6px;border-radius:50%;background:#2563eb}.mp-cal-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px;padding-top:14px;border-top:1px solid #f1f5f9}.mp-cal-sel{font-size:12.5px;color:#64748b;font-weight:600}.sp-draft-job{display:flex;flex-direction:column;align-items:center;gap:8px}.sp-draft-job-lbl{font-size:11.5px;font-weight:800;color:#94a3b8}.sp-jobseg{display:inline-flex;gap:2px;background:#eef2f7;border-radius:10px;padding:3px}.sp-jobseg-btn{display:inline-flex;align-items:center;gap:5px;padding:7px 16px;border:0;background:transparent;border-radius:8px;font-size:13px;font-weight:700;color:#64748b;cursor:pointer;font-family:inherit}.sp-jobseg-btn.on{background:#fff;color:#0f172a;box-shadow:0 1px 3px #0f172a1f}.sp-jobseg-btn:disabled{opacity:.5;cursor:not-allowed}.sp-jobseg-n{font-size:10.5px;font-weight:800;opacity:.6}.sp-draft-acts{display:flex;gap:8px;margin-top:4px}.sp-draft-note{margin:2px 0 0;font-size:11.5px}.sp-jobbar{display:flex;align-items:center;gap:6px;padding:8px 0 2px;flex-wrap:wrap}.sp-jobbar-lbl{font-size:11px;font-weight:800;color:#94a3b8;margin-right:4px}.sp-jobtab{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:999px;border:1px solid #e2e8f0;background:#fff;font-size:12.5px;font-weight:700;color:#64748b;cursor:pointer;font-family:inherit}.sp-jobtab:hover:not(:disabled):not(.on){background:#f8fafc}.sp-jobtab.on{background:#0f172a;color:#fff;border-color:#0f172a}.sp-jobtab.on:hover:not(:disabled){background:#1e293b;border-color:#1e293b}.sp-jobtab:disabled{opacity:.45;cursor:not-allowed}.sp-jobtab-n{font-size:10.5px;font-weight:800;opacity:.7}.sp-jobtab.pending{border-style:dashed;color:#94a3b8}.sp-jobtab.pending.on{background:#475569;border-color:#475569;color:#fff}.sp-jobtab.pending.on:hover:not(:disabled){background:#56657a;border-color:#56657a}.gen-notice{margin-top:12px;padding:12px 14px;border:1px solid #bfdbfe;border-radius:10px;background:#eff6ff}.gen-notice-head{display:flex;align-items:center;gap:8px;font-size:14px;color:#1e3a8a}.gen-notice-time{font-variant-numeric:tabular-nums;font-weight:600}.gen-notice-max{margin-left:auto;font-size:12px;color:#64748b}.gen-notice-sub{margin-top:6px;font-size:12px;color:#475569;line-height:1.5}.gen-bar{margin-top:8px;height:4px;border-radius:2px;background:#dbeafe;overflow:hidden}.gen-bar-fill{height:100%;background:#3b82f6;transition:width 1s linear}.gen-spin{width:13px;height:13px;flex:none;border:2px solid #bfdbfe;border-top-color:#2563eb;border-radius:50%;animation:gen-spin .8s linear infinite}@keyframes gen-spin{to{transform:rotate(360deg)}}.dg-elapsed{font-variant-numeric:tabular-nums;color:#64748b;font-weight:600}.dg-partial{margin-bottom:14px;padding:12px 14px;border:1px solid #fed7aa;border-radius:10px;background:#fff7ed}.dg-partial-head{display:flex;align-items:center;gap:10px;font-size:14px;color:#9a3412}.dg-partial-head b{flex:1}.dg-partial-sub{margin-top:6px;font-size:12px;color:#7c2d12;line-height:1.6}.dg-btn.sm{padding:4px 10px;font-size:12px}.rb-head{display:flex;align-items:center;gap:12px}.rb-saving{font-size:12px;color:#2563eb;font-weight:600}.rb-brush-hint{font-size:11.5px;color:#94a3b8;margin-left:4px}.rb-tablewrap{overflow-x:auto;border:1px solid #e2e8f0;border-radius:12px;background:#fff}.rb-table{border-collapse:collapse;font-size:12px;width:100%;table-layout:fixed;min-width:900px}.rb-table th,.rb-table td{border:1px solid #eef2f6;text-align:center}.rb-corner,.rb-name{position:sticky;left:0;z-index:2;background:#f8fafc;width:90px;padding:6px 8px;text-align:left;font-weight:700;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rb-corner{z-index:3}thead .rb-dh{padding:3px 0;background:#f8fafc;color:#475569;font-weight:700}.rb-dh-n{font-size:11.5px}.rb-dh-w{font-size:9.5px;color:#94a3b8}.rb-dh.we,.rb-dh.ho{background:#fff5f5}.rb-dh.we .rb-dh-w,.rb-dh.ho .rb-dh-w{color:#dc2626}.rb-table tbody tr.me .rb-name{background:#e0e7ff;color:#1e3a8a;box-shadow:inset 3px 0 #4f46e5}.rb-table tbody tr.me,.rb-table tbody tr.me .rb-td{background:#f5f7ff}.rb-table tbody tr.me .rb-td.mine:hover{background:#e0e7ff!important}.rb-td{height:28px;padding:0;font-size:11px;font-weight:700;color:#cbd5e1}.rb-td.clickable{cursor:pointer}.rb-td.clickable:hover{outline:2px solid #94a3b8;outline-offset:-2px}.rb-td.sel{outline:2px solid #0f172a;outline-offset:-2px}.rb-table tfoot .rb-sum td{background:#f8fafc;font-weight:800;color:#64748b;font-size:11px}.rb-table tfoot .rb-sum td.has{color:#0f172a}.rb-legend{margin-top:12px;font-size:12px;line-height:1.6}.rb-grouprow th.rb-groupname{background:#f1f5f9;color:#0f172a;font-size:11.5px;font-weight:800;padding:4px 8px;letter-spacing:.2px}.rb-groupdot{display:inline-block;width:8px;height:8px;border-radius:2px;margin-right:6px;vertical-align:middle}.rb-groupn{font-size:10px;font-weight:800;color:#94a3b8;margin-left:3px}.rb-groupfill{background:#f1f5f9}.rb-td.we{background:#fcfcfd}.rb-table tbody tr:not(.rb-grouprow):hover .rb-name{background:#eef2ff}.rb-hint{margin-bottom:10px;font-size:12.5px}.rb-corner,.rb-name{width:108px}.rb-me-tag{margin-left:4px;font-size:8.5px;font-weight:800;color:#fff;background:#4f46e5;border-radius:3px;padding:0 3px;vertical-align:middle}.rb-td.mine{color:#cbd5e1}.rb-td.mine:hover{background:#eef2ff!important;color:#4f46e5}.rb-subtotal th.rb-name{background:#f3f4f6;color:#475569;font-weight:700;font-size:11px}.rb-subtotal td{background:#f3f4f6;font-weight:700;color:#94a3b8;font-size:11px}.rb-subtotal td.has{color:#475569}.rb-table tfoot .rb-sum th.rb-name{background:#e2e8f0;color:#0f172a}.rb-table tfoot .rb-sum td{background:#e8edf3}.rb-name:has(.rb-name-approve){display:flex;align-items:center;justify-content:space-between;gap:4px}.rb-name-txt{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rb-name-approve{flex:none;font-size:9.5px;font-weight:800;color:#fff;background:#4f46e5;border:none;border-radius:4px;padding:2px 5px;cursor:pointer;line-height:1.2}.rb-name-approve:hover:not(:disabled){background:#4338ca}.rb-name-approve:disabled{opacity:.5;cursor:default}.rb-td.confirmed{box-shadow:inset 0 0 0 2px #059669;position:relative}.rb-chk{position:absolute;top:0;right:1px;font-size:8px;font-weight:900;color:#059669;line-height:1}.rb-closed-banner{margin-bottom:12px;padding:10px 14px;border-radius:10px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;font-size:13px;line-height:1.6}.rb-appr{min-width:210px}.rb-appr-head{font-size:12.5px;color:#334155;padding:2px 2px 8px;border-bottom:1px solid #eef2f7}.rb-appr-code{font-weight:700}.rb-appr-badge{margin-left:6px;font-size:9.5px;font-weight:800;color:#059669;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:4px;padding:1px 5px;vertical-align:middle}.rb-appr-btns{display:flex;gap:6px;padding-top:8px}.rb-appr-btns .pg-btn{flex:1}.rb-pick-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40}.rb-pick{position:fixed;z-index:41;background:#fff;border:1px solid #cbd5e1;border-radius:10px;box-shadow:0 8px 24px #0f172a2e;padding:8px;min-width:190px;max-width:min(340px,92vw)}.rb-pick-head{font-size:11px;font-weight:800;color:#64748b;padding:2px 4px 6px}.rb-pick-codes{display:flex;flex-wrap:wrap;gap:4px}.rb-pick-chip{display:inline-flex;align-items:center;gap:3px;padding:4px 8px;border:1.5px solid transparent;border-radius:999px;font-size:11px;font-weight:700;cursor:pointer}.rb-pick-chip.cur{box-shadow:0 0 0 1px currentColor inset}.rb-pick-clear{display:block;width:100%;margin-top:6px;padding:5px;border:0;border-radius:7px;background:#f1f5f9;color:#64748b;font-size:11px;font-weight:700;cursor:pointer}.rb-pick-clear:hover{background:#fee2e2;color:#dc2626}
