/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, 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-yellow-500: oklch(79.5% 0.184 86.047);
    --color-yellow-600: oklch(68.1% 0.162 75.834);
    --color-black: #000;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-md: 28rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --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-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-lg: 0.5rem;
    --radius-2xl: 1rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --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);
  }
}
@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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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:where(:not(iframe)) {
    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 {
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .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;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .max-h-full {
    max-height: 100%;
  }
  .min-h-16 {
    min-height: calc(var(--spacing) * 16);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-xs {
    max-width: var(--container-xs);
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .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;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-yellow-500 {
    background-color: var(--color-yellow-500);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-1 {
    padding-block: var(--spacing);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .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));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--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-nowrap {
    white-space: nowrap;
  }
  .text-black {
    color: var(--color-black);
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-75 {
    opacity: 75%;
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px 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);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .sepia {
    --tw-sepia: sepia(100%);
    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,);
  }
  .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,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .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));
  }
  .duration-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .select-all {
    -webkit-user-select: all;
    user-select: all;
  }
  @media (hover: hover) {
    .hover\:bg-yellow-600:hover {
      background-color: var(--color-yellow-600);
    }
  }
}
@layer reset, tokens, base, layout, components, utilities, overrides;
@layer base {
  :root {
    --bb-danger: #ef4444;
    --bb-success: #10b981;
    --bb-warning: #f59e0b;
    --bb-danger-hover: #dc2626;
    --bb-danger-soft: rgba(239, 68, 68, 0.12);
    --bb-success-soft: rgba(16, 185, 129, 0.12);
    --bb-radius: 10px;
    --bb-radius-sm: 6px;
    --bb-radius-lg: 14px;
    --bb-fs-sm: clamp(0.8rem, 0.75rem + 0.25vw, 0.875rem);
    --bb-sidebar-w: 250px;
    --bb-header-h: 64px;
    --bb-font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bb-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bb-font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    --bb-font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    --bb-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-spring: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    --dur-fast: 0.15s;
    --dur-base: 0.25s;
    --dur-slow: 0.4s;
    --bb-safe-t: env(safe-area-inset-top, 0px);
    --bb-safe-r: env(safe-area-inset-right, 0px);
    --bb-safe-b: env(safe-area-inset-bottom, 0px);
    --bb-safe-l: env(safe-area-inset-left, 0px);
  }
  html[data-ui-font="accessible"] {
    --bb-font: "Atkinson Hyperlegible", "Verdana", "DejaVu Sans", system-ui, sans-serif;
    font-size: 17px;
    & body {
      letter-spacing: 0.01em;
    }
  }
  *, *::before, *::after {
    box-sizing: border-box;
  }
  [hidden] {
    display: none !important;
  }
  html, body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    min-height: 100dvh;
    -webkit-tap-highlight-color: transparent;
  }
  body {
    font-family: var(--bb-font);
    background: var(--bb-bg);
    color: var(--bb-text);
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    overscroll-behavior-y: none;
  }
  a {
    color: var(--bb-accent);
    text-decoration: none;
    transition: color var(--dur-fast) var(--ease-out);
    &:hover {
      color: var(--bb-accent-hover);
    }
  }
  :focus {
    outline: none;
  }
  :focus-visible {
    outline: 3px solid var(--bb-accent);
    outline-offset: 2px;
    border-radius: var(--bb-radius-sm);
  }
  :is(.input, textarea.input, select.input):focus-visible {
    outline: none;
    border-color: var(--bb-accent);
    box-shadow: 0 0 0 3px var(--bb-accent-soft);
  }
  .skip-link {
    position: absolute;
    top: -100px;
    left: 16px;
    z-index: 99999;
    background: var(--bb-accent);
    color: #fff;
    padding: 10px 16px;
    border-radius: var(--bb-radius-sm);
    font-weight: 600;
    text-decoration: none;
    box-shadow: var(--bb-shadow-lg);
    transition: top 0.2s var(--ease-out);
    &:focus, &:focus-visible {
      top: 16px;
      outline: 3px solid #fff;
      outline-offset: 2px;
    }
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    &-focusable:active, &-focusable:focus {
      position: static;
      width: auto;
      height: auto;
      margin: 0;
      overflow: visible;
      clip: auto;
      white-space: normal;
    }
  }
  * {
    scrollbar-width: auto;
    scrollbar-color: var(--bb-scrollbar-thumb, var(--bb-accent, #6c8cff)) var(--bb-scrollbar-track, rgba(125, 125, 125, 0.08));
    &::-webkit-scrollbar {
      width: 10px;
      height: 10px;
    }
    &::-webkit-scrollbar-track {
      background: var(--bb-scrollbar-track, rgba(125, 125, 125, 0.08));
      border-radius: 9999px;
    }
    &::-webkit-scrollbar-thumb {
      background: var(--bb-scrollbar-thumb, var(--bb-accent, #6c8cff));
      border-radius: 9999px;
      border: 2px solid transparent;
      background-clip: padding-box;
      min-height: 36px;
      min-width: 36px;
      &:hover {
        background: var(--bb-scrollbar-thumb-hover, var(--bb-accent, #6c8cff));
        @supports (color: color-mix(in lab, red, red)) {
          background: var(--bb-scrollbar-thumb-hover, color-mix(in srgb, var(--bb-accent, #6c8cff) 80%, #fff));
        }
        border: 2px solid transparent;
        background-clip: padding-box;
      }
      &:active {
        background: var(--bb-accent, #6c8cff);
      }
    }
    &::-webkit-scrollbar-corner {
      background: transparent;
    }
  }
}
@layer layout {
  .app-shell {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: var(--bb-header-h) 1fr auto;
    grid-template-areas: "header" "main" "footer";
    min-height: 100vh;
    min-height: 100dvh;
    @media (min-width: 901px) {
      grid-template-columns: var(--bb-sidebar-w) 1fr;
      grid-template-areas: "sidebar header" "sidebar main" "sidebar footer";
    }
  }
  .sidebar {
    background: var(--bb-bg-alt);
    border-right: 1px solid var(--bb-border);
    padding: 20px 14px;
    padding-left: max(14px, var(--bb-safe-l));
    padding-bottom: calc(20px + var(--bb-safe-b));
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 200;
    width: min(300px, 80vw);
    height: 100vh;
    height: 100dvh;
    transform: translateX(-100%);
    transition: transform var(--dur-base) var(--ease-out);
    box-shadow: var(--bb-shadow-lg);
    overflow-y: auto;
    overscroll-behavior: contain;
    @media (min-width: 901px) {
      grid-area: sidebar;
      position: sticky;
      width: auto;
      transform: none;
      box-shadow: none;
    }
    &.mobile-open {
      transform: translateX(0);
    }
    & .brand {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 0 8px 16px;
      font-size: 17px;
      font-weight: 700;
      letter-spacing: 0.02em;
    }
  }
  body.sidebar-open .sidebar {
    transform: translateX(0);
  }
  body.sidebar-open .nav-scrim {
    display: block;
    opacity: 1;
  }
  .brand-logo {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: var(--bb-accent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: #fff;
    font-size: 15px;
  }
  .nav-group-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--bb-text-dim);
    padding: 14px 8px 6px;
  }
  .nav-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 10px;
    border-radius: var(--bb-radius-sm);
    color: var(--bb-text-dim);
    font-size: 14px;
    position: relative;
    transition: background var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out);
    min-height: 44px;
    touch-action: manipulation;
    &:hover {
      background: var(--bb-accent-soft);
      color: var(--bb-text);
    }
    &.active {
      background: var(--bb-accent-soft);
      color: var(--bb-accent);
      font-weight: 600;
      &::before {
        content: "";
        position: absolute;
        left: -14px;
        top: 20%;
        bottom: 20%;
        width: 3px;
        border-radius: 0 999px 999px 0;
        background: var(--bb-accent);
      }
    }
    & .nav-icon {
      width: 18px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      & svg {
        width: 18px;
        height: 18px;
        display: block;
      }
    }
  }
  .sidebar-footer {
    margin-top: auto;
    padding: 12px 8px 0;
    border-top: 1px solid var(--bb-border);
    font-size: 12px;
    color: var(--bb-text-dim);
  }
  .top-header {
    grid-area: header;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 max(16px, var(--bb-safe-r)) 0 max(16px, var(--bb-safe-l));
    background: var(--bb-bg-alt);
    border-bottom: 1px solid var(--bb-border);
    position: sticky;
    top: 0;
    z-index: 50;
    @media (min-width: 901px) {
      padding: 0 max(24px, var(--bb-safe-r)) 0 max(24px, var(--bb-safe-l));
    }
  }
  .header-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
  }
  .library-picker {
    position: relative;
    margin-left: auto;
    & .dropdown-toggle {
      display: flex;
      align-items: center;
      gap: 8px;
      background: var(--bb-surface);
      color: var(--bb-text);
      border: 1px solid var(--bb-border);
      padding: 8px 14px;
      border-radius: var(--bb-radius-sm);
      cursor: pointer;
      font-size: 14px;
      min-width: 180px;
      min-height: 44px;
      justify-content: space-between;
      touch-action: manipulation;
    }
    & .dropdown-menu {
      position: absolute;
      top: calc(100% + 6px);
      right: 0;
      min-width: 240px;
      background: var(--bb-surface);
      border: 1px solid var(--bb-border);
      border-radius: var(--bb-radius);
      box-shadow: var(--bb-shadow);
      padding: 6px;
      display: none;
      z-index: 100;
      max-height: 360px;
      overflow-y: auto;
      &.open {
        display: block;
        animation: bb-dropdown-in 0.14s ease;
      }
    }
    & .dropdown-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 10px;
      padding: 8px 10px;
      border-radius: var(--bb-radius-sm);
      font-size: 14px;
      color: var(--bb-text);
      cursor: pointer;
      min-height: 40px;
      &:hover {
        background: var(--bb-surface-2);
      }
      & .count {
        color: var(--bb-text-dim);
        font-size: 12px;
      }
    }
  }
  .header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .bb-donate-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #eab308;
    color: #000000;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: var(--bb-radius-sm, 8px);
    text-decoration: none;
    font-size: 13px;
    white-space: nowrap;
    box-shadow: var(--bb-shadow-sm);
    transition: background var(--dur-fast) var(--ease-out), transform var(--dur-fast) var(--ease-out);
    &:hover {
      background: #ca8a04;
      color: #000000;
      transform: translateY(-1px);
    }
  }
  .user-chip {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--bb-text-dim);
    & .avatar {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: var(--bb-accent-soft);
      color: var(--bb-accent);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 13px;
    }
  }
  .btn-logout {
    background: transparent;
    border: 1px solid var(--bb-border);
    color: var(--bb-text-dim);
    padding: 6px 12px;
    border-radius: var(--bb-radius-sm);
    cursor: pointer;
    font-size: 13px;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    &:hover {
      color: var(--bb-danger);
      border-color: var(--bb-danger);
    }
  }
  .app-main {
    grid-area: main;
    padding: 16px 12px calc(24px + var(--bb-safe-b));
    min-width: 0;
    @media (min-width: 901px) {
      padding: 28px 32px 40px;
    }
  }
  .app-footer {
    grid-area: footer;
    padding: 14px 16px calc(14px + var(--bb-safe-b));
    border-top: 1px solid var(--bb-border);
    font-size: 12px;
    color: var(--bb-text-dim);
    display: flex;
    flex-direction: column;
    gap: 12px;
    @media (min-width: 768px) {
      flex-direction: row;
      justify-content: space-between;
      padding: 14px 32px;
    }
  }
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: var(--bb-radius-sm);
    background: var(--bb-surface);
    border: 1px solid var(--bb-border);
    color: var(--bb-text);
    cursor: pointer;
    flex-shrink: 0;
    transition: background var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out);
    @media (min-width: 901px) {
      display: none;
    }
    &:hover {
      background: var(--bb-surface-2);
      color: var(--bb-accent);
    }
  }
  .nav-scrim {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 190;
    opacity: 0;
    transition: opacity var(--dur-base) var(--ease-out);
    &.show {
      display: block;
      opacity: 1;
    }
  }
}
@layer components {
  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: var(--bb-radius-sm);
    border: 1px solid transparent;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all var(--dur-fast) var(--ease-out);
    font-family: inherit;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    min-height: 40px;
    touch-action: manipulation;
    &:active:not(:disabled) {
      transform: scale(0.97);
    }
    &:disabled {
      opacity: 0.5;
      cursor: not-allowed;
    }
    & svg {
      vertical-align: middle;
      flex-shrink: 0;
    }
    &.btn-primary {
      background: var(--bb-accent);
      color: #fff;
      box-shadow: var(--bb-shadow-sm);
      border-color: transparent;
      &:hover:not(:disabled) {
        background: var(--bb-accent-hover);
        box-shadow: var(--bb-shadow-md);
      }
    }
    &.btn-secondary {
      background: var(--bb-surface);
      color: var(--bb-text);
      border-color: var(--bb-border);
      &:hover:not(:disabled) {
        background: var(--bb-surface-2);
        border-color: var(--bb-border);
      }
    }
    &.btn-danger {
      background: transparent;
      color: var(--bb-danger);
      border-color: var(--bb-danger);
      &:hover:not(:disabled) {
        background: var(--bb-danger-soft);
      }
    }
    &.btn-warning {
      background: transparent;
      color: var(--bb-warning);
      border-color: var(--bb-warning);
      &:hover:not(:disabled) {
        background: rgba(245, 158, 11, 0.12);
      }
    }
    &.btn-ghost {
      background: transparent;
      color: var(--bb-text-dim);
      box-shadow: none;
      border-color: transparent;
      &:hover:not(:disabled) {
        color: var(--bb-text);
        background: var(--bb-surface-2);
      }
    }
    &.btn-sm {
      padding: 6px 12px;
      font-size: 13px;
      min-height: 34px;
    }
  }
  .text-success {
    color: var(--bb-success, #10b981);
  }
  .text-danger {
    color: var(--bb-danger, #ef4444);
  }
  .text-warning {
    color: var(--bb-warning, #f59e0b);
  }
  .text-dim {
    color: var(--bb-text-dim, #94a3b8);
  }
  .card {
    background: var(--bb-surface);
    border: 1px solid var(--bb-border);
    border-radius: var(--bb-radius);
    padding: clamp(16px, 12px + 1vw, 24px);
    box-shadow: var(--bb-shadow-sm);
    transition: border-color var(--dur-fast) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
    &:hover {
      border-color: var(--bb-accent-soft);
      box-shadow: var(--bb-shadow-md);
    }
  }
  .card-title {
    margin: 0 0 14px;
    font-size: 15px;
    font-weight: 600;
  }
  .input, select.input, textarea.input {
    width: 100%;
    background: var(--bb-surface);
    border: 1px solid var(--bb-border);
    color: var(--bb-text);
    padding: 10px 14px;
    border-radius: var(--bb-radius-sm);
    font-size: clamp(16px, 1rem, 18px);
    font-family: inherit;
    transition: all var(--dur-fast) var(--ease-out);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
    min-height: 44px;
    &:hover:not(:disabled) {
      border-color: var(--bb-text-dim);
    }
    &:focus {
      outline: none;
      border-color: var(--bb-accent);
      box-shadow: 0 0 0 4px var(--bb-accent-soft);
    }
    &::placeholder {
      color: var(--bb-text-dim);
    }
  }
  .field {
    margin-bottom: 14px;
    & label {
      display: block;
      font-size: 13px;
      color: var(--bb-text-dim);
      margin-bottom: 6px;
    }
  }
  .form-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    @media (min-width: 641px) {
      grid-template-columns: 1fr 1fr;
    }
  }
  .form-actions {
    display: flex;
    gap: 10px;
    margin-top: 18px;
    flex-wrap: wrap;
  }
  .badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 9px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    &-green {
      background: rgba(74, 222, 128, 0.15);
      color: var(--bb-success);
    }
    &-red {
      background: rgba(255, 107, 107, 0.15);
      color: var(--bb-danger);
    }
    &-yellow {
      background: rgba(251, 191, 36, 0.15);
      color: var(--bb-warning);
    }
    &-blue {
      background: var(--bb-accent-soft);
      color: var(--bb-accent);
    }
    &-gray {
      background: var(--bb-surface-2);
      color: var(--bb-text-dim);
    }
  }
  .table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    border-radius: var(--bb-radius);
    border: 1px solid var(--bb-border);
  }
  table.bb-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    & th {
      text-align: left;
      padding: 10px 14px;
      background: var(--bb-surface-2);
      color: var(--bb-text-dim);
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      white-space: nowrap;
    }
    & td {
      padding: 10px 14px;
      border-top: 1px solid var(--bb-border);
    }
    & tr:hover td {
      background: rgba(255, 255, 255, 0.02);
    }
  }
  .book-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(95px, 1fr));
    gap: 10px;
    @media (min-width: 481px) {
      grid-template-columns: repeat(auto-fill, minmax(115px, 1fr));
      gap: 12px;
    }
    @media (min-width: 769px) {
      grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
      gap: 16px;
    }
    @media (min-width: 1200px) {
      grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
      gap: 18px;
    }
    &.scroller {
      display: flex;
      overflow-x: auto;
      padding-bottom: 6px;
      scroll-snap-type: x proximity;
      -webkit-overflow-scrolling: touch;
      & .book-card {
        flex: 0 0 130px;
        scroll-snap-align: start;
      }
    }
  }
  .book-card {
    position: relative;
    border-radius: var(--bb-radius);
    overflow: hidden;
    background: var(--bb-surface);
    border: 1px solid var(--bb-border);
    transition: transform 0.18s, box-shadow 0.18s, border-color 0.18s;
    &:hover {
      transform: translateY(-3px);
      box-shadow: var(--bb-shadow);
      border-color: var(--bb-accent);
      & .book-cover-btn {
        display: flex;
      }
    }
  }
  .book-cover {
    aspect-ratio: 2 / 3;
    width: 100%;
    object-fit: cover;
    display: block;
    background: var(--bb-surface-2);
  }
  .book-cover-placeholder {
    aspect-ratio: 2 / 3;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bb-text-dim);
    font-size: 13px;
    background: var(--bb-surface-2);
  }
  .book-cover-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
    transition: background 0.15s;
    &:hover {
      background: var(--bb-accent);
    }
  }
  .book-info {
    padding: 10px 12px 12px;
    & .title {
      font-weight: 600;
      font-size: 13px;
      margin: 0 0 2px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      min-height: 2.4em;
    }
    & .meta {
      color: var(--bb-text-dim);
      font-size: 12px;
    }
  }
  .skeleton {
    background: var(--bb-surface-2);
    background-size: 200% 100%;
    animation: bb-shimmer 1.4s infinite;
    border-radius: var(--bb-radius-sm);
  }
  .toast-container {
    position: fixed;
    bottom: calc(12px + var(--bb-safe-b));
    left: calc(12px + var(--bb-safe-l));
    right: calc(12px + var(--bb-safe-r));
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 12000;
    @media (min-width: 641px) {
      left: auto;
      right: 24px;
      bottom: 24px;
    }
  }
  .toast {
    background: var(--bb-surface);
    border: 1px solid var(--bb-border);
    border-left: 4px solid var(--bb-accent);
    color: var(--bb-text);
    padding: 12px 16px;
    border-radius: var(--bb-radius-sm);
    font-size: 14px;
    box-shadow: var(--bb-shadow);
    max-width: 100%;
    animation: bb-toast-in 0.2s ease;
    @media (min-width: 641px) {
      max-width: 360px;
    }
    &.success {
      border-left-color: var(--bb-success);
    }
    &.error {
      border-left-color: var(--bb-danger);
    }
  }
  .spinner {
    width: 34px;
    height: 34px;
    border: 3px solid var(--bb-border);
    border-top-color: var(--bb-accent);
    border-radius: 50%;
    animation: bb-spin 0.8s linear infinite;
    margin: 40px auto;
  }
  .empty-state {
    text-align: center;
    padding: 60px 20px;
    color: var(--bb-text-dim);
    & .big {
      font-size: 42px;
      margin-bottom: 10px;
    }
  }
  .detail-overlay, .settings-overlay, .modal-overlay, .share-modal {
    position: fixed;
    inset: 0;
    z-index: 11000;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    overscroll-behavior: contain;
    @media (min-width: 901px) {
      padding: 24px;
    }
  }
  .detail-modal, .share-dialog {
    width: 100%;
    height: 100%;
    max-height: 100dvh;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: var(--bb-surface);
    border: 1px solid var(--bb-border);
    @media (min-width: 901px) {
      height: auto;
      max-height: 90vh;
      border-radius: var(--bb-radius);
    }
  }
  .share-dialog {
    overflow-y: auto;
  }
  @media (min-width: 901px) {
    .detail-modal {
      width: min(960px, 100%);
    }
  }
  .detail-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    border-bottom: 1px solid var(--bb-border);
    background: var(--bb-surface-1);
  }
  .detail-body {
    padding: 20px;
    overflow-y: auto;
  }
  .tab-row {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: var(--bb-bg-alt);
    border: 1px solid var(--bb-border);
    padding: 4px;
    border-radius: var(--bb-radius);
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .tab-btn {
    background: transparent;
    border: 1px solid transparent;
    color: var(--bb-text-dim);
    padding: 7px 14px;
    border-radius: var(--bb-radius-sm);
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 500;
    font-family: inherit;
    transition: all var(--dur-fast) var(--ease-out);
    user-select: none;
    min-height: 44px;
    &:hover:not(.active) {
      color: var(--bb-text);
      background: var(--bb-surface-2);
    }
    &.active {
      background: var(--bb-surface);
      color: var(--bb-text);
      font-weight: 600;
      border-color: var(--bb-border);
      box-shadow: var(--bb-shadow-sm);
    }
  }
  .detail-tabs, .stats-tabs, .tab-line-row {
    display: flex;
    gap: 8px;
    border-bottom: 1px solid var(--bb-border);
    margin-bottom: 20px;
    padding: 0 16px;
    overflow-x: auto;
    scrollbar-width: none;
    &::-webkit-scrollbar {
      display: none;
    }
  }
  .detail-tabs .tab, .stats-tab, .tab-line-btn {
    padding: 10px 16px;
    cursor: pointer;
    border: none;
    background: none;
    color: var(--bb-text-dim);
    font-size: 0.875rem;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    transition: all var(--dur-fast) var(--ease-out);
    border-radius: var(--bb-radius-sm) var(--bb-radius-sm) 0 0;
    white-space: nowrap;
    min-height: 44px;
    &:hover:not(.active) {
      color: var(--bb-text);
      background: var(--bb-surface-2);
    }
    &.active {
      color: var(--bb-accent);
      font-weight: 600;
      border-bottom-color: var(--bb-accent);
    }
  }
  .tab-pane {
    display: none;
    padding: 16px;
    &.active {
      display: block;
    }
  }
  .modal-footer {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding: 14px 20px;
    border-top: 1px solid var(--bb-border);
  }
  .global-upload-tray {
    position: fixed;
    bottom: calc(12px + var(--bb-safe-b));
    left: 12px;
    right: 12px;
    background: var(--bb-surface, #16181d);
    border: 1px solid var(--bb-border, #282f3d);
    border-radius: var(--bb-radius, 12px);
    padding: 14px 18px;
    box-shadow: var(--bb-shadow-lg, 0 10px 25px rgba(0, 0, 0, 0.45));
    z-index: 10000;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-sizing: border-box;
    animation: bb-tray-slide-in 0.22s var(--ease-out);
    @media (min-width: 641px) {
      left: auto;
      right: 24px;
      bottom: 24px;
      min-width: 300px;
      max-width: 400px;
    }
  }
  .tray-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .tray-title-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--bb-text);
    min-width: 0;
  }
  .tray-icon {
    font-size: 16px;
    flex-shrink: 0;
  }
  .tray-actions {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    & .btn {
      min-height: 28px;
      height: 28px;
      padding: 2px 8px;
      font-size: 12px;
    }
  }
  .tray-progress-bar {
    width: 100%;
    height: 8px;
    border-radius: 999px;
    background: var(--bb-surface-2, #1e2330);
    overflow: hidden;
  }
  .tray-progress-fill {
    height: 100%;
    border-radius: 999px;
    background: var(--bb-accent, #6c8cff);
    transition: width 0.2s ease;
  }
  .tray-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-size: 12px;
    color: var(--bb-text-dim);
  }
  .tray-link {
    color: var(--bb-accent, #6c8cff);
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    &:hover {
      text-decoration: underline;
    }
  }
  .metadata-popover {
    position: fixed;
    inset: 0;
    z-index: 12000;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    animation: bb-fade-in 0.2s ease;
    @media (min-width: 901px) {
      padding: 20px;
    }
  }
  .metadata-popover-panel {
    background: var(--bb-surface);
    border: 1px solid var(--bb-border);
    border-radius: 0;
    box-shadow: var(--bb-shadow-md);
    width: 100%;
    height: 100%;
    max-height: 100dvh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    @media (min-width: 901px) {
      max-width: 560px;
      height: auto;
      max-height: 80vh;
      border-radius: var(--bb-radius);
    }
  }
  .metadata-popover-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-bottom: 1px solid var(--bb-border);
    background: var(--bb-surface-1);
    font-weight: 600;
    font-size: 0.95rem;
  }
  .metadata-popover-close {
    background: none;
    border: none;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    color: var(--bb-text-dim);
    padding: 2px 6px;
    min-height: 36px;
    &:hover {
      color: var(--bb-text);
    }
  }
  .metadata-popover-body {
    padding: 12px 16px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .metadata-popover-loading, .metadata-popover-empty, .metadata-popover-error {
    color: var(--bb-text-dim);
    padding: 8px 0;
    text-align: center;
  }
  .metadata-popover-error {
    color: var(--bb-danger);
  }
  .metadata-proposal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border: 1px solid var(--bb-border);
    border-radius: var(--bb-radius-sm);
    background: var(--bb-surface-1);
  }
  .metadata-proposal-main {
    min-width: 0;
  }
  .metadata-proposal-title {
    font-weight: 600;
    font-size: 0.95rem;
  }
  .metadata-proposal-author {
    font-size: 0.85rem;
    color: var(--bb-text-dim);
  }
  .metadata-proposal-meta {
    font-size: 0.78rem;
    color: var(--bb-text-dim);
  }
  .metadata-popover-title {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .metadata-accept-btn {
    flex: none;
    white-space: nowrap;
  }
}
@layer overrides {
  @keyframes bb-spin {
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes bb-toast-in {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  @keyframes bb-dropdown-in {
    from {
      opacity: 0;
      transform: translateY(-4px);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  @keyframes bb-shimmer {
    to {
      background-position: -200% 0;
    }
  }
  @keyframes bb-fade-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes bb-tray-slide-in {
    from {
      transform: translateY(20px) scale(0.96);
      opacity: 0;
    }
    to {
      transform: translateY(0) scale(1);
      opacity: 1;
    }
  }
  .bb-fade-in {
    animation: bb-fade-in 0.25s ease;
  }
  .app-main > * {
    animation: bb-fade-in var(--dur-base) var(--ease-out) both;
    &:nth-child(2) {
      animation-delay: 40ms;
    }
    &:nth-child(3) {
      animation-delay: 80ms;
    }
  }
  @media (forced-colors: active) {
    :focus-visible {
      outline: 3px solid Highlight;
      outline-offset: 2px;
    }
    .btn-primary {
      background: Highlight;
      color: HighlightText;
    }
    .badge {
      border: 1px solid CanvasText;
    }
  }
  @media (prefers-contrast: more) {
    :root {
      --bb-border: #ffffff;
      --bb-text: #ffffff;
      --bb-text-dim: #f0f0f0;
      --bb-accent: #ffe600;
      --bb-accent-hover: #ffff55;
    }
    .card, .btn, .nav-item, .input, .badge, .shelf-item, .series-card, .author-card, .book-card {
      border-width: 2px;
      border-color: #ffffff;
    }
    :focus-visible {
      outline: 3px solid #ffe600;
      outline-offset: 3px;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
      animation-duration: 0.01ms;
      animation-iteration-count: 1;
      transition-duration: 0.01ms;
      scroll-behavior: auto;
    }
  }
  @media (pointer: coarse) {
    .btn, .btn-sm, .nav-item, .tab-btn, .author-link-btn, .dropdown-item, .btn-logout {
      min-height: 44px;
    }
    .input, select.input, textarea.input {
      min-height: 44px;
    }
  }
}
@layer utilities {
  svg.icon {
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
    width: 1em;
    height: 1em;
  }
  .icon-xs {
    width: 12px;
    height: 12px;
  }
  .icon-sm {
    width: 16px;
    height: 16px;
  }
  .icon-md {
    width: 20px;
    height: 20px;
  }
  .icon-lg {
    width: 24px;
    height: 24px;
  }
  .icon-xl {
    width: 32px;
    height: 32px;
  }
  .empty-icon svg {
    width: 32px;
    height: 32px;
  }
  .bb-emoji {
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  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-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;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: 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-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;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
    }
  }
}
