.dashboard-container{max-width:1400px;margin:0 auto;padding:48px 32px;position:relative;z-index:1}.dashboard-page-header{margin-bottom:40px}.dashboard-header-content h1{font-size:40px;font-weight:700;background:linear-gradient(135deg,#F8FAFC,#CBD5E1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:12px}.dashboard-header-subtitle{color:var(--text-tertiary);font-size:16px}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-bottom:32px}.kpi-card{background:linear-gradient(135deg,var(--surface-2) 0,var(--surface-3) 100%);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:28px;box-shadow:var(--shadow-lg);position:relative;overflow:hidden;transition:all .3s ease}.kpi-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--kpi-gradient);opacity:.8}.kpi-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-glow);border-color:rgba(255,255,255,.12)}.kpi-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.kpi-icon{width:48px;height:48px;border-radius:12px;justify-content:center;background:var(--kpi-bg);box-shadow:var(--shadow-md)}.kpi-icon,.kpi-trend{display:flex;align-items:center}.kpi-trend{gap:6px;font-size:14px;font-weight:600;padding:6px 12px;border-radius:8px;background:var(--trend-bg);color:var(--trend-color)}.kpi-value{font-size:42px;font-weight:700;color:var(--text-primary);margin-bottom:8px;line-height:1}.kpi-label{font-size:15px;color:var(--text-tertiary);margin-bottom:16px}.kpi-meta{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid rgba(255,255,255,.06)}.kpi-meta-item{font-size:13px;color:var(--text-tertiary)}.kpi-meta-value{font-weight:600;color:var(--text-secondary)}.chart-card{background:linear-gradient(135deg,var(--surface-2) 0,var(--surface-3) 100%);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:32px;box-shadow:var(--shadow-lg);margin-bottom:24px}.chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.chart-title{font-size:22px;font-weight:600;color:var(--text-primary)}.chart-container{height:300px;background:var(--surface-1);border-radius:12px;padding:24px;position:relative}.chart-bars{display:flex;align-items:flex-end;justify-content:space-around;height:100%;gap:12px}.chart-bar{flex:1;display:flex;flex-direction:column;align-items:center;gap:12px}.bar{width:100%;max-width:60px;background:linear-gradient(180deg,var(--bar-color) 0,var(--bar-color-dark) 100%);border-radius:8px 8px 0 0;position:relative;box-shadow:0 0 0 1px rgba(255,255,255,.1),0 0 20px var(--bar-glow);transition:all .3s ease}.bar:hover{transform:translateY(-4px);box-shadow:0 0 0 1px rgba(255,255,255,.15),0 0 32px var(--bar-glow)}.bar-label{font-size:13px;color:var(--text-tertiary);font-weight:500}.two-column{display:grid;grid-template-columns:2fr 1fr;gap:24px;margin-bottom:24px}.table-card{background:linear-gradient(135deg,var(--surface-2) 0,var(--surface-3) 100%);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:32px;box-shadow:var(--shadow-lg)}.table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.table-title{font-size:22px;font-weight:600;color:var(--text-primary)}.dashboard-table{width:100%;border-collapse:separate;border-spacing:0}.dashboard-table thead{background:var(--surface-1)}.dashboard-table thead th{padding:14px 16px;text-align:left;font-size:13px;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid rgba(255,255,255,.06)}.dashboard-table thead th:first-child{border-radius:10px 0 0 0}.dashboard-table thead th:last-child{border-radius:0 10px 0 0}.dashboard-table tbody tr{transition:all .2s ease}.dashboard-table tbody tr:hover{background:rgba(255,255,255,.02)}.dashboard-table tbody td{padding:16px;border-bottom:1px solid rgba(255,255,255,.04);font-size:14px;color:var(--text-secondary)}.dashboard-table tbody tr:last-child td{border-bottom:none}.insights-card{background:linear-gradient(135deg,var(--surface-2) 0,var(--surface-3) 100%);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:28px;box-shadow:var(--shadow-lg)}.insights-header{display:flex;align-items:center;gap:12px;margin-bottom:20px}.insights-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:rgba(59,130,246,.12)}.insights-title{font-size:20px;font-weight:600;color:var(--text-primary)}.insight-item{padding:16px;background:var(--surface-1);border-radius:12px;margin-bottom:12px;border-left:3px solid var(--insight-color);transition:all .3s ease}.insight-item:hover{background:var(--surface-2);transform:translateX(4px)}.insight-item:last-child{margin-bottom:0}.insight-type{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:var(--insight-color);margin-bottom:8px;text-transform:uppercase}.insight-text{font-size:14px;color:var(--text-secondary);line-height:1.5}@media (max-width:1024px){.two-column{grid-template-columns:1fr}}@media (max-width:768px){.kpi-grid{grid-template-columns:1fr}.chart-container{height:200px}}