.dashboard-module__Gx_nyq__container{background-color:var(--color-bg-primary);min-height:100dvh;color:var(--color-text-primary);display:flex}.dashboard-module__Gx_nyq__sidebar{width:var(--sidebar-width);background:var(--color-bg-secondary);border-right:1px solid var(--color-border-primary);padding:var(--space-6) var(--space-4);flex-direction:column;flex-shrink:0;height:100dvh;display:flex;position:sticky;top:0}.dashboard-module__Gx_nyq__sidebarHeader{align-items:center;gap:var(--space-3);font-family:var(--font-display);font-weight:var(--weight-bold);font-size:var(--text-base);margin-bottom:var(--space-10);padding-left:var(--space-2);display:flex}.dashboard-module__Gx_nyq__logoIcon{border-radius:var(--radius-sm);background:var(--gradient-brand);width:28px;height:28px;font-size:var(--text-sm);color:#fff;justify-content:center;align-items:center;display:flex}.dashboard-module__Gx_nyq__nav{gap:var(--space-1);flex-direction:column;flex:1;display:flex}.dashboard-module__Gx_nyq__navItem{align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);font-size:var(--text-sm);color:var(--color-text-secondary);border-radius:var(--radius-lg);transition:all var(--transition-fast);display:flex}.dashboard-module__Gx_nyq__navItem:hover{color:var(--color-text-primary);background:var(--color-bg-tertiary)}.dashboard-module__Gx_nyq__navItemActive{color:var(--color-text-primary);background:var(--color-bg-elevated);font-weight:var(--weight-medium);border-left:3px solid var(--color-accent-primary);border-top-left-radius:0;border-bottom-left-radius:0}.dashboard-module__Gx_nyq__sidebarFooter{border-top:1px solid var(--color-border-primary);padding-top:var(--space-4);align-items:center;gap:var(--space-3);display:flex}.dashboard-module__Gx_nyq__userAvatar{background:var(--gradient-brand);width:36px;height:36px;font-weight:var(--weight-bold);font-size:var(--text-xs);color:#fff;border-radius:50%;justify-content:center;align-items:center;display:flex}.dashboard-module__Gx_nyq__userInfo{flex-direction:column;display:flex}.dashboard-module__Gx_nyq__userName{font-size:var(--text-sm);font-weight:var(--weight-medium)}.dashboard-module__Gx_nyq__userTier{font-size:var(--text-xs);color:var(--color-accent-primary-hover)}.dashboard-module__Gx_nyq__main{padding:var(--space-8) var(--space-10);max-width:var(--max-width-2xl);flex:1;width:100%;margin-inline:auto;overflow-y:auto}.dashboard-module__Gx_nyq__header{margin-bottom:var(--space-8);justify-content:space-between;align-items:center;display:flex}.dashboard-module__Gx_nyq__welcomeText{font-family:var(--font-display);font-size:var(--text-3xl);font-weight:var(--weight-bold)}.dashboard-module__Gx_nyq__streakBadge{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);background:var(--color-accent-tertiary-muted);border-radius:var(--radius-full);color:var(--color-accent-tertiary-hover);font-size:var(--text-sm);font-weight:var(--weight-semibold);border:1px solid #f59e0b33;display:flex}.dashboard-module__Gx_nyq__dashboardGrid{gap:var(--space-8);grid-template-columns:2fr 1fr;display:grid}.dashboard-module__Gx_nyq__leftColumn,.dashboard-module__Gx_nyq__rightColumn{gap:var(--space-8);flex-direction:column;display:flex}.dashboard-module__Gx_nyq__missionCard{border:1px solid var(--color-border-primary);border-radius:var(--radius-2xl);padding:var(--space-8);background:linear-gradient(135deg,#111114e6 0%,#18181ce6 100%);position:relative;overflow:hidden}.dashboard-module__Gx_nyq__missionCard:after{content:"";pointer-events:none;background:radial-gradient(circle at 100% 0,#8b5cf626 0%,#0000 80%);width:150px;height:100%;position:absolute;top:0;right:0}.dashboard-module__Gx_nyq__missionHeader{margin-bottom:var(--space-4);justify-content:space-between;align-items:center;display:flex}.dashboard-module__Gx_nyq__missionTag{background:var(--color-accent-primary-muted);color:var(--color-accent-primary);padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:var(--weight-bold);font-family:var(--font-mono)}.dashboard-module__Gx_nyq__missionTitle{font-family:var(--font-display);font-size:var(--text-2xl);font-weight:var(--weight-bold);margin-bottom:var(--space-2)}.dashboard-module__Gx_nyq__missionDesc{color:var(--color-text-secondary);font-size:var(--text-sm);line-height:var(--leading-relaxed);margin-bottom:var(--space-6)}.dashboard-module__Gx_nyq__progressContainer{margin-bottom:var(--space-6)}.dashboard-module__Gx_nyq__progressLabelRow{font-size:var(--text-xs);color:var(--color-text-tertiary);margin-bottom:var(--space-2);font-family:var(--font-mono);justify-content:space-between;display:flex}.dashboard-module__Gx_nyq__progressBarTrack{background:var(--color-bg-primary);border-radius:var(--radius-full);width:100%;height:6px;overflow:hidden}.dashboard-module__Gx_nyq__progressBarFill{background:var(--gradient-brand);height:100%}.dashboard-module__Gx_nyq__statsGrid{gap:var(--space-4);grid-template-columns:repeat(2,1fr);display:grid}.dashboard-module__Gx_nyq__statCard{background:var(--color-bg-secondary);border:1px solid var(--color-border-primary);border-radius:var(--radius-xl);padding:var(--space-6);text-align:center}.dashboard-module__Gx_nyq__statValue{font-family:var(--font-mono);font-size:var(--text-3xl);font-weight:var(--weight-bold);margin-bottom:var(--space-1)}.dashboard-module__Gx_nyq__statLabel{font-size:var(--text-xs);color:var(--color-text-tertiary);text-transform:uppercase;letter-spacing:var(--tracking-wider)}.dashboard-module__Gx_nyq__chartCard{background:var(--color-bg-secondary);border:1px solid var(--color-border-primary);border-radius:var(--radius-2xl);padding:var(--space-6)}.dashboard-module__Gx_nyq__chartHeader{margin-bottom:var(--space-6);justify-content:space-between;align-items:center;display:flex}.dashboard-module__Gx_nyq__chartTitle{font-family:var(--font-display);font-size:var(--text-lg);font-weight:var(--weight-bold)}.dashboard-module__Gx_nyq__chartPeriod{font-size:var(--text-xs);color:var(--color-text-tertiary)}.dashboard-module__Gx_nyq__chartContainer{width:100%;height:160px;position:relative}.dashboard-module__Gx_nyq__chartSvg{width:100%;height:100%}.dashboard-module__Gx_nyq__chartLine{fill:none;stroke:var(--color-accent-primary);stroke-width:3px;stroke-linecap:round}.dashboard-module__Gx_nyq__chartArea{fill:url(#chartGradient)}.dashboard-module__Gx_nyq__chartGridLine{stroke:var(--color-border-secondary);stroke-width:1px}.dashboard-module__Gx_nyq__chartDot{fill:var(--color-bg-secondary);stroke:var(--color-accent-secondary);stroke-width:3px}.dashboard-module__Gx_nyq__rightCard{background:var(--color-bg-secondary);border:1px solid var(--color-border-primary);border-radius:var(--radius-xl);padding:var(--space-6)}.dashboard-module__Gx_nyq__rightCardTitle{font-family:var(--font-display);font-size:var(--text-md);font-weight:var(--weight-bold);margin-bottom:var(--space-4);color:var(--color-text-primary);border-bottom:1px solid var(--color-border-primary);padding-bottom:var(--space-2)}.dashboard-module__Gx_nyq__dnaWidgetList{gap:var(--space-3);flex-direction:column;display:flex}.dashboard-module__Gx_nyq__dnaWidgetItem{font-size:var(--text-sm);padding:var(--space-2) var(--space-3);background:var(--color-bg-primary);border-radius:var(--radius-md);justify-content:space-between;align-items:center;display:flex}.dashboard-module__Gx_nyq__dnaWidgetLabel{color:var(--color-text-secondary)}.dashboard-module__Gx_nyq__dnaWidgetValue{font-weight:var(--weight-semibold);font-family:var(--font-mono)}.dashboard-module__Gx_nyq__toolList{gap:var(--space-3);flex-direction:column;display:flex}.dashboard-module__Gx_nyq__toolItem{align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-3);background:var(--color-bg-primary);border-radius:var(--radius-md);display:flex}.dashboard-module__Gx_nyq__toolEmoji{font-size:var(--text-lg)}.dashboard-module__Gx_nyq__toolName{font-size:var(--text-sm);font-weight:var(--weight-medium)}.dashboard-module__Gx_nyq__toolStatus{font-size:var(--text-xs);color:var(--color-success);margin-left:auto}.dashboard-module__Gx_nyq__toolStatusLocked{font-size:var(--text-xs);color:var(--color-text-tertiary);margin-left:auto}@media (max-width:1024px){.dashboard-module__Gx_nyq__dashboardGrid{grid-template-columns:1fr}}@media (max-width:768px){.dashboard-module__Gx_nyq__container{flex-direction:column}.dashboard-module__Gx_nyq__sidebar{border-right:none;border-bottom:1px solid var(--color-border-primary);width:100%;height:auto;position:relative}.dashboard-module__Gx_nyq__nav{margin-bottom:var(--space-4);flex-flow:wrap;justify-content:space-between}.dashboard-module__Gx_nyq__sidebarFooter{display:none}.dashboard-module__Gx_nyq__main{padding:var(--space-6) var(--space-4)}}
