/*! tailwindcss v4.2.2 | 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-50: oklch(97.1% 0.013 17.38);
    --color-red-200: oklch(88.5% 0.062 18.334);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-red-800: oklch(44.4% 0.177 26.899);
    --color-red-900: oklch(39.6% 0.141 25.723);
    --color-amber-800: oklch(47.3% 0.137 46.201);
    --color-emerald-50: oklch(97.9% 0.021 166.113);
    --color-emerald-200: oklch(90.5% 0.093 164.15);
    --color-emerald-900: oklch(37.8% 0.077 168.94);
    --color-blue-50: oklch(97% 0.014 254.604);
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-slate-50: oklch(98.4% 0.003 247.858);
    --color-slate-100: oklch(96.8% 0.007 247.896);
    --color-slate-200: oklch(92.9% 0.013 255.508);
    --color-slate-300: oklch(86.9% 0.022 252.894);
    --color-slate-400: oklch(70.4% 0.04 256.788);
    --color-slate-500: oklch(55.4% 0.046 257.417);
    --color-slate-600: oklch(44.6% 0.043 257.281);
    --color-slate-700: oklch(37.2% 0.044 257.287);
    --color-slate-800: oklch(27.9% 0.041 260.031);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --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-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --font-weight-normal: 400;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-2xl: 1rem;
    --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, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .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;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-full {
    top: 100%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .isolate {
    isolation: isolate;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[60\] {
    z-index: 60;
  }
  .z-\[100\] {
    z-index: 100;
  }
  .row-2 {
    grid-row: 2;
  }
  .row-3 {
    grid-row: 3;
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .ml-auto {
    margin-left: auto;
  }
  .\!hidden {
    display: none !important;
  }
  .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;
  }
  .h-0\.5 {
    height: calc(var(--spacing) * 0.5);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }
  .min-h-\[3\.75rem\] {
    min-height: 3.75rem;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-\[1\.1rem\] {
    width: 1.1rem;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-\[min\(18rem\,92vw\)\] {
    max-width: min(18rem, 92vw);
  }
  .max-w-full {
    max-width: 100%;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-\[12rem\] {
    min-width: 12rem;
  }
  .min-w-\[14rem\] {
    min-width: 14rem;
  }
  .min-w-\[min\(100vw-2\.5rem\,14rem\)\] {
    min-width: min(100vw - 2.5rem, 14rem);
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .list-none {
    list-style-type: none;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-x-8 {
    column-gap: calc(var(--spacing) * 8);
  }
  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
  .border-\[\#cf6f1e\] {
    border-color: #cf6f1e;
  }
  .border-\[\#e9d2bd\] {
    border-color: #e9d2bd;
  }
  .border-emerald-200 {
    border-color: var(--color-emerald-200);
  }
  .border-red-200 {
    border-color: var(--color-red-200);
  }
  .border-slate-200 {
    border-color: var(--color-slate-200);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-l-\[\#cf6f1e\] {
    border-left-color: #cf6f1e;
  }
  .bg-\[\#e67d22\] {
    background-color: #e67d22;
  }
  .bg-\[\#fff3e8\] {
    background-color: #fff3e8;
  }
  .bg-\[\#fff8f2\] {
    background-color: #fff8f2;
  }
  .bg-blue-50 {
    background-color: var(--color-blue-50);
  }
  .bg-current {
    background-color: currentcolor;
  }
  .bg-emerald-50 {
    background-color: var(--color-emerald-50);
  }
  .bg-red-50 {
    background-color: var(--color-red-50);
  }
  .bg-slate-50 {
    background-color: var(--color-slate-50);
  }
  .bg-slate-100 {
    background-color: var(--color-slate-100);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-\[\#e67d22\] {
    --tw-gradient-from: #e67d22;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[\#f0a050\] {
    --tw-gradient-to: #f0a050;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .object-contain {
    object-fit: contain;
  }
  .object-left {
    object-position: left;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .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);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-32 {
    padding-top: calc(var(--spacing) * 32);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--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);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .break-all {
    word-break: break-all;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#2b3d4f\] {
    color: #2b3d4f;
  }
  .text-\[\#5c6e80\] {
    color: #5c6e80;
  }
  .text-\[\#cf6f1e\] {
    color: #cf6f1e;
  }
  .text-amber-800 {
    color: var(--color-amber-800);
  }
  .text-blue-700 {
    color: var(--color-blue-700);
  }
  .text-emerald-900 {
    color: var(--color-emerald-900);
  }
  .text-red-700 {
    color: var(--color-red-700);
  }
  .text-red-900 {
    color: var(--color-red-900);
  }
  .text-slate-400 {
    color: var(--color-slate-400);
  }
  .text-slate-500 {
    color: var(--color-slate-500);
  }
  .text-slate-700 {
    color: var(--color-slate-700);
  }
  .text-slate-900 {
    color: var(--color-slate-900);
  }
  .text-white {
    color: var(--color-white);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .shadow {
    --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);
  }
  .shadow-\[0_-5px_0_currentColor\,0_5px_0_currentColor\] {
    --tw-shadow: 0 -5px 0 var(--tw-shadow-color, currentColor), 0 5px 0 var(--tw-shadow-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);
  }
  .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);
  }
  .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);
  }
  .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,);
  }
  .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));
  }
  .\[hostname\:port\] {
    hostname: port;
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:bottom-1 {
    &::after {
      content: var(--tw-content);
      bottom: calc(var(--spacing) * 1);
    }
  }
  .after\:left-1\/2 {
    &::after {
      content: var(--tw-content);
      left: calc(1 / 2 * 100%);
    }
  }
  .after\:h-1 {
    &::after {
      content: var(--tw-content);
      height: calc(var(--spacing) * 1);
    }
  }
  .after\:w-1 {
    &::after {
      content: var(--tw-content);
      width: calc(var(--spacing) * 1);
    }
  }
  .after\:-translate-x-1\/2 {
    &::after {
      content: var(--tw-content);
      --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .after\:rounded-full {
    &::after {
      content: var(--tw-content);
      border-radius: calc(infinity * 1px);
    }
  }
  .after\:bg-\[\#cf6f1e\] {
    &::after {
      content: var(--tw-content);
      background-color: #cf6f1e;
    }
  }
  .after\:content-\[\"\"\] {
    &::after {
      --tw-content: "";
      content: var(--tw-content);
    }
  }
  .hover\:border-\[\#cf6f1e\] {
    &:hover {
      @media (hover: hover) {
        border-color: #cf6f1e;
      }
    }
  }
  .hover\:border-\[\#e9d2bd\] {
    &:hover {
      @media (hover: hover) {
        border-color: #e9d2bd;
      }
    }
  }
  .hover\:border-slate-200 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-slate-200);
      }
    }
  }
  .hover\:bg-\[\#cf6f1e\] {
    &:hover {
      @media (hover: hover) {
        background-color: #cf6f1e;
      }
    }
  }
  .hover\:bg-\[\#fff3e8\] {
    &:hover {
      @media (hover: hover) {
        background-color: #fff3e8;
      }
    }
  }
  .hover\:bg-\[\#fff8f2\] {
    &:hover {
      @media (hover: hover) {
        background-color: #fff8f2;
      }
    }
  }
  .hover\:bg-red-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-red-50);
      }
    }
  }
  .hover\:bg-slate-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-slate-50);
      }
    }
  }
  .hover\:bg-slate-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-slate-100);
      }
    }
  }
  .hover\:text-\[\#cf6f1e\] {
    &:hover {
      @media (hover: hover) {
        color: #cf6f1e;
      }
    }
  }
  .hover\:text-blue-700 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-blue-700);
      }
    }
  }
  .max-md\:mt-1 {
    @media (width < 48rem) {
      margin-top: calc(var(--spacing) * 1);
    }
  }
  .max-md\:max-w-\[min\(100\%\,12rem\)\] {
    @media (width < 48rem) {
      max-width: min(100%, 12rem);
    }
  }
  .max-md\:flex-col {
    @media (width < 48rem) {
      flex-direction: column;
    }
  }
  .max-md\:items-start {
    @media (width < 48rem) {
      align-items: flex-start;
    }
  }
  .max-md\:gap-1 {
    @media (width < 48rem) {
      gap: calc(var(--spacing) * 1);
    }
  }
  .md\:sticky {
    @media (width >= 48rem) {
      position: sticky;
    }
  }
  .md\:top-\[3\.75rem\] {
    @media (width >= 48rem) {
      top: 3.75rem;
    }
  }
  .md\:contents {
    @media (width >= 48rem) {
      display: contents;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:min-h-\[calc\(100vh-3\.75rem\)\] {
    @media (width >= 48rem) {
      min-height: calc(100vh - 3.75rem);
    }
  }
  .md\:max-w-6xl {
    @media (width >= 48rem) {
      max-width: var(--container-6xl);
    }
  }
  .md\:grid-cols-\[13rem_1fr\] {
    @media (width >= 48rem) {
      grid-template-columns: 13rem 1fr;
    }
  }
  .md\:items-start {
    @media (width >= 48rem) {
      align-items: flex-start;
    }
  }
  .md\:border-r {
    @media (width >= 48rem) {
      border-right-style: var(--tw-border-style);
      border-right-width: 1px;
    }
  }
  .md\:px-0 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:px-4 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .md\:pt-4 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 4);
    }
  }
  .md\:pt-\[3\.75rem\] {
    @media (width >= 48rem) {
      padding-top: 3.75rem;
    }
  }
  .md\:pb-8 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }
  .md\:pl-0 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .md\:pl-3 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 3);
    }
  }
  .md\:pl-6 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 6);
    }
  }
  .lg\:contents {
    @media (width >= 64rem) {
      display: contents;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:max-w-none {
    @media (width >= 64rem) {
      max-width: none;
    }
  }
  .lg\:flex-initial {
    @media (width >= 64rem) {
      flex: 0 auto;
    }
  }
  .lg\:shrink-0 {
    @media (width >= 64rem) {
      flex-shrink: 0;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:gap-3 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .xl\:max-w-7xl {
    @media (width >= 80rem) {
      max-width: var(--container-7xl);
    }
  }
  .\[\&\:\:-webkit-details-marker\]\:hidden {
    &::-webkit-details-marker {
      display: none;
    }
  }
}
:root {
  color-scheme: light;
  --ds-color-primary: #e67d22;
  --ds-color-primary-hover: #cf6f1e;
  --ds-color-secondary: #5c6e80;
  --ds-color-accent: #e67d22;
  --ds-color-bg-app: #f8fafc;
  --ds-color-bg-subtle: #f1f5f9;
  --ds-color-surface: #ffffff;
  --ds-color-text: #2b3d4f;
  --ds-color-text-secondary: #3d5266;
  --ds-color-text-muted: #5c6e80;
  --ds-color-table-row: #f7f9fa;
  --ds-color-table-row-hover: #fff3e8;
  --ds-color-border: #e2e8f0;
  --ds-color-border-strong: #cbd5e1;
  --ds-color-danger: #b91c1c;
  --ds-color-danger-bg: #fef2f2;
  --ds-color-danger-text: #991b1b;
  --ds-color-success-bg: #ecfdf5;
  --ds-color-success-text: #065f46;
  --ds-color-warning-bg: #fffbeb;
  --ds-color-warning-border: #fde68a;
  --ds-color-warning-text: #92400e;
  --ds-font-sans: system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
  --ds-text-xs: 0.75rem;
  --ds-text-sm: 0.875rem;
  --ds-text-base: 1rem;
  --ds-text-lg: 1.125rem;
  --ds-text-xl: 1.25rem;
  --ds-text-2xl: 1.5rem;
  --ds-text-3xl: clamp(1.5rem, 4vw, 1.875rem);
  --ds-leading-tight: 1.25;
  --ds-leading-normal: 1.5;
  --ds-leading-body: 1.55;
  --ds-leading-relaxed: 1.65;
  --ds-space-1: 0.25rem;
  --ds-space-2: 0.5rem;
  --ds-space-3: 0.75rem;
  --ds-space-4: 1rem;
  --ds-space-5: 1.25rem;
  --ds-space-6: 1.5rem;
  --ds-space-8: 2rem;
  --ds-space-10: 2.5rem;
  --ds-radius-sm: 6px;
  --ds-radius-md: 10px;
  --ds-radius-lg: 12px;
  --ds-radius-xl: 16px;
  --ds-radius-pill: 999px;
  --ds-shadow-sm: 0 1px 2px rgb(15 23 42 / 5%);
  --ds-shadow-md: 0 1px 3px rgb(15 23 42 / 6%), 0 1px 2px rgb(15 23 42 / 4%);
  --ds-shadow-card: 0 1px 3px rgb(15 23 42 / 6%), 0 4px 12px rgb(15 23 42 / 4%);
  --ds-shadow-card-hover: 0 4px 12px rgb(15 23 42 / 8%), 0 2px 4px rgb(15 23 42 / 4%);
  --ds-max-width: 56rem;
  --ds-max-prose: 44rem;
  --ds-focus-ring: 2px solid var(--ds-color-primary-hover);
  --ds-focus-offset: 2px;
  --bg: var(--ds-color-bg-app);
  --text: var(--ds-color-text);
  --muted: var(--ds-color-text-muted);
  --border: var(--ds-color-border);
  --link: var(--ds-color-primary-hover);
  --max: var(--ds-max-width);
  --ann-card-bg: var(--ds-color-surface);
  --ann-card-radius: var(--ds-radius-xl);
  --ann-card-shadow: var(--ds-shadow-md);
  --ann-card-shadow-hover: 0 16px 48px rgb(15 23 42 / 10%), 0 4px 16px rgb(15 23 42 / 6%);
  --site-header-h: 3.75rem;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: var(--ds-font-sans);
  font-size: var(--ds-text-base);
  line-height: var(--ds-leading-body);
  background: var(--ds-color-bg-app);
  color: var(--ds-color-text);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.site-header {
  position: sticky;
}
@media (min-width: 768px) {
  .site-header {
    position: fixed;
  }
}
a {
  color: var(--ds-color-primary-hover);
  text-underline-offset: 2px;
}
a:hover {
  color: var(--ds-color-primary);
}
:focus-visible {
  outline: var(--ds-focus-ring);
  outline-offset: var(--ds-focus-offset);
}
.site-main h1 {
  margin: 0 0 var(--ds-space-3);
  font-size: var(--ds-text-3xl);
  font-weight: 700;
  line-height: var(--ds-leading-tight);
  letter-spacing: -0.02em;
  color: var(--ds-color-text);
}
.site-main h2 {
  margin: var(--ds-space-6) 0 var(--ds-space-3);
  font-size: var(--ds-text-xl);
  font-weight: 700;
  line-height: var(--ds-leading-tight);
  color: var(--ds-color-text);
}
.site-main h3 {
  margin: var(--ds-space-4) 0 var(--ds-space-2);
  font-size: var(--ds-text-lg);
  font-weight: 600;
  color: var(--ds-color-text);
}
.site-main > h1:first-child {
  margin-top: 0;
}
.ds-text-small, small.ds-text-small {
  font-size: var(--ds-text-sm);
  color: var(--ds-color-text-muted);
}
.page-header {
  margin-bottom: var(--ds-space-6);
}
.page-header h1 {
  margin: 0 0 var(--ds-space-2);
}
.page-header .muted {
  margin: 0;
  max-width: 40rem;
}
.page-header .btn-group {
  margin-top: var(--ds-space-4);
}
.ds-table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.ds-table {
  width: 100%;
  min-width: min(100%, 32rem);
  border-collapse: separate;
  border-spacing: 0;
  font-size: var(--ds-text-sm);
}
.ds-table thead th {
  text-align: left;
  padding: var(--ds-space-3) var(--ds-space-4);
  font-size: var(--ds-text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ds-color-text-muted);
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border-bottom: 2px solid var(--ds-color-border);
  white-space: nowrap;
}
.ds-table tbody td {
  padding: var(--ds-space-3) var(--ds-space-4);
  border-bottom: 1px solid var(--ds-color-border);
  vertical-align: middle;
  color: var(--ds-color-text);
  background: var(--ds-color-surface);
}
.ds-table tbody tr:nth-child(even) td {
  background: var(--ds-color-table-row);
}
.ds-table tbody tr:hover td {
  background: var(--ds-color-table-row-hover);
}
.ds-table tbody tr:last-child td {
  border-bottom: none;
}
.ds-table td.table-actions, .ds-table th.table-actions {
  text-align: right;
  white-space: nowrap;
}
.ds-table .btn-sm {
  margin: 0 var(--ds-space-1) 0 0;
}
.ds-table .btn-sm:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .persons-admin-list .ds-table {
    min-width: 0;
  }
}
.table-actions-inner {
  display: inline-flex;
  flex-wrap: wrap;
  gap: var(--ds-space-2);
  align-items: center;
  justify-content: flex-end;
}
.table-actions-inner form {
  display: inline;
  margin: 0;
}
.admin-layout__main table:not(.ds-table), .site-main table.data-table:not(.ds-table) {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--ds-text-sm);
}
.admin-layout__main table:not(.ds-table) th, .admin-layout__main table:not(.ds-table) td, .site-main table.data-table:not(.ds-table) th, .site-main table.data-table:not(.ds-table) td {
  text-align: left;
  padding: var(--ds-space-3) var(--ds-space-3);
  border-bottom: 1px solid var(--ds-color-border);
  vertical-align: top;
}
.admin-layout__main table:not(.ds-table) tbody td, .site-main table.data-table:not(.ds-table) tbody td {
  background: var(--ds-color-surface);
}
.admin-layout__main table:not(.ds-table) tbody tr:nth-child(even) td, .site-main table.data-table:not(.ds-table) tbody tr:nth-child(even) td {
  background: var(--ds-color-table-row);
}
.admin-layout__main table:not(.ds-table) tbody tr:hover td, .site-main table.data-table:not(.ds-table) tbody tr:hover td {
  background: var(--ds-color-table-row-hover);
}
.admin-layout__main table:not(.ds-table) th, .site-main table.data-table:not(.ds-table) th {
  font-size: var(--ds-text-xs);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ds-color-text-muted);
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}
.muted {
  color: var(--ds-color-text-muted);
  font-size: var(--ds-text-sm);
}
.err {
  color: var(--ds-color-danger);
  font-size: 0.8125rem;
  margin: var(--ds-space-1) 0 0;
}
.thumb {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: var(--ds-radius-sm);
  background: var(--ds-color-border);
}
.pagination {
  margin-top: var(--ds-space-4);
  display: flex;
  gap: var(--ds-space-3);
  flex-wrap: wrap;
  align-items: center;
}
.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;
}
.row {
  display: grid;
  gap: var(--ds-space-3);
}
@media (min-width: 640px) {
  .row-2 {
    grid-template-columns: 1fr 1fr;
  }
  .row-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.rel-quick-card {
  border: 1px solid var(--ds-color-border);
  border-radius: var(--ds-radius-xl);
  padding: var(--ds-space-5);
  margin-bottom: var(--ds-space-5);
  background: var(--ds-color-bg-app);
  box-shadow: var(--ds-shadow-sm);
}
.rel-select-lg {
  font-size: var(--ds-text-base);
  padding: var(--ds-space-2) var(--ds-space-3);
  min-width: min(100%, 18rem);
}
.rel-pills {
  display: flex;
  flex-wrap: wrap;
  gap: var(--ds-space-2);
  margin: var(--ds-space-2) 0 var(--ds-space-2);
}
.rel-pill {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
  padding: var(--ds-space-2) var(--ds-space-3);
  border-radius: var(--ds-radius-pill);
  border: 1px solid var(--ds-color-border-strong);
  background: var(--ds-color-surface);
  cursor: pointer;
  font-size: var(--ds-text-sm);
}
.rel-pill:has(input:checked) {
  border-color: var(--ds-color-primary-hover);
  background: var(--ds-color-table-row-hover);
}
.rel-pill input {
  margin: 0;
}
.home-cta {
  display: inline-block;
  padding: var(--ds-space-2) 1.1rem;
  border-radius: var(--ds-radius-md);
  font-weight: 700;
  font-size: 0.9375rem;
  text-decoration: none;
  transition: opacity 0.15s, transform 0.15s;
}
.home-cta--primary {
  background: var(--ds-color-primary);
  color: #fff;
  border: 1px solid var(--ds-color-primary);
}
.home-cta--ghost {
  background: transparent;
  color: #fff;
  border: 2px solid rgb(255 255 255 / 0.55);
}
.home-cta--secondary {
  background: var(--ds-color-surface);
  color: var(--ds-color-primary-hover);
  border: 1px solid var(--ds-color-border-strong);
  font-weight: 700;
}
.home-cta:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}
.home-hero {
  background-size: cover;
  background-position: center;
  color: var(--ds-color-surface);
  padding: clamp(2.5rem, 8vw, 4.5rem) 1.25rem;
  margin: -1.5rem -1.25rem 2rem;
  border-radius: 0 0 var(--ds-radius-xl) var(--ds-radius-xl);
}
.home-hero--default {
  background-image: linear-gradient(135deg, #1e3a5f 0%, var(--ds-color-text) 50%, #1e293b 100%);
}
.home-hero__inner {
  max-width: 40rem;
}
.home-hero__title {
  margin: 0 0 var(--ds-space-3);
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.home-hero__tagline {
  margin: 0;
  font-size: clamp(var(--ds-text-base), 2.5vw, 1.2rem);
  opacity: 0.95;
  line-height: var(--ds-leading-body);
}
.home-hero__actions {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.home-hero__count {
  margin: var(--ds-space-5) 0 0;
  font-size: 0.9rem;
  opacity: 0.85;
}
.home-news {
  margin-bottom: clamp(var(--ds-space-8), 5vw, 2.75rem);
}
.home-news__intro {
  margin-bottom: 0.15rem;
}
.home-news__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.65rem 1rem;
}
.home-news__title {
  margin: 0;
  font-size: clamp(1.2rem, 3vw, 1.35rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ds-color-text);
}
.home-news__feed-link {
  font-size: var(--ds-text-sm);
  font-weight: 600;
  text-decoration: none;
  padding: 0.4rem 0.85rem;
  border-radius: var(--ds-radius-pill);
  border: 1px solid var(--ds-color-border);
  background: var(--ds-color-surface);
  color: var(--ds-color-primary-hover);
  box-shadow: 0 1px 2px rgb(15 23 42 / 4%);
}
.home-news__desc {
  margin: var(--ds-space-2) 0 0;
  font-size: 0.9rem;
  color: var(--ds-color-text-muted);
  max-width: 32rem;
}
.home-about {
  margin-bottom: var(--ds-space-10);
}
.home-about__title {
  font-size: 1.15rem;
  margin: 0 0 var(--ds-space-3);
  color: var(--ds-color-text);
}
.home-about__body {
  font-size: 1.02rem;
  line-height: var(--ds-leading-relaxed);
  color: var(--ds-color-text-secondary);
}
.home-guest-access {
  margin: 0 0 var(--ds-space-8);
  padding: var(--ds-space-4) var(--ds-space-5);
  border-radius: var(--ds-radius-lg);
  border: 1px solid rgb(227 180 135 / 0.45);
  background: #fff8f2;
}
.home-guest-access__title {
  font-size: 1.05rem;
  margin: 0 0 var(--ds-space-2);
  color: var(--ds-color-text);
}
.home-guest-access__text {
  margin: 0;
  font-size: 0.98rem;
  line-height: var(--ds-leading-relaxed);
  color: var(--ds-color-text-secondary);
}
.home-guest-access__text a {
  color: var(--ds-color-primary-hover);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.home-guest-access__text a:hover {
  color: var(--ds-color-primary);
}
.council-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: var(--ds-space-4);
  grid-template-columns: 1fr;
}
@media (min-width: 520px) {
  .council-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .council-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.council-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--ds-color-surface);
  border: 1px solid var(--ds-color-border);
  border-radius: var(--ds-radius-lg);
  box-shadow: 0 1px 2px rgb(15 23 42 / 4%);
  padding: var(--ds-space-4);
  gap: var(--ds-space-3);
  text-align: center;
}
.council-card__media {
  width: 5.75rem;
  height: 5.75rem;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px solid rgb(230 125 34 / 0.45);
  background: linear-gradient(180deg, #fff8f2 0%, #fff3e8 100%);
  box-shadow: 0 2px 8px rgb(230 125 34 / 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.council-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.council-card__placeholder {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #ffd7b5 0%, #f4b986 42%, #eaa168 100%);
}
.council-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  align-items: center;
}
.council-card__office {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ds-color-primary-hover);
}
.council-card__name {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--ds-color-text);
}
.council-card__name a {
  color: inherit;
  text-decoration: none;
}
.council-card__name a:hover {
  color: var(--ds-color-primary-hover);
  text-decoration: underline;
}
.council-card__branch {
  margin: 0;
  font-size: 0.875rem;
  color: var(--ds-color-text-muted);
}
.home-birthdays {
  margin-bottom: var(--ds-space-10);
}
.home-birthdays__title {
  font-size: 1.15rem;
  margin: 0 0 0.35rem;
  color: var(--ds-color-text);
}
.home-birthdays__desc {
  margin: 0 0 var(--ds-space-4);
  font-size: 0.9rem;
  color: var(--ds-color-text-muted);
}
.home-birthdays__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: var(--ds-space-3);
  grid-template-columns: 1fr;
}
.bday-chip {
  display: flex;
  align-items: center;
  gap: var(--ds-space-3);
  padding: 0.65rem 0.85rem;
  background: var(--ds-color-bg-app);
  border: 1px solid var(--ds-color-border);
  border-radius: var(--ds-radius-md);
  text-decoration: none;
  color: var(--ds-color-text);
}
.bday-chip__img {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  object-fit: cover;
}
.bday-chip__placeholder {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: var(--ds-color-border);
}
.bday-chip__content {
  min-width: 0;
  flex: 1;
}
.bday-chip__name {
  display: block;
}
.bday-chip__date {
  font-size: 0.8rem;
  color: var(--ds-color-text-muted);
}
.bday-chip__today {
  color: var(--ds-color-primary-hover);
}
.home-about-body.prose-muted h2 {
  font-size: 1.1rem;
  margin: var(--ds-space-4) 0 var(--ds-space-2);
  color: var(--ds-color-text);
}
.home-about-body.prose-muted p {
  margin: 0 0 var(--ds-space-3);
}
.home-about-body.prose-muted ul {
  margin: 0 0 var(--ds-space-3) 1.2rem;
}
.home-quick {
  padding: var(--ds-space-5);
  background: var(--ds-color-bg-subtle);
  border-radius: var(--ds-radius-lg);
  border: 1px solid var(--ds-color-border);
}
.home-quick__title {
  font-size: var(--ds-text-base);
  margin: 0 0 var(--ds-space-4);
  color: var(--ds-color-text);
}
.home-quick__links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--ds-space-3);
}
@media (min-width: 520px) {
  .home-birthdays__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.bday-chip:hover {
  border-color: var(--ds-color-border-strong);
  background: var(--ds-color-surface);
}
.ann-feed {
  display: flex;
  flex-direction: column;
  gap: clamp(var(--ds-space-4), 3vw, 1.35rem);
}
.ann-feed__intro {
  margin: 0 0 var(--ds-space-1);
}
.ann-feed__intro h1 {
  margin: 0 0 var(--ds-space-2);
  font-size: clamp(1.5rem, 4vw, 1.85rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: var(--ds-leading-tight);
  color: var(--text);
}
.ann-feed__intro p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--muted);
  max-width: 36rem;
  line-height: var(--ds-leading-body);
}
.ann-feed__card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: var(--ann-card-bg);
  border: 1px solid var(--border);
  border-radius: var(--ann-card-radius);
  box-shadow: var(--ds-shadow-card);
  overflow: hidden;
  transition: box-shadow 0.22s ease, transform 0.22s ease, border-color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
.ann-feed__card:hover {
  box-shadow: var(--ds-shadow-card-hover);
  border-color: rgb(203 213 225 / 0.95);
  transform: translateY(-2px);
}
.ann-feed__card:focus-visible {
  outline: var(--ds-focus-ring);
  outline-offset: 3px;
}
.ann-feed__card-inner {
  display: flex;
  flex-direction: column;
  min-height: 0;
}
@media (min-width: 640px) {
  .ann-feed__card-inner--media {
    flex-direction: row;
    align-items: stretch;
    min-height: 148px;
  }
}
.ann-feed__media {
  flex-shrink: 0;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 180px;
  background: linear-gradient(145deg, #f1f5f9 0%, #e2e8f0 50%, #cbd5e1 100%);
  position: relative;
  overflow: hidden;
}
@media (max-width: 639px) {
  .ann-feed__media {
    aspect-ratio: 2.4 / 1;
    max-height: 120px;
  }
}
@media (min-width: 640px) {
  .ann-feed__card-inner--media .ann-feed__media {
    width: min(30%, 170px);
    aspect-ratio: 3 / 2;
    min-height: 100%;
  }
}
.ann-feed__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (min-width: 768px) {
  .ann-feed {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1rem;
  }
  .ann-feed__intro, .ann-pager {
    grid-column: 1 / -1;
  }
}
.ann-feed__body {
  flex: 1;
  min-width: 0;
  padding: clamp(var(--ds-space-5), 3.5vw, 1.5rem) clamp(var(--ds-space-5), 3.5vw, 1.5rem);
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-3);
}
.ann-feed__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--ds-space-2) var(--ds-space-3);
  font-size: 0.8125rem;
  color: var(--muted);
  line-height: 1.3;
}
.ann-feed__meta time {
  font-weight: 500;
  color: #475569;
}
.ann-feed__meta .ann-feed__rel {
  font-weight: 600;
  color: var(--link);
  font-size: var(--ds-text-xs);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.ann-feed__title {
  margin: 0;
  font-size: clamp(1.05rem, 2.8vw, 1.2rem);
  font-weight: 700;
  line-height: 1.3;
  color: var(--text);
  letter-spacing: -0.015em;
}
.ann-feed__excerpt {
  margin: 0;
  font-size: var(--ds-text-base);
  line-height: var(--ds-leading-relaxed);
  color: var(--ds-color-text-secondary);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ann-feed__cta {
  margin-top: 0.15rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--link);
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
}
.ann-feed__cta::after {
  content: "\2192";
  transition: transform 0.2s ease;
}
.ann-feed__card:hover .ann-feed__cta::after {
  transform: translateX(3px);
}
.ann-feed__empty {
  margin: 0;
  padding: var(--ds-space-8) var(--ds-space-5);
  text-align: center;
  color: var(--muted);
  background: var(--ds-color-surface);
  border: 1px dashed var(--border);
  border-radius: var(--ann-card-radius);
  font-size: 0.95rem;
}
.ann-pager {
  margin-top: clamp(var(--ds-space-6), 4vw, var(--ds-space-8));
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--ds-space-3);
}
.ann-pager__status {
  font-size: var(--ds-text-sm);
  color: var(--muted);
  padding: 0 var(--ds-space-2);
}
.ann-pager__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 1.15rem;
  border-radius: var(--ds-radius-pill);
  border: 1px solid var(--border);
  background: var(--ds-color-surface);
  font: inherit;
  font-size: var(--ds-text-sm);
  font-weight: 600;
  color: var(--text);
  text-decoration: none;
  cursor: pointer;
  box-shadow: var(--ds-shadow-sm);
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.ann-pager__btn:hover {
  background: var(--ds-color-bg-app);
  border-color: var(--ds-color-border-strong);
  color: var(--link);
}
.ann-detail-page {
  max-width: var(--ds-max-prose);
  margin: 0 auto;
}
.ann-detail__nav {
  margin: 0 0 var(--ds-space-5);
  display: flex;
  flex-wrap: wrap;
  gap: var(--ds-space-2);
  align-items: center;
  font-size: var(--ds-text-sm);
}
.ann-detail__nav a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 500;
  padding: var(--ds-space-2) var(--ds-space-3);
  border-radius: var(--ds-radius-pill);
  background: var(--ds-color-surface);
  border: 1px solid var(--border);
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
.ann-detail__nav a:hover {
  color: var(--link);
  border-color: var(--ds-color-border-strong);
  background: var(--ds-color-bg-app);
}
.ann-detail__nav-sep {
  color: var(--ds-color-border-strong);
  user-select: none;
}
.ann-detail__article {
  background: var(--ann-card-bg);
  border: 1px solid var(--border);
  border-radius: var(--ann-card-radius);
  box-shadow: var(--ann-card-shadow);
  overflow: hidden;
}
.ann-detail__header {
  padding: clamp(1.15rem, 4vw, 1.65rem) clamp(1.15rem, 4vw, 1.75rem) 0;
}
.ann-detail__header h1 {
  margin: 0 0 var(--ds-space-3);
  font-size: clamp(1.35rem, 4.2vw, 1.85rem);
  font-weight: 700;
  line-height: var(--ds-leading-tight);
  letter-spacing: -0.02em;
  color: var(--text);
}
.ann-detail__meta {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--ds-space-2) var(--ds-space-3);
  font-size: var(--ds-text-sm);
  color: var(--muted);
  align-items: center;
}
.ann-detail__meta .ann-detail__rel {
  font-weight: 600;
  color: var(--link);
  font-size: 0.8125rem;
}
.ann-detail__body {
  padding: clamp(var(--ds-space-4), 3vw, 1.35rem) clamp(1.15rem, 4vw, 1.75rem) clamp(1.35rem, 4vw, 1.85rem);
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--ds-color-text-secondary);
}
.ann-detail__body.prose h2 {
  font-size: 1.2rem;
  margin: var(--ds-space-6) 0 var(--ds-space-2);
  color: var(--text);
  font-weight: 700;
}
.ann-detail__body.prose h3 {
  font-size: 1.05rem;
  margin: var(--ds-space-4) 0 var(--ds-space-2);
  font-weight: 600;
  color: var(--text);
}
.ann-detail__body.prose p {
  margin: 0 0 var(--ds-space-4);
}
.ann-detail__body.prose ul, .ann-detail__body.prose ol {
  margin: 0 0 var(--ds-space-4) 1.25rem;
}
.ann-detail__body.prose img {
  max-width: 100%;
  height: auto;
  border-radius: var(--ds-radius-lg);
}
.ann-detail__body.prose a {
  color: var(--link);
  text-underline-offset: 3px;
}
.ann-gallery {
  margin-top: clamp(var(--ds-space-6), 4vw, var(--ds-space-8));
  padding: 0 clamp(1.15rem, 4vw, 1.75rem) clamp(1.25rem, 4vw, 1.75rem);
}
.ann-gallery__title {
  margin: 0 0 var(--ds-space-3);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}
.ann-gallery__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 140px), 1fr));
  gap: clamp(0.45rem, 2vw, var(--ds-space-3));
}
@media (min-width: 400px) {
  .ann-gallery__grid {
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 160px), 1fr));
  }
}
@media (min-width: 640px) {
  .ann-gallery__grid {
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 180px), 1fr));
  }
}
.ann-gallery__item {
  display: block;
  border-radius: var(--ds-radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--ds-color-bg-subtle);
  aspect-ratio: 1;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.ann-gallery__item:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 24px rgb(15 23 42 / 10%);
  border-color: var(--ds-color-border-strong);
}
.ann-gallery__item:focus-visible {
  outline: var(--ds-focus-ring);
  outline-offset: 3px;
}
.ann-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.abook {
  max-width: 100%;
}
.abook__head {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 640px) {
  .abook__head {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.abook__head-main {
  min-width: 0;
  flex: 1;
}
.abook__title {
  margin: 0 0 0.35rem;
  font-size: clamp(1.35rem, 3.5vw, 1.85rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text, #0f172a);
}
.abook__lead {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--muted, #64748b);
  line-height: 1.55;
  max-width: 36rem;
}
.abook__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  flex-shrink: 0;
}
.abook__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.5rem 1rem;
  font: inherit;
  font-size: 0.9375rem;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.12s ease;
}
.abook__btn:active {
  transform: scale(0.98);
}
.abook__btn--primary {
  background: var(--ds-color-primary);
  color: #fff;
  border-color: var(--ds-color-primary);
}
.abook__btn--primary:hover {
  filter: brightness(1.05);
}
.abook__btn--secondary {
  background: var(--ds-color-surface);
  color: var(--link, #1d4ed8);
  border-color: var(--ds-color-border-strong);
}
.abook__btn--secondary:hover {
  background: var(--ds-color-bg-subtle);
  border-color: var(--ds-color-border-strong);
}
.abook__btn--block {
  width: 100%;
}
.abook__btn--small {
  min-height: 40px;
  padding: 0.4rem 0.75rem;
  font-size: 0.8125rem;
  border-radius: 8px;
}
.abook__btn--danger {
  background: #fef2f2;
  color: #b91c1c;
  border-color: #fecaca;
}
.abook__btn--danger:hover {
  background: #fee2e2;
}
.abook__panel {
  background: var(--ds-color-surface);
  border: 1px solid var(--border, #e2e8f0);
  border-radius: 16px;
  padding: 1.15rem 1.2rem 1.25rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 1px 3px rgb(15 23 42 / 5%);
}
.abook__panel-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  margin-bottom: 1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--border, #e2e8f0);
}
.abook__panel-title {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #475569;
}
.abook__stat {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--muted, #64748b);
}
.abook__filter-fields {
  display: grid;
  gap: 1rem;
}
@media (min-width: 720px) {
  .abook__filter-fields {
    grid-template-columns: minmax(12rem, 1.4fr) minmax(10rem, 0.55fr) minmax(7.5rem, auto);
    align-items: end;
    gap: 0.85rem 1rem;
  }
}
.abook__field label {
  display: block;
  font-weight: 600;
  font-size: 0.8125rem;
  margin-bottom: 0.4rem;
  color: var(--text, #0f172a);
}
.abook__submit-label {
  display: block;
  height: 1.25rem;
  margin-bottom: 0.4rem;
}
.abook__input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.abook__input-icon {
  position: absolute;
  left: 0.75rem;
  color: #94a3b8;
  pointer-events: none;
  display: flex;
}
.abook__field input[type="search"], .abook__field select {
  width: 100%;
  padding: 0.7rem 0.85rem;
  font: inherit;
  font-size: 1rem;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: var(--ds-color-bg-subtle);
  color: var(--text, #0f172a);
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.abook__field--grow input[type="search"] {
  padding-left: 2.5rem;
}
.abook__field input:focus, .abook__field select:focus {
  outline: none;
  border-color: var(--link, #1d4ed8);
  background: var(--ds-color-surface);
  box-shadow: 0 0 0 3px rgb(29 78 216 / 12%);
}
.abook__chips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px solid #f1f5f9;
}
.abook__chips-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #94a3b8;
  margin-right: 0.15rem;
}
.abook__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.65rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--ds-color-primary-hover);
  background: var(--ds-color-table-row-hover);
  border: 1px solid rgb(230 125 34 / 0.35);
  border-radius: 999px;
  text-decoration: none;
  max-width: 100%;
}
.abook__chip:hover {
  background: #ffe8d4;
  border-color: var(--ds-color-primary);
}
.abook__chip-x {
  font-size: 1.1rem;
  line-height: 1;
  opacity: 0.7;
}
.abook__chip--reset {
  background: var(--ds-color-surface);
  color: #64748b;
  border-color: #e2e8f0;
}
.abook__chip--reset:hover {
  background: var(--ds-color-bg-subtle);
  color: var(--ds-color-text-secondary);
}
.abook__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  margin-bottom: 0.65rem;
  padding: 0 0.15rem;
}
.abook__range {
  margin: 0;
  font-size: 0.875rem;
  color: var(--muted, #64748b);
}
.abook__range strong {
  color: var(--text, #0f172a);
  font-weight: 600;
}
.abook__range-of {
  margin-left: 0.25rem;
}
.abook__range-filtered {
  margin-left: 0.35rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ds-color-primary-hover);
}
.abook__page-hint {
  margin: 0;
  font-size: 0.8125rem;
  color: #94a3b8;
}
.abook__empty {
  padding: 2.5rem 1.5rem;
  text-align: center;
  color: var(--muted, #64748b);
  background: var(--ds-color-surface);
  border: 1px dashed var(--border, #cbd5e1);
  border-radius: 16px;
}
.abook__empty-title {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text, #0f172a);
}
.abook__empty-text {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.abook__empty-actions {
  margin: 0;
  font-size: 0.875rem;
}
.abook__empty-actions a {
  font-weight: 600;
}
.abook__table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background: var(--ds-color-surface);
  border: 1px solid var(--border, #e2e8f0);
  border-radius: 14px;
  box-shadow: 0 1px 3px rgb(15 23 42 / 5%);
  max-height: min(70vh, 52rem);
  overscroll-behavior: contain;
}
.abook__table {
  width: 100%;
  min-width: 58rem;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.875rem;
}
.abook__table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  text-align: left;
  padding: 0.7rem 0.85rem;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #64748b;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border-bottom: 2px solid #e2e8f0;
  white-space: nowrap;
  box-shadow: 0 1px 0 #e2e8f0;
}
.abook__th-name {
  min-width: 11rem;
}
.abook__th-narrow {
  max-width: 8rem;
}
.abook__th-zip {
  width: 5.5rem;
  max-width: 6rem;
}
.abook__td-zip {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.abook__th-contact {
  min-width: 10rem;
}
.abook__th-phone {
  min-width: 7rem;
}
.abook__th-actions {
  width: 1%;
  text-align: right;
}
.abook__table tbody td {
  text-align: left;
  padding: 0.75rem 0.85rem;
  border-bottom: 1px solid #f1f5f9;
  vertical-align: top;
  background: var(--ds-color-surface);
}
.abook__table tbody tr:nth-child(even) td {
  background: var(--ds-color-table-row);
}
.abook__table tbody tr:hover td {
  background: var(--ds-color-table-row-hover) !important;
}
.abook__table tbody tr:last-child td {
  border-bottom: none;
}
.abook__name {
  display: block;
  font-weight: 600;
  color: var(--text, #0f172a);
  line-height: 1.35;
}
.abook__addr {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.8125rem;
  color: var(--muted, #64748b);
  line-height: 1.45;
  max-width: 22rem;
}
.abook__mailto, .abook__tel {
  color: var(--link, #1d4ed8);
  text-decoration: none;
  word-break: break-all;
}
.abook__mailto:hover, .abook__tel:hover {
  text-decoration: underline;
}
.abook__td-email {
  max-width: 14rem;
}
.abook__td-phone {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.abook__dash {
  color: #cbd5e1;
}
.abook__td-actions {
  text-align: right;
  white-space: nowrap;
}
.abook__row-actions {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: flex-end;
}
.abook__del-form {
  display: inline;
  margin: 0;
}
@media (max-width: 719px) {
  .abook__table-scroll {
    max-height: none;
    overflow: visible;
    border: none;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
  }
  .abook__table {
    min-width: 0;
    border-collapse: collapse;
  }
  .abook__table thead {
    display: none;
  }
  .abook__row {
    display: block;
    margin-bottom: 0.85rem;
    padding: 1rem 1rem 0.85rem;
    background: var(--ds-color-surface);
    border: 1px solid var(--border, #e2e8f0);
    border-radius: 14px;
    box-shadow: 0 1px 3px rgb(15 23 42 / 4%);
  }
  .abook__table tbody tr:last-child {
    margin-bottom: 0;
  }
  .abook__table tbody td {
    display: grid;
    grid-template-columns: minmax(5.25rem, 30%) 1fr;
    gap: 0.25rem 0.75rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f1f5f9;
    background: transparent !important;
  }
  .abook__table tbody td:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .abook__table tbody td::before {
    content: attr(data-label);
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #94a3b8;
    padding-top: 0.2rem;
  }
  .abook__td-name {
    grid-template-columns: 1fr;
    padding-top: 0;
  }
  .abook__td-name::before {
    display: none;
  }
  .abook__name {
    font-size: 1.05rem;
  }
  .abook__td-email, .abook__td-phone {
    max-width: none;
    white-space: normal;
  }
  .abook__td-actions {
    grid-template-columns: 1fr;
    text-align: left;
    padding-top: 0.65rem;
    margin-top: 0.25rem;
    border-top: 1px solid #f1f5f9 !important;
    border-bottom: none !important;
  }
  .abook__td-actions::before {
    margin-bottom: 0.35rem;
    padding-top: 0;
  }
  .abook__row-actions {
    justify-content: flex-start;
  }
}
.abook__pager {
  margin-top: 1.35rem;
}
.abook__pager-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}
.abook__pager-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 3.25rem;
  padding: 0 0.75rem;
  font: inherit;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--link, #1d4ed8);
  background: var(--ds-color-surface);
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}
.abook__pager-btn:hover:not(.abook__pager-btn--disabled) {
  background: var(--ds-color-bg-subtle);
  border-color: #94a3b8;
}
.abook__pager-btn--disabled {
  color: #cbd5e1;
  border-color: #f1f5f9;
  background: #fafafa;
  cursor: default;
  pointer-events: none;
}
.abook__pager-meta {
  padding: 0 0.65rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text, #0f172a);
}
@media (min-width: 520px) {
  .member-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (min-width: 900px) {
  .member-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
.member-grid {
  display: grid;
  gap: var(--ds-space-3);
  grid-template-columns: 1fr;
  list-style: none;
  margin: 0;
  padding: 0;
}
.member-card:hover {
  border-color: var(--ds-color-border-strong);
  box-shadow: 0 4px 12px rgb(15 23 42 / 6%);
}
.page-banner {
  margin: calc(-1 * var(--ds-space-6)) calc(-1 * var(--ds-space-5)) var(--ds-space-5);
  border-radius: var(--ds-radius-lg);
  overflow: hidden;
  max-height: 220px;
}
.page-banner img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
.page-cms .page-header h1 {
  margin: 0 0 var(--ds-space-4);
  font-size: clamp(1.5rem, 4vw, 2rem);
  line-height: var(--ds-leading-tight);
}
.page-cms .prose {
  font-size: 1.05rem;
  line-height: var(--ds-leading-relaxed);
  color: var(--ds-color-text-secondary);
}
.page-cms .prose h2 {
  font-size: 1.25rem;
  margin: var(--ds-space-6) 0 var(--ds-space-2);
  color: var(--ds-color-text);
}
.page-cms .prose h3 {
  font-size: 1.1rem;
  margin: var(--ds-space-5) 0 var(--ds-space-2);
  color: var(--ds-color-text);
}
.page-cms .prose p {
  margin: 0 0 var(--ds-space-4);
}
.page-cms .prose ul, .page-cms .prose ol {
  margin: 0 0 var(--ds-space-4) 1.25rem;
}
.page-cms .prose img {
  max-width: 100%;
  height: auto;
  border-radius: var(--ds-radius-md);
  margin: var(--ds-space-3) 0;
}
.page-cms .prose a {
  color: var(--ds-color-primary-hover);
}
.rel-between-intro {
  margin: 0;
  color: var(--ds-color-text-muted);
  font-size: 0.9375rem;
}
.rel-between-form {
  margin: var(--ds-space-5) 0;
}
.rel-between-form__grid {
  display: grid;
  gap: var(--ds-space-3);
  max-width: 28rem;
}
.rel-between-form label {
  display: block;
  font-weight: 600;
  font-size: var(--ds-text-sm);
}
.rel-between-form select {
  width: 100%;
  max-width: 100%;
  margin-top: var(--ds-space-1);
  padding: var(--ds-space-2);
  font: inherit;
  border: 1px solid var(--ds-color-border-strong);
  border-radius: var(--ds-radius-sm);
  background: var(--ds-color-surface);
}
.rel-between-result {
  margin-top: var(--ds-space-6);
  padding: var(--ds-space-4) 1.15rem;
  background: var(--ds-color-bg-app);
  border: 1px solid var(--ds-color-border);
  border-radius: var(--ds-radius-md);
}
.rel-between-result h2 {
  margin: 0 0 var(--ds-space-2);
  font-size: var(--ds-text-base);
}
.rel-between-result__body {
  white-space: pre-wrap;
  font-size: 0.95rem;
  line-height: var(--ds-leading-body);
}
.rel-between-result__foot {
  margin: var(--ds-space-4) 0 0;
  font-size: var(--ds-text-sm);
  color: var(--ds-color-text-muted);
}
.site-main .inline-alert {
  display: block;
  margin: var(--ds-space-4) 0;
  padding: var(--ds-space-3) var(--ds-space-4);
  border-radius: var(--ds-radius-md);
  font-size: var(--ds-text-sm);
}
.site-main .inline-alert.flash-error {
  background: var(--ds-color-danger-bg);
  color: var(--ds-color-danger-text);
}
.profile-page {
  max-width: 36rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 2rem;
}
.site-main .profile-page h1.profile-name {
  font-size: 1.5rem;
  line-height: 1.25;
  margin: 0;
  letter-spacing: normal;
}
.profile-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1.125rem 1.25rem;
  box-shadow: 0 1px 2px rgb(15 23 42 / 6%);
}
.profile-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.75rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background: linear-gradient(160deg, #f8fafc 0%, #fff 55%);
}
@media (min-width: 480px) {
  .profile-hero {
    flex-direction: row;
    text-align: left;
    align-items: flex-start;
  }
}
.profile-avatar {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 4px 14px rgb(15 23 42 / 12%);
  flex-shrink: 0;
}
.profile-avatar--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: #fff;
  font-weight: 700;
  font-size: 1.35rem;
  letter-spacing: 0.02em;
}
.profile-name {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.25;
  color: var(--ds-color-text);
}
.profile-meta {
  margin: 0;
  color: #64748b;
  font-size: 0.9375rem;
}
.profile-meta dt {
  font-weight: 600;
  color: #475569;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-top: 0.5rem;
}
.profile-meta dt:first-child {
  margin-top: 0;
}
.profile-meta dd {
  margin: 0.15rem 0 0;
}
.profile-section h2 {
  margin: 0 0 0.65rem;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
}
.profile-chips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.profile-chip {
  display: inline-block;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: #f1f5f9;
  color: #1e293b;
  text-decoration: none;
  font-size: 0.9rem;
  border: 1px solid #e2e8f0;
}
.profile-chip:active {
  background: #e2e8f0;
}
.profile-empty {
  margin: 0;
  color: #94a3b8;
  font-size: 0.9rem;
}
.profile-back {
  margin: 0 0 0.25rem;
  font-size: 0.875rem;
}
.profile-back a {
  color: #64748b;
  text-decoration: none;
}
.profile-back a:hover {
  text-decoration: underline;
}
@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: dark;
    --ds-color-bg-app: #42474d;
    --ds-color-bg-subtle: #4b525a;
    --ds-color-surface: #565e67;
    --ds-color-text: #f2f4f6;
    --ds-color-text-secondary: #e3e7eb;
    --ds-color-text-muted: #c0c8d0;
    --ds-color-border: #6a737d;
    --ds-color-border-strong: #858f9b;
    --ds-color-primary: #e67d22;
    --ds-color-primary-hover: #f0a050;
    --ds-color-table-row: #5f6771;
    --ds-color-table-row-hover: rgb(230 125 34 / 0.22);
  }
  .site-header, footer {
    background: #4b525a !important;
    border-color: #6a737d !important;
  }
  .site-header .bg-white, footer .bg-white {
    background: #4b525a !important;
  }
  .site-header .bg-slate-100, .site-header .bg-slate-50, footer .bg-slate-100, footer .bg-slate-50 {
    background: #565e67 !important;
  }
  .site-header .border-slate-200, footer .border-slate-200 {
    border-color: #6a737d !important;
  }
  .site-header .text-slate-900, .site-header .text-slate-700, .site-header .text-slate-500, .site-header .text-\[\#2b3d4f\], footer .text-slate-500, footer .text-\[\#5c6e80\] {
    color: #f7efe8 !important;
  }
  .site-header .text-\[\#cf6f1e\], footer .text-\[\#cf6f1e\] {
    color: #f0a050 !important;
  }
}
@layer components {
  .btn, .ds-btn {
    display: inline-flex;
    min-height: calc(var(--spacing) * 10);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 2);
    border-radius: var(--radius-lg);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-slate-300);
    background-color: var(--color-white);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    text-decoration-line: none;
    --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);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 150ms;
    transition-duration: 150ms;
    @media (prefers-color-scheme: dark) {
      border-color: var(--color-slate-600);
    }
    @media (prefers-color-scheme: dark) {
      background-color: var(--color-slate-800);
    }
    @media (prefers-color-scheme: dark) {
      color: var(--color-slate-100);
    }
  }
  .btn:not(.btn-primary):not(.btn-danger), .ds-btn:not(.ds-btn--primary):not(.ds-btn--danger) {
    color: #2b3d4f;
  }
  @media (prefers-color-scheme: dark) {
    .btn:not(.btn-primary):not(.btn-danger), .ds-btn:not(.ds-btn--primary):not(.ds-btn--danger) {
      color: #f1f5f9;
    }
    .btn-secondary, .ds-btn--secondary {
      color: #e2e8f0;
    }
  }
  .btn:hover, .ds-btn:hover {
    border-color: var(--color-slate-400);
    background-color: var(--color-slate-50);
    --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);
    @media (prefers-color-scheme: dark) {
      border-color: var(--color-slate-500);
    }
    @media (prefers-color-scheme: dark) {
      background-color: var(--color-slate-700);
    }
  }
  .btn:active, .ds-btn:active {
    --tw-translate-y: 1px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .btn-primary, .ds-btn--primary {
    border-color: #e67d22;
    background-color: #e67d22;
    box-shadow: 0 1px 2px rgb(43 61 79 / 12%);
    color: #fff;
    font-weight: 700;
  }
  .btn-primary:hover, .ds-btn--primary:hover {
    border-color: #cf6f1e;
    background-color: #cf6f1e;
    color: #fff;
    font-weight: 700;
  }
  .btn-secondary, .ds-btn--secondary {
    border-color: var(--color-slate-300);
    background-color: var(--color-white);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    @media (prefers-color-scheme: dark) {
      border-color: var(--color-slate-600);
    }
    @media (prefers-color-scheme: dark) {
      background-color: var(--color-slate-800);
    }
    @media (prefers-color-scheme: dark) {
      color: var(--color-slate-200);
    }
    color: #2b3d4f;
  }
  .btn-secondary:hover, .ds-btn--secondary:hover {
    border-color: #cf6f1e;
    background-color: var(--color-slate-50);
    color: #cf6f1e;
    @media (prefers-color-scheme: dark) {
      border-color: #ffb366;
    }
    @media (prefers-color-scheme: dark) {
      background-color: var(--color-slate-700);
    }
    @media (prefers-color-scheme: dark) {
      color: #ffb366;
    }
  }
  .btn-danger, .ds-btn--danger {
    border-color: var(--color-red-700);
    background-color: var(--color-red-700);
    --tw-shadow-color: color-mix(in srgb, oklch(39.6% 0.141 25.723) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-red-900) 20%, transparent) var(--tw-shadow-alpha), transparent);
    }
    color: #fff;
    font-weight: 700;
  }
  .btn-danger:hover, .ds-btn--danger:hover {
    border-color: var(--color-red-800);
    background-color: var(--color-red-800);
    color: #fff;
    font-weight: 700;
  }
  .btn-sm {
    min-height: 2.125rem;
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 1);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .btn-lg {
    min-height: calc(var(--spacing) * 11);
    padding-inline: calc(var(--spacing) * 5);
    padding-block: calc(var(--spacing) * 3);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .btn-group {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: calc(var(--spacing) * 2);
  }
  .form-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: calc(var(--spacing) * 2);
  }
  .ds-form {
    display: flex;
    max-width: var(--container-md);
    flex-direction: column;
    gap: calc(var(--spacing) * 6);
  }
  .ds-form p {
    margin: calc(var(--spacing) * 0);
  }
  .ds-form label {
    margin-bottom: calc(var(--spacing) * 2);
    display: block;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
    @media (prefers-color-scheme: dark) {
      color: var(--color-slate-100);
    }
    color: #2b3d4f;
  }
  .ds-form input[type="text"], .ds-form input[type="email"], .ds-form input[type="password"], .ds-form input[type="tel"], .ds-form input[type="date"], .ds-form select, .ds-form textarea {
    min-height: calc(var(--spacing) * 11);
    width: 100%;
    border-radius: var(--radius-lg);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-slate-300);
    background-color: var(--color-white);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    transition-property: border-color,box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    @media (prefers-color-scheme: dark) {
      border-color: var(--color-slate-600);
    }
    @media (prefers-color-scheme: dark) {
      background-color: var(--color-slate-800);
    }
    @media (prefers-color-scheme: dark) {
      color: var(--color-slate-100);
    }
    color: #2b3d4f;
  }
  .ds-form select {
    cursor: pointer;
  }
  .ds-form textarea {
    min-height: calc(var(--spacing) * 24);
    resize: vertical;
    padding-block: calc(var(--spacing) * 3);
  }
  .ds-form input:focus, .ds-form select:focus, .ds-form textarea:focus {
    border-color: #cf6f1e;
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + 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);
    --tw-ring-color: color-mix(in oklab, #e67d22 25%, transparent);
    --tw-outline-style: none;
    outline-style: none;
  }
  .ds-form .ds-label-hint {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .ds-form small {
    margin-top: calc(var(--spacing) * 2);
    display: block;
  }
  .ds-form .ds-field-error {
    margin-top: calc(var(--spacing) * 2);
    display: block;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--color-red-700);
  }
  .ds-form [role="alert"] {
    margin: calc(var(--spacing) * 0);
    border-radius: var(--radius-lg);
    background-color: var(--color-red-50);
    padding: calc(var(--spacing) * 3);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--color-red-900);
  }
  .ds-stack {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 4);
  }
  .ds-stack--tight {
    gap: calc(var(--spacing) * 3);
  }
  .ds-field > label:first-child {
    margin-bottom: calc(var(--spacing) * 2);
    display: block;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: #2b3d4f;
  }
  .ds-field .row {
    margin-top: calc(var(--spacing) * 0);
  }
  .card {
    margin-bottom: calc(var(--spacing) * 5);
    border-radius: var(--radius-2xl);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-slate-200);
    background-color: var(--color-white);
    padding-inline: calc(var(--spacing) * 6);
    padding-block: calc(var(--spacing) * 5);
    --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);
    --tw-shadow-color: color-mix(in srgb, oklch(92.9% 0.013 255.508) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-slate-200) 50%, transparent) var(--tw-shadow-alpha), transparent);
    }
    @media (prefers-color-scheme: dark) {
      border-color: var(--color-slate-700);
    }
    @media (prefers-color-scheme: dark) {
      background-color: var(--color-slate-800);
    }
    @media (prefers-color-scheme: dark) {
      --tw-shadow-color: color-mix(in srgb, oklch(20.8% 0.042 265.755) 30%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-slate-900) 30%, transparent) var(--tw-shadow-alpha), transparent);
      }
    }
  }
  .card > :first-child {
    margin-top: calc(var(--spacing) * 0);
  }
  .card > :last-child {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .card--table {
    overflow: hidden;
    padding: calc(var(--spacing) * 0);
  }
  .card--table .ds-table-scroll {
    border-radius: inherit;
  }
  .admin-layout__main label {
    margin-bottom: calc(var(--spacing) * 2);
    display: block;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
    color: #2b3d4f;
  }
  .admin-layout__main input[type="text"], .admin-layout__main input[type="email"], .admin-layout__main input[type="date"], .admin-layout__main input[type="file"], .admin-layout__main select, .admin-layout__main textarea {
    min-height: calc(var(--spacing) * 11);
    width: 100%;
    max-width: var(--container-md);
    border-radius: var(--radius-lg);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-slate-300);
    background-color: var(--color-white);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    transition-property: border-color,box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    color: #2b3d4f;
  }
  .admin-layout__main input:focus, .admin-layout__main select:focus, .admin-layout__main textarea:focus {
    border-color: #cf6f1e;
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + 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);
    --tw-ring-color: color-mix(in oklab, #e67d22 25%, transparent);
    --tw-outline-style: none;
    outline-style: none;
  }
  .admin-layout__main textarea {
    min-height: calc(var(--spacing) * 20);
    max-width: 100%;
  }
}
a.btn.btn-primary, a.btn.btn-danger, button.btn.btn-primary, button.btn.btn-danger {
  color: #fff;
  font-weight: 700;
}
a.btn.btn-primary:hover, a.btn.btn-danger:hover, button.btn.btn-primary:hover, button.btn.btn-danger:hover {
  color: #fff;
  font-weight: 700;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  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-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-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-font-weight: initial;
      --tw-tracking: 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-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-content: "";
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-duration: initial;
    }
  }
}
