.dashboard{display:flex;flex-direction:column;gap:var(--sp-8)}.identity-bar{padding:var(--sp-3) 0}.identity-bar-row{display:flex;align-items:center;justify-content:space-between}.identity-level{font-family:var(--font-heading);font-size:var(--text-sm);color:var(--gold-light)}.identity-streak{font-family:var(--font-mono);font-size:var(--text-sm);color:var(--gold);display:flex;align-items:center;gap:var(--sp-1)}.streak-fire{display:inline-block;width:14px;height:14px;background:var(--gold);mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 1c0 2.5-2 4-2 6s1.5 3 2 3c.5 0 2-1 2-3s-2-3.5-2-6zm-2.5 8c-.3.8-.5 1.5-.5 2.2C5 13.3 6.3 15 8 15s3-1.7 3-3.8c0-.7-.2-1.4-.5-2.2-.5 1-1.3 1.5-2.5 1.5s-2-0.5-2.5-1.5z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 1c0 2.5-2 4-2 6s1.5 3 2 3c.5 0 2-1 2-3s-2-3.5-2-6zm-2.5 8c-.3.8-.5 1.5-.5 2.2C5 13.3 6.3 15 8 15s3-1.7 3-3.8c0-.7-.2-1.4-.5-2.2-.5 1-1.3 1.5-2.5 1.5s-2-0.5-2.5-1.5z'/%3E%3C/svg%3E");mask-size:contain;-webkit-mask-size:contain;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;flex-shrink:0}.identity-stats{display:flex;gap:var(--sp-4);margin-top:var(--sp-2)}.identity-stat{font-size:var(--text-xs);color:var(--text-muted)}.identity-stat-value{font-family:var(--font-mono);color:var(--text-secondary);margin-right:var(--sp-1)}.todays-focus{display:flex;flex-direction:column;gap:var(--sp-3)}.recommendation-card{display:flex;align-items:center;gap:var(--sp-4);padding:var(--sp-4) var(--sp-5);border-left:2px solid var(--rec-accent,var(--gold));text-decoration:none;color:inherit}.recommendation-card:before{display:none}.recommendation-body{flex:1 1;min-width:0}.recommendation-reason{font-size:var(--text-sm);color:var(--text-secondary);line-height:1.5;margin:0}.recommendation-target{font-size:var(--text-xs);color:var(--text-muted);margin-top:var(--sp-1)}.recommendation-go{flex-shrink:0}.todays-progress{display:flex;flex-direction:column;gap:var(--sp-3)}.progress-ring-container{display:flex;align-items:center;gap:var(--sp-6);justify-content:center;padding:var(--sp-4) 0}.progress-ring{position:relative;width:80px;height:80px;border-radius:var(--radius-full);flex-shrink:0}.progress-ring-bg{width:100%;height:100%;border-radius:var(--radius-full);background:conic-gradient(var(--gold) calc(var(--ring-pct, 0) * 3.6deg),var(--bg-hover) calc(var(--ring-pct, 0) * 3.6deg))}.progress-ring-inner{position:absolute;top:6px;left:6px;right:6px;bottom:6px;border-radius:var(--radius-full);background:var(--bg-deep);display:flex;align-items:center;justify-content:center}.progress-ring-value{font-family:var(--font-heading);font-size:var(--text-xl);color:var(--gold-light);line-height:1}.progress-ring-complete .progress-ring-bg{background:var(--gold)}.progress-ring-complete .progress-ring-value{color:var(--gold)}.progress-ring-info{display:flex;flex-direction:column;gap:var(--sp-1)}.progress-ring-label{font-size:var(--text-sm);color:var(--text-secondary)}.progress-ring-accuracy{font-size:var(--text-sm);color:var(--text-muted)}.progress-ring-accuracy-value{font-family:var(--font-mono);color:var(--gold)}@media (max-width:360px){.progress-ring-container{flex-direction:column;text-align:center}}.exercises-section{display:flex;flex-direction:column;gap:var(--sp-3)}.exercises-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--sp-3)}.exercise-cell{display:flex;flex-direction:column;align-items:center;padding:var(--sp-4);border-top:2px solid var(--cell-accent,var(--gold));text-decoration:none;color:inherit;gap:var(--sp-2)}.exercise-cell:before{display:none}.exercise-cell-icon{font-size:var(--text-xl);font-variant-emoji:text;color:var(--cell-accent,var(--gold));line-height:1}.exercise-cell-name{font-size:var(--text-sm);font-weight:600;color:var(--text-primary)}.mastery-dots{display:flex;gap:var(--sp-1);align-items:center}.mastery-dot{width:6px;height:6px;border-radius:var(--radius-full);background:var(--bg-hover);transition:background var(--transition-fast)}.mastery-dot.filled{background:var(--gold)}.exercise-most-practiced{box-shadow:var(--shadow-gold)}.mastery-section{display:flex;flex-direction:column;gap:var(--sp-1)}.mastery-row{display:flex;align-items:center;gap:var(--sp-3);padding:var(--sp-3) 0;border-bottom:1px solid var(--border-accent-subtle);cursor:pointer;transition:background var(--transition-fast)}.mastery-section>div:last-child>.mastery-row{border-bottom:none}.mastery-row:hover{background:var(--bg-surface)}.mastery-exercise-name{font-size:var(--text-sm);color:var(--text-primary);width:72px;flex-shrink:0}.mastery-bar-container{flex:1 1;min-width:0}.mastery-fraction{font-size:var(--text-sm);font-family:var(--font-mono);color:var(--text-secondary);width:50px;text-align:right;flex-shrink:0;display:flex;align-items:center;justify-content:flex-end;gap:var(--sp-1)}.mastery-chevron{font-size:var(--text-lg);color:var(--gold-dim);flex-shrink:0;transition:transform var(--transition-fast),color var(--transition-fast);transform:rotate(0deg);line-height:1}.mastery-chevron.expanded{transform:rotate(90deg);color:var(--gold)}.mastery-row:hover .mastery-chevron{color:var(--gold)}.mastery-detail{padding:var(--sp-3) 0 var(--sp-4);background:var(--bg-surface);border-radius:0 0 var(--radius-sm) var(--radius-sm)}@media (prefers-reduced-motion:no-preference){.mastery-detail{animation:fadeIn .2s ease}}.mastery-levels-row{display:flex;gap:var(--sp-1);flex-wrap:wrap;padding:0 var(--sp-2);margin-bottom:var(--sp-2)}.mastery-level-dot{width:8px;height:8px;border-radius:var(--radius-full);flex-shrink:0}.mastery-level-dot.unplayed{background:var(--text-muted);opacity:.4}.mastery-level-dot.practicing{background:var(--info)}.mastery-level-dot.proficient{background:var(--success)}.mastery-level-dot.mastered{background:var(--gold)}.mastery-legend{display:flex;gap:var(--sp-3);padding:0 var(--sp-2);margin-bottom:var(--sp-2)}.mastery-legend-item{display:flex;align-items:center;gap:var(--sp-1);font-size:var(--text-xs);color:var(--text-muted)}.mastery-legend-item .mastery-level-dot{width:6px;height:6px}.mastery-weak-items{font-size:var(--text-xs);color:var(--text-muted);padding:0 var(--sp-2);margin-top:var(--sp-2)}.mastery-weak-label{color:var(--text-secondary);margin-bottom:var(--sp-1)}.mastery-detail-action{padding:0 var(--sp-2);margin-top:var(--sp-2)}.recent-section{gap:var(--sp-1)}.recent-list,.recent-section{display:flex;flex-direction:column}.recent-item{display:flex;align-items:center;gap:var(--sp-3);padding:var(--sp-2) var(--sp-3);border-bottom:1px solid var(--border-accent-subtle)}.recent-item:last-child{border-bottom:none}.recent-dot{width:4px;align-self:stretch;border-radius:var(--radius-full);flex-shrink:0;background:var(--dot-color,var(--gold))}.recent-type{flex:1 1;font-size:var(--text-sm);color:var(--text-primary)}.recent-score{font-size:var(--text-sm);color:var(--text-secondary);font-weight:500}.recent-pct{font-size:var(--text-sm);font-family:var(--font-mono);font-weight:600;min-width:36px;text-align:right}.recent-pct.pct-high{color:var(--success)}.recent-pct.pct-good{color:var(--gold)}.recent-pct.pct-default{color:var(--text-secondary)}.recent-time{font-size:var(--text-xs);color:var(--text-muted);min-width:48px;text-align:right}.new-user-recommended{border-color:var(--border-accent-strong);box-shadow:var(--shadow-gold)}.new-user-badge{font-size:var(--text-xs);color:var(--gold);margin-top:var(--sp-1);display:block;font-style:italic}.dashboard-loading{min-height:60vh}