.dash{flex-direction:column;flex:1;min-height:0;display:flex}.dash__head{flex:none}.dash__grid{gap:var(--space-4);flex:1;grid-template-rows:auto minmax(0,1fr) minmax(0,1fr);grid-template-columns:minmax(230px,260px) repeat(4,minmax(0,1fr));grid-template-areas:"profile kpi1 kpi2 kpi3 kpi4""profile active active apps apps""profile active active disputes disputes";min-height:0;display:grid}.dash-profile{grid-area:profile}.dash-kpi1{grid-area:kpi1}.dash-kpi2{grid-area:kpi2}.dash-kpi3{grid-area:kpi3}.dash-kpi4{grid-area:kpi4}.dash-active{grid-area:active}.dash-apps{grid-area:apps}.dash-disputes{grid-area:disputes}.dash-profile{text-align:center;align-items:center;gap:var(--space-2);padding:var(--space-6) var(--space-5);flex-direction:column;min-height:0;display:flex;overflow:hidden}.dash-profile__name{font-size:var(--text-lg);text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin:0;overflow:hidden}.dash-profile__meta{font-size:var(--text-sm);overflow-wrap:anywhere;max-width:100%;margin:0}.dash-profile__tier{margin:var(--space-1) 0}.dash-profile .ds-meter{width:100%}.dash-profile__score{margin:0 0 var(--space-2);font-size:var(--text-xs)}.dash-profile .ds-btn{margin-top:var(--space-3);flex:none}.dash-profile__body{width:100%;min-height:0;margin-bottom:var(--space-3);scrollbar-width:thin;scrollbar-color:var(--color-border-strong) transparent;flex-direction:column;flex:1;align-items:center;display:flex;overflow:hidden auto}.dash-profile__body::-webkit-scrollbar{width:7px}.dash-profile__body::-webkit-scrollbar-thumb{background:var(--color-border-strong);border-radius:var(--radius-pill)}.dash-setup{text-align:left;width:100%;margin-top:var(--space-2)}.dash-setup__count{color:var(--color-text-muted);font-weight:var(--weight-regular);text-transform:none;letter-spacing:0}.dash-setup__list{gap:var(--space-1);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.dash-setup__step{align-items:center;gap:var(--space-2);padding:var(--space-1) var(--space-2);border-radius:var(--radius-sm);font-size:var(--text-sm);color:var(--color-text);margin:0;display:flex}.dash-setup__step:hover{background:var(--color-surface-sunken);color:var(--color-primary);text-decoration:none}.dash-setup__dot{border:2px solid var(--color-border-strong);background:var(--color-surface);color:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:1rem;height:1rem;display:inline-flex}.dash-setup__dot>svg{width:.625rem;height:.625rem}.dash-setup__step[data-state=done]{color:var(--color-text-muted);text-decoration:line-through}.dash-setup__step[data-state=done] .dash-setup__dot{background:var(--color-success);border-color:var(--color-success)}.dash-setup__step[data-state=current]{font-weight:var(--weight-semibold);color:var(--color-heading)}.dash-setup__step[data-state=current] .dash-setup__dot{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-soft)}.dash-profile__skills{text-align:left;width:100%;margin-top:var(--space-4)}.dash-profile__skills-label{margin:0 0 var(--space-2);font-family:var(--font-head);font-size:var(--text-xs);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted)}.dash-profile__chips{gap:var(--space-1);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.dash-profile__chip{text-overflow:ellipsis;white-space:nowrap;max-width:100%;padding:2px var(--space-2);border:1px solid var(--color-border);border-radius:var(--radius-pill);background:var(--color-surface-sunken);color:var(--color-text);font-size:var(--text-xs);font-weight:var(--weight-medium);display:inline-block;overflow:hidden}.dash-profile__chip:hover{border-color:var(--color-primary);color:var(--color-primary);text-decoration:none}.dash-profile__chip--add{color:var(--color-link);background:0 0;border-style:dashed}.dash-profile__nudge{align-items:center;gap:var(--space-2);width:100%;margin-top:var(--space-3);padding:var(--space-2) var(--space-3);border:1px solid var(--color-warning);border-radius:var(--radius-md);background:var(--color-warning-soft);color:var(--color-text);font-size:var(--text-xs);text-align:left;line-height:var(--leading-snug);display:flex}.dash-profile__nudge:hover{border-color:var(--color-warning);box-shadow:var(--shadow-sm);text-decoration:none}.dash-profile__nudge>svg:first-child{color:var(--color-warning);flex:none}.dash-profile__nudge>svg:last-child{color:var(--color-text-muted);flex:none;margin-left:auto}.dash-profile__nudge span{min-width:0}.dash-profile__nudge strong{font-family:var(--font-head);color:var(--color-heading)}.dash-kpi__skeleton{width:3.5em;height:1em;display:inline-block}.dash__grid .ds-stat__label{min-height:calc(2 * var(--leading-normal) * 1em);align-items:flex-start}.dash-card{min-height:0;padding:var(--space-4) var(--space-5);flex-direction:column;display:flex;overflow:hidden}.dash-card__head{justify-content:space-between;align-items:center;gap:var(--space-3);margin-bottom:var(--space-3);flex:none;display:flex}.dash-card__head h2{align-items:center;gap:var(--space-2);font-size:var(--text-base);color:var(--color-heading);margin:0;display:inline-flex}.dash-card__head h2 svg{color:var(--color-primary)}.dash-card__more{align-items:center;gap:var(--space-1);font-family:var(--font-head);font-size:var(--text-xs);font-weight:var(--weight-semibold);white-space:nowrap;display:inline-flex}.dash-card__list{gap:var(--space-2);scrollbar-width:thin;scrollbar-color:var(--color-border-strong) transparent;flex-direction:column;min-height:0;margin:0;padding:0;list-style:none;display:flex;overflow:hidden auto}.dash-card__list::-webkit-scrollbar{width:7px}.dash-card__list::-webkit-scrollbar-thumb{background:var(--color-border-strong);border-radius:var(--radius-pill)}.dash-card__empty{font-size:var(--text-sm)}.dash-row{align-items:center;gap:var(--space-2) var(--space-3);padding:var(--space-2) var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);flex-wrap:wrap;display:flex}.dash-row__main{flex:12rem;min-width:0}.dash-row__title{font-family:var(--font-head);font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--color-heading);text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.dash-row__title:hover{color:var(--color-primary);text-decoration:none}.dash-row__meta{align-items:center;gap:var(--space-2);margin-top:var(--space-1);font-size:var(--text-xs);flex-wrap:wrap;display:flex}.dash-row__pipe{flex:none}.dash-apps .dash-row__pipe,.dash-disputes .dash-row__pipe{flex-basis:100%}@media (width<=1100px){.dash__grid{grid-template-rows:auto auto auto auto;grid-template-columns:minmax(220px,250px) repeat(2,minmax(0,1fr));grid-template-areas:"profile kpi1 kpi2""profile kpi3 kpi4""profile active active""apps apps disputes"}}@media (width<=1100px),(height<=700px){.dash{flex:none}.dash__grid{min-height:auto}}@media (width<=900px){.dash__grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"profile profile""kpi1 kpi2""kpi3 kpi4""active active""apps apps""disputes disputes"}}@media (width<=480px){.dash__grid{grid-template-columns:minmax(0,1fr);grid-template-areas:"profile""kpi1""kpi2""kpi3""kpi4""active""apps""disputes"}.dash__head{align-items:flex-start;gap:var(--space-3);flex-direction:column}}
