/* LifeLoveMe Developer Command Center — private local dev */

.dev-page {
  margin: 0;
  min-height: 100vh;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  background: linear-gradient(168deg, #eef2f7 0%, #e4eaf2 40%, #dce4ee 100%);
  color: #1a2438;
  line-height: 1.5;
}

.dev-hero {
  padding: 1.75rem 1.25rem 1.5rem;
  text-align: center;
  background: radial-gradient(ellipse 120% 90% at 50% 0%, #1e4a7a 0%, #153a62 45%, #0c2848 100%);
  color: #f8fafc;
  border-bottom: 4px solid #c9a227;
}

.dev-badge {
  display: inline-block;
  margin: 0 0 0.5rem;
  padding: 0.2rem 0.65rem;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(201, 162, 39, 0.25);
  border: 1px solid rgba(201, 162, 39, 0.6);
  border-radius: 999px;
}

.dev-hero h1 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.5rem, 3.8vw, 2rem);
  font-weight: 600;
}

.dev-subtitle {
  margin: 0 auto 1rem;
  max-width: 40rem;
  font-size: 1.05rem;
  opacity: 0.93;
}

.dev-warning {
  max-width: 42rem;
  margin: 0 auto 1rem;
  padding: 0.75rem 1rem;
  text-align: left;
  font-size: 0.92rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(201, 162, 39, 0.55);
  border-radius: 10px;
}

.dev-netlify-meta {
  max-width: 42rem;
  margin: 0 0 1rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.35rem 1rem;
  font-size: 0.95rem;
}

.dev-netlify-meta dt {
  margin: 0;
  font-weight: 600;
  opacity: 0.9;
}

.dev-netlify-meta dd {
  margin: 0;
}

.dev-netlify-meta a {
  color: #e8d4a0;
}

.dev-intro {
  margin: 0;
  font-size: 0.88rem;
  opacity: 0.9;
}

.dev-intro a {
  color: #e8d4a0;
}

.dev-main {
  max-width: 56rem;
  margin: 0 auto;
  padding: 1.25rem 1rem 2rem;
}

.dev-section--collapsible {
  scroll-margin-top: 5.5rem;
}

.dev-block--nav {
  position: sticky;
  top: 0;
  z-index: 40;
  scroll-margin-top: 0;
  border-color: rgba(30, 74, 122, 0.35);
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
  box-shadow: 0 6px 20px rgba(12, 40, 72, 0.12);
}

.dev-nav-search-wrap {
  margin: 0.65rem 0 0.75rem;
}

.dev-nav-search-label {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6a7a8f;
}

.dev-nav-search-input {
  width: 100%;
  box-sizing: border-box;
  padding: 0.5rem 0.65rem;
  font-size: 0.92rem;
  border: 1px solid #c5d0e0;
  border-radius: 8px;
  background: #fff;
  color: #1a2438;
}

.dev-nav-search-input:focus {
  outline: 2px solid rgba(30, 74, 122, 0.35);
  border-color: #1e4a7a;
}

.dev-nav-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 0.75rem;
}

.dev-nav-action-btn {
  padding: 0.28rem 0.7rem;
  font-size: 0.78rem;
  font-weight: 600;
  border: 1px solid rgba(30, 74, 122, 0.35);
  border-radius: 999px;
  background: #fff;
  color: #1e4a7a;
  cursor: pointer;
}

.dev-nav-action-btn:hover {
  background: rgba(30, 74, 122, 0.08);
}

.dev-nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.dev-nav-link {
  display: inline-block;
  padding: 0.28rem 0.65rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  color: #1e4a7a;
  background: rgba(30, 74, 122, 0.08);
  border: 1px solid rgba(30, 74, 122, 0.2);
  border-radius: 999px;
}

.dev-nav-link:hover {
  background: rgba(30, 74, 122, 0.16);
}

.dev-section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.65rem;
  margin: 0 0 0.65rem;
}

.dev-section-head h2 {
  margin: 0;
  flex: 1 1 auto;
}

.dev-section-toggle {
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: 1px solid #c5d0e0;
  border-radius: 8px;
  background: #f4f7fb;
  cursor: pointer;
}

.dev-section-toggle__icon {
  display: block;
  width: 0.55rem;
  height: 0.55rem;
  margin: 0 auto;
  border-right: 2px solid #1e4a7a;
  border-bottom: 2px solid #1e4a7a;
  transform: rotate(45deg) translate(-1px, -1px);
  transition: transform 0.15s ease;
}

.dev-section-toggle[aria-expanded="true"] .dev-section-toggle__icon {
  transform: rotate(-135deg) translate(-1px, -1px);
}

.dev-section-badge {
  flex: 0 0 auto;
  padding: 0.12rem 0.55rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 999px;
}

.dev-section-badge--active {
  background: rgba(30, 74, 122, 0.12);
  color: #1e4a7a;
}

.dev-section-badge--ready {
  background: rgba(22, 161, 132, 0.14);
  color: #10765f;
}

.dev-section-badge--review {
  background: rgba(245, 157, 45, 0.18);
  color: #9b5b07;
}

.dev-section-badge--critical {
  background: rgba(201, 62, 62, 0.14);
  color: #9b3030;
}

.dev-section-badge--ok {
  background: rgba(22, 161, 132, 0.14);
  color: #10765f;
}

.dev-section-body {
  margin-top: 0;
}

.dev-section-body--collapsed {
  display: none !important;
}

.dev-section--jump-flash {
  animation: dev-section-flash 1.2s ease;
}

@keyframes dev-section-flash {
  0% {
    box-shadow: 0 0 0 0 rgba(30, 74, 122, 0.45);
  }
  40% {
    box-shadow: 0 0 0 6px rgba(30, 74, 122, 0.2);
  }
  100% {
    box-shadow: 0 4px 16px rgba(12, 40, 72, 0.07);
  }
}

.dev-nav-search-results {
  margin: 0.4rem 0 0;
  font-size: 0.84rem;
  font-weight: 600;
  color: #1e4a7a;
}

.dev-nav-search-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.45rem;
}

.dev-nav-search-chip {
  padding: 0.2rem 0.55rem;
  font-size: 0.75rem;
  font-weight: 600;
  border: 1px solid rgba(30, 74, 122, 0.28);
  border-radius: 999px;
  background: #fff;
  color: #1e4a7a;
  cursor: pointer;
}

.dev-nav-search-chip:hover {
  background: rgba(30, 74, 122, 0.1);
}

.dev-wb-search-item.dev-wb-search-match {
  outline: 2px solid rgba(30, 74, 122, 0.55);
  outline-offset: 2px;
  background: rgba(30, 74, 122, 0.1);
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(30, 74, 122, 0.15);
}

.dev-wb-search-item.dev-wb-search-match h3,
.dev-wb-search-item.dev-wb-search-match .dev-workflow-id {
  color: #1e4a7a;
}

.dev-wb-search-item.dev-wb-search-hidden {
  display: none !important;
}

.dev-wb-search-group-hidden {
  display: none !important;
}

.dev-wb-search-context-hidden {
  display: none !important;
}

.dev-section--search-hidden {
  display: none !important;
}

.dev-section--search-dim {
  opacity: 0.55;
}

.dev-section--search-match {
  border-color: rgba(30, 74, 122, 0.45);
}

.dev-section-back {
  margin: 1rem 0 0;
  font-size: 0.82rem;
  text-align: right;
}

.dev-section-back a {
  color: #1e4a7a;
}

.dev-section--search-hidden {
  display: none !important;
}

.dev-section--search-match {
  outline: 2px solid rgba(30, 74, 122, 0.25);
  outline-offset: 2px;
}

.dev-back-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 50;
  padding: 0.45rem 0.85rem;
  font-size: 0.82rem;
  font-weight: 700;
  border: 1px solid rgba(30, 74, 122, 0.4);
  border-radius: 999px;
  background: #1e4a7a;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(12, 40, 72, 0.25);
}

.dev-back-to-top:hover {
  background: #153a62;
}

.dev-audit-review-note--ok {
  background: rgba(22, 161, 132, 0.1);
  border-color: rgba(22, 161, 132, 0.3);
}

.dev-block {
  margin-bottom: 2rem;
  padding: 1.15rem 1.2rem;
  background: #fff;
  border: 1px solid #d4dce8;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(12, 40, 72, 0.07);
}

.dev-block--future {
  background: linear-gradient(135deg, #f8fafc 0%, #eef3f8 100%);
  border-style: dashed;
}

.dev-block h2 {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
  color: #0c2848;
}

.dev-block__lead {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  color: #4a5a6c;
}

.dev-subheading {
  margin: 1.25rem 0 0.5rem;
  font-size: 1rem;
  color: #1e4a7a;
}

.dev-note {
  margin: 0 0 0.75rem;
  font-size: 0.88rem;
  color: #5a4a20;
  background: #faf6eb;
  padding: 0.5rem 0.65rem;
  border-radius: 6px;
  border-left: 3px solid #c9a227;
}

.dev-card-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
}

.dev-card {
  padding: 1rem;
  border: 1px solid #e0e6ee;
  border-radius: 10px;
  background: linear-gradient(180deg, #fefefe 0%, #f6f8fb 100%);
}

.dev-card--wide {
  grid-column: 1 / -1;
}

.dev-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  color: #1e4a7a;
}

.dev-card__meta {
  margin: 0 0 0.35rem;
  font-size: 0.8rem;
  color: #5a6a7c;
}

.dev-card__label {
  font-weight: 600;
  color: #3a4a5c;
}

.dev-card__link {
  margin: 0.5rem 0 0;
  font-size: 0.82rem;
}

.dev-card__link a {
  color: #1e4a7a;
}

.dev-cmd-wrap {
  position: relative;
  margin-top: 0.5rem;
}

.dev-cmd-list .dev-cmd-wrap {
  margin-bottom: 0.5rem;
}

.dev-cmd {
  display: block;
  margin: 0;
  padding: 0.65rem 3.25rem 0.65rem 0.75rem;
  background: #1a2438;
  color: #e8eef6;
  border-radius: 8px;
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.78rem;
  line-height: 1.45;
  white-space: pre-wrap;
  word-break: break-word;
  overflow-x: auto;
}

.dev-copy {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  cursor: pointer;
  border: 1px solid #5a6a7c;
  background: #2a3a4c;
  color: #f0f4f8;
  border-radius: 6px;
  padding: 0.3rem 0.55rem;
  font-size: 0.72rem;
  font-weight: 600;
}

.dev-copy--inline {
  position: static;
  margin-left: 0.35rem;
  vertical-align: middle;
}

.dev-copy:hover,
.dev-copy:focus {
  background: #3a4a5c;
}

.dev-copy--done {
  background: #1e6b3a !important;
  border-color: #145a2e !important;
}

.dev-server-item {
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e8ecf0;
}

.dev-server-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.dev-server-item h3 {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  color: #1e4a7a;
}

.dev-server-item p {
  margin: 0 0 0.5rem;
  font-size: 0.85rem;
  color: #5a6a7c;
}

.dev-url-list {
  margin: 0.5rem 0 1rem;
  padding-left: 1.25rem;
  font-size: 0.88rem;
}

.dev-url-list code {
  font-size: 0.82rem;
}

.dev-url-list--links a {
  color: #1e4a7a;
  word-break: break-all;
}

.dev-doc-list {
  margin: 0;
  padding-left: 1.25rem;
  columns: 1;
}

.dev-doc-list a {
  color: #1e4a7a;
  font-size: 0.92rem;
}

.dev-footer {
  max-width: 56rem;
  margin: 0 auto;
  padding: 0 1rem 2.5rem;
  font-size: 0.82rem;
  color: #6a7a8c;
  text-align: center;
}

.dev-footer a {
  color: #1e4a7a;
}

@media (min-width: 640px) {
  .dev-doc-list {
    columns: 2;
    column-gap: 2rem;
  }
}

.dev-block--brain {
  border: 1px solid rgba(30, 74, 122, 0.2);
  border-radius: 12px;
  padding: 1rem 1.1rem 1.15rem;
  margin-bottom: 1.25rem;
  background: rgba(255, 255, 255, 0.55);
}

.dev-brain-loading {
  margin: 0.5rem 0 1rem;
  font-size: 0.95rem;
  color: #4a5a72;
}

.dev-card--resource .dev-resource-id {
  margin: 0 0 0.25rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1e4a7a;
}

.dev-card--status-active {
  border-left: 3px solid #2a7a4a;
}

.dev-card--status-needs_inventory {
  border-left: 3px solid #c9a227;
}

.dev-card--compact h3 {
  font-size: 0.95rem;
}

.dev-mini-list {
  margin: 0.35rem 0 0.75rem;
  padding-left: 1.1rem;
  font-size: 0.85rem;
}

.dev-table-wrap {
  overflow-x: auto;
}

.dev-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
}

.dev-table th,
.dev-table td {
  border: 1px solid rgba(30, 74, 122, 0.15);
  padding: 0.45rem 0.55rem;
  text-align: left;
  vertical-align: top;
}

.dev-table th {
  background: rgba(30, 74, 122, 0.08);
  font-weight: 700;
}

.dev-card-grid--resources {
  grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
}

.dev-block--master {
  border: 1px solid rgba(201, 162, 39, 0.45);
  border-radius: 12px;
  padding: 1rem 1.1rem 1.15rem;
  background: linear-gradient(165deg, rgba(255, 252, 240, 0.95) 0%, rgba(248, 250, 255, 0.9) 100%);
}

.dev-card-grid--master {
  grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
}

.dev-block--suite {
  border-left: 4px solid #0a5cad;
}

.dev-app-hint {
  font-size: 0.85rem;
  color: #596273;
}

.dev-starter-steps {
  margin: 0.5rem 0 1rem 1.15rem;
  padding: 0;
}

.dev-starter-steps li {
  margin-bottom: 0.4rem;
}

.dev-card__hint {
  font-size: 0.88rem;
  color: #596273;
  margin: 0.25rem 0 0.5rem;
}

.dev-copy-url {
  font: inherit;
  cursor: pointer;
  padding: 0.15rem 0.45rem;
  border-radius: 6px;
  border: 1px solid rgba(10, 92, 173, 0.35);
  background: rgba(10, 92, 173, 0.06);
  color: #0a3d6e;
}

.dev-copy-url:hover {
  background: rgba(10, 92, 173, 0.12);
}

.dev-card--master h3 {
  font-size: 1rem;
}

.dev-block--dashboard {
  border-color: rgba(22, 161, 132, 0.35);
  background: linear-gradient(180deg, #f6fcfa 0%, #fff 100%);
}

.dev-note--dashboard {
  margin-bottom: 1rem;
  padding: 0.55rem 0.75rem;
  font-size: 0.88rem;
  background: rgba(22, 161, 132, 0.08);
  border: 1px solid rgba(22, 161, 132, 0.22);
  border-radius: 8px;
  color: #2d5c52;
}

.dev-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr));
  gap: 0.85rem;
}

.dev-card--dashboard {
  border-width: 1px;
}

.dev-card--dashboard h3 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #2d4a42;
}

.dev-dashboard-card__title {
  margin: 0 0 0.35rem;
  font-size: 1.02rem;
  font-weight: 600;
  color: #1a3330;
}

.dev-dashboard-card__subtitle {
  margin: 0 0 0.5rem;
  font-size: 0.9rem;
  color: #4a6560;
  font-style: italic;
}

.dev-release-countdown {
  margin: 0.35rem 0;
  font-size: 1.05rem;
  color: #10765f;
}

.dev-release-countdown strong {
  font-size: 1.35rem;
}

.dev-note--compact {
  margin: 0.25rem 0 0.5rem;
  font-size: 0.82rem;
}

.dev-readiness-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dev-readiness-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  margin-bottom: 0.35rem;
  font-size: 0.88rem;
  color: #3d4f66;
}

.dev-readiness-status {
  flex-shrink: 0;
  display: inline-block;
  min-width: 4.5rem;
  padding: 0.1rem 0.4rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  border-radius: 999px;
}

.dev-readiness-status--done {
  background: rgba(22, 161, 132, 0.14);
  color: #10765f;
}

.dev-readiness-status--pending {
  background: rgba(245, 157, 45, 0.18);
  color: #9b5b07;
}

.dev-readiness-status--review {
  background: rgba(99, 130, 200, 0.16);
  color: #3d5a8c;
}

.dev-card--commands {
  grid-column: span 1;
}

@media (min-width: 52rem) {
  .dev-card--commands {
    grid-column: span 2;
  }
}

.dev-block--release-helper {
  border-color: rgba(180, 120, 40, 0.35);
  background: linear-gradient(180deg, #fffbf6 0%, #fff 100%);
}

.dev-note--release-helper {
  margin-bottom: 1rem;
  padding: 0.55rem 0.75rem;
  font-size: 0.88rem;
  background: rgba(180, 120, 40, 0.08);
  border: 1px solid rgba(180, 120, 40, 0.22);
  border-radius: 8px;
  color: #5c4a32;
}

.dev-release-helper-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
  gap: 0.85rem;
}

.dev-card--announcement {
  border-width: 1px;
}

.dev-card--announcement h3 {
  margin: 0 0 0.45rem;
  font-size: 1.02rem;
}

.dev-card--copy-blocks {
  grid-column: 1 / -1;
}

.dev-announcement-compact .dev-cmd-wrap {
  margin-bottom: 0.65rem;
}

.dev-card--link-placeholder {
  border-style: dashed;
}

.dev-block--foundation {
  border-color: rgba(30, 74, 122, 0.3);
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.dev-note--foundation {
  margin-bottom: 1rem;
  padding: 0.55rem 0.75rem;
  font-size: 0.88rem;
  background: rgba(30, 74, 122, 0.06);
  border: 1px solid rgba(30, 74, 122, 0.18);
  border-radius: 8px;
  color: #3d4f66;
}

.dev-foundation-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(14.5rem, 1fr));
  gap: 0.85rem;
}

.dev-card--foundation {
  margin: 0;
  padding: 0.85rem 1rem;
  border: 1px solid #d4dce8;
  box-shadow: 0 2px 10px rgba(12, 40, 72, 0.05);
}

.dev-card--foundation h3 {
  margin: 0.35rem 0 0.5rem;
  font-size: 1.05rem;
  color: #1e4a7a;
}

.dev-card--foundation p {
  margin: 0 0 0.55rem;
  font-size: 0.9rem;
  color: #3d4f66;
}

.dev-foundation-label {
  display: inline-block;
  padding: 0.15rem 0.5rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 6px;
  background: rgba(30, 74, 122, 0.12);
  color: #1e4a7a;
}

.dev-foundation-next {
  font-size: 0.85rem !important;
  color: #5a6578 !important;
  border-left: 3px solid rgba(201, 162, 39, 0.55);
  padding-left: 0.55rem;
  margin-top: 0.65rem !important;
}

.dev-foundation-link {
  margin: 0.5rem 0 0 !important;
  font-size: 0.86rem;
}

.dev-foundation-link a {
  font-weight: 600;
  color: #0a5c9e;
}

.dev-block--guided-workflows {
  border-color: rgba(46, 125, 95, 0.4);
  background: linear-gradient(180deg, #f4fbf8 0%, #fff 100%);
}

.dev-note--guided {
  margin-bottom: 1rem;
  padding: 0.55rem 0.75rem;
  font-size: 0.88rem;
  background: rgba(46, 125, 95, 0.1);
  border: 1px solid rgba(46, 125, 95, 0.28);
  border-radius: 8px;
  color: #1e4a3a;
}

.dev-guided-workflows {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.dev-guided-workflow {
  border: 1px solid rgba(30, 74, 122, 0.2);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(12, 40, 72, 0.06);
}

.dev-guided-workflow__summary {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 0.85rem;
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  color: #1e4a7a;
}

.dev-guided-workflow__summary::-webkit-details-marker {
  display: none;
}

.dev-guided-workflow__summary::before {
  content: "▸";
  font-size: 0.85rem;
  color: #6a7a8f;
  transition: transform 0.15s ease;
}

.dev-guided-workflow[open] .dev-guided-workflow__summary::before {
  transform: rotate(90deg);
}

.dev-guided-workflow__title {
  font-size: 1.02rem;
}

.dev-guided-workflow__body {
  padding: 0 0.85rem 0.85rem;
  border-top: 1px solid rgba(30, 74, 122, 0.1);
}

.dev-guided-steps {
  margin: 0.65rem 0 0;
  padding-left: 1.25rem;
}

.dev-guided-step {
  margin-bottom: 0.75rem;
}

.dev-guided-step > p {
  margin: 0 0 0.4rem;
  font-size: 0.9rem;
}

.dev-guided-step .dev-cmd-wrap {
  margin: 0.35rem 0;
}

.dev-guided-url {
  margin: 0.35rem 0;
  font-size: 0.86rem;
}

.dev-warn-list {
  margin: 0.35rem 0 0;
  padding-left: 1.15rem;
  font-size: 0.86rem;
  color: #7a4a12;
}

.dev-block--content-manager {
  border-color: rgba(141, 78, 176, 0.35);
  background: linear-gradient(180deg, #faf8fc 0%, #fff 100%);
}

.dev-note--content-manager {
  margin-bottom: 1rem;
  padding: 0.55rem 0.75rem;
  font-size: 0.88rem;
  background: rgba(141, 78, 176, 0.08);
  border: 1px solid rgba(141, 78, 176, 0.22);
  border-radius: 8px;
  color: #4a3d5c;
}

.dev-content-manager-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr));
  gap: 0.85rem;
}

.dev-card--content-type h3 {
  margin: 0 0 0.45rem;
  font-size: 1.08rem;
  color: #6f2f95;
}

.dev-card--content-type .dev-subheading {
  margin-top: 0.65rem;
  margin-bottom: 0.35rem;
}

.dev-path-list {
  margin: 0 0 0.5rem;
  padding-left: 0;
  list-style: none;
}

.dev-path-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  margin-bottom: 0.35rem;
  font-size: 0.82rem;
}

.dev-path-row code {
  word-break: break-all;
}

.dev-copy-path {
  font: inherit;
  font-size: 0.72rem;
  font-weight: 600;
  cursor: pointer;
  padding: 0.12rem 0.4rem;
  border-radius: 6px;
  border: 1px solid rgba(111, 47, 149, 0.35);
  background: rgba(141, 78, 176, 0.08);
  color: #6f2f95;
  flex-shrink: 0;
}

.dev-copy-path:hover {
  background: rgba(141, 78, 176, 0.16);
}

.dev-block--missing-info {
  border-color: rgba(201, 62, 62, 0.28);
  background: linear-gradient(180deg, #fffafa 0%, #fff 100%);
}

.dev-note--missing-info {
  margin-bottom: 1rem;
  padding: 0.55rem 0.75rem;
  font-size: 0.88rem;
  background: rgba(201, 62, 62, 0.06);
  border: 1px solid rgba(201, 62, 62, 0.2);
  border-radius: 8px;
  color: #6b4040;
}

.dev-missing-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
  gap: 0.85rem;
}

.dev-card--missing-info {
  border-width: 1px;
}

.dev-missing-status {
  display: inline-block;
  margin: 0 0 0.4rem;
  padding: 0.12rem 0.55rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 999px;
}

.dev-missing-status--ok .dev-missing-status {
  background: rgba(22, 161, 132, 0.14);
  color: #10765f;
}

.dev-missing-status--needs-review .dev-missing-status {
  background: rgba(245, 157, 45, 0.18);
  color: #9b5b07;
}

.dev-missing-status--planned .dev-missing-status {
  background: rgba(130, 142, 158, 0.16);
  color: #586272;
}

.dev-missing-status--critical .dev-missing-status {
  background: rgba(201, 62, 62, 0.14);
  color: #9b3030;
}

.dev-card--missing-info h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
}

.dev-check-list {
  margin: 0 0 0.65rem;
  padding-left: 1.15rem;
  font-size: 0.88rem;
  color: #3d4f66;
}

.dev-check-list li {
  margin-bottom: 0.25rem;
}

.dev-glob-list code {
  font-size: 0.8rem;
}

.dev-subheading--audit {
  margin-top: 0.5rem;
}

.dev-audit-panel {
  margin: 0.75rem 0 1.25rem;
}

.dev-audit-warning {
  margin: 0 0 1rem;
  padding: 0.65rem 0.85rem;
  font-size: 0.92rem;
  background: rgba(201, 62, 62, 0.1);
  border: 1px solid rgba(201, 62, 62, 0.35);
  border-radius: 8px;
  color: #7a2a2a;
}

.dev-audit-summary {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(8.5rem, 1fr));
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.dev-audit-stat {
  padding: 0.5rem 0.65rem;
  border-radius: 8px;
  border: 1px solid rgba(80, 100, 130, 0.2);
  background: #fff;
}

.dev-audit-stat__label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6a7a8f;
  margin-bottom: 0.2rem;
}

.dev-audit-stat strong {
  font-size: 0.95rem;
  color: #2a3a4f;
}

.dev-audit-stat--critical {
  border-color: rgba(201, 62, 62, 0.35);
  background: rgba(201, 62, 62, 0.06);
}

.dev-audit-stat--critical strong {
  color: #9b3030;
}

.dev-audit-stat--important {
  border-color: rgba(245, 157, 45, 0.4);
  background: rgba(245, 157, 45, 0.08);
}

.dev-audit-stat--important strong {
  color: #9b5b07;
}

.dev-audit-stat--ok {
  border-color: rgba(22, 161, 132, 0.35);
  background: rgba(22, 161, 132, 0.07);
}

.dev-audit-stat--ok strong {
  color: #10765f;
}

.dev-audit-stat--optional {
  border-color: rgba(130, 142, 158, 0.35);
  background: rgba(130, 142, 158, 0.08);
}

.dev-audit-stat--optional strong {
  color: #586272;
}

.dev-audit-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.65rem;
}

.dev-audit-filter-btn {
  padding: 0.28rem 0.65rem;
  font-size: 0.78rem;
  font-weight: 600;
  border: 1px solid rgba(80, 100, 130, 0.35);
  border-radius: 999px;
  background: #fff;
  color: #3d4f66;
  cursor: pointer;
}

.dev-audit-filter-btn:hover {
  background: rgba(141, 78, 176, 0.08);
}

.dev-audit-filter-btn.is-active {
  border-color: rgba(141, 78, 176, 0.55);
  background: rgba(141, 78, 176, 0.14);
  color: #4a3d5c;
}

.dev-audit-meta {
  margin: 0 0 0.75rem;
  font-size: 0.82rem;
  color: #6a7a8f;
}

.dev-audit-resources {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
  gap: 0.85rem;
}

.dev-audit-resource {
  border-width: 1px;
}

.dev-audit-resource--critical {
  border-color: rgba(201, 62, 62, 0.4);
}

.dev-audit-resource--important {
  border-color: rgba(245, 157, 45, 0.45);
}

.dev-audit-resource__badge {
  display: inline-block;
  margin: 0 0 0.35rem;
  padding: 0.1rem 0.5rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 999px;
}

.dev-audit-resource__badge--critical {
  background: rgba(201, 62, 62, 0.14);
  color: #9b3030;
}

.dev-audit-resource__badge--important {
  background: rgba(245, 157, 45, 0.18);
  color: #9b5b07;
}

.dev-audit-resource__badge--ok {
  background: rgba(22, 161, 132, 0.14);
  color: #10765f;
}

.dev-audit-resource__meta,
.dev-audit-resource__counts {
  margin: 0 0 0.45rem;
  font-size: 0.84rem;
  color: #4a5c72;
}

.dev-audit-check-group {
  margin-top: 0.55rem;
  padding-top: 0.45rem;
  border-top: 1px dashed rgba(80, 100, 130, 0.2);
}

.dev-audit-check-group__title {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.dev-audit-check-group--critical .dev-audit-check-group__title {
  color: #9b3030;
}

.dev-audit-check-group--important .dev-audit-check-group__title {
  color: #9b5b07;
}

.dev-audit-check-group--ok .dev-audit-check-group__title {
  color: #10765f;
}

.dev-audit-check-group--optional .dev-audit-check-group__title {
  color: #586272;
}

.dev-audit-check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dev-audit-check {
  margin-bottom: 0.45rem;
  padding: 0.35rem 0.45rem;
  font-size: 0.84rem;
  border-radius: 6px;
  background: rgba(130, 142, 158, 0.06);
}

.dev-audit-check--critical {
  background: rgba(201, 62, 62, 0.08);
  border-left: 3px solid #c93e3e;
}

.dev-audit-check--important {
  background: rgba(245, 157, 45, 0.1);
  border-left: 3px solid #f59d2d;
}

.dev-audit-check--ok {
  background: rgba(22, 161, 132, 0.08);
  border-left: 3px solid #16a184;
}

.dev-audit-check--optional {
  background: rgba(130, 142, 158, 0.1);
  border-left: 3px solid #828e9e;
}

.dev-audit-sev {
  display: inline-block;
  margin-right: 0.25rem;
  padding: 0.05rem 0.35rem;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 4px;
}

.dev-audit-sev--critical {
  background: rgba(201, 62, 62, 0.18);
  color: #9b3030;
}

.dev-audit-sev--important {
  background: rgba(245, 157, 45, 0.2);
  color: #9b5b07;
}

.dev-audit-sev--ok {
  background: rgba(22, 161, 132, 0.16);
  color: #10765f;
}

.dev-audit-sev--optional {
  background: rgba(130, 142, 158, 0.18);
  color: #586272;
}

.dev-audit-check__field {
  font-weight: 700;
  color: #2a3a4f;
}

.dev-audit-path,
.dev-audit-suggestion {
  margin: 0.25rem 0 0;
  font-size: 0.8rem;
  color: #4a5c72;
}

.dev-audit-label {
  font-weight: 600;
  font-size: 0.72rem;
  text-transform: uppercase;
  color: #6a7a8f;
}

.dev-audit-review-note {
  margin: 0.35rem 0 0;
  padding: 0.4rem 0.5rem;
  font-size: 0.8rem;
  background: rgba(88, 120, 180, 0.1);
  border: 1px solid rgba(88, 120, 180, 0.25);
  border-radius: 6px;
  color: #3d4f66;
}

.dev-note--audit-empty {
  margin-bottom: 0.65rem;
}

.dev-block--converter-launcher {
  border-color: rgba(141, 78, 176, 0.32);
  background: linear-gradient(180deg, #faf8fc 0%, #fff 100%);
}

.dev-note--converter {
  margin-bottom: 1rem;
  padding: 0.55rem 0.75rem;
  font-size: 0.88rem;
  background: rgba(141, 78, 176, 0.08);
  border: 1px solid rgba(141, 78, 176, 0.22);
  border-radius: 8px;
  color: #4a3d5c;
}

.dev-converter-group {
  margin-bottom: 1.35rem;
}

.dev-converter-group__title {
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: #3d2f52;
}

.dev-converter-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(19rem, 1fr));
  gap: 0.85rem;
}

.dev-card--converter {
  border-width: 1px;
}

.dev-label--source,
.dev-label--generated,
.dev-label--run,
.dev-label--verify {
  color: #4a5568;
}

.dev-block--policy {
  border-color: rgba(201, 162, 39, 0.45);
  background: linear-gradient(180deg, #fffef8 0%, #fff 100%);
}

.dev-note--policy {
  padding: 0.65rem 0.85rem;
  background: rgba(201, 162, 39, 0.1);
  border: 1px solid rgba(201, 162, 39, 0.35);
  border-radius: 8px;
}

.dev-block--creations {
  border-color: rgba(22, 161, 132, 0.35);
}

.dev-block--registry {
  border-color: rgba(30, 74, 122, 0.25);
}

.dev-card-grid--workflows {
  grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
}

.dev-card--workflow h3 {
  font-size: 1.05rem;
  margin-top: 0.15rem;
}

.dev-workflow-id {
  margin: 0 0 0.25rem;
  font-size: 0.78rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  color: #5a6578;
}

.dev-workflow-cat {
  display: inline-block;
  padding: 0.1rem 0.45rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: rgba(30, 74, 122, 0.12);
  color: #1e4a7a;
}

.dev-workflow-cat--testing {
  background: rgba(22, 161, 132, 0.14);
  color: #10765f;
}

.dev-workflow-cat--deployment {
  background: rgba(34, 104, 255, 0.12);
  color: #1b4bc2;
}

.dev-workflow-cat--creations {
  background: rgba(141, 78, 176, 0.12);
  color: #6f2f95;
}

.dev-workflow-cat--ask {
  background: rgba(245, 157, 45, 0.16);
  color: #9b5b07;
}

.dev-workflow-cat--rcm {
  background: rgba(201, 62, 62, 0.12);
  color: #9b3030;
}

.dev-workflow-cat--resource {
  background: rgba(30, 74, 122, 0.1);
  color: #1e4a7a;
}

.dev-workflow-cat--release {
  background: rgba(130, 142, 158, 0.16);
  color: #586272;
}

.dev-card--status-planned {
  opacity: 0.88;
  border-style: dashed;
}

.dev-path-list {
  font-size: 0.82rem;
  line-height: 1.45;
  margin: 0 0 0.75rem;
}

@media (max-width: 480px) {
  .dev-copy {
    position: static;
    display: block;
    width: 100%;
    margin-top: 0.35rem;
  }

  .dev-cmd {
    padding-right: 0.75rem;
  }
}
