#documentation-portal .fixed {
    position: fixed
}
#documentation-portal .z-40 {
    z-index: 40
}
#documentation-portal .mx-auto {
    margin-left: auto;
    margin-right: auto
}
#documentation-portal .mb-2 {
    margin-bottom: 0.5rem
}
#documentation-portal .mb-3 {
    margin-bottom: 0.75rem
}
#documentation-portal .mb-4 {
    margin-bottom: 1rem
}
#documentation-portal .ml-auto {
    margin-left: auto
}
#documentation-portal .mr-2 {
    margin-right: 0.5rem
}
#documentation-portal .mt-0\.5 {
    margin-top: 0.125rem
}
#documentation-portal .mt-1 {
    margin-top: 0.25rem
}
#documentation-portal .mt-3 {
    margin-top: 0.75rem
}
#documentation-portal .mt-4 {
    margin-top: 1rem
}
#documentation-portal .mt-5 {
    margin-top: 1.25rem
}
#documentation-portal .mt-6 {
    margin-top: 1.5rem
}
#documentation-portal .block {
    display: block
}
#documentation-portal .flex {
    display: flex
}
#documentation-portal .inline-flex {
    display: inline-flex
}
#documentation-portal .grid {
    display: grid
}
#documentation-portal .h-10 {
    height: 2.5rem
}
#documentation-portal .h-11 {
    height: 2.75rem
}
#documentation-portal .h-3\.5 {
    height: 0.875rem
}
#documentation-portal .h-4 {
    height: 1rem
}
#documentation-portal .h-5 {
    height: 1.25rem
}
#documentation-portal .h-7 {
    height: 1.75rem
}
#documentation-portal .h-9 {
    height: 2.25rem
}
#documentation-portal .h-\[18px\] {
    height: 18px
}
#documentation-portal .h-\[240px\] {
    height: 240px
}
#documentation-portal .h-\[580px\] {
    height: 580px
}
#documentation-portal .h-\[65dvh\] {
    height: 65dvh
}
#documentation-portal .min-h-\[260px\] {
    min-height: 260px
}
#documentation-portal .min-h-\[360px\] {
    min-height: 360px
}
#documentation-portal .min-h-\[420px\] {
    min-height: 420px
}
#documentation-portal .min-h-screen {
    min-height: 100vh
}
#documentation-portal .w-10 {
    width: 2.5rem
}
#documentation-portal .w-3\.5 {
    width: 0.875rem
}
#documentation-portal .w-4 {
    width: 1rem
}
#documentation-portal .w-5 {
    width: 1.25rem
}
#documentation-portal .w-9 {
    width: 2.25rem
}
#documentation-portal .w-\[18px\] {
    width: 18px
}
#documentation-portal .w-full {
    width: 100%
}
#documentation-portal .min-w-0 {
    min-width: 0px
}
#documentation-portal .min-w-7 {
    min-width: 1.75rem
}
#documentation-portal .max-w-\[1500px\] {
    max-width: 1500px
}
#documentation-portal .max-w-\[720px\] {
    max-width: 720px
}
#documentation-portal .max-w-full {
    max-width: 100%
}
#documentation-portal .max-w-md {
    max-width: 28rem
}
#documentation-portal .flex-1 {
    flex: 1 1 0%
}
#documentation-portal .shrink-0 {
    flex-shrink: 0
}
#documentation-portal .animate-spin {
    animation: spin 1s linear infinite
}
#documentation-portal .scroll-mt-24 {
    scroll-margin-top: 6rem
}
#documentation-portal .scroll-mt-28 {
    scroll-margin-top: 7rem
}
#documentation-portal .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}
#documentation-portal .flex-col {
    flex-direction: column
}
#documentation-portal .flex-wrap {
    flex-wrap: wrap
}
#documentation-portal .place-items-center {
    place-items: center
}
#documentation-portal .items-start {
    align-items: flex-start
}
#documentation-portal .items-center {
    align-items: center
}
#documentation-portal .justify-end {
    justify-content: flex-end
}
#documentation-portal .justify-center {
    justify-content: center
}
#documentation-portal .justify-between {
    justify-content: space-between
}
#documentation-portal .gap-1 {
    gap: 0.25rem
}
#documentation-portal .gap-2 {
    gap: 0.5rem
}
#documentation-portal .gap-3 {
    gap: 0.75rem
}
#documentation-portal .gap-4 {
    gap: 1rem
}
#documentation-portal .gap-6 {
    gap: 1.5rem
}
#documentation-portal :is(.space-y-2 > :not([hidden]) ~ :not([hidden])) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))
}
#documentation-portal :is(.space-y-3 > :not([hidden]) ~ :not([hidden])) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse))
}
#documentation-portal :is(.space-y-6 > :not([hidden]) ~ :not([hidden])) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse))
}
#documentation-portal .overflow-hidden {
    overflow: hidden
}
#documentation-portal .overflow-x-hidden {
    overflow-x: hidden
}
#documentation-portal .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
#documentation-portal .break-words {
    overflow-wrap: break-word
}
#documentation-portal .rounded {
    border-radius: 0.25rem
}
#documentation-portal .rounded-2xl {
    border-radius: 1rem
}
#documentation-portal .rounded-3xl {
    border-radius: 1.5rem
}
#documentation-portal .rounded-full {
    border-radius: 9999px
}
#documentation-portal .rounded-lg {
    border-radius: var(--radius)
}
#documentation-portal .rounded-md {
    border-radius: calc(var(--radius) - 2px)
}
#documentation-portal .rounded-xl {
    border-radius: 0.75rem
}
#documentation-portal .rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px
}
#documentation-portal .border {
    border-width: 1px
}
#documentation-portal .border-0 {
    border-width: 0px
}
#documentation-portal .border-b {
    border-bottom-width: 1px
}
#documentation-portal .border-t {
    border-top-width: 1px
}
#documentation-portal .border-\[\#1C4C7E\] {
    --tw-border-opacity: 1;
    border-color: rgb(28 76 126 / var(--tw-border-opacity, 1))
}
#documentation-portal .border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgb(219 234 254 / var(--tw-border-opacity, 1))
}
#documentation-portal .border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgb(191 219 254 / var(--tw-border-opacity, 1))
}
#documentation-portal .border-slate-100 {
    --tw-border-opacity: 1;
    border-color: rgb(241 245 249 / var(--tw-border-opacity, 1))
}
#documentation-portal .border-slate-200 {
    --tw-border-opacity: 1;
    border-color: rgb(226 232 240 / var(--tw-border-opacity, 1))
}
#documentation-portal .border-white\/30 {
    border-color: rgb(255 255 255 / 0.3)
}
#documentation-portal .bg-\[\#1C4C7E\] {
    --tw-bg-opacity: 1;
    background-color: rgb(28 76 126 / var(--tw-bg-opacity, 1))
}
#documentation-portal .bg-\[\#ac0d27\] {
    --tw-bg-opacity: 1;
    background-color: rgb(172 13 39 / var(--tw-bg-opacity, 1))
}
#documentation-portal .bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1))
}
#documentation-portal .bg-blue-50\/60 {
    background-color: rgb(239 246 255 / 0.6)
}
#documentation-portal .bg-emerald-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1))
}
#documentation-portal .bg-slate-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1))
}
#documentation-portal .bg-slate-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1))
}
#documentation-portal .bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}
#documentation-portal .p-2 {
    padding: 0.5rem
}
#documentation-portal .p-3 {
    padding: 0.75rem
}
#documentation-portal .p-4 {
    padding: 1rem
}
#documentation-portal .p-5 {
    padding: 1.25rem
}
#documentation-portal .p-6 {
    padding: 1.5rem
}
#documentation-portal .px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem
}
#documentation-portal .px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem
}
#documentation-portal .px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem
}
#documentation-portal .px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem
}
#documentation-portal .px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}
#documentation-portal .py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem
}
#documentation-portal .py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem
}
#documentation-portal .py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem
}
#documentation-portal .py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}
#documentation-portal .py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem
}
#documentation-portal .py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
}
#documentation-portal .py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}
#documentation-portal .py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}
#documentation-portal .pr-2 {
    padding-right: 0.5rem
}
#documentation-portal .text-left {
    text-align: left
}
#documentation-portal .text-center {
    text-align: center
}
#documentation-portal .font-sans {
    font-family: Inter, Helvetica Neue, SF Pro Display, Roboto, Arial, sans-serif
}
#documentation-portal .\!text-\[16px\] {
    font-size: 16px !important
}
#documentation-portal .text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}
#documentation-portal .text-\[10px\] {
    font-size: 10px
}
#documentation-portal .text-\[11px\] {
    font-size: 11px
}
#documentation-portal .text-\[12px\] {
    font-size: 12px
}
#documentation-portal .text-\[9px\] {
    font-size: 9px
}
#documentation-portal .text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem
}
#documentation-portal .text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}
#documentation-portal .text-xs {
    font-size: 0.75rem;
    line-height: 1rem
}
#documentation-portal .font-bold {
    font-weight: 700
}
#documentation-portal .font-normal {
    font-weight: 400
}
#documentation-portal .font-semibold {
    font-weight: 600
}
#documentation-portal .uppercase {
    text-transform: uppercase
}
#documentation-portal .leading-4 {
    line-height: 1rem
}
#documentation-portal .leading-5 {
    line-height: 1.25rem
}
#documentation-portal .leading-none {
    line-height: 1
}
#documentation-portal .leading-tight {
    line-height: 1.25
}
#documentation-portal .tracking-\[0\.12em\] {
    letter-spacing: 0.12em
}
#documentation-portal .tracking-normal {
    letter-spacing: 0em
}
#documentation-portal .tracking-wider {
    letter-spacing: 0.05em
}
#documentation-portal .text-\[\#1C4C7E\] {
    --tw-text-opacity: 1;
    color: rgb(28 76 126 / var(--tw-text-opacity, 1))
}
#documentation-portal .text-\[\#ac0d27\] {
    --tw-text-opacity: 1;
    color: rgb(172 13 39 / var(--tw-text-opacity, 1))
}
#documentation-portal .text-emerald-800 {
    --tw-text-opacity: 1;
    color: rgb(6 95 70 / var(--tw-text-opacity, 1))
}
#documentation-portal .text-red-700 {
    --tw-text-opacity: 1;
    color: rgb(185 28 28 / var(--tw-text-opacity, 1))
}
#documentation-portal .text-slate-300 {
    --tw-text-opacity: 1;
    color: rgb(203 213 225 / var(--tw-text-opacity, 1))
}
#documentation-portal .text-slate-400 {
    --tw-text-opacity: 1;
    color: rgb(148 163 184 / var(--tw-text-opacity, 1))
}
#documentation-portal .text-slate-500 {
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity, 1))
}
#documentation-portal .text-slate-600 {
    --tw-text-opacity: 1;
    color: rgb(71 85 105 / var(--tw-text-opacity, 1))
}
#documentation-portal .text-slate-700 {
    --tw-text-opacity: 1;
    color: rgb(51 65 85 / var(--tw-text-opacity, 1))
}
#documentation-portal .text-slate-900 {
    --tw-text-opacity: 1;
    color: rgb(15 23 42 / var(--tw-text-opacity, 1))
}
#documentation-portal .text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}
#documentation-portal .underline {
    text-decoration-line: underline
}
#documentation-portal .shadow-\[0_10px_28px_rgba\(0\2c 0\2c 0\2c 0\.35\)\] {
    --tw-shadow: 0 10px 28px rgba(0,0,0,0.35);
    --tw-shadow-colored: 0 10px 28px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
#documentation-portal .shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
#documentation-portal .outline {
    outline-style: solid
}
#documentation-portal .filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
#documentation-portal .transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}
#documentation-portal .transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}
#documentation-portal .duration-200 {
    transition-duration: 200ms
}
#documentation-portal .duration-300 {
    transition-duration: 300ms
}
#documentation-portal .animate-in {
    animation-name: enter;
    animation-duration: 150ms;
    --tw-enter-opacity: initial;
    --tw-enter-scale: initial;
    --tw-enter-rotate: initial;
    --tw-enter-translate-x: initial;
    --tw-enter-translate-y: initial
}
#documentation-portal .fade-in {
    --tw-enter-opacity: 0
}
#documentation-portal .slide-in-from-top-2 {
    --tw-enter-translate-y: -0.5rem
}
#documentation-portal .duration-200 {
    animation-duration: 200ms
}
#documentation-portal .duration-300 {
    animation-duration: 300ms
}
#documentation-portal .first\:border-t-0:first-child {
    border-top-width: 0px
}
#documentation-portal .hover\:border-blue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgb(96 165 250 / var(--tw-border-opacity, 1))
}
#documentation-portal .hover\:bg-\[\#163d66\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(22 61 102 / var(--tw-bg-opacity, 1))
}
#documentation-portal .hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1))
}
#documentation-portal .hover\:bg-red-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1))
}
#documentation-portal .hover\:bg-slate-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1))
}
#documentation-portal .hover\:bg-white\/70:hover {
    background-color: rgb(255 255 255 / 0.7)
}
#documentation-portal .hover\:text-\[\#1C4C7E\]:hover {
    --tw-text-opacity: 1;
    color: rgb(28 76 126 / var(--tw-text-opacity, 1))
}
@media (min-width: 640px) {
    #documentation-portal .sm\:flex-row {
        flex-direction: row
    }
    #documentation-portal .sm\:items-center {
        align-items: center
    }
    #documentation-portal .sm\:justify-between {
        justify-content: space-between
    }
    #documentation-portal .sm\:p-4 {
        padding: 1rem
    }
    #documentation-portal .sm\:p-5 {
        padding: 1.25rem
    }
    #documentation-portal .sm\:p-6 {
        padding: 1.5rem
    }
    #documentation-portal .sm\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }
    #documentation-portal .sm\:text-\[12px\] {
        font-size: 12px
    }
    #documentation-portal .sm\:text-\[13px\] {
        font-size: 13px
    }
}
@media (min-width: 768px) {
    #documentation-portal .md\:w-11 {
        width: 2.75rem
    }
    #documentation-portal .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    #documentation-portal .md\:rounded-full {
        border-radius: 9999px
    }
    #documentation-portal .md\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }
    #documentation-portal .md\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
}
@media (min-width: 1024px) {
    #documentation-portal .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}
@media (min-width: 1280px) {
    #documentation-portal .xl\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}
.documentation-upload-dialog {
  width: min(30rem, calc(100vw - 2rem));
  max-height: calc(100dvh - 2rem);
  /* Native dialogs must remain centered inside parents with space-y utilities. */
  margin: auto !important;
  inset: 0;
  padding: 1.5rem;
  overflow-y: auto;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  background: #fff;
  color: #0f172a;
  box-shadow: 0 24px 70px rgb(15 23 42 / 24%);
}

.documentation-upload-dialog::backdrop {
  background: rgb(15 23 42 / 45%);
}

.documentation-upload-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.documentation-upload-heading h2 {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 600;
  color: #1c4c7e;
}

.documentation-upload-heading button {
  flex-shrink: 0;
}

.documentation-upload-location {
  margin: 0.25rem 0;
  color: #475569;
  font-size: 0.875rem;
  overflow-wrap: anywhere;
}

.documentation-upload-note {
  margin-top: 0.375rem;
  color: #64748b;
  font-size: 0.8125rem;
}

.documentation-upload-dialog fieldset {
  min-width: 0;
  margin-top: 1.5rem;
}

.documentation-upload-field + .documentation-upload-field {
  margin-top: 1.25rem;
}

.documentation-upload-field input {
  width: 100%;
  min-width: 0;
  margin-top: 0.5rem;
}

.documentation-upload-field input[type="file"] {
  height: auto;
  min-height: 2.5rem;
  padding: 0.625rem;
  overflow: hidden;
  cursor: pointer;
}

.documentation-upload-error {
  margin-top: 1rem;
  padding: 0.75rem;
  border: 1px solid #fecaca;
  border-radius: 0.5rem;
  background: #fef2f2;
  color: #b91c1c;
  font-size: 0.875rem;
  overflow-wrap: anywhere;
}

.documentation-upload-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

body:has(.documentation-upload-dialog[open]) {
  overflow: hidden;
}

@media (max-width: 380px) {
  .documentation-upload-dialog {
    padding: 1rem;
  }

  .documentation-upload-actions {
    flex-direction: column-reverse;
  }

  .documentation-upload-actions button {
    width: 100%;
  }
}

body:has(#documentation-portal[data-document-edit-mode="true"]) [data-global-page-action],
body:has(#documentation-portal[data-document-edit-mode="true"]) [data-cookie-settings-trigger] {
  display: none;
}
