/*! 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;
    --radius-md: 0.375rem;
    --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 {
  .fixed {
    position: fixed;
  }
  .block {
    display: block;
  }
  .hidden {
    display: none;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .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));
  }
}
:root, [data-theme="dark"] {
  color-scheme: dark;
  --bg: #09090f;
  --bg-card: #111118;
  --bg-card2: #16161f;
  --bg-card3: #1a1a25;
  --border: #2a2a3a;
  --border-acc: rgba(99,102,241,0.4);
  --text: #eeeef5;
  --text-muted: #8888aa;
  --text-dim: #55556a;
  --accent: #6366f1;
  --accent-glow: rgba(99,102,241,0.18);
  --accent2: #a78bfa;
  --accent3: #34d399;
  --gold: #fbbf24;
  --red: #f87171;
  --red-extreme: #ff3333;
  --orange: #fb923c;
  --cyan: #22d3ee;
  --blue: #60a5fa;
  --purple: #c084fc;
  --bg-hover: #1a1a2e;
  --grid-line: rgba(99,102,241,0.03);
  --orb-glow: rgba(99,102,241,0.08);
  --hairline: rgba(255,255,255,0.06);
  --shadow-panel: 0 1px 0 rgba(255,255,255,0.04) inset, 0 8px 32px -8px rgba(0,0,0,0.45), 0 0 0 1px rgba(255,255,255,0.03);
}
[data-theme="light"] {
  color-scheme: light;
  --bg: #f0f0f5;
  --bg-card: #ffffff;
  --bg-card2: #ececf4;
  --bg-card3: #e4e4ee;
  --border: #c8c8d8;
  --border-acc: rgba(79,70,229,0.35);
  --text: #16161f;
  --text-muted: #4a4a62;
  --text-dim: #6a6a82;
  --accent: #4f46e5;
  --accent-glow: rgba(79,70,229,0.12);
  --accent2: #7c3aed;
  --accent3: #059669;
  --gold: #d97706;
  --red: #dc2626;
  --red-extreme: #b91c1c;
  --orange: #ea580c;
  --cyan: #0891b2;
  --blue: #2563eb;
  --purple: #9333ea;
  --bg-hover: #e8e8f2;
  --grid-line: rgba(79,70,229,0.06);
  --orb-glow: rgba(79,70,229,0.1);
  --hairline: rgba(15,23,42,0.08);
  --shadow-panel: 0 1px 0 rgba(255,255,255,0.85) inset, 0 4px 24px -4px rgba(15,23,42,0.08), 0 0 0 1px rgba(15,23,42,0.04);
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Syne', sans-serif;
  min-height: 100vh;
  transition: background 0.1s ease, color 0.1s ease;
  overflow-x: hidden;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: linear-gradient(var(--grid-line) 1px, transparent 1px), linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
  z-index: 0;
  transition: background-image 0.1s ease;
}
.content-wrap {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 24px 80px;
}
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0 0;
  margin-bottom: 48px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 24px;
  transition: border-color 0.1s ease;
}
.logo-group {
  display: flex;
  align-items: center;
  gap: 14px;
}
.logo-badge {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  box-shadow: 0 0 20px var(--accent-glow);
  transition: box-shadow 0.1s ease, background 0.1s ease;
}
.logo-text {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: color 0.1s ease;
}
.logo-sub {
  font-size: 11px;
  color: var(--text-muted);
  font-family: 'JetBrains Mono', monospace;
  font-weight: 400;
  letter-spacing: 0.04em;
  transition: color 0.1s ease;
}
nav {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nav-link {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: var(--bg-card2);
  width: auto;
  height: 2rem;
  transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}
.nav-link:hover {
  color: var(--accent);
  border-color: var(--border-acc);
  background: var(--bg-hover);
  box-shadow: 0 0 12px var(--accent-glow);
}
.theme-toggle {
  width: auto;
  height: 2rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0% 16px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: var(--bg-card2);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.1s ease;
  color: var(--text-muted);
  gap: 6px;
  transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}
.theme-toggle:hover {
  border-color: var(--border-acc);
  background: var(--bg-hover);
  color: var(--accent);
}
.page-title {
  font-size: 28px;
  font-weight: 800;
  color: var(--text);
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 8px;
  transition: color 0.1s ease;
}
.page-title span {
  color: var(--accent);
}
.page-subtitle {
  font-size: 13px;
  color: var(--text-muted);
  font-family: 'JetBrains Mono', monospace;
  margin-bottom: 40px;
  transition: color 0.1s ease;
}
.section-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.1s ease;
}
.section-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border);
  transition: background 0.1s ease;
}
.card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: var(--shadow-panel);
  overflow: hidden;
  margin-bottom: 32px;
  transition: background 0.1s ease, border-color 0.1s ease, box-shadow 0.1s ease;
}
.card-header {
  padding: 18px 24px;
  border-bottom: 1px solid var(--border);
  background: var(--bg-card2);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: background 0.1s ease, border-color 0.1s ease;
}
.card-header-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 8px var(--accent);
  transition: background 0.1s ease, box-shadow 0.1s ease;
}
.card-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
  transition: color 0.1s ease;
}
.card-ref {
  margin-left: auto;
  font-size: 10px;
  font-family: 'JetBrains Mono', monospace;
  color: var(--text-dim);
  transition: color 0.1s ease;
}
.table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 11px;
  font-family: 'JetBrains Mono', monospace;
}
thead th {
  padding: 10px 12px;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--bg-card3);
  color: var(--text-dim);
  border-bottom: 1px solid var(--border);
  border-right: 1px solid var(--border);
  white-space: nowrap;
  transition: background 0.1s ease, color 0.1s ease, border-color 0.1s ease;
}
thead th.exp-code {
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
}
thead th.exp-ehe {
  color: var(--text-muted);
  font-size: 9px;
}
thead th:last-child {
  border-right: none;
}
tbody tr {
  border-bottom: 1px solid var(--border);
  transition: background 0.1s ease;
}
tbody tr:last-child {
  border-bottom: none;
}
tbody tr:hover {
  background: var(--bg-hover);
}
tbody td {
  padding: 9px 12px;
  text-align: center;
  border-right: 1px solid var(--border);
  color: var(--text);
  white-space: nowrap;
  transition: color 0.1s ease, border-color 0.1s ease;
}
tbody td:last-child {
  border-right: none;
}
.td-label {
  text-align: left;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--text-muted);
  background: var(--bg-card2);
  min-width: 100px;
  transition: background 0.1s ease, color 0.1s ease;
}
.chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 2px 7px;
  font-size: 10px;
  font-weight: 600;
  min-width: 42px;
  transition: background 0.1s ease, color 0.1s ease;
}
.chip-ratio {
  background: rgba(99,102,241,0.12);
  color: var(--accent2);
  border: 1px solid rgba(99,102,241,0.2);
}
[data-theme="light"] .chip-ratio {
  background: rgba(79,70,229,0.08);
  color: var(--accent2);
  border: 1px solid rgba(79,70,229,0.2);
}
.chip-cement {
  background: rgba(251,191,36,0.1);
  color: var(--gold);
  border: 1px solid rgba(251,191,36,0.2);
}
[data-theme="light"] .chip-cement {
  background: rgba(217,119,6,0.08);
  color: var(--gold);
  border: 1px solid rgba(217,119,6,0.2);
}
.chip-resistance {
  background: rgba(52,211,153,0.1);
  color: var(--accent3);
  border: 1px solid rgba(52,211,153,0.2);
}
[data-theme="light"] .chip-resistance {
  background: rgba(5,150,105,0.08);
  color: var(--accent3);
  border: 1px solid rgba(5,150,105,0.2);
}
.chip-class {
  background: rgba(34,211,238,0.08);
  color: var(--cyan);
  border: 1px solid rgba(34,211,238,0.15);
  font-size: 9px;
}
[data-theme="light"] .chip-class {
  background: rgba(8,145,178,0.08);
  color: var(--cyan);
  border: 1px solid rgba(8,145,178,0.15);
}
.chip-empty {
  color: var(--text-dim);
  font-size: 10px;
}
.th-group {
  background: var(--bg-card3);
  border-bottom: 1px solid var(--border);
  transition: background 0.1s ease;
}
.th-carbonat {
  color: var(--blue) !important;
}
.th-cloruros {
  color: var(--purple) !important;
}
.th-mar {
  color: var(--cyan) !important;
}
.th-hielo {
  color: var(--accent2) !important;
}
.th-quimico {
  color: var(--orange) !important;
}
.th-abrasion {
  color: var(--red) !important;
}
.th-sinriesgo {
  color: var(--accent3) !important;
}
.footnote {
  font-size: 11px;
  font-family: 'JetBrains Mono', monospace;
  color: var(--text-muted);
  padding: 16px 24px;
  border-top: 1px solid var(--border);
  background: var(--bg-card2);
  line-height: 1.6;
  transition: all 0.1s ease;
}
.footnote mark {
  background: var(--accent-glow);
  color: var(--accent2);
  padding: 1px 4px;
  border-radius: 3px;
}
.nota-cemento {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-left: 3px solid var(--gold);
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 24px;
  font-size: 12px;
  line-height: 1.7;
  color: var(--text-muted);
  transition: all 0.1s ease;
}
.nota-cemento strong {
  color: var(--gold);
}
.corr-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 11px;
}
.corr-table td, .corr-table th {
  padding: 8px 14px;
  border: 1px solid var(--border);
  transition: border-color 0.1s ease, color 0.1s ease;
}
.corr-table th {
  background: var(--bg-card3);
  color: var(--text-dim);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  transition: background 0.1s ease;
}
.corr-table td {
  color: var(--text-muted);
  font-family: 'JetBrains Mono', monospace;
}
.corr-table .arrow {
  color: var(--accent);
  font-size: 14px;
  text-align: center;
}
footer {
  border-top: 1px solid var(--border);
  padding: 24px 0 0;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  color: var(--text-dim);
  font-family: 'JetBrains Mono', monospace;
  transition: border-color 0.1s ease, color 0.1s ease;
}
table, thead, tbody, tr, td, th, .card, .card-header, .footnote, .nota-cemento {
  transition: background 0.1s ease, border-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease;
}
::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: var(--border);
  border-radius: 99px;
}
@media screen and (min-width: 360px) {
  .content-wrap {
    max-width: 320px;
    padding: 0;
    margin: 10px;
  }
  header {
    display: block;
    gap: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--border);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  nav {
    margin-top: 12px;
    flex-wrap: wrap;
    gap: 8px;
  }
  .logo-text {
    font-size: 10px;
    letter-spacing: 0.02em;
  }
  .logo-sub {
    font-size: 8px;
  }
  .nav-link {
    font-size: 10px;
    letter-spacing: 0.08em;
    padding: 8px;
    width: 92px;
  }
  .theme-toggle {
    font-size: 10px;
  }
  .page-title {
    font-size: 15px;
  }
  .page-subtitle {
    font-size: 10px;
    margin-bottom: 15px;
  }
  .overflow-table {
    overflow-x: auto;
  }
}
@media screen and (min-width: 414px) {
  .content-wrap {
    max-width: 370px;
  }
  .logo-text {
    font-size: 15px;
    letter-spacing: 0.02em;
  }
  .logo-sub {
    font-size: 10px;
  }
  .nav-link {
    font-size: 10px;
  }
  .theme-toggle {
    font-size: 10px;
  }
  .page-title {
    font-size: 17px;
  }
  .page-subtitle {
    font-size: 10px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .content-wrap {
    max-width: 700px;
  }
  .logo-text {
    font-size: 25px;
    letter-spacing: 0.02em;
  }
  .logo-sub {
    font-size: 15px;
  }
  .nav-link {
    font-size: 10px;
  }
  .theme-toggle {
    font-size: 10px;
  }
  .page-title {
    font-size: 30px;
  }
  .page-subtitle {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 800px) {
  .content-wrap {
    max-width: 730px;
  }
  .logo-text {
    font-size: 25px;
    letter-spacing: 0.02em;
  }
  .logo-sub {
    font-size: 15px;
  }
  .nav-link {
    font-size: 10px;
  }
  .theme-toggle {
    font-size: 10px;
  }
  .page-title {
    font-size: 30px;
  }
  .page-subtitle {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .content-wrap {
    max-width: 950px;
  }
  header {
    display: flex;
  }
  .logo-badge {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
  .logo-text {
    font-size: 25px;
    letter-spacing: 0.02em;
  }
  .logo-sub {
    font-size: 15px;
  }
  .nav-link {
    font-size: 15px;
    width: auto;
    height: 2.5rem;
  }
  .theme-toggle {
    font-size: 15px;
    width: auto;
    height: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .content-wrap {
    max-width: 1250px;
  }
  header {
    display: flex;
  }
  .logo-badge {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
  .logo-text {
    font-size: 25px;
    letter-spacing: 0.02em;
  }
  .nav-link {
    font-size: 15px;
    width: auto;
    height: 2.5rem;
  }
  .theme-toggle {
    font-size: 15px;
    width: auto;
    height: 2.5rem;
  }
  .page-title {
    font-size: 30px;
  }
  .page-subtitle {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1366px) {
  .content-wrap {
    max-width: 1340px;
  }
}
@media screen and (min-width: 1440px) {
  .content-wrap {
    max-width: 1420px;
  }
}
@media screen and (min-width: 1900px) {
  .content-wrap {
    padding: 0 40px 80px;
    max-width: 1880px;
  }
}
@media screen and (min-width: 1920px) {
  .content-wrap {
    max-width: 1900px;
  }
  .page-title {
    font-size: 50px;
  }
}
@media screen and (min-width: 2560px) {
  .content-wrap {
    max-width: 2500px;
  }
  .page-title {
    font-size: 50px;
  }
}
@media screen and (min-width: 3840px) {
  .content-wrap {
    max-width: 3800px;
  }
  .page-title {
    font-size: 50px;
  }
}
@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;
}
@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;
    }
  }
}
