/*! tailwindcss v4.0.11 | MIT License | https://tailwindcss.com */
@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;
    --spacing: 0.25rem;
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-semibold: 600;
    --drop-shadow-md: 0 3px 3px rgb(0 0 0 / 0.12);
    --drop-shadow-xl: 0 9px 7px rgb(0 0 0 / 0.1);
    --drop-shadow-2xl: 0 25px 25px rgb(0 0 0 / 0.15);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(
      --font-sans--font-variation-settings
    );
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(
      --font-mono--font-feature-settings
    );
    --default-mono-font-variation-settings: var(
      --font-mono--font-variation-settings
    );
    --color-offwhite-500: #f3f5f6;
    --color-tcteal-500: #247078;
    --color-tcteal-550: #1f666f;
    --color-tcteal-600: #114248;
    --color-tcteal-700: #083136;
    --font-opensans: "Open Sans", sans-serif;
  }
}
@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;
  }
  body {
    line-height: inherit;
  }
  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;
    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;
  }
  :-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;
  }
  .relative {
    position: relative;
  }
  .m-2 {
    margin: calc(var(--spacing) * 2);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .h-1\/3 {
    height: calc(1 / 3 * 100%);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-full {
    height: 100%;
  }
  .w-full {
    width: 100%;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .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;
  }
  .grid-flow-col {
    grid-auto-flow: column;
  }
  .grid-flow-row {
    grid-auto-flow: row;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-subgrid {
    grid-template-columns: subgrid;
  }
  .flex-row {
    flex-direction: row;
  }
  .content-center {
    align-content: center;
  }
  .items-center {
    align-items: center;
  }
  .justify-items-center {
    justify-items: center;
  }
  .justify-items-end {
    justify-items: end;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-x-12 {
    column-gap: calc(var(--spacing) * 12);
  }
  .gap-y-1 {
    row-gap: calc(var(--spacing) * 1);
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-offwhite-500 {
    border-color: var(--color-offwhite-500);
  }
  .border-tcteal-550 {
    border-color: var(--color-tcteal-550);
  }
  .border-tcteal-600 {
    border-color: var(--color-tcteal-600);
  }
  .bg-offwhite-500 {
    background-color: var(--color-offwhite-500);
  }
  .bg-tcteal-500 {
    background-color: var(--color-tcteal-500);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .font-opensans {
    font-family: var(--font-opensans);
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-tcteal-500 {
    color: var(--color-tcteal-500);
  }
  .underline {
    text-decoration-line: underline;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-2xl));
    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);
  }
  .drop-shadow-md {
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-md));
    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);
  }
  .drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-xl));
    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);
  }
  .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);
  }
  .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;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:grid {
    @media (width >= 48rem) {
      display: grid;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:px-16 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .xl\:w-\[80rem\] {
    @media (width >= 80rem) {
      width: 80rem;
    }
  }
  .dark\:border-offwhite-500 {
    @media (prefers-color-scheme: dark) {
      border-color: var(--color-offwhite-500);
    }
  }
  .dark\:bg-tcteal-600 {
    @media (prefers-color-scheme: dark) {
      background-color: var(--color-tcteal-600);
    }
  }
  .dark\:bg-tcteal-700 {
    @media (prefers-color-scheme: dark) {
      background-color: var(--color-tcteal-700);
    }
  }
  .dark\:text-offwhite-500 {
    @media (prefers-color-scheme: dark) {
      color: var(--color-offwhite-500);
    }
  }
  .dark\:hover\:outline {
    @media (prefers-color-scheme: dark) {
      &:hover {
        @media (hover: hover) {
          outline-style: var(--tw-outline-style);
          outline-width: 1px;
        }
      }
    }
  }
}
h1 {
  color: #fff;
  background-color: #247078;
}
a {
  text-decoration: underline;
}
summary > h1::after {
  color: #b4b5b9;
  content: "\f0ab";
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  right: 20px;
  line-height: initial;
  top: 22px;
  transform: rotate(90deg);
  transition: 0.5s transform ease;
}
details > summary {
  list-style: none;
}
details > summary::-webkit-details-marker {
  display: none;
}
.split ~ .split {
  margin-right: 0%;
}
div.featured > ul > li:nth-child(even) {
  margin-right: 0%;
}
summary.open > h1::after {
  transform: rotate(0deg);
}
details * > h1 {
  user-select: none;
}
details {
  overflow: hidden;
}
.content {
  overflow: hidden;
}
@keyframes slideDown {
  from {
    max-height: 0;
    opacity: 0;
  }
  to {
    max-height: 712px;
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    max-height: 712px;
    opacity: 1;
  }
  to {
    max-height: 0;
    opacity: 0;
  }
}
.animating-open {
  animation: slideDown 0.5s ease-out forwards;
}
.animating-close {
  animation: slideUp 0.5s ease-out forwards;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-ease {
  syntax: "*";
  inherits: false;
}
@layer components {
  /* Christmas Lights Component (Travel Chapter Brand Colors) */
  .xmas-lights {
    width: 100%;
    height: 50px;
    overflow: hidden;
    background: transparent;
    display: flex;
    justify-content: center;
  }

  .xmas-lights .strand {
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0;
    pointer-events: none;
    z-index: 1;
  }

  .xmas-lights .strand li {
    position: relative;
    list-style: none;
    width: 12px;
    height: 28px;
    border-radius: 50%;
    margin: 0 12px;
    flex-shrink: 0;
    /* Default Color: TC Teal (#247078) */
    background: #247078;
    box-shadow: 0px 4px 24px 3px rgba(36, 112, 120, 0.6);
    animation: flash-teal 2s infinite;
  }

  /* THE WIRE */
  .xmas-lights .strand li:after {
    content: "";
    position: absolute;
    top: -14px;
    left: 6px;
    width: 36px;
    height: 18px;
    border-bottom: 2px solid #222;
    border-radius: 50%;
    pointer-events: none;
  }

  /* THE SOCKET */
  .xmas-lights .strand li:before {
    content: "";
    position: absolute;
    background: #222;
    width: 10px;
    height: 8px;
    border-radius: 2px;
    top: -2px;
    left: 1px;
    z-index: 2;
  }

  .xmas-lights .strand li:last-child:after {
    display: none;
  }

  /* --- PATTERN: Teal, Off/White/Gold, Dark Teal --- */

  /* 2nd Bulb: "Warm Gold" in Light Mode, "Off-White" in Dark Mode */
  .xmas-lights .strand li:nth-child(3n + 2) {
    background: #fcd34d;
    box-shadow: 0px 4px 24px 3px rgba(252, 211, 77, 0.5);
    animation: flash-gold 2s infinite;
    animation-delay: 0.4s;
  }

  /* DARK MODE OVERRIDE */
  @media (prefers-color-scheme: dark) {
    .xmas-lights .strand li:nth-child(3n + 2) {
      background: #f3f5f6;
      box-shadow: 0px 4px 24px 3px rgba(255, 255, 255, 0.5);
      animation: flash-white 2s infinite;
    }
  }

  /* 3rd Bulb: Dark Teal (#114248) */
  .xmas-lights .strand li:nth-child(3n + 3) {
    background: #114248;
    box-shadow: 0px 4px 24px 3px rgba(17, 66, 72, 0.6);
    animation: flash-dark 2s infinite;
    animation-delay: 0.8s;
  }

  /* 3rd Bulb Dark Mode */
  @media (prefers-color-scheme: dark) {
    .xmas-lights .strand li:nth-child(3n + 3) {
      background: rgb(204, 56, 71);
      box-shadow: 0px 4px 24px 3px rgb(204, 56, 71, 0.6);
      animation: flash-red 2s infinite;
      animation-delay: 0.8s;
    }
  }

  /* --- BRANDED ANIMATIONS --- */

  @keyframes flash-teal {
    0%,
    100% {
      background: #247078;
      box-shadow: 0px 4px 24px 3px rgba(36, 112, 120, 0.6);
    }
    50% {
      background: rgba(36, 112, 120, 0.4);
      box-shadow: 0px 4px 24px 3px rgba(36, 112, 120, 0.2);
    }
  }

  @keyframes flash-white {
    0%,
    100% {
      background: #f3f5f6;
      box-shadow: 0px 4px 24px 3px rgba(255, 255, 255, 0.6);
    }
    50% {
      background: rgba(243, 245, 246, 0.4);
      box-shadow: 0px 4px 24px 3px rgba(255, 255, 255, 0.2);
    }
  }

  @keyframes flash-dark {
    0%,
    100% {
      background: #114248;
      box-shadow: 0px 4px 24px 3px rgba(17, 66, 72, 0.6);
    }
    50% {
      background: rgba(17, 66, 72, 0.4);
      box-shadow: 0px 4px 24px 3px rgba(17, 66, 72, 0.2);
    }
  }

  @keyframes flash-gold {
    0%,
    100% {
      background: #fcd34d;
      box-shadow: 0px 4px 24px 3px rgba(252, 211, 77, 0.6);
    }
    50% {
      background: rgba(252, 211, 77, 0.4);
      box-shadow: 0px 4px 24px 3px rgba(252, 211, 77, 0.2);
    }
  }

  @keyframes flash-red {
    0%,
    100% {
      background: rgb(204, 56, 71);
      box-shadow: 0px 4px 24px 3px rgba(204, 56, 71, 0.6);
    }
    50% {
      background: rgb(204, 56, 71, 0.4);
      box-shadow: 0px 4px 24px 3px rgba(204, 56, 71, 0.2);
    }
  }
  .xmas-lights-disabled {
    display: none;
  }
}
