:root{--dashboard-primary: #6366f1;--dashboard-primary-dark: #4f46e5;--dashboard-bg: #f8f9fa;--dashboard-card-bg: #ffffff;--dashboard-sidebar-bg: #1e293b;--dashboard-text: #0f172a;--dashboard-text-light: #64748b;--dashboard-border: #e2e8f0;--dashboard-purple: #8b5cf6;--dashboard-blue: #3b82f6;--dashboard-green: #10b981;--dashboard-orange: #f59e0b}.dashboard[data-astro-cid-czhd4o4c]{display:flex;min-height:100vh;background:var(--dashboard-bg)}.sidebar[data-astro-cid-czhd4o4c]{width:260px;background:var(--dashboard-sidebar-bg);display:flex;flex-direction:column;position:fixed;left:0;top:0;bottom:0;z-index:100}.sidebar-header[data-astro-cid-czhd4o4c]{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.logo[data-astro-cid-czhd4o4c]{display:flex;align-items:center;gap:.75rem;color:#fff;font-size:1.25rem;font-weight:700}.logo[data-astro-cid-czhd4o4c] svg[data-astro-cid-czhd4o4c]{width:28px;height:28px;color:var(--dashboard-primary)}.sidebar-nav[data-astro-cid-czhd4o4c]{flex:1;padding:1.5rem 1rem;display:flex;flex-direction:column;gap:.5rem}.nav-item[data-astro-cid-czhd4o4c]{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:#cbd5e1;text-decoration:none;border-radius:8px;transition:all .2s ease;font-size:.95rem}.nav-item[data-astro-cid-czhd4o4c]:hover{background:#ffffff0d;color:#fff}.nav-item[data-astro-cid-czhd4o4c].active{background:var(--dashboard-primary);color:#fff}.nav-item[data-astro-cid-czhd4o4c] svg[data-astro-cid-czhd4o4c]{width:20px;height:20px}.sidebar-footer[data-astro-cid-czhd4o4c]{padding:1rem;border-top:1px solid rgba(255,255,255,.1)}.user-info[data-astro-cid-czhd4o4c]{display:flex;align-items:center;gap:.75rem}.avatar[data-astro-cid-czhd4o4c]{width:40px;height:40px;border-radius:50%;background:var(--dashboard-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem}.user-details[data-astro-cid-czhd4o4c]{flex:1}.user-name[data-astro-cid-czhd4o4c]{color:#fff;font-size:.9rem;font-weight:500}.user-role[data-astro-cid-czhd4o4c]{color:#94a3b8;font-size:.8rem}.main-content[data-astro-cid-czhd4o4c]{flex:1;margin-left:260px;padding:2rem}.dashboard-header[data-astro-cid-czhd4o4c]{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.dashboard-header[data-astro-cid-czhd4o4c] h1[data-astro-cid-czhd4o4c]{font-size:1.75rem;font-weight:700;color:var(--dashboard-text);margin:0}.header-actions[data-astro-cid-czhd4o4c]{display:flex;gap:.5rem}.btn-icon[data-astro-cid-czhd4o4c]{width:40px;height:40px;border:none;background:var(--dashboard-card-bg);color:var(--dashboard-text-light);border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.btn-icon[data-astro-cid-czhd4o4c]:hover{background:var(--dashboard-primary);color:#fff}.btn-icon[data-astro-cid-czhd4o4c] svg[data-astro-cid-czhd4o4c]{width:20px;height:20px}.stats-grid[data-astro-cid-czhd4o4c]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card[data-astro-cid-czhd4o4c]{background:var(--dashboard-card-bg);padding:1.5rem;border-radius:12px;display:flex;gap:1rem;box-shadow:0 1px 3px #0000001a}.stat-icon[data-astro-cid-czhd4o4c]{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-icon[data-astro-cid-czhd4o4c] svg[data-astro-cid-czhd4o4c]{width:28px;height:28px;color:#fff}.stat-icon[data-astro-cid-czhd4o4c].purple{background:var(--dashboard-purple)}.stat-icon[data-astro-cid-czhd4o4c].blue{background:var(--dashboard-blue)}.stat-icon[data-astro-cid-czhd4o4c].green{background:var(--dashboard-green)}.stat-icon[data-astro-cid-czhd4o4c].orange{background:var(--dashboard-orange)}.stat-content[data-astro-cid-czhd4o4c]{flex:1}.stat-label[data-astro-cid-czhd4o4c]{font-size:.875rem;color:var(--dashboard-text-light);margin-bottom:.25rem}.stat-value[data-astro-cid-czhd4o4c]{font-size:1.5rem;font-weight:700;color:var(--dashboard-text);margin-bottom:.5rem}.stat-change[data-astro-cid-czhd4o4c]{display:flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:500}.stat-change[data-astro-cid-czhd4o4c] svg[data-astro-cid-czhd4o4c]{width:16px;height:16px}.stat-change[data-astro-cid-czhd4o4c].positive{color:var(--dashboard-green)}.stat-change[data-astro-cid-czhd4o4c].negative{color:#ef4444}.content-grid[data-astro-cid-czhd4o4c]{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.chart-card[data-astro-cid-czhd4o4c]{background:var(--dashboard-card-bg);padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px #0000001a}.chart-card[data-astro-cid-czhd4o4c].large{grid-column:span 2}.card-header[data-astro-cid-czhd4o4c]{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.card-header[data-astro-cid-czhd4o4c] h2[data-astro-cid-czhd4o4c]{font-size:1.125rem;font-weight:600;color:var(--dashboard-text);margin:0}.period-select[data-astro-cid-czhd4o4c]{padding:.5rem .75rem;border:1px solid var(--dashboard-border);border-radius:6px;font-size:.875rem;color:var(--dashboard-text);background:var(--dashboard-card-bg);cursor:pointer}.chart-placeholder[data-astro-cid-czhd4o4c]{height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--dashboard-bg);border-radius:8px;color:var(--dashboard-text-light)}.chart-placeholder[data-astro-cid-czhd4o4c] svg[data-astro-cid-czhd4o4c]{width:64px;height:64px;margin-bottom:.5rem;opacity:.3}.chart-placeholder[data-astro-cid-czhd4o4c] p[data-astro-cid-czhd4o4c]{margin:0;font-size:.875rem}.products-list[data-astro-cid-czhd4o4c]{display:flex;flex-direction:column;gap:1rem}.product-item[data-astro-cid-czhd4o4c]{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:1px solid var(--dashboard-border)}.product-item[data-astro-cid-czhd4o4c]:last-child{border-bottom:none;padding-bottom:0}.product-info[data-astro-cid-czhd4o4c]{flex:1}.product-name[data-astro-cid-czhd4o4c]{font-weight:500;color:var(--dashboard-text);margin-bottom:.25rem}.product-sales[data-astro-cid-czhd4o4c]{font-size:.875rem;color:var(--dashboard-text-light)}.product-revenue[data-astro-cid-czhd4o4c]{font-weight:600;color:var(--dashboard-text)}.activity-list[data-astro-cid-czhd4o4c]{display:flex;flex-direction:column;gap:1rem}.activity-item[data-astro-cid-czhd4o4c]{display:flex;gap:.75rem}.activity-icon[data-astro-cid-czhd4o4c]{width:36px;height:36px;border-radius:8px;background:var(--dashboard-bg);display:flex;align-items:center;justify-content:center;flex-shrink:0}.activity-icon[data-astro-cid-czhd4o4c] svg[data-astro-cid-czhd4o4c]{width:18px;height:18px;color:var(--dashboard-text-light)}.activity-content[data-astro-cid-czhd4o4c]{flex:1}.activity-text[data-astro-cid-czhd4o4c]{font-size:.9rem;color:var(--dashboard-text);margin-bottom:.25rem}.activity-time[data-astro-cid-czhd4o4c]{font-size:.8rem;color:var(--dashboard-text-light)}@media(max-width:1024px){.sidebar[data-astro-cid-czhd4o4c]{width:220px}.main-content[data-astro-cid-czhd4o4c]{margin-left:220px}.content-grid[data-astro-cid-czhd4o4c]{grid-template-columns:1fr}.chart-card[data-astro-cid-czhd4o4c].large{grid-column:span 1}}@media(max-width:768px){.sidebar[data-astro-cid-czhd4o4c]{transform:translate(-100%)}.main-content[data-astro-cid-czhd4o4c]{margin-left:0;padding:1rem}.stats-grid[data-astro-cid-czhd4o4c]{grid-template-columns:1fr}.dashboard-header[data-astro-cid-czhd4o4c] h1[data-astro-cid-czhd4o4c]{font-size:1.5rem}}
