/* Spacious PREMIUM canvas: matches the BASIC desktop spacing scale. */
@media(min-width:1051px){
  :root{--sidebar-width:260px}
  .content{padding:62px 58px 97px;max-width:1760px}
  .welcome-row{margin-bottom:32px}
  .welcome-row .home-summary{margin:5px 0 0}
  .kpi-grid{gap:32px;margin-bottom:32px}
  .dashboard-grid{gap:32px}
  .view-shell{gap:37px}
  .view-stats{gap:28px}
  .settings-grid{gap:32px}
  .detail-columns,.premium-two-col{gap:32px}
  .customer-grade-editor{margin-bottom:32px}
}

/* Align PREMIUM's summary hierarchy with the approved BASIC dashboard. */
.topbar-brand{display:flex;align-items:center;height:100%}
.topbar-brand .eyebrow{font-size:10px;letter-spacing:1.5px;color:#aaa6b3;font-weight:700}
.kpi-value,.kpi-value.money,.view-stat strong,.premium-kpi strong{font-family:"Pretendard Variable","Pretendard","Noto Sans KR",sans-serif;font-size:18px !important;font-weight:800;letter-spacing:-.015em;font-variant-numeric:tabular-nums lining-nums;font-feature-settings:"tnum" 1,"lnum" 1}
@media(max-width:620px){.topbar .eyebrow{display:block}}
@media(min-width:621px) and (max-width:1050px){
  :root{--sidebar-width:254px}
  .content{padding:48px 42px 72px}
  .kpi-grid,.dashboard-grid,.view-stats,.settings-grid,.premium-two-col{gap:24px}
  .view-shell{gap:28px}
}
@media(max-width:620px){
  .content{padding:28px 24px 48px}
  .view-shell{gap:22px}
  .kpi-grid,.dashboard-grid,.view-stats,.settings-grid,.premium-two-col{gap:16px}
}
