/*! tailwindcss v4.1.7 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --spacing: 0.25rem;
    --breakpoint-sm: 40rem;
    --breakpoint-md: 48rem;
    --breakpoint-lg: 64rem;
    --container-lg: 32rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: var(--md-sys-color-primary);
    --color-on-primary: var(--md-sys-color-on-primary);
    --color-primary-container: var(--md-sys-color-primary-container);
    --color-on-primary-container: var(--md-sys-color-on-primary-container);
    --color-secondary-container: var(--md-sys-color-secondary-container);
    --color-on-secondary-container: var(--md-sys-color-on-secondary-container);
    --color-tertiary-container: var(--md-sys-color-tertiary-container);
    --color-error: var(--md-sys-color-error);
    --color-on-error: var(--md-sys-color-on-error);
    --color-surface: var(--md-sys-color-surface);
    --color-on-surface: var(--md-sys-color-on-surface);
    --color-surface-variant: var(--md-sys-color-surface-variant);
    --color-on-surface-variant: var(--md-sys-color-on-surface-variant);
    --color-outline: var(--md-sys-color-outline);
    --color-outline-variant: var(--md-sys-color-outline-variant);
    --color-shadow: var(--md-sys-color-shadow);
    --color-inverse-surface: var(--md-sys-color-inverse-surface);
    --color-inverse-on-surface: var(--md-sys-color-inverse-on-surface);
    --color-surface-container-lowest: var(--md-sys-color-surface-container-lowest);
    --color-surface-container-low: var(--md-sys-color-surface-container-low);
    --color-surface-container: var(--md-sys-color-surface-container);
    --color-surface-container-high: var(--md-sys-color-surface-container-high);
    --color-surface-container-highest: var(--md-sys-color-surface-container-highest);
  }
}
@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;
  }
  :-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 {
  .interactive {
    position: relative;
    cursor: pointer;
    &::before {
      content: "";
      position: absolute;
      inset: 0;
      background-color: currentColor;
      border-radius: inherit;
      pointer-events: none;
      opacity: 0;
      transition: opacity 0.2s;
    }
    &:hover::before {
      opacity: 0.08;
    }
    &:active::before {
      opacity: 0.1;
    }
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-full {
    top: 100%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-4 {
    bottom: calc(var(--spacing) * 4);
  }
  .bottom-24 {
    bottom: calc(var(--spacing) * 24);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-3 {
    left: calc(var(--spacing) * 3);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .-mt-20 {
    margin-top: calc(var(--spacing) * -20);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .-mr-2 {
    margin-right: calc(var(--spacing) * -2);
  }
  .-mr-4 {
    margin-right: calc(var(--spacing) * -4);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-\[3\/1\] {
    aspect-ratio: 3/1;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .size-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }
  .size-20 {
    width: calc(var(--spacing) * 20);
    height: calc(var(--spacing) * 20);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-32 {
    height: calc(var(--spacing) * 32);
  }
  .h-40 {
    height: calc(var(--spacing) * 40);
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .min-h-\[160px\] {
    min-height: 160px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-\[560px\] {
    width: 560px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-screen-lg {
    max-width: var(--breakpoint-lg);
  }
  .max-w-screen-md {
    max-width: var(--breakpoint-md);
  }
  .max-w-screen-sm {
    max-width: var(--breakpoint-sm);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .flex-grow-1 {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .origin-top-right {
    transform-origin: top right;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize-none {
    resize: none;
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .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)));
    }
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-hidden {
    overflow-y: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .rounded-t-xl {
    border-top-left-radius: var(--radius-xl);
    border-top-right-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-outline-variant {
    border-color: var(--color-outline-variant);
  }
  .border-surface {
    border-color: var(--color-surface);
  }
  .border-surface-variant {
    border-color: var(--color-surface-variant);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-primary-container {
    background-color: var(--color-primary-container);
  }
  .bg-secondary-container {
    background-color: var(--color-secondary-container);
  }
  .bg-surface {
    background-color: var(--color-surface);
  }
  .bg-surface-container {
    background-color: var(--color-surface-container);
  }
  .bg-surface-container-low {
    background-color: var(--color-surface-container-low);
  }
  .bg-surface-container-lowest {
    background-color: var(--color-surface-container-lowest);
  }
  .bg-surface-variant {
    background-color: var(--color-surface-variant);
  }
  .bg-tertiary-container {
    background-color: var(--color-tertiary-container);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pl-12 {
    padding-left: calc(var(--spacing) * 12);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--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));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .text-error {
    color: var(--color-error);
  }
  .text-on-surface {
    color: var(--color-on-surface);
  }
  .text-on-surface-variant {
    color: var(--color-on-surface-variant);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-shadow {
    color: var(--color-shadow);
  }
  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-1 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-outline {
    --tw-ring-color: var(--color-outline);
  }
  .outline-0 {
    outline-style: var(--tw-outline-style);
    outline-width: 0px;
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .group-open\:hidden {
    &:is(:where(.group):is([open], :popover-open, :open) *) {
      display: none;
    }
  }
  .group-\[\.attached\]\/image-field\:flex {
    &:is(:where(.group\/image-field):is(.attached) *) {
      display: flex;
    }
  }
  .group-\[\.attached\]\/image-field\:hidden {
    &:is(:where(.group\/image-field):is(.attached) *) {
      display: none;
    }
  }
  .group-\[\.comment-show\]\:hidden {
    &:is(:where(.group):is(.comment-show) *) {
      display: none;
    }
  }
  .group-\[\.liked\]\:block {
    &:is(:where(.group):is(.liked) *) {
      display: block;
    }
  }
  .group-\[\.liked\]\:hidden {
    &:is(:where(.group):is(.liked) *) {
      display: none;
    }
  }
  .group-\[\.replies\]\:hidden {
    &:is(:where(.group):is(.replies) *) {
      display: none;
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:inset-0 {
    &::after {
      content: var(--tw-content);
      inset: calc(var(--spacing) * 0);
    }
  }
  .first\:mt-0 {
    &:first-child {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .focus-within\:ring-2 {
    &:focus-within {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus-within\:ring-primary {
    &:focus-within {
      --tw-ring-color: var(--color-primary);
    }
  }
  .hover\:bg-gray-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-100);
      }
    }
  }
  .hover\:bg-primary\/10 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-primary);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-primary) 10%, transparent);
        }
      }
    }
  }
  .hover\:bg-surface-container-high {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-surface-container-high);
      }
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:text-red-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-red-500);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:shadow-lg {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-md {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .focus\:bg-surface-container-highest {
    &:focus {
      background-color: var(--color-surface-container-highest);
    }
  }
  .focus\:ring-0 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .active\:bg-gray-200 {
    &:active {
      background-color: var(--color-gray-200);
    }
  }
  .active\:bg-primary\/20 {
    &:active {
      background-color: var(--color-primary);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-primary) 20%, transparent);
      }
    }
  }
  .md\:top-0 {
    @media (width >= 48rem) {
      top: calc(var(--spacing) * 0);
    }
  }
  .md\:bottom-4 {
    @media (width >= 48rem) {
      bottom: calc(var(--spacing) * 4);
    }
  }
  .md\:left-auto {
    @media (width >= 48rem) {
      left: auto;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-full {
    @media (width >= 48rem) {
      height: 100%;
    }
  }
  .md\:w-\[2px\] {
    @media (width >= 48rem) {
      width: 2px;
    }
  }
  .md\:flex-grow-0 {
    @media (width >= 48rem) {
      flex-grow: 0;
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-col {
    @media (width >= 48rem) {
      flex-direction: column;
    }
  }
  .md\:justify-start {
    @media (width >= 48rem) {
      justify-content: flex-start;
    }
  }
  .md\:border-r {
    @media (width >= 48rem) {
      border-right-style: var(--tw-border-style);
      border-right-width: 1px;
    }
  }
  .md\:border-b-0 {
    @media (width >= 48rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .md\:px-6 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:py-3 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .\32 xl\:block {
    @media (width >= 96rem) {
      display: block;
    }
  }
  .\32 xl\:hidden {
    @media (width >= 96rem) {
      display: none;
    }
  }
  .\[\&\>img\]\:h-full {
    &>img {
      height: 100%;
    }
  }
  .\[\&\>img\]\:w-full {
    &>img {
      width: 100%;
    }
  }
  .\[\&\>img\]\:rounded {
    &>img {
      border-radius: 0.25rem;
    }
  }
  .\[\&\>img\]\:rounded-full {
    &>img {
      border-radius: calc(infinity * 1px);
    }
  }
  .\[\&\>img\]\:object-cover {
    &>img {
      object-fit: cover;
    }
  }
}
.light {
  --md-sys-color-primary: rgb(65 95 145);
  --md-sys-color-surface-tint: rgb(65 95 145);
  --md-sys-color-on-primary: rgb(255 255 255);
  --md-sys-color-primary-container: rgb(214 227 255);
  --md-sys-color-on-primary-container: rgb(40 71 119);
  --md-sys-color-secondary: rgb(86 95 113);
  --md-sys-color-on-secondary: rgb(255 255 255);
  --md-sys-color-secondary-container: rgb(218 226 249);
  --md-sys-color-on-secondary-container: rgb(62 71 89);
  --md-sys-color-tertiary: rgb(112 85 117);
  --md-sys-color-on-tertiary: rgb(255 255 255);
  --md-sys-color-tertiary-container: rgb(250 216 253);
  --md-sys-color-on-tertiary-container: rgb(87 62 92);
  --md-sys-color-error: rgb(186 26 26);
  --md-sys-color-on-error: rgb(255 255 255);
  --md-sys-color-error-container: rgb(255 218 214);
  --md-sys-color-on-error-container: rgb(147 0 10);
  --md-sys-color-background: rgb(249 249 255);
  --md-sys-color-on-background: rgb(25 28 32);
  --md-sys-color-surface: rgb(249 249 255);
  --md-sys-color-on-surface: rgb(25 28 32);
  --md-sys-color-surface-variant: rgb(224 226 236);
  --md-sys-color-on-surface-variant: rgb(68 71 78);
  --md-sys-color-outline: rgb(116 119 127);
  --md-sys-color-outline-variant: rgb(196 198 208);
  --md-sys-color-shadow: rgb(0 0 0);
  --md-sys-color-scrim: rgb(0 0 0);
  --md-sys-color-inverse-surface: rgb(46 48 54);
  --md-sys-color-inverse-on-surface: rgb(240 240 247);
  --md-sys-color-inverse-primary: rgb(170 199 255);
  --md-sys-color-primary-fixed: rgb(214 227 255);
  --md-sys-color-on-primary-fixed: rgb(0 27 62);
  --md-sys-color-primary-fixed-dim: rgb(170 199 255);
  --md-sys-color-on-primary-fixed-variant: rgb(40 71 119);
  --md-sys-color-secondary-fixed: rgb(218 226 249);
  --md-sys-color-on-secondary-fixed: rgb(19 28 43);
  --md-sys-color-secondary-fixed-dim: rgb(190 198 220);
  --md-sys-color-on-secondary-fixed-variant: rgb(62 71 89);
  --md-sys-color-tertiary-fixed: rgb(250 216 253);
  --md-sys-color-on-tertiary-fixed: rgb(40 19 46);
  --md-sys-color-tertiary-fixed-dim: rgb(221 188 224);
  --md-sys-color-on-tertiary-fixed-variant: rgb(87 62 92);
  --md-sys-color-surface-dim: rgb(217 217 224);
  --md-sys-color-surface-bright: rgb(249 249 255);
  --md-sys-color-surface-container-lowest: rgb(255 255 255);
  --md-sys-color-surface-container-low: rgb(243 243 250);
  --md-sys-color-surface-container: rgb(237 237 244);
  --md-sys-color-surface-container-high: rgb(231 232 238);
  --md-sys-color-surface-container-highest: rgb(226 226 233);
}
.dark {
  --md-sys-color-primary: rgb(170 199 255);
  --md-sys-color-surface-tint: rgb(170 199 255);
  --md-sys-color-on-primary: rgb(10 48 95);
  --md-sys-color-primary-container: rgb(40 71 119);
  --md-sys-color-on-primary-container: rgb(214 227 255);
  --md-sys-color-secondary: rgb(190 198 220);
  --md-sys-color-on-secondary: rgb(40 49 65);
  --md-sys-color-secondary-container: rgb(62 71 89);
  --md-sys-color-on-secondary-container: rgb(218 226 249);
  --md-sys-color-tertiary: rgb(221 188 224);
  --md-sys-color-on-tertiary: rgb(63 40 68);
  --md-sys-color-tertiary-container: rgb(87 62 92);
  --md-sys-color-on-tertiary-container: rgb(250 216 253);
  --md-sys-color-error: rgb(255 180 171);
  --md-sys-color-on-error: rgb(105 0 5);
  --md-sys-color-error-container: rgb(147 0 10);
  --md-sys-color-on-error-container: rgb(255 218 214);
  --md-sys-color-background: rgb(17 19 24);
  --md-sys-color-on-background: rgb(226 226 233);
  --md-sys-color-surface: rgb(17 19 24);
  --md-sys-color-on-surface: rgb(226 226 233);
  --md-sys-color-surface-variant: rgb(68 71 78);
  --md-sys-color-on-surface-variant: rgb(196 198 208);
  --md-sys-color-outline: rgb(142 144 153);
  --md-sys-color-outline-variant: rgb(68 71 78);
  --md-sys-color-shadow: rgb(0 0 0);
  --md-sys-color-scrim: rgb(0 0 0);
  --md-sys-color-inverse-surface: rgb(226 226 233);
  --md-sys-color-inverse-on-surface: rgb(46 48 54);
  --md-sys-color-inverse-primary: rgb(65 95 145);
  --md-sys-color-primary-fixed: rgb(214 227 255);
  --md-sys-color-on-primary-fixed: rgb(0 27 62);
  --md-sys-color-primary-fixed-dim: rgb(170 199 255);
  --md-sys-color-on-primary-fixed-variant: rgb(40 71 119);
  --md-sys-color-secondary-fixed: rgb(218 226 249);
  --md-sys-color-on-secondary-fixed: rgb(19 28 43);
  --md-sys-color-secondary-fixed-dim: rgb(190 198 220);
  --md-sys-color-on-secondary-fixed-variant: rgb(62 71 89);
  --md-sys-color-tertiary-fixed: rgb(250 216 253);
  --md-sys-color-on-tertiary-fixed: rgb(40 19 46);
  --md-sys-color-tertiary-fixed-dim: rgb(221 188 224);
  --md-sys-color-on-tertiary-fixed-variant: rgb(87 62 92);
  --md-sys-color-surface-dim: rgb(17 19 24);
  --md-sys-color-surface-bright: rgb(55 57 62);
  --md-sys-color-surface-container-lowest: rgb(12 14 19);
  --md-sys-color-surface-container-low: rgb(25 28 32);
  --md-sys-color-surface-container: rgb(29 32 36);
  --md-sys-color-surface-container-high: rgb(40 42 47);
  --md-sys-color-surface-container-highest: rgb(51 53 58);
}
markdown-editor {
  display: block;
}
markdown-editor.loading {
  opacity: 0.5;
}
.cm-editor {
  position: relative;
}
.cm-content {
  white-space: pre-wrap;
}
.cm-content:focus {
  outline: 0;
}
.cm-announced {
  display: none;
}
.cm-placeholder {
  opacity: 70%;
}
.cmt-heading1, .cmt-heading2, .cmt-heading3, .cmt-heading4, .cmt-heading5, .cmt-heading6 {
  font-weight: 500;
}
.cmt-strong {
  font-weight: 500;
}
.cmt-emphasis {
  font-style: italic;
}
.cmt-strikethrough {
  text-decoration: line-through;
}
.cmt-link.cmt-processingInstruction, .cmt-link.cmt-url {
  opacity: 0.5;
}
.cmt-comment {
  opacity: 0.5;
}
.cmt-url {
  text-decoration: underline;
}
.cmt-monospace {
  font-family: monospace;
  font-size: 0.875rem;
}
.post-editor {
  .cm-content {
    min-height: 100vh;
  }
}
.markdown-field {
  .cm-content {
    min-height: 160px;
    padding: 16px;
  }
  .preview {
    min-height: 160px;
    padding: 16px;
  }
}
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/material-symbols-outlined-6cf5b11e.woff2") format("woff2");
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@font-face {
  font-family: "Material Symbols Rounded";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/material-symbols-rounded-d043516e.woff2") format("woff2");
}
.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@font-face {
  font-family: "Material Symbols Sharp";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/material-symbols-sharp-2b681b4b.woff2") format("woff2");
}
.material-symbols-sharp {
  font-family: "Material Symbols Sharp";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@layer components {
  x-icon {
    font-family: "Material Symbols Rounded";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    width: 24px;
    height: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "liga";
    color: currentColor;
  }
  x-icon[fill] {
    font-variation-settings: 'FILL' 1;
  }
}
.ts-wrapper {
  display: flex;
  position: relative;
}
.ts-control {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  outline: 1px solid var(--color-outline);
  outline-offset: -1px;
  padding: 8px;
  border-radius: 4px;
  &:focus-within {
    outline-width: 2px;
    outline-color: var(--color-primary);
    outline-offset: -2px;
  }
  input {
    flex-grow: 1;
    height: 32px;
    padding-left: 4px;
    flex-shrink: 1;
    border: none;
    outline: none;
    min-width: 40px;
    &:focus {
      box-shadow: none;
    }
  }
  .item {
    display: inline-flex;
    align-items: center;
    height: 32px;
    padding: 0 8px;
    gap: 8px;
    border: 1px solid var(--color-outline);
    border-radius: 4px;
  }
  .remove {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 24px;
    margin-left: -4px;
    margin-right: -4px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 9999px;
    cursor: pointer;
  }
}
.ts-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: var(--color-surface);
  z-index: 10;
  box-shadow: var(--shadow-md);
  .create, .option, .no-results {
    padding: 8px 16px;
    cursor: pointer;
  }
  .create, .option {
    &:hover {
      background-color: var(--color-surface-container);
    }
    &.active {
      background-color: var(--color-surface-container);
    }
  }
  .highlight {
    color: var(--color-on-surface);
    font-weight: bolder;
  }
}
@layer components {
  .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 16px;
    height: 40px;
    border-radius: 9999px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    position: relative;
    cursor: pointer;
    &::before {
      content: "";
      position: absolute;
      inset: 0;
      background-color: currentColor;
      border-radius: inherit;
      pointer-events: none;
      opacity: 0;
      transition: opacity 0.2s;
    }
    &:hover::before {
      opacity: 0.08;
    }
    &:active::before {
      opacity: 0.1;
    }
    x-icon {
      width: 18px;
      height: 18px;
      font-size: 18px;
    }
    &:disabled {
      opacity: 0.5;
      cursor: not-allowed;
    }
  }
  .button--filled {
    background-color: var(--color-primary);
    color: var(--color-on-primary);
    &:hover {
      box-shadow: var(--shadow-sm);
    }
  }
  .button--filled-tonal {
    background-color: var(--color-secondary-container);
    color: var(--color-on-secondary-container);
    &:hover {
      box-shadow: var(--shadow-sm);
    }
  }
  .button--outlined {
    outline: 1px solid var(--color-outline);
    outline-offset: -1px;
  }
  .button--text {
    color: var(--color-primary);
    padding: 0 12px;
  }
  .button--text.button--active {
    background-color: var(--color-primary-container);
    color: var(--color-on-primary-container);
  }
}
@layer components {
  .card {
    background-color: var(--color-surface-container-lowest);
    border-radius: 12px;
  }
}
@layer components {
  .checkbox {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 9999px;
    position: relative;
    cursor: pointer;
    &::before {
      content: "";
      position: absolute;
      inset: 0;
      background-color: currentColor;
      border-radius: inherit;
      pointer-events: none;
      opacity: 0;
      transition: opacity 0.2s;
    }
    &:hover::before {
      opacity: 0.08;
    }
    &:active::before {
      opacity: 0.1;
    }
    input[type="checkbox"] {
      width: 16px;
      height: 16px;
      border: 1px solid var(--color-outline, #ccc);
      background: transparent;
      cursor: pointer;
      &:focus {
        outline: none;
        box-shadow: none;
      }
      &:checked {
        background-color: var(--color-primary-container);
        border-color: var(--color-primary-container);
      }
    }
  }
}
@layer components {
  .chip {
    display: inline-flex;
    align-items: center;
    height: 32px;
    padding: 0 16px;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    outline: 1px solid var(--color-outline-variant);
    border-radius: 8px;
    position: relative;
    cursor: pointer;
    &::before {
      content: "";
      position: absolute;
      inset: 0;
      background-color: currentColor;
      border-radius: inherit;
      pointer-events: none;
      opacity: 0;
      transition: opacity 0.2s;
    }
    &:hover::before {
      opacity: 0.08;
    }
    &:active::before {
      opacity: 0.1;
    }
  }
}
@layer components {
  .data-list {
    & > div {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
      padding: 16px;
      border-bottom: 1px solid var(--color-outline-variant);
    }
    dt {
      font-weight: 500;
    }
    dd {
      grid-column: span 3 / span 3;
    }
  }
}
@layer components {
  .data-table {
    table-layout: auto;
    width: 100%;
    th {
      padding: 12px 16px;
      border-bottom: 1px solid var(--color-outline-variant);
      font-weight: 500;
      text-align: left;
    }
    td {
      padding: 12px 16px;
      border-bottom: 1px solid var(--color-outline-variant);
    }
  }
}
@layer components {
  .dialog {
    padding: 0;
    border-radius: 24px;
    background-color: var(--color-surface-container-high);
    min-width: 280px;
    max-width: 560px;
    box-shadow: var(--shadow-md);
    transform: translateY(-40px);
    opacity: 0;
    transition: all 0.3s ease;
    transform-origin: top;
  }
  .dialog[open] {
    transform: translateY(0);
    opacity: 1;
  }
  @starting-style {
    .dialog[open] {
      transform: translateY(-40px);
      opacity: 0;
    }
  }
  .dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: all 0.3s ease;
  }
  .dialog[open]::backdrop {
    opacity: 1;
  }
  @starting-style {
    .dialog[open]::backdrop {
      opacity: 0;
    }
  }
}
@layer components {
  .fab {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-primary-container);
    color: var(--color-on-primary-container);
    border-radius: 12px;
    transition: box-shadow 0.2s;
    position: relative;
    cursor: pointer;
    &::before {
      content: "";
      position: absolute;
      inset: 0;
      background-color: currentColor;
      border-radius: inherit;
      pointer-events: none;
      opacity: 0;
      transition: opacity 0.2s;
    }
    &:hover::before {
      opacity: 0.08;
    }
    &:active::before {
      opacity: 0.1;
    }
  }
  .fab--extended {
    width: auto;
    padding: 0 16px;
    justify-content: start;
    gap: 16px;
    font-size: 14px;
    font-weight: 500;
  }
}
@layer components {
  .form-field {
    margin-top: 16px;
    &:first-of-type {
      margin-top: 0px;
    }
  }
  .form-label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-on-surface-variant);
  }
  .form-text {
    margin-top: 8px;
    font-size: 14px;
    color: var(--color-on-surface-variant);
  }
}
@layer components {
  .icon-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    cursor: pointer;
    user-select: none;
    position: relative;
    cursor: pointer;
    &::before {
      content: "";
      position: absolute;
      inset: 0;
      background-color: currentColor;
      border-radius: inherit;
      pointer-events: none;
      opacity: 0;
      transition: opacity 0.2s;
    }
    &:hover::before {
      opacity: 0.08;
    }
    &:active::before {
      opacity: 0.1;
    }
  }
  .icon-button--active {
    background-color: var(--color-primary-container);
  }
  .icon-button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
  }
}
@layer components {
  .menu {
    position: relative;
  }
  .menu__content {
    display: none;
    width: 224px;
    padding: 12px 0;
    background-color: var(--color-surface);
    color: var(--color-on-surface-variant);
    border-radius: 12px;
    box-shadow: var(--shadow-md);
    position: absolute;
    z-index: 10;
    opacity: 0;
    transition: all 150ms ease;
    transition-behavior: allow-discrete;
    transform-origin: top left;
  }
  .menu:focus-within .menu__content {
    opacity: 1;
    display: block;
    @starting-style {
      opacity: 0;
    }
  }
  .menu__item {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 8px 16px;
    gap: 16px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    cursor: pointer;
    &::before {
      content: "";
      position: absolute;
      inset: 0;
      background-color: currentColor;
      border-radius: inherit;
      pointer-events: none;
      opacity: 0;
      transition: opacity 0.2s;
    }
    &:hover::before {
      opacity: 0.08;
    }
    &:active::before {
      opacity: 0.1;
    }
  }
}
@layer components {
  .navigation-bar {
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 80px;
    background-color: var(--color-surface-container);
    z-index: 10;
  }
  .navigation-bar__item {
    flex-grow: 1;
    flex-basis: 0;
    height: 56px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    position: relative;
    cursor: pointer;
    user-select: none;
  }
  .navigation-bar__item__icon {
    height: 32px;
    padding: 4px 16px;
    border-radius: 9999px;
    position: relative;
    position: relative;
    cursor: pointer;
    &::before {
      content: "";
      position: absolute;
      inset: 0;
      background-color: currentColor;
      border-radius: inherit;
      pointer-events: none;
      opacity: 0;
      transition: opacity 0.2s;
    }
    &:hover::before {
      opacity: 0.08;
    }
    &:active::before {
      opacity: 0.1;
    }
  }
  .navigation-bar__item:hover .navigation-bar__item__icon::before {
    opacity: 0.08;
  }
  .navigation-bar__item:active .navigation-bar__item__icon::before {
    opacity: 0.1;
  }
  .navigation-bar__item--active .navigation-bar__item__icon {
    background-color: var(--color-secondary-container);
  }
  .navigation-bar__item__label {
    font-size: 12px;
    font-weight: 500;
    color: var(--color-on-surface-variant);
  }
  .navigation-bar__item__badge {
    position: absolute;
    top: 0px;
    left: 50%;
    padding: 0 4px;
    font-size: 12px;
    font-weight: 500;
    background-color: var(--color-error);
    color: var(--color-on-error);
    border-radius: 9999px;
  }
  .navigation-bar__item--active .navigation-bar__item__label {
    font-weight: 700;
    color: var(--color-on-surface-container);
  }
}
@layer components {
  .navigation-drawer__toggle {
    display: none;
  }
  .navigation-drawer__content {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100vh;
    z-index: 50;
    background-color: var(--color-surface-container-lowest);
    margin-left: -280px;
    display: none;
    transition: all 0.2s;
    transition-behavior: allow-discrete;
  }
  .navigation-drawer__scrim {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 40;
    display: none;
    opacity: 0;
    transition: all 0.2s;
    transition-behavior: allow-discrete;
  }
  .navigation-drawer__toggle:checked ~ .navigation-drawer__content {
    display: block;
    margin-left: 0;
    @starting-style {
      margin-left: -280px;
    }
  }
  .navigation-drawer__toggle:checked ~ .navigation-drawer__scrim {
    display: block;
    opacity: 1;
    @starting-style {
      opacity: 0;
    }
  }
  @media (min-width: 1280px) {
    .navigation-drawer {
      position: sticky;
      top: 0;
    }
    .navigation-drawer__content {
      display: block;
      position: relative;
      margin-left: 0;
      background-color: transparent;
    }
    .navigation-drawer__scrim {
      display: none !important;
    }
  }
  .navigation-drawer__item {
    height: 48px;
    display: flex;
    gap: 16px;
    padding: 0 16px;
    align-items: center;
    position: relative;
    cursor: pointer;
    user-select: none;
    border-radius: 9999px;
    position: relative;
    cursor: pointer;
    &::before {
      content: "";
      position: absolute;
      inset: 0;
      background-color: currentColor;
      border-radius: inherit;
      pointer-events: none;
      opacity: 0;
      transition: opacity 0.2s;
    }
    &:hover::before {
      opacity: 0.08;
    }
    &:active::before {
      opacity: 0.1;
    }
  }
  .navigation-drawer__item__icon {
    width: 24px;
    height: 24px;
  }
  .navigation-drawer__item__label {
    flex-grow: 1;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-on-surface-variant);
  }
  .navigation-drawer__item__badge {
    font-size: 14px;
    font-weight: 500;
  }
  .navigation-drawer__item--active {
    background-color: var(--color-secondary-container);
  }
  .navigation-drawer__item--active .navigation-drawer__item__label {
    font-weight: 700;
    color: var(--color-on-secondary-container);
  }
}
@layer components {
  .navigation-rail {
    position: sticky;
    top: 0;
    width: 80px;
    height: 100vh;
    z-index: 10;
  }
  .navigation-rail__item {
    height: 56px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    position: relative;
    cursor: pointer;
    user-select: none;
  }
  .navigation-rail__item__icon {
    height: 32px;
    padding: 4px 16px;
    border-radius: 9999px;
    position: relative;
    position: relative;
    cursor: pointer;
    &::before {
      content: "";
      position: absolute;
      inset: 0;
      background-color: currentColor;
      border-radius: inherit;
      pointer-events: none;
      opacity: 0;
      transition: opacity 0.2s;
    }
    &:hover::before {
      opacity: 0.08;
    }
    &:active::before {
      opacity: 0.1;
    }
  }
  .navigation-rail__item:hover .navigation-rail__item__icon::before {
    opacity: 0.08;
  }
  .navigation-rail__item:active .navigation-rail__item__icon::before {
    opacity: 0.1;
  }
  .navigation-rail__item--active .navigation-rail__item__icon {
    background-color: var(--color-secondary-container);
  }
  .navigation-rail__item__label {
    font-size: 12px;
    font-weight: 500;
    color: var(--color-on-surface-variant);
  }
  .navigation-rail__item__badge {
    position: absolute;
    top: 0;
    left: 50%;
    padding: 0 4px;
    font-size: 12px;
    font-weight: 500;
    background-color: var(--color-error);
    color: var(--color-on-error);
    border-radius: 9999px;
  }
  .navigation-rail__item--active .navigation-rail__item__label {
    font-weight: 700;
    color: var(--color-on-secondary-container);
  }
}
@layer components {
  .side-sheet__content {
    width: 400px;
    height: 100vh;
    overflow: auto;
    background-color: var(--color-surface-container-lowest);
    max-width: calc(100vw - 64px);
    display: none;
    margin-right: -400px;
    transition: all 0.2s;
    transition-behavior: allow-discrete;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    border-radius: 24px 0 0 24px;
  }
  .side-sheet__scrim {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 40;
    display: none;
    opacity: 0;
    transition: all 0.2s;
    transition-behavior: allow-discrete;
  }
  .side-sheet__toggle {
    display: none;
  }
  .side-sheet__toggle:checked ~ .side-sheet__content {
    display: block;
    margin-right: 0;
    @starting-style {
      margin-right: -400px;
    }
  }
  .side-sheet__toggle:checked ~ .side-sheet__scrim {
    display: block;
    opacity: 1;
    @starting-style {
      opacity: 0;
    }
  }
  @media (min-width: 1280px) {
    .side-sheet__content {
      position: relative;
      border-radius: 0;
      max-width: none;
    }
    .side-sheet__scrim {
      display: none !important;
    }
  }
}
@layer components {
  .snackbar {
    background-color: var(--color-inverse-surface);
    color: var(--color-inverse-on-surface);
    font-size: 14px;
    font-weight: 500;
    padding: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    transition: all 0.2s ease;
    @starting-style {
      transform: translateY(100%);
      opacity: 0;
    }
  }
  .snackbar--removing {
    transform: translateY(100%);
    opacity: 0;
  }
}
@layer components {
  .tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 16px;
    height: 48px;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-on-surface-variant);
    position: relative;
    cursor: pointer;
    &::before {
      content: "";
      position: absolute;
      inset: 0;
      background-color: currentColor;
      border-radius: inherit;
      pointer-events: none;
      opacity: 0;
      transition: opacity 0.2s;
    }
    &:hover::before {
      opacity: 0.08;
    }
    &:active::before {
      opacity: 0.1;
    }
  }
  .tab--active {
    x-icon {
      font-variation-settings: 'FILL' 1;
    }
  }
  .tab--primary {
    border-radius: 9999px;
  }
  .tab--primary.tab--active {
    background-color: var(--color-primary-container);
    color: var(--color-on-primary-container);
  }
  .tab--secondary.tab--active {
    &::after {
      content: "";
      position: absolute;
      height: 2px;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: var(--color-primary);
    }
  }
}
@layer components {
  .text-field {
    display: block;
  }
  .text-field__label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-on-surface-variant);
  }
  .text-field__container {
    display: flex;
    align-items: center;
    width: 100%;
    border: 0;
    border-radius: 4px;
    outline: 1px solid var(--color-outline);
    outline-offset: -1px;
  }
  .text-field__container:focus-within {
    outline: 2px solid var(--color-primary);
    outline-offset: -2px;
  }
  .text-field__input {
    flex-grow: 1;
    padding: 8px 16px;
    min-width: 0;
    border: none;
    background-color: transparent;
    outline: 0;
  }
  textarea.text-field__input {
    height: 88px;
    resize: vertical;
  }
  .text-field__input:focus {
    outline: none;
  }
  .text-field__input:disabled {
    background-color: var(--color-surface-variant);
  }
  .text-field__prefix {
    padding: 8px 16px;
    display: flex;
    align-items: center;
    color: var(--color-on-surface-variant);
    background-color: var(--color-surface-container);
    border-radius: 4px 0 0 4px;
  }
  .text-field__suffix {
    padding: 8px 16px;
    color: var(--color-on-surface-variant);
    background-color: var(--color-surface-container);
    border-radius: 0 4px 4px 0;
  }
  .text-field__supporting-text {
    margin-top: 8px;
    font-size: 14px;
    color: var(--color-on-surface-variant);
  }
  .text-field--error .text-field__container {
    outline-color: var(--color-error);
  }
  .text-field--error .text-field__container:focus-within {
    outline-color: var(--color-error);
  }
  .text-field--error .text-field__supporting-text {
    color: var(--color-error);
  }
}
@layer components {
  .toc {
    a {
      display: block;
      border-left: 2px solid var(--color-outline-variant);
      padding: 10px 16px;
      font-size: 14px;
      line-height: 20px;
      font-weight: 500;
      color: var(--color-on-surface-variant);
      border-radius: 0 4px 4px 0;
      position: relative;
      cursor: pointer;
      &::before {
        content: "";
        position: absolute;
        inset: 0;
        background-color: currentColor;
        border-radius: inherit;
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.2s;
      }
      &:hover::before {
        opacity: 0.08;
      }
      &:active::before {
        opacity: 0.1;
      }
      &.active {
        color: var(--color-primary);
        border-left: 2px solid var(--color-primary);
      }
    }
    ol ol a {
      padding-left: 32px;
    }
  }
  @media (min-width: 1280px) {
    .side-sheet--toc {
      .side-sheet__content {
        width: auto;
        height: auto;
        max-height: calc(100vh - 32px);
        display: block;
        margin-right: 0;
        border-radius: 12px;
        overflow: hidden;
      }
    }
  }
}
@layer components {
  .top-app-bar {
    display: flex;
    height: 64px;
    align-items: center;
    padding: 0 8px;
    gap: 8px;
  }
  .top-app-bar__headline {
    font-size: 22px;
    font-weight: 400;
    padding: 0 8px;
    flex-grow: 1;
  }
}
@layer utilities {
  .typography {
    *:first-child {
      margin-top: 0;
    }
    *:last-child {
      margin-bottom: 0;
    }
    h1, h2, h3, h4, h5, h6 {
      margin: 1.5em 0 0.75em;
      font-weight: 500;
      line-height: 1.25;
      scroll-margin-top: 1.5em;
    }
    h1 {
      font-size: 2rem;
    }
    h2 {
      font-size: 1.75rem;
    }
    h3 {
      font-size: 1.5rem;
    }
    h4 {
      font-size: 1.25rem;
    }
    h5 {
      font-size: 1.125rem;
    }
    h6 {
      font-size: 1rem;
    }
    p {
      margin: 1em 0;
      line-height: 1.75;
    }
    a {
      text-decoration: underline;
      text-underline-offset: 0.25em;
      font-weight: 500;
      color: var(--color-primary);
      &:hover {
        opacity: 0.9;
      }
    }
    code {
      font-size: 0.875em;
      font-family: var(--font-mono);
    }
    pre {
      margin: 1em 0;
      padding: 1em;
      border-radius: 0.5em;
      overflow-x: auto;
    }
    *:not(pre) code {
      padding: 0.25em 0.5em;
      background-color: var(--color-surface-container-low);
      border-radius: 0.25em;
    }
    ul {
      margin: 1em 0;
      list-style-type: disc;
      padding-inline-start: 1.5em;
    }
    ol {
      margin: 1em 0;
      list-style-type: decimal;
      padding-inline-start: 1.5em;
    }
    li {
      margin: 0.5em 0;
      padding-left: 0.5em;
      &::marker {
        color: var(--color-on-surface-variant);
      }
    }
    blockquote {
      margin: 1em 0;
      padding: 1em;
      border-left: 0.25em solid var(--color-outline-variant);
      background-color: var(--color-surface-container-low);
      font-style: italic;
      border-radius: 0 0.5em 0.5em 0;
    }
    table {
      margin: 1em 0;
      width: 100%;
      border-collapse: collapse;
      overflow: hidden;
    }
    .table-wrapper {
      overflow-x: auto;
    }
    th {
      padding: 0.75em;
      text-align: left;
      font-weight: 500;
      border-bottom: 1px solid var(--color-outline-variant);
      white-space: nowrap;
    }
    td {
      padding: 0.75em;
      border-bottom: 1px solid var(--color-outline-variant);
    }
    iframe {
      width: 100%;
      aspect-ratio: 16 / 9;
      border-radius: 0.5em;
    }
    video {
      border-radius: 0.5em;
    }
    img {
      border-radius: 0.5em;
      max-width: 100%;
    }
    .highlight {
      color: #f8f8f2;
      background-color: #1e2938;
      table td {
        padding: 5px;
      }
      table pre {
        margin: 0;
      }
      .c, .ch, .cd, .cpf {
        color: #75715e;
        font-style: italic;
      }
      .cm {
        color: #75715e;
        font-style: italic;
      }
      .c1 {
        color: #75715e;
        font-style: italic;
      }
      .cp {
        color: #75715e;
        font-weight: bold;
      }
      .cs {
        color: #75715e;
        font-weight: bold;
        font-style: italic;
      }
      .err {
        color: #960050;
        background-color: #1e0010;
      }
      .gi {
        color: #ffffff;
        background-color: #324932;
      }
      .gd {
        color: #ffffff;
        background-color: #493131;
      }
      .ge {
        color: #000000;
        font-style: italic;
      }
      .gr {
        color: #aa0000;
      }
      .gt {
        color: #aa0000;
      }
      .gh {
        color: #999999;
      }
      .go {
        color: #888888;
      }
      .gp {
        color: #555555;
      }
      .gs {
        font-weight: bold;
      }
      .gu {
        color: #aaaaaa;
      }
      .k, .kv {
        color: #66d9ef;
        font-weight: bold;
      }
      .kc {
        color: #66d9ef;
        font-weight: bold;
      }
      .kd {
        color: #66d9ef;
        font-weight: bold;
      }
      .kp {
        color: #66d9ef;
        font-weight: bold;
      }
      .kr {
        color: #66d9ef;
        font-weight: bold;
      }
      .kt {
        color: #66d9ef;
        font-weight: bold;
      }
      .kn {
        color: #f92672;
        font-weight: bold;
      }
      .ow {
        color: #f92672;
        font-weight: bold;
      }
      .o {
        color: #f92672;
        font-weight: bold;
      }
      .mf {
        color: #ae81ff;
      }
      .mh {
        color: #ae81ff;
      }
      .il {
        color: #ae81ff;
      }
      .mi {
        color: #ae81ff;
      }
      .mo {
        color: #ae81ff;
      }
      .m, .mb, .mx {
        color: #ae81ff;
      }
      .se {
        color: #ae81ff;
      }
      .sa {
        color: #66d9ef;
        font-weight: bold;
      }
      .sb {
        color: #e6db74;
      }
      .sc {
        color: #e6db74;
      }
      .sd {
        color: #e6db74;
      }
      .s2 {
        color: #e6db74;
      }
      .sh {
        color: #e6db74;
      }
      .si {
        color: #e6db74;
      }
      .sx {
        color: #e6db74;
      }
      .sr {
        color: #e6db74;
      }
      .s1 {
        color: #e6db74;
      }
      .ss {
        color: #e6db74;
      }
      .s, .dl {
        color: #e6db74;
      }
      .na {
        color: #a6e22e;
      }
      .nc {
        color: #a6e22e;
        font-weight: bold;
      }
      .nd {
        color: #a6e22e;
        font-weight: bold;
      }
      .ne {
        color: #a6e22e;
        font-weight: bold;
      }
      .nf, .fm {
        color: #a6e22e;
        font-weight: bold;
      }
      .no {
        color: #66d9ef;
      }
      .bp {
        color: #f8f8f2;
      }
      .nb {
        color: #f8f8f2;
      }
      .ni {
        color: #f8f8f2;
      }
      .nn {
        color: #f8f8f2;
      }
      .vc {
        color: #f8f8f2;
      }
      .vg {
        color: #f8f8f2;
      }
      .vi {
        color: #f8f8f2;
      }
      .nv, .vm {
        color: #f8f8f2;
      }
      .w {
        color: #f8f8f2;
      }
      .nl {
        color: #f8f8f2;
        font-weight: bold;
      }
      .nt {
        color: #f92672;
      }
    }
  }
}
@layer base {
  html {
    background-color: var(--color-surface);
    color: var(--color-on-surface);
  }
  summary::-webkit-details-marker {
    display: none;
  }
}
@layer components {
  .layout-main-sidebar {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    @media (min-width: 1280px) {
      grid-template-columns: 1fr 360px;
    }
  }
  .layout-nav-main {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    @media (min-width: 1280px) {
      grid-template-columns: 320px 1fr;
    }
  }
}
@layer utilities {
  .search-result {
    em {
      font-weight: 500;
      color: var(--color-primary);
    }
  }
  .pb-safe {
    box-sizing: content-box;
    padding-bottom: env(safe-area-inset-bottom);
  }
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  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-space-y-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-content: "";
    }
  }
}
