@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--primary:#0d9488;--primary-light:#f0fdfa;--primary-hover:#0f766e;--secondary:#334155;--accent:#0ea5e9;--background:#f8fafc;--surface:#fff;--text-main:#1e293b;--text-muted:#64748b;--text-light:#94a3b8;--border:#e2e8f0;--border-light:#f1f5f9;--error:#ef4444;--success:#10b981;--shadow-sm:0 1px 3px #0000000d;--shadow-md:0 4px 6px -1px #0000000d, 0 2px 4px -2px #0000000d;--shadow-lg:0 10px 15px -3px #0000000a, 0 4px 6px -4px #0000000a;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--font-size-sm:.75rem;--font-size-base:.8125rem;--font-size-lg:.9375rem}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--text-main);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,sans-serif;line-height:1.6;font-size:var(--font-size-base)}.app-container{flex-direction:column;min-height:100vh;display:flex}.navbar{background:var(--surface);border-bottom:1px solid var(--border);z-index:50;justify-content:space-between;align-items:center;padding:.3rem 1rem;display:flex;position:sticky;top:0}.logo{color:var(--text-main);letter-spacing:-.01em;align-items:center;gap:.4rem;font-size:.8rem;font-weight:700;display:flex}.logo .text-primary{color:var(--primary)}.dashboard-content{width:100%;max-width:1440px;margin:0 auto;padding:.75rem 1.25rem}.content-header{justify-content:space-between;align-items:flex-end;margin-bottom:1rem;display:flex}.content-header h1{color:var(--text-main);margin-bottom:.25rem;font-size:1.125rem;font-weight:700}.content-header p{color:var(--text-muted);font-size:var(--font-size-sm)}.card{background:var(--surface);border-radius:var(--radius-md);border:1px solid var(--border);box-shadow:var(--shadow-sm);overflow:hidden}.card-header{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding:.65rem 1rem;display:flex}.card-title{color:var(--text-main);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem;margin-bottom:.75rem;display:grid}.stat-card{background:var(--surface);border-radius:var(--radius-md);border:1px solid var(--border);align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.stat-icon{border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.stat-content{flex-direction:column;display:flex}.stat-value{color:var(--text-main);font-size:1rem;font-weight:700;line-height:1.2}.stat-label{color:var(--text-muted);font-size:.6875rem;font-weight:500}.data-table{border-collapse:collapse;width:100%}.data-table th{text-align:left;background:var(--primary-light);color:var(--primary-hover);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border);padding:.22rem .45rem;font-size:.62rem;font-weight:800}.data-table td{border-bottom:1px solid var(--border-light);color:var(--text-main);vertical-align:middle;padding:.22rem .45rem;font-size:.63rem}.data-table tr:last-child td{border-bottom:none}.data-table tr:hover td{background-color:#fafafa}.btn{border-radius:var(--radius-sm);font-size:var(--font-size-sm);cursor:pointer;border:1px solid #0000;align-items:center;gap:.5rem;padding:.5rem 1rem;font-family:inherit;font-weight:500;transition:all .2s;display:inline-flex}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover)}.btn-secondary{background:var(--surface);border-color:var(--border);color:var(--text-main)}.btn-secondary:hover{background:var(--background)}.btn-icon-sm{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:6px;padding:.375rem;transition:all .2s}.btn-icon-sm:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-light)}.badge{border-radius:4px;padding:.125rem .5rem;font-size:.7rem;font-weight:600}.badge-outline{border:1px solid var(--border);color:var(--text-muted)}.fade-in{animation:.4s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}input,select,textarea{font-family:inherit;font-size:var(--font-size-sm)}input,select,textarea,button,a{-webkit-app-region:no-drag!important;pointer-events:auto!important}.search-input-wrapper{z-index:10!important;position:relative!important}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.excel-filter-dropdown{z-index:1000;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-lg);border-radius:var(--radius-sm);min-width:170px;max-width:260px;color:var(--text-main);text-transform:none;letter-spacing:normal;flex-direction:column;gap:.35rem;padding:.4rem;font-weight:400;display:flex;position:absolute;top:calc(100% + 4px)}.excel-filter-dropdown-title{color:var(--text-muted);border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;margin-bottom:.15rem;padding-bottom:.3rem;font-size:.68rem;font-weight:700;display:flex}.excel-filter-btn-clear{color:var(--primary);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px 4px;font-size:.62rem;font-weight:600;transition:all .15s}.excel-filter-btn-clear:hover{background:var(--primary-light);color:var(--primary-hover)}.excel-filter-option-list{flex-direction:column;gap:1px;max-height:160px;display:flex;overflow-y:auto}.excel-filter-option-list::-webkit-scrollbar{width:4px}.excel-filter-option-list::-webkit-scrollbar-track{background:0 0}.excel-filter-option-list::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.excel-filter-option-list::-webkit-scrollbar-thumb:hover{background:var(--text-light)}.excel-filter-option{cursor:pointer;color:var(--text-main);-webkit-user-select:none;user-select:none;border-radius:4px;align-items:center;gap:.4rem;padding:.25rem .35rem;font-size:.65rem;transition:background .15s;display:flex}.excel-filter-option:hover{background-color:var(--border-light)}.excel-filter-option input[type=checkbox]{width:12px;height:12px;accent-color:var(--primary);cursor:pointer;margin:0}.excel-filter-option span{white-space:nowrap;text-overflow:ellipsis;text-align:left;overflow:hidden}@media (width<=1024px){.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))!important}}@media (width<=768px){.navbar{flex-wrap:wrap!important;justify-content:center!important;gap:.5rem!important;padding:.4rem .75rem!important}.navbar .logo{margin-right:auto!important;font-size:.75rem!important}.navbar [style*="display: flex"][style*="gap: 1.5rem"],.navbar [style*=display\:flex][style*="gap:1.5rem"],.navbar [style*="display: flex"][style*="gap: 0.85rem"],.navbar [style*=display\:flex][style*="gap:0.85rem"]{order:3!important;justify-content:space-between!important;gap:.35rem!important;width:100%!important}.navbar .nav-item{padding:.25rem .4rem!important;font-size:.65rem!important}.navbar .nav-item svg{width:11px!important;height:11px!important}.navbar>div:not([style*="gap: 1.5rem"]):not([style*="gap:1.5rem"]){gap:.5rem!important;margin-left:auto!important}.navbar [style*="font-size: 0.7rem"]{display:none!important}.content-header-modern,.content-header{flex-direction:column!important;align-items:flex-start!important;gap:.65rem!important;padding:.5rem!important}.content-header-modern .title-group,.content-header .title-group{padding-left:.25rem!important}.content-header-modern button,.content-header button{justify-content:center!important;width:100%!important;height:32px!important}.reporting-management>div{grid-template-columns:1fr!important;gap:.5rem!important}[style*="display: flex"][style*="justify-content: space-between"][style*="align-items: center"]{flex-wrap:wrap!important;gap:.5rem!important}.search-input-wrapper,.search-input-wrapper input{width:100%!important}[style*="display: flex"][style*="gap: 0.35rem"]{flex-wrap:wrap!important;gap:.25rem!important}.modal-overlay,.modal-overlay-modern,.update-modal-overlay{align-items:flex-start!important;padding:.35rem!important;overflow-y:auto!important}.modal-content,.premium-modal,.modern-modal-container,.update-modal-content{border-radius:12px!important;width:100%!important;max-width:100%!important;max-height:96vh!important;margin:.25rem 0!important;box-shadow:0 10px 25px -5px #0f172a4d!important}.modal-header,.modal-header-gradient,.modern-modal-header{border-radius:12px 12px 0 0!important;padding:.75rem 1rem!important}.modal-body,.modal-body-scrollable,.modern-modal-body{padding:.75rem 1rem!important}.modal-footer,.modern-modal-footer,.modal-footer-sticky,.update-modal-footer{background:#fff!important;border-radius:0 0 12px 12px!important;flex-direction:column-reverse!important;gap:.5rem!important;margin-top:1rem!important;padding:.75rem 1rem!important;box-shadow:0 -4px 12px #00000008!important}.modal-footer button,.modern-modal-footer button,.modal-footer-sticky button,.update-modal-footer button{justify-content:center!important;width:100%!important;height:34px!important;margin:0!important}.form-grid,.form-grid-3,.form-grid-4,.modal-content form [style*="display: grid"],.premium-modal form [style*="display: grid"],.modern-modal-container form [style*="display: grid"],.form-section [style*="display: grid"],[style*="display: grid"][style*=grid-template-columns],[style*=display\:grid][style*=grid-template-columns]{grid-template-columns:1fr!important;gap:.65rem!important}[style*="gridTemplateColumns: 'repeat(4, 1fr)'"],[style*="grid-template-columns: repeat(4, 1fr)"]{grid-template-columns:1fr 1fr!important}.premium-modal>div[style*="display: flex"],.premium-modal>div[style*=display\:flex]{flex-direction:column!important;overflow-y:auto!important}.premium-modal [style*="width: 250px"],.premium-modal [style*=width\:250px]{border-right:none!important;border-bottom:1px solid var(--border)!important;flex-shrink:unset!important;gap:.75rem!important;width:100%!important;padding:.75rem!important}.premium-modal [style*="display: flex"][style*="flex-direction: column"]{flex-flow:wrap!important;gap:.35rem!important}.history-sidebar-tab{border-bottom:2px solid #0000!important;border-left:2px solid #0000!important;border-radius:6px!important;flex:calc(50% - .25rem)!important;justify-content:center!important;padding:.45rem .6rem!important;font-size:.65rem!important}.history-sidebar-tab.active{border-left-color:#0000!important;border-bottom-color:var(--primary)!important}.card,.table-container{-webkit-overflow-scrolling:touch;max-width:100%!important;overflow-x:auto!important}.data-table{min-width:750px!important}.card [style*="display: flex"][style*="align-items: center"][style*="justify-content: space-between"]{flex-direction:column!important;align-items:center!important;gap:.5rem!important;padding:.5rem!important}}
