/* /Components/Features/Shared/HtmlComponents/HtmlImage.razor.rz.scp.css */
.html-content-image[b-pglg8zqfad] {
  display: block;
  width: min(100%, 100%);
  max-height: 28rem;
  margin: 1.5rem auto;
  padding: 0.35rem;
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(125, 211, 252, 0.08), rgba(125, 211, 252, 0.02)),
    var(--color-surface);
  box-shadow: var(--shadow-soft);
}

.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(--color-surface);
  border: 1px solid var(--color-divider);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-soft);
}

.image-viewer-toolbar[b-pglg8zqfad] {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid var(--color-divider);
  background: linear-gradient(180deg, rgba(125, 211, 252, 0.08), rgba(125, 211, 252, 0.02));
}

.image-viewer-spacer[b-pglg8zqfad] {
  flex: 1;
}

.image-viewer-stage[b-pglg8zqfad] {
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at top, rgba(125, 211, 252, 0.08), transparent 45%), #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;
  margin: 1rem 0;
}

.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;
  font-size: 0.82rem;
}

.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: 100dvh;
  position: relative;
  isolation: isolate;
  overflow: clip;
  background-color: var(--color-background);
  background-image: linear-gradient(180deg, rgba(18, 24, 32, 0.96) 0%, rgba(12, 16, 22, 0.88) 16%, rgba(8, 10, 14, 0.52) 36%, rgba(6, 7, 10, 0.18) 56%, rgba(6, 7, 10, 0) 72%);
  background-repeat: no-repeat;
  background-size: 100% 44rem;
  color: var(--color-text-primary);
}

.page-shell[b-6fogl7s33v]::before {
  content: none;
}

.page-shell[b-6fogl7s33v]::after {
  content: none;
}

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

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

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

.footer-container[b-6fogl7s33v] {
  margin-top: 4.5rem;
  margin-bottom: 2rem;
}

.footer-links[b-6fogl7s33v] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.footer-link[b-6fogl7s33v] {
  display: inline-flex;
  align-items: center;
  min-height: 2.1rem;
  padding: 0 0.8rem;
  border: 1px solid rgba(142, 203, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.02);
  box-shadow: var(--shadow-outline);
  font-size: 0.72rem;
  letter-spacing: 0.05em;
}

.footer-link:hover[b-6fogl7s33v] {
  background: rgba(142, 203, 255, 0.08);
  border-color: rgba(142, 203, 255, 0.24);
}

.divider[b-6fogl7s33v] {
  background: linear-gradient(90deg, transparent, rgba(142, 203, 255, 0.28), transparent);
}

#blazor-error-ui[b-6fogl7s33v] {
  color-scheme: dark only;
  background: rgba(10, 10, 10, 0.96);
  border-top: 1px solid var(--color-divider);
  bottom: 0;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.45);
  box-sizing: border-box;
  color: #f5f5f5;
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui a[b-6fogl7s33v] {
  color: var(--color-primary);
}

#blazor-error-ui .dismiss[b-6fogl7s33v] {
  background: transparent;
  border: 0;
  color: var(--color-text-secondary);
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
