@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap";*,*:before,*:after{box-sizing:border-box}:root{--bg: #fcf9f7;--text: #0f172a}html,body,#root{height:100%;width:100%}html{scroll-behavior:smooth}body{margin:0;min-height:100%;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";line-height:1.4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg,video,canvas{display:block;max-width:100%}button,input,textarea,select{font:inherit}a{color:inherit;text-decoration:none}*{margin:0;padding:0;box-sizing:border-box;font-family:Montserrat,sans-serif}.app-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:20px}.auth-container{display:flex;justify-content:center;align-items:center;width:100%;position:relative;right:5%}.auth-card{background-color:#fff;border-radius:10px;padding:40px;width:400px;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column}.auth-title{font-size:24px;font-weight:700;text-align:center;margin-bottom:60px;color:#000;-webkit-user-select:none;user-select:none}.auth-form{display:flex;flex-direction:column}.form-group{margin-bottom:20px}.auth-input{width:100%;padding:10px 0;border:none;border-bottom:1px solid #ccc;outline:none;font-size:16px;color:#000}.forgot-password{text-align:center;margin:2rem 0;-webkit-user-select:none;user-select:none}.forgot-password a{color:#000;text-decoration:none;font-size:1rem}.submit-button-container{display:flex;justify-content:center;margin-top:10px}.triangle-button{background:none;border:none;cursor:pointer;padding:10px;outline:none;transition:transform .3s ease}.triangle-button.active .triangle{border-left-color:#000}.triangle-button.inactive{opacity:.5;cursor:not-allowed}.triangle{width:0;height:0;border-top:25px solid transparent;border-bottom:25px solid transparent;border-left:35px solid #e0e0e0;transition:border-color .3s ease}.triangle-button:hover{transform:scale(1.3)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.auth-form>*{animation:fadeIn .5s ease-out forwards;animation-fill-mode:both}.auth-form>*:nth-child(1){animation-delay:.1s}.auth-form>*:nth-child(2){animation-delay:.2s}.auth-form>*:nth-child(3){animation-delay:.3s}.auth-form>*:nth-child(4){animation-delay:.4s}.app-logo{width:520px;height:auto;cursor:pointer;transition:transform .3s ease;position:relative;right:10%;-webkit-user-select:none;user-select:none}.triangle-button.loading{opacity:.8;cursor:default}.spin{width:20px;height:20px;border:2px solid rgba(0,0,0,.2);border-top-color:#000000d9;border-radius:50%;animation:pr-spin .9s linear infinite}@keyframes pr-spin{to{transform:rotate(360deg)}}.toast-stack{position:fixed;right:24px;bottom:24px;display:flex;flex-direction:column;gap:10px;z-index:9999}.toast{display:inline-flex;align-items:center;gap:8px;background:#111827;color:#fff;border-radius:10px;padding:10px 14px;box-shadow:0 10px 20px #0000002e;font-size:.95rem;animation:toast-pop .18s ease-out}.toast.info,.toast.success{background:#111827}.toast.error{background:#991b1b}@keyframes toast-pop{0%{transform:translateY(8px);opacity:0}to{transform:translateY(0);opacity:1}}.deptOverlay{position:fixed;inset:0;background:#fffc;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.deptOverlayBox{background:#fff;padding:24px 32px;border-radius:16px;box-shadow:0 6px 20px #00000026;display:flex;flex-direction:column;align-items:center;gap:10px;animation:popIn .3s ease forwards}@keyframes popIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.deptSpinner{color:#2563eb;animation:spin 1.2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.deptSwitchText{font-size:1rem;color:#1e293b;margin-top:8px}.deptSwitchText strong{color:#2563eb}.topbar{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;border-bottom:1px solid #eee;background:#fff;position:sticky;top:0;z-index:10}.brandWrap{display:flex;align-items:baseline;gap:12px}.brand{font-weight:700}.welcome{color:#666;font-size:.95rem}.topbar-right{display:flex;align-items:center;gap:10px}.deptSelect{padding:6px 10px;border-radius:8px;border:1px solid #ddd;background:#fff;font-size:14px;cursor:pointer}.logoutBtn{border:1px solid #ddd;background:#fafafa;padding:6px 10px;border-radius:6px;cursor:pointer;transition:background .2s ease,transform .05s ease}.logoutBtn:hover{background:#f0f0f0}.logoutBtn:active{transform:translateY(1px)}.mp-card{border:1px solid #e5e7eb;border-radius:14px;background:#fff;box-shadow:0 1px 2px #1018280a}.mp-card-header{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid #eef0f3;background:linear-gradient(180deg,#fafbff,transparent);border-radius:14px 14px 0 0}.mp-title{margin:0;font-size:1rem;font-weight:700;color:#111827}.mp-filter{display:flex;align-items:center;gap:8px}.mp-filter-label{font-size:12px;color:#6b7280}.mp-filter-select{border:1px solid #e5e7eb;background:#fff;padding:8px 10px;border-radius:10px;font-size:14px;min-width:170px}.mp-subhint{padding:8px 16px;color:#6b7280;font-size:12px}.mp-card-content{padding:12px 14px}.mp-empty{text-align:center;color:#6b7280;font-size:.9rem;padding:28px 0}.mp-list{display:flex;flex-direction:column;gap:10px;max-height:520px;overflow:auto}.mp-item{border:1px solid #e5e7eb;border-radius:12px;padding:12px;background:#fff;box-shadow:0 1px #10182805}.mp-item-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:6px}.mp-item-left{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}.mp-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:#eef7ff;border:1px solid #d9ebff;color:#1e3a8a;font-size:12px;line-height:1;white-space:nowrap}.mp-chip.ghost{background:#fff;border-color:#e5e7eb;color:#475569}.mp-chip.warn{background:#fff6e9;border-color:#ffe7c2;color:#92400e}.mp-text{color:#374151;line-height:1.5}.mp-info{border-color:#dbeafe;background:#f8fbff}.mp-success{border-color:#bbf7d0;background:#f5fef9}.mp-warning{border-color:#fde68a;background:#fffcf2}.mp-error{border-color:#fecaca;background:#fff7f7}.mp-meta-chips{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin:6px 0 8px}.mp-chip-type{background:#eef2ff;border-color:#dbe3ff;color:#1e293b}.mp-chip-label{background:#f5f7fb;border-color:#e7ebf3;color:#475569}.mp-chip-deadline{background:#fff6e9;border-color:#ffe7c2;color:#7c2d12}.mp-chip-report{background:#ecfdf5;border-color:#bbf7d0;color:#065f46}.mp-chip-expires{background:#fff6e9;border-color:#ffe7c2;color:#92400e}.mp-icon{font-size:18px}.mp-chip-kind{background:#eef2ff;border-color:#dbe3ff;color:#1e293b}.mp-chip-range{background:#f5f7fb;border-color:#e7ebf3;color:#475569}.erm-overlay{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;padding:18px;z-index:50}.erm-card{background:#fff;border-radius:16px;width:100%;max-width:1160px;max-height:92vh;overflow:hidden;box-shadow:0 20px 40px #0206172e}.erm-header{display:flex;align-items:flex-start;justify-content:space-between;padding:18px 20px 14px;border-bottom:1px solid #eef0f3;background:linear-gradient(180deg,#fafbff 0%,transparent 100%)}.erm-header-left{display:flex;flex-direction:column;gap:6px}.erm-title{margin:0;font-size:22px;font-weight:800;letter-spacing:.2px;color:#0f172a}.erm-breadcrumb{display:inline-flex;gap:8px;align-items:center;color:#64748b;font-size:13px}.erm-user{white-space:nowrap}.erm-dot{opacity:.5}.erm-close{background:transparent;border:none;width:36px;height:36px;border-radius:10px;font-size:18px;cursor:pointer;color:#334155}.erm-close:hover{background:#f1f5f9}.erm-content{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:16px 18px 20px}.erm-column{display:flex;flex-direction:column;gap:10px}.erm-subtitle{margin:0 0 2px;font-size:16px;font-weight:700;color:#0f172a}.erm-label{font-size:13px;color:#475569}.erm-input,.erm-textarea{border:1px solid #e5e7eb;background:#fff;border-radius:12px;padding:10px 12px;font-size:14px;outline:none;box-shadow:0 1px #10182805}.erm-input:focus,.erm-textarea:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #93c5fd59}.erm-textarea{resize:vertical;min-height:120px}.erm-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.erm-col{display:flex;flex-direction:column;gap:8px}.erm-hint{color:#64748b;font-size:12px}.erm-send{margin-top:4px;background:#3b82f6;color:#fff;padding:12px 14px;border:none;border-radius:12px;font-weight:700;cursor:pointer;transition:box-shadow .15s ease,transform .02s ease}.erm-send:hover{box-shadow:0 6px 18px #3b82f640}.erm-send:active{transform:translateY(1px)}.erm-chip,.erm-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:#eef7ff;border:1px solid #d9ebff;color:#1e3a8a;font-size:12px;line-height:1;white-space:nowrap}.erm-chip.ghost,.erm-badge.ghost{background:#fff;border-color:#e5e7eb;color:#475569}.tone-info{background:#eaf2ff;border-color:#d6e4ff;color:#1e40af}.tone-warning{background:#fff6e9;border-color:#ffe7c2;color:#92400e}.tone-success{background:#ecfdf5;border-color:#bbf7d0;color:#166534}.tone-error{background:#fff5f5;border-color:#fecaca;color:#991b1b}.erm-message-scroll{overflow:auto;display:flex;flex-direction:column;gap:10px}.erm-message{border:1px solid #e5e7eb;border-radius:12px;padding:12px;background:#fff;box-shadow:0 1px #10182805}.erm-message.info{border-color:#dbeafe;background:#f8fbff}.erm-message.success{border-color:#bbf7d0;background:#f5fef9}.erm-message.warning{border-color:#fde68a;background:#fffcf2}.erm-message.error{border-color:#fecaca;background:#fff7f7}.erm-message-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.erm-badges{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.erm-delete{background:#fff;border:1px solid #e5e7eb;border-radius:10px;width:34px;height:34px;cursor:pointer}.erm-delete:hover{background:#f8fafc}.erm-msg-text{margin:0 0 6px;color:#374151;line-height:1.55}.erm-meta{color:#64748b}.erm-empty{text-align:center;color:#94a3b8;padding:18px 0}@media (max-width: 900px){.erm-content{grid-template-columns:1fr}.erm-message-scroll{max-height:none!important}}.erm-message.erm-info{border-color:#dbeafe;background:#f8fbff}.erm-message.erm-warning{border-color:#fde68a;background:#fffcf2}.erm-message.erm-success{border-color:#bbf7d0;background:#f5fef9}.erm-message.erm-error{border-color:#fecaca;background:#fff7f7}.aam-backdrop{position:fixed;inset:0;background:#0f172a66;display:flex;align-items:center;justify-content:center;z-index:50}.aam-card{width:min(720px,92vw);height:min(70vh,560px);background:#fff;border-radius:12px;padding:16px;box-shadow:0 10px 30px #0208172e;display:flex;flex-direction:column;gap:8px}.aam-head{display:flex;align-items:center;justify-content:space-between}.aam-title{display:flex;align-items:center;gap:8px}.aam-title-icon{width:28px;height:28px;border-radius:8px;background:#e2e8f0;display:flex;align-items:center;justify-content:center}.aam-title-text{font-weight:700}.aam-close{background:transparent;border:0;padding:6px;cursor:pointer}.aam-body{display:grid;grid-template-rows:auto auto 1fr;gap:10px;min-height:0;flex:1}.aam-row{display:flex;gap:8px}.aam-input{flex:1;border:1px solid #e5e7eb;border-radius:10px;padding:12px;outline:none;font-size:14px}.aam-input:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #93c5fd40}.aam-btn{display:inline-flex;align-items:center;border:1px solid #e5e7eb;border-radius:10px;padding:12px;background:#fff;cursor:pointer;font-size:14px}.aam-btn-primary{border-color:#2563eb;background:#2563eb;color:#fff}.aam-btn-ghost{background:transparent}.aam-btn-gap{margin-left:6px}.aam-search-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.aam-search{position:relative;flex:1;min-width:220px}.aam-search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);opacity:.6}.aam-search-input{width:100%;border:1px solid #e5e7eb;border-radius:10px;padding:10px 34px 10px 32px;font-size:14px}.aam-search-input:focus{outline:none;border-color:#93c5fd;box-shadow:0 0 0 3px #93c5fd40}.aam-clear{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:26px;height:26px;display:grid;place-items:center;border-radius:50%;border:1px solid #e5e7eb;background:#fff;cursor:pointer}.aam-clear:hover{background:#f3f4f6}.aam-search-hint{font-size:12px;color:#64748b}.aam-list-wrap{border:1px solid #f1f5f9;border-radius:12px;background:#fff;overflow:hidden;min-height:0}.aam-empty{padding:18px 8px;color:#64748b;text-align:center}.aam-list{list-style:none;margin:0;padding:0;height:100%;overflow-y:auto}.aam-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border-bottom:1px solid #f1f5f9;transition:background .15s ease}.aam-item:last-child{border-bottom:none}.aam-item:hover{background:#f9fafb}.aam-item-name{font-weight:500;color:#0f172a;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aam-hl{background:#fff59d;color:#111827;padding:0 2px;border-radius:4px}.aam-row-action{border:0;background:transparent;cursor:pointer;opacity:0;padding:8px;border-radius:10px;color:#64748b;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center}.aam-item:hover .aam-row-action{opacity:.6}.aam-row-action:hover,.aam-row-action:focus-visible{opacity:1!important;background:#fee2e2;color:#dc2626;outline:none}.aam-row-action:disabled{opacity:.3;cursor:not-allowed}.aam-row-action svg{width:18px;height:18px}.aam-inline-confirm{display:inline-flex;gap:6px;align-items:center}.aam-btn-danger{border-color:#ef4444;background:#ef4444;color:#fff}.aam-footer{text-align:right}@keyframes aam-spin-key{to{transform:rotate(360deg)}}.aam-spin{animation:aam-spin-key .8s linear infinite}@media (max-width: 480px){.aam-card{width:min(96vw,720px);height:72vh}.aam-row{flex-direction:column}}@media (max-width: 768px){.aam-row-action{opacity:.6}}.srm-overlay{position:fixed;inset:0;z-index:60;display:flex;align-items:center;justify-content:center;background:#0006;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.srm-card{background:#fff;border-radius:16px;box-shadow:0 20px 40px #00000026;width:clamp(820px,96vw,1480px);max-height:92vh;padding:24px;overflow:hidden;display:flex;flex-direction:column}.srm-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #eef0f3}.srm-head h2{font-size:20px;font-weight:700;color:#111827;margin:0}.srm-close{border:1px solid #e5e7eb;background:#fff;border-radius:10px;padding:8px 12px;cursor:pointer;font-size:18px;color:#6b7280;transition:all .2s}.srm-close:hover{background:#f9fafb;border-color:#d1d5db}.srm-body{display:grid;grid-template-columns:minmax(460px,1.1fr) minmax(380px,.9fr);gap:28px;flex:1;min-height:0;overflow:hidden}.srm-col{min-height:0;overflow:auto}.srm-form{background:#f9fafb;border-radius:12px;padding:20px;border:1px solid #eef0f3}.srm-form-inner{height:100%;display:flex;flex-direction:column;min-height:0}.srm-grid{flex:1 1 auto;min-height:0;overflow:auto;display:flex;flex-direction:column;gap:20px;padding-right:4px;padding-bottom:12px}.srm-form-group{display:flex;flex-direction:column;gap:8px}.srm-label{color:#374151;font-size:14px;font-weight:600;display:block}.srm-input,.srm-textarea{border:1px solid #d1d5db;border-radius:10px;padding:11px 14px;background:#fff;font-size:14px;color:#111827;transition:all .2s;width:100%}.srm-input:focus,.srm-textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.srm-textarea{min-height:100px;resize:vertical;font-family:inherit}.srm-row{display:flex;gap:10px;flex-wrap:wrap}.srm-chip{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:2px solid #e5e7eb;border-radius:999px;padding:8px 16px;cursor:pointer;color:#6b7280;background:#fff;-webkit-user-select:none;user-select:none;transition:all .2s;font-size:14px;font-weight:500}.srm-chip:hover{border-color:#c7d2fe;background:#f5f7fb}.srm-chip.active{background:#2563eb;border-color:#2563eb;color:#fff;font-weight:600}.srm-chip input{display:none}.srm-date-inputs{display:grid;grid-template-columns:1fr 1fr;gap:16px}.srm-actions--sticky{position:sticky;bottom:0;background:linear-gradient(180deg,#f9fafb00,#f9fafbcc 20%,#f9fafb 50%);padding-top:16px;margin-top:12px;display:flex;justify-content:flex-end;gap:12px;border-top:1px solid #eef0f3;padding-bottom:4px}.btn-primary,.btn-outline{border-radius:10px;padding:11px 20px;font-weight:600;cursor:pointer;font-size:14px;transition:all .2s;border:1px solid transparent}.btn-primary{background:#2563eb;color:#fff;border-color:#2563eb}.btn-primary:hover:not(:disabled){background:#1d4ed8;border-color:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-outline{border:1px solid #d1d5db;background:#fff;color:#374151}.btn-outline:hover{background:#f9fafb;border-color:#9ca3af}.srm-list{background:#fff;border-radius:12px;border:1px solid #eef0f3;padding:0;display:flex;flex-direction:column}.srm-list-head{position:sticky;top:0;z-index:1;padding:16px 20px;background:#fff;border-bottom:2px solid #eef0f3;font-weight:700;color:#111827;font-size:15px;border-radius:12px 12px 0 0}.srm-list .mp-list{max-height:none;padding:12px;list-style:none;margin:0}.srm-list .mp-empty{padding:40px 20px;text-align:center;color:#9ca3af;font-size:14px}.srm-trash{border:none;background:transparent;cursor:pointer;padding:6px 12px;border-radius:8px;color:#ef4444;font-size:13px;transition:all .2s}.srm-trash:hover{background:#fef2f2;color:#dc2626}.mp-chip-kind{font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.3px}.mp-chip-kind--daily{background:#dbeafe;border-color:#93c5fd;color:#1e3a8a}.mp-chip-kind--weekly{background:#f3e8ff;border-color:#d8b4fe;color:#6b21a8}.mp-chip-kind--monthly{background:#d1fae5;border-color:#6ee7b7;color:#065f46}.mp-chip-kind--custom{background:#fed7aa;border-color:#fdba74;color:#9a3412}.mp-chip-range{background:#f1f5f9;border-color:#cbd5e1;color:#475569;font-size:12px}@media (max-width: 980px){.srm-card{padding:20px}.srm-body{grid-template-columns:1fr;height:auto;max-height:calc(92vh - 100px)}.srm-form{padding:16px}.srm-date-inputs{grid-template-columns:1fr}}@media (max-width: 640px){.srm-card{padding:16px;border-radius:12px}.srm-head h2{font-size:18px}.srm-row{flex-direction:column}.srm-chip{width:100%}}.role-pill{display:inline-block;padding:2px 8px;border-radius:999px;font-size:12px;font-weight:700;border:1px solid #e5e7eb;background:#f9fafb;text-transform:lowercase}.role-pill--employee{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.role-pill--admin{background:#fef3c7;color:#92400e;border-color:#fde68a}.role-pill--hr{background:#e0f2fe;color:#075985;border-color:#bae6fd}.role-pill--superadmin{background:#fee2e2;color:#7f1d1d;border-color:#fecaca}.ad-page-wrap{margin:0 auto;padding:18px}.ad-header-row{display:flex;justify-content:flex-end;align-items:center;margin-bottom:10px}.ad-bell{display:flex;align-items:center;gap:8px;color:#334155;margin-top:1rem}.ad-icon{opacity:.7}.ad-alert{display:inline-flex;align-items:center;gap:6px;font-size:13px;padding:4px 8px;border-radius:999px;border:1px solid #fed7aa;background:#fff7ed;color:#9a3412}.ad-alert.ok{background:#ecfdf5;color:#065f46;border-color:#a7f3d0}.ad-alert.warn{background:#fff7ed;color:#9a3412;border-color:#fed7aa}.ad-grid{display:grid;grid-template-columns:340px 1fr 520px;gap:14px;align-items:start}.ad-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 2px #1018280f}.ad-card-title{padding:12px 14px;border-bottom:1px solid #e5e7eb;font-weight:600}.ad-info-list{padding:12px 14px;display:flex;flex-direction:column;gap:8px}.ad-info-row{display:flex;justify-content:space-between}.ad-info-key{color:#6b7280}.ad-info-val{color:#0f172a;font-weight:500}.ad-center .ad-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ad-action{position:relative;background:#fff;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;padding:18px;text-align:center;box-shadow:0 1px 2px #1018280f}.ad-action:hover{background:#f9fafb}.ad-iconwrap{width:56px;height:56px;display:grid;place-items:center;border-radius:999px;margin:0 auto 10px}.ad-blue{background:#e8eefc;color:#1e40af}.ad-green{background:#e8f5e9;color:#166534}.ad-purple{background:#eee8fd;color:#6b21a8}.ad-orange{background:#fff1e6;color:#b45309}.ad-grey{background:#e6e4e2;color:#141414}.ad-action-title{font-weight:700}.ad-action-sub{color:#64748b;font-size:13px}.ad-dot{width:10px;height:10px;border-radius:999px;background:#ef4444;position:absolute;top:8px;right:8px}.ad-dot.ok{background:#10b981}.ad-messages{min-width:0;position:sticky;top:12px}.ad-messages .mp-card{width:100%}@media (max-width: 700px){.ad-center .ad-actions{grid-template-columns:1fr}}@media (max-width: 1100px){.ad-messages{margin-top:12px}.ad-grid{grid-template-columns:1fr}}.dea-overlay{position:fixed;inset:0;background:#00000073;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:grid;place-items:center;padding:20px;z-index:9999;overflow-y:auto}.dea-card{width:100%;max-width:1100px;max-height:92vh;overflow:hidden;background:#fff;border:none;border-radius:16px;box-shadow:0 20px 50px #0003;display:flex;flex-direction:column}.dea-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:2px solid #eef0f3;background:#fff;flex-shrink:0}.dea-header h2{font-size:20px;font-weight:700;color:#111827;margin:0}.dea-close{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:8px 12px;cursor:pointer;font-size:18px;color:#6b7280;transition:all .2s;line-height:1}.dea-close:hover{background:#f9fafb;border-color:#d1d5db;color:#374151}.dea-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;padding:0;overflow:auto;flex:1;min-height:0}.dea-col{display:flex;flex-direction:column;gap:16px;padding:24px;overflow-y:auto;min-height:0}.dea-col:first-child{background:#f9fafb;border-right:2px solid #eef0f3}.dea-col:last-child{background:#fff}.dea-col h3{font-size:17px;font-weight:700;color:#111827;margin:0 0 8px;padding-bottom:12px;border-bottom:2px solid #e5e7eb}.dea-form-group{display:flex;flex-direction:column;gap:6px}.dea-label{font-size:13px;font-weight:600;color:#374151;display:block;margin:0}.dea-input,.dea-textarea{width:100%;border:1px solid #d1d5db;border-radius:10px;padding:11px 14px;font-size:14px;background:#fff;color:#111827;transition:all .2s;font-family:inherit}.dea-input:focus,.dea-textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.dea-input:disabled,.dea-input[readonly]{background:#f3f4f6;color:#6b7280;cursor:not-allowed;border-color:#e5e7eb}.dea-textarea{resize:vertical;min-height:140px;line-height:1.5}select.dea-input{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px}select.dea-input:disabled{cursor:not-allowed}.dea-row{display:flex;gap:10px;align-items:stretch}.dea-row .dea-input{flex:1}.dea-btn{border:1px solid transparent;border-radius:10px;padding:11px 18px;cursor:pointer;font-size:14px;font-weight:600;transition:all .2s;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;gap:6px}.dea-btn:disabled{opacity:.5;cursor:not-allowed}.dea-btn-ghost{background:#fff;border-color:#d1d5db;color:#374151}.dea-btn-ghost:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.dea-btn-primary{background:#2563eb;color:#fff;border-color:#2563eb;margin-top:8px}.dea-btn-primary:hover:not(:disabled){background:#1d4ed8;border-color:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.dea-btn-primary:active:not(:disabled){transform:translateY(0)}.dea-help{color:#6b7280;font-size:12px;line-height:1.5;margin:0}.dea-help code{background:#f3f4f6;padding:2px 6px;border-radius:4px;font-size:11px;color:#374151;font-family:Courier New,monospace}.dea-help strong{color:#374151;font-weight:600}.dea-char-counter{text-align:right;color:#9ca3af;font-size:12px;margin-top:-4px;font-weight:500}.dea-col::-webkit-scrollbar,.dea-textarea::-webkit-scrollbar{width:8px;height:8px}.dea-col::-webkit-scrollbar-track,.dea-textarea::-webkit-scrollbar-track{background:#f3f4f6;border-radius:10px}.dea-col::-webkit-scrollbar-thumb,.dea-textarea::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}.dea-col::-webkit-scrollbar-thumb:hover,.dea-textarea::-webkit-scrollbar-thumb:hover{background:#9ca3af}.dea-csv-header{display:flex;flex-direction:column;gap:12px;margin-bottom:8px}.dea-dept-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.dea-search-wrap{position:relative;width:min(320px,60%);flex-shrink:0}.dea-input-sm{padding:8px 34px;font-size:13px;border-radius:10px;height:36px}.dea-search{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='%236b7280' d='M21 20.3L16.7 16a7.5 7.5 0 1 0-.7.7L20.3 21zM4 10.5A6.5 6.5 0 1 1 10.5 17A6.51 6.51 0 0 1 4 10.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:10px center;background-size:18px 18px;padding-left:36px}.dea-clear{position:absolute;right:8px;top:50%;transform:translateY(-50%);border:0;background:transparent;color:#6b7280;font-size:16px;line-height:1;cursor:pointer;padding:4px;border-radius:8px}.dea-clear:hover{background:#f3f4f6;color:#374151}.dea-radio-list{border:2px solid #e5e7eb;border-radius:12px;background:#fff;min-height:120px;max-height:280px;overflow-y:auto;padding:8px;display:grid;grid-template-columns:1fr;gap:4px;transition:border-color .2s}.dea-radio-list:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.dea-radio-list::-webkit-scrollbar{width:6px}.dea-radio-list::-webkit-scrollbar-track{background:#f9fafb;border-radius:10px}.dea-radio-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}.dea-radio-list::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media (min-width: 640px){.dea-radio-list{grid-template-columns:1fr 1fr;gap:6px}}.dea-radio-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .15s ease;border:1px solid transparent}.dea-radio-item:hover{background:#f0f9ff;border-color:#bfdbfe}.dea-radio-item input[type=radio]{width:18px;height:18px;cursor:pointer;accent-color:#2563eb;flex-shrink:0;margin:0}.dea-radio-item:has(input[type=radio]:checked){background:#dbeafe;border-color:#93c5fd}.dea-radio-text{color:#111827;font-size:14px;font-weight:500;flex:1}.dea-radio-item:has(input[type=radio]:checked) .dea-radio-text{color:#1e40af;font-weight:600}.dea-check-empty{color:#9ca3af;font-size:13px;padding:16px;text-align:center;font-style:italic}@media (max-width: 900px){.dea-grid{grid-template-columns:1fr}.dea-col:first-child{border-right:none;border-bottom:2px solid #eef0f3}.dea-card{max-height:95vh}}@media (max-width: 640px){.dea-overlay{padding:12px}.dea-header{padding:16px 20px}.dea-header h2{font-size:18px}.dea-col{padding:20px}.dea-row{flex-direction:column}.dea-btn{width:100%}.dea-dept-header{flex-direction:column;align-items:stretch}.dea-search-wrap{width:100%}}.sd-page-wrap{margin:0 auto;padding:18px}.sd-grid{margin-top:2rem;display:grid;grid-template-columns:340px 1fr 520px;gap:14px;align-items:start}.sd-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 2px #1018280f}.sd-card-title{padding:12px 14px;border-bottom:1px solid #e5e7eb;font-weight:600}.sd-info-list{padding:12px 14px;display:flex;flex-direction:column;gap:8px}.sd-info-row{display:flex;justify-content:space-between}.sd-info-key{color:#6b7280}.sd-info-val{color:#0f172a;font-weight:500}.sd-hint{color:#6b7280;font-size:13px}.sd-label{font-size:13px;color:#475569;margin-bottom:4px}.sd-select{width:100%;border:1px solid #d1d5db;border-radius:8px;padding:8px 10px;font-size:14px;background:#fff}.sd-center .sd-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}@media (max-width: 700px){.sd-center .sd-actions{grid-template-columns:1fr}}.sd-action{background:#fff;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;padding:18px;text-align:center;box-shadow:0 1px 2px #1018280f}.sd-action:hover{background:#f9fafb}.sd-iconwrap{width:56px;height:56px;display:grid;place-items:center;border-radius:999px;margin:0 auto 10px}.sd-blue{background:#e8eefc;color:#1e40af}.sd-green{background:#e8f5e9;color:#166534}.sd-purple{background:#eee8fd;color:#6b21a8}.sd-orange{background:#fff1e6;color:#b45309}.sd-action-title{font-weight:700}.sd-action-sub{color:#64748b;font-size:13px}.sd-messages{min-width:0;position:sticky;top:12px}.sd-messages .mp-card{width:100%}.sd-subheader{display:flex;align-items:center;justify-content:space-between;margin:12px 0}.sd-subtitle{font-weight:600;color:#0f172a}.sd-subcontrols{display:flex;align-items:center;gap:8px}.btn-ghost{border:1px solid #e5e7eb;background:#fff;padding:8px 12px;border-radius:8px;cursor:pointer}@media (max-width: 1100px){.sd-grid{grid-template-columns:1fr}}.ed-page-wrap{margin:0 auto;padding:18px}.ed-header-row{display:flex;justify-content:flex-end;align-items:center;margin-bottom:10px}.ed-bell{display:flex;align-items:center;gap:8px;color:#334155;margin-top:1rem}.ed-icon{opacity:.7}.ed-alert{display:inline-flex;align-items:center;gap:6px;font-size:13px;padding:4px 8px;border-radius:999px;border:1px solid #fed7aa;background:#fff7ed;color:#9a3412}.ed-alert.ok{background:#ecfdf5;color:#065f46;border-color:#a7f3d0}.ed-alert.warn{background:#fff7ed;color:#9a3412;border-color:#fed7aa}.ed-grid{display:grid;grid-template-columns:340px 1fr 520px;gap:14px;align-items:start}.ed-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 2px #1018280f}.ed-card-title{padding:12px 14px;border-bottom:1px solid #e5e7eb;font-weight:600}.ed-info-list{padding:12px 14px;display:flex;flex-direction:column;gap:8px}.ed-info-row{display:flex;justify-content:space-between}.ed-info-key{color:#6b7280}.ed-info-val{color:#0f172a;font-weight:500}.ed-center .ed-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ed-action{position:relative;background:#fff;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;padding:18px;text-align:center;box-shadow:0 1px 2px #1018280f}.ed-action:hover{background:#f9fafb}.ed-iconwrap{width:56px;height:56px;display:grid;place-items:center;border-radius:999px;margin:0 auto 10px}.ed-blue{background:#e8eefc;color:#1e40af}.ed-green{background:#e8f5e9;color:#166534}.ed-purple{background:#eee8fd;color:#6b21a8}.ed-action-title{font-weight:700}.ed-action-sub{color:#64748b;font-size:13px}.ed-dot{width:10px;height:10px;border-radius:999px;background:#ef4444;display:inline-block;position:absolute;top:8px;right:8px}.ed-dot.ok{background:#10b981}.ed-messages{min-width:0;position:sticky;top:12px}.ed-messages .mp-card{width:100%}@media (max-width: 1100px){.ed-grid{grid-template-columns:1fr}}@media (max-width: 700px){.ed-center .ed-actions{grid-template-columns:1fr}}.ed-orange{background:#fff1e6;color:#b45309}.ed-role{display:inline-block;padding:2px 8px;border-radius:999px;font-size:12px;font-weight:700;border:1px solid #e5e7eb;background:#f9fafb;text-transform:lowercase}.ed-role--employee{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.ed-role--admin{background:#fef3c7;color:#92400e;border-color:#fde68a}.ed-role--hr{background:#e0f2fe;color:#075985;border-color:#bae6fd}.ed-role--superadmin{background:#fee2e2;color:#7f1d1d;border-color:#fecaca}.hcm-overlay{position:fixed;inset:0;display:grid;place-items:center;padding:16px;background:#02081759;z-index:60}.hcm-card{width:100%;max-width:760px;height:min(70vh,560px);background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 18px 50px #02081738;display:flex;flex-direction:column}.hcm-header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 14px;border-bottom:1px solid #e5e7eb}.hcm-close{border:1px solid #e5e7eb;background:#fff;border-radius:10px;padding:6px 10px;cursor:pointer}.hcm-body{display:grid;grid-template-rows:auto 1fr;min-height:0}.hcm-section{padding:14px;border-top:1px solid #f3f4f6}.hcm-section:first-of-type{border-top:0}.hcm-section-grow{display:grid;grid-template-rows:auto 1fr;gap:10px;min-height:0}.hcm-row{display:flex;gap:8px;align-items:center}.hcm-input{flex:1;border:1px solid #e5e7eb;border-radius:10px;padding:12px;background:#fff;font:inherit;line-height:1.2}.hcm-input:focus{outline:none;border-color:#93c5fd;box-shadow:0 0 0 3px #93c5fd40}.hcm-btn{border:1px solid #e5e7eb;border-radius:10px;padding:12px;background:#fff;display:inline-flex;align-items:center;gap:6px;cursor:pointer;font-size:14px}.hcm-btn-primary{background:#2563eb;border-color:#2563eb;color:#fff}.hcm-btn-danger{background:#ef4444;border-color:#ef4444;color:#fff}.hcm-row-search{position:relative;align-items:center}.hcm-search-ico{position:absolute;left:12px;top:50%;transform:translateY(-50%);opacity:.6}.hcm-input-search{padding-left:36px}.hcm-clear{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:26px;height:26px;display:grid;place-items:center;border-radius:50%;border:1px solid #e5e7eb;background:#fff;cursor:pointer}.hcm-clear:hover{background:#f3f4f6}.hcm-search-hint{margin-left:8px;font-size:12px;color:#64748b}.hcm-list-wrap{border:1px solid #f1f5f9;border-radius:12px;overflow:hidden;min-height:0}.hcm-nodata{padding:20px 8px;text-align:center;color:#94a3b8;background:#fff}.hcm-list{list-style:none;margin:0;padding:0;height:100%;overflow-y:auto;background:#fff}.hcm-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px;border-bottom:1px solid #f1f5f9;transition:background .15s ease}.hcm-item:last-child{border-bottom:0}.hcm-item:hover{background:#f9fafb}.hcm-item-left{display:flex;align-items:center;gap:10px}.hcm-avatar{width:34px;height:34px;border-radius:999px;background:#eef2ff;color:#3730a3;display:grid;place-items:center;font-weight:700}.hcm-item-text{display:flex;flex-direction:column;min-width:0}.hcm-name{font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hcm-sub{font-size:12px;color:#64748b}.hcm-hl{background:#fff59d;color:#111827;padding:0 2px;border-radius:4px}.hcm-row-action{border:0;background:transparent;cursor:pointer;opacity:0;padding:8px;border-radius:10px;color:#64748b;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center}.hcm-item:hover .hcm-row-action{opacity:.6}.hcm-row-action:hover,.hcm-row-action:focus-visible{opacity:1!important;background:#fee2e2;color:#dc2626;outline:none}.hcm-row-action:disabled{opacity:.3;cursor:not-allowed}.hcm-row-action svg{width:18px;height:18px}.hcm-inline-actions{display:inline-flex;align-items:center;gap:8px}@media (max-width: 520px){.hcm-card{height:72vh}.hcm-row{flex-direction:column;align-items:stretch}}.hcm-header-actions{display:flex;align-items:center;gap:8px}.hcm-btn-toggle{background:#eef3ff;border:1px solid #cfd9ff;color:#2c4eff;font-weight:500;padding:4px 10px;border-radius:6px;cursor:pointer;transition:.2s}.hcm-btn-toggle:hover{background:#dbe5ff}.hcm-item-inactive{opacity:.6;background-color:#fafafa}.hcm-reactivate{background:#e0ffe5;color:#1a7f3c;border:1px solid #b7f0c0;border-radius:6px;padding:4px;cursor:pointer;transition:.2s}.hcm-reactivate:hover{background:#c8ffd6}@keyframes pop{0%{transform:scale(.9);opacity:.5}to{transform:scale(1);opacity:1}}.hcm-item-inactive{animation:pop .2s ease-out}.hrs-overlay{position:fixed;inset:0;display:grid;place-items:center;padding:16px;background:#02081759;z-index:60}.hrs-card{width:100%;max-width:720px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 18px 50px #02081738}.hrs-header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid #e5e7eb}.hrs-titlewrap{display:inline-flex;align-items:center;gap:10px}.hrs-title{margin:0}.hrs-spinner{width:16px;height:16px;border:2px solid #d1d5db;border-top-color:#2563eb;border-radius:50%;animation:hrs-rot .8s linear infinite}@keyframes hrs-rot{to{transform:rotate(360deg)}}.hrs-close{border:1px solid #e5e7eb;background:#fff;border-radius:10px;padding:6px 10px;cursor:pointer}.hrs-body{padding:14px}.hrs-label{display:block;font-size:13px;color:#64748b;margin-bottom:6px}.hrs-input{width:100%;border:1px solid #e5e7eb;border-radius:8px;padding:10px 12px;background:#fff;font:inherit}.hrs-input:disabled{background:#f8fafc;color:#94a3b8}.hrs-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:10px}.hrs-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:14px}.hrs-btn{border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;background:#fff;cursor:pointer}.hrs-btn[disabled]{opacity:.7;cursor:not-allowed}.hrs-btn-primary{background:#2563eb;border-color:#2563eb;color:#fff}@media (max-width: 700px){.hrs-grid{grid-template-columns:1fr}}.hesp-wrap{max-width:1240px;margin:0 auto;padding:28px}.hesp-back{border:1px solid #e5e7eb;background:#fff;border-radius:10px;padding:8px 12px;display:inline-flex;align-items:center;gap:6px;cursor:pointer}.hesp-back:hover{background:#f5f7fb}.hesp-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.hesp-title{font-size:30px;font-weight:700;margin:0;color:#111827}.hesp-right{display:inline-flex;align-items:center;gap:12px}.hesp-dep{display:inline-flex;align-items:center;gap:8px}.hesp-label{font-size:14px;color:var(--muted, #6b7280)}.hesp-select{border:1px solid var(--border, #d1d5db);border-radius:10px;padding:8px 10px;background:#fff;font-size:14px;transition:background .15s ease,border-color .15s ease,color .15s ease}.hesp-search{position:relative;margin-bottom:14px}.hesp-input{width:100%;border:1px solid var(--border, #d1d5db);border-radius:10px;padding:10px 36px 10px 34px;font-size:14px;background:#fff;box-shadow:0 1px #10182805}.hesp-input:focus{outline:none;border-color:#93c5fd;box-shadow:0 0 0 3px #93c5fd59}.hesp-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:14px;opacity:.6;pointer-events:none}.hesp-clear{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:26px;height:26px;border-radius:50%;border:1px solid var(--border, #e5e7eb);background:#fff;cursor:pointer;line-height:1}.hesp-clear:hover{background:#f3f4f6}.hesp-hl{background:#fff59d;color:#111827;padding:0 2px;border-radius:4px}.hesp-table{border:1px solid var(--border, #e5e7eb);border-radius:12px;overflow:hidden;background:#fff}.hesp-trow{display:grid;grid-template-columns:1.4fr 2fr 1.5fr 120px 200px;gap:12px;align-items:center;padding:14px 16px;border-top:1px solid var(--border, #e5e7eb)}.hesp-trow:first-of-type{border-top:0}.hesp-head{background:#fafafa;color:#334155;font-weight:700}.hesp-cell{min-width:0}.hesp-nw{white-space:nowrap}.hesp-empty{padding:16px;color:var(--muted, #6b7280);text-align:center}.hesp-trow .hesp-input[type=date]{padding-right:10px}.hesp-trow .hesp-input[disabled]{background:#f8fafc;color:#94a3b8}.btn-primary{border:1px solid transparent;background:#3b82f6;color:#fff;border-radius:10px;padding:9px 14px;font-weight:700;cursor:pointer}.btn-primary:disabled{opacity:.6;cursor:default}.btn-primary:hover:enabled{background:#2563eb}.hesp-save{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:86px}.hesp-spinner{width:18px;height:18px;border-radius:50%;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;animation:hesp-spin .8s linear infinite;display:inline-block}@keyframes hesp-spin{to{transform:rotate(360deg)}}.hesp-select--active{background:#e8faf0;border-color:#bbf7d0;color:#166534}.hesp-select--on_leave{background:#fff6e9;border-color:#ffe7c2;color:#8a5800}.hesp-select--sick{background:#fee2e2;border-color:#fecaca;color:#7f1d1d}.hesp-select--military{background:#e0e7ff;border-color:#c7d2fe;color:#3730a3}.hesp-select--resigned{background:#f3f4f6;border-color:#e5e7eb;color:#6b7280;text-decoration:line-through}.hesp-ellipsis{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@supports (text-overflow: ellipsis){.hesp-ellipsis{word-break:break-all}}@media (max-width: 920px){.hesp-trow,.hesp-head{grid-template-columns:1.2fr 1.4fr 160px 200px 200px}}@media (max-width: 640px){.hesp-right{flex-wrap:wrap;justify-content:flex-end}.hesp-trow,.hesp-head{grid-template-columns:1fr}.hesp-nw{white-space:normal}}.role-select{border:1px solid var(--border, #d1d5db);border-radius:999px;padding:6px 12px;background:#fff;font-size:14px;text-transform:lowercase;transition:box-shadow .15s ease,border-color .15s ease,background .15s ease}.role--dirty{border-color:#93c5fd;background:#eff6ff;box-shadow:0 0 0 3px #93c5fd59}.role--employee{background:#f1f5f9;color:#0f172a}.role--admin{background:#fff1f2;color:#9f1239}.role--hr{background:#ecfdf5;color:#065f46}.role--superadmin{background:#eef2ff;color:#3730a3}.role-badge{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:6px 12px;font-weight:600;border:1px solid var(--border, #d1d5db);-webkit-user-select:none;user-select:none}.assignDeptModal2{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;justify-content:center;align-items:center;z-index:100}.assignDeptBox2{background:#fff;padding:24px;border-radius:12px;width:90%;max-width:950px;max-height:90vh;overflow-y:auto;box-shadow:0 8px 25px #00000026;font-family:Inter,sans-serif}.assignDeptBox2 h2{text-align:center;font-size:1.5rem;margin-bottom:20px;font-weight:700;color:#0f172a}.assignGrid{display:grid;grid-template-columns:1fr 1.4fr;gap:24px}.userList{background:#fafafa;border-radius:10px;padding:10px;overflow-y:auto;max-height:60vh}.userItem{padding:10px 12px;border-radius:8px;margin-bottom:8px;cursor:pointer;background:#fff;border:1px solid transparent;transition:.2s ease}.userItem:hover{background:#f1f5f9}.userItem.active{border-color:#2563eb;background:#e0edff}.userItem .email{font-size:.85rem;color:#475569}.userItem small{font-size:.8rem;color:#64748b}.topSearchBar{display:flex;align-items:center;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:8px 12px;margin-bottom:16px;gap:6px;width:100%;transition:.2s}.topSearchBar:focus-within{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33}.topSearchBar input{border:none;outline:none;flex:1;font-size:.9rem;color:#0f172a;background:transparent}.searchIcon{color:#64748b}.deptPanel{display:flex;flex-direction:column;gap:16px}.deptHeader{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.userInfoHeader{display:flex;align-items:baseline;gap:10px}.userInfoHeader h3{font-size:1.25rem;font-weight:600;color:#0f172a;margin:0}.deptCount{font-size:.8rem;color:#64748b;font-weight:500}.deptHeader select{flex-shrink:0;padding:8px 12px;border-radius:8px;border:1px solid #cbd5e1;font-size:.9rem;background:#fff;outline:none;cursor:pointer;transition:border .2s,box-shadow .2s}.deptHeader select:hover{border-color:#2563eb}.deptHeader select:disabled{opacity:.6}.deptListInline{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.mainDeptTag{background:#e0f2fe;color:#0369a1;padding:6px 10px;border-radius:8px;font-size:.85rem;font-weight:500;display:flex;align-items:center;gap:6px}.mainDeptTag small{font-size:.7rem;opacity:.8}.deptTag.removable{background:#eef2ff;color:#3730a3;padding:6px 10px;border-radius:8px;font-size:.85rem;display:flex;align-items:center;gap:6px;border:1px solid #c7d2fe;transition:all .2s}.deptTag.removable:hover{background:#e0e7ff}.removeBtn{background:transparent;border:none;color:#6366f1;cursor:pointer;display:flex;align-items:center;padding:0;transition:color .2s}.removeBtn:hover{color:#dc2626}.btnRow{margin-top:20px;text-align:right}.cancelBtn{background:#f1f5f9;color:#0f172a;border:none;border-radius:8px;padding:8px 16px;cursor:pointer;transition:.2s}.cancelBtn:hover{background:#e2e8f0}.loadingText{font-size:.9rem;color:#475569}.userDeptCount{display:block;margin-top:4px;margin-left:0;font-size:.75rem;font-weight:600;border:1px solid;padding:3px 8px;border-radius:6px;background:#f8fafc;width:fit-content;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}.userItem:hover .userDeptCount{transform:scale(1.05);background:#f1f5f9}.hd-page-wrap{margin:0 auto;padding:18px}.hd-grid{margin-top:3em;display:grid;grid-template-columns:340px 1fr 520px;gap:14px;align-items:start}.hd-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 2px #1018280f}.hd-card-title{padding:12px 14px;border-bottom:1px solid #e5e7eb;font-weight:600}.hd-info-list{padding:12px 14px;display:flex;flex-direction:column;gap:8px}.hd-info-row{display:flex;justify-content:space-between}.hd-info-key{color:#6b7280}.hd-info-val{color:#0f172a;font-weight:500}.hd-center .hd-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hd-action{background:#fff;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;padding:18px;text-align:center;box-shadow:0 1px 2px #1018280f}.hd-action:hover{background:#f9fafb}.hd-iconwrap{width:56px;height:56px;display:grid;place-items:center;border-radius:999px;margin:0 auto 10px}.hd-iconwrap.hd-teal{background:#e6fffb;color:#0f766e}.hd-green{background:#e8f5e9;color:#166534}.hd-purple{background:#eee8fd;color:#6b21a8}.hd-blue{background:#e8eefc;color:#1e40af}.hd-orange{background:#fff1e6;color:#9a3412}.hd-indigo{background:#eaefff;color:#3730a3}.hd-gray{background:#f3f4f6;color:#374151}.hd-action-title{font-weight:700}.hd-action-sub{color:#64748b;font-size:13px}.hd-messages{min-width:0;position:sticky;top:12px}.hd-messages .mp-card{width:100%}@media (max-width: 1100px){.hd-grid{grid-template-columns:1fr}}@media (max-width: 700px){.hd-center .hd-actions{grid-template-columns:1fr}}.hrd-page{max-width:1240px;margin:0 auto;padding:16px;height:100vh;display:flex;flex-direction:column;overflow:hidden}.hrd-page-head{display:flex;align-items:center;gap:12px;margin-bottom:10px;flex-shrink:0}.hrd-back{border:1px solid #e5e7eb;background:#fff;border-radius:10px;padding:8px 12px;display:inline-flex;align-items:center;gap:6px;cursor:pointer}.hrd-back:hover{background:#f5f7fb}.hrd-page-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 1px 2px #1018280f;display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.hrd-overlay{position:fixed;inset:0;display:grid;place-items:center;padding:16px;background:#02081759;z-index:60;overflow:hidden}.hrd-card{width:100%;max-width:1240px;max-height:calc(100vh - 32px);background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 18px 50px #02081738;display:flex;flex-direction:column;overflow:hidden}.hrd-header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 14px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.hrd-close{border:1px solid #e5e7eb;background:#fff;border-radius:10px;padding:6px 10px;cursor:pointer}.hrd-top{padding:14px;border-bottom:1px solid #f3f4f6;display:grid;gap:10px;flex-shrink:0}.hrd-row{display:flex;gap:8px;align-items:center}.hrd-input{flex:1;border:1px solid #e5e7eb;border-radius:8px;padding:10px 12px;background:#fff;font:inherit}.hrd-btn{border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;background:#fff;display:inline-flex;align-items:center;gap:6px;cursor:pointer}.hrd-btn-primary{background:#2563eb;border-color:#2563eb;color:#fff}.hrd-row-search{position:relative}.hrd-search-ico{position:absolute;left:10px;top:50%;transform:translateY(-50%);opacity:.6}.hrd-row-search .hrd-input{padding-left:32px}.hrd-hint{display:inline-flex;align-items:center;gap:6px;padding:8px 10px;border:1px dashed #cbd5e1;border-radius:8px;color:#475569;background:#f8fafc;font-size:13px}.hrd-global-search{margin-top:2px}.hrd-cols{display:grid;grid-template-columns:1fr .9fr;gap:16px;padding:14px;flex:1;min-height:0;overflow:hidden}.hrd-col{border:1px solid #eef2f7;border-radius:12px;background:#fff;display:flex;flex-direction:column;min-height:0;overflow:hidden}.hrd-col-head{padding:12px;border-bottom:1px solid #f1f5f9;display:grid;gap:10px;flex-shrink:0}.hrd-col-title{font-weight:700;display:flex;align-items:center;gap:8px}.hrd-col-title .muted{color:#64748b;font-weight:600}.dot{width:8px;height:8px;border-radius:999px;display:inline-block}.dot.blue{background:#2563eb}.dot.rust{background:#b45309}.hrd-col-body{overflow-y:auto;padding:10px;flex:1;min-height:0}.hrd-col-body::-webkit-scrollbar{width:8px}.hrd-col-body::-webkit-scrollbar-track{background:transparent}.hrd-col-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.hrd-col-body::-webkit-scrollbar-thumb:hover{background:#94a3b8}.hrd-nodata{padding:32px 24px;text-align:center;color:#94a3b8;border:1px dashed #cbd5e1;border-radius:12px;margin:12px;background:#fff;font-size:14px}.hrd-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}.hrd-item{border:1px solid #e2e8f0;background:#fff;border-radius:12px;padding:14px;transition:all .2s ease}.hrd-item:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0000000f;transform:translateY(-1px)}.hrd-item-row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px}.hrd-namewrap{display:grid;grid-template-columns:42px 1fr;gap:12px;min-width:0}.hrd-avatar{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af;display:grid;place-items:center;font-weight:800;font-size:16px;box-shadow:0 2px 6px #2563eb26}.hrd-avatar.mute{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#64748b;box-shadow:0 2px 6px #0000000f}.hrd-name{font-weight:700;color:#0f172a;min-width:0;display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:14px}.hrd-name strong{display:flex;align-items:center;gap:4px;min-width:0}.hrd-input-inline{width:100%}.hrd-pill{padding:3px 10px;border-radius:999px;font-size:11px;font-weight:600;letter-spacing:.3px;text-transform:uppercase}.hrd-pill.ok{background:#dbeafe;color:#1e40af;border:1px solid #93c5fd}.hrd-pill.arch{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.hrd-count{color:#64748b;font-size:13px;font-weight:500}.hrd-actions{display:inline-flex;gap:6px}.hrd-iconbtn{border:1px solid #e2e8f0;background:#fff;border-radius:8px;padding:9px 11px;cursor:pointer;color:#475569;transition:all .2s ease}.hrd-iconbtn:hover{background:#f8fafc;border-color:#2563eb;color:#2563eb;transform:scale(1.05)}.hrd-iconbtn[disabled]{opacity:.4;cursor:not-allowed}.hrd-iconbtn[disabled]:hover{transform:none;border-color:#e2e8f0;color:#475569}.hrd-inline{margin-top:12px;padding-top:12px;border-top:1px dashed #e2e8f0;display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}.hrd-inline-actions{display:inline-flex;gap:8px;align-items:center}.hrd-move-text{font-size:13px;color:#475569;font-weight:500;display:flex;align-items:center;gap:4px}.hrd-hl{background:#fff59d;color:#111827;padding:0 2px;border-radius:4px}.br-wrap{padding:16px 20px 28px}.br-top{display:flex;align-items:center;gap:12px;margin-bottom:16px}.br-top h1{font-size:20px;font-weight:700}.grow{flex:1}.br-grid{display:grid;grid-template-columns:360px minmax(0,1fr);gap:20px;align-items:start}.br-panel{background:#fff;border-radius:16px;padding:16px;box-shadow:0 1px 3px #00000014}.br-field{margin-bottom:16px}.file-picker{display:flex;align-items:center;gap:10px;margin:6px 0 12px;flex-wrap:wrap}.file-picker input[type=file]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.file-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:10px;background:#0ea5e9;color:#fff;font-weight:600;cursor:pointer;box-shadow:0 1px 2px #0ea5e940;transition:transform .06s ease,box-shadow .2s ease,opacity .2s}.file-btn:hover{transform:translateY(-1px);box-shadow:0 4px 10px #0ea5e940}.file-btn[aria-disabled=true]{opacity:.6;cursor:not-allowed}.file-btn:before{content:"📁";font-size:14px}.file-name{font-size:14px;color:#374151;max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.br-logo-thumb{margin-top:10px;border:1px dashed #e5e7eb;border-radius:12px;padding:8px;display:flex;align-items:center;justify-content:center;background:#fafafa}.br-logo-thumb img{max-width:260px;height:auto;display:block}.em-help{margin-top:8px;font-size:12px;color:#6b7280}.br-preview{background:#fff;border-radius:16px;box-shadow:0 1px 3px #00000014;padding:12px;overflow:auto}.br-canvas{width:min(1000px,100%);height:560px;overflow:hidden;position:relative;margin:0 auto;border-radius:12px;background:#fbf6f2}.br-canvas .app-container.br-sandbox{min-height:560px;padding:20px;display:flex;justify-content:center;align-items:center}.br-canvas .auth-container{right:5%!important}.br-logo-stage{position:relative}.br-logo-stage .br-logo{position:relative;right:10%!important;-webkit-user-select:none;user-select:none}.em-btn.is-loading{position:relative}.btn-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:emspin .8s linear infinite;display:inline-block;vertical-align:middle}@keyframes emspin{to{transform:rotate(360deg)}}.sb{position:relative}.sb-head{width:100%;display:flex;align-items:center;justify-content:space-between;border:1px solid #d1d5db;background:#fff;border-radius:10px;padding:10px 12px;cursor:pointer;z-index:1}.sb-head:hover{background:#f9fafb}.sb-placeholder{color:#9aa3af}.sb-caret{margin-left:8px;transition:transform .15s ease}.sb-caret.up{transform:rotate(180deg)}.sb-pop{position:absolute;left:0;right:0;top:calc(100% + 6px);background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 24px #0208171f;z-index:1000;max-height:280px;overflow:hidden}.sb-pop.up{top:auto;bottom:calc(100% + 6px)}.sb-search{padding:8px;border-bottom:1px solid #eef2f7}.sb-search input{width:100%;border:1px solid #e5e7eb;border-radius:8px;padding:8px 10px;font:inherit}.sb-list{max-height:240px;overflow:auto;list-style:none;margin:0;padding:6px}.sb-item{padding:8px 10px;border-radius:8px;cursor:pointer;color:#111827}.sb-item.hover{background:#f3f4f6}.sb-item.active{background:#eef6ff;border:1px solid #bfdbfe}.sb-empty{padding:10px;color:#6b7280;text-align:center}.sb-hl{background:#fff59d;color:#111827;padding:0 2px;border-radius:3px}.is-disabled .sb-head{opacity:.6;cursor:not-allowed}.re-container{max-width:980px;margin:0 auto;padding:20px 20px 160px;min-height:100vh}.re-header{position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffbf;border-bottom:1px solid #eef2f7;padding:12px 0;display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px}.re-left{display:flex;align-items:center;gap:12px}.re-title{font-size:1.6rem;font-weight:700;color:#111827;margin:0}.re-right{display:inline-flex;align-items:center;gap:10px}.btn-back{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #e5e7eb;padding:8px 12px;border-radius:10px;color:#374151;cursor:pointer}.btn-back:hover{background:#f9fafb}.re-period{margin:12px 0 18px;padding:10px 12px;border:1px solid #e8ecf4;background:#fbfcff;border-radius:12px}.re-period-row{display:flex;align-items:center;gap:8px;font-size:.95rem;color:#1f2937}.re-pill{background:#eef4ff;border:1px solid #dbe3ff;padding:4px 10px;border-radius:999px;font-weight:600;font-size:.85rem}.re-dot{width:4px;height:4px;border-radius:999px;background:#c7cdd8;display:inline-block}.muted{color:#6b7280}.re-total-chip{background:#f1f5ff;border:1px solid #dbe3ff;padding:6px 10px;border-radius:999px;font-size:14px}.btn-outline,.btn-primary,.btn-back,.btn-dashed,.btn-icon{font:inherit}.btn-outline{background:#fff;border:1px solid #d1d5db;color:#111827;padding:8px 14px;border-radius:10px;cursor:pointer}.btn-outline:hover{background:#f9fafb}.btn-outline.danger{border-color:#fecaca;color:#991b1b}.btn-outline.danger:hover{background:#fff5f5}.btn-primary{background:#2563eb;border:1px solid #1d4ed8;color:#fff;padding:8px 14px;border-radius:10px;cursor:pointer}.btn-primary:hover{background:#1d4ed8}.btn-primary:disabled,.btn-outline:disabled{opacity:.6;cursor:not-allowed}.card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:visible}.card-content{overflow:visible}.card-header{padding:16px 20px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.card-title{font-size:1.1rem;font-weight:600;margin:0;display:flex;align-items:center;gap:8px}.card-content{padding:20px}.alert{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;padding:10px 12px;border-radius:10px;margin-bottom:16px;font-size:.95rem}.input,.textarea{width:100%;border:1px solid #d1d5db;border-radius:10px;padding:10px 12px;font-size:.95rem;background:#fff;box-sizing:border-box}.input:focus,.textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f;outline:0}.input-hours{max-width:140px;width:100%}.re-rows{margin:6px 0 16px}.re-row{display:grid;grid-template-columns:1.1fr 1.1fr 120px 1.6fr 48px;gap:10px;align-items:center;padding:6px 0}.re-row.head{font-weight:600;color:#6b7280;border-bottom:1px solid #e5e7eb;padding-bottom:8px}.re-row .h{text-align:left}.btn-icon{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;background:#fff;color:#6b7280;border-radius:10px;cursor:pointer}.btn-icon:hover{background:#f9fafb}.re-row-actions{display:flex;justify-content:center}.re-row.add{margin-top:8px}.btn-dashed{width:fit-content;background:#fff;border:2px dashed #c7d2fe;color:#1d4ed8;padding:10px 14px;border-radius:12px;cursor:pointer}.btn-dashed:hover{background:#f8fbff}@media (max-width: 960px){.re-row{grid-template-columns:1fr 1fr 100px 1fr 44px}.re-title{font-size:1.35rem}}.reports-container{max-width:1200px;margin:auto;padding:24px}.reports-header{margin-bottom:24px}.back-btn{margin-bottom:8px}.title{font-size:1.5rem;font-weight:700;color:#111}.subtitle{color:#555}.card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:16px}.search-card{margin-bottom:24px}.search-wrapper{position:relative}.search-input{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #d1d5db}.search-info{font-size:.9rem;color:#666;margin-top:8px}.empty-card{text-align:center;padding:48px 0}.empty-text{color:#777}.nav-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.nav-buttons{display:flex;align-items:center;gap:8px}.btn-outline{padding:6px 10px;border:1px solid #d1d5db;background:#fff;border-radius:8px;cursor:pointer}.btn-outline:disabled{opacity:.5;cursor:not-allowed}.nav-index{font-size:.9rem;color:#555}.nav-note{font-size:.8rem;color:#888}.report-card .card-header{display:flex;justify-content:space-between;align-items:center}.report-title{font-size:1.1rem;display:flex;align-items:center;gap:6px}.rv-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;min-width:28px;height:22px;font-size:.8rem;font-weight:600;line-height:1;border-radius:999px;border:1px solid #bbf7d0;background:#e8f5e9;color:#166534;position:static}.report-content{white-space:pre-wrap;color:#333;line-height:1.5}.all-reports{margin-top:24px}.section-title{font-size:1.1rem;font-weight:700;margin-bottom:12px}.report-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:12px}.report-thumb{cursor:pointer;transition:box-shadow .2s;border-radius:10px}.report-thumb:hover{box-shadow:0 2px 6px #00000014}.active-thumb{border:2px solid #3b82f6}.thumb-header{display:flex;justify-content:space-between;margin-bottom:8px;font-size:.85rem}.thumb-text{font-size:.85rem;color:#555}.btn-ghost{background:transparent;border:none;color:#374151;padding:6px 8px;border-radius:8px;cursor:pointer}.btn-ghost:hover{background:#f3f4f6}.rv-hl{background:#fff59d;color:#111827;padding:0 2px;border-radius:4px}.rv-entries-rows{display:grid;gap:10px}.rv-entries-head{display:grid;grid-template-columns:1.6fr 1.4fr 90px 2fr;gap:8px;align-items:center;padding:10px 12px;border:1px solid #e5e7eb;border-radius:10px;background:#f9fafb;color:#475569;font-weight:700;font-size:.9rem}.rv-entry-row{display:grid;grid-template-columns:1.6fr 1.4fr 90px 2fr;gap:8px;align-items:center;padding:10px 12px;border:1px solid #e5e7eb;border-radius:12px;background:#fcfcff;transition:box-shadow .15s ease,transform .05s ease,background .15s ease;position:relative}.rv-entry-row:nth-child(2n){background:#f6f7fb}.rv-entry-row:hover{box-shadow:0 1px 6px #1018281f;background:#fff}.rv-entry-row:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:4px;border-radius:8px;background:#dbeafe}.rv-chip{display:inline-flex;align-items:center;padding:6px 10px;border-radius:10px;background:#f6f7fb;border:1px solid #eceff4;line-height:1;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rv-chip-client{background:#eef7ff;border-color:#d9ebff;font-weight:600}.rv-chip-activity{background:#eff9f1;border-color:#d9f0dd}.rv-chip-hours{justify-self:start;background:#fff6e9;border-color:#ffe7c2;font-weight:700;min-width:48px;justify-content:center}.rv-chip-note{background:#f6f6ff;border-color:#e0e0ff;overflow-x:auto;opacity:.95;max-width:100%}.rv-chip-empty{background:#fafafa;border-color:#eee;color:#94a3b8}@media (max-width: 960px){.wmx-grid2{grid-template-columns:1fr}.wmx-panel{margin:0 8px 12px}}.wmx-pies{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px;padding-top:4px}.wmx-pie-card{border:1px solid #e5e7eb;border-radius:10px;padding:10px;background:#fff}.wmx-pie-title{font-weight:600;margin-bottom:6px}.wmx-pie-sub{color:#94a3b8;font-weight:500}.wmx-wrap{padding:16px}.wmx-back{margin-bottom:8px}.wmx-title{font-size:26px;font-weight:800;margin:0}.wmx-sub{color:#64748b;margin:4px 0 12px}.wmx-controls{display:flex;align-items:center;gap:10px;margin-bottom:12px}.wmx-label{font-size:13px;color:#475569}.wmx-select{border:1px solid #e5e7eb;border-radius:8px;padding:8px 10px;background:#fff}.wmx-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px}.wmx-card-head{padding:10px 14px;border-bottom:1px solid #e5e7eb;font-weight:600}.wmx-grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:12px}.wmx-panel{border:1px solid #e5e7eb;border-radius:10px;padding:10px;margin:0 12px 12px}.wmx-panel-title{font-weight:600;margin-bottom:8px;display:flex;align-items:center;gap:8px}.wmx-help{color:#94a3b8;font-weight:500;margin-left:8px}.wmx-chart{width:100%;height:100%}.wmx-nodata{padding:24px;text-align:center;color:#64748b;border:2px dashed #e5e7eb;border-radius:10px;background:#fafafa}.wmx-pie-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:6px 8px 8px}.wmx-pie{border:1px solid #e5e7eb;border-radius:12px;padding:10px 12px;background:#fff}.wmx-pie-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:6px;gap:8px}.wmx-pie-name{font-weight:600}.wmx-pie-total{color:#64748b;font-weight:600}.wmx-pie-chart{height:220px}.wmx-pie-legend{display:flex;flex-wrap:wrap;gap:10px 14px;margin-top:6px;font-size:12px;color:#334155}.wmx-legend-item .dot{width:10px;height:10px;border-radius:9999px;display:inline-block;margin-right:6px}@media (max-width: 1200px){.wmx-pie-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 720px){.wmx-grid2{grid-template-columns:1fr}.wmx-panel{margin:0 8px 12px}.wmx-pie-grid{grid-template-columns:1fr}}.dwmx-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px}.dwmx-card-head{padding:10px 14px;border-bottom:1px solid #e5e7eb;font-weight:600}.dwmx-grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:12px}.dwmx-panel{border:1px solid #e5e7eb;border-radius:10px;padding:10px;margin:0 12px 12px}.dwmx-panel-title{font-weight:600;margin-bottom:8px;display:flex;align-items:center;gap:8px}.dwmx-help{color:#94a3b8;font-weight:500;margin-left:8px}.dwmx-chart{width:100%;height:100%}.dwmx-nodata{padding:24px;text-align:center;color:#64748b;border:2px dashed #e5e7eb;border-radius:10px;background:#fafafa}.dwmx-label{font-size:13px;color:#475569}.dwmx-select{border:1px solid #e5e7eb;border-radius:8px;padding:8px 10px;background:#fff}.dwmx-pie-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:6px 8px 8px}.dwmx-pie{border:1px solid #e5e7eb;border-radius:12px;padding:10px 12px;background:#fff}.dwmx-pie-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:6px;gap:8px}.dwmx-pie-name{font-weight:600}.dwmx-pie-total{color:#64748b;font-weight:600}.dwmx-pie-chart{height:220px}.dwmx-pie-legend{display:flex;flex-wrap:wrap;gap:10px 14px;margin-top:6px;font-size:12px;color:#334155}.dwmx-legend-item .dot{width:10px;height:10px;border-radius:9999px;display:inline-block;margin-right:6px}@media (max-width: 1200px){.dwmx-pie-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 960px){.dwmx-grid2{grid-template-columns:1fr}.dwmx-panel{margin:0 8px 12px}}@media (max-width: 720px){.dwmx-pie-grid{grid-template-columns:1fr}}.eac-wrap{padding:12px 16px 24px}.eac-back{display:inline-flex;align-items:center;gap:6px;color:#0f172a;text-decoration:none;margin-bottom:8px;font-weight:500}.eac-head-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.eac-title{font-size:26px;font-weight:800;letter-spacing:-.01em;color:#0f172a}.eac-controls{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}.eac-label{font-size:13px;color:#475569}.eac-select{border:1px solid #e5e7eb;border-radius:8px;padding:8px 10px;background:#fff;font:inherit;line-height:1.2}.eac-card{background:#fff;border:1px solid #f1f5f9;border-radius:14px;box-shadow:0 6px 18px #0208170f;margin-top:12px}.eac-card-header{padding:12px 14px;border-bottom:1px solid #f1f5f9}.eac-card-title{font-size:16px;font-weight:700;color:#0f172a}.eac-card-body{padding:14px}.eac-panel{background:#fff;border:1px dashed #e2e8f0;border-radius:12px;padding:12px}.eac-panel+.eac-panel{margin-top:12px}.eac-panel-title{display:flex;align-items:center;justify-content:space-between;gap:8px;font-weight:700;color:#0f172a;margin-bottom:8px}.eac-help{font-size:12px;color:#94a3b8;font-weight:500}.eac-grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width: 960px){.eac-grid2{grid-template-columns:1fr}}.eac-nodata{padding:36px 12px;border:1px dashed #e2e8f0;border-radius:10px;color:#94a3b8;text-align:center;font-weight:500}.eac-chart{width:100%;height:100%}.eac-meta{font-size:12px;color:#64748b;margin-left:8px}.eac-legend{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.eac-legend-item{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border:1px solid #e5e7eb;border-radius:999px;font-size:12px;color:#334155}.eac-legend-dot{width:10px;height:10px;border-radius:50%}.eac-list{list-style:none;margin:0;padding:0}.eac-item{display:flex;align-items:center;justify-content:space-between;padding:10px 8px;border-bottom:1px solid #f1f5f9}.eac-item:last-child{border-bottom:0}.eac-item-left{display:flex;align-items:center;gap:8px;font-weight:600;color:#0f172a}.eac-item-sub{font-size:12px;color:#64748b}.eac-btn{display:inline-flex;align-items:center;gap:6px;border:1px solid #e5e7eb;border-radius:10px;padding:8px 10px;background:#fff;cursor:pointer;font-size:14px}.eac-btn:disabled{opacity:.6;cursor:default}.eac-btn-primary{border-color:#2563eb;background:#2563eb;color:#fff}.eac-footer{margin-top:12px;text-align:right}.ecc-wrap{padding:12px 16px 24px}.ecc-back{display:inline-flex;align-items:center;gap:6px;color:#0f172a;text-decoration:none;margin-bottom:8px;font-weight:500}.ecc-head-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.ecc-title{font-size:26px;font-weight:800;letter-spacing:-.01em;color:#0f172a}.ecc-controls{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}.ecc-label{font-size:13px;color:#475569;white-space:nowrap}.ecc-select{border:1px solid #e5e7eb;border-radius:8px;padding:8px 10px;background:#fff;font:inherit;line-height:1.2}.ecc-card{background:#fff;border:1px solid #f1f5f9;border-radius:14px;box-shadow:0 6px 18px #0208170f;margin-top:12px}.ecc-card-header{padding:12px 14px;border-bottom:1px solid #f1f5f9}.ecc-card-title{font-size:16px;font-weight:700;color:#0f172a}.ecc-card-body{padding:14px}.ecc-panel{background:#fff;border:1px dashed #e2e8f0;border-radius:12px;padding:12px}.ecc-panel+.ecc-panel{margin-top:12px}.ecc-panel-title{display:flex;align-items:center;justify-content:space-between;gap:8px;font-weight:700;color:#0f172a;margin-bottom:8px}.ecc-help{font-size:12px;color:#94a3b8;font-weight:500}.ecc-grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width: 960px){.ecc-grid2{grid-template-columns:1fr}}.ecc-nodata{padding:36px 12px;border:1px dashed #e2e8f0;border-radius:10px;color:#94a3b8;text-align:center;font-weight:500}.ecc-chart{width:100%;height:100%}.ecc-meta{font-size:12px;color:#64748b;margin-left:8px}.ecc-legend{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.ecc-legend-item{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border:1px solid #e5e7eb;border-radius:999px;font-size:12px;color:#334155}.ecc-legend-dot{width:10px;height:10px;border-radius:50%}.ecc-list{list-style:none;margin:0;padding:0}.ecc-item{display:flex;align-items:center;justify-content:space-between;padding:10px 8px;border-bottom:1px solid #f1f5f9}.ecc-item:last-child{border-bottom:0}.ecc-item-left{display:flex;align-items:center;gap:8px;font-weight:600;color:#0f172a}.ecc-item-sub{font-size:12px;color:#64748b}.ecc-btn{display:inline-flex;align-items:center;gap:6px;border:1px solid #e5e7eb;border-radius:10px;padding:8px 10px;background:#fff;cursor:pointer;font-size:14px}.ecc-btn:disabled{opacity:.6;cursor:default}.ecc-btn-primary{border-color:#2563eb;background:#2563eb;color:#fff}.ecc-footer{margin-top:12px;text-align:right}:root{--color-hours: #2563eb;--color-target: #94a3b8;--card-bg: #ffffff;--text: #0f172a;--muted: #64748b;--border: #e5e7eb;--shadow: 0 1px 2px rgba(16, 24, 40, .06), 0 1px 3px rgba(16, 24, 40, .1)}.ac-page{margin:0 auto;padding:18px;min-height:100%;display:flex;flex-direction:column}.ac-top{display:flex;align-items:center;gap:12px;margin-bottom:8px}.ac-back{border:1px solid #e5e7eb;background:#fff;padding:8px 12px;border-radius:10px;cursor:pointer;color:#374151;font-weight:600}.ac-back:hover{background:#f7f7fb}.ac-h1{margin:0;font-size:1.6rem;font-weight:700;color:var(--text)}.ac-spacer{flex:1}.ac-dept-switch{display:flex;align-items:center;gap:8px}.ac-sub{margin:0 0 12px;color:var(--muted)}.ac-controls{display:flex;align-items:center;gap:10px;margin-bottom:12px}.ac-label{font-size:.9rem;color:var(--text);font-weight:600}.ac-select{border:1px solid var(--border);border-radius:8px;padding:8px 10px;background:#fff}.ac-card{background:var(--card-bg);border:1px solid var(--border);border-radius:10px;box-shadow:var(--shadow);overflow:hidden}.ac-card-header{padding:12px 16px;border-bottom:1px solid var(--border);background:#fafafa;display:flex;align-items:center;justify-content:space-between}.ac-title-sm{margin:0;font-size:14px;font-weight:600;color:var(--text)}.ac-card-content{padding:12px 16px}.ac-nodata{height:240px;display:flex;align-items:center;justify-content:center;color:#6b7280;font-weight:500;border:2px dashed #e5e7eb;border-radius:10px;background:repeating-linear-gradient(45deg,#fafafa,#fafafa 8px,#fff 8px 16px)}@media (max-width: 900px){.ac-controls,.ac-top{flex-wrap:wrap}.ac-dept-switch,.ac-dept-switch .ac-select{width:100%}}.em-wrap{max-width:1100px;margin:0 auto;padding:24px}.em-top{margin-bottom:16px}.em-btn{border:1px solid transparent;background:#f6f7f9;color:#111827;border-radius:8px;padding:8px 12px;cursor:pointer}.em-btn:hover{background:#eceff3}.em-btn-ghost{background:transparent;border-color:#e5e7eb}.em-title{margin:12px 0 4px;font-size:22px;font-weight:700;color:#111827}.em-sub{color:#6b7280;margin:0}.em-headline{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:8px 0 10px}.em-head-right{display:inline-flex;align-items:center;gap:10px}.em-period{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;border:1px solid #dbe3ff;background:#f1f5ff;color:#1e293b;font-size:13px;line-height:1}.em-period-type{font-weight:700}.em-dot{opacity:.6}.em-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 2px #1018280a}.em-mb{margin-bottom:16px}.em-card-header{width:100%;padding:14px 16px;display:flex;justify-content:space-between;align-items:center;background:transparent;border:0;cursor:pointer;border-radius:12px 12px 0 0}.em-card-header:hover{background:#f9fafb}.em-card-content{padding:16px}.em-pt0{padding-top:0}.em-divider{height:1px;background:#e5e7eb;margin:0 0 12px}.em-filters-row{display:flex;gap:12px;flex-wrap:wrap}.em-input-date{border:1px solid #d1d5db;border-radius:8px;padding:8px 10px}.em-search{position:relative;flex:1;min-width:240px}.em-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:14px;opacity:.6;pointer-events:none}.em-input{width:100%;border:1px solid #d1d5db;border-radius:10px;padding:10px 36px 10px 34px;font-size:14px;box-shadow:0 1px #10182805}.em-input:focus{outline:none;border-color:#93c5fd;box-shadow:0 0 0 3px #93c5fd59}.em-clear{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:26px;height:26px;border-radius:50%;border:1px solid #e5e7eb;background:#fff;cursor:pointer;line-height:1}.em-clear:hover{background:#f3f4f6}.em-hint{margin-top:8px;color:#6b7280;font-size:13px}.em-list{display:flex;flex-direction:column;gap:12px}.em-head-left{display:flex;align-items:center;gap:12px}.em-avatar{width:48px;height:48px;border-radius:999px;background:#e5e7eb;display:grid;place-items:center;font-weight:700;color:#374151}.em-name{font-weight:600;color:#111827}.em-dept{color:#6b7280;font-size:13px}.em-head-right-row{display:inline-flex;align-items:center;gap:10px}.em-select{border:1px solid #d1d5db;border-radius:8px;padding:8px 10px;font-size:14px;background:#fff}.em-chevron{font-size:18px;line-height:1;color:#6b7280}.em-badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;padding:4px 8px;border-radius:999px;background:#f3f4f6;color:#374151;border:1px solid #e5e7eb}.em-badge-ok{background:#e8faf0;color:#166534;border-color:#bbf7d0}.em-badge-warn{background:#e26868;color:#fff;border-color:#fde68a}.em-badge-outline{background:#fff59d;color:#000}.em-h4{margin:0 0 10px;font-size:15px;color:#111827}.em-reports{display:flex;flex-direction:column;gap:10px}.em-report{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:12px}.em-report-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.em-report-date{color:#6b7280;font-size:13px}.em-report-text{margin:0;color:#374151;line-height:1.6;font-size:14px}.em-empty{color:#6b7280}.em-hl{background:#fff59d;color:#111827;padding:0 2px;border-radius:4px}.em-report-actions{display:flex;align-items:center;gap:8px}.em-iconbtn{border:1px solid #e5e7eb;background:#fff;border-radius:8px;padding:10px;font-size:1.5rem;line-height:0;cursor:pointer}.em-iconbtn:hover{background:#f3f4f6}.em-preview{margin-top:10px;border:1px solid #e5e7eb;background:#fff;border-radius:10px;padding:12px}.em-preview-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.em-close{background:transparent;border:0;cursor:pointer;opacity:.7;font-size:16px}.em-close:hover{opacity:1}.em-preview-meta{color:#6b7280;font-size:13px;display:flex;gap:8px;margin-bottom:8px}.em-preview-body{white-space:pre-wrap;color:#374151;line-height:1.55}.em-entries-rows{display:grid;gap:10px}.em-entries-head{display:grid;grid-template-columns:1.6fr 1.4fr 90px 2fr;gap:8px;align-items:center;padding:10px 12px;border:1px solid #e5e7eb;border-radius:10px;background:#f9fafb;color:#475569;font-weight:700;font-size:.9rem}.em-entry-row{display:grid;grid-template-columns:1.6fr 1.4fr 90px 2fr;gap:8px;align-items:center;padding:10px 12px;border:1px solid #e5e7eb;border-radius:12px;background:#fcfcff;transition:box-shadow .15s ease,transform .05s ease,background .15s ease;position:relative}.em-entry-row:nth-child(2n){background:#f6f7fb}.em-entry-row:hover{box-shadow:0 1px 6px #1018281f;background:#fff}.em-entry-row:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:4px;border-radius:8px;background:#dbeafe}.em-chip{display:inline-flex;align-items:center;padding:6px 10px;border-radius:10px;background:#f6f7fb;border:1px solid #eceff4;line-height:1;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.em-chip-client{background:#eef7ff;border-color:#d9ebff;font-weight:600}.em-chip-activity{background:#eff9f1;border-color:#d9f0dd}.em-chip-hours{justify-self:start;background:#fff6e9;border-color:#ffe7c2;font-weight:700;min-width:48px;justify-content:center}.em-chip-note{background:#f6f6ff;border-color:#e0e0ff;overflow-x:auto;opacity:.95}.em-chip-empty{background:#fafafa;border-color:#eee;color:#94a3b8}.em-report-top{align-items:flex-start}.em-report-date-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.em-date-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:10px;background:#eef2ff;border:1px solid #c7d2fe;color:#1e293b;font-weight:600;font-size:13px}.em-meta-inline{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.em-meta-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:#e8faf0;color:#166534;border-color:#bbf7d0;font-size:12px;white-space:nowrap}.em-meta-chip-e{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;color:#090909;background:#fff6e9;border-color:#ffe7c2;font-size:12px;white-space:nowrap}.em-status{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;font-size:12px;border:1px solid #e5e7eb;background:#f3f4f6;color:#374151}.em-status-active{background:#e8faf0;border-color:#bbf7d0;color:#166534}.em-status-on_leave{background:#fff6e9;border-color:#ffe7c2;color:#8a5800}.em-status-sick{background:#fee2e2;border-color:#fecaca;color:#7f1d1d}.em-status-military{background:#e0e7ff;border-color:#c7d2fe;color:#3730a3}.em-status-resigned{background:#f3f4f6;border-color:#e5e7eb;color:#6b7280;text-decoration:line-through}.coan-wrap{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}@media (max-width: 1024px){.coan-wrap{grid-template-columns:1fr}}.coan-card-body{padding:10px 12px}.coan-nodata{padding:24px;text-align:center;color:#64748b}.coan-wrap{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width: 1100px){.coan-wrap{grid-template-columns:1fr}}.coan-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px}.coan-card-title{padding:12px 14px;border-bottom:1px solid #e5e7eb;font-weight:700}.coan-card-body{padding:14px}.coan-nodata{padding:32px;text-align:center;color:#64748b}.coan-spin-wrap{padding:48px 0;display:flex;align-items:center;justify-content:center}.coan-spinner{width:36px;height:36px;border-radius:9999px;border:4px solid #e5e7eb;border-top-color:#6366f1;animation:coan-spin .8s linear infinite}@keyframes coan-spin{to{transform:rotate(360deg)}}.cdm-wrap{display:grid;grid-template-columns:1fr 1fr;gap:18px}.cdm-card{background:#fff;border-radius:16px;box-shadow:0 1px 3px #00000012,0 8px 24px #0000000f;overflow:hidden}.cdm-card-title{padding:14px 16px;font-weight:600;border-bottom:1px solid rgba(0,0,0,.06)}.cdm-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.cdm-card-body{padding:10px 12px 16px;min-height:380px}.cdm-select{border:1px solid rgba(0,0,0,.15);border-radius:10px;padding:6px 10px;background:#fff;font-size:14px}.cdm-nodata{height:340px;display:grid;place-items:center;color:#6b7280}.cdm-spin-wrap{height:340px;display:grid;place-items:center}.cdm-spinner{width:32px;height:32px;border-radius:50%;border:3px solid rgba(0,0,0,.12);border-top-color:#6366f1;animation:cdmspin 1s linear infinite}@keyframes cdmspin{to{transform:rotate(360deg)}}.cdm-select{border:1px solid rgba(0,0,0,.15);border-radius:10px;padding:6px 10px;background:#fff;font-size:14px;min-width:110px}.cdm-title-row{display:flex;align-items:center;gap:8px}.cdm-title-spacer{flex:1}.cdm-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.cdm-label{font-size:.9rem;opacity:.8}:root{--cltr-bg: #ffffff;--cltr-soft: #faf8f6;--cltr-border: #ece7e2;--cltr-text: #2b2b2b;--cltr-muted: #757575;--cltr-pos: #0a7f49;--cltr-neg: #c0392b;--cltr-card-shadow: 0 6px 18px rgba(17, 12, 46, .06)}.cltr-wrap{display:flex;flex-direction:column;gap:18px}.cltr-headline{background:var(--cltr-soft);border:1px solid var(--cltr-border);border-radius:14px;padding:12px 16px;font-weight:600;color:var(--cltr-text)}.cltr-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}@media (max-width: 960px){.cltr-grid{grid-template-columns:1fr}}.cltr-card{background:var(--cltr-bg);border:1px solid var(--cltr-border);border-radius:16px;box-shadow:var(--cltr-card-shadow);overflow:hidden}.cltr-title{padding:14px 16px;font-weight:700;border-bottom:1px solid var(--cltr-border);background:#fffdfc}.cltr-nodata{padding:24px;color:var(--cltr-muted);text-align:center}.cltr-spin-wrap{display:grid;place-content:center;padding:28px}.cltr-spinner{width:28px;height:28px;border-radius:50%;border:3px solid var(--cltr-border);border-top-color:var(--cltr-muted);animation:cltr-spin .9s linear infinite}@keyframes cltr-spin{to{transform:rotate(360deg)}}.cltr-card .cltr-table{width:100%;border-collapse:collapse}.cltr-table thead th{position:sticky;top:0;background:#fffdfc;border-bottom:1px solid var(--cltr-border);padding:10px 12px;text-align:left;font-size:14px;color:var(--cltr-muted);z-index:1}.cltr-table tbody td{padding:10px 12px;border-bottom:1px solid var(--cltr-border);font-size:15px;color:var(--cltr-text)}.cltr-table tbody tr:hover{background:#fffaf6}.cltr-table .num{text-align:right;font-variant-numeric:tabular-nums}.cltr-table .pos{color:var(--cltr-pos);font-weight:600}.cltr-table .neg{color:var(--cltr-neg);font-weight:600}@media (max-width: 560px){.cltr-table thead th:nth-child(4),.cltr-table thead th:nth-child(5),.cltr-table tbody td:nth-child(4),.cltr-table tbody td:nth-child(5){display:none}}.sim-wrap{position:fixed;inset:0;z-index:60}.sim-backdrop{position:absolute;inset:0}.sim-modal{position:absolute;left:50%;top:48%;transform:translate(-50%,-50%);width:min(1100px,92vw);max-height:84vh;background:#fff;border-radius:14px;box-shadow:0 20px 50px #0000002e;display:flex;flex-direction:column}.sim-head{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid #eef0f3}.sim-title{font-weight:700;font-size:18px}.sim-x{border:0;background:transparent;font-size:22px;line-height:1;cursor:pointer;padding:6px;border-radius:8px}.sim-x:hover{background:#f3f4f6}.sim-body{padding:16px;overflow:auto}.sim-grid2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.sim-card{background:#fafafa;border:1px solid #eef0f3;border-radius:12px;display:flex;flex-direction:column;min-height:160px}.sim-card-title{padding:12px 14px;font-weight:700;border-bottom:1px solid #eef0f3}.sim-card-body{padding:10px 12px;overflow:auto}.sim-table{width:100%;border-collapse:collapse;font-size:14px}.sim-table thead th{text-align:left;font-weight:600;padding:8px 6px;border-bottom:1px solid #e9edf1}.sim-table tbody td{padding:8px 6px;border-bottom:1px solid #f0f2f5}.sim-table .num{text-align:right}.sim-table .muted{color:#94a3b8;text-align:center}.sim-loading,.sim-error{padding:24px;text-align:center}.sim-spinner{width:28px;height:28px;border-radius:999px;border:3px solid #e5e7eb;border-top-color:#3b82f6;margin:20px auto;animation:simspin 1s linear infinite}@keyframes simspin{to{transform:rotate(360deg)}}@media (max-width: 820px){.sim-grid2{grid-template-columns:1fr}}.sim-search{display:flex;align-items:center;gap:8px;background:#f5f7fb;border:1px solid #e6e9f0;padding:6px 8px;border-radius:10px;margin-right:auto;margin-left:14px;min-width:240px}.sim-search-ic{opacity:.7}.sim-input{border:0;background:transparent;outline:none;width:220px;font-size:14px}.sim-clear{border:0;background:transparent;font-size:18px;line-height:1;cursor:pointer;padding:2px 4px;border-radius:6px}.sim-clear:hover{background:#eef1f6}.sim-hl{background:#fff1a6;padding:0 2px;border-radius:3px}.sim-note{display:flex;align-items:center;gap:8px;margin:0 0 12px;padding:10px 12px;background:#fef9c3;border:1px solid #fde047;color:#713f12;border-radius:10px;font-size:13px;font-weight:500}.sim-note .ic{flex-shrink:0;line-height:1;opacity:.9}.crv-wrap{padding:16px}.crv-back{margin-bottom:8px;border:1px solid #e5e7eb;background:#fff;padding:8px 12px;border-radius:10px;cursor:pointer;color:#374151;font-weight:600}.crv-head{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin:6px 0 12px}.crv-title{font-size:26px;font-weight:800}.crv-controls{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.crv-select{border:1px solid #d1d5db;border-radius:10px;padding:8px 10px;background:#fff}.crv-quad-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}@media (max-width: 980px){.crv-quad-grid{grid-template-columns:1fr}}.crv-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px}.crv-soft{background:#fafbff;border-color:#e6e9f5}.crv-card-title{padding:12px 14px;border-bottom:1px solid #e5e7eb;font-weight:700}.crv-card-body{padding:14px}.crv-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:14px}@media (max-width: 900px){.crv-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.crv-kpi{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:12px}.crv-kpi .k{color:#6b7280;font-size:13px}.crv-kpi .v{font-size:28px;font-weight:800}.crv-nodata{padding:24px;text-align:center;color:#64748b}.crv-ov-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.crv-ov-item{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px;border:1px solid #eee;border-radius:10px;background:#fff}.crv-ov-item .left{min-width:220px}.crv-ov-item .name{font-weight:700}.crv-ov-item .sub{font-size:12px;color:#64748b}.crv-ov-item .mid{flex:1;display:flex;align-items:center}.pill{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#eef2ff;border:1px solid #e5e7eb;color:#1f2937;font-weight:600}.crv-ov-item .right{min-width:120px;text-align:right;font-weight:700}.crv-spin-wrap{padding:48px 0;display:flex;align-items:center;justify-content:center}.crv-spinner{width:36px;height:36px;border-radius:9999px;border:4px solid #e5e7eb;border-top-color:#6366f1;animation:crv-spin .8s linear infinite}@keyframes crv-spin{to{transform:rotate(360deg)}}.crv-titlewrap{display:flex;align-items:center;gap:12px}.crv-scope{min-width:220px}.crv-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.crv-controls{display:flex;gap:10px;align-items:center}.crv-card-title{display:flex;align-items:center;justify-content:space-between}.crv-linkbtn{margin-left:8px;font-size:12px;padding:2px 8px;border-radius:10px;border:1px solid #e5e7eb;background:#fff;cursor:pointer}.crv-linkbtn:hover{background:#f9fafb}.ac-wrap{padding:20px}.ac-back{margin-bottom:8px}.ac-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.ac-title{font-size:28px;font-weight:700}.ac-dept{color:var(--muted)}.ac-error{background:#fde8e8;color:#9b1c1c;border:1px solid #f8b4b4;padding:10px 12px;border-radius:8px;margin-bottom:12px}.ac-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.ac-col{background:#fff;border:1px solid var(--border);border-radius:12px;overflow:hidden}.ac-col-head{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-bottom:1px solid var(--border);background:#fafafa}.ac-col-title{font-weight:600}.ac-search-wrap{position:relative;width:280px;max-width:62%}.ac-search-input{width:100%;padding:10px 34px 10px 36px;border:1px solid var(--border);border-radius:10px;background:#fff;box-shadow:0 1px #10182805;transition:box-shadow .15s,border-color .15s,background .15s}.ac-search-input:focus{outline:none;border-color:#93c5fd;box-shadow:0 0 0 3px #93c5fd59;background:#fff}.ac-search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);font-size:14px;opacity:.6;pointer-events:none}.ac-search-clear{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:26px;height:26px;border-radius:50%;border:1px solid var(--border);background:#fff;cursor:pointer;line-height:1}.ac-search-clear:hover{background:#f3f4f6}.ac-mark{background:#fffbcc;border-radius:3px;padding:0 2px}.ac-list{max-height:56vh;overflow:auto;padding:10px}.ac-empty{padding:16px;color:var(--muted);text-align:center}.ac-emp{width:100%;display:flex;align-items:center;gap:10px;padding:10px;border-radius:10px;border:1px solid transparent;background:transparent;cursor:pointer}.ac-emp:hover{background:#f5f7fb}.ac-emp.active{background:#eef2ff;border-color:#c7d2fe}.ac-avatar{width:28px;height:28px;border-radius:50%;background:#e5e7eb;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.ac-emp-name{font-weight:500}.ac-client{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px}.ac-client.picked{background:#eefbf3}.ac-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:14px}.ac-tip{margin-top:8px;color:var(--muted);font-size:13px}.btn-outline,.btn-primary,.btn-ghost{font-weight:600;border-radius:10px}
