@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:620px;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}}.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}.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:10px;background:#fff}.mp-card-header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid #e5e7eb}.mp-title{font-size:.95rem;font-weight:600}.mp-badge{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;padding:2px 8px;border-radius:999px;border:1px solid transparent}.mp-badge-danger{background:#fee2e2;color:#991b1b;border-color:#fecaca}.mp-badge-outline{background:#fff;color:#374151;border-color:#d1d5db}.mp-card-content{padding:12px 14px}.mp-list{display:flex;flex-direction:column;gap:8px;max-height:500px;overflow:auto}.mp-empty{text-align:center;color:#6b7280;font-size:.9rem;padding:16px 0}.mp-item{border:1px solid;border-radius:10px;padding:10px;font-size:.82rem}.mp-info{background:#eff6ff;color:#1e40af;border-color:#bfdbfe}.mp-warning{background:#fffbeb;color:#92400e;border-color:#fde68a}.mp-success{background:#ecfdf5;color:#065f46;border-color:#a7f3d0}.mp-error{background:#fef2f2;color:#991b1b;border-color:#fecaca}.mp-unread{box-shadow:0 0 0 2px #2563eb59}.mp-read{opacity:.85}.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}.mp-btn-ghost{background:transparent;border:none;color:#374151;cursor:pointer;padding:2px 6px;border-radius:6px}.mp-btn-ghost:hover{background:#f3f4f6}.mp-content{margin:6px 0 8px;color:#374151;line-height:1.45}.mp-meta{display:flex;justify-content:space-between;align-items:center;color:#6b7280;font-size:.74rem}.mp-head{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid #e5e7eb}.mp-body{padding:12px 14px}.mp-text{margin:6px 0 8px;color:#374151;line-height:1.45}.mp-head .mp-title{font-size:.95rem;font-weight:600}.mp-head-row{display:flex;align-items:center;justify-content:space-between}.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:6px 8px;border-radius:8px;font-size:14px}.mp-subhint{padding:6px 14px;color:#6b7280;font-size:12px}.dea-overlay{position:fixed;inset:0;background:#00000080;display:grid;place-items:center;padding:16px;z-index:9999}.dea-card{width:100%;max-width:980px;max-height:90vh;overflow:auto;background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 10px 30px #00000026}.dea-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #eef0f3}.dea-close{background:transparent;border:1px solid #e5e7eb;border-radius:8px;padding:6px 10px;cursor:pointer}.dea-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:16px}.dea-col{display:flex;flex-direction:column;gap:10px}.dea-label{font-size:13px;color:#374151}.dea-input,.dea-textarea,.dea-select{width:100%;border:1px solid #d1d5db;border-radius:8px;padding:10px 12px;font-size:14px;background:#fff}.dea-textarea{resize:vertical;min-height:120px}.dea-input:disabled{background:#f3f4f6;color:#6b7280}.dea-row{display:flex;gap:8px}.dea-btn{border:1px solid transparent;background:#f6f7f9;color:#111827;border-radius:8px;padding:10px 12px;cursor:pointer}.dea-btn:hover{background:#eceff3}.dea-btn-ghost{background:transparent;border-color:#e5e7eb}.dea-btn-primary{background:#2563eb;color:#fff;border-color:#2563eb}.dea-btn-primary:hover{background:#1e40af}.dea-help{color:#6b7280;font-size:13px}@media (max-width: 900px){.dea-grid{grid-template-columns:1fr}}.erm-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:50}.erm-card{background:#fff;border-radius:8px;width:100%;max-width:1100px;max-height:90vh;overflow-y:auto;padding:1rem}.erm-header{display:flex;justify-content:space-between;align-items:center}.erm-close{background:none;border:none;font-size:1.2rem;cursor:pointer}.erm-content{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem}.erm-column{display:flex;flex-direction:column;gap:.5rem}.erm-column select,.erm-column textarea{padding:.5rem;border:1px solid #ccc;border-radius:4px}.erm-send{background:#2563eb;color:#fff;padding:.6rem;border:none;border-radius:4px;cursor:pointer}.erm-send:hover{background:#1e40af}.erm-message-list{max-height:400px;overflow:auto;display:flex;flex-direction:column;gap:.5rem}.erm-message{border:1px solid #ccc;padding:.5rem;border-radius:6px}.erm-message-header{display:flex;justify-content:space-between;align-items:center}.erm-badges{display:flex;gap:.3rem}.erm-badge{background:#eee;padding:.2rem .4rem;border-radius:4px;font-size:.75rem}.erm-badge.erm-info{background:#bfdbfe}.erm-badge.erm-warning{background:#fde68a}.erm-badge.erm-success{background:#bbf7d0}.erm-badge.erm-error{background:#fecaca}.erm-delete{background:none;border:none;cursor:pointer}.erm-empty{text-align:center;color:#888}.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-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}}.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}}.re-container{max-width:900px;margin:0 auto;padding:24px}.re-header{margin-bottom:24px}.re-back{margin-bottom:8px}.re-title{font-size:1.6rem;font-weight:700;color:#111827;margin:0 0 4px}.re-subtitle{color:#6b7280;margin:0}.card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.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:8px;margin-bottom:16px;font-size:.95rem}.field{margin-bottom:18px}.label{display:inline-block;font-weight:600;font-size:.95rem;margin-bottom:6px;color:#111827}.input,.textarea{width:100%;border:1px solid #d1d5db;border-radius:8px;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 #2563eb26;outline:0}.input-hours{max-width:140px}.help{font-size:.8rem;color:#6b7280;margin-top:6px}.actions{display:flex;justify-content:flex-end;gap:10px;margin-top:8px}.btn-outline{background:#fff;border:1px solid #d1d5db;color:#111827;padding:8px 14px;border-radius:8px;cursor:pointer}.btn-outline:hover{background:#f9fafb}.btn-primary{background:#2563eb;border:1px solid #1d4ed8;color:#fff;padding:8px 14px;border-radius:8px;cursor:pointer}.btn-primary:hover{background:#1d4ed8}.btn-primary:disabled,.btn-outline:disabled{opacity:.6;cursor:not-allowed}.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 #ddd;border-radius:8px;padding:16px}.search-card{margin-bottom:24px}.search-wrapper{position:relative}.search-input{width:100%;padding:8px 12px;border-radius:6px;border:1px solid #ccc}.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:4px 8px;border:1px solid #ccc;background:#fff;border-radius:4px;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}.highlight{background:#ff0;padding:0 2px;border-radius:2px}.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}.report-thumb:hover{box-shadow:0 2px 6px #0000001a}.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}: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-back{display:flex;margin-bottom:8px}.ac-h1{margin:0 0 4px;font-size:1.6rem;font-weight:700;color:var(--text)}.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}.ac-title-sm{margin:0;font-size:14px;font-weight:600;color:var(--text)}.ac-card-content{padding:12px 16px}.ac-chart{width:100%;height:100%}.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)}.ac-tooltip-label{font-weight:600}.ac-dept-bottom{margin-top:12px;display:grid;grid-template-columns:2fr 1fr;gap:12px}.ac-stats-row{background:var(--card-bg);border:1px solid var(--border);border-radius:10px;box-shadow:var(--shadow);padding:12px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.ac-stat{background:#fafafa;border:1px solid var(--border);border-radius:8px;padding:10px}.ac-stat-k{font-size:.85rem;color:var(--muted)}.ac-stat-v{font-weight:700;font-size:1.2rem;color:var(--text)}.ac-leader{background:var(--card-bg);border:1px solid var(--border);border-radius:10px;box-shadow:var(--shadow);padding:12px}.ac-leader-title{margin:0 0 6px;font-size:14px;font-weight:600}.ac-leader-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.ac-leader-item{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--border);border-radius:8px;padding:8px 10px;background:#fafafa}.ac-leader-rank{font-weight:700;width:24px;text-align:center}.ac-leader-name{flex:1;margin-left:8px}.ac-leader-hours{font-weight:700}.ac-card-header{display:flex;align-items:center;justify-content:space-between}.ac-export{display:flex;gap:8px}.btn-sm{padding:6px 10px;border:1px solid var(--border);border-radius:8px;background:var(--panel, #fff);font-weight:600;cursor:pointer}.btn-sm:disabled{opacity:.5;cursor:not-allowed}.btn-sm:hover:not(:disabled){filter:brightness(.98)}.ac-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.ac-dept-switch{display:flex;align-items:center;gap:8px}@media (max-width: 700px){.ac-head{flex-direction:column;align-items:flex-start}.ac-dept-switch,.ac-dept-switch .ac-select{width:100%}}@media (max-width: 900px){.ac-dept-bottom{grid-template-columns:1fr}.ac-stats-row{grid-template-columns:repeat(2,minmax(0,1fr))}}.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-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}.em-input{width:100%;border:1px solid #d1d5db;border-radius:8px;padding:10px 12px 10px 34px;font-size:14px}.em-input:focus{outline:none;border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f633}.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-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-color:#e26868;color:#fff;border-color:#fde68a}.em-badge-outline{background:#fff;color:#374151}.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-hi{background:#fde68a;border-radius:4px;padding:0 2px}.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-headline{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:8px 0 10px}.em-head-right{display:flex;align-items:center;gap:8px}.em-label{font-size:13px;color:#475569}.em-select{border:1px solid #d1d5db;border-radius:8px;padding:8px 10px;font-size:14px;background:#fff}.em-head-right-row{display:inline-flex;align-items:center;gap:10px}.ga-wrap{padding:16px}.ga-back{margin-bottom:8px}.ga-head-row{display:flex;align-items:center;justify-content:space-between;margin:6px 0 12px}.ga-title{font-size:26px;font-weight:800}.ga-controls{display:flex;align-items:center;gap:10px}.ga-label{font-size:13px;color:#475569}.ga-select{border:1px solid #d1d5db;border-radius:8px;padding:8px 10px}.ga-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:8px 0 12px}.ga-stat{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:14px}.ga-stat-k{color:#6b7280}.ga-stat-v{font-size:24px;font-weight:800}.ga-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px}.ga-card-title{padding:12px 14px;border-bottom:1px solid #e5e7eb;font-weight:600}.ga-card-body{padding:14px}.ga-nodata{padding:24px;text-align:center;color:#64748b}.ga-overview-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.ga-ov-item{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px;border:1px solid #eee;border-radius:10px}.ga-ov-left{min-width:220px}.ga-ov-name{font-weight:600}.ga-ov-sub{font-size:12px;color:#64748b}.ga-ov-mid{flex:1;display:flex;align-items:center;gap:10px}.ga-ov-bar{flex:1;height:8px;background:#f1f5f9;border-radius:999px;overflow:hidden}.ga-ov-fill{height:100%;background:#2563eb}.ga-ov-meta{white-space:nowrap;font-size:12px;color:#334155}.ga-chart{width:100%;height:320px}.ga-ov-right{min-width:72px;text-align:right;font-weight:600}
