*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.16 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

:root {
  --color-primary: 221 100% 31%;
  --color-primary-light: 218 100% 53%;
  --color-primary-dark: 221 100% 25%;
  --color-primary-ultralight: 221 100% 92%;
  --color-primary-ultradark: 225 100% 20%;
  --color-primary-faded: 218 100% 81%;
  --color-secondary: 196 100% 44%;
  --color-secondary-faded: 196 78% 72%;
  --color-tertiary: 26 34% 72%;
  --color-background-lightblue: 218 100% 97%;
  --color-background-paper: 0 0% 99%;
  --color-alternative-pardo: 35 28% 41%;
  --color-alternative-gold: 25 34% 51%;
  --color-alternative-darkorange: 18 53% 45%;
  --color-alternative-lightorange: 42 66 66%;
  --color-alternative-prefermemberBlue: 212 81% 14%;
  --color-system-warning: 44 100% 59%;
  --color-system-warning-faded: 44 100% 92%;
  --color-system-error: 360 70% 49%;
  --color-system-error-faded: 0 100% 97%;
  --color-system-success: 147 83% 27%;
  --color-system-success-faded: 146 31% 85%;
  --color-grey-800: 0 0% 7%;
  --color-grey-700: 0 0% 40%;
  --color-grey-600: 0 0% 40%;
  --color-grey-500: 0 0% 60%;
  --color-grey-400: 240 1% 67%;
  --color-grey-300: 40 4% 85%;
  --color-grey-200: 40 4% 85%;
  --color-grey-100: 60 3% 94%;
  --color-grey-75: 60 8% 97%;
  --color-grey-50: 60 8% 97%;
  --color-common-black: 0 0% 0%;
  --color-common-white: 0 0% 100%;
  --color-status-member: 221 100% 31%;
  --color-status-silver: 219 88% 20%;
  --color-status-gold: 36 32% 42%;
  --color-status-platinum: 0 0% 40%;
  --color-status-presidential: 0 0% 7%;
  --spacing-minimal: 0.5rem;
  --spacing-tiny: 1rem;
  --spacing-petit: 1.5rem;
  --spacing-normal: 2rem;
  --spacing-roomy: clamp(2rem, (100vw - 599px) * 99, clamp(2.5rem, (100vw - 959px) * 99, clamp(3rem, (100vw - 1367px) * 99, 3.5rem)));
  --spacing-spacious: clamp(2.5rem, (100vw - 599px) * 99, clamp(3rem, (100vw - 959px) * 99, clamp(3.5rem, (100vw - 1367px) * 99, 4rem)));
  --spacing-big: clamp(3.5rem, (100vw - 599px) * 99, clamp(4rem, (100vw - 959px) * 99, clamp(4.5rem, (100vw - 1367px) * 99, 5rem)));
  --spacing-huge: clamp(4.5rem, (100vw - 599px) * 99, clamp(5.5rem, (100vw - 959px) * 99, clamp(6rem, (100vw - 1367px) * 99, 7rem)));
  --grid-gutter: clamp(1rem, (100vw - 959px) * 99, 1.5rem);
  --line-height-u6: clamp(2.5rem, (100vw - 599px) * 99, clamp(4rem, (100vw - 959px) * 99, clamp(4.5rem, (100vw - 1367px) * 99, 5rem)));
  --line-height-u5: clamp(2.5rem, (100vw - 599px) * 99, clamp(3rem, (100vw - 959px) * 99, clamp(3.5rem, (100vw - 1367px) * 99, 4rem)));
  --line-height-u4: clamp(2rem, (100vw - 599px) * 99, clamp(2.5rem, (100vw - 959px) * 99, clamp(3rem, (100vw - 1367px) * 99, 4rem)));
  --line-height-u3: clamp(2rem, (100vw - 599px) * 99, clamp(2.5rem, (100vw - 1367px) * 99, 3rem));
  --line-height-u2: clamp(1.5rem, (100vw - 599px) * 99, clamp(2rem, (100vw - 1367px) * 99, 2.5rem));
  --line-height-u1: clamp(1.5rem, (100vw - 1367px) * 99, 2rem);
  --line-height-b: 1.5rem;
  --line-height-d1: 1.25rem;
  --line-height-d2: 1rem;
  --line-height-d3: 1rem;
  --font-size-u6: clamp(2.25rem, (100vw - 599px) * 99, clamp(3.5rem, (100vw - 959px) * 99, clamp(4.125rem, (100vw - 1367px) * 99, 4.75rem)));
  --font-size-u5: clamp(2rem, (100vw - 599px) * 99, clamp(2.75rem, (100vw - 959px) * 99, clamp(3.25rem, (100vw - 1367px) * 99, 3.75rem)));
  --font-size-u4: clamp(1.875rem, (100vw - 599px) * 99, clamp(2.25rem, (100vw - 959px) * 99, clamp(2.5rem, (100vw - 1367px) * 99, 3rem)));
  --font-size-u3: clamp(1.5rem, (100vw - 599px) * 99, clamp(1.875rem, (100vw - 959px) * 99, clamp(2.25rem, (100vw - 1367px) * 99, 2.5rem)));
  --font-size-u2: clamp(1.25rem, (100vw - 599px) * 99, clamp(1.5rem, (100vw - 959px) * 99, clamp(1.75rem, (100vw - 1367px) * 99, 2rem)));
  --font-size-u1: clamp(1.125rem, (100vw - 1367px) * 99, 1.25rem);
  --font-size-b: 1rem;
  --font-size-d1: 0.875rem;
  --font-size-d2: 0.75rem;
  --font-size-d3: 0.75rem;
  --letter-spacing-u6: clamp(-0.08875rem, (100vw - 599px) * 99, clamp(-0.138125rem, (100vw - 959px) * 99, clamp(-0.163125rem, (100vw - 1367px) * 99, -0.1875rem)));
  --letter-spacing-u5: clamp(-0.083125rem, (100vw - 599px) * 99, clamp(-0.114375rem, (100vw - 959px) * 99, clamp(-0.135625rem, (100vw - 1367px) * 99, -0.15625rem)));
  --letter-spacing-u4: clamp(-0.078125rem, (100vw - 599px) * 99, clamp(-0.09375rem, (100vw - 959px) * 99, clamp(-0.078125rem, (100vw - 1367px) * 99, -0.09375rem)));
  --letter-spacing-u3: clamp(-0.046875rem, (100vw - 599px) * 99, clamp(-0.05875rem, (100vw - 959px) * 99, clamp(-0.09375rem, (100vw - 1367px) * 99, -0.078125rem)));
  --letter-spacing-u2: clamp(-0.063rem, (100vw - 599px) * 99, clamp(-0.046875rem, (100vw - 959px) * 99, clamp(-0.055rem, (100vw - 1367px) * 99, -0.0625rem)));
  --letter-spacing-u1: 0rem;
  --letter-spacing-b: 0rem;
  --letter-spacing-d1: 0rem;
  --letter-spacing-d2: 0.0625rem;
  --letter-spacing-d3: 0rem;
}

.container {
  max-width: calc(100% - 2rem);
}

@media (min-width: 600px) {
  .container {
    max-width: 560px;
  }
}

@media (min-width: 960px) {
  .container {
    max-width: calc(100% - 144px);
  }
}

@media (min-width: 1367px) {
  .container {
    max-width: 1224px;
  }
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-2 {
  left: 0.5rem;
}

.top-2 {
  top: 0.5rem;
}

.isolate {
  isolation: isolate;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-end-3 {
  grid-column-end: 3;
}

.row-span-full {
  grid-row: 1 / -1;
}

.row-start-2 {
  grid-row-start: 2;
}

.row-start-3 {
  grid-row-start: 3;
}

.row-end-2 {
  grid-row-end: 2;
}

.row-end-3 {
  grid-row-end: 3;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-3 {
  height: 0.75rem;
}

.h-40 {
  height: 10rem;
}

.h-6 {
  height: 1.5rem;
}

.h-\[10\.3px\] {
  height: 10.3px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.min-h-40 {
  min-height: 10rem;
}

.w-\[11\.6px\] {
  width: 11.6px;
}

.w-\[376px\] {
  width: 376px;
}

.w-full {
  width: 100%;
}

.max-w-24 {
  max-width: 6rem;
}

.max-w-40 {
  max-width: 10rem;
}

.max-w-\[400px\] {
  max-width: 400px;
}

.max-w-full {
  max-width: 100%;
}

.max-w-prose {
  max-width: 65ch;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.grid-cols-\[8px_116px_auto_8px\] {
  grid-template-columns: 8px 116px auto 8px;
}

.grid-rows-\[8px_auto_auto_8px\] {
  grid-template-rows: 8px auto auto 8px;
}

.grid-rows-subgrid {
  grid-template-rows: subgrid;
}

.flex-col {
  flex-direction: column;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.self-end {
  align-self: flex-end;
}

.overflow-hidden {
  overflow: hidden;
}

.text-wrap {
  text-wrap: wrap;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.bg-grey-300 {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-grey-300) / var(--tw-bg-opacity, 1));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-primary) / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pt-4 {
  padding-top: 1rem;
}

.text-center {
  text-align: center;
}

.font-gilroy {
  font-family: Gilroy, Helvetica, Arial, sans-serif;
}

.font-suisse {
  font-family: "Suisse Int'l", Helvetica, Arial, sans-serif;
}

.text-b {
  font-size: var(--font-size-b);
  line-height: var(--line-height-b);
  letter-spacing: var(--letter-spacing-b);
}

.text-d1 {
  font-size: var(--font-size-d1);
  line-height: var(--line-height-d1);
  letter-spacing: var(--letter-spacing-d1);
}

.text-d2 {
  font-size: var(--font-size-d2);
  line-height: var(--line-height-d2);
  letter-spacing: var(--letter-spacing-d2);
}

.text-d3 {
  font-size: var(--font-size-d3);
  line-height: var(--line-height-d3);
  letter-spacing: var(--letter-spacing-d3);
}

.text-u1 {
  font-size: var(--font-size-u1);
  line-height: var(--line-height-u1);
  letter-spacing: var(--letter-spacing-u1);
}

.text-u2 {
  font-size: var(--font-size-u2);
  line-height: var(--line-height-u2);
  letter-spacing: var(--letter-spacing-u2);
}

.text-u3 {
  font-size: var(--font-size-u3);
  line-height: var(--line-height-u3);
  letter-spacing: var(--letter-spacing-u3);
}

.text-u4 {
  font-size: var(--font-size-u4);
  line-height: var(--line-height-u4);
  letter-spacing: var(--letter-spacing-u4);
}

.text-u5 {
  font-size: var(--font-size-u5);
  line-height: var(--line-height-u5);
  letter-spacing: var(--letter-spacing-u5);
}

.text-u6 {
  font-size: var(--font-size-u6);
  line-height: var(--line-height-u6);
  letter-spacing: var(--letter-spacing-u6);
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.text-common-white {
  --tw-text-opacity: 1;
  color: hsl(var(--color-common-white) / var(--tw-text-opacity, 1));
}

.text-grey-200 {
  --tw-text-opacity: 1;
  color: hsl(var(--color-grey-200) / var(--tw-text-opacity, 1));
}

.text-grey-600 {
  --tw-text-opacity: 1;
  color: hsl(var(--color-grey-600) / var(--tw-text-opacity, 1));
}

.text-grey-700 {
  --tw-text-opacity: 1;
  color: hsl(var(--color-grey-700) / var(--tw-text-opacity, 1));
}

.text-primary {
  --tw-text-opacity: 1;
  color: hsl(var(--color-primary) / var(--tw-text-opacity, 1));
}

.text-primary-dark {
  --tw-text-opacity: 1;
  color: hsl(var(--color-primary-dark) / var(--tw-text-opacity, 1));
}

.text-primary-light {
  --tw-text-opacity: 1;
  color: hsl(var(--color-primary-light) / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.overline {
  text-decoration-line: overline;
}

.line-through {
  text-decoration-line: line-through;
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.outline-1 {
  outline-width: 1px;
}

.outline-grey-300 {
  outline-color: hsl(var(--color-grey-300) / 1);
}

.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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

@font-face {
  font-family: "Gilroy";

  src: url("/fonts/Gilroy-Regular.woff2")
    format("woff");

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Gilroy";

  src: url("/fonts/Gilroy-Medium.woff2")
    format("woff");

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Gilroy";

  src: url("/fonts/Gilroy-Bold.woff2")
    format("woff");

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  color: #1a202c;
  font-family:
    "Gilroy",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

/* Fondo del tool: aplicado al contenedor de montaje (#app), no a body, para
   que no se filtre al CSS compilado que usan los exports de airTRFX. */

#app {
  min-height: 100vh;
  background: #f0f4f8;
}

button,
input,
select,
textarea {
  font: inherit;
}

.toolbar {
  position: sticky;
  top: 0;
  z-index: 30;
  background: #f0f4f8;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
}

.toolbar-inner {
  max-width: 1700px;
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tool-tabs {
  display: flex;
  align-items: center;
  gap: 6px;
}

.tool-tabs button {
  border: 1px solid #dbe3ee;
  border-radius: 9px;
  background: #fff;
  color: #6b7280;
  cursor: pointer;
  padding: 9px 16px;
  font-size: 13px;
  font-weight: 700;
  transition:
    background 0.15s,
    border-color 0.15s,
    color 0.15s;
}

.tool-tabs button:hover {
  border-color: #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
}

.tool-tabs button.active {
  border-color: #003087;
  background: #003087;
  color: #fff;
}

.app-header {
  background: #003087;
  color: #fff;
  padding: 12px 28px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.header-logo {
  width: auto;
  height: 40px;
  flex-shrink: 0;
}

.header-text h1 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.header-text p {
  margin: 2px 0 0;
  font-size: 11px;
  opacity: 0.72;
}

.fare-tool {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 20px 24px;
}

.cfg,
.preview-panel,
.export-panel,
.lang-card,
.sf-bar,
.uploader-panel {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
}

.cfg-h,
.panel-header,
.lc-header {
  border-bottom: 1px solid #e2e8f0;
  padding: 12px 16px;
}

.cfg-h h2,
.panel-header h2 {
  margin: 0;
  color: #374151;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.panel-header p {
  margin: 3px 0 0;
  color: #9ca3af;
  font-size: 11px;
}

.cfg-b {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(420px, 1.2fr) 180px;
  gap: 16px;
  align-items: end;
  padding: 16px;
}

.step {
  margin-bottom: 0;
}

.slbl {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 8px;
}

.sn {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #003087;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slbl span {
  color: #374151;
  font-size: 13px;
  font-weight: 600;
}

label {
  display: block;
  margin-bottom: 4px;
  color: #6b7280;
  font-size: 11px;
  font-weight: 600;
}

input[type="text"],
select {
  width: 100%;
  min-height: 34px;
  border: 1px solid #d1d5db;
  border-radius: 7px;
  padding: 7px 10px;
  background: #fff;
  color: #1a202c;
  font-size: 13px;
  outline: none;
}

input[type="text"]:focus,
select:focus,
textarea:focus {
  border-color: #003087;
  box-shadow: 0 0 0 3px rgba(0, 48, 135, 0.08);
}

.hint {
  margin: 4px 0 0;
  color: #9ca3af;
  font-size: 10px;
  line-height: 1.45;
}

.hint code {
  background: #f1f5f9;
  border-radius: 4px;
  color: #374151;
  padding: 1px 5px;
}

.row2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.div {
  height: 1px;
  margin: 14px 0;
  background: #e2e8f0;
  display: none;
}

.actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.btn-gen {
  width: 100%;
  border: none;
  border-radius: 9px;
  padding: 10px;
  background: #003087;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}

.btn-gen:hover {
  background: #00256b;
}

.btn-ghost {
  width: 100%;
  border: 1px solid #003087;
  border-radius: 9px;
  padding: 9px;
  background: #fff;
  color: #003087;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}

.btn-ghost:hover {
  background: #eff6ff;
}

.btn-gen:disabled,
.btn-ghost:disabled {
  background: #e5e7eb;
  border-color: #d1d5db;
  color: #9ca3af;
  cursor: not-allowed;
}

.edit-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 10px 0 0;
  color: #374151;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.edit-toggle input {
  width: 15px;
  height: 15px;
  margin: 0;
  accent-color: #003087;
  cursor: pointer;
}

/* Barra compacta de opciones por storefront */

.sf-bar {
  padding: 10px 14px;
}

.sf-bar-head {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.sf-bar-title {
  color: #374151;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sf-all {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 3px 8px;
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
}

.sf-all > span {
  color: #6b7280;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.sf-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.sf-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 9px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #f8fafc;
}

.sf-code {
  color: #003087;
  font-size: 12px;
  font-weight: 800;
  min-width: 24px;
}

.sf-mini {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  color: #475569;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
}

.sf-mini input {
  width: 14px;
  height: 14px;
  margin: 0;
  accent-color: #003087;
  cursor: pointer;
}

.sf-filter-setting {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  color: #475569;
  font-size: 10px;
  font-weight: 700;
}

.sf-filter-setting select {
  width: auto;
  min-width: 88px;
  min-height: 28px;
  padding: 3px 24px 3px 7px;
  border-radius: 6px;
  font-size: 11px;
}

/* Filtro que viaja dentro del HTML publicado */

.fare-public-filter {
  display: flex;
  width: min(100%, 1160px);
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 18px;
  padding: 12px 14px;
  border: 1px solid #d7e2f0;
  border-radius: 12px;
  background: #f7fbff;
}

.fare-public-filter label {
  display: flex;
  min-width: 0;
  flex: 1 1 320px;
  flex-direction: column;
  gap: 5px;
  margin: 0;
}

.fare-public-filter label > span {
  color: #374151;
  font-family: "Gilroy", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.fare-public-filter select {
  width: min(100%, 360px);
  min-height: 44px;
  padding: 8px 36px 8px 12px;
  border: 1px solid #9fb3c9;
  border-radius: 9px;
  background: #fff;
  color: #1a202c;
  font-family: "Gilroy", sans-serif;
  font-size: 15px;
  font-weight: 600;
  outline: none;
}

.fare-public-filter select:focus {
  border-color: #003087;
  box-shadow: 0 0 0 3px rgba(0, 48, 135, 0.12);
}

.fare-public-filter-count {
  flex: 0 0 auto;
  padding-bottom: 12px;
  color: #64748b;
  font-family: "Gilroy", sans-serif;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.fare-media {
  position: relative;
  grid-column: 1 / 3;
  grid-row: 1 / -1;
  min-height: 160px;
  overflow: hidden;
  background: #e8eef5;
}

.fare-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 1400ms cubic-bezier(0.22, 1, 0.36, 1);
}

.fare-slide.is-active {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .fare-slide {
    transition: none;
  }

  .fare-slide:not(:first-child) {
    display: none;
  }
}

/* Selector de imagen estática (solo preview, no aparece en exports) */

.fare-image-editor {
  margin-top: 8px;
  width: 376px;
  max-width: 100%;
  border: 1px solid #dbe3ee;
  border-radius: 10px;
  background: #f8fafc;
  padding: 8px 10px;
}

.fare-image-editor label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0;
}

.fare-image-editor label > span {
  color: #6b7280;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.fare-image-editor select {
  min-width: 132px;
  min-height: 30px;
  border: 1px solid #d1d5db;
  border-radius: 7px;
  padding: 4px 28px 4px 7px;
  background: #fff;
  color: #1a202c;
  font-size: 12px;
}

/* Editor de fechas (solo preview, no aparece en exports) */

.fare-editor {
  margin-top: 8px;
  width: 376px;
  max-width: 100%;
  border: 1px solid #dbe3ee;
  border-radius: 10px;
  background: #f8fafc;
  padding: 8px 10px;
}

.fare-editor-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.fare-editor label {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin: 0;
}

.fare-editor label > span {
  color: #6b7280;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.fare-editor input[type="date"] {
  width: 100%;
  min-height: 30px;
  border: 1px solid #d1d5db;
  border-radius: 7px;
  padding: 4px 7px;
  background: #fff;
  color: #1a202c;
  font-size: 12px;
}

.fare-editor-state {
  display: inline-block;
  margin-top: 6px;
  font-size: 11px;
  font-weight: 600;
}

.fare-editor-state.is-saving {
  color: #b45309;
}

.fare-editor-state.is-saved {
  color: #166534;
}

.fare-editor-state.is-error {
  color: #b91c1c;
}

.preview-frame {
  min-height: 620px;
  padding: 16px;
  overflow-x: auto;
}

.uploader-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 16px;
  padding: 16px;
}

.uploader-controls {
  min-width: 0;
}

.upload-zone {
  border: 2px dashed #cbd5e1;
  border-radius: 10px;
  background: #f8fafc;
  padding: 18px;
  cursor: pointer;
  transition:
    border-color 0.15s,
    background 0.15s;
}

.upload-zone:hover {
  border-color: #003087;
  background: #eff6ff;
}

.upload-zone strong {
  display: block;
  color: #374151;
  font-size: 13px;
}

.upload-zone span {
  display: block;
  margin-top: 4px;
  color: #9ca3af;
  font-size: 11px;
}

.upload-zone input {
  display: none;
}

.uploader-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 10px;
  margin-top: 12px;
}

.uploader-grid input[type="text"],
.uploader-grid input[type="date"] {
  width: 100%;
  min-height: 34px;
  border: 1px solid #d1d5db;
  border-radius: 7px;
  padding: 7px 10px;
  background: #fff;
  color: #1a202c;
  font-size: 13px;
  outline: none;
}

.uploader-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.uploader-status {
  margin-top: 10px;
  border-radius: 8px;
  padding: 9px 11px;
  font-size: 12px;
  font-weight: 600;
}

.uploader-status.is-info {
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
}

.uploader-status.is-success {
  border: 1px solid #bbf7d0;
  background: #f0fdf4;
  color: #166534;
}

.uploader-status.is-error {
  border: 1px solid #fecaca;
  background: #fef2f2;
  color: #991b1b;
}

.uploader-summary {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.summary-metric {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #f8fafc;
  padding: 12px;
}

.summary-metric span {
  display: block;
  color: #9ca3af;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.summary-metric strong {
  display: block;
  margin-top: 4px;
  color: #003087;
  font-size: 18px;
}

.issue-list {
  display: grid;
  gap: 5px;
  margin: 0 16px 16px;
  border: 1px solid #fecaca;
  border-radius: 9px;
  background: #fef2f2;
  padding: 10px 12px;
  color: #991b1b;
  font-size: 12px;
  font-weight: 600;
}

.upload-table-wrap {
  margin: 0 16px 16px;
  max-height: 300px;
  overflow: auto;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
}

.upload-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 11px;
}

.upload-table th {
  position: sticky;
  top: 0;
  background: #f1f5f9;
  color: #6b7280;
  font-size: 10px;
  letter-spacing: 0.04em;
  text-align: left;
  text-transform: uppercase;
}

.upload-table th,
.upload-table td {
  border-bottom: 1px solid #f1f5f9;
  padding: 7px 8px;
  white-space: nowrap;
}

.upload-table td {
  color: #374151;
}

.preview-storefront {
  border-bottom: 1px solid #e2e8f0;
  padding: 0 0 22px;
  margin-bottom: 22px;
}

.preview-storefront:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.preview-storefront-header {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  border: 1px solid #bfdbfe;
  border-radius: 7px;
  background: #eff6ff;
  color: #1d4ed8;
  padding: 5px 9px;
  font-size: 11px;
  font-weight: 700;
}

.preview-storefront-header span + span {
  border-left: 1px solid #bfdbfe;
  padding-left: 6px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 16px;
}

.lang-card {
  overflow: hidden;
}

.lang-card.visible {
  display: block;
}

.lc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.lc-title {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.lc-title .name {
  color: #374151;
  font-size: 14px;
  font-weight: 700;
}

.lc-title .meta {
  color: #9ca3af;
  font-size: 11px;
}

.btn-copy {
  border: 1px solid #bfdbfe;
  border-radius: 7px;
  padding: 6px 14px;
  background: #eff6ff;
  color: #1d4ed8;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
}

.btn-copy:hover {
  background: #dbeafe;
}

.btn-copy.copied {
  border-color: #bbf7d0;
  background: #dcfce7;
  color: #166534;
}

.lc-body {
  padding: 12px;
}

.lc-body textarea {
  width: 100%;
  min-height: 190px;
  resize: vertical;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #f8fafc;
  color: #374151;
  padding: 10px;
  font-family: "Courier New", monospace;
  font-size: 10px;
  line-height: 1.5;
  outline: none;
}

.export-render {
  display: none;
}

@media (max-width: 1240px) {
  .cfg-b {
    grid-template-columns: 1fr 1fr;
  }

  .cfg-b .actions {
    grid-column: 1 / -1;
    flex-direction: row;
  }
}

@media (max-width: 820px) {
  .app-header,
  .fare-tool {
    padding-left: 14px;
    padding-right: 14px;
  }

  .toolbar {
    position: static;
    box-shadow: none;
  }

  .cfg-b,
  .cards,
  .uploader-body,
  .uploader-grid,
  .uploader-actions {
    grid-template-columns: 1fr;
  }

  .sf-chip {
    width: 100%;
    flex-wrap: wrap;
  }

  .fare-public-filter {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }

  .fare-public-filter label {
    width: 100%;
    flex: 0 0 auto;
  }

  .fare-public-filter select {
    width: 100%;
  }

  .fare-public-filter-count {
    padding-bottom: 0;
  }

  .preview-frame {
    min-height: 480px;
  }
}

.theme-switch {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #d7e8f7;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.theme-switch input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.theme-switch .switch-track {
  position: relative;
  width: 38px;
  height: 21px;
  background: rgba(255,255,255,.22);
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 11px;
}

.theme-switch .switch-track span {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 50%;
  transition: transform .16s ease;
}

.theme-switch input:checked + .switch-track {
  background: #2e8bd7;
}

.theme-switch input:checked + .switch-track span {
  transform: translateX(17px);
}

:root[data-theme='dark'] #app {
  background: #11151a;
  color: #f1f4f7;
}

:root[data-theme='dark'] .toolbar {
  background: #11151a;
}

:root[data-theme='dark'] .cfg, :root[data-theme='dark'] .preview-panel, :root[data-theme='dark'] .export-panel, :root[data-theme='dark'] .lang-card, :root[data-theme='dark'] .sf-bar, :root[data-theme='dark'] .uploader-panel {
  background: #191f26;
  border-color: #343e48;
}

:root[data-theme='dark'] .cfg-h, :root[data-theme='dark'] .panel-header, :root[data-theme='dark'] .lc-header {
  border-color: #343e48;
}

:root[data-theme='dark'] .cfg-h h2, :root[data-theme='dark'] .panel-header h2, :root[data-theme='dark'] .slbl span, :root[data-theme='dark'] label {
  color: #f1f4f7;
}

:root[data-theme='dark'] input[type='text'], :root[data-theme='dark'] select {
  background: #202831;
  color: #f1f4f7;
  border-color: #4c5966;
}

:root[data-theme='dark'] .sf-bar, :root[data-theme='dark'] .preview-frame {
  color: #f1f4f7;
}

:root {
  --copa-ultradark: #001b44;
  --copa-dark-primary: #003b73;
  --copa-primary: #0057b8;
  --copa-aqua: #00a9e0;
  --copa-light-aqua: #7dd3eb;
}

:root[data-theme='dark'] #app {
  background: var(--copa-ultradark);
  color: #f4f8ff;
}

:root[data-theme='dark'] .toolbar {
  background: var(--copa-ultradark);
}

:root[data-theme='dark'] .cfg,
:root[data-theme='dark'] .preview-panel,
:root[data-theme='dark'] .export-panel,
:root[data-theme='dark'] .lang-card,
:root[data-theme='dark'] .sf-bar,
:root[data-theme='dark'] .uploader-panel {
  background: var(--copa-dark-primary);
  border-color: #1b5a99;
}

:root[data-theme='dark'] .cfg-h,
:root[data-theme='dark'] .panel-header,
:root[data-theme='dark'] .lc-header {
  border-color: #1b5a99;
}

:root[data-theme='dark'] .cfg-h h2,
:root[data-theme='dark'] .panel-header h2,
:root[data-theme='dark'] .slbl span,
:root[data-theme='dark'] label {
  color: #f4f8ff;
}

:root[data-theme='dark'] input[type='text'],
:root[data-theme='dark'] select {
  background: #002d5d;
  color: #f4f8ff;
  border-color: #4e8fd0;
}

:root[data-theme='dark'] .sf-bar,
:root[data-theme='dark'] .preview-frame {
  color: #f4f8ff;
}

:root[data-theme='dark'] .theme-switch {
  color: var(--copa-light-aqua);
}

:root[data-theme='dark'] .theme-switch input:checked + .switch-track {
  background: var(--copa-aqua);
}

.tool-link {
  display: inline-flex;
  align-items: center;
  border: 1px solid #dbe3ee;
  border-radius: 9px;
  background: #fff;
  color: #003087;
  padding: 9px 16px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.tool-link:hover {
  border-color: #bfdbfe;
  background: #eff6ff;
}

.tool-link.active,
.tool-link[aria-current='page'] {
  border-color: #003087;
  background: #003087;
  color: #fff;
}

:root[data-theme='dark'] .tool-link {
  border-color: #1b5a99;
  background: #003b73;
  color: #c8e8f5;
}

:root[data-theme='dark'] .tool-link:hover {
  border-color: #4e8fd0;
  background: #004a8f;
}

:root[data-theme='dark'] .tool-link.active,
:root[data-theme='dark'] .tool-link[aria-current='page'] {
  border-color: #73c8e8;
  background: #0a78bd;
  color: #fff;
}

.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:\!underline:hover {
  text-decoration-line: underline !important;
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:outline-2:hover {
  outline-width: 2px;
}

.hover\:outline-primary-ultralight:hover {
  outline-color: hsl(var(--color-primary-ultralight) / 1);
}

.focus\:outline-2:focus {
  outline-width: 2px;
}

.focus\:outline-primary-ultralight:focus {
  outline-color: hsl(var(--color-primary-ultralight) / 1);
}

@media (min-width: 1367px) {
  .lg\:text-u1 {
    font-size: var(--font-size-u1);
    line-height: var(--line-height-u1);
    letter-spacing: var(--letter-spacing-u1);
  }
}