/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Murecho", sans-serif;
    --font-mono: "Source Code Pro", "Noto Sans JP", monospace;
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-pink-700: oklch(52.5% 0.223 3.958);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-4xl: 56rem;
    --container-6xl: 72rem;
    --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);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-normal: 400;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-lg: 0.5rem;
    --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 {
  @layer utilities {
    .static {
      position: static;
    }
    .sticky {
      position: sticky;
    }
    .top-0 {
      top: calc(var(--spacing) * 0);
    }
    .z-50 {
      z-index: 50;
    }
    .mx-auto {
      margin-inline: auto;
    }
    .my-4 {
      margin-block: calc(var(--spacing) * 4);
    }
    .my-8 {
      margin-block: calc(var(--spacing) * 8);
    }
    .mt-12 {
      margin-top: calc(var(--spacing) * 12);
    }
    .mt-16 {
      margin-top: calc(var(--spacing) * 16);
    }
    .mb-2 {
      margin-bottom: calc(var(--spacing) * 2);
    }
    .mb-3 {
      margin-bottom: calc(var(--spacing) * 3);
    }
    .mb-4 {
      margin-bottom: calc(var(--spacing) * 4);
    }
    .mb-8 {
      margin-bottom: calc(var(--spacing) * 8);
    }
    .mb-12 {
      margin-bottom: calc(var(--spacing) * 12);
    }
    .block {
      display: block;
    }
    .flex {
      display: flex;
    }
    .grid {
      display: grid;
    }
    .h-10 {
      height: calc(var(--spacing) * 10);
    }
    .h-20 {
      height: calc(var(--spacing) * 20);
    }
    .h-48 {
      height: calc(var(--spacing) * 48);
    }
    .max-h-\[192px\] {
      max-height: 192px;
    }
    .max-h-\[480px\] {
      max-height: 480px;
    }
    .w-10 {
      width: calc(var(--spacing) * 10);
    }
    .w-20 {
      width: calc(var(--spacing) * 20);
    }
    .w-full {
      width: 100%;
    }
    .max-w-4xl {
      max-width: var(--container-4xl);
    }
    .max-w-6xl {
      max-width: var(--container-6xl);
    }
    .max-w-none {
      max-width: none;
    }
    .shrink-0 {
      flex-shrink: 0;
    }
    .cursor-pointer {
      cursor: pointer;
    }
    .list-none {
      list-style-type: none;
    }
    .grid-cols-1 {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .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;
    }
    .gap-2 {
      gap: calc(var(--spacing) * 2);
    }
    .gap-4 {
      gap: calc(var(--spacing) * 4);
    }
    .gap-6 {
      gap: calc(var(--spacing) * 6);
    }
    .gap-8 {
      gap: calc(var(--spacing) * 8);
    }
    .truncate {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .overflow-hidden {
      overflow: hidden;
    }
    .rounded-full {
      border-radius: calc(infinity * 1px);
    }
    .rounded-lg {
      border-radius: var(--radius-lg);
    }
    .border-t {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
    .border-gray-200 {
      border-color: var(--color-gray-200);
    }
    .bg-gray-50 {
      background-color: var(--color-gray-50);
    }
    .bg-gray-100 {
      background-color: var(--color-gray-100);
    }
    .bg-gray-200 {
      background-color: var(--color-gray-200);
    }
    .bg-pink-700 {
      background-color: var(--color-pink-700);
    }
    .bg-white {
      background-color: var(--color-white);
    }
    .object-cover {
      object-fit: cover;
    }
    .p-4 {
      padding: calc(var(--spacing) * 4);
    }
    .p-5 {
      padding: calc(var(--spacing) * 5);
    }
    .p-8 {
      padding: calc(var(--spacing) * 8);
    }
    .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-4 {
      padding-block: calc(var(--spacing) * 4);
    }
    .py-12 {
      padding-block: calc(var(--spacing) * 12);
    }
    .pt-8 {
      padding-top: calc(var(--spacing) * 8);
    }
    .text-center {
      text-align: center;
    }
    .text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
    .text-3xl {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
    .text-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));
    }
    .leading-relaxed {
      --tw-leading: var(--leading-relaxed);
      line-height: var(--leading-relaxed);
    }
    .leading-tight {
      --tw-leading: var(--leading-tight);
      line-height: var(--leading-tight);
    }
    .font-bold {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
    .font-normal {
      --tw-font-weight: var(--font-weight-normal);
      font-weight: var(--font-weight-normal);
    }
    .font-semibold {
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
    }
    .text-blue-600 {
      color: var(--color-blue-600);
    }
    .text-gray-100 {
      color: var(--color-gray-100);
    }
    .text-gray-500 {
      color: var(--color-gray-500);
    }
    .text-gray-600 {
      color: var(--color-gray-600);
    }
    .text-gray-700 {
      color: var(--color-gray-700);
    }
    .text-gray-800 {
      color: var(--color-gray-800);
    }
    .text-gray-900 {
      color: var(--color-gray-900);
    }
    .text-white {
      color: var(--color-white);
    }
    .no-underline {
      text-decoration-line: none;
    }
    .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);
    }
    .transition-all {
      transition-property: all;
      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-300 {
      --tw-duration: 300ms;
      transition-duration: 300ms;
    }
    .hover\:-translate-y-1 {
      &:hover {
        @media (hover: hover) {
          --tw-translate-y: calc(var(--spacing) * -1);
          translate: var(--tw-translate-x) var(--tw-translate-y);
        }
      }
    }
    .hover\:bg-blue-600 {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-blue-600);
        }
      }
    }
    .hover\:bg-gray-200 {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-gray-200);
        }
      }
    }
    .hover\:text-blue-600 {
      &:hover {
        @media (hover: hover) {
          color: var(--color-blue-600);
        }
      }
    }
    .hover\:text-gray-800 {
      &:hover {
        @media (hover: hover) {
          color: var(--color-gray-800);
        }
      }
    }
    .hover\:text-white {
      &:hover {
        @media (hover: hover) {
          color: var(--color-white);
        }
      }
    }
    .hover\:underline {
      &:hover {
        @media (hover: hover) {
          text-decoration-line: underline;
        }
      }
    }
    .hover\:shadow-lg {
      &:hover {
        @media (hover: hover) {
          --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
          box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
        }
      }
    }
    .md\:mx-0 {
      @media (width >= 48rem) {
        margin-inline: calc(var(--spacing) * 0);
      }
    }
    .md\:grid-cols-3 {
      @media (width >= 48rem) {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
    }
    .md\:flex-row {
      @media (width >= 48rem) {
        flex-direction: row;
      }
    }
    .md\:justify-start {
      @media (width >= 48rem) {
        justify-content: flex-start;
      }
    }
    .md\:rounded-lg {
      @media (width >= 48rem) {
        border-radius: var(--radius-lg);
      }
    }
    .md\:px-4 {
      @media (width >= 48rem) {
        padding-inline: calc(var(--spacing) * 4);
      }
    }
    .md\:text-left {
      @media (width >= 48rem) {
        text-align: left;
      }
    }
    .lg\:grid-cols-2 {
      @media (width >= 64rem) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }
    .lg\:grid-cols-3 {
      @media (width >= 64rem) {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
    }
    .lg\:px-6 {
      @media (width >= 64rem) {
        padding-inline: calc(var(--spacing) * 6);
      }
    }
    .xl\:grid-cols-3 {
      @media (width >= 80rem) {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
    }
  }
}
* {
  box-sizing: border-box;
}
body {
  font-family: 'Murecho', sans-serif;
  line-height: 1.6;
  color: #333;
  font-size: 17px;
  background: linear-gradient(90deg, rgba(226, 242, 244, 1) 0%, rgba(179, 222, 231, 1) 30%, rgba(179, 222, 231, 1) 70%, rgba(226, 242, 244, 1) 100%);
}
aside.context-menu {
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  border: 1px solid #CDC;
  background: linear-gradient(135deg, rgb(243, 247, 252) 0%, rgb(240, 249, 243) 100%);
}
aside.context-menu h2.card-title {
  border: 0px none;
  margin-top: 0.5rem;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: linear-gradient(135deg, rgba(83, 140, 207, 0.95) 0%, rgba(97, 199, 125, 0.95) 100%);
  color: white;
}
.no-image-placeholder {
  background: linear-gradient(135deg, rgba(83, 140, 207, 0.7) 0%, rgba(97, 199, 125, 0.7) 100%);
}
.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}
.logo {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  text-decoration: none;
}
nav ul {
  display: flex;
  list-style: none;
  gap: 2rem;
}
nav a {
  text-decoration: none;
  font-weight: 400;
  transition: color 0.3s;
}
.search-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.author-avatar {
  border-radius: 50%;
  object-fit: cover;
}
.category-tag {
  padding: 0.25rem 0.75rem;
  border-radius: 15px;
  font-size: 0.8rem;
  text-decoration: none;
  transition: background 0.3s;
}
.category-tag:hover {
  background: #e0e0e0;
}
footer {
  background: #f8f9fa;
  border-top: 1px solid #eee;
  padding: 3rem 0 2rem;
  margin-top: 4rem;
}
.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}
.footer-section h3 {
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
}
.footer-section ul {
  list-style: none;
}
.footer-section ul li {
  margin-bottom: 0.5rem;
}
.footer-section a {
  text-decoration: none;
  color: #666;
  transition: color 0.3s;
}
.footer-section a:hover {
  color: #333;
}
.footer-bottom {
  border-top: 1px solid #eee;
  padding-top: 2rem;
  text-align: center;
  color: #666;
  font-size: 0.9rem;
}
.prose {
  color: #374151;
  line-height: 1.75;
}
.prose-lg {
  line-height: 1.8;
}
.prose h1 {
  font-size: 2.25rem;
  margin-top: 0;
  margin-bottom: 0.8888889rem;
  line-height: 1.1111111;
  font-weight: 800;
  color: #111827;
}
.prose h2 {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1.3333333;
  font-weight: 700;
  color: #111827;
  border-bottom: 1px solid #6AE;
}
.prose h3 {
  font-size: 1.25rem;
  margin-top: 1.6em;
  margin-bottom: 0.6rem;
  line-height: 1.6;
  font-weight: 600;
  color: #111827;
  border-bottom: 1px solid #59D;
}
.prose h4 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.5;
  font-weight: 600;
  color: #111827;
  border-bottom: 1px solid #48C;
}
.prose p {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose blockquote {
  font-weight: 500;
  font-style: italic;
  color: #111827;
  border-left: 0.25rem solid #e5e7eb;
  quotes: "\201C" "\201D" "\2018" "\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
  background: #f9fafb;
  padding: 1.6em 1em;
  border-radius: 0 0.5rem 0.5rem 0;
}
.prose ul, .prose ol {
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
}
.prose ul {
  list-style-type: disc;
}
.prose ol {
  list-style-type: decimal;
}
.prose img {
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.markdown-image {
  margin-left: auto;
  margin-right: auto;
}
.prose a {
  color: #2563eb;
  text-decoration: underline;
  font-weight: 500;
}
.prose a:hover {
  color: #1d4ed8;
}
.prose strong {
  color: #111827;
  font-weight: 600;
}
.prose code {
  font-family: "Source Code Pro", "Noto Sans JP", monospace;
  color: #cf1189;
  font-size: 0.875em;
  background-color: #f1e5ed;
  border-radius: 0.375rem;
  padding: 0.125em 0.25em;
}
.prose pre {
  font-family: "Source Code Pro", "Noto Sans JP", monospace;
  color: #323d53;
  background-color: #e0e9f9;
  overflow-x: auto;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding: 0.8571429em 1.1428571em;
}
.prose pre code {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: 400;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.pagination-default {
  margin: 0 auto;
  display: block;
}
.page-item {
  display: inline-block;
  background: white;
  border-radius: 4px;
  text-align: center;
}
.page-item a {
  display: inline-block;
  width: 2rem;
  padding: 0.5rem 0;
}
.page-item.disabled {
  background: #DDD;
}
.page-item.disabled a {
  color: #999;
  cursor: default;
}
.page-item.active {
  background: #007bff;
  color: white;
}
table {
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.2rem;
  border-collapse: collapse;
  border: 1px solid #CCC;
}
th, td {
  border: 1px solid #CCC;
  padding: 0.125rem 0.5rem;
}
th {
  border-bottom: 3px double #CCC;
  background: #EEF2F8;
}
figcaption {
  margin-top: 0.5rem;
  text-align: center;
}
.caption-inner {
  display: inline;
  padding: 0 0.5rem;
  border-radius: 0.2rem;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, rgba(129, 218, 179, 0.6));
}
.twitter-tweet, .instagram-media {
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 768px) {
  .header-content {
    flex-direction: column;
    gap: 1rem;
  }
  nav ul {
    gap: 1rem;
  }
  .footer-content {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .prose {
    font-size: 1rem;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@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-duration {
  syntax: "*";
  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;
}
@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-leading: initial;
      --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-duration: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
    }
  }
}
