/* /Components/Features/Shared/HtmlComponents/HtmlImage.razor.rz.scp.css */
.html-content-image[b-pglg8zqfad] {
  max-height: 28rem;
}

.image-viewer-backdrop[b-pglg8zqfad] {
  position: fixed;
  inset: 0;
  z-index: 1400;
  background: rgba(0, 0, 0, 0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.image-viewer-modal[b-pglg8zqfad] {
  width: min(96vw, 1280px);
  height: min(92vh, 920px);
  background: var(--mud-palette-surface);
  border: 1px solid var(--mud-palette-divider);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.image-viewer-toolbar[b-pglg8zqfad] {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid var(--mud-palette-divider);
}

.image-viewer-stage[b-pglg8zqfad] {
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.image-viewer-image[b-pglg8zqfad] {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transform-origin: center center;
  will-change: transform;
}
/* /Components/Features/Shared/HtmlComponents/MermaidDiagram.razor.rz.scp.css */
.mermaid-diagram-host[b-erpyqd9uyu] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  overflow-x: auto;
  min-height: 200px;
}

.mermaid-diagram-host :global(svg)[b-erpyqd9uyu] {
  display: block;
  margin: 0 auto;
  height: auto;
  max-width: 100%;
}

.mermaid-wrapper[b-erpyqd9uyu] {
  overflow: hidden;
  border: 1px solid var(--mud-palette-divider);
  border-radius: 12px;
}

.mermaid-toolbar[b-erpyqd9uyu] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid var(--mud-palette-divider);
}

.mermaid-toolbar-title[b-erpyqd9uyu] {
  font-family: monospace;
}

.mermaid-content[b-erpyqd9uyu] {
  min-height: 200px;
}

.mermaid-loading[b-erpyqd9uyu] {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mud-palette-text-secondary);
  font-size: 0.85rem;
}

.mermaid-code[b-erpyqd9uyu] {
  margin: 0;
  padding: 1rem;
  min-height: 200px;
  overflow: auto;
  line-height: 1.5;
  font-size: 0.85rem;
  font-family:
    ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  white-space: pre-wrap;
  word-break: break-word;
}

.mermaid-fullscreen-backdrop[b-erpyqd9uyu] {
  position: fixed;
  inset: 0;
  z-index: 1500;
  background: #111827;
  overflow: hidden;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}

.mermaid-fullscreen-toolbar[b-erpyqd9uyu] {
  position: fixed;
  top: 8px;
  right: 8px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem;
  border-radius: 8px;
  border: 1px solid var(--mud-palette-divider);
  background: color-mix(in srgb, var(--mud-palette-surface) 88%, transparent);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.mermaid-scale-chip[b-erpyqd9uyu] {
  position: fixed;
  left: 12px;
  bottom: 12px;
  z-index: 10;
  border-radius: 999px;
  border: 1px solid var(--mud-palette-divider);
  background: color-mix(in srgb, var(--mud-palette-surface) 88%, transparent);
  padding: 0.2rem 0.6rem;
  font-size: 0.75rem;
  color: var(--mud-palette-text-primary);
}

.mermaid-fullscreen-stage[b-erpyqd9uyu] {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  overflow: hidden;
}

.mermaid-fullscreen-diagram[b-erpyqd9uyu] {
  transform-origin: center center;
  transition: transform 120ms ease-out;
}

.mermaid-fullscreen-diagram :global(svg)[b-erpyqd9uyu] {
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
}
/* /Components/Features/Shared/Layout/MainLayout.razor.rz.scp.css */
.page-shell[b-6fogl7s33v] {
  min-height: 93dvh;
}

.page-content[b-6fogl7s33v] {
  min-height: 93dvh;
  display: flex;
  flex-direction: column;
}

.content-body[b-6fogl7s33v] {
  flex: 1;
}

.footer-area[b-6fogl7s33v] {
  width: 100%;
}

#blazor-error-ui[b-6fogl7s33v] {
  color-scheme: dark only;
  background: #0e0e0e;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss[b-6fogl7s33v] {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
