/*! tailwindcss v4.3.0 | 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-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --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);
    --font-body: 'Rubik', sans-serif;
    --bg: #080d14;
    --surface: #0e1620;
    --surface2: #131e2c;
    --color-green: #4ade80;
    --green-dim: rgba(74, 222, 128, 0.12);
    --color-yellow: #facc15;
    --yellow-dim: rgba(250, 204, 21, 0.12);
    --color-red: #f87171;
    --red-dim: rgba(248, 113, 113, 0.12);
    --color-blue: #60a5fa;
    --white: #ffffff;
    --color-muted: rgba(255, 255, 255, 0.45);
    --border: rgba(255, 255, 255, 0.07);
  }
}
@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 {
  .relative {
    position: relative;
  }
  .z-10 {
    z-index: 10;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .row-span-2 {
    grid-row: span 2 / span 2;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-full {
    width: 100%;
  }
  .w-px {
    width: 1px;
  }
  .max-w-100 {
    max-width: calc(var(--spacing) * 100);
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-\(--border\) {
    border-color: var(--border);
  }
  .bg-\(--surface\) {
    background-color: var(--surface);
  }
  .bg-muted {
    background-color: var(--color-muted);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-blue {
    color: var(--color-blue);
  }
  .text-green {
    color: var(--color-green);
  }
  .text-muted {
    color: var(--color-muted);
  }
  .text-red {
    color: var(--color-red);
  }
  .text-yellow {
    color: var(--color-yellow);
  }
  .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));
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .sm\:ml-auto {
    @media (width >= 40rem) {
      margin-left: auto;
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:items-start {
    @media (width >= 40rem) {
      align-items: flex-start;
    }
  }
  .sm\:justify-center {
    @media (width >= 40rem) {
      justify-content: center;
    }
  }
  .md\:order-1 {
    @media (width >= 48rem) {
      order: 1;
    }
  }
  .md\:order-2 {
    @media (width >= 48rem) {
      order: 2;
    }
  }
  .md\:order-3 {
    @media (width >= 48rem) {
      order: 3;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-rows-2 {
    @media (width >= 48rem) {
      grid-template-rows: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .lg\:mx-0 {
    @media (width >= 64rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 64rem) {
      width: calc(1 / 2 * 100%);
    }
  }
  .lg\:items-start {
    @media (width >= 64rem) {
      align-items: flex-start;
    }
  }
}
@font-face {
  font-family: 'Rubik';
  src: url('/fonts/Rubik-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Rubik';
  src: url('/fonts/Rubik-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Rubik';
  src: url('/fonts/Rubik-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Rubik';
  src: url('/fonts/Rubik-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Rubik';
  src: url('/fonts/Rubik-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Rubik';
  src: url('/fonts/Rubik-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Rubik';
  src: url('/fonts/Rubik-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}
@layer base {
  *, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  :root {
    --bg: #080d14;
    --surface: #0e1620;
    --surface2: #131e2c;
    --green: #4ade80;
    --green-dim: rgba(74, 222, 128, 0.12);
    --yellow: #facc15;
    --yellow-dim: rgba(250, 204, 21, 0.12);
    --red: #f87171;
    --red-dim: rgba(248, 113, 113, 0.12);
    --blue: #60a5fa;
    --white: #ffffff;
    --muted: rgba(255, 255, 255, 0.45);
    --border: rgba(255, 255, 255, 0.07);
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    font-family: var(--font-body);
    background: var(--bg);
    color: var(--white);
    font-size: 16px;
    overflow-x: hidden;
    cursor: default;
  }
  nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem 2.5rem;
    background: rgba(8, 13, 20, 0.7);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
  }
}
@layer utilities {
  .title, .small-title, .section-title, .header {
    font-weight: 900;
    line-height: 1;
  }
  .title {
    font-size: clamp(3rem, 6vw, 5rem);
    letter-spacing: -0.03em;
    margin-bottom: 1.5rem;
  }
  .section-title {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.1;
    margin-bottom: 1rem;
  }
  .small-title {
    font-size: 36px;
    margin-bottom: 0.25rem;
  }
  .header {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 0.6rem;
  }
  .section-title em {
    font-style: normal;
  }
  .sub-header {
    font-size: 12px;
    font-weight: 700;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 0.25rem;
  }
  .body {
    font-size: 16px;
    font-family: var(--font-body);
  }
  .caption {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.6;
  }
  .caption.bold {
    font-weight: 600;
  }
  .small, .badge {
    font-size: 12px;
    font-weight: 600;
  }
  .btn-primary, .btn-secondary, .store-btn {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: 0.2s;
    gap: 8px;
  }
  .btn-primary, .btn-secondary {
    font-size: 14px;
    padding: 0.85rem 2rem;
    border-radius: 50px;
  }
  .btn-primary {
    background: var(--yellow);
    color: #1a1400;
    font-weight: 900;
    letter-spacing: 0.02em;
  }
  .btn-primary:hover {
    transform: translateY(-2px);
    opacity: 0.9;
  }
  .btn-secondary {
    border: 1px solid var(--yellow-dim);
    color: var(--white);
    font-weight: 700;
  }
  .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.25);
  }
  .store-btn {
    background: var(--surface2);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 0.75rem 1.25rem;
    color: var(--white);
    gap: 10px;
  }
  .store-btn:hover {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .store-btn-icon {
    font-size: 24px;
  }
  .store-btn-text {
    font-size: 12px;
    line-height: 1.3;
  }
  .store-btn-text small {
    display: block;
    font-size: 10px;
    color: var(--muted);
    font-weight: 400;
  }
  .store-btn-text strong {
    font-size: 14px;
    font-weight: 800;
  }
}
@layer components {
  .title .line-green {
    color: var(--green);
    display: block;
  }
  .title .line-yellow {
    color: var(--yellow);
    display: block;
  }
  .title .line-white {
    color: var(--white);
    display: block;
  }
  .hero {
    position: relative;
    z-index: 1;
    margin-inline: auto;
    display: flex;
    min-height: 100vh;
    max-width: 1200px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 12);
    padding-inline: calc(var(--spacing) * 10);
    padding-top: calc(var(--spacing) * 32);
    padding-bottom: calc(var(--spacing) * 16);
    text-align: center;
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 16);
    }
    @media (width >= 64rem) {
      flex-direction: row;
    }
    @media (width >= 64rem) {
      align-items: center;
    }
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .hero-results-container {
    position: relative;
    max-width: 400px;
    transform-origin: center;
    --tw-scale-x: 80%;
    --tw-scale-y: 80%;
    --tw-scale-z: 80%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
    @media (width >= 64rem) {
      --tw-scale-x: 100%;
      --tw-scale-y: 100%;
      --tw-scale-z: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .badge {
    padding: 4px 8px;
    border-radius: 20px;
  }
  .badge.green {
    background: var(--green-dim);
    color: var(--green);
  }
  .badge.red {
    background: var(--red-dim);
    color: var(--red);
  }
  .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--yellow-dim);
    border: 1px solid rgba(250, 204, 21, 0.2);
    color: var(--yellow);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 50px;
    margin-bottom: 1.5rem;
  }
  .hero-badge::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--yellow);
    animation: pulse 2s ease-in-out infinite;
  }
  .score-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
  }
  .score-card.behind {
    position: absolute;
    top: -40px;
    right: -150px;
    transform: rotate(6deg);
    opacity: 0.45;
  }
  .score-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .score-card-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-top: 1px solid var(--border);
  }
  .round-result {
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -0.02em;
  }
  .won .round-result {
    color: var(--green);
  }
  .lost .round-result {
    color: var(--red);
  }
  .round-crown {
    font-size: 24px;
  }
  .score-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
  }
  .score-label {
    font-size: 11px;
    font-weight: 700;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 4px;
  }
  .won {
    color: var(--green);
  }
  .lost {
    color: var(--red);
  }
  .score-enemy {
    color: rgba(255, 255, 255, 0.4);
  }
  .vs-label {
    font-size: 14px;
    font-weight: 800;
    color: var(--muted);
  }
  .stats-strip {
    position: relative;
    z-index: 1;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    background: var(--surface);
    padding: 1.5rem 2.5rem;
  }
  .stats-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    align-items: end;
  }
  .features {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 6rem 2.5rem;
  }
  .feat-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 2rem;
    position: relative;
    overflow: hidden;
    transition: border-color 0.2s;
  }
  .feat-card:hover {
    border-color: rgba(255, 255, 255, 0.15);
  }
  .feat-card.large {
    grid-row: span 2;
  }
  .feat-accent {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 1.25rem;
  }
  .feat-accent.green {
    background: var(--green-dim);
    color: var(--green);
  }
  .feat-accent.yellow {
    background: var(--yellow-dim);
    color: var(--yellow);
  }
  .feat-accent.blue {
    background: rgba(96, 165, 250, 0.12);
    color: var(--blue);
  }
  .card {
    background: var(--surface2);
    border-radius: 14px;
    padding: 1.25rem;
  }
  .card.center {
    text-align: center;
  }
  .tiles {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 0.75rem;
  }
  .tile {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: var(--surface);
    border: 2px solid var(--muted);
    border-radius: 8px;
    color: var(--white);
    font: 700 15px 'Rubik', monospace;
  }
  .tile.bonus {
    border-color: rgba(74, 222, 128, 0.5);
    color: var(--green);
  }
  .tile.multiply {
    border-color: rgba(250, 204, 21, 0.4);
    color: var(--yellow);
  }
  .tile-val, .tile-score {
    position: absolute;
    bottom: -8px;
    padding: 1px 4px;
    border-radius: 4px;
    font-weight: 800;
    white-space: nowrap;
  }
  .tile-val {
    left: 50%;
    translate: -50% 0;
    font-size: 10px;
    color: var(--white);
    background: var(--surface2);
  }
  .tile-val.bonus {
    color: var(--green);
  }
  .tile-score {
    right: -4px;
    font-size: 9px;
    color: var(--green);
    background: var(--bg);
    font-family: 'Rubik', monospace;
  }
  .bonus-result {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 1rem;
  }
  .bonus-word-chip {
    background: var(--surface);
    border: 1px solid rgba(250, 204, 21, 0.3);
    border-radius: 8px;
    padding: 6px 12px;
    font-family: 'Rubik', monospace;
    font-size: 13px;
    font-weight: 700;
    color: var(--yellow);
    letter-spacing: 0.05em;
  }
  .bonus-multiplier {
    font-size: 13px;
    font-weight: 800;
    color: var(--yellow);
  }
  footer {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 2rem 2.5rem;
    border-top: 1px solid var(--border);
  }
  .footer-copy {
    font-size: 12px;
    color: var(--muted);
  }
  @keyframes pulse {
    0%, 100% {
      opacity: 1;
      transform: scale(1);
    }
    50% {
      opacity: 0.4;
      transform: scale(0.7);
    }
  }
  @keyframes fadeUp {
    from {
      opacity: 0;
      transform: translateY(24px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .hero-badge {
    animation: fadeUp 0.5s ease both;
  }
  .hero-title {
    animation: fadeUp 0.6s 0.1s ease both;
  }
  .hero-sub {
    animation: fadeUp 0.6s 0.2s ease both;
  }
  .tiles {
    animation: fadeUp 0.6s 0.3s ease both;
  }
  .hero-buttons {
    animation: fadeUp 0.6s 0.4s ease both;
  }
  .hero-right {
    animation: fadeUp 0.8s 0.3s ease both;
  }
  @media (max-width: 900px) {
    .hero {
      grid-template-columns: 1fr;
      padding-top: 7rem;
      text-align: center;
    }
    .hero-left {
      max-width: 100%;
    }
    .hero-sub {
      max-width: 100%;
    }
    .tiles {
      justify-content: center;
    }
    .hero-buttons {
      justify-content: center;
    }
    .hero-right {
      display: none;
    }
    .stats-inner {
      grid-template-columns: repeat(2, 1fr);
    }
    .features-grid {
      grid-template-columns: 1fr;
    }
    .feat-card.large {
      grid-row: auto;
    }
    nav {
      padding: 1rem 1.5rem;
    }
    .nav-links {
      display: none;
    }
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
