.tenant-platform-section{padding:18px 18px 7px;font-size:11px;font-weight:800;letter-spacing:.08em;opacity:.65}
.tenant-company-chip{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.tenant-login-panel{margin-top:14px}
.tenant-login-title{font-size:18px;font-weight:800;margin-bottom:6px}
.tenant-login-help{margin-bottom:12px}
.tenant-company-choice-list{display:grid;gap:9px}
.tenant-company-choice{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;text-align:left}
.tenant-company-choice span{font-size:12px;opacity:.75}
.platform-summary-cards{margin-bottom:16px}
.tenant-backup-list{display:grid;gap:7px;margin-top:12px;font-size:13px}
.nav-platform.role-hidden,.tenant-platform-section.role-hidden,.tenant-company-chip.role-hidden{display:none!important}
@media(max-width:900px){
  .tenant-company-chip{max-width:165px}
  .tenant-company-choice{align-items:flex-start;flex-direction:column;gap:4px}
}
@media(max-width:640px){
  .tenant-company-chip{max-width:130px}
  .platform-summary-cards{grid-template-columns:1fr}
}
.platform-restore-panel{border-top:3px solid var(--accent,#4b78ff)}
.platform-restore-note{line-height:1.5}
.platform-restore-area{margin-top:12px}
.platform-restore-preview-card{display:grid;gap:12px;margin-top:14px}
.platform-restore-counts{max-height:420px;overflow:auto}
.platform-restore-counts td:not(:first-child),.platform-restore-counts th:not(:first-child){text-align:right;white-space:nowrap}
.platform-restore-hash{overflow-wrap:anywhere}
.platform-restore-running{padding:16px}
.ok-note{border-left:4px solid currentColor}
@media(max-width:640px){
  .platform-restore-counts{max-height:360px}
  .platform-restore-counts table{min-width:620px}
}
