/* Praisi Dashboard Premium UX — scoped, non distruttivo.
   Mantiene palette unificata: carta da zucchero, petrolio, tortora. */
.dashboard-premium .page-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:22px;align-items:end}
.dashboard-premium .hero-status-card{position:relative;z-index:1;min-width:260px;border:1px solid var(--line);border-radius:24px;background:rgba(255,253,248,.72);padding:16px;box-shadow:0 12px 30px rgba(15,63,70,.08)}
.dashboard-premium .hero-status-card strong{display:block;color:var(--petrol);font-size:15px;margin-bottom:5px}.dashboard-premium .hero-status-card span{display:block;color:var(--muted);font-size:13px;line-height:1.35}
.dashboard-premium .dashboard-section{margin-top:20px}.dashboard-premium .section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin:0 0 12px}.dashboard-premium .section-head h2{font-family:var(--head);font-size:28px;line-height:1;margin:0;color:var(--petrol)}.dashboard-premium .section-head p{margin:6px 0 0;color:var(--muted)}
.dashboard-premium .smart-card{position:relative;overflow:hidden;min-height:168px}.dashboard-premium .smart-card:after{content:"";position:absolute;right:-46px;top:-52px;width:126px;height:126px;border-radius:50%;background:radial-gradient(circle,rgba(184,149,98,.18),transparent 68%);pointer-events:none}.dashboard-premium .smart-card .smart-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.dashboard-premium .smart-label{font-family:var(--brand);letter-spacing:.14em;text-transform:uppercase;font-size:11px;color:var(--gold);font-weight:800}.dashboard-premium .smart-value{font-family:var(--brand);font-weight:800;font-size:34px;line-height:1;color:var(--petrol)}.dashboard-premium .smart-text{color:var(--muted);font-size:14px;line-height:1.45;min-height:40px}.dashboard-premium .smart-action{margin-top:16px}.dashboard-premium .smart-action .btn{min-height:38px;padding:0 14px;font-size:13px}.dashboard-premium .status-pill{display:inline-flex;align-items:center;gap:7px;border-radius:999px;padding:7px 10px;border:1px solid var(--line);background:#fffdf8;color:var(--petrol);font-weight:900;font-size:12px}.dashboard-premium .status-pill:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--muted)}.dashboard-premium .status-pill.ok:before{background:var(--ok)}.dashboard-premium .status-pill.warn:before{background:var(--warn)}.dashboard-premium .status-pill.bad:before{background:var(--bad)}.dashboard-premium .status-pill.neutral:before{background:var(--sugar)}
.dashboard-premium .setup-panel{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px}.dashboard-premium .setup-list{display:grid;gap:10px}.dashboard-premium .setup-item{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:12px;align-items:center;padding:13px;border:1px solid var(--line);border-radius:18px;background:#fffdf8}.dashboard-premium .setup-dot{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--sugar2);color:var(--petrol);font-weight:900}.dashboard-premium .setup-item.done .setup-dot{background:#ecf7f1;color:var(--ok)}.dashboard-premium .setup-title{font-weight:900;color:var(--petrol)}.dashboard-premium .setup-desc{color:var(--muted);font-size:13px;margin-top:2px}.dashboard-premium .setup-progress{display:grid;gap:12px;align-content:center}.dashboard-premium .progress-circle{width:142px;height:142px;border-radius:50%;background:conic-gradient(var(--petrol) calc(var(--progress,0)*1%), #e4ddd2 0);display:grid;place-items:center;margin:auto}.dashboard-premium .progress-circle-inner{width:102px;height:102px;border-radius:50%;background:var(--card);display:grid;place-items:center;text-align:center}.dashboard-premium .progress-circle-inner strong{font-family:var(--brand);font-size:30px;color:var(--petrol)}.dashboard-premium .progress-circle-inner span{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-weight:800}
.dashboard-premium .setup-panel[hidden],
.dashboard-premium .setup-panel:not(.setup-ready) {
  display: none !important;
}
.dashboard-premium .premium-site-row.primary-domain-row {
  border-color: rgba(5, 96, 108, .35);
  background: rgba(230, 249, 248, .42);
}
.dashboard-premium .site-primary-toggle {
  white-space: nowrap;
}
.dashboard-premium .site-documents-sync {
  white-space: nowrap;
}
.dashboard-premium .site-documents-sync.is-synced {
  background: #ecf7f1;
  border-color: rgba(36, 126, 82, .28);
  color: var(--ok);
}
.dashboard-premium .site-primary-toggle.is-primary {
  background: var(--petrol);
  border-color: var(--petrol);
  color: #fff;
}
.dashboard-premium .site-title-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  min-width: 0;
}
.dashboard-premium .site-identifiers {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  min-width: 0;
}
.dashboard-premium .site-id-tag {
  max-width: 100%;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.25;
  text-align: left;
}
.dashboard-premium .site-id-copy {
  border: 0;
  cursor: copy;
  font: inherit;
}
.dashboard-premium .site-id-copy.copied {
  background: #ecf7f1;
  color: var(--ok);
}
.dashboard-premium .site-panel{display:grid;gap:10px}.dashboard-premium .premium-site-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:15px;border:1px solid var(--line);border-radius:20px;background:#fffdf8}.dashboard-premium .site-host{font-weight:950;color:var(--petrol);font-size:16px}.dashboard-premium .site-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.dashboard-premium .mini-tag{display:inline-flex;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:900;background:var(--sugar2);color:var(--petrol)}.dashboard-premium .mini-tag.ok{background:#ecf7f1;color:var(--ok)}.dashboard-premium .mini-tag.warn{background:#fff7e8;color:var(--warn)}.dashboard-premium .mini-tag.bad{background:#fff0ee;color:var(--bad)}.dashboard-premium .site-cta{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.dashboard-premium .empty-state{display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:14px;align-items:center;border:1px dashed var(--line);border-radius:22px;background:#fffdf8;padding:18px}.dashboard-premium .empty-icon{width:46px;height:46px;border-radius:17px;display:grid;place-items:center;background:linear-gradient(135deg,var(--sugar2),rgba(255,250,242,.8));color:var(--petrol);font-weight:900}.dashboard-premium .empty-state h3{font-family:var(--head);font-size:24px;margin:0 0 4px;color:var(--petrol)}.dashboard-premium .empty-state p{margin:0;color:var(--muted);line-height:1.35}.dashboard-premium .premium-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.dashboard-premium .summary-tile{border:1px solid var(--line);border-radius:20px;background:#fffdf8;padding:16px}.dashboard-premium .summary-tile span{display:block;font-family:var(--brand);letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-size:10px;font-weight:900}.dashboard-premium .summary-tile strong{display:block;color:var(--petrol);font-size:18px;margin-top:6px}.dashboard-premium .quick-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.dashboard-premium .quick-card{border:1px solid var(--line);border-radius:22px;background:#fffdf8;padding:18px;color:inherit;transition:transform .18s ease, box-shadow .18s ease}.dashboard-premium .quick-card:hover{transform:translateY(-2px);box-shadow:0 18px 45px rgba(15,63,70,.10)}.dashboard-premium .quick-card strong{display:block;color:var(--petrol);font-size:16px}.dashboard-premium .quick-card span{display:block;color:var(--muted);font-size:13px;margin-top:6px;line-height:1.35}.dashboard-premium .activity-list.empty,.dashboard-premium .activity-list{border:1px dashed var(--line);border-radius:20px;background:#fffdf8;padding:18px;color:var(--muted)}.dashboard-premium .activity-item{border:1px solid var(--line);border-radius:18px;background:#fffdf8;padding:14px;margin-bottom:10px}.dashboard-premium .activity-item:last-child{margin-bottom:0}.dashboard-premium .activity-title{font-weight:900;color:var(--petrol)}.dashboard-premium .activity-meta{margin-top:4px;color:var(--muted);font-size:12px}
html[data-theme="dark"] .dashboard-premium .hero-status-card,html[data-theme="dark"] .dashboard-premium .smart-card,html[data-theme="dark"] .dashboard-premium .setup-item,html[data-theme="dark"] .dashboard-premium .premium-site-row,html[data-theme="dark"] .dashboard-premium .empty-state,html[data-theme="dark"] .dashboard-premium .summary-tile,html[data-theme="dark"] .dashboard-premium .quick-card,html[data-theme="dark"] .dashboard-premium .activity-list,html[data-theme="dark"] .dashboard-premium .activity-list.empty,html[data-theme="dark"] .dashboard-premium .activity-item{background:rgba(20,24,25,.86);border-color:rgba(255,255,255,.14)}html[data-theme="dark"] .dashboard-premium .smart-value,html[data-theme="dark"] .dashboard-premium .section-head h2,html[data-theme="dark"] .dashboard-premium .setup-title,html[data-theme="dark"] .dashboard-premium .site-host,html[data-theme="dark"] .dashboard-premium .empty-state h3,html[data-theme="dark"] .dashboard-premium .summary-tile strong,html[data-theme="dark"] .dashboard-premium .quick-card strong,html[data-theme="dark"] .dashboard-premium .activity-title{color:#fff}html[data-theme="dark"] .dashboard-premium .smart-text,html[data-theme="dark"] .dashboard-premium .section-head p,html[data-theme="dark"] .dashboard-premium .setup-desc,html[data-theme="dark"] .dashboard-premium .empty-state p,html[data-theme="dark"] .dashboard-premium .quick-card span,html[data-theme="dark"] .dashboard-premium .activity-meta{color:rgba(255,255,255,.68)}html[data-theme="dark"] .dashboard-premium .status-pill,html[data-theme="dark"] .dashboard-premium .mini-tag{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12);color:#fff}html[data-theme="dark"] .dashboard-premium .progress-circle{background:conic-gradient(#fff calc(var(--progress,0)*1%), rgba(255,255,255,.14) 0)}html[data-theme="dark"] .dashboard-premium .progress-circle-inner{background:#0b0b0d}html[data-theme="dark"] .dashboard-premium .progress-circle-inner strong{color:#fff}
@media(max-width:1050px){.dashboard-premium .page-hero{grid-template-columns:1fr}.dashboard-premium .hero-status-card{min-width:0}.dashboard-premium .setup-panel{grid-template-columns:1fr}.dashboard-premium .premium-summary,.dashboard-premium .quick-grid{grid-template-columns:1fr}.dashboard-premium .empty-state{grid-template-columns:46px 1fr}.dashboard-premium .empty-state .btn{grid-column:1/-1}.dashboard-premium .setup-item{grid-template-columns:34px 1fr}.dashboard-premium .setup-item .btn{grid-column:1/-1}.dashboard-premium .premium-site-row{grid-template-columns:1fr}.dashboard-premium .site-cta{justify-content:flex-start}}
.dashboard-premium .security-monitor-grid{display:grid;grid-template-columns:260px 320px minmax(0,1fr);gap:18px}.dashboard-premium .security-watch-card{min-height:190px}.dashboard-premium .security-watch-number{font-family:var(--brand);font-size:56px;line-height:1;color:var(--petrol);font-weight:900;margin:8px 0}.dashboard-premium .security-event-title{font-weight:950;color:var(--petrol);font-size:20px;margin:12px 0 6px}.dashboard-premium .security-watch-wide{min-width:0}.dashboard-premium .security-bars{display:grid;gap:10px}.dashboard-premium .security-bar-row{display:grid;grid-template-columns:minmax(0,260px) 1fr;gap:14px;align-items:center;padding:12px;border:1px solid var(--line);border-radius:18px;background:#fffdf8}.dashboard-premium .security-bar-row strong{display:block;color:var(--petrol);font-size:14px}.dashboard-premium .security-bar-row span{display:block;color:var(--muted);font-size:12px;margin-top:3px}.dashboard-premium .security-bar{height:10px;border-radius:999px;background:#e4ddd2;overflow:hidden}.dashboard-premium .security-bar i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--petrol),var(--warn))}html[data-theme="dark"] .dashboard-premium .security-bar-row{background:rgba(20,24,25,.86);border-color:rgba(255,255,255,.14)}html[data-theme="dark"] .dashboard-premium .security-watch-number,html[data-theme="dark"] .dashboard-premium .security-event-title,html[data-theme="dark"] .dashboard-premium .security-bar-row strong{color:#fff}html[data-theme="dark"] .dashboard-premium .security-bar-row span{color:rgba(255,255,255,.68)}@media(max-width:1050px){.dashboard-premium .security-monitor-grid{grid-template-columns:1fr}.dashboard-premium .security-bar-row{grid-template-columns:1fr}}
.dashboard-premium .security-events-wide{grid-column:1/-1}.dashboard-premium .security-event-list{display:grid;gap:10px}.dashboard-premium .security-event-row{border:1px solid var(--line);border-radius:18px;background:#fffdf8;overflow:hidden}.dashboard-premium .security-event-row summary{display:flex;align-items:center;justify-content:space-between;gap:14px;cursor:pointer;padding:14px;list-style:none}.dashboard-premium .security-event-row summary::-webkit-details-marker{display:none}.dashboard-premium .security-event-row summary strong{display:block;color:var(--petrol);font-size:14px}.dashboard-premium .security-event-row summary small{display:block;color:var(--muted);font-size:12px;margin-top:3px}.dashboard-premium .security-event-row summary b{font-size:12px;color:var(--petrol);border:1px solid var(--line);border-radius:999px;padding:6px 10px;background:#fffaf2}.dashboard-premium .security-event-details{border-top:1px solid var(--line);padding:14px;background:rgba(216,229,231,.28)}.dashboard-premium .security-event-details dl{display:grid;grid-template-columns:120px 1fr;gap:8px 12px;margin:0 0 12px}.dashboard-premium .security-event-details dt{font-weight:900;color:var(--petrol)}.dashboard-premium .security-event-details dd{margin:0;color:var(--muted);word-break:break-word}.dashboard-premium .security-event-details pre{white-space:pre-wrap;word-break:break-word;margin:0;border:1px solid var(--line);border-radius:14px;background:#fffaf2;padding:12px;font-size:12px;color:var(--ink)}html[data-theme="dark"] .dashboard-premium .security-event-row,html[data-theme="dark"] .dashboard-premium .security-event-details pre{background:rgba(20,24,25,.86);border-color:rgba(255,255,255,.14)}html[data-theme="dark"] .dashboard-premium .security-event-details{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.14)}html[data-theme="dark"] .dashboard-premium .security-event-row summary strong,html[data-theme="dark"] .dashboard-premium .security-event-details dt,html[data-theme="dark"] .dashboard-premium .security-event-details pre{color:#fff}html[data-theme="dark"] .dashboard-premium .security-event-row summary small,html[data-theme="dark"] .dashboard-premium .security-event-details dd{color:rgba(255,255,255,.68)}

/* Phase 4B - Fail2ban dashboard layout fix */
.dashboard-premium #fail2ban-monitor{
  grid-column:1/-1;
}
.dashboard-premium #fail2ban-monitor .security-watch-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin:0 0 12px;
}
.dashboard-premium #fail2ban-monitor .security-watch-card{
  min-height:120px;
}
.dashboard-premium #fail2ban-monitor .security-event-details .security-bar-row{
  grid-template-columns:minmax(0,1fr) auto;
}
.dashboard-premium #fail2ban-monitor [data-f2b-unban],
.dashboard-premium #fail2ban-monitor [data-f2b-whitelist]{
  white-space:nowrap;
}
@media(max-width:720px){
  .dashboard-premium #fail2ban-monitor .security-watch-grid{
    grid-template-columns:1fr;
  }
  .dashboard-premium #fail2ban-monitor .security-event-details .security-bar-row{
    grid-template-columns:1fr;
  }
}

/* Phase 4C - Fail2ban summary card + dedicated page */
.dashboard-premium #fail2ban-monitor{grid-column:1/-1;}
.dashboard-premium .fail2ban-summary-link{display:block;text-decoration:none;color:inherit;transition:transform .15s ease,box-shadow .15s ease;}
.dashboard-premium .fail2ban-summary-link:hover{transform:translateY(-2px);}
.dashboard-premium .fail2ban-summary-link .security-watch-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px;}
.dashboard-premium .fail2ban-summary-link .security-watch-card{min-height:110px;}
.dashboard-premium .fail2ban-open-copy{margin:12px 0 0;color:var(--muted,#6b7280);}
.dashboard-premium .fail2ban-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;}
.dashboard-premium .fail2ban-ip-row{grid-template-columns:minmax(0,1fr) auto;}
.dashboard-premium .fail2ban-whitelist{margin-top:12px;}
.dashboard-premium .fail2ban-whitelist p{overflow-wrap:anywhere;}
@media(max-width:720px){.dashboard-premium .fail2ban-summary-link .security-watch-grid{grid-template-columns:1fr}.dashboard-premium .fail2ban-ip-row{grid-template-columns:1fr}.dashboard-premium .fail2ban-actions{justify-content:flex-start}}


/* Dashboard premium refinements - 2026-05-14 */
.dashboard-premium .dashboard-hero-premium{
  position:relative;
  overflow:hidden;
  min-height:250px;
  padding:clamp(22px,3vw,34px) clamp(28px,4vw,44px);
  border-radius:8px;
  background:
    linear-gradient(90deg,rgba(5,28,31,.94),rgba(8,47,53,.78) 58%,rgba(5,28,31,.36)),
    url("https://images.unsplash.com/photo-1551434678-e076c223a692?auto=format&fit=crop&w=1800&q=84") center/cover no-repeat;
  box-shadow:0 28px 82px rgba(8,47,53,.18);
}
.dashboard-premium .dashboard-hero-premium.page-hero{
  grid-template-columns:minmax(0,1fr) minmax(360px,430px);
  align-items:center;
  gap:24px;
}
.dashboard-premium .dashboard-hero-premium h1{
  margin:8px 0 12px;
}
.dashboard-premium .dashboard-hero-premium p{
  max-width:860px;
  margin:0;
  white-space:normal;
}
.dashboard-premium .dashboard-hero-premium .hero-actions{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:nowrap;
  margin-top:24px;
}
.dashboard-premium .dashboard-hero-premium .hero-actions .btn{
  flex:0 0 auto;
  min-width:0;
  padding-left:18px;
  padding-right:18px;
  white-space:nowrap;
}
.dashboard-premium .dashboard-hero-premium h1,
.dashboard-premium .dashboard-hero-premium p,
.dashboard-premium .dashboard-hero-premium .eyebrow,
.dashboard-premium .dashboard-hero-premium strong,
.dashboard-premium .dashboard-hero-premium span{color:#fff!important;-webkit-text-fill-color:#fff!important}
.dashboard-premium .dashboard-hero-premium .hero-status-card{
  background:rgba(5,28,31,.58)!important;
  border-color:rgba(245,223,147,.28)!important;
  backdrop-filter:blur(12px);
  border-radius:8px;
  color:#fff!important;
  box-sizing:border-box;
  width:100%;
  max-width:430px;
  min-width:0;
  justify-self:end;
  padding:18px 20px;
}
.dashboard-premium .dashboard-hero-premium .hero-status-card strong,
.dashboard-premium .dashboard-hero-premium .hero-status-card span{
  overflow:visible;
  text-overflow:clip;
  white-space:normal;
  overflow-wrap:anywhere;
  word-break:normal;
}
.dashboard-premium .dashboard-hero-premium .hero-status-card strong{
  line-height:1.25;
}
.dashboard-premium .dashboard-hero-premium .hero-status-card span{
  line-height:1.45;
}
.dashboard-premium .dashboard-hero-premium .hero-status-card *{color:#fff!important;-webkit-text-fill-color:#fff!important}
.dashboard-premium .setup-progress{
  position:relative;
  overflow:hidden;
  border-radius:8px;
  background:linear-gradient(145deg,#fffdf8,#eef5f3)!important;
}
.dashboard-premium .setup-progress:before{
  content:"";
  position:absolute;
  inset:auto -54px -70px auto;
  width:190px;
  height:190px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(207,166,91,.25),transparent 68%);
  pointer-events:none;
}
.dashboard-premium .setup-progress .progress-circle{width:158px;height:158px;box-shadow:0 18px 44px rgba(15,63,70,.12)}
.dashboard-premium .setup-progress .progress-circle-inner{width:112px;height:112px}
.dashboard-premium .setup-progress-highlights{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:4px;position:relative;z-index:1}
.dashboard-premium .setup-progress-highlights span{display:inline-flex;justify-content:center;align-items:center;min-height:34px;border-radius:8px;background:#fff;border:1px solid rgba(16,35,38,.1);color:var(--petrol);font-weight:900;font-size:12px}
.dashboard-premium .setup-progress-cta{justify-self:center;margin-top:2px;position:relative;z-index:1}
.dashboard-premium .dashboard-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.dashboard-premium .security-watch-card,
.dashboard-premium .security-event-row,
.dashboard-premium .activity-item,
.dashboard-premium .activity-list{min-width:0;overflow:hidden}
.dashboard-premium .security-watch-card p,
.dashboard-premium .security-event-title,
.dashboard-premium .security-event-row summary,
.dashboard-premium .security-event-row small,
.dashboard-premium .activity-title,
.dashboard-premium .activity-meta{overflow-wrap:anywhere;word-break:break-word;max-width:100%}
.dashboard-premium .activity-list.empty{line-height:1.45}
@media(max-width:1180px){.dashboard-premium .dashboard-hero-premium.page-hero{grid-template-columns:1fr}.dashboard-premium .dashboard-hero-premium p{white-space:normal}.dashboard-premium .dashboard-hero-premium .hero-status-card{width:100%;min-width:0}.dashboard-premium .dashboard-hero-premium .hero-status-card strong,.dashboard-premium .dashboard-hero-premium .hero-status-card span{white-space:normal}}
@media(max-width:720px){.dashboard-premium .dashboard-hero-premium .hero-actions{flex-wrap:wrap}.dashboard-premium .dashboard-hero-premium .hero-actions .btn{flex:1 1 160px}}
@media(max-width:1050px){.dashboard-premium .dashboard-quick-grid{grid-template-columns:1fr!important}.dashboard-premium .dashboard-hero-premium{min-height:auto}}

/* P098 dashboard IDs when setup is complete */
.dashboard-premium .setup-id-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.dashboard-premium .setup-id-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fffdf8;
  padding: 16px;
}
.dashboard-premium .setup-id-card span {
  display: block;
  font-family: var(--brand);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
}
.dashboard-premium .setup-id-card strong {
  display: block;
  margin-top: 8px;
  color: var(--petrol);
  font: 800 14px/1.4 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  overflow-wrap: anywhere;
}
.dashboard-premium .setup-id-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}
.dashboard-premium .setup-id-copy {
  margin-top: 12px;
  min-height: 36px;
  padding: 0 13px;
  border-radius: 999px;
}
html[data-theme="dark"] .dashboard-premium .setup-id-card {
  background: rgba(20,24,25,.86);
  border-color: rgba(255,255,255,.14);
}
html[data-theme="dark"] .dashboard-premium .setup-id-card strong {
  color: #fff;
}
html[data-theme="dark"] .dashboard-premium .setup-id-card p {
  color: rgba(255,255,255,.68);
}
@media(max-width:720px) {
  .dashboard-premium .setup-id-grid {
    grid-template-columns: 1fr;
  }
}

/* P099 dashboard complete setup information */
.dashboard-premium .setup-panel.setup-complete {
  grid-template-columns: minmax(0, 1fr);
}
.dashboard-premium .setup-panel.setup-complete .setup-progress {
  display: none !important;
}
.dashboard-premium .setup-panel.setup-complete > .card:first-child {
  min-width: 0;
}
