/*! tailwindcss v4.1.13 | 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-gray-50: oklch(98.5% 0.002 247.839);
    --color-white: #fff;
    --spacing: 0.25rem;
    --radius-lg: 0.5rem;
    --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%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         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;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
    ::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 {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .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,);
  }
}
.article-content {
  font-family: Garamond,  "Noto Serif SC", "Kaiti SC", KaiTi, STKaiti, serif;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: #374151;
}
.article-content > p {
  margin: 1.5rem 0;
}
.article-content h1 {
  font-size: 2.14rem;
  font-weight: 650;
  margin-top: 2.5rem;
  margin-bottom: 0.854rem;
  color: #111827;
  line-height: 1.2;
}
.article-content h2 {
  font-size: 1.618rem;
  font-weight: 600;
  margin-top: 2.5rem;
  margin-bottom: 0.854rem;
  color: #111827;
  line-height: 1.3;
}
.article-content h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 0.618rem;
  color: #111827;
  line-height: 1.4;
}
.article-content h4 {
  font-size: 1.25rem;
  font-weight: 680;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: #111827;
}
.article-content ol {
  margin-top: 0rem;
  padding-left: 2rem;
}
.article-content ul {
  margin-top: 0rem;
  list-style-type: disc;
}
.article-content ol {
  list-style-type: decimal;
}
.article-content li {
  margin-top: 0rem;
  line-height: 1.5;
}
.article-content ul ul {
  list-style-type: circle;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
}
.article-content ol ol {
  list-style-type: lower-alpha;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
}
.article-content li > p {
  margin: 0.25rem 0;
}
.article-content a {
  color: #2563eb;
  text-decoration: underline;
  transition: color 0.2s;
}
.article-content a:hover {
  color: #1d4ed8;
}
.article-content blockquote {
  border-left: 4px solid #81858b;
  border-left-width: 0.23rem;
  padding-left: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  color: #4b5563;
}
.article-content hr {
  border: none;
  border-top: 2px solid #e5e7eb;
  margin: 2.5rem 0;
}
.article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin: 2rem 0;
}
.article-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  overflow-x: auto;
  display: block;
}
.article-content th, .article-content td {
  border: 1px solid #e5e7eb;
  padding: 0.75rem;
  text-align: left;
}
.article-content th {
  background-color: #f9fafb;
  font-weight: 600;
}
.article-content mjx-container {
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100%;
}
.article-content mjx-container[display="true"] {
  display: block;
  margin: 1rem 0;
  padding-top: 0.3819rem;
  padding-bottom: 1.853rem;
  background-color: #f9fafb;
  border-radius: 0.5rem;
  overflow-x: auto;
  text-align: center;
}
.article-content mjx-container[display="false"] {
  display: inline-block;
  margin: 0 0.125rem;
  vertical-align: middle;
}
.article-content mjx-container[display="true"]::-webkit-scrollbar {
  height: 8px;
}
.article-content mjx-container[display="true"]::-webkit-scrollbar-track {
  background: #e5e7eb;
  border-radius: 4px;
}
.article-content mjx-container[display="true"]::-webkit-scrollbar-thumb {
  background: #9ca3af;
  border-radius: 4px;
}
@media (max-width: 640px) {
  .article-content {
    font-size: 1rem;
  }
  .article-content ul, .article-content ol {
    padding-left: 1.5rem;
  }
  .article-content h1 {
    font-size: 1.875rem;
  }
  .article-content h2 {
    font-size: 1.5rem;
  }
  .article-content h3 {
    font-size: 1.25rem;
  }
  .article-content mjx-container[display="true"] {
    padding: 1rem;
    font-size: 0.9em;
  }
}
.article-content code {
  font-family: 'Courier New', Consolas, monospace;
  font-size: 0.875em;
  background-color: #f3f4f6;
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
}
.article-content pre {
  padding: 1.5rem;
  border-radius: 0.5rem;
  overflow-x: auto;
  margin: 1.2rem 0;
}
.article-content pre code {
  background-color: transparent;
  color: inherit;
  padding: 0;
  font-size: 0.875rem;
}
.article-content pre[class*="language-"].line-numbers {
  position: relative;
  padding-left: 3.8em;
  counter-reset: linenumber;
}
.article-content pre[class*="language-"].line-numbers > code {
  position: relative;
  white-space: pre;
  line-height: inherit;
}
.article-content .line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 0;
  font-size: 100%;
  left: -3.8em;
  width: 3em;
  letter-spacing: -1px;
  border-right: 1px solid #4b5563;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.article-content .line-numbers-rows > span {
  display: block;
  counter-increment: linenumber;
  line-height: inherit;
}
.article-content .line-numbers-rows > span:before {
  content: counter(linenumber);
  color: #6b7280;
  display: block;
  padding-right: 0.8em;
  text-align: right;
  line-height: inherit;
}
.article-content pre[class*="language-"] code {
  line-height: 1.7;
}
.article-content pre[class*="language-"] code {
  display: block;
}
.article-content pre[class*="language-"] code br:last-child {
  display: none;
}
.profile-section {
  display: flex;
  align-items: flex-start;
  margin: 2rem 0 3rem 0;
}
.profile-content {
  flex: 0;
  min-width: 560px;
}
.profile-image {
  margin-top: 1.2rem;
  flex-shrink: 0;
  width: 160px;
  margin-right: auto;
}
.profile-image img {
  width: 100%;
  height: auto;
  border-radius: 0.05rem;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.profile-content h1 {
  font-size: 2.03rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.35rem;
  line-height: 1.2;
}
.profile-content .title {
  font-size: 1.2rem;
  color: #31353b;
  margin-bottom: 0.8rem;
  font-weight: 500;
}
.profile-content .affiliation {
  font-size: 1.085rem;
  color: #5a606b;
}
.bio {
  margin: 1.5rem 0;
}
.bio p {
  margin: 1rem 0;
  line-height: 1.4;
  color: #374151;
}
.contact-links {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 1.4rem;
}
.contact-links a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}
.contact-links a:hover {
  color: #1d4ed8;
  text-decoration: underline;
}
.research-interests {
  margin-top: 3rem;
  padding-top: 2rem;
}
.research-interests h2 {
  font-size: 1.875rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 1rem;
  margin-right: 0;
}
.research-interests ul {
  list-style-type: none;
  padding: 0.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
  row-gap: 1rem;
}
.research-interests li {
  padding: 0.75rem 1rem;
  padding-left: 1rem;
  background-color: #f3f4f6;
  border-radius: 0.375rem;
  color: #374151;
}
@media (max-width: 768px) {
  .profile-section {
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .profile-image {
    width: 130px;
    margin: 0 auto;
  }
  .profile-content h1 {
    font-size: 2rem;
  }
  .research-interests ul {
    grid-template-columns: 1fr;
  }
}
@layer base {
  ::-moz-selection {
    background-color: #37383a;
    color: rgb(226, 220, 220);
  }
  ::selection {
    background-color: #37383a;
    color: rgb(226, 220, 220);
  }
  ::-moz-selection {
    background-color: #37383a;
    color: rgb(226, 220, 220);
  }
}
@layer components {
  .custom-card {
    border-radius: var(--radius-lg);
    background-color: var(--color-white);
    padding: calc(var(--spacing) * 6);
    --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);
  }
  .math-display {
    margin-block: calc(var(--spacing) * 6);
    overflow-x: auto;
    border-radius: var(--radius-lg);
    background-color: var(--color-gray-50);
    padding: calc(var(--spacing) * 4);
  }
  .math-inline {
    margin-inline: calc(var(--spacing) * 1);
  }
}
.math-container {
  margin-block: calc(var(--spacing) * 8);
  border-radius: var(--radius-lg);
  background-color: var(--color-white);
  padding: calc(var(--spacing) * 6);
  --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);
  border-left: 4px solid #667eea;
}
.MathJax_Display {
  overflow-x: auto;
  overflow-y: hidden;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: Times, -apple-system, Times;
  font-size: 1.1rem;
  line-height: 1.618;
  color: #0d1218;
  background-color: #f9fafb;
}
.site-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.site-container {
  max-width: 850px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  background-color: #f9fafb;
  min-height: 100vh;
}
@media (max-width: 768px) {
  .site-container {
    padding: 1.5rem 1rem;
  }
}
.site-container ul,
.site-container ol {
  margin: 1.5rem 0;
  padding-left: 2rem;
}
.site-container ul {
  list-style-type: disc;
}
.site-container ol {
  list-style-type: decimal;
}
.site-container li {
  margin: 0.5rem 0;
  line-height: 1.75;
}
.site-container ul ul {
  list-style-type: circle;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
}
.site-container ol ol {
  list-style-type: lower-alpha;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
}
.site-container li > p {
  margin: 0.25rem 0;
}
@media (max-width: 640px) {
  .site-container {
    padding: 1rem 0.75rem;
  }
  h1 {
    font-size: 1.875rem;
  }
  h2 {
    font-size: 1.5rem;
  }
}
.site-container a {
  color: #64349b;
  text-decoration: none;
}
.navigation {
  display: flex;
  gap: 2.2rem;
  padding: 0.1rem 0 1.5rem 0;
  margin-bottom: 2rem;
  margin-top: 0rem;
  justify-content: center;
}
@media (max-width: 640px) {
  .navigation {
    gap: 1rem;
    padding: 0.75rem 0 1.5rem 0;
  }
}
.navigation a {
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}
.navigation a:hover {
  color: #1d4ed8;
}
main {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  text-align: left;
  margin: 1.2rem 0 1rem 0;
}
h1 {
  font-size: 2.14rem;
  font-weight: 700;
  color: #111827;
}
h2 {
  font-size: 1.75rem;
  font-weight: 550;
}
p {
  text-align: left;
  margin: 0.854rem 0 0 0;
  color: #262627;
}
@media (max-width: 640px) {
  p {
    font-size: 0.9375rem;
    line-height: 1.7;
  }
}
.blog-list {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  margin-top: 1.618rem;
}
@media (max-width: 640px) {
  .blog-list {
    gap: 0rem;
  }
}
.blog-post-preview {
  padding: 1.5rem;
  border-radius: 0.5rem;
  background-color: #f9fafb;
  transition: all 0.4s ease;
}
@media (max-width: 640px) {
  .blog-post-preview {
    padding: 1rem;
  }
}
.blog-post-preview:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 640px) {
  .blog-post-preview:hover {
    transform: none;
  }
}
.blog-post-preview h2 {
  margin: 0 0 0.5rem 0rem;
  font-size: 1.5rem;
  text-align: left;
}
@media (max-width: 640px) {
  .blog-post-preview h2 {
    font-size: 1.25rem;
  }
}
.blog-post-preview h2 a {
  text-decoration: none;
}
.blog-post-preview h2 a:hover {
  color: #1d4ed8;
  text-decoration: underline;
}
.blog-post-preview time {
  display: block;
  color: #6b7280;
  font-size: 0.875rem;
  margin-bottom: 0.7rem;
}
.blog-post-preview p {
  color: #4b5563;
  line-height: 1;
  margin: 0.7rem 0;
  text-align: left;
}
.blog-post-preview .read-more {
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  margin-top: 0.2rem;
  margin-left: 2rem;
  margin-bottom: 0rem;
}
.blog-post-preview .read-more:hover {
  color: #1d4ed8;
}
footer {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 2px solid #e5e7eb;
  text-align: center;
  color: #6b7280;
  font-size: 0.875rem;
}
@media (max-width: 640px) {
  footer {
    margin-top: 2rem;
    padding-top: 1.5rem;
    font-size: 0.8125rem;
  }
}
.blog-time {
  display: block;
  color: #6b7280;
  font-size: 0.909rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.post-location {
  display: block;
  color: #6b7280;
  font-size: 0.909rem;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
}
.blog-article {
  padding: 0;
}
.article-header {
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #e5e7eb;
}
.article-header h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.article-meta {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: #6b7280;
}
.article-author {
  color: #6b7280;
  font-size: 0.875rem;
}
.site-container p + ul,
.site-container p + ol {
  margin-top: 0.4rem;
}
.site-container li {
  margin-top: 0rem;
  line-height: 1.4;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-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-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;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-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-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;
    }
  }
}
