:root{--bg-page: #f4f5f7;--bg-sidebar: #ffffff;--bg-card: #ffffff;--bg-topbar: #ffffff;--bg-input: #f9fafb;--bg-hover: #f9fafb;--bg-table-header: #f9fafb;--bg-table-row: #ffffff;--bg-table-row-hover: #f0f4ff;--text-primary: #111827;--text-secondary: #6b7280;--text-muted: #9ca3af;--border-color: #e5e7eb;--border-light: #f0f0f0;--input-bg: #f9fafb;--input-border: #e5e7eb}[data-theme=dark]{--bg-page: #111318;--bg-sidebar: #1a1d27;--bg-card: #1e2130;--bg-topbar: #1a1d27;--bg-input: #252840;--bg-hover: rgba(255,255,255,.05);--bg-table-header: #181b26;--bg-table-row: #1e2130;--bg-table-row-hover: #252840;--text-primary: #f3f4f6;--text-secondary: #9ca3af;--text-muted: #6b7280;--border-color: rgba(255,255,255,.07);--border-light: rgba(255,255,255,.06);--input-bg: #252840;--input-border: rgba(255,255,255,.1)}body{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:var(--text-primary);background-color:var(--bg-page);min-height:100vh;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}#root{width:100%;min-height:100vh}[data-theme=dark] *{border-color:#ffffff12!important}[data-theme=dark] body{background:#111318!important;color:#e5e7eb!important}[data-theme=dark] aside{background:#1a1d27!important}[data-theme=dark] aside span,[data-theme=dark] aside a,[data-theme=dark] aside button,[data-theme=dark] aside div{color:#e5e7eb!important}[data-theme=dark] main>div:first-child{background:#1a1d27!important}[data-theme=dark] [style*="background: white"],[data-theme=dark] [style*="background: #fff"],[data-theme=dark] [style*="background: #ffffff"],[data-theme=dark] [style*="background:#ffffff"],[data-theme=dark] [style*="background-color: white"],[data-theme=dark] div[style*="background: rgb(255, 255, 255)"]{background:#1e2130!important}[data-theme=dark] [style*="background: #f4f5f7"],[data-theme=dark] [style*="background:#f4f5f7"],[data-theme=dark] [style*="background: #f9fafb"],[data-theme=dark] [style*="background:#f9fafb"],[data-theme=dark] [style*="background: #f3f4f6"],[data-theme=dark] [style*="background:#f3f4f6"],[data-theme=dark] [style*="background: #e5e7eb"],[data-theme=dark] [style*="background:#e5e7eb"]{background:#252840!important}[data-theme=dark] table thead tr{background:#181b26!important}[data-theme=dark] table thead th{color:#9ca3af!important;background:#181b26!important}[data-theme=dark] table tbody tr{background:#1e2130!important}[data-theme=dark] table tbody tr:hover td{background:#252840!important}[data-theme=dark] table tbody td{color:#e5e7eb!important}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] strong,[data-theme=dark] b{color:#f3f4f6!important}[data-theme=dark] body,[data-theme=dark] p,[data-theme=dark] span,[data-theme=dark] div,[data-theme=dark] td,[data-theme=dark] th,[data-theme=dark] label,[data-theme=dark] a{color:#e5e7eb}[data-theme=dark] [style*="color: #1a1a1a"],[data-theme=dark] [style*="color:#1a1a1a"],[data-theme=dark] [style*="color: #111827"],[data-theme=dark] [style*="color:#111827"],[data-theme=dark] [style*="color: #374151"],[data-theme=dark] [style*="color:#374151"],[data-theme=dark] [style*="color: #4b5563"],[data-theme=dark] [style*="color:#4b5563"],[data-theme=dark] [style*="color: #6b7280"],[data-theme=dark] [style*="color:#6b7280"],[data-theme=dark] [style*="color: #9ca3af"],[data-theme=dark] [style*="color:#9ca3af"],[data-theme=dark] [style*="color: black"],[data-theme=dark] [style*="color: #333"],[data-theme=dark] [style*="color: #555"]{color:#d1d5db!important}[data-theme=dark] input,[data-theme=dark] select,[data-theme=dark] textarea{background:#252840!important;color:#f3f4f6!important;border-color:#ffffff1a!important}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:#6b7280!important}[data-theme=dark] button[style*="background: #111827"],[data-theme=dark] button[style*="background:#111827"]{background:#9A0526!important;color:#fff!important}[data-theme=dark] button{color:#d1d5db}[data-theme=dark] .dashboard-header-bar svg:not(.icon-refresh){color:inherit!important}[data-theme=dark] .dashboard-header-bar [style*="color: #854d0e"]{color:#854d0e!important}[data-theme=dark] .dashboard-header-bar [style*="color: #ef4444"]{color:#ef4444!important}*{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,sans-serif;background:var(--bg-page, #f4f5f7);color:var(--text-primary, #111827)}.page-container{padding:24px;width:100%}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.page-title{font-size:24px;font-weight:700;color:var(--text-primary, #111827)}.table-wrapper{width:100%;overflow-x:auto;background:var(--bg-card, white);border-radius:8px;border:1px solid var(--border-color, #e5e7eb)}table{width:100%;border-collapse:collapse;font-size:14px}th{padding:12px 16px;text-align:left;font-size:12px;font-weight:600;color:var(--text-secondary, #6b7280);text-transform:uppercase;background:var(--bg-table-header, #f9fafb);border-bottom:1px solid var(--border-color, #e5e7eb)}td{padding:12px 16px;border-bottom:1px solid var(--border-light, #f3f4f6);color:var(--text-primary, #111827)}tr:last-child td{border-bottom:none}tr:hover td{background:var(--bg-hover, #f9fafb)}
