:root{--rep-primary:#99c229;--rep-primary-hover:#88ad22;--rep-primary-dark:#729618;--rep-primary-light:#f4fbe8;--rep-primary-border:#e2f4be;--rep-surface:#fff;--rep-bg:#f8fafc;--rep-border:#edf2f7;--rep-border-light:#f1f5f9;--rep-text:#1e293b;--rep-text-secondary:#64748b;--rep-text-muted:#94a3b8;--rep-radius:16px;--rep-completed:#84cc16;--rep-late:#f59e0b;--rep-pending:#06f;--rep-purple:#8b5cf6;--rep-purple-light:#f5f3ff}.reports-page-wrapper{flex-direction:column;gap:20px;width:100%;padding-bottom:30px;font-family:inherit;display:flex}.reports-header{background:var(--rep-surface);border-radius:var(--rep-radius);border:1px solid var(--rep-border);justify-content:space-between;align-items:center;width:100%;min-height:90px;padding:20px 28px;display:flex;position:relative;overflow:hidden}.reports-header-left{z-index:1;align-items:center;gap:16px;display:flex;position:relative}.reports-header-icon{color:#fff;background:linear-gradient(135deg,#a8d332 0%,#88ad22 100%);border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;display:flex;box-shadow:0 4px 12px #99c22940}.reports-header-title{color:var(--rep-text);letter-spacing:-.3px;margin-bottom:3px;font-size:22px;font-weight:800}.reports-header-subtitle{color:var(--rep-text-secondary);margin-bottom:0;font-size:13px;font-weight:400}.reports-header-decoration{pointer-events:none;user-select:none;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.reports-filter-card{background:var(--rep-surface);border:1px solid var(--rep-border);border-radius:var(--rep-radius);grid-template-columns:1fr 1fr;gap:28px;width:100%;padding:20px 24px;display:grid}@media (width<=860px){.reports-filter-card{grid-template-columns:1fr;gap:16px}}.reports-filter-group{flex-direction:column;gap:8px;display:flex}.reports-filter-label{color:var(--rep-text);margin:0;font-size:13px;font-weight:700}.reports-input-box{cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;align-items:center;height:48px;padding:4px 14px 4px 6px;transition:all .2s;display:flex;position:relative}.reports-input-box:focus-within,.reports-input-box:hover,.reports-input-box.active{border-color:var(--rep-primary)}.reports-input-box:focus-within,.reports-input-box.active{box-shadow:0 0 0 3px #99c22926}.reports-input-icon{background:var(--rep-primary-light);border:1px solid var(--rep-primary-border);width:36px;height:36px;color:var(--rep-primary-dark);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;margin-right:12px;display:flex}.reports-date-picker-wrap{flex:1;min-width:0}.reports-date-picker-wrap>div{width:100%}.reports-date-picker-wrap .fg-date-filter-btn{box-shadow:none!important;background:0 0!important;border:none!important;height:auto!important;padding:0!important}.reports-date-picker-wrap input.form-control,.reports-date-picker-wrap input{box-shadow:none!important;color:var(--rep-text)!important;cursor:pointer!important;background:0 0!important;border:none!important;outline:none!important;max-width:100%!important;height:auto!important;padding:0!important;font-size:13.5px!important;font-weight:700!important}.reports-date-picker-wrap .svg-inline--fa{display:none!important}.reports-selected-employee-text{color:var(--rep-text);user-select:none;flex:1;font-size:13.5px;font-weight:700}.reports-placeholder-text{color:var(--rep-text-muted);font-weight:600}.reports-input-arrow{color:#94a3b8;pointer-events:none;align-items:center;margin-left:8px;font-size:13px;transition:transform .2s;display:flex}.reports-input-arrow.rotated{transform:rotate(180deg)}.reports-custom-dropdown{border:1px solid var(--rep-border);z-index:1000;background:#fff;border-radius:14px;padding:8px;animation:.15s repDropdownFade;position:absolute;top:calc(100% + 6px);left:0;right:0;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000000d}@keyframes repDropdownFade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.reports-dropdown-search-wrap{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:8px;margin-bottom:6px;padding:6px 10px;display:flex}.reports-dropdown-search-input{width:100%;color:var(--rep-text);background:0 0;border:none;outline:none;font-size:12.5px}.reports-search-clear-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:16px;line-height:1}.reports-dropdown-list{flex-direction:column;gap:2px;max-height:220px;padding-right:2px;display:flex;overflow-y:auto}.reports-dropdown-list::-webkit-scrollbar{width:5px}.reports-dropdown-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.reports-dropdown-item{cursor:pointer;border-radius:8px;align-items:center;gap:10px;padding:8px 10px;transition:all .12s;display:flex}.reports-dropdown-item:hover{background:#f1f5f9}.reports-dropdown-item.selected{background:var(--rep-primary-light)}.reports-item-avatar{background:var(--rep-primary-light);border:1px solid var(--rep-primary-border);width:28px;height:28px;color:var(--rep-primary-dark);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:800;display:flex}.reports-dropdown-item.selected .reports-item-avatar{background:var(--rep-primary);color:#fff}.reports-item-info{flex:1;align-items:center;gap:6px;display:flex}.reports-item-name{color:var(--rep-text);font-size:13px;font-weight:700}.reports-item-code{color:var(--rep-text-muted);font-size:11.5px;font-weight:600}.reports-item-check{color:var(--rep-primary-dark);font-size:15px;font-weight:800}.reports-dropdown-empty{text-align:center;color:var(--rep-text-muted);padding:18px 12px;font-size:12.5px}.reports-main-grid{grid-template-columns:420px 1fr;align-items:stretch;gap:22px;width:100%;display:grid}@media (width<=1080px){.reports-main-grid{grid-template-columns:1fr}}.reports-card{background:var(--rep-surface);border:1px solid var(--rep-border);border-radius:var(--rep-radius);box-sizing:border-box;flex-direction:column;height:100%;padding:24px;display:flex}.reports-card-header{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.reports-card-header-left{align-items:center;gap:12px;display:flex}.reports-card-icon-box{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.reports-card-icon-box.green{background:var(--rep-primary-light);border:1px solid var(--rep-primary-border);color:var(--rep-primary-dark)}.reports-card-icon-box.purple{background:var(--rep-purple-light);color:var(--rep-purple);border:1px solid #e9d5ff}.reports-card-title{letter-spacing:.5px;text-transform:uppercase;margin:0;padding-bottom:5px;font-size:14px;font-weight:800;position:relative}.reports-card-title.green{color:#557d10}.reports-card-title.green:after{content:"";background:var(--rep-primary);border-radius:2px;width:38px;height:2.5px;position:absolute;bottom:0;left:0}.reports-card-title.purple{color:var(--rep-purple)}.reports-card-title.purple:after{content:"";background:var(--rep-purple);border-radius:2px;width:38px;height:2.5px;position:absolute;bottom:0;left:0}.reports-insights-pill{background:var(--rep-purple-light);color:var(--rep-purple);border:1px solid #e9d5ff;border-radius:20px;align-items:center;gap:6px;padding:5px 14px;font-size:12px;font-weight:700;display:inline-flex}.reports-summary-list{flex-direction:column;gap:12px;width:100%;display:flex}.reports-summary-row{background:#fff;border:1px solid #f1f5f9;border-radius:12px;justify-content:space-between;align-items:center;padding:10px 14px;transition:all .15s;display:flex}.reports-summary-row:hover{background:#fbfcfe;border-color:#e2e8f0}.reports-summary-row-left{align-items:center;gap:12px;display:flex}.reports-summary-icon-box{border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.reports-summary-icon-box.icon-green{background:var(--rep-primary-light);border:1px solid var(--rep-primary-border);color:var(--rep-primary-dark)}.reports-summary-icon-box.icon-amber{color:var(--rep-late);background:#fffbeb;border:1px solid #fde68a}.reports-summary-icon-box.icon-blue{color:var(--rep-pending);background:#eff6ff;border:1px solid #bfdbfe}.reports-summary-label{color:var(--rep-text);font-size:13.5px;font-weight:700}.reports-summary-colon{color:var(--rep-text-muted);margin:0 14px;font-weight:700}.reports-summary-value{color:var(--rep-text);text-align:right;font-size:14px;font-weight:700}.reports-summary-value.val-green{color:#65a30d}.reports-summary-value.val-amber{color:var(--rep-late)}.reports-summary-value.val-blue{color:var(--rep-pending)}.reports-rating-box{background:var(--rep-primary-light);border:1px solid var(--rep-primary-border);border-radius:12px;justify-content:space-between;align-items:center;margin-top:4px;padding:12px 16px;display:flex}.reports-rating-left{align-items:center;gap:12px;display:flex}.reports-rating-icon-box{border:1px solid var(--rep-primary-border);width:34px;height:34px;color:var(--rep-primary-dark);background:#fff;border-radius:9px;justify-content:center;align-items:center;display:flex}.reports-rating-score-wrap{flex-direction:column;align-items:flex-end;gap:3px;display:flex}.reports-rating-score{color:#4d730c;font-size:15px;font-weight:800}.reports-rating-stars{color:#84cc16;gap:3px;font-size:13px;display:flex}.reports-overview-body{grid-template-columns:1fr 1fr;align-items:center;gap:24px;height:100%;display:grid}@media (width<=900px){.reports-overview-body{grid-template-columns:1fr}}.reports-donut-section{flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.reports-performance-badge-card{background:var(--rep-purple-light);border:1px solid #e9d5ff;border-radius:12px;align-items:center;gap:12px;width:100%;max-width:280px;padding:10px 14px;display:flex}.reports-badge-icon{width:32px;height:32px;color:var(--rep-purple);background:#fff;border:1px solid #ddd6fe;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.reports-badge-title{color:var(--rep-purple);margin-bottom:1px;font-size:12.5px;font-weight:800}.reports-badge-desc{color:#6b7280;margin:0;font-size:11px;line-height:1.3}.reports-progress-section{border-left:1px solid #f1f5f9;flex-direction:column;justify-content:center;gap:20px;padding-left:12px;display:flex}@media (width<=900px){.reports-progress-section{border-top:1px solid #f1f5f9;border-left:none;padding-top:18px;padding-left:0}}.reports-progress-item{flex-direction:column;gap:6px;display:flex}.reports-progress-header{justify-content:space-between;align-items:center;display:flex}.reports-progress-label-wrap{align-items:center;gap:8px;display:flex}.reports-progress-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.reports-progress-dot.dot-green{background:var(--rep-completed)}.reports-progress-dot.dot-orange{background:var(--rep-late)}.reports-progress-dot.dot-blue{background:var(--rep-pending)}.reports-progress-name{color:var(--rep-text);font-size:13.5px;font-weight:700}.reports-progress-stat{font-size:13.5px;font-weight:800}.reports-progress-stat.stat-green{color:#65a30d}.reports-progress-stat.stat-orange{color:var(--rep-late)}.reports-progress-stat.stat-blue{color:var(--rep-pending)}.reports-bar-track{background:#f1f5f9;border-radius:4px;width:100%;height:6px;overflow:hidden}.reports-bar-fill{border-radius:4px;height:100%;transition:width .5s}.reports-bar-fill.fill-green{background:var(--rep-completed)}.reports-bar-fill.fill-orange{background:var(--rep-late)}.reports-bar-fill.fill-blue{background:var(--rep-pending)}.reports-bottom-note{background:var(--rep-surface);border:1px solid var(--rep-border);color:var(--rep-text-secondary);border-radius:12px;align-items:center;gap:10px;padding:12px 18px;font-size:12.5px;font-weight:500;display:flex}.reports-note-icon{background:var(--rep-primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:800;display:flex}.reports-empty-state{text-align:center;border:1.5px dashed var(--rep-border);box-sizing:border-box;background:#fafbfc;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:380px;padding:60px 20px;display:flex}.reports-empty-icon{background:var(--rep-primary-light);width:56px;height:56px;color:var(--rep-primary);border:1px solid var(--rep-primary-border);border-radius:16px;justify-content:center;align-items:center;margin-bottom:14px;display:flex}.reports-empty-title{color:var(--rep-text);margin-bottom:4px;font-size:16px;font-weight:700}.reports-empty-desc{color:var(--rep-text-secondary);max-width:360px;margin-bottom:0;font-size:13px;line-height:1.5}.reports-memo-card{border-radius:var(--rep-radius);background:#fff;border:1px solid #e2e8f0;width:100%;padding:24px;box-shadow:0 1px 3px #0000000d}.reports-memo-header{border-bottom:1px solid var(--rep-border-light);justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:14px;display:flex}.reports-memo-title-wrap{align-items:center;gap:12px;display:flex}.reports-memo-icon-box{color:#557512;background:#99c2291f;border:1px solid #99c22933;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:16px;display:flex}.reports-memo-title{color:#1e293b;letter-spacing:.3px;text-transform:uppercase;margin:0;font-size:15px;font-weight:800}.reports-memo-count-badge{color:#557512;background:#99c2291f;border:1px solid #99c22940;border-radius:20px;padding:4px 10px;font-size:11px;font-weight:700}.reports-memo-table-wrapper{border:1px solid #e2e8f0;border-radius:12px;width:100%;overflow-x:auto}.reports-memo-table{border-collapse:collapse;width:100%;font-size:13px}.reports-memo-table thead{background:#f8fafc;border-bottom:1.5px solid #e2e8f0}.reports-memo-table th{color:#475569;text-align:left;white-space:nowrap;text-transform:uppercase;letter-spacing:.5px;padding:12px 16px;font-size:12px;font-weight:700}.reports-memo-table tbody tr{border-bottom:1px solid #f1f5f9;transition:background-color .15s}.reports-memo-table tbody tr:last-child{border-bottom:none}.reports-memo-table tbody tr:hover{background-color:#fafdf5}.reports-memo-table td{color:#1e293b;vertical-align:middle;padding:14px 16px}.reports-memo-subject-badge{color:#dc2626;word-break:break-word;overflow-wrap:break-word;white-space:normal;background:#fef2f2;border:1px solid #fee2e2;border-radius:6px;align-items:flex-start;gap:6px;max-width:420px;padding:6px 10px;font-size:12px;font-weight:600;line-height:1.4;display:inline-flex}.reports-memo-view-btn{color:#334155;cursor:pointer;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;transition:all .15s;display:inline-flex}.reports-memo-view-btn:hover{color:#fff;background:#99c229;border-color:#99c229}.reports-memo-clean-state{background:#f8faf5;border:1px solid #d9f99d;border-radius:12px;align-items:center;gap:16px;padding:24px;display:flex}.reports-memo-clean-icon{color:#65a30d;background:#ecfccb;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex}.reports-memo-clean-title{color:#1e293b;margin:0 0 2px;font-size:14px;font-weight:700}.reports-memo-clean-desc{color:#64748b;margin:0;font-size:12px}
