/* ==========================================================================
  SETTINGS INDEX
  ========================================================================== */
/* ==========================================================================
  SETTINGS / BREAKPOINTS
  ========================================================================== */
/* ==========================================================================
  SETTINGS / COLORS
  ========================================================================== */
/* ==========================================================================
   RAW PALETTE
   ========================================================================== */
/* ==========================================================================
   SEMANTIC TOKENS
   ========================================================================== */
/* ==========================================================================
  SETTINGS / LAYOUT
  ========================================================================== */
/* ==========================================================================
  SETTINGS / SPACING
  ========================================================================== */
/* ==========================================================================
  SETTINGS / MOTION
  ========================================================================== */
/* ==========================================================================
  SETTINGS / RADIUS
  ========================================================================== */
/* ==========================================================================
  SETTINGS / LAYOUT
  ========================================================================== */
/* ==========================================================================
  SETTINGS / TOKENS
  ========================================================================== */
/* ==========================================================================
  SETTINGS / Z-INDEX
  ========================================================================== */
/* ==========================================================================
  TOOLS INDEX
  ========================================================================== */
/* ==========================================================================
  TOOLS / FUNCTIONS
  ========================================================================== */
/* ==========================================================================
  TOOLS INDEX
  ========================================================================== */
/* ==========================================================================
  TOOLS / MIXINS
  ========================================================================== */
/* ==========================================================================
  GENERIC INDEX
  ========================================================================== */
/* ==========================================================================
  GENERIC / RESET
  ========================================================================== */
html {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  padding: 0;
}

@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
  body {
    min-height: -webkit-fill-available;
  }
}
img,
picture,
svg,
video,
canvas {
  display: block;
  max-width: 100%;
}

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

/* ==========================================================================
  GENERIC / BOX SIZING
  ========================================================================== */
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/* ==========================================================================
  THEMES / DEFAULT (LIGHT)
  ========================================================================== */
[data-theme=dark] {
  color-scheme: dark;
  /* ==========================================================================
     Layout structure
     ========================================================================== */
  --header-height: 46px;
  --footer-height: 36px;
  /* ==========================================================================
     Surfaces
     ========================================================================== */
  --color-surface-page: #f8fafc;
  --color-surface-base: #ffffff;
  --color-surface-muted: #f1f5f9;
  --color-surface-strong: #0f172a;
  --color-surface-inverse: #0f172a;
  --color-surface-overlay: rgba(0, 0, 0, 0.6);
  --color-surface-disabled: #f1f5f9;
  /* ==========================================================================
     Regions
     ========================================================================== */
  --color-header-bg: #ffffff;
  --color-nav-bg: #ffffff;
  --color-footer-bg: #0f172a;
  --color-footer-text: #f1f5f9;
  --color-footer-link: #ffffff;
  --color-footer-link-hover: #dbeafe;
  /* ==========================================================================
     Text
     ========================================================================== */
  --color-text-primary: #ffffff;
  --color-text-secondary: #334155;
  --color-text-muted: #64748b;
  --color-text-inverse: #ffffff;
  --color-text-disabled: #94a3b8;
  --color-text-heading: #ffffff;
  /* ==========================================================================
     Links and focus
     ========================================================================== */
  --color-link: #2563eb;
  --color-link-hover: #1d4ed8;
  --color-link-visited: #1d4ed8;
  --color-focus-ring: #3b82f6;
  /* ==========================================================================
     Borders
     ========================================================================== */
  --color-border-subtle: #e2e8f0;
  --color-border-default: #cbd5e1;
  --color-border-strong: #94a3b8;
  --color-border-focus: #3b82f6;
  --color-border-disabled: #e2e8f0;
  /* ==========================================================================
     Interaction states
     ========================================================================== */
  --color-interactive-hover: rgba(15, 23, 42, 0.04);
  --color-interactive-active: rgba(15, 23, 42, 0.08);
  --color-interactive-selected: rgba(37, 99, 235, 0.12);
  /* ==========================================================================
     Actions
     ========================================================================== */
  --color-action-primary-bg: #2563eb;
  --color-action-primary-bg-hover: #1d4ed8;
  --color-action-primary-bg-active: #1d4ed8;
  --color-action-primary-text: #ffffff;
  --color-action-primary-border: transparent;
  --color-action-secondary-bg: transparent;
  --color-action-secondary-bg-hover: rgba(15, 23, 42, 0.04);
  --color-action-secondary-bg-active: rgba(15, 23, 42, 0.08);
  --color-action-secondary-text: #0f172a;
  --color-action-secondary-border: #cbd5e1;
  /* ==========================================================================
     Form fields
     ========================================================================== */
  --color-field-bg: #ffffff;
  --color-field-border: #cbd5e1;
  --color-field-border-hover: #94a3b8;
  --color-field-border-focus: #3b82f6;
  --color-field-text: #0f172a;
  --color-field-placeholder: #64748b;
  --color-field-disabled-bg: #f1f5f9;
  --color-field-disabled-border: #e2e8f0;
  --color-field-disabled-text: #94a3b8;
  /* ==========================================================================
     State / feedback
     ========================================================================== */
  --color-state-success: #16a34a;
  --color-state-warning: #d97706;
  --color-state-danger: #dc2626;
  --color-state-info: #0284c7;
  --color-state-success-bg: rgba(22, 163, 74, 0.12);
  --color-state-warning-bg: rgba(217, 119, 6, 0.12);
  --color-state-danger-bg: rgba(220, 38, 38, 0.12);
  --color-state-info-bg: rgba(2, 132, 199, 0.12);
  --color-state-success-border: rgba(22, 163, 74, 0.35);
  --color-state-warning-border: rgba(217, 119, 6, 0.35);
  --color-state-danger-border: rgba(220, 38, 38, 0.35);
  --color-state-info-border: rgba(2, 132, 199, 0.35);
  --color-state-success-text: #0f172a;
  --color-state-warning-text: #0f172a;
  --color-state-danger-text: #0f172a;
  --color-state-info-text: #0f172a;
  /* ==========================================================================
     Spacing + layout
     ========================================================================== */
  --space-0: 0;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  /* ==========================================================================
     Layout rhythm and spacing
     ========================================================================== */
  --layout-gutter: 1rem;
  --measure-compact: 30rem;
  --measure-text: 65ch;
  --measure-wide: 80rem;
  --section-space: 2.5rem;
  --stack-space-xs: 0.5rem;
  --stack-space-sm: 0.75rem;
  --stack-space-md: 1rem;
  --stack-space-lg: 1.5rem;
  --stack-space-xl: 2rem;
  --component-padding-sm: 0.75rem;
  --component-padding-md: 1rem;
  --component-padding-lg: 1.5rem;
  --component-gap-sm: 0.5rem;
  --component-gap-md: 1rem;
  --component-gap-lg: 1.5rem;
}

/* ==========================================================================
  THEMES / DARK
  ========================================================================== */
:root {
  /* ==========================================================================
     Layout structure
     ========================================================================== */
  --header-height: 46px;
  --footer-height: 36px;
  /* ==========================================================================
     Surfaces
     ========================================================================== */
  --color-surface-page: #012340;
  --color-surface-base: #012340;
  --color-surface-muted: rgba(255, 255, 255, 0.04);
  --color-surface-strong: #0D0D0D;
  --color-surface-inverse: #ffffff;
  --color-surface-overlay: rgba(0, 0, 0, 0.6);
  --color-surface-disabled: rgba(255, 255, 255, 0.12);
  /* ==========================================================================
     Regions
     ========================================================================== */
  --color-header-bg: #0D0D0D;
  --color-nav-bg: #0D0D0D;
  --color-footer-bg: #0D0D0D;
  --color-footer-text: #bfbdf2;
  --color-footer-link: #ffffff;
  --color-footer-link-hover: #dbeafe;
  /* ==========================================================================
     Text
     ========================================================================== */
  --color-text-primary: #ffffff;
  --color-text-secondary: #cbd5e1;
  --color-text-muted: #94a3b8;
  --color-text-inverse: #0f172a;
  --color-text-disabled: rgba(255, 255, 255, 0.45);
  --color-text-heading: #ffffff;
  /* ==========================================================================
     Links and focus
     ========================================================================== */
  --color-link: #bfbdf2;
  --color-link-hover: #ffffff;
  --color-link-visited: #dbeafe;
  --color-focus-ring: #ffffff;
  /* ==========================================================================
     Borders
     ========================================================================== */
  --color-border-subtle: rgba(255, 255, 255, 0.12);
  --color-border-default: rgba(255, 255, 255, 0.2);
  --color-border-strong: rgba(255, 255, 255, 0.35);
  --color-border-focus: #ffffff;
  --color-border-disabled: rgba(255, 255, 255, 0.1);
  /* ==========================================================================
     Interaction states
     ========================================================================== */
  --color-interactive-hover: rgba(255, 255, 255, 0.08);
  --color-interactive-active: rgba(255, 255, 255, 0.16);
  --color-interactive-selected: rgba(255, 255, 255, 0.2);
  /* ==========================================================================
     Actions
     ========================================================================== */
  --color-action-primary-bg: #2563eb;
  --color-action-primary-bg-hover: #1d4ed8;
  --color-action-primary-bg-active: #1d4ed8;
  --color-action-primary-text: #ffffff;
  --color-action-primary-border: transparent;
  --color-action-secondary-bg: transparent;
  --color-action-secondary-bg-hover: rgba(255, 255, 255, 0.08);
  --color-action-secondary-bg-active: rgba(255, 255, 255, 0.16);
  --color-action-secondary-text: #ffffff;
  --color-action-secondary-border: rgba(255, 255, 255, 0.2);
  /* ==========================================================================
     Form fields
     ========================================================================== */
  --color-field-bg: rgba(255, 255, 255, 0.04);
  --color-field-border: rgba(255, 255, 255, 0.2);
  --color-field-border-hover: rgba(255, 255, 255, 0.35);
  --color-field-border-focus: #ffffff;
  --color-field-text: #ffffff;
  --color-field-placeholder: #94a3b8;
  --color-field-disabled-bg: rgba(255, 255, 255, 0.12);
  --color-field-disabled-border: rgba(255, 255, 255, 0.1);
  --color-field-disabled-text: rgba(255, 255, 255, 0.45);
  /* ==========================================================================
     State / feedback
     ========================================================================== */
  --color-state-success: #16a34a;
  --color-state-warning: #d97706;
  --color-state-danger: #dc2626;
  --color-state-info: #0284c7;
  --color-state-success-bg: rgba(22, 163, 74, 0.12);
  --color-state-warning-bg: rgba(217, 119, 6, 0.12);
  --color-state-danger-bg: rgba(220, 38, 38, 0.12);
  --color-state-info-bg: rgba(2, 132, 199, 0.12);
  --color-state-success-border: rgba(22, 163, 74, 0.4);
  --color-state-warning-border: rgba(217, 119, 6, 0.4);
  --color-state-danger-border: rgba(220, 38, 38, 0.4);
  --color-state-info-border: rgba(2, 132, 199, 0.4);
  --color-state-success-text: #ffffff;
  --color-state-warning-text: #ffffff;
  --color-state-danger-text: #ffffff;
  --color-state-info-text: #ffffff;
  /* ==========================================================================
     Spacing scale
     ========================================================================== */
  --space-0: 0;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  /* ==========================================================================
     Layout rhythm and spacing
     ========================================================================== */
  --layout-gutter: 1rem;
  --measure-compact: 30rem;
  --measure-text: 65ch;
  --measure-wide: 80rem;
  --section-space: 2.5rem;
  --stack-space-xs: 0.5rem;
  --stack-space-sm: 0.75rem;
  --stack-space-md: 1rem;
  --stack-space-lg: 1.5rem;
  --stack-space-xl: 2rem;
  --component-padding-sm: 0.75rem;
  --component-padding-md: 1rem;
  --component-padding-lg: 1.5rem;
  --component-gap-sm: 0.5rem;
  --component-gap-md: 1rem;
  --component-gap-lg: 1.5rem;
}

@media (min-width: 768px) {
  [data-theme=dark] {
    --layout-gutter: 1.25rem;
    --section-space: 3rem;
  }
}
@media (min-width: 1024px) {
  [data-theme=dark] {
    --layout-gutter: 1.5rem;
    --section-space: 4rem;
  }
}
/*body, p, strong, em, small, blockquote*/
body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: var(--color-text-primary);
  line-height: 1.6;
}

p {
  max-width: 900px;
  margin: 1rem auto;
  font-size: 1.2rem;
  line-height: 1.6;
}

ul,
ol {
  max-width: 900px;
  margin: 1rem auto;
  padding-left: 1.5rem;
  font-size: 1.2rem;
}

li {
  margin: 0.5rem 0;
}

p,
ul,
ol,
dl,
blockquote {
  color: var(--color-text-primary);
}

@media (max-width: 768px) {
  body {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-text-heading);
}

h1 {
  margin-top: 6rem;
}

@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}
a {
  color: var(--color-link);
  text-decoration: none;
  transition: color var(--motion-duration-fast) var(--motion-ease-standard);
}

a:hover {
  color: var(--color-link-hover);
}

a:focus-visible {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 2px;
}

/* ==========================================================================
  OBJECTS / CONTAINER
  ========================================================================== */
.o-container {
  width: 100%;
  margin-inline: auto;
  padding-inline: var(--layout-gutter);
}

.o-container--compact {
  max-width: calc(var(--measure-compact) + 2 * var(--layout-gutter));
}

.o-container--text {
  max-width: calc(var(--measure-text) + 2 * var(--layout-gutter));
}

.o-container--wide {
  max-width: calc(var(--measure-wide) + 2 * var(--layout-gutter));
}

.o-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100svh;
  background-color: var(--color-surface-page);
}

.o-page__content {
  flex: 1 0 auto;
}

@supports (-webkit-touch-callout: none) {
  .o-page {
    min-height: -webkit-fill-available;
  }
}
/* ==========================================================================
  OBJECTS / STACK
  ========================================================================== */
.o-stack {
  display: flex;
  flex-direction: column;
  gap: var(--stack-space-md);
}

.o-stack--xs {
  gap: var(--stack-space-xs);
}

.o-stack--sm {
  gap: var(--stack-space-sm);
}

.o-stack--lg {
  gap: var(--stack-space-lg);
}

.o-stack--xl {
  gap: var(--stack-space-xl);
}

/* ==========================================================================
  OBJECTS / CLUSTER
  ========================================================================== */
.o-cluster {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--component-gap-md);
}

.o-cluster--sm {
  gap: var(--component-gap-sm);
}

.o-cluster--lg {
  gap: var(--component-gap-lg);
}

/* ==========================================================================
  OBJECTS / FLOW
  ========================================================================== */
.o-flow > * + * {
  margin-top: var(--flow-space, 1rem);
}

/* ==========================================================================
  COMPONENTS / SITE HEADER
  ========================================================================== */
.c-site-header {
  position: fixed;
  inset-block-start: 0;
  inset-inline: 0;
  z-index: 1000;
  min-height: var(--header-height);
  background-color: var(--color-header-bg);
}

.c-site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  min-height: var(--header-height);
  padding-inline: var(--layout-gutter);
}

.c-site-header__logo-area {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.c-site-header__logo-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.c-site-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--space-4);
  min-width: 0;
  flex: 1 1 auto;
}

@media (max-width: 48rem) {
  .c-site-header__inner {
    gap: var(--space-3);
  }
  .c-site-header__actions {
    gap: var(--space-2);
  }
}
/* ==========================================================================
  COMPONENTS / NAV MENU
  ========================================================================== */
.c-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.c-nav__menu {
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}

.c-nav__theme {
  display: flex;
  align-items: center;
  margin-inline-start: 0.5rem;
}

.c-nav__link {
  color: var(--color-link);
  font-weight: 700;
  text-decoration: none;
}

.c-nav__link:hover,
.c-nav__link:focus-visible {
  color: var(--color-link-hover);
}

.c-nav__toggle,
.c-nav__close {
  background: none;
  border: 0;
  color: var(--color-text-primary);
  cursor: pointer;
}

.c-nav__toggle {
  display: none;
  padding: 0.25rem;
}

.c-nav__toggle-icon {
  font-size: 1.8rem;
  line-height: 1;
}

.c-nav__close {
  display: none;
}

.c-nav__link:focus-visible,
.c-nav__toggle:focus-visible,
.c-nav__close:focus-visible {
  outline: 0.1875rem solid var(--color-focus-ring);
  outline-offset: 0.125rem;
}

@media (max-width: 48rem) {
  .c-nav {
    gap: 0.5rem;
  }
  .c-nav__menu {
    position: fixed;
    top: var(--header-height);
    right: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: calc(100svh - var(--header-height));
    overflow-y: auto;
    background-color: var(--color-header-bg);
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-100%);
    opacity: 0;
    z-index: 300;
  }
  .c-nav.is-open .c-nav__menu {
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    opacity: 1;
  }
  .c-nav__link {
    width: 100%;
    padding: 1rem;
    text-align: center;
    border-bottom: 1px solid var(--color-border-default);
  }
  .c-nav__toggle {
    display: block;
    margin-right: 1rem;
  }
  .c-nav__toggle-icon {
    font-size: 2rem;
  }
  .c-nav__close {
    display: block;
    align-self: flex-start;
    margin: 0.25rem;
  }
  .c-nav__theme {
    margin-inline-start: 0;
  }
}
.c-hero {
  min-height: calc(100vh - var(--footer-height));
  min-height: calc(100svh - var(--footer-height));
  background-size: cover;
  padding-top: var(--header-height);
}

.c-hero__content {
  width: min(100% - 2rem, 80rem);
  margin-inline: auto;
}

.c-hero--home {
  background-image: url("/assets/images/pages/home/hero.jpg");
}

.c-hero--about {
  background-image: url("/assets/images/pages/about/hero.jpg");
}

.c-hero--contact {
  background-image: url("/assets/images/pages/contact/hero.jpg");
}

.c-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s ease-in-out;
}

.c-modal.hidden {
  opacity: 0;
  pointer-events: none;
}

.c-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.c-modal__content {
  max-width: 500px;
  padding: 20px;
  border-radius: 8px;
  background: #011C40;
  color: white;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}

.c-modal.hidden .c-modal__content {
  transform: scale(0.95);
}

.c-modal.is-open .c-modal__content {
  transform: scale(1);
}

.c-modal__title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.4rem;
}

.c-modal__label {
  display: block;
  margin: 15px 0;
  font-size: 1rem;
}

.c-modal__input {
  margin-right: 10px;
  vertical-align: middle;
}

.c-modal__button {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  background: #007bff;
  color: white;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s;
}

.c-modal__button:hover {
  background: #0056b3;
}

.c-modal__button + .c-modal__button {
  margin-left: 10px;
}

@media (max-width: 768px) {
  .c-modal__content {
    width: 95%;
    padding: 15px;
  }
  .c-modal__title {
    font-size: 1.2rem;
  }
  .c-modal__label {
    font-size: 1rem;
  }
  .c-modal__button {
    padding: 8px 15px;
    font-size: 1rem;
  }
}
.c-cookie-consent {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 600px;
  padding: 20px;
  background: #022B60;
  color: white;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}

.c-cookie-consent__content {
  max-width: 800px;
  margin: 0 auto;
}

.c-cookie-consent__title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.8rem;
}

.c-cookie-consent__text {
  margin-bottom: 20px;
  font-size: 1.2rem;
}

.c-cookie-consent__link {
  color: white;
  text-decoration: underline;
}

.c-cookie-consent__link:hover {
  color: rgba(255, 255, 255, 0.8);
}

.c-cookie-consent__options {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.c-cookie-consent__button {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  background: #007bff;
  color: white;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
}

.c-cookie-consent__button:hover {
  background: #0056b3;
}

@media (max-width: 768px) {
  .c-cookie-consent {
    bottom: 0;
    padding: 15px;
  }
  .c-cookie-consent__title {
    font-size: 1.2rem;
  }
  .c-cookie-consent__text {
    font-size: 1rem;
  }
  .c-cookie-consent__options {
    flex-direction: column;
    gap: 10px;
  }
  .c-cookie-consent__button {
    padding: 8px 15px;
    font-size: 1.2rem;
  }
}
.c-site-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--footer-height);
  padding-inline: 1rem;
  background-color: var(--color-footer-bg);
  color: var(--color-footer-text);
  text-align: center;
  flex-shrink: 0;
}

.c-site-footer a {
  color: var(--color-footer-link);
}

.c-site-footer a:hover,
.c-site-footer a:focus-visible {
  color: var(--color-footer-link-hover);
}

@media (max-width: 768px) {
  .c-site-footer {
    padding-inline: 1rem;
    padding-block: 0.75rem;
    font-size: 1rem;
  }
}
.c-link {
  color: var(--color-link);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.c-link:hover,
.c-link:focus-visible {
  color: var(--color-link-hover);
}

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

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-link-glow:hover {
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.4);
  text-decoration: none;
}

.hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}

.u-list-unstyled {
  list-style: none;
}

.u-list-inline {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1rem;
}

/*# sourceMappingURL=style.css.map */
