/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Cascadia Code NF", "Cascadia Code", ui-monospace;
    --font-mono: "Cascadia Code NF", "Cascadia Code", ui-monospace;
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --spacing: 0.25rem;
    --container-7xl: 80rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: "ss19", "ss01", "ss20", "calt", "salt";
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--default-font-feature-settings);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .top-10 {
    top: calc(var(--spacing) * 10);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .col-span-4 {
    grid-column: span 4 / span 4;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-\[-0\.2rem\] {
    margin-top: -0.2rem;
  }
  .mt-\[0\.1rem\] {
    margin-top: 0.1rem;
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .block {
    display: block;
  }
  .block\! {
    display: block !important;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .w-75 {
    width: calc(var(--spacing) * 75);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-\[1280px\] {
    max-width: 1280px;
  }
  .flex-1 {
    flex: 1;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-\[1fr_auto_auto\] {
    grid-template-columns: 1fr auto auto;
  }
  .grid-cols-\[auto_1fr\] {
    grid-template-columns: auto 1fr;
  }
  .grid-cols-\[auto_1fr_auto_auto\] {
    grid-template-columns: auto 1fr auto auto;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .gap-x-1 {
    column-gap: calc(var(--spacing) * 1);
  }
  .gap-x-1\.5 {
    column-gap: calc(var(--spacing) * 1.5);
  }
  .divide-y {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .divide-\[\#333A45\] {
    :where(& > :not(:last-child)) {
      border-color: #333A45;
    }
  }
  .self-baseline {
    align-self: baseline;
  }
  .self-center {
    align-self: center;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-t-md {
    border-top-left-radius: var(--radius-md);
    border-top-right-radius: var(--radius-md);
  }
  .rounded-b-md {
    border-bottom-right-radius: var(--radius-md);
    border-bottom-left-radius: var(--radius-md);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#333A45\] {
    border-color: #333A45;
  }
  .bg-\[\#1F2430\] {
    background-color: #1F2430;
  }
  .bg-\[\#73D0FF\] {
    background-color: #73D0FF;
  }
  .bg-\[\#262F3F\] {
    background-color: #262F3F;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pr-1 {
    padding-right: calc(var(--spacing) * 1);
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .text-end {
    text-align: end;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .whitespace-pre {
    white-space: pre;
  }
  .text-\[\#1F2430\] {
    color: #1F2430;
  }
  .text-\[\#73D0FF\] {
    color: #73D0FF;
  }
  .text-\[\#CCCAC2\] {
    color: #CCCAC2;
  }
  .text-\[\#F07178\] {
    color: #F07178;
  }
  .text-\[\#a3a29c\] {
    color: #a3a29c;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .outline-1 {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .outline-\[\#333A45\] {
    outline-color: #333A45;
  }
  .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,);
  }
  .peer-focus\:block {
    &:is(:where(.peer):focus ~ *) {
      display: block;
    }
  }
  .hover\:block {
    &:hover {
      @media (hover: hover) {
        display: block;
      }
    }
  }
  .hover\:bg-\[\#4CB3FF\] {
    &:hover {
      @media (hover: hover) {
        background-color: #4CB3FF;
      }
    }
  }
  .hover\:bg-\[\#333A45\] {
    &:hover {
      @media (hover: hover) {
        background-color: #333A45;
      }
    }
  }
  .hover\:text-\[\#4CB3FF\] {
    &:hover {
      @media (hover: hover) {
        color: #4CB3FF;
      }
    }
  }
  .hover\:text-\[\#73D0FF\] {
    &:hover {
      @media (hover: hover) {
        color: #73D0FF;
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .has-\[input\:focus-within\]\:outline-2 {
    &:has(*:is(input:focus-within)) {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
  }
  .has-\[input\:focus-within\]\:outline-\[\#73D0FF\] {
    &:has(*:is(input:focus-within)) {
      outline-color: #73D0FF;
    }
  }
}
@font-face {
  font-family: "Cascadia Code NF";
  src: local('Cascadia Code NF'), url('/icons/CascadiaCodeNF.ttf') format('truetype');
}
@font-face {
  font-family: "Cascadia Code NF Italic";
  src: local('Cascadia Code NF Italic'), url('/icons/CascadiaCodeNFItalic.ttf') format('truetype');
}
:root {
  font-size: 13pt;
}
.rendered-file {
  a {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  :not(h1, h2, h3, h4, h5, h6) > a {
    color: var(--color-blue-500);
    &:hover {
      @media (hover: hover) {
        color: var(--color-blue-600);
      }
    }
  }
  ul {
    list-style-type: disc;
  }
}
.rendered-blob {
  table.blob {
    margin-top: 0.5em;
  }
  table.blob td.hashes,	table.blob td.lines {
    margin: 0;
    padding: 0 0 0 0.5em;
    vertical-align: top;
  }
  table.blob td.linenumbers {
    margin: 0;
    padding: 0 0.5em 0 0.25em;
    vertical-align: top;
    text-align: right;
    color: #474c57;
  }
  table.blob pre {
    padding: 0;
    margin: 0;
  }
  table.blob td.linenumbers a,	table.ssdiff td.lineno a {
    text-align: right;
    text-decoration: none;
  }
  table.blob td.linenumbers a:hover,	table.ssdiff td.lineno a:hover {
    color: #727982;
  }
}
.diff-panel {
  a {
    color: #73D0FF;
    &:hover {
      @media (hover: hover) {
        color: #4CB3FF;
      }
    }
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  div.diffstat-header {
    font-weight: bold;
  }
  table.diffstat {
    border-collapse: collapse;
    border: solid 1px #333A45;
    background-color: #262F3F;
  }
  table.diffstat th {
    font-weight: normal;
    text-align: left;
    text-decoration: underline;
    padding: 0.1em 1em 0.1em 0.1em;
    font-size: 100%;
    color: #A9B1D6;
  }
  table.diffstat td {
    padding: 0.2em 0.2em 0.1em 0.1em;
    font-size: 100%;
    border: none;
  }
  table.diffstat td.mode {
    white-space: nowrap;
  }
  table.diffstat td span.modechange {
    padding-left: 1em;
    color: #F27983;
  }
  table.diffstat td.add a {
    color: #87D96C;
  }
  table.diffstat td.del a {
    color: #F27983;
  }
  table.diffstat td.upd a {
    color: #73D0FF;
  }
  table.diffstat td.graph {
    width: 500px;
    vertical-align: middle;
  }
  table.diffstat td.graph table {
    border: none;
  }
  table.diffstat td.graph td {
    padding: 0px;
    border: 0px;
    height: 7pt;
  }
  table.diffstat td.graph td.add {
    background-color: #87D96C;
  }
  table.diffstat td.graph td.rem {
    background-color: #F27983;
  }
  div.diffstat-summary {
    color: #5C6773;
    padding-top: 0.5em;
  }
  table.diff {
    width: 100%;
  }
  table.diff td {
    font-family: var(--font-mono);
    white-space: pre;
    background-color: #171B24;
    border: 1px #8A91992E;
  }
  table.diff td div.head {
    font-weight: bold;
    margin-top: 1em;
    color: #A9B1D6;
  }
  table.diff td div.hunk {
    color: #73D0FF;
  }
  table.diff td div.add {
    color: #87D96C;
  }
  table.diff td div.del {
    color: #F27983;
  }
}
.gravatar {
  border-radius: 50%;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
