/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
:root {
  color-scheme: light;
  /* Backgrounds (cielo amanecer) */
  --bg: #f8fafd;
  --bg-strong: #eef4fb;
  --surface: #ffffff;
  --surface-soft: #f5f8fc;
  --surface-accent: #eaf1fa;
  --surface-warm: #fdf6ec;
  --surface-success: #edf7ef;
  --surface-warning: #fff5e6;
  --surface-danger: #fceff1;

  /* Texto */
  --text: #1a2740;
  --text-strong: #0f1c33;
  --muted: #5a6b85;

  /* Lineas */
  --line: rgba(26, 39, 64, 0.10);
  --line-strong: rgba(26, 39, 64, 0.20);
  --line-soft: #dde6f1;

  /* Brand (conservado, anclado al logo) */
  --brand: #1f5fa7;
  --brand-strong: #123f72;
  --brand-deep: #184f83;
  --brand-soft: rgba(31, 95, 167, 0.10);

  /* Acento calido secundario (champagne/dorado) */
  --warm: #d4a574;
  --warm-strong: #b8864f;
  --warm-soft: rgba(212, 165, 116, 0.14);

  /* Sombras estilo Calm (mas difusas, menos opacas) */
  --shadow-sm: 0 1px 2px rgba(15, 30, 60, 0.04);
  --shadow-md: 0 8px 24px rgba(15, 30, 60, 0.06);
  --shadow-card: 0 1px 2px rgba(15, 30, 60, 0.04), 0 8px 28px rgba(15, 30, 60, 0.06);
  --shadow-lift: 0 2px 4px rgba(15, 30, 60, 0.05), 0 16px 48px rgba(15, 30, 60, 0.08);

  /* Radios (mas generosos para Calm) */
  --radius-sm: 14px;
  --radius-md: 20px;
  --radius-lg: 28px;
  --radius-pill: 999px;

  /* Espacios */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background:
    radial-gradient(circle at 30% 0%, #d9e7f7 0%, transparent 55%),
    radial-gradient(circle at 100% 100%, rgba(212, 165, 116, 0.10) 0%, transparent 45%),
    linear-gradient(180deg, #f8fafd 0%, #eef4fb 100%);
  background-attachment: fixed;
  color: var(--text);
  font-family: var(--font-inter), "Segoe UI", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  line-height: 1.55;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 200;
  transform: translateY(-140%);
  border-radius: 10px;
  background: #ffffff;
  color: var(--brand-strong);
  padding: 10px 14px;
  font-weight: 700;
  box-shadow: var(--shadow-md);
}

.skip-link:focus {
  transform: translateY(0);
  outline: 3px solid rgba(31, 95, 167, 0.32);
  outline-offset: 2px;
}

h1,
h2,
h3,
h4,
p,
ul,
ol,
blockquote,
figure {
  margin: 0;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: var(--brand-strong);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

.app-shell {
  width: min(1240px, calc(100vw - 32px));
  margin-inline: auto;
  padding: 0 0 56px;
}

.app-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 90;
  margin-inline: calc(50% - 50vw);
  margin-bottom: 18px;
  background: rgba(248, 250, 253, 0.88);
  border-bottom: 1px solid var(--line);
  -webkit-backdrop-filter: saturate(160%) blur(12px);
          backdrop-filter: saturate(160%) blur(12px);
  transition: transform 280ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.app-header[data-scroll="down"] {
  transform: translateY(-100%);
}

.app-header[data-scroll="up"] .app-header-inner {
  min-height: 56px;
}

.app-header[data-scroll="top"] .app-header-inner,
.app-header:not([data-scroll]) .app-header-inner {
  min-height: 76px;
}

.app-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(18px, 2.4vw, 34px);
  width: min(1240px, calc(100vw - 32px));
  min-height: 76px;
  margin-inline: auto;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
}

.brand-link:hover {
  text-decoration: none;
}

.brand-lockup {
  min-width: 0;
}

.brand-lockup-desktop {
  display: block;
}

.brand-lockup-mobile {
  display: none;
  align-items: center;
  gap: 10px;
}

.brand-logo-frame {
  position: relative;
  display: block;
  flex: none;
}

.brand-logo-frame-horizontal {
  width: clamp(184px, 18vw, 210px);
  height: clamp(36px, 3.4vw, 40px);
}

.brand-logo-frame-mark {
  width: 30px;
  height: 30px;
}

.brand-logo-image {
  object-fit: contain;
  object-position: center;
}

.brand-mobile-name {
  color: #132033;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-copy {
  display: none;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.25;
  max-width: 38ch;
}

.app-header-nav {
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
  min-width: 0;
}

.header-utility-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 38px;
  border: 1px solid rgba(31, 95, 167, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--brand-strong);
  padding: 8px 13px;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1;
  align-self: center;
  white-space: nowrap;
}

.header-utility-link:hover {
  text-decoration: none;
  background: #ffffff;
  color: var(--brand-strong);
}

.app-main {
  display: block;
}

.panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(20px, 2.4vw, 32px);
  box-shadow: var(--shadow-card);
}

.panel-selected {
  border-color: rgba(31, 95, 167, 0.32);
  box-shadow: 0 0 0 3px rgba(31, 95, 167, 0.08);
}

.card {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  padding: var(--space-5);
  background: var(--surface);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.card--accent {
  background: var(--surface-accent);
}

.card--soft {
  background: var(--surface-soft);
  border-color: var(--line);
}

.card--warm {
  background: var(--surface-warm);
  border-color: rgba(212, 165, 116, 0.32);
}

.card--featured {
  border-color: rgba(31, 95, 167, 0.32);
  box-shadow: 0 0 0 3px rgba(31, 95, 167, 0.08), var(--shadow-card);
}

.card--xl {
  padding: var(--space-6);
  border-radius: var(--radius-lg);
}

.card--xl:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lift);
  border-color: rgba(31, 95, 167, 0.28);
}

.stack {
  display: grid;
  grid-gap: var(--space-4);
  gap: var(--space-4);
}

.grid-2,
.grid-3 {
  display: grid;
  grid-gap: var(--space-4);
  gap: var(--space-4);
}

@media (min-width: 920px) {
  .grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.muted {
  color: var(--muted);
}

.hero {
  background:
    radial-gradient(circle at top left, rgba(31, 95, 167, 0.06) 0%, transparent 45%),
    linear-gradient(135deg, var(--surface) 0%, var(--bg-strong) 100%);
  color: var(--text-strong);
  border: 1px solid var(--line-soft);
  box-shadow: var(--shadow-card);
}

.hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.04;
  letter-spacing: -0.03em;
  text-wrap: balance;
  color: var(--text-strong);
}

.hero p {
  max-width: 62ch;
  color: var(--muted);
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  border-radius: var(--radius-pill);
  padding: 12px 20px;
  border: 1px solid var(--line-strong);
  background: var(--surface);
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.btn:hover {
  text-decoration: none;
  border-color: rgba(18, 64, 113, 0.24);
  background: var(--surface-soft);
}

.btn:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 2px solid transparent;
  box-shadow: 0 0 0 3px rgba(31, 95, 167, 0.16);
}

.btn-primary {
  background: var(--brand);
  border-color: var(--brand);
  color: #f8fbff;
}

.btn-primary:hover {
  background: var(--brand-deep);
  border-color: var(--brand-deep);
}

.btn-warm {
  background: var(--warm);
  border-color: var(--warm);
  color: #ffffff;
}

.btn-warm:hover {
  background: var(--warm-strong);
  border-color: var(--warm-strong);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #f6fbff;
  border-color: rgba(230, 238, 249, 0.32);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.18);
}

.btn.disabled,
.btn[aria-disabled="true"] {
  pointer-events: none;
  opacity: 0.5;
}

.kicker,
.badge {
  display: inline-flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
  border: 1px solid rgba(31, 95, 167, 0.16);
  background: rgba(31, 95, 167, 0.08);
  color: var(--brand-strong);
  padding: 4px 10px;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.link-card,
.quick-item,
.result-card {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  padding: 16px;
}

.quick-item h3,
.link-card h3,
.result-card h3 {
  font-size: 1rem;
  line-height: 1.3;
}

.breadcrumbs ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0;
  margin: 0;
  color: #546477;
  font-size: 0.82rem;
}

.breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.breadcrumbs .separator {
  color: #8ea0b7;
}

input[type="text"],
input[type="search"],
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px 14px;
  background: #ffffff;
  color: var(--text);
  box-shadow: inset 0 1px 1px rgba(15, 23, 35, 0.02);
}

input::placeholder,
textarea::placeholder {
  color: #8a97a8;
}

button {
  border: 1px solid var(--brand);
  background: var(--brand);
  color: #ffffff;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

button:hover {
  background: var(--brand-strong);
  border-color: var(--brand-strong);
}

.article-list {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  max-height: 460px;
  overflow: auto;
  padding-right: 4px;
}

.article-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.92);
  padding: 12px 14px;
}

.article-content {
  white-space: pre-wrap;
  line-height: 1.8;
}

.checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-gap: 10px;
  gap: 10px;
}

.checklist li {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 14px 16px;
  background: #fff;
}

.check-index {
  display: inline-flex;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--brand-strong);
  background: var(--brand-soft);
  margin-right: 8px;
}

.timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-gap: 12px;
  gap: 12px;
}

.timeline li {
  border-left: 3px solid rgba(31, 95, 167, 0.28);
  padding: 4px 0 4px 14px;
}

.detail-bullet-list {
  margin: 0;
  padding-left: 20px;
  display: grid;
  grid-gap: 6px;
  gap: 6px;
}

.detail-bullet-list li,
.trust-list li {
  line-height: 1.5;
}

.trust-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-gap: 10px;
  gap: 10px;
}

.trust-list li {
  border-radius: var(--radius-sm);
  background: var(--surface-success);
  padding: 12px 14px;
}

.constitution-page {
  gap: 18px;
}

.constitution-hero {
  background:
    radial-gradient(circle at top left, rgba(115, 161, 214, 0.18) 0%, transparent 30%),
    linear-gradient(135deg, #0f243c 0%, #15395e 58%, #1e5da3 100%);
}

.constitution-hero p {
  color: rgba(240, 246, 253, 0.9);
}

.constitution-preamble {
  border-left: 4px solid var(--brand);
}

.constitution-part-card {
  gap: 14px;
}

.constitution-section {
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.constitution-chapter-grid {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
}

@media (min-width: 920px) {
  .constitution-chapter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.constitution-chapter-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.9);
  padding: 16px;
}

.constitution-links {
  display: grid;
  grid-gap: 4px;
  gap: 4px;
}

.constitution-links a {
  display: block;
  border-radius: 10px;
  padding: 6px 8px;
}

.constitution-links a:hover {
  background: var(--brand-soft);
  text-decoration: none;
}

@media (max-width: 900px) {
  /* En mobile/tablet, background-attachment: fixed fuerza repaints caros al
     scrollear (jank, sobre todo en equipos modestos). Volvemos al modo por
     defecto (scroll) en pantallas chicas; en desktop se conserva el efecto. */
  html,
  body {
    background-attachment: scroll;
  }

  .app-shell {
    width: min(100vw - 20px, 1240px);
  }

  .app-header-inner {
    width: min(100vw - 20px, 1240px);
    min-height: 68px;
    gap: 12px;
  }

  .brand-logo-frame-horizontal {
    width: clamp(176px, 30vw, 192px);
    height: 38px;
  }

  .header-utility-link {
    min-height: 36px;
    padding-inline: 12px;
  }

  .panel {
    border-radius: 20px;
    padding: 18px;
  }

  .hero-cta {
    align-items: stretch;
  }
}

@media (max-width: 640px) {
  .app-header {
    margin-bottom: 12px;
  }

  .app-header-inner {
    min-height: 60px;
    gap: 8px;
  }

  .brand-lockup-desktop,
  .brand-copy {
    display: none;
  }

  .brand-lockup-mobile {
    display: inline-flex;
  }

  .brand-logo-frame-mark {
    width: 28px;
    height: 28px;
  }

  .header-utility-link {
    display: none;
  }

  .app-header-nav {
    order: 2;
    flex: 1 1 auto;
  }
}

/* Respeta la preferencia del sistema "reducir movimiento" (mareos/vestibular).
   Neutraliza animaciones y transiciones, y deja el header siempre visible (sin
   el efecto de ocultarse al scrollear). */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }

  .app-header {
    transition: none !important;
  }

  .app-header[data-scroll="down"] {
    transform: none !important;
  }

  .card:hover,
  .card--xl:hover {
    transform: none !important;
  }
}

/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/layout/site-footer.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************/
.site-footer_footer__idXOw {
  margin-inline: calc(50% - 50vw);
  margin-top: var(--space-8);
  padding: var(--space-7) 0 var(--space-6);
  border-top: 1px solid var(--line);
  background: var(--bg-strong);
}

.site-footer_inner__X0kKx {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: var(--space-6);
  gap: var(--space-6);
  width: min(1240px, calc(100vw - 32px));
  margin-inline: auto;
}

.site-footer_navGroup__dIfD9 h3 {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--muted);
  margin-bottom: var(--space-3);
}

.site-footer_navGroup__dIfD9 ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.site-footer_navGroup__dIfD9 a {
  color: var(--text);
  font-size: 0.92rem;
  line-height: 1.4;
}

.site-footer_navGroup__dIfD9 a:hover {
  color: var(--brand-strong);
}

.site-footer_disclaimer__8HWo7 {
  grid-column: 1 / -1;
  padding-top: var(--space-5);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.site-footer_disclaimer__8HWo7 p + p {
  margin-top: var(--space-2);
}

@media (min-width: 640px) {
  .site-footer_inner__X0kKx {
    grid-template-columns: repeat(3, 1fr);
  }
}

/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/layout/main-navbar.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************/
.main-navbar_navbarSticky__tl24c {
  width: 100%;
}

.main-navbar_navbarContainer__xDBL5 {
  width: 100%;
}

.main-navbar_navbarBar__47eZj {
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.main-navbar_mobileHeader__qT64l {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  padding: 0;
}

.main-navbar_mobileMenuButton__PvYTt {
  border: 1px solid #d1dbe8;
  background: #ffffff;
  color: #1b3754;
  border-radius: 10px;
  padding: 0.48rem 0.68rem;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.main-navbar_mobileMenuButton__PvYTt:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(15, 94, 168, 0.26);
}

.main-navbar_mobileMenuIcon__jGceA {
  display: inline-grid;
  gap: 0.16rem;
}

.main-navbar_mobileMenuIcon__jGceA > span {
  width: 0.95rem;
  height: 2px;
  border-radius: 999px;
  background: #305274;
}

.main-navbar_linkRow__XVQ9J {
  display: none;
}

.main-navbar_navbarItemGroup__P5UFi {
  position: relative;
}

.main-navbar_navbarItem__nlIgz {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  color: #32485f;
  text-decoration: none;
  font-weight: 650;
  font-size: 0.94rem;
  min-height: 40px;
  padding: 0.58rem 0.72rem;
  border: 1px solid transparent;
  border-radius: 999px;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.main-navbar_navbarLabel__5qSno {
  position: relative;
  z-index: 1;
}

.main-navbar_navbarCaret__Iaxsc {
  width: 0.52rem;
  height: 0.52rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  opacity: 0.82;
  transition: transform 180ms ease, opacity 180ms ease;
}

.main-navbar_navbarItem__nlIgz:hover {
  text-decoration: none;
  color: #0f5ea8;
  background: rgba(15, 94, 168, 0.06);
  border-color: rgba(15, 94, 168, 0.12);
}

.main-navbar_navbarItem__nlIgz:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(15, 94, 168, 0.24);
}

.main-navbar_navbarItemActive__7ZeNv {
  color: #0f5ea8;
  background: rgba(15, 94, 168, 0.08);
  border-color: rgba(15, 94, 168, 0.16);
}

.main-navbar_navbarItemPrimary__Ra3Gl {
  color: #123f72;
  background: rgba(31, 95, 167, 0.1);
  border-color: rgba(31, 95, 167, 0.16);
}

.main-navbar_navbarItemSearch__bPyJT {
  background: #ffffff;
  border-color: rgba(31, 95, 167, 0.2);
  box-shadow: 0 1px 2px rgba(15, 23, 35, 0.04);
}

.main-navbar_navbarItemSearch__bPyJT:hover {
  background: #f7fbff;
}

.main-navbar_navbarItemGroup__P5UFi:hover .main-navbar_navbarCaret__Iaxsc,
.main-navbar_navbarItemGroup__P5UFi:focus-within .main-navbar_navbarCaret__Iaxsc {
  transform: translateY(1px) rotate(225deg);
  opacity: 1;
}

.main-navbar_navbarActiveIndicator__Tfhv6 {
  position: absolute;
  left: 0.74rem;
  right: 0.74rem;
  bottom: 0.34rem;
  height: 2px;
  border-radius: 999px;
  background: #0f5ea8;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.main-navbar_navbarItem__nlIgz:hover .main-navbar_navbarActiveIndicator__Tfhv6 {
  transform: scaleX(0.58);
}

.main-navbar_navbarActiveIndicatorActive__NFdYl {
  transform: scaleX(1);
}

.main-navbar_navbarItemCompact__OLXNl {
  justify-content: space-between;
  width: 100%;
  border-radius: 10px;
  padding: 0.78rem 0.82rem 0.72rem;
  background: #f8fbff;
  border: 1px solid #d7e1ee;
}

.main-navbar_navbarItemCompact__OLXNl .main-navbar_navbarActiveIndicator__Tfhv6 {
  left: 0.82rem;
  right: 0.82rem;
  bottom: 0.3rem;
}

.main-navbar_submenu__nKJwV {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  min-width: 18rem;
  display: grid;
  grid-gap: 0.18rem;
  gap: 0.18rem;
  padding: 0.48rem;
  border: 1px solid #dde6f1;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 40px rgba(11, 27, 45, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.main-navbar_navbarItemGroup__P5UFi:hover .main-navbar_submenu__nKJwV,
.main-navbar_navbarItemGroup__P5UFi:focus-within .main-navbar_submenu__nKJwV {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.main-navbar_submenuItem__rfX0I {
  display: grid;
  grid-gap: 0.18rem;
  gap: 0.18rem;
  border-radius: 10px;
  padding: 0.7rem 0.78rem;
  text-decoration: none;
  color: #173654;
  transition: background-color 180ms ease, color 180ms ease;
}

.main-navbar_submenuItem__rfX0I:hover {
  text-decoration: none;
  background: rgba(15, 94, 168, 0.06);
  color: #0f5ea8;
}

.main-navbar_submenuItem__rfX0I:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(15, 94, 168, 0.22);
}

.main-navbar_submenuLabel__FCd1I {
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.2;
}

.main-navbar_submenuDescription__lkZ9_ {
  font-size: 0.8rem;
  line-height: 1.4;
  color: #58708b;
}

.main-navbar_drawerLayer__JhFRM {
  display: none;
}

.main-navbar_drawerLayerOpen__zZfYl {
  display: block;
}

.main-navbar_drawerOverlay__3vfP0 {
  position: fixed;
  inset: 0;
  background: rgba(9, 20, 34, 0.34);
  border: 0;
  margin: 0;
  padding: 0;
}

.main-navbar_drawerPanel__Uyz26 {
  position: fixed;
  top: 0;
  left: 0;
  width: min(86vw, 20rem);
  height: 100vh;
  background: #ffffff;
  border-right: 1px solid #dde6f1;
  box-shadow: 0 14px 36px rgba(12, 24, 39, 0.2);
  padding: 0.92rem 0.82rem;
  display: grid;
  align-content: start;
  grid-gap: 0.9rem;
  gap: 0.9rem;
}

.main-navbar_drawerHeader__ynH6k {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
}

.main-navbar_drawerHeader__ynH6k strong {
  color: #153556;
  font-size: 0.94rem;
  letter-spacing: 0.01em;
}

.main-navbar_drawerCloseButton__NMQ6V {
  border: 1px solid #d2dce9;
  background: #ffffff;
  color: #2a4b6d;
  border-radius: 10px;
  padding: 0.42rem 0.58rem;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1;
}

.main-navbar_drawerCloseButton__NMQ6V:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(15, 94, 168, 0.24);
}

.main-navbar_drawerNav___TRmK {
  display: grid;
  grid-gap: 0.58rem;
  gap: 0.58rem;
}

.main-navbar_mobileNavGroup__gjJfi {
  display: grid;
  grid-gap: 0.45rem;
  gap: 0.45rem;
}

.main-navbar_mobileNavGroupHeader__MLAOt {
  display: grid;
  grid-gap: 0.38rem;
  gap: 0.38rem;
}

.main-navbar_mobileSubmenuToggle__T6lH7 {
  border: 1px solid #d7e1ee;
  background: #ffffff;
  color: #2a4b6d;
  border-radius: 10px;
  padding: 0.58rem 0.72rem;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.1;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
}

.main-navbar_mobileSubmenuToggleActive__sd_eh {
  color: #0f5ea8;
  border-color: #c5d7ec;
}

.main-navbar_mobileSubmenuToggle__T6lH7:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(15, 94, 168, 0.22);
}

.main-navbar_mobileSubmenuToggleText__a_VIf {
  text-align: left;
}

.main-navbar_mobileSubmenuChevron__K5lj8 {
  width: 0.5rem;
  height: 0.5rem;
  border-right: 1.6px solid currentColor;
  border-bottom: 1.6px solid currentColor;
  transform: rotate(45deg);
  transition: transform 180ms ease;
}

.main-navbar_mobileSubmenuChevronOpen__bVga8 {
  transform: rotate(225deg);
}

.main-navbar_mobileSubmenu__00H7a {
  display: none;
}

.main-navbar_mobileSubmenuOpen__Bt1AG {
  display: grid;
  grid-gap: 0.42rem;
  gap: 0.42rem;
  padding-left: 0.62rem;
}

.main-navbar_mobileSubmenuItem__Sdpfm {
  display: grid;
  grid-gap: 0.15rem;
  gap: 0.15rem;
  padding: 0.12rem 0.1rem;
  color: #173654;
  text-decoration: none;
}

.main-navbar_mobileSubmenuItem__Sdpfm:hover {
  text-decoration: none;
  color: #0f5ea8;
}

.main-navbar_mobileSubmenuItem__Sdpfm:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(15, 94, 168, 0.18);
  border-radius: 8px;
}

.main-navbar_mobileSubmenuLabel__wroSO {
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.25;
}

.main-navbar_mobileSubmenuDescription__ZpA7j {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #58708b;
}

@media (min-width: 768px) {
  .main-navbar_mobileHeader__qT64l,
  .main-navbar_drawerLayer__JhFRM {
    display: none;
  }

  .main-navbar_linkRow__XVQ9J {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(0.38rem, 0.8vw, 0.62rem);
    overflow-x: auto;
    scrollbar-width: none;
    white-space: nowrap;
    padding: 0;
  }

  .main-navbar_linkRow__XVQ9J::-webkit-scrollbar {
    display: none;
  }
}

@media (min-width: 1024px) {
  .main-navbar_navbarContainer__xDBL5 {
    width: 100%;
  }

  .main-navbar_linkRow__XVQ9J {
    overflow: visible;
    justify-content: flex-end;
    gap: clamp(0.45rem, 0.8vw, 0.7rem);
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[14].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app\\layout.tsx","import":"Inter","arguments":[{"subsets":["latin"],"weight":["400","500","600","700"],"display":"swap","variable":"--font-inter"}],"variableName":"inter"} ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/ba9851c3c22cd980-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/21350d82a1f187e9-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/df0a9ae256c0569c-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/8e9860b6e62d6359-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/ba9851c3c22cd980-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/21350d82a1f187e9-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/df0a9ae256c0569c-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/8e9860b6e62d6359-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/ba9851c3c22cd980-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/21350d82a1f187e9-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/df0a9ae256c0569c-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/8e9860b6e62d6359-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/ba9851c3c22cd980-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/21350d82a1f187e9-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/df0a9ae256c0569c-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/8e9860b6e62d6359-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: 'Inter Fallback';src: local("Arial");ascent-override: 90.44%;descent-override: 22.52%;line-gap-override: 0.00%;size-adjust: 107.12%
}.__className_8b3a0b {font-family: 'Inter', 'Inter Fallback';font-style: normal
}.__variable_8b3a0b {--font-inter: 'Inter', 'Inter Fallback'
}

