*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,sans-serif;background:#f6f7f9;color:#111827}.layout{display:flex;height:100vh;background:#f6f7f9}.panel{flex:1;display:flex;flex-direction:column;padding:24px 32px;overflow-y:auto}.sidebar{width:240px;background:#fff;border-right:1px solid #e5e7eb;padding:20px 16px;display:flex;flex-direction:column;gap:20px}.sidebar-header{display:flex;flex-direction:column;gap:6px;font-size:.9rem;font-weight:500;color:#111827}.sidebar-header img.logo{width:36px;height:36px;border-radius:8px}.sidebar-nav{display:flex;flex-direction:column;gap:12px}.nav-section{font-size:.88rem;padding:6px 4px;font-weight:500;color:#374151}.nav-section-title{margin-top:10px;font-size:.78rem;text-transform:uppercase;color:#6b7280;letter-spacing:.5px}.nav-item{display:flex;align-items:center;gap:10px;padding:7px 10px;border-radius:6px;font-size:.88rem;color:#4b5563;cursor:pointer;transition:.15s ease-in-out}.nav-item:hover{background:#f3f4f6;color:#111827}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.topbar h2{font-size:1.35rem;font-weight:600;color:#111827}.filters-row{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px}.filter-select{position:relative}.filter-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;font-size:.85rem;cursor:pointer;transition:all .15s ease}.filter-btn:hover{background:#f9fafb;border-color:#d1d5db}.filter-menu{position:absolute;top:36px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:8px 0;box-shadow:0 6px 18px #00000014;width:180px;z-index:50}.filter-item{padding:6px 12px;display:flex;gap:6px;align-items:center;font-size:.85rem;cursor:pointer}.filter-item:hover{background:#f3f4f6}.filter-range,.filter-date{display:flex;flex-direction:column;gap:8px;padding:8px 12px}.filter-range input,.filter-date input{width:100%;padding:6px 8px;border:1px solid #d1d5db;border-radius:6px;font-size:.85rem}.kpi-row{display:flex;gap:16px;margin-bottom:16px}.kpi-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px 20px;width:200px;box-shadow:0 1px 2px #00000008}.kpi-card p{margin:0;font-size:.78rem;color:#6b7280}.kpi-card h3{margin-top:4px;font-weight:600;font-size:1.25rem;color:#111827}.sales-table-wrapper{background:#fff;border:1px solid #eee;border-radius:12px;margin-top:14px;overflow-y:auto;max-height:400px}.sales-table{width:100%;border-collapse:collapse;font-size:.85rem}.sales-table thead{background:#f9fafb}.sales-table th{padding:10px 12px;font-weight:600;color:#4b5563;border-bottom:1px solid #eee;text-align:left;text-transform:uppercase;font-size:.75rem}.sales-table td{padding:10px 12px;border-bottom:1px solid #f4f4f4;color:#111}.sales-table tbody tr:hover{background:#f9f9f9}.info-box{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px;font-size:.88rem;color:#4b5563;text-align:center;margin-top:16px}.pagination{display:flex;gap:12px;justify-content:center;align-items:center;margin:16px 0}.pagination button{padding:6px 12px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;font-size:.85rem;cursor:pointer}.pagination button:disabled{opacity:.4;cursor:not-allowed}
