/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: system-ui, -apple-system, "Segoe UI", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-dark-bg: #0f1720;
    --color-dark-paper: #16222c;
    --color-dark-paper-alt: #1d2a35;
    --color-dark-line: #2a3a46;
    --color-dark-ink: #e5eef3;
    --color-dark-ink-soft: #b6c2cb;
    --color-dark-ink-fade: #8a99a3;
  }
}
@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 {
  .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;
    }
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .capitalize {
    text-transform: capitalize;
  }
}
:root {
  color-scheme: light;
  --tide-blue-50: #e7f5fb;
  --tide-blue-100: #c9e7f4;
  --tide-blue-500: #0d91bd;
  --tide-blue-700: #0a6f90;
  --tide-blue-900: #06465b;
  --tide-orange-400: #f47c26;
  --tide-orange-700: #bd450d;
  --ink: #142028;
  --ink-soft: #4b5961;
  --ink-fade: #93a1aa;
  --paper: #ffffff;
  --paper-alt: #f6f1e9;
  --line: #e2e8f0;
  --bg: #f2f6f9;
  --brand: var(--tide-blue-500);
  --brand-dark: var(--tide-blue-700);
  --accent: var(--tide-orange-400);
  --accent-dark: var(--tide-orange-700);
  --header-bg: #ffffff;
  --nav-link: var(--ink-soft);
  --link: var(--brand);
  --link-hover: var(--brand-dark);
  --shadow: 0 6px 20px -12px rgba(10, 21, 36, 0.35);
  --table-head-bg: #eef3f7;
  --table-body-bg: #fafafa;
  --table-border: #c9d3dd;
  --skeleton-start: #e9edf3;
  --skeleton-mid: #f7f9fc;
  --panel-border: var(--line);
  --button-text: #ffffff;
  --tag-bg: var(--brand);
  --tag-text: #ffffff;
}
@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: dark;
    --ink: var(--color-dark-ink);
    --ink-soft: var(--color-dark-ink-soft);
    --ink-fade: var(--color-dark-ink-fade);
    --paper: var(--color-dark-paper);
    --paper-alt: var(--color-dark-paper-alt);
    --line: var(--color-dark-line);
    --bg: var(--color-dark-bg);
    --brand: #9fdff4;
    --brand-dark: #77c9e5;
    --accent: #f29b5a;
    --accent-dark: #f07f2f;
    --header-bg: var(--color-dark-paper);
    --nav-link: var(--color-dark-ink-soft);
    --link: #9fdff4;
    --link-hover: #ffffff;
    --shadow: 0 8px 24px -16px rgba(0, 0, 0, 0.8);
    --table-head-bg: #1b2732;
    --table-body-bg: #111c26;
    --table-border: #2a3a46;
    --skeleton-start: #1f2a33;
    --skeleton-mid: #26323c;
    --tide-blue-50: #102533;
    --tide-blue-100: #163247;
    --panel-border: var(--color-dark-line);
    --button-text: #0b1520;
    --tag-bg: #9fdff4;
    --tag-text: #0b1520;
  }
}
* {
  box-sizing: border-box;
}
html {
  font-size: 18px;
}
body {
  margin: 0;
  font-family: var(--font-sans);
  background: var(--bg);
  color: var(--ink);
  min-height: 100vh;
  line-height: 1.6;
}
a {
  color: var(--link);
  text-decoration: underline;
  text-underline-offset: 2px;
}
a:hover {
  color: var(--link-hover);
}
.container, .wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.site-header {
  background: var(--header-bg);
  border-bottom: 4px solid var(--brand);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 0;
  gap: 1.5rem;
}
.nav-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 700;
  text-decoration: none;
  color: var(--brand);
  font-size: 1.35rem;
  letter-spacing: -0.01em;
}
.nav-logo img {
  width: 32px;
  height: 32px;
  display: block;
}
@media (prefers-color-scheme: dark) {
  .nav-logo {
    color: #ffffff;
  }
  .nav-logo img {
    filter: brightness(0) saturate(100%) invert(90%);
  }
}
@media (prefers-color-scheme: dark) {
  .nav-logo {
    color: var(--brand);
  }
}
.nav-links {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.nav-links a {
  text-decoration: none;
  font-weight: 600;
  color: var(--nav-link);
  transition: color 0.2s;
}
.nav-links a:hover {
  color: var(--brand);
}
.page-body {
  padding: 2.5rem 0 4rem;
}
.page-title {
  font-size: 2.6rem;
  font-weight: 800;
  color: var(--brand);
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 2rem;
}
.page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 2rem;
  align-items: start;
}
.main-column {
  width: 100%;
  max-width: 860px;
}
.main {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 2.25rem;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06);
}
.not-found .main {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.not-found .main p {
  margin: 0;
}
.not-found .button {
  align-self: flex-start;
}
.sidebar {
  align-self: start;
}
@media (max-width: 960px) {
  .two-column {
    grid-template-columns: 1fr;
  }
  .page-grid {
    grid-template-columns: 1fr;
  }
  .main-column {
    max-width: none;
  }
  .nav-bar {
    flex-direction: column;
    align-items: flex-start;
  }
}
.sidebar .sidebar-card {
  background: var(--paper);
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06);
  margin-bottom: 1.5rem;
}
.sidebar .sidebar-card h3 {
  margin: 0 0 0.85rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--brand);
}
.sidebar .sidebar-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0.5rem;
}
.sidebar .sidebar-card li {
  margin-bottom: 0.5rem;
}
.sidebar .sidebar-card a {
  text-decoration: underline;
  color: var(--ink);
}
.home {
  padding: 3rem 0 4.5rem;
  background: var(--bg);
}
.home .page-title {
  font-size: 3rem;
  color: var(--brand-dark);
}
.nav-logo {
  color: var(--brand-dark);
}
@media (prefers-color-scheme: dark) {
  .home .page-title {
    color: #ffffff;
  }
}
.intro {
  font-size: 1.2rem;
  color: var(--ink-soft);
  margin-bottom: 1.5rem;
}
.tc-section {
  margin-top: 1.75rem;
}
.section-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--ink);
}
.section-subtitle {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ink);
}
.upcoming-tides {
  border-radius: 6px;
  border: 1px solid var(--panel-border);
  background: var(--paper);
  padding: 1.5rem;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.12);
}
.tide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  text-align: center;
}
.tide-slot {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tide-slot h3 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
}
.tide-datetime {
  color: var(--accent-dark);
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
}
.tide-icon {
  width: 80px;
  height: 68px;
  padding: 10px;
  display: block;
  margin: 0 auto;
}
.tide-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.75rem;
  border-radius: 6px;
  background: var(--tag-bg);
  color: var(--tag-text);
  font-weight: 600;
  font-size: 0.95rem;
  margin-top: 0.5rem;
}
.tide-day-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.tide-subtitle {
  margin: 0 0 1rem;
  text-align: center;
  color: var(--ink-soft);
  font-weight: 600;
}
.tide-next-card {
  background: var(--paper);
  border: 1px solid var(--line);
}
.tide-next-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: center;
  justify-items: center;
}
.tide-next-row {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: center;
  column-gap: 1.25rem;
  margin: 0;
}
.tide-next-text {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  align-items: center;
  text-align: center;
}
.tide-next-text .tide-tag {
  margin-top: 0;
}
.tide-next-row .tide-icon {
  width: 60px;
  height: 50px;
  padding: 0;
}
.table-wrap {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 1.25rem;
  overflow-x: auto;
  box-shadow: var(--shadow);
}
.search {
  margin: 1.5rem 0;
}
.search-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.search-row input {
  flex: 1 1 260px;
  padding: 0.75rem 1rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: 1rem;
  background: var(--paper);
}
.search-row button, .button, .btn {
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  border: none;
  background: var(--brand);
  color: var(--button-text);
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
.search-row button:hover, .button:hover, .btn:hover {
  background: var(--brand-dark);
  transform: translateY(-1px);
}
@media (prefers-color-scheme: dark) {
  .search-row button:hover, .button:hover, .btn:hover {
    color: var(--button-text);
  }
}
.search-page ul {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}
.search-page li {
  padding: 0.6rem 0;
  border-bottom: 1px solid var(--line);
}
.search-page li a {
  text-decoration: none;
  font-weight: 600;
  color: var(--brand);
}
.search-page li a:hover {
  text-decoration: underline;
}
.fineprint {
  font-size: 0.9rem;
  color: var(--ink-soft);
}
.country-grid, .state-grid, .station-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}
@media (max-width: 960px) {
  .country-grid, .state-grid, .station-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .country-grid, .state-grid, .station-grid {
    grid-template-columns: 1fr;
  }
}
.country-card, .state-card, .station-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 1.5rem 1.25rem;
  text-decoration: none;
  color: var(--ink);
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06);
  transition: transform 0.2s, border-color 0.2s;
}
.country-card:hover, .state-card:hover, .station-card:hover {
  transform: translateY(-2px);
  border-color: var(--brand);
}
.country-name {
  font-weight: 700;
  margin: 0 0 0.35rem;
}
.country-meta {
  color: var(--ink-soft);
  font-size: 0.95rem;
}
.table-wrap {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 1.25rem;
  overflow-x: auto;
  box-shadow: var(--shadow);
}
.table-wrap table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.table-wrap th, .table-wrap td {
  padding: 0.65rem 0.5rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
}
.tide-table th, .tide-table td {
  border-bottom: 1px solid var(--line);
}
.tide-table td:nth-child(2) {
  text-align: center;
  vertical-align: middle;
}
.tide-widget {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: var(--shadow);
  margin: 1.5rem 0;
}
.tide-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 900px) {
  .tide-cards {
    grid-template-columns: 1fr;
  }
}
.tide-card {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 1rem;
  text-align: center;
  background: var(--tide-blue-50);
}
.tide-card h3 {
  margin-top: 0;
  font-size: 1rem;
  color: var(--brand-dark);
}
.tide-time {
  color: var(--ink-soft);
  font-size: 0.9rem;
}
.tide-height {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--accent-dark);
}
.next-high-low {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
  color: var(--ink-soft);
}
.chart-wrap, .map-wrap {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1rem;
  margin: 1.5rem 0;
  min-height: 320px;
  box-shadow: var(--shadow);
}
.map-wrap {
  min-height: 400px;
  height: 400px;
  padding: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.map-wrap .leaflet-container {
  z-index: 0;
}
.nearby-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 1.25rem;
  margin: 1.5rem 0 2rem;
}
.nearby-card {
  display: grid;
  grid-template-areas: "title" "body";
  grid-template-rows: auto 1fr;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0.85rem;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.08);
  height: 100%;
}
.nearby-title {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 700;
  width: 100%;
  display: -webkit-box;
  text-align: center;
  padding: 0;
  grid-area: title;
  min-height: var(--nearby-title-height, auto);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.nearby-body {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 1rem;
  align-items: center;
  grid-area: body;
}
.nearby-info {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.nearby-meta {
  margin: 0 0 0.1rem;
  font-size: 0.9rem;
  color: var(--ink-soft);
}
.nearby-distance {
  margin: 0;
  font-size: 0.85rem;
  color: var(--accent-dark);
}
.thumbnail {
  border-radius: 10px;
}
.tc-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.tc-table th {
  background: var(--table-head-bg);
  border: none;
  font-weight: 600;
}
.tc-table thead {
  border-bottom: 1px solid var(--table-border);
}
.tc-table tbody {
  background: var(--table-body-bg);
}
.tc-table td, .tc-table th {
  padding: 0.5rem;
}
.tc-table .has-border-right {
  border-right: 1px solid var(--table-border);
}
.has-text-centered {
  text-align: center;
}
.skeleton-line {
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--skeleton-start), var(--skeleton-mid), var(--skeleton-start));
  background-size: 200% 100%;
  animation: shimmer 1.4s ease infinite;
}
.skeleton-line.small {
  height: 10px;
}
.skeleton-pill {
  height: 28px;
  width: 70px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--skeleton-start), var(--skeleton-mid), var(--skeleton-start));
  background-size: 200% 100%;
  animation: shimmer 1.4s ease infinite;
  margin: 0 auto;
}
.skeleton-icon {
  width: 80px;
  height: 68px;
  border-radius: 12px;
  margin: 0.35rem auto;
  background: linear-gradient(90deg, var(--skeleton-start), var(--skeleton-mid), var(--skeleton-start));
  background-size: 200% 100%;
  animation: shimmer 1.4s ease infinite;
}
@keyframes shimmer {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -200% 0%;
  }
}
.entry-content > p:first-of-type {
  color: var(--ink-soft);
  font-size: 1.1rem;
  letter-spacing: -0.01em;
}
.entry-content p {
  margin: 0 0 1rem;
}
.upcoming-tides .fineprint {
  margin-top: 1rem;
}
@media (max-width: 960px) {
  .tide-grid {
    grid-template-columns: 1fr;
  }
  .tide-day-grid {
    grid-template-columns: 1fr;
  }
  .tide-next-grid {
    grid-template-columns: 1fr;
  }
  .nearby-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-links {
    text-align: left;
  }
}
.site-footer {
  background: var(--paper);
  border-top: 1px solid var(--line);
  padding: 2rem 0 3rem;
}
.site-footer p {
  margin: 0;
  color: var(--ink-soft);
}
.footer-grid {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-text {
  max-width: 640px;
}
.footer-note {
  margin-top: 0.75rem;
  font-size: 0.9rem;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.35rem;
  text-align: right;
}
.footer-links a {
  text-decoration: none;
  color: var(--ink-soft);
  font-size: 0.9rem;
}
.footer-links a:hover {
  color: var(--accent);
}
.chart {
  display: block;
  width: 100%;
  height: 350px;
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-border-style: solid;
    }
  }
}
