/* /Views/Docs/Edit.cshtml.rz.scp.css */
.editor-page[b-uyjvbh9dkg] {
  padding-bottom: 2rem;
}

.editor-hero[b-uyjvbh9dkg] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1.5rem;
  background:
    radial-gradient(circle at top left, rgba(14, 165, 233, 0.18), transparent 28rem),
    linear-gradient(135deg, #ffffff, #f6f9fc);
  box-shadow: 0 1.25rem 3rem rgba(15, 23, 42, 0.08);
}

.editor-eyebrow[b-uyjvbh9dkg] {
  margin: 0 0 0.4rem;
  color: #0f766e;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.editor-title[b-uyjvbh9dkg] {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.8rem, 2.4vw, 2.8rem);
  font-weight: 800;
}

.editor-subtitle[b-uyjvbh9dkg] {
  max-width: 42rem;
  margin: 0.75rem 0 0;
  color: #475569;
  font-size: 1rem;
}

.editor-hero-actions[b-uyjvbh9dkg] {
  position: sticky;
  top: 1rem;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.75rem;
  min-width: min(100%, 24rem);
}

.editor-ghost-btn[b-uyjvbh9dkg] {
  border-color: rgba(14, 165, 233, 0.2);
  color: #0369a1;
}

.editor-save-btn[b-uyjvbh9dkg] {
  min-width: 8rem;
  font-weight: 700;
  box-shadow: 0 0.75rem 1.5rem rgba(37, 99, 235, 0.2);
}

.editor-alert:empty[b-uyjvbh9dkg] {
  display: none;
}

.editor-grid[b-uyjvbh9dkg] {
  display: grid;
  grid-template-columns: minmax(18rem, 24rem) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
}

.editor-sidecard[b-uyjvbh9dkg],
.editor-maincard[b-uyjvbh9dkg] {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 1.25rem 2.5rem rgba(15, 23, 42, 0.08);
}

.editor-sidecard[b-uyjvbh9dkg] {
  display: grid;
  gap: 1rem;
  padding: 1.25rem;
}

.editor-field[b-uyjvbh9dkg] {
  display: grid;
  gap: 0.45rem;
}

.editor-meta[b-uyjvbh9dkg] {
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, #eff6ff, #f8fafc);
}

.editor-meta-label[b-uyjvbh9dkg] {
  color: #64748b;
  font-size: 0.85rem;
}

.editor-meta-value[b-uyjvbh9dkg] {
  color: #0f172a;
  font-size: 1rem;
  font-weight: 700;
}

.editor-maincard[b-uyjvbh9dkg] {
  overflow: hidden;
}

.editor-maincard-header[b-uyjvbh9dkg] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.25rem 1rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.95), rgba(255, 255, 255, 0.95));
}

.editor-maincard-label[b-uyjvbh9dkg] {
  color: #64748b;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.editor-maincard-title[b-uyjvbh9dkg] {
  margin: 0.35rem 0 0;
  color: #0f172a;
  font-size: 1.2rem;
  font-weight: 700;
}

.editor-type-pill[b-uyjvbh9dkg] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.editor-type-pill.is-doc[b-uyjvbh9dkg] {
  color: #1d4ed8;
  background: #dbeafe;
}

.editor-type-pill.is-sheet[b-uyjvbh9dkg] {
  color: #047857;
  background: #d1fae5;
}

.editor-maincard-body[b-uyjvbh9dkg] {
  padding: 1rem;
}

.editor-surface[b-uyjvbh9dkg] {
  width: 100%;
  min-height: 70vh;
  border-radius: 1rem;
}

.editor-sheet-surface[b-uyjvbh9dkg] {
  height: 70vh;
  overflow: hidden;
}

.editor-textarea[b-uyjvbh9dkg] {
  min-height: 70vh;
}

@media (max-width: 991.98px) {
  .editor-hero[b-uyjvbh9dkg] {
    flex-direction: column;
  }

  .editor-hero-actions[b-uyjvbh9dkg] {
    position: static;
    justify-content: flex-start;
    min-width: auto;
  }

  .editor-grid[b-uyjvbh9dkg] {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .editor-hero[b-uyjvbh9dkg],
  .editor-sidecard[b-uyjvbh9dkg],
  .editor-maincard-header[b-uyjvbh9dkg],
  .editor-maincard-body[b-uyjvbh9dkg] {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .editor-hero-actions .btn[b-uyjvbh9dkg] {
    width: 100%;
  }
}
/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-n3269i60m6] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-n3269i60m6] {
  color: #0077cc;
}

.btn-primary[b-n3269i60m6] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-n3269i60m6], .nav-pills .show > .nav-link[b-n3269i60m6] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-n3269i60m6] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-n3269i60m6] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-n3269i60m6] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-n3269i60m6] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-n3269i60m6] {
  position: static;
  width: 100%;
  white-space: normal;
  line-height: 1.6;
  padding: 1rem 0;
}
