.sales-page-container{background:#f7f9fc;padding:2rem}.date-filter-bar{align-items:center;display:flex;gap:1rem;margin-bottom:2rem}.sales-summary-section{background:#f5f7fa;border-radius:8px;display:flex;font-size:1.1rem;gap:2rem;margin-bottom:2rem;padding:1rem}.sales-charts-row{display:flex;flex-wrap:wrap;gap:2rem}.sales-chart-card{background:#fff;border-radius:14px;box-shadow:0 2px 10px #00000012;flex:1 1 400px;max-height:400px;min-width:340px;overflow-y:auto;padding:1.5rem}.error-msg{color:#e53935;font-weight:700;margin-bottom:1rem}.app-container{display:flex;font-family:Segoe UI,sans-serif;height:100vh;transition:background-color .3s ease,color .3s ease}.sidebar{background-color:#afc2b5;color:#0b0101;display:flex;flex-direction:column;transition:width .3s ease-in-out;width:250px}.sidebar.collapsed{width:60px}.sidebar-header{align-items:center;display:flex;gap:.75rem;padding:1rem}.sidebar-menu ul{list-style:none;margin:0;padding:0}.sidebar-menu li{align-items:center;color:#0a0b0c;cursor:pointer;display:flex;gap:10px;padding:1rem;transition:background-color .3s ease}.sidebar-menu li.active,.sidebar-menu li:hover{background-color:#475569}.dropdown-item,.menu-item{transition:all .3s ease-in-out}.dropdown-item{padding-left:2rem}.dropdown-item:hover{background-color:#f1f5f9}@keyframes slideDown{0%{max-height:0;opacity:0}to{max-height:500px;opacity:1}}@keyframes slideUp{0%{max-height:500px;opacity:1}to{max-height:0;opacity:0}}.dashboard-area{flex:1 1;overflow-y:auto;padding:2rem;transition:margin-left .3s ease-in-out}.top-bar{align-items:center;display:flex;justify-content:space-between}.button-grid{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.script-button{background-color:#007bff;border:none;border-radius:8px;box-shadow:0 2px 6px #0000001a;color:#fff;cursor:pointer;font-size:1rem;padding:.8rem 1.5rem;transition:background .3s ease-in-out}.script-button:hover{background-color:#0056b3}.output-log{background:#f1f5f9;border-radius:8px;box-shadow:0 2px 8px #0000001a;color:#000;font-family:monospace;line-height:1.5;margin:0 auto 2rem;max-width:800px;overflow-y:auto;padding:1rem;white-space:pre-wrap;width:100%}body.light{background-color:#82a8e1;color:#000}body.light .sidebar{background-color:#036}body.light .dashboard-area{background-color:#f7f9fc}body.dark{background-color:#0f172a;color:#fff}body.dark .sidebar{background-color:#1e293b}body.dark .dashboard-area{background-color:#0f172a}body.dark .script-button{background-color:#334155;color:#fff}body.dark .script-button:hover{background-color:#adbbcf}body.dark .output-log{background-color:#1e1e2f;color:#e2e8f0}.app-container.dark .sidebar{background-color:#756781}.app-container.dark .script-button{background-color:#334155;color:#fff}.logo{height:auto;transition:width .3s ease-in-out;width:140px}.dropdown-item.active,.menu-item.active{background-color:#1976d2;background-color:var(--highlight-color);border-left:4px solid #1976d2;border-left:4px solid var(--highlight-color);color:#afc2b5;font-weight:700}:root{--highlight-color:#1976d2}.dark .dropdown-item.active,.dark .menu-item.active{background-color:#333;color:#ffcd38}
/*# sourceMappingURL=main.17eef5cb.css.map*/