/* Platform Pro visual layer — unmistakable product surface */

/* Blue enterprise banner permanently removed — never reintroduce .pro-banner */
.pro-banner,
.pro-page .pro-banner {
  display: none !important;
}

.pro-guide {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  margin-bottom: 16px;
}

.pro-guide p {
  margin: 6px 0 0;
  color: #6b7a90;
  font-size: 13px;
  line-height: 1.5;
  max-width: 70ch;
}

.pro-guide code {
  font-family: ui-monospace, Menlo, monospace;
  font-size: 12px;
  background: #eef4ff;
  padding: 2px 6px;
  border-radius: 6px;
}

.pro-table-wrap {
  overflow: hidden;
}

.pro-table-head,
.pro-table-row {
  display: grid;
  grid-template-columns: minmax(160px, 1.5fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(80px, 0.8fr) minmax(90px, 0.8fr) auto;
  gap: 10px;
  align-items: center;
  padding: 12px 16px;
}

.pro-table-head {
  background: #f7fafd;
  border-bottom: 1px solid #e7edf5;
  color: #7a879c;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.pro-table-row {
  border-bottom: 1px solid #eef2f7;
  font-size: 13px;
}

.pro-table-row:last-child {
  border-bottom: 0;
}

.pro-table-row b {
  display: block;
}

.pro-table-row small,
.mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  color: #6d7c93;
  font-size: 12px;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}

.pro-row-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
}

.pro-secret-card {
  border: 1px solid #c9dbf8;
  background: linear-gradient(180deg, #f4f8ff, #eef5ff);
  border-radius: 16px;
  padding: 16px;
  margin: 12px 0 16px;
}

.pro-secret-card small {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #2f6fdb;
  margin-bottom: 8px;
}

.pro-secret-card code {
  display: block;
  word-break: break-all;
  font: 700 14px/1.5 ui-monospace, Menlo, monospace;
  color: #10213f;
  background: #fff;
  border: 1px solid #d7e4f8;
  border-radius: 12px;
  padding: 14px;
}

.pro-secret-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.pro-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 8px;
}

.pro-check {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 10px 12px;
  border: 1px solid #e1e8f2;
  border-radius: 10px;
  background: #fbfcfe;
  font-weight: 650 !important;
  font-size: 13px !important;
}

.pro-check input {
  width: 16px;
  height: 16px;
}

.dashboard-sidebar .nav-group[data-pro],
.dashboard-sidebar .nav-group small {
  /* keep existing styles */
}

.dashboard-sidebar button[data-pro-nav] {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 0;
  background: transparent;
  color: inherit;
  padding: 10px 12px;
  border-radius: 10px;
  cursor: pointer;
  text-align: left;
  font: inherit;
}

.dashboard-sidebar button[data-pro-nav]:hover,
.dashboard-sidebar button[data-pro-nav].active {
  background: #eaf3ff;
  color: #2476f3;
}

@media (max-width: 1100px) {
  .pro-table-head,
  .pro-table-row {
    grid-template-columns: minmax(140px, 1.3fr) minmax(90px, 1fr) minmax(80px, 0.8fr) auto;
  }
  .pro-table-head > :nth-child(4),
  .pro-table-row > :nth-child(4),
  .pro-table-head > :nth-child(5),
  .pro-table-row > :nth-child(5) {
    display: none;
  }
}

@media (max-width: 720px) {
  .pro-table-head {
    display: none;
  }
  .pro-table-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .pro-checks {
    grid-template-columns: 1fr;
  }
}
