@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&display=swap");
:root {
  --bg-primary-light: #FDFCF8;
  --bg-primary-dark: #F8F6F0;
  --bg-secondary-light: #EEE9DC;
  --bg-secondary-dark: #F1ECE0;
  --bg-tertiary-light: #DDD8CB;
  --bg-tertiary-dark: #C5BFB0;
  --text-light: #14213D;
  --text-dark: #14213D;
  --icon-ink-filter: brightness(0);
  --card-gradient: linear-gradient(145deg, #ffffff 0%, var(--bg-primary-light) 50%, #F4EFE5 100%);
  --scrollbar-thumb: rgba(20, 33, 61, 0.22);
  --scrollbar-thumb-hover: rgba(20, 33, 61, 0.38);
  --track-line: rgba(20, 33, 61, 0.1);
  --text-faint: rgba(20, 33, 61, 0.65);
  --hover-veil: rgba(20, 33, 61, 0.06);
  --road-surface: #8A8578;
  --road-line: rgba(255, 255, 255, 0.9);
  --road-edge: rgba(116, 120, 111, 0.45);
}

html[data-theme=dark] {
  --bg-primary-light: #161822;
  --bg-primary-dark: #0D0F19;
  --bg-secondary-light: #242735;
  --bg-secondary-dark: #1c1e29;
  --bg-tertiary-light: #2D2F38;
  --bg-tertiary-dark: #3a3d4a;
  --text-light: #ffffff;
  --text-dark: #000000;
  --icon-ink-filter: brightness(0) invert(1);
  --card-gradient: linear-gradient(145deg, #1b1d28 0%, var(--bg-primary-light) 50%, #131520 100%);
  --scrollbar-thumb: rgba(255, 255, 255, 0.18);
  --scrollbar-thumb-hover: rgba(255, 255, 255, 0.32);
  --track-line: rgba(255, 255, 255, 0.08);
  --text-faint: rgba(255, 255, 255, 0.7);
  --hover-veil: rgba(255, 255, 255, 0.08);
  --road-surface: #1a1c26;
  --road-line: rgba(255, 255, 255, 0.78);
  --road-edge: rgba(255, 255, 255, 0.08);
}

.display-font-light {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1.05;
}
@media (min-width: 850px) {
  .display-font-light {
    font-size: 4.5rem;
  }
}
.display-font-light {
  color: var(--text-light);
}

.display-font-dark {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1.05;
}
@media (min-width: 850px) {
  .display-font-dark {
    font-size: 4.5rem;
  }
}
.display-font-dark {
  color: var(--text-dark);
}

.primary-header-font-light {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.1;
}
@media (min-width: 850px) {
  .primary-header-font-light {
    font-size: 3.75rem;
  }
}
.primary-header-font-light {
  color: var(--text-light);
}

.primary-header-font-dark {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.1;
}
@media (min-width: 850px) {
  .primary-header-font-dark {
    font-size: 3.75rem;
  }
}
.primary-header-font-dark {
  color: var(--text-dark);
}

.secondary-header-font-light {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.15;
}
@media (min-width: 850px) {
  .secondary-header-font-light {
    font-size: 3rem;
  }
}
.secondary-header-font-light.italic {
  font-style: italic;
}
.secondary-header-font-light {
  color: var(--text-light);
}

.secondary-header-font-dark {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.15;
}
@media (min-width: 850px) {
  .secondary-header-font-dark {
    font-size: 3rem;
  }
}
.secondary-header-font-dark.italic {
  font-style: italic;
}
.secondary-header-font-dark {
  color: var(--text-dark);
}

.h3-font-light {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 850px) {
  .h3-font-light {
    font-size: 2.25rem;
  }
}
.h3-font-light {
  color: var(--text-light);
}

.h3-font-dark {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 850px) {
  .h3-font-dark {
    font-size: 2.25rem;
  }
}
.h3-font-dark {
  color: var(--text-dark);
}

.h4-font-light {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 850px) {
  .h4-font-light {
    font-size: 1.875rem;
  }
}
.h4-font-light {
  color: var(--text-light);
}

.h4-font-dark {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 850px) {
  .h4-font-dark {
    font-size: 1.875rem;
  }
}
.h4-font-dark {
  color: var(--text-dark);
}

.tertiary-header-font-light {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.25;
}
@media (min-width: 850px) {
  .tertiary-header-font-light {
    font-size: 1.5rem;
  }
}
.tertiary-header-font-light.italic {
  font-style: italic;
}
.tertiary-header-font-light {
  color: var(--text-light);
}

.tertiary-header-font-dark {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.25;
}
@media (min-width: 850px) {
  .tertiary-header-font-dark {
    font-size: 1.5rem;
  }
}
.tertiary-header-font-dark.italic {
  font-style: italic;
}
.tertiary-header-font-dark {
  color: var(--text-dark);
}

.subheading-lg-font-light {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: var(--text-light);
}

.subheading-lg-font-dark {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: var(--text-dark);
}

.subheading-md-font-light {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--text-light);
}

.subheading-md-font-dark {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--text-dark);
}

.subheading-sm-font-light {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--text-light);
}

.subheading-sm-font-dark {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--text-dark);
}

.body-font-light {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.body-font-light.italic {
  font-style: italic;
}
.body-font-light.bold {
  font-weight: 500;
}
.body-font-light {
  color: var(--text-light);
}

.body-font-dark {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.body-font-dark.italic {
  font-style: italic;
}
.body-font-dark.bold {
  font-weight: 500;
}
.body-font-dark {
  color: var(--text-dark);
}

.body-font-tertiary {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.body-font-tertiary.italic {
  font-style: italic;
}
.body-font-tertiary.bold {
  font-weight: 500;
}
.body-font-tertiary {
  color: #667085;
}

.body-font-accent {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.body-font-accent.italic {
  font-style: italic;
}
.body-font-accent.bold {
  font-weight: 500;
}
.body-font-accent {
  color: #4A73A6;
}
.body-font-accent.underline {
  text-decoration: underline;
}

.text-lg-font-light {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}
.text-lg-font-light.italic {
  font-style: italic;
}
.text-lg-font-light.bold {
  font-weight: 500;
}
.text-lg-font-light {
  color: var(--text-light);
}

.text-lg-font-dark {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}
.text-lg-font-dark.italic {
  font-style: italic;
}
.text-lg-font-dark.bold {
  font-weight: 500;
}
.text-lg-font-dark {
  color: var(--text-dark);
}

.text-lg-font-tertiary {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}
.text-lg-font-tertiary.italic {
  font-style: italic;
}
.text-lg-font-tertiary.bold {
  font-weight: 500;
}
.text-lg-font-tertiary {
  color: #667085;
}

.text-sm-font-light {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25;
}
.text-sm-font-light.italic {
  font-style: italic;
}
.text-sm-font-light.bold {
  font-weight: 500;
}
.text-sm-font-light {
  color: var(--text-light);
}

.text-sm-font-dark {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25;
}
.text-sm-font-dark.italic {
  font-style: italic;
}
.text-sm-font-dark.bold {
  font-weight: 500;
}
.text-sm-font-dark {
  color: var(--text-dark);
}

.text-sm-font-tertiary {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25;
}
.text-sm-font-tertiary.italic {
  font-style: italic;
}
.text-sm-font-tertiary.bold {
  font-weight: 500;
}
.text-sm-font-tertiary {
  color: #667085;
}

.caption-font-light {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.25;
}
.caption-font-light.italic {
  font-style: italic;
}
.caption-font-light.regular {
  font-weight: 400;
}
.caption-font-light.bold {
  font-weight: 500;
}
.caption-font-light {
  color: var(--text-light);
}

.caption-font-dark {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.25;
}
.caption-font-dark.italic {
  font-style: italic;
}
.caption-font-dark.regular {
  font-weight: 400;
}
.caption-font-dark.bold {
  font-weight: 500;
}
.caption-font-dark {
  color: var(--text-dark);
}

.caption-font-tertiary {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.25;
}
.caption-font-tertiary.italic {
  font-style: italic;
}
.caption-font-tertiary.regular {
  font-weight: 400;
}
.caption-font-tertiary.bold {
  font-weight: 500;
}
.caption-font-tertiary {
  color: #667085;
}

.caption-font-accent {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.25;
}
.caption-font-accent.italic {
  font-style: italic;
}
.caption-font-accent.regular {
  font-weight: 400;
}
.caption-font-accent.bold {
  font-weight: 500;
}
.caption-font-accent {
  color: #4A73A6;
}
.caption-font-accent .link {
  text-decoration: underline;
}

.accent {
  color: #4A73A6;
}

.button-font {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

html {
  font-size: 16px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

::selection {
  background-color: rgba(74, 115, 166, 0.25);
}

::-moz-selection {
  background-color: rgba(74, 115, 166, 0.25);
}

html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  overflow-y: auto;
  scrollbar-gutter: stable;
}

html.lenis,
html.lenis body {
  height: auto;
}

html.lenis-smooth {
  scroll-behavior: auto !important;
}

html.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis-stopped {
  overflow: clip;
}

html {
  scrollbar-width: thin;
  scrollbar-color: var(--scrollbar-thumb) transparent;
}
@media (max-width: 850px) {
  html {
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scrollbar-gutter: auto;
  }
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: transparent;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb);
  border-radius: 10px;
  border: 2px solid transparent;
  background-clip: padding-box;
}
::-webkit-scrollbar-thumb:hover {
  background-color: var(--scrollbar-thumb-hover);
  background-clip: padding-box;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

@media (max-width: 850px) {
  ::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }
}
body {
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0;
  padding: 0;
  background: var(--bg-primary-dark);
  color: var(--text-dark);
  display: flex;
  flex-direction: column;
  overflow-x: clip;
  transition: background-color 0.3s ease, color 0.3s ease;
}

main {
  flex: 1 0 auto;
  width: 100%;
}

.footer {
  flex-shrink: 0;
}

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

ul,
ol {
  list-style: none;
}

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

button {
  font-family: inherit;
  cursor: pointer;
  background: none;
  border: 0;
  color: inherit;
}

.section-wrapper {
  display: grid;
  place-items: center;
  width: 100%;
  position: relative;
}
.section-wrapper .section-inner {
  width: min(1440px, 100vw - 32px);
  height: fit-content;
  position: relative;
  z-index: 1;
}

.spacer-light {
  margin: 0;
  border: 0;
  outline: 0;
  padding: 0;
  width: 100%;
  height: 1px;
  background-color: var(--bg-tertiary-light);
}

.spacer-dark {
  margin: 0;
  border: 0;
  outline: 0;
  padding: 0;
  width: 100%;
  height: 1px;
  background-color: var(--bg-secondary-light);
}

.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-row.juco-sb {
  justify-content: space-between;
}
.flex-row.juco-c {
  justify-content: center;
}
.flex-row.juco-fs {
  justify-content: flex-start;
}
.flex-row.juco-fe {
  justify-content: flex-end;
}
.flex-row.alit-c {
  align-items: center;
}
.flex-row.alit-fs {
  align-items: flex-start;
}
.flex-row.alit-fe {
  align-items: flex-end;
}
.flex-row.alit-st {
  align-items: stretch;
}
.flex-row.gap-0u {
  gap: 0;
}
.flex-row.gap-1u {
  gap: 4px;
}
.flex-row.gap-2u {
  gap: 8px;
}
.flex-row.gap-3u {
  gap: 12px;
}
.flex-row.gap-4u {
  gap: 16px;
}
.flex-row.gap-6u {
  gap: 24px;
}
.flex-row.gap-8u {
  gap: 32px;
}
.flex-row.gap-9u {
  gap: 36px;
}
.flex-row.gap-12u {
  gap: 48px;
}

.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-col.juco-sb {
  justify-content: space-between;
}
.flex-col.juco-c {
  justify-content: center;
}
.flex-col.juco-fs {
  justify-content: flex-start;
}
.flex-col.juco-fe {
  justify-content: flex-end;
}
.flex-col.alit-c {
  align-items: center;
}
.flex-col.alit-fs {
  align-items: flex-start;
}
.flex-col.alit-fe {
  align-items: flex-end;
}
.flex-col.alit-st {
  align-items: stretch;
}
.flex-col.gap-0u {
  gap: 0;
}
.flex-col.gap-1u {
  gap: 4px;
}
.flex-col.gap-2u {
  gap: 8px;
}
.flex-col.gap-3u {
  gap: 12px;
}
.flex-col.gap-4u {
  gap: 16px;
}
.flex-col.gap-6u {
  gap: 24px;
}
.flex-col.gap-8u {
  gap: 32px;
}
.flex-col.gap-9u {
  gap: 36px;
}
.flex-col.gap-12u {
  gap: 48px;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.flex-1 {
  flex: 1 1 0;
}

.m-auto {
  margin: 0 auto;
}

.m-0 {
  margin: 0;
}

.relative {
  position: relative;
}

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

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

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

.pad-2u {
  padding: 8px;
}

.pad-3u {
  padding: 12px;
}

.pad-4u {
  padding: 16px;
}

.pad-6u {
  padding: 24px;
}

.pad-8u {
  padding: 32px;
}

.pad-12u {
  padding: 48px;
}

.pad-y-2u {
  padding-top: 8px;
  padding-bottom: 8px;
}

.pad-y-3u {
  padding-top: 12px;
  padding-bottom: 12px;
}

.pad-y-4u {
  padding-top: 16px;
  padding-bottom: 16px;
}

.pad-y-6u {
  padding-top: 24px;
  padding-bottom: 24px;
}

.pad-y-8u {
  padding-top: 32px;
  padding-bottom: 32px;
}

.pad-y-12u {
  padding-top: 48px;
  padding-bottom: 48px;
}

.pad-y-16u {
  padding-top: 64px;
  padding-bottom: 64px;
}

.pad-x-2u {
  padding-left: 8px;
  padding-right: 8px;
}

.pad-x-3u {
  padding-left: 12px;
  padding-right: 12px;
}

.pad-x-4u {
  padding-left: 16px;
  padding-right: 16px;
}

.pad-x-6u {
  padding-left: 24px;
  padding-right: 24px;
}

.pad-x-8u {
  padding-left: 32px;
  padding-right: 32px;
}

.pad-x-12u {
  padding-left: 48px;
  padding-right: 48px;
}

.pad-b-2u {
  padding-bottom: 8px;
}

.pad-b-3u {
  padding-bottom: 12px;
}

.pad-b-4u {
  padding-bottom: 16px;
}

.pad-b-6u {
  padding-bottom: 24px;
}

.pad-b-8u {
  padding-bottom: 32px;
}

.pad-b-12u {
  padding-bottom: 48px;
}

.icon-white {
  filter: var(--icon-ink-filter);
}

.mask-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  background-color: currentColor;
  -webkit-mask: var(--mask) center/contain no-repeat;
  mask: var(--mask) center/contain no-repeat;
}

.aspect-square {
  aspect-ratio: 1/1;
}

.min-w-0 {
  min-width: 0;
}

.background-primary-light {
  background: var(--bg-primary-light);
}

.background-gradient {
  background: var(--card-gradient);
}

.background-primary-dark {
  background-color: var(--bg-primary-dark);
}

.background-secondary-light {
  background-color: var(--bg-secondary-light);
}

.background-secondary-dark {
  background-color: var(--bg-secondary-dark);
}

.background-tertiary-light {
  background-color: var(--bg-tertiary-light);
}

.background-tertiary-dark {
  background-color: var(--bg-tertiary-dark);
}

.background-accent {
  background-color: #4A73A6;
}

.background-transparent {
  background-color: transparent;
}

.background-white {
  background-color: #ffffff;
}

.border-none {
  border: none;
}

.border-primary-light {
  border: 1px solid var(--bg-primary-light);
}

.border-secondary-light {
  border: 1px solid var(--bg-secondary-light);
}

.border-secondary-dark {
  border: 1px solid var(--bg-secondary-dark);
}

.border-tertiary-light {
  border: 1px solid var(--bg-tertiary-light);
}

.border-tertiary-dark {
  border: 1px solid var(--bg-tertiary-dark);
}

.border-accent {
  border: 1px solid #4A73A6;
}

.rounded-none {
  border-radius: 0;
}

.rounded-sm {
  border-radius: 8px;
}

.rounded {
  border-radius: 12px;
}

.rounded-lg {
  border-radius: 14px;
}

.rounded-xl {
  border-radius: 20px;
}

.rounded-2xl {
  border-radius: 32px;
}

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

.rounded-circle {
  border-radius: 50%;
}

.transition-none {
  transition: none;
}

.transition-default {
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, translate 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease, opacity 0.18s ease;
}

.transition-colors {
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.transition-transform {
  transition: transform 0.18s ease;
}

.section-divider {
  display: flex;
  align-items: center;
  gap: 16px;
}
.section-divider::before, .section-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: var(--bg-tertiary-light);
}

.expand-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
}

.expand-chevron {
  width: 10px;
  height: 6px;
  filter: brightness(0) saturate(100%) invert(48%) sepia(8%) saturate(510%) hue-rotate(183deg) brightness(97%) contrast(88%);
}

.hover-lift:hover {
  translate: 0 -2px;
}

.hover-accent:hover {
  border-color: #4A73A6;
}

.hover-bg-secondary:hover {
  background-color: var(--bg-secondary-light);
}

.hover-brightness:hover {
  filter: brightness(1.1);
}

.hover-fade:hover {
  opacity: 0.7;
}

.gap-4 {
  gap: 4px;
}

.pad-4 {
  padding: 4px;
}

.pad-x-4 {
  padding-inline: 4px;
}

.pad-y-4 {
  padding-block: 4px;
}

.pad-t-4 {
  padding-top: 4px;
}

.pad-b-4 {
  padding-bottom: 4px;
}

.pad-l-4 {
  padding-left: 4px;
}

.pad-r-4 {
  padding-right: 4px;
}

.m-4 {
  margin: 4px;
}

.m-x-4 {
  margin-inline: 4px;
}

.m-y-4 {
  margin-block: 4px;
}

.m-t-4 {
  margin-top: 4px;
}

.m-b-4 {
  margin-bottom: 4px;
}

.gap-8 {
  gap: 8px;
}

.pad-8 {
  padding: 8px;
}

.pad-x-8 {
  padding-inline: 8px;
}

.pad-y-8 {
  padding-block: 8px;
}

.pad-t-8 {
  padding-top: 8px;
}

.pad-b-8 {
  padding-bottom: 8px;
}

.pad-l-8 {
  padding-left: 8px;
}

.pad-r-8 {
  padding-right: 8px;
}

.m-8 {
  margin: 8px;
}

.m-x-8 {
  margin-inline: 8px;
}

.m-y-8 {
  margin-block: 8px;
}

.m-t-8 {
  margin-top: 8px;
}

.m-b-8 {
  margin-bottom: 8px;
}

.gap-12 {
  gap: 12px;
}

.pad-12 {
  padding: 12px;
}

.pad-x-12 {
  padding-inline: 12px;
}

.pad-y-12 {
  padding-block: 12px;
}

.pad-t-12 {
  padding-top: 12px;
}

.pad-b-12 {
  padding-bottom: 12px;
}

.pad-l-12 {
  padding-left: 12px;
}

.pad-r-12 {
  padding-right: 12px;
}

.m-12 {
  margin: 12px;
}

.m-x-12 {
  margin-inline: 12px;
}

.m-y-12 {
  margin-block: 12px;
}

.m-t-12 {
  margin-top: 12px;
}

.m-b-12 {
  margin-bottom: 12px;
}

.gap-16 {
  gap: 16px;
}

.pad-16 {
  padding: 16px;
}

.pad-x-16 {
  padding-inline: 16px;
}

.pad-y-16 {
  padding-block: 16px;
}

.pad-t-16 {
  padding-top: 16px;
}

.pad-b-16 {
  padding-bottom: 16px;
}

.pad-l-16 {
  padding-left: 16px;
}

.pad-r-16 {
  padding-right: 16px;
}

.m-16 {
  margin: 16px;
}

.m-x-16 {
  margin-inline: 16px;
}

.m-y-16 {
  margin-block: 16px;
}

.m-t-16 {
  margin-top: 16px;
}

.m-b-16 {
  margin-bottom: 16px;
}

.gap-20 {
  gap: 20px;
}

.pad-20 {
  padding: 20px;
}

.pad-x-20 {
  padding-inline: 20px;
}

.pad-y-20 {
  padding-block: 20px;
}

.pad-t-20 {
  padding-top: 20px;
}

.pad-b-20 {
  padding-bottom: 20px;
}

.pad-l-20 {
  padding-left: 20px;
}

.pad-r-20 {
  padding-right: 20px;
}

.m-20 {
  margin: 20px;
}

.m-x-20 {
  margin-inline: 20px;
}

.m-y-20 {
  margin-block: 20px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.gap-24 {
  gap: 24px;
}

.pad-24 {
  padding: 24px;
}

.pad-x-24 {
  padding-inline: 24px;
}

.pad-y-24 {
  padding-block: 24px;
}

.pad-t-24 {
  padding-top: 24px;
}

.pad-b-24 {
  padding-bottom: 24px;
}

.pad-l-24 {
  padding-left: 24px;
}

.pad-r-24 {
  padding-right: 24px;
}

.m-24 {
  margin: 24px;
}

.m-x-24 {
  margin-inline: 24px;
}

.m-y-24 {
  margin-block: 24px;
}

.m-t-24 {
  margin-top: 24px;
}

.m-b-24 {
  margin-bottom: 24px;
}

.gap-32 {
  gap: 32px;
}

.pad-32 {
  padding: 32px;
}

.pad-x-32 {
  padding-inline: 32px;
}

.pad-y-32 {
  padding-block: 32px;
}

.pad-t-32 {
  padding-top: 32px;
}

.pad-b-32 {
  padding-bottom: 32px;
}

.pad-l-32 {
  padding-left: 32px;
}

.pad-r-32 {
  padding-right: 32px;
}

.m-32 {
  margin: 32px;
}

.m-x-32 {
  margin-inline: 32px;
}

.m-y-32 {
  margin-block: 32px;
}

.m-t-32 {
  margin-top: 32px;
}

.m-b-32 {
  margin-bottom: 32px;
}

.gap-36 {
  gap: 36px;
}

.pad-36 {
  padding: 36px;
}

.pad-x-36 {
  padding-inline: 36px;
}

.pad-y-36 {
  padding-block: 36px;
}

.pad-t-36 {
  padding-top: 36px;
}

.pad-b-36 {
  padding-bottom: 36px;
}

.pad-l-36 {
  padding-left: 36px;
}

.pad-r-36 {
  padding-right: 36px;
}

.m-36 {
  margin: 36px;
}

.m-x-36 {
  margin-inline: 36px;
}

.m-y-36 {
  margin-block: 36px;
}

.m-t-36 {
  margin-top: 36px;
}

.m-b-36 {
  margin-bottom: 36px;
}

.gap-40 {
  gap: 40px;
}

.pad-40 {
  padding: 40px;
}

.pad-x-40 {
  padding-inline: 40px;
}

.pad-y-40 {
  padding-block: 40px;
}

.pad-t-40 {
  padding-top: 40px;
}

.pad-b-40 {
  padding-bottom: 40px;
}

.pad-l-40 {
  padding-left: 40px;
}

.pad-r-40 {
  padding-right: 40px;
}

.m-40 {
  margin: 40px;
}

.m-x-40 {
  margin-inline: 40px;
}

.m-y-40 {
  margin-block: 40px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.gap-48 {
  gap: 48px;
}

.pad-48 {
  padding: 48px;
}

.pad-x-48 {
  padding-inline: 48px;
}

.pad-y-48 {
  padding-block: 48px;
}

.pad-t-48 {
  padding-top: 48px;
}

.pad-b-48 {
  padding-bottom: 48px;
}

.pad-l-48 {
  padding-left: 48px;
}

.pad-r-48 {
  padding-right: 48px;
}

.m-48 {
  margin: 48px;
}

.m-x-48 {
  margin-inline: 48px;
}

.m-y-48 {
  margin-block: 48px;
}

.m-t-48 {
  margin-top: 48px;
}

.m-b-48 {
  margin-bottom: 48px;
}

.gap-56 {
  gap: 56px;
}

.pad-56 {
  padding: 56px;
}

.pad-x-56 {
  padding-inline: 56px;
}

.pad-y-56 {
  padding-block: 56px;
}

.pad-t-56 {
  padding-top: 56px;
}

.pad-b-56 {
  padding-bottom: 56px;
}

.pad-l-56 {
  padding-left: 56px;
}

.pad-r-56 {
  padding-right: 56px;
}

.m-56 {
  margin: 56px;
}

.m-x-56 {
  margin-inline: 56px;
}

.m-y-56 {
  margin-block: 56px;
}

.m-t-56 {
  margin-top: 56px;
}

.m-b-56 {
  margin-bottom: 56px;
}

.gap-64 {
  gap: 64px;
}

.pad-64 {
  padding: 64px;
}

.pad-x-64 {
  padding-inline: 64px;
}

.pad-y-64 {
  padding-block: 64px;
}

.pad-t-64 {
  padding-top: 64px;
}

.pad-b-64 {
  padding-bottom: 64px;
}

.pad-l-64 {
  padding-left: 64px;
}

.pad-r-64 {
  padding-right: 64px;
}

.m-64 {
  margin: 64px;
}

.m-x-64 {
  margin-inline: 64px;
}

.m-y-64 {
  margin-block: 64px;
}

.m-t-64 {
  margin-top: 64px;
}

.m-b-64 {
  margin-bottom: 64px;
}

.gap-72 {
  gap: 72px;
}

.pad-72 {
  padding: 72px;
}

.pad-x-72 {
  padding-inline: 72px;
}

.pad-y-72 {
  padding-block: 72px;
}

.pad-t-72 {
  padding-top: 72px;
}

.pad-b-72 {
  padding-bottom: 72px;
}

.pad-l-72 {
  padding-left: 72px;
}

.pad-r-72 {
  padding-right: 72px;
}

.m-72 {
  margin: 72px;
}

.m-x-72 {
  margin-inline: 72px;
}

.m-y-72 {
  margin-block: 72px;
}

.m-t-72 {
  margin-top: 72px;
}

.m-b-72 {
  margin-bottom: 72px;
}

.gap-96 {
  gap: 96px;
}

.pad-96 {
  padding: 96px;
}

.pad-x-96 {
  padding-inline: 96px;
}

.pad-y-96 {
  padding-block: 96px;
}

.pad-t-96 {
  padding-top: 96px;
}

.pad-b-96 {
  padding-bottom: 96px;
}

.pad-l-96 {
  padding-left: 96px;
}

.pad-r-96 {
  padding-right: 96px;
}

.m-96 {
  margin: 96px;
}

.m-x-96 {
  margin-inline: 96px;
}

.m-y-96 {
  margin-block: 96px;
}

.m-t-96 {
  margin-top: 96px;
}

.m-b-96 {
  margin-bottom: 96px;
}

.gap-128 {
  gap: 128px;
}

.pad-128 {
  padding: 128px;
}

.pad-x-128 {
  padding-inline: 128px;
}

.pad-y-128 {
  padding-block: 128px;
}

.pad-t-128 {
  padding-top: 128px;
}

.pad-b-128 {
  padding-bottom: 128px;
}

.pad-l-128 {
  padding-left: 128px;
}

.pad-r-128 {
  padding-right: 128px;
}

.m-128 {
  margin: 128px;
}

.m-x-128 {
  margin-inline: 128px;
}

.m-y-128 {
  margin-block: 128px;
}

.m-t-128 {
  margin-top: 128px;
}

.m-b-128 {
  margin-bottom: 128px;
}

.rounded-8 {
  border-radius: 8px;
}

.rounded-12 {
  border-radius: 12px;
}

.rounded-14 {
  border-radius: 14px;
}

.rounded-20 {
  border-radius: 20px;
}

.rounded-32 {
  border-radius: 32px;
}

.contents {
  display: contents;
}

.btn-primary {
  box-sizing: border-box;
  user-select: none;
  cursor: pointer;
  inset: 0;
  display: grid;
  place-items: center;
  white-space: nowrap;
  border-radius: 14px;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, translate 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
.btn-primary:hover:not(:disabled) {
  translate: 0 -1px;
}
.btn-primary:active:not(:disabled) {
  translate: 0 0;
}
.btn-primary:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.btn-primary {
  max-width: max-content;
  height: 48px;
  border: none;
  padding: 0 16px;
  background-color: transparent;
}
.btn-primary.large-padding {
  padding: 0 32px;
}
.btn-primary.full-width {
  max-width: none;
  width: 100%;
}
.btn-primary.fixed-width {
  width: 128px;
}
.btn-primary.square {
  width: 48px;
  aspect-ratio: 1;
  border-radius: 100%;
}
.btn-primary.icon {
  padding: 0;
}
.btn-primary.with-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btn-primary {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  background-color: #4A73A6;
  color: #ffffff;
}
.btn-primary img {
  filter: brightness(0) invert(1);
}
.btn-primary:hover:not(:disabled) {
  filter: brightness(1.1);
  box-shadow: 0 4px 16px rgba(74, 115, 166, 0.35), 0 0 0 1px rgba(74, 115, 166, 0.15);
}

.btn-secondary {
  box-sizing: border-box;
  user-select: none;
  cursor: pointer;
  inset: 0;
  display: grid;
  place-items: center;
  white-space: nowrap;
  border-radius: 14px;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, translate 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
.btn-secondary:hover:not(:disabled) {
  translate: 0 -1px;
}
.btn-secondary:active:not(:disabled) {
  translate: 0 0;
}
.btn-secondary:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.btn-secondary {
  max-width: max-content;
  height: 48px;
  border: none;
  padding: 0 16px;
  background-color: transparent;
}
.btn-secondary.large-padding {
  padding: 0 32px;
}
.btn-secondary.full-width {
  max-width: none;
  width: 100%;
}
.btn-secondary.fixed-width {
  width: 128px;
}
.btn-secondary.square {
  width: 48px;
  aspect-ratio: 1;
  border-radius: 100%;
}
.btn-secondary.icon {
  padding: 0;
}
.btn-secondary.with-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btn-secondary {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  border: 1px solid #4A73A6;
  color: #4A73A6;
}
.btn-secondary:hover:not(:disabled) {
  background-color: #4A73A6;
  color: #ffffff;
  box-shadow: 0 4px 16px rgba(74, 115, 166, 0.3);
}

.btn-tertiary {
  box-sizing: border-box;
  user-select: none;
  cursor: pointer;
  inset: 0;
  display: grid;
  place-items: center;
  white-space: nowrap;
  border-radius: 14px;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, translate 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
.btn-tertiary:hover:not(:disabled) {
  translate: 0 -1px;
}
.btn-tertiary:active:not(:disabled) {
  translate: 0 0;
}
.btn-tertiary:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.btn-tertiary {
  max-width: max-content;
  height: 48px;
  border: none;
  padding: 0 16px;
  background-color: transparent;
}
.btn-tertiary.large-padding {
  padding: 0 32px;
}
.btn-tertiary.full-width {
  max-width: none;
  width: 100%;
}
.btn-tertiary.fixed-width {
  width: 128px;
}
.btn-tertiary.square {
  width: 48px;
  aspect-ratio: 1;
  border-radius: 100%;
}
.btn-tertiary.icon {
  padding: 0;
}
.btn-tertiary.with-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btn-tertiary {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  height: auto;
  padding: 0;
  background-color: transparent;
  color: var(--text-dark);
}
.btn-tertiary:hover:not(:disabled) {
  opacity: 0.7;
  transform: none;
}

.btn-light {
  box-sizing: border-box;
  user-select: none;
  cursor: pointer;
  inset: 0;
  display: grid;
  place-items: center;
  white-space: nowrap;
  border-radius: 14px;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, translate 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
.btn-light:hover:not(:disabled) {
  translate: 0 -1px;
}
.btn-light:active:not(:disabled) {
  translate: 0 0;
}
.btn-light:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.btn-light {
  max-width: max-content;
  height: 48px;
  border: none;
  padding: 0 16px;
  background-color: transparent;
}
.btn-light.large-padding {
  padding: 0 32px;
}
.btn-light.full-width {
  max-width: none;
  width: 100%;
}
.btn-light.fixed-width {
  width: 128px;
}
.btn-light.square {
  width: 48px;
  aspect-ratio: 1;
  border-radius: 100%;
}
.btn-light.icon {
  padding: 0;
}
.btn-light.with-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btn-light {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  background-color: #ffffff;
  color: var(--text-light);
  border: 1px solid var(--bg-tertiary-light);
}
.btn-light:hover:not(:disabled) {
  background-color: var(--bg-primary-light);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.btn-black {
  box-sizing: border-box;
  user-select: none;
  cursor: pointer;
  inset: 0;
  display: grid;
  place-items: center;
  white-space: nowrap;
  border-radius: 14px;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, translate 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
.btn-black:hover:not(:disabled) {
  translate: 0 -1px;
}
.btn-black:active:not(:disabled) {
  translate: 0 0;
}
.btn-black:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.btn-black {
  max-width: max-content;
  height: 48px;
  border: none;
  padding: 0 16px;
  background-color: transparent;
}
.btn-black.large-padding {
  padding: 0 32px;
}
.btn-black.full-width {
  max-width: none;
  width: 100%;
}
.btn-black.fixed-width {
  width: 128px;
}
.btn-black.square {
  width: 48px;
  aspect-ratio: 1;
  border-radius: 100%;
}
.btn-black.icon {
  padding: 0;
}
.btn-black.with-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btn-black {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}
.btn-black:hover:not(:disabled) {
  background-color: #1a1a1a;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.btn-icon-square {
  box-sizing: border-box;
  user-select: none;
  cursor: pointer;
  inset: 0;
  display: grid;
  place-items: center;
  white-space: nowrap;
  border-radius: 14px;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, translate 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
.btn-icon-square:hover:not(:disabled) {
  translate: 0 -1px;
}
.btn-icon-square:active:not(:disabled) {
  translate: 0 0;
}
.btn-icon-square:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.btn-icon-square {
  max-width: max-content;
  height: 48px;
  border: none;
  padding: 0 16px;
  background-color: transparent;
}
.btn-icon-square.large-padding {
  padding: 0 32px;
}
.btn-icon-square.full-width {
  max-width: none;
  width: 100%;
}
.btn-icon-square.fixed-width {
  width: 128px;
}
.btn-icon-square.square {
  width: 48px;
  aspect-ratio: 1;
  border-radius: 100%;
}
.btn-icon-square.icon {
  padding: 0;
}
.btn-icon-square.with-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btn-icon-square {
  width: 48px;
  height: 48px;
  max-width: none;
  padding: 0;
  border: 1px solid var(--bg-tertiary-light);
  background-color: var(--bg-secondary-light);
  color: var(--text-light);
}
.btn-icon-square img {
  width: 16px;
  height: 16px;
}
.btn-icon-square:hover:not(:disabled) {
  background-color: var(--bg-secondary-dark);
  border-color: var(--bg-tertiary-dark);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.btn-soft {
  box-sizing: border-box;
  user-select: none;
  cursor: pointer;
  inset: 0;
  display: grid;
  place-items: center;
  white-space: nowrap;
  border-radius: 14px;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, translate 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
.btn-soft:hover:not(:disabled) {
  translate: 0 -1px;
}
.btn-soft:active:not(:disabled) {
  translate: 0 0;
}
.btn-soft:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.btn-soft {
  max-width: max-content;
  height: 48px;
  border: none;
  padding: 0 16px;
  background-color: transparent;
}
.btn-soft.large-padding {
  padding: 0 32px;
}
.btn-soft.full-width {
  max-width: none;
  width: 100%;
}
.btn-soft.fixed-width {
  width: 128px;
}
.btn-soft.square {
  width: 48px;
  aspect-ratio: 1;
  border-radius: 100%;
}
.btn-soft.icon {
  padding: 0;
}
.btn-soft.with-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btn-soft {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  border: 1px solid var(--bg-tertiary-light);
  background-color: var(--bg-secondary-light);
  color: var(--text-light);
  gap: 12px;
}
.btn-soft:hover:not(:disabled) {
  background-color: var(--bg-secondary-dark);
  border-color: var(--bg-tertiary-dark);
}
.btn-soft .btn-arrow {
  width: 13px;
  height: 13px;
  filter: var(--icon-ink-filter);
  opacity: 0.5;
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.btn-soft:hover:not(:disabled) .btn-arrow, .btn-soft:focus-visible .btn-arrow {
  opacity: 1;
  transform: rotate(-45deg);
}

.btn-unstyled {
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  text-align: inherit;
}

.field-optional {
  margin-left: 4px;
  font-weight: 400;
  color: #667085;
}

.form-group-wrapper {
  width: 100%;
}
.form-group-wrapper .form-group-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  border: 1px solid var(--bg-tertiary-light);
  border-radius: 12px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  box-sizing: border-box;
  padding: 0 16px;
  background-color: transparent;
  transition: border-color 0.18s ease;
}
.form-group-wrapper .form-group-inner.icon {
  justify-content: space-between;
}
.form-group-wrapper .form-group-inner:hover {
  border-color: var(--bg-tertiary-dark);
}
.form-group-wrapper .form-group-inner:focus-within {
  border-color: #4A73A6;
  box-shadow: 0 0 0 3px rgba(74, 115, 166, 0.15);
}
.form-group-wrapper .form-group-inner input {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.form-group-wrapper .form-group-inner input.italic {
  font-style: italic;
}
.form-group-wrapper .form-group-inner input.bold {
  font-weight: 500;
}
.form-group-wrapper .form-group-inner input {
  color: var(--text-light);
  margin: 0;
  border: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  box-sizing: border-box;
  background: none;
  outline: none;
  line-height: 1;
  -webkit-appearance: none;
  appearance: none;
}
.form-group-wrapper .form-group-inner input::placeholder {
  color: #667085;
}
.form-group-wrapper .form-group-inner input:focus {
  margin: 0;
  border: 0;
  outline: 0;
  padding: 0;
}
.form-group-wrapper .form-group-inner input[type=date], .form-group-wrapper .form-group-inner input[type=time] {
  color: var(--text-light);
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.form-group-wrapper .form-group-inner input[type=date]::-webkit-calendar-picker-indicator, .form-group-wrapper .form-group-inner input[type=time]::-webkit-calendar-picker-indicator {
  display: none;
}
.form-group-wrapper .form-group-inner input[type=date]::-webkit-inner-spin-button, .form-group-wrapper .form-group-inner input[type=date]::-webkit-clear-button, .form-group-wrapper .form-group-inner input[type=time]::-webkit-inner-spin-button, .form-group-wrapper .form-group-inner input[type=time]::-webkit-clear-button {
  display: none;
}
.form-group-wrapper .form-group-inner input[type=date]::-webkit-datetime-edit, .form-group-wrapper .form-group-inner input[type=date]::-webkit-datetime-edit-fields-wrapper, .form-group-wrapper .form-group-inner input[type=date]::-webkit-datetime-edit-text, .form-group-wrapper .form-group-inner input[type=date]::-webkit-datetime-edit-month-field, .form-group-wrapper .form-group-inner input[type=date]::-webkit-datetime-edit-day-field, .form-group-wrapper .form-group-inner input[type=date]::-webkit-datetime-edit-year-field, .form-group-wrapper .form-group-inner input[type=date]::-webkit-datetime-edit-hour-field, .form-group-wrapper .form-group-inner input[type=date]::-webkit-datetime-edit-minute-field, .form-group-wrapper .form-group-inner input[type=time]::-webkit-datetime-edit, .form-group-wrapper .form-group-inner input[type=time]::-webkit-datetime-edit-fields-wrapper, .form-group-wrapper .form-group-inner input[type=time]::-webkit-datetime-edit-text, .form-group-wrapper .form-group-inner input[type=time]::-webkit-datetime-edit-month-field, .form-group-wrapper .form-group-inner input[type=time]::-webkit-datetime-edit-day-field, .form-group-wrapper .form-group-inner input[type=time]::-webkit-datetime-edit-year-field, .form-group-wrapper .form-group-inner input[type=time]::-webkit-datetime-edit-hour-field, .form-group-wrapper .form-group-inner input[type=time]::-webkit-datetime-edit-minute-field {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.date-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  filter: brightness(0) saturate(100%) invert(48%) sepia(8%) saturate(510%) hue-rotate(183deg) brightness(97%) contrast(88%);
  pointer-events: none;
}

.edit-field-btn {
  flex-shrink: 0;
}
.edit-field-btn img {
  width: 16px;
  height: 16px;
  filter: brightness(0) saturate(100%) invert(48%) sepia(8%) saturate(510%) hue-rotate(183deg) brightness(97%) contrast(88%);
}

.form-card {
  padding: 32px 24px;
  border-radius: 14px;
}
.form-card .oauth-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.form-card .oauth-icon {
  width: 16px;
  height: 16px;
}

.announcement-bar {
  position: relative;
  color: #4A73A6;
  font-weight: 700;
  max-height: 100px;
  overflow: hidden;
  padding-right: 48px;
  transition: max-height 0.35s ease, padding 0.35s ease, opacity 0.25s ease;
}
.announcement-bar.dismissed {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
}
.announcement-bar p {
  color: #4A73A6;
  font-weight: 700;
}
.announcement-bar svg {
  color: #4A73A6;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.announcement-close {
  position: absolute;
  right: 16px;
  top: 50%;
  translate: 0 -50%;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.announcement-close img {
  width: 10px;
  height: 10px;
  filter: brightness(0) saturate(100%) invert(42%) sepia(15%) saturate(1200%) hue-rotate(180deg) brightness(95%) contrast(90%);
  transition: opacity 0.18s ease;
}
.announcement-close:hover img {
  opacity: 0.7;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: transform 0.3s ease, background 0.35s ease, border-color 0.35s ease, box-shadow 0.3s ease;
  border-bottom: 1px solid var(--bg-tertiary-light);
  box-shadow: 0 1px 12px rgba(20, 33, 61, 0.08);
  background: var(--bg-primary-light);
  view-transition-name: navbar;
}
.navbar.navbar-hidden {
  transform: translateY(-100%);
  box-shadow: none;
}

html.no-scroll .navbar {
  transform: translateY(-100%);
  box-shadow: none;
}

.navbar-inner {
  position: relative;
  width: min(1440px, 100vw - 32px);
  margin: 0 auto;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.navbar-spacer {
  height: 64px;
}

.navbar-logo img {
  height: 32px;
  width: auto;
  display: block;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.navbar-logo:hover img {
  opacity: 0.75;
  transform: translateY(-1px);
}

.nav-links {
  display: none;
}
@media (min-width: 1180px) {
  .nav-links {
    display: flex;
    align-items: center;
    gap: 8px;
  }
}

.nav-link {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.nav-link.italic {
  font-style: italic;
}
.nav-link.bold {
  font-weight: 500;
}
.nav-link {
  padding: 8px 16px;
  border-radius: 14px;
  color: var(--text-light);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.nav-link:hover, .nav-link:focus-visible {
  color: #4A73A6;
  background-color: rgba(74, 115, 166, 0.16);
  outline: none;
}
.nav-link.is-active {
  color: #4A73A6;
  background-color: rgba(74, 115, 166, 0.16);
}

.nav-theme-toggle {
  width: 48px;
  height: 48px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid var(--bg-tertiary-light);
  border-radius: 14px;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.nav-theme-toggle:hover {
  border-color: #4A73A6;
}
.nav-theme-toggle .theme-icon {
  width: 18px;
  height: 18px;
}
.nav-theme-toggle .theme-icon-moon {
  display: none;
}

html[data-theme=dark] .nav-theme-toggle .theme-icon-sun {
  display: none;
}
html[data-theme=dark] .nav-theme-toggle .theme-icon-moon {
  display: block;
}

.nav-lang-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.nav-lang-wrap::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 68px;
  height: 12px;
  pointer-events: auto;
}

.nav-lang {
  width: 48px;
  height: 48px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid var(--bg-tertiary-light);
  border-radius: 14px;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.nav-lang:hover {
  border-color: #4A73A6;
}
.nav-lang img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  border-radius: 50%;
}

.nav-lang-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  width: 56px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2px;
  padding: 6px;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -6px);
  transition: opacity 0.18s linear, transform 0.2s linear, visibility 0.2s;
  z-index: 50;
  pointer-events: none;
  overflow: visible;
  background: transparent;
  border: 0;
}
.nav-lang-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--bg-secondary-dark);
  border: 1px solid var(--bg-tertiary-light);
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(20, 33, 61, 0.18);
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .nav-lang-wrap:hover .nav-lang-menu,
  .nav-lang-wrap:focus-within .nav-lang-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }
}
.nav-lang-wrap.open .nav-lang-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.nav-lang-form {
  display: contents;
}

.nav-lang-option {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 8px;
  text-decoration: none;
  color: var(--text-light);
  border: none;
  background: none;
  cursor: pointer;
  transition: background-color 0.15s linear;
}
.nav-lang-option:hover, .nav-lang-option:focus-visible {
  background: rgba(74, 115, 166, 0.16);
}
.nav-lang-option.active {
  background: rgba(74, 115, 166, 0.22);
}
.nav-lang-option.active > span, .nav-lang-option:hover > span, .nav-lang-option:focus-visible > span {
  color: #4A73A6;
}

.nav-lang-option-flag {
  width: 22px;
  height: 22px;
  object-fit: cover;
  border-radius: 50%;
  flex-shrink: 0;
}

.nav-profile-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.nav-profile-wrap::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 68px;
  height: 12px;
  pointer-events: auto;
}

.nav-profile-trigger {
  cursor: pointer;
  transition: transform 0.2s linear, box-shadow 0.2s linear;
}

.user-initials {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.nav-profile-trigger:hover,
.nav-profile-wrap:hover .nav-profile-trigger,
.nav-profile-wrap:focus-within .nav-profile-trigger,
.nav-profile-wrap.open .nav-profile-trigger {
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(74, 115, 166, 0.45), 0 0 0 3px rgba(74, 115, 166, 0.18);
}

.nav-profile-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  width: 56px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2px;
  padding: 6px;
  background: var(--bg-secondary-dark);
  border: 1px solid var(--bg-tertiary-light);
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -6px);
  transition: opacity 0.18s linear, transform 0.2s linear, visibility 0.2s;
  z-index: 50;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .nav-profile-wrap:hover .nav-profile-menu,
  .nav-profile-wrap:focus-within .nav-profile-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }
}
.nav-profile-wrap.open .nav-profile-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.nav-profile-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.15s linear;
}
.nav-profile-option:hover, .nav-profile-option:focus-visible {
  background: rgba(74, 115, 166, 0.16);
}
.nav-profile-option:hover .nav-profile-icon, .nav-profile-option:focus-visible .nav-profile-icon {
  transform: scale(1.1);
  filter: var(--icon-ink-filter) drop-shadow(0 0 4px rgba(74, 115, 166, 0.65));
}
.nav-profile-option.is-logout:hover, .nav-profile-option.is-logout:focus-visible {
  background: rgba(58, 93, 137, 0.16);
}
.nav-profile-option.is-logout:hover .nav-profile-icon, .nav-profile-option.is-logout:focus-visible .nav-profile-icon {
  filter: var(--icon-ink-filter) drop-shadow(0 0 4px rgba(58, 93, 137, 0.65));
}

.nav-profile-sep {
  display: block;
  height: 1px;
  margin: 2px 6px;
  background: var(--bg-tertiary-light);
}

@media (hover: hover) and (pointer: fine) {
  .nav-profile-home {
    display: none;
  }
}
.nav-profile-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform 0.15s linear, filter 0.15s linear;
}

.breadcrumbs {
  margin-top: 24px;
  margin-bottom: 48px;
}

.breadcrumbs-inner {
  overflow: hidden;
  view-transition-name: breadcrumbs;
}
.breadcrumbs-inner a, .breadcrumbs-inner span {
  white-space: nowrap;
}
.breadcrumbs-inner a:hover {
  color: var(--text-light);
}
.breadcrumbs-inner .crumb-sep {
  width: 10px;
  height: 10px;
  opacity: 0.5;
  flex-shrink: 0;
  filter: var(--icon-ink-filter);
}

.navbar-left {
  min-width: 0;
}

.navbar-crumb {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.25;
}
.navbar-crumb.italic {
  font-style: italic;
}
.navbar-crumb.regular {
  font-weight: 400;
}
.navbar-crumb.bold {
  font-weight: 500;
}
.navbar-crumb {
  color: #667085;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.15s ease;
}
.navbar-crumb:hover {
  color: #4A73A6;
}
.navbar-crumb.is-active {
  color: #4A73A6;
}

.nav-menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid var(--bg-tertiary-light);
  border-radius: 14px;
  transition: background-color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}
.nav-menu-toggle:hover {
  border-color: #4A73A6;
  transform: translateY(-1px);
}
.nav-menu-toggle:active {
  transform: translateY(0);
}

.nav-burger {
  position: relative;
  display: block;
  width: 20px;
  height: 16px;
  transition: transform 0.45s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.nav-burger-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: var(--text-light);
  transition: top 0.45s cubic-bezier(0.68, -0.55, 0.27, 1.55), transform 0.45s cubic-bezier(0.68, -0.55, 0.27, 1.55), width 0.3s ease, opacity 0.2s ease;
}
.nav-burger-line:nth-child(1) {
  top: 0;
}
.nav-burger-line:nth-child(2) {
  top: 7px;
}
.nav-burger-line:nth-child(3) {
  top: 14px;
}

.nav-menu-toggle.is-open .nav-burger {
  transform: rotate(180deg);
}
.nav-menu-toggle.is-open .nav-burger-line:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}
.nav-menu-toggle.is-open .nav-burger-line:nth-child(2) {
  width: 0;
  opacity: 0;
}
.nav-menu-toggle.is-open .nav-burger-line:nth-child(3) {
  top: 7px;
  transform: rotate(-45deg);
}

.navbar .nav-profile-trigger.square {
  border-radius: 14px;
}

.nav-mobile-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: var(--navbar-h, 64px);
  bottom: 0;
  z-index: 99;
  background: var(--bg-primary-light);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
}
.nav-mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-mobile-menu-inner {
  align-items: stretch;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
}
.nav-mobile-menu-inner .navbar-crumb {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--text-light);
  padding: 16px 8px;
  border-bottom: 1px solid var(--bg-tertiary-light);
}
.nav-mobile-menu-inner .navbar-crumb.is-active {
  color: #4A73A6;
}
.nav-mobile-menu-inner .nav-mobile-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.nav-mobile-menu-inner .nav-mobile-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.nav-mobile-menu-inner .nav-mobile-item.is-active .nav-mobile-icon {
  filter: brightness(0) saturate(100%) invert(44%) sepia(22%) saturate(800%) hue-rotate(178deg) brightness(90%) contrast(88%);
}
.nav-mobile-menu-inner .nav-mobile-logout {
  border-bottom: none;
}
.nav-mobile-menu-inner .nav-menu-links .navbar-crumb:last-child {
  border-bottom: none;
}

html.menu-open {
  overflow: hidden;
}

@media (max-width: 850px) {
  .navbar-crumbs {
    display: none;
  }
  .nav-menu-toggle {
    display: flex;
  }
  .navbar-logo.has-mobile-menu {
    display: none;
  }
}
.footer {
  position: relative;
  z-index: 1;
  margin-top: 64px;
  padding: 48px 24px;
  background-color: var(--bg-primary-light);
  border-top: 1px solid var(--bg-tertiary-light);
}

.footer-top,
.footer-bottom {
  max-width: 1440px;
  margin: 0 auto;
}

.footer-top {
  padding-bottom: 32px;
}

.footer-bottom {
  padding-top: 32px;
  border-top: 1px solid var(--bg-tertiary-light);
}

.footer-logo img {
  height: 48px;
  width: auto;
  display: block;
}

.footer-socials a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-socials a img {
  width: 16px;
  height: 16px;
  filter: var(--icon-ink-filter);
}

@media (max-width: 850px) {
  .footer-top,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
@media (max-width: 550px) {
  .footer-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
[class*=scroll-anim-] {
  opacity: 0;
  will-change: opacity, transform;
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1) !important;
}
[class*=scroll-anim-].is-visible {
  opacity: 1;
  transform: none;
}

.scroll-anim-up {
  transform: translateY(32px);
}

.scroll-anim-left {
  transform: translateX(32px);
}

.scroll-anim-right {
  transform: translateX(-32px);
}

.scroll-anim-zoom {
  transform: scale(0.92);
}

@media (pointer: coarse), (max-width: 900px) {
  .scroll-anim-eager {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  [class*=scroll-anim-] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
.modal-backdrop {
  position: fixed;
  inset: 0;
  height: 100vh;
  height: 100svh;
  background-color: rgba(20, 33, 61, 0.35);
  backdrop-filter: blur(14px) saturate(120%);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 300;
  padding: 16px;
  overflow-y: auto;
  overscroll-behavior: contain;
  animation: modal-fade-in 0.18s ease;
}
.modal-backdrop.open {
  display: flex;
}
.modal-backdrop.is-closing {
  display: flex;
  animation: modal-fade-out 0.2s ease forwards;
}

@keyframes modal-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.modal {
  width: 100%;
  max-width: 560px;
  margin: auto;
  max-height: calc(100vh - 40px);
  max-height: calc(100svh - 40px);
  overflow-y: auto;
  animation: modal-pop 0.22s cubic-bezier(0.22, 1, 0.36, 1);
}
.modal-backdrop.is-closing .modal {
  animation: modal-pop-out 0.2s cubic-bezier(0.4, 0, 1, 1) forwards;
}
@media (max-width: 550px) {
  .modal {
    padding: 24px 16px;
    max-height: 100vh;
    max-height: 100svh;
  }
}

@keyframes modal-pop {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes modal-pop-out {
  from {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  to {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
}
.modal-header {
  width: 100%;
}

.modal-close {
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
  display: grid;
  place-items: center;
}
.modal-close img {
  width: 16px;
  height: 16px;
  filter: var(--icon-ink-filter);
}

.modal-qr {
  align-self: stretch;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
}

.modal-qr-image {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
}

.modal-actions {
  width: 100%;
  margin-top: 8px;
}
@media (max-width: 550px) {
  .modal-actions {
    flex-direction: column;
  }
}

.icon-btn {
  display: grid;
  place-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  transition: background-color 0.15s ease, transform 0.15s ease, opacity 0.15s ease;
}
.icon-btn img {
  width: 18px;
  height: 18px;
}
.icon-btn:hover, .icon-btn:focus-visible {
  background-color: var(--hover-veil);
  transform: translateY(-1px);
  outline: none;
}
.icon-btn:active {
  transform: translateY(0);
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background: rgba(12, 14, 24, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
}

body.is-loading .page-loader {
  opacity: 1;
  pointer-events: auto;
}

.page-loader-anim {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-loader-msg {
  margin: 0;
  max-width: min(82vw, 360px);
  text-align: center;
  color: #fff;
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.4);
}
.page-loader-msg[hidden] {
  display: none;
}

.pl-x {
  position: relative;
  z-index: 1;
  width: 92px;
  height: auto;
  overflow: visible;
  transform-origin: center;
  animation: pl-x-breathe 2.2s cubic-bezier(0.22, 1, 0.36, 1) infinite, pl-x-glow 2.2s ease-in-out infinite;
}

.pl-x-echo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 92px;
  height: auto;
  overflow: visible;
  fill: #fff;
  opacity: 0;
  transform-origin: center;
  animation: pl-x-echo 2.2s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

@keyframes pl-x-echo {
  0%, 45% {
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
  58% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.18;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.8);
    opacity: 0;
  }
}
.pl-x-fill {
  fill: #fff;
  animation: pl-x-fill 2.2s ease-in-out infinite;
}

.pl-x-stroke {
  fill: none;
  stroke: #fff;
  stroke-width: 4;
  stroke-linejoin: round;
  stroke-linecap: round;
  animation: pl-x-trace 2.2s linear infinite;
}

@keyframes pl-x-trace {
  0% {
    stroke-dasharray: 0 1;
    stroke-dashoffset: 0;
  }
  25% {
    stroke-dasharray: 0.4 1;
    stroke-dashoffset: -0.05;
  }
  50% {
    stroke-dasharray: 0.6 1;
    stroke-dashoffset: -0.2;
  }
  75% {
    stroke-dasharray: 0.4 1;
    stroke-dashoffset: -0.55;
  }
  100% {
    stroke-dasharray: 0 1;
    stroke-dashoffset: -1;
  }
}
@keyframes pl-x-fill {
  0%, 100% {
    opacity: 0.14;
  }
  55% {
    opacity: 0.45;
  }
}
@keyframes pl-x-breathe {
  0%, 100% {
    transform: scale(0.92);
  }
  55% {
    transform: scale(1.03);
  }
}
@keyframes pl-x-glow {
  0%, 100% {
    filter: drop-shadow(0 0 5px rgba(74, 115, 166, 0.45));
  }
  55% {
    filter: drop-shadow(0 0 18px rgba(74, 115, 166, 0.9)) drop-shadow(0 0 36px rgba(74, 115, 166, 0.4));
  }
}
@media (prefers-reduced-motion: reduce) {
  .page-loader {
    transition: none;
  }
  .pl-x {
    animation: none;
    filter: drop-shadow(0 0 10px rgba(74, 115, 166, 0.6));
  }
  .pl-x-echo {
    animation: none;
    opacity: 0;
  }
  .pl-x-fill {
    animation: none;
    opacity: 0.4;
  }
  .pl-x-stroke {
    animation: none;
    stroke-dashoffset: 0;
  }
  .pl-x-shimmer {
    display: none;
  }
}
.parcheggio-inner {
  padding: 0;
  gap: 96px;
}

@media (hover: hover) and (pointer: fine) {
  .action-card,
  .why-card,
  .tariffario-panel {
    cursor: none;
  }
  .action-card a, .action-card button,
  .why-card a,
  .why-card button,
  .tariffario-panel a,
  .tariffario-panel button {
    cursor: none;
  }
}
.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  margin: -17px 0 0 -17px;
  pointer-events: none;
  z-index: 9999;
  background: rgba(74, 115, 166, 0.22);
  border: 1.5px solid #6a9cd8;
  border-radius: 50%;
  opacity: 0;
  scale: 0.4;
  translate: 0 0;
  transition: opacity 0.28s ease, scale 0.3s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.25s ease, border-color 0.25s ease;
  will-change: translate;
}
.custom-cursor::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 4.5px;
  height: 4.5px;
  background: #fff;
  border-radius: 50%;
}
.custom-cursor.is-active {
  opacity: 1;
  scale: 1;
}
.custom-cursor.is-active.is-pressed {
  scale: 1.25;
  background: rgba(74, 115, 166, 0.35);
}
@media (hover: none), (pointer: coarse) {
  .custom-cursor {
    display: none;
  }
}

.parcheggio-hero {
  padding: 32px 64px;
}
@media (max-width: 850px) {
  .parcheggio-hero {
    padding: 16px 0;
  }
}
.parcheggio-hero > p {
  max-width: 560px;
}
.parcheggio-hero .services-row {
  flex-wrap: wrap;
  justify-content: center;
}
.parcheggio-hero .hero-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 320px;
  max-width: 100%;
}

.service-chip {
  padding: 8px 16px;
  border-radius: 999px;
  background-color: rgba(74, 115, 166, 0.25);
  color: var(--text-light);
}

.stat-tile {
  aspect-ratio: 1;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
}
.stat-tile .value {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.15;
}
@media (min-width: 850px) {
  .stat-tile .value {
    font-size: 3rem;
  }
}
.stat-tile .value.italic {
  font-style: italic;
}
.stat-tile .value {
  font-weight: 700;
  line-height: 1;
}
.stat-tile.neutral {
  border: 1px solid var(--bg-tertiary-light);
  background-color: var(--bg-primary-dark);
}
.stat-tile.neutral .value {
  color: var(--text-light);
}
.stat-tile.avail-green {
  border: 1px solid #21c57a;
  background-color: rgba(33, 197, 122, 0.25);
}
.stat-tile.avail-green .value {
  color: #21c57a;
}
.stat-tile.avail-orange {
  border: 1px solid #f19d4a;
  background-color: rgba(241, 157, 74, 0.25);
}
.stat-tile.avail-orange .value {
  color: #f19d4a;
}
.stat-tile.avail-red {
  border: 1px solid #e74c3c;
  background-color: rgba(231, 76, 60, 0.25);
}
.stat-tile.avail-red .value {
  color: #e74c3c;
}

.action-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 850px) {
  .action-row {
    grid-template-columns: minmax(0, 1fr);
  }
}
.action-row .action-card {
  overflow: hidden;
}
.action-row .action-image {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: var(--bg-primary-dark);
}
.action-row .action-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--bg-secondary-dark);
  border: 1px solid var(--bg-tertiary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.icon-circle img {
  width: 20px;
  height: 20px;
  filter: var(--icon-ink-filter);
}

.info-block {
  display: grid;
  grid-template-columns: 1fr 2fr;
  column-gap: 96px;
  row-gap: 48px;
}
@media (max-width: 850px) {
  .info-block {
    grid-template-columns: minmax(0, 1fr);
  }
}
.info-block h2 {
  margin-bottom: 16px;
}
.info-block .orari-list li {
  padding: 8px 0;
}
.info-block .orari-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 16px;
}
.info-block .orari-head h2 {
  margin-bottom: 0;
}
.info-block .orari-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  border-radius: 999px;
  line-height: 1.4;
}
.info-block .orari-status[hidden] {
  display: none;
}
.info-block .orari-status.is-open {
  background-color: rgba(33, 197, 122, 0.16);
  color: #21c57a;
  border: 1px solid rgba(33, 197, 122, 0.4);
}
.info-block .orari-status.is-open .orari-status-dot {
  background-color: #21c57a;
  box-shadow: 0 0 0 0 rgba(33, 197, 122, 0.6);
  animation: orari-pulse-green 1.8s ease-out infinite;
}
.info-block .orari-status.is-closed {
  background-color: rgba(231, 76, 60, 0.14);
  color: #e74c3c;
  border: 1px solid rgba(231, 76, 60, 0.4);
}
.info-block .orari-status.is-closed .orari-status-dot {
  background-color: #e74c3c;
  box-shadow: 0 0 0 0 rgba(231, 76, 60, 0.6);
  animation: orari-pulse-red 1.8s ease-out infinite;
}
.info-block .orari-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
@keyframes orari-pulse-green {
  0% {
    box-shadow: 0 0 0 0 rgba(33, 197, 122, 0.55);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(33, 197, 122, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(33, 197, 122, 0);
  }
}
@keyframes orari-pulse-red {
  0% {
    box-shadow: 0 0 0 0 rgba(231, 76, 60, 0.55);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(231, 76, 60, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(231, 76, 60, 0);
  }
}
.info-block .caratteristiche-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
}
.info-block .caratteristiche-grid img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.dettagli-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}
@media (max-width: 850px) {
  .dettagli-section {
    grid-template-columns: minmax(0, 1fr);
  }
}
.dettagli-section .dettagli-contacts {
  padding-left: 16px;
}
.dettagli-section .contact-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.dettagli-carousel .carousel-viewport {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 3/2;
}
.dettagli-carousel .carousel-track {
  display: flex;
  height: 100%;
}
.dettagli-carousel .carousel-slide {
  flex: 0 0 100%;
  height: 100%;
}
.dettagli-carousel .carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.dettagli-carousel .carousel-slide.slide-success {
  background-color: rgba(33, 197, 122, 0.25);
}
.dettagli-carousel .carousel-slide.slide-warning {
  background-color: rgba(241, 157, 74, 0.25);
}
.dettagli-carousel .carousel-slide.slide-error {
  background-color: rgba(231, 76, 60, 0.25);
}
.dettagli-carousel .carousel-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 12px;
  pointer-events: none;
}
.dettagli-carousel .carousel-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
}
.dettagli-carousel .carousel-btn img {
  width: 10px;
  height: 10px;
}
.dettagli-carousel .carousel-btn.prev img {
  transform: rotate(180deg);
}
.dettagli-carousel .carousel-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}
.dettagli-carousel .carousel-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background-color: var(--bg-tertiary-light);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: width 0.3s ease, background-color 0.3s ease;
}
.dettagli-carousel .carousel-dot.active {
  width: 36px;
  background-color: #4A73A6;
}

.map-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}
@media (max-width: 850px) {
  .map-section {
    grid-template-columns: minmax(0, 1fr);
  }
}
.map-section .map-container {
  overflow: hidden;
  min-height: 0;
  aspect-ratio: 3/2;
  align-self: stretch;
}
.map-section .map-embed {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.map-section .map-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(20, 33, 61, 0.28);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  cursor: pointer;
  transition: opacity 0.4s ease;
  z-index: 1;
}
.map-section .map-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}
.map-section .map-pill {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 24px 8px 8px;
  border-radius: 999px;
  background-color: var(--bg-secondary-dark);
  border: 1px solid var(--bg-tertiary-light);
}
.map-section .map-pill .pill-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #4A73A6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.map-section .map-pill .pill-icon img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}

.tariffario {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.tariffario-title {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-light);
  margin-bottom: 12px;
}

.tariffario-head {
  text-align: center;
  max-width: 640px;
}

.tariffario-panel {
  width: 100%;
  max-width: 720px;
  overflow: hidden;
}

.tariffario-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 32px 48px;
  background: linear-gradient(120deg, rgba(74, 115, 166, 0.32), rgba(74, 115, 166, 0.1));
}
.tariffario-hero .hero-text {
  gap: 8px;
}
.tariffario-hero .hero-label {
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
.tariffario-hero .hero-price {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.15;
}
@media (min-width: 850px) {
  .tariffario-hero .hero-price {
    font-size: 3rem;
  }
}
.tariffario-hero .hero-price.italic {
  font-style: italic;
}
.tariffario-hero .hero-price {
  font-weight: 700;
  color: var(--text-light);
  line-height: 1;
}
.tariffario-hero .hero-cta {
  flex-shrink: 0;
}
@media (max-width: 550px) {
  .tariffario-hero {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 24px;
  }
  .tariffario-hero .hero-cta {
    width: 100%;
  }
}

.tariffario-rows {
  padding: 16px 48px;
}
.tariffario-rows .row-group-title {
  text-transform: uppercase;
  letter-spacing: 0.09em;
  margin-top: 24px;
  margin-bottom: 8px;
}
.tariffario-rows .tariffario-row {
  padding: 12px 0;
  border-bottom: 1px solid var(--bg-tertiary-light);
}
.tariffario-rows .tariffario-row:last-child {
  border-bottom: none;
}
.tariffario-rows .row-value {
  white-space: nowrap;
  padding-left: 16px;
}
@media (max-width: 550px) {
  .tariffario-rows {
    padding: 12px 24px;
  }
}

.tariffario-notes {
  padding: 20px 48px 32px;
}
@media (max-width: 550px) {
  .tariffario-notes {
    padding: 20px 24px 24px;
  }
}

.auth-block {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  align-items: center;
}
@media (max-width: 850px) {
  .auth-block {
    grid-template-columns: minmax(0, 1fr);
  }
}
.auth-block .benefits {
  padding-left: 16px;
}
.auth-block .benefits li {
  padding-left: 16px;
  position: relative;
}
.auth-block .benefits li::before {
  content: "•";
  position: absolute;
  left: 0;
}
.auth-block .social-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.auth-block .social-icon img {
  width: 18px;
  height: 18px;
}

.why-block {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.why-title {
  align-self: center;
}

.why-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  row-gap: 32px;
  align-items: center;
}
@media (max-width: 1180px) {
  .why-content {
    grid-template-columns: minmax(0, 1fr);
  }
}

.why-grid {
  order: 2;
}

.why-text {
  order: 1;
}
@media (max-width: 1180px) {
  .why-text {
    text-align: center;
    align-items: center;
  }
}

.why-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 550px) {
  .why-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.register-block {
  display: flex;
  justify-content: center;
}

.register-card {
  max-width: 650px;
  width: 100%;
}

@media (max-width: 550px) {
  .register-actions {
    flex-direction: column;
  }
}

@media (max-width: 850px) {
  .info-block {
    column-gap: 24px;
  }
  .dettagli-section,
  .map-section {
    gap: 24px;
  }
  .dettagli-section {
    padding: 24px;
  }
  .auth-block {
    gap: 24px;
  }
}
@media (max-width: 550px) {
  .stat-tile {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .info-block {
    column-gap: 16px;
    row-gap: 32px;
  }
  .dettagli-section {
    padding: 16px;
    border-radius: 14px;
  }
  .caratteristiche-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .social-footer {
    flex-direction: column;
    gap: 16px;
  }
}
.page-parcheggio .tariffario-panel {
  cursor: auto;
}

.parcheggio-stack {
  display: flex;
  flex-direction: column;
  gap: 96px;
}

.section-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 620px;
}

.icon-box {
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(74, 115, 166, 0.12);
  flex-shrink: 0;
}

.icon-box img {
  filter: var(--icon-ink-filter);
}

.icon-box.lg {
  width: 48px;
  height: 48px;
}

.icon-box.lg img {
  width: 24px;
  height: 24px;
}

.icon-box.md {
  width: 40px;
  height: 40px;
}

.icon-box.md img {
  width: 20px;
  height: 20px;
}

.po-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.po-hero-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.po-addr-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.po-addr {
  display: flex;
  align-items: center;
  gap: 8px;
}

.po-addr img {
  width: 16px;
  height: 16px;
  filter: var(--icon-ink-filter);
  opacity: 0.6;
}

.po-hero .orari-status {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  border-radius: 999px;
  line-height: 1.4;
  white-space: nowrap;
}
.po-hero .orari-status[hidden] {
  display: none;
}
.po-hero .orari-status.is-open {
  background-color: rgba(33, 197, 122, 0.16);
  color: #21c57a;
  border: 1px solid rgba(33, 197, 122, 0.4);
}
.po-hero .orari-status.is-open .orari-status-dot {
  background-color: #21c57a;
  animation: orari-pulse-green 1.8s ease-out infinite;
}
.po-hero .orari-status.is-closed {
  background-color: rgba(231, 76, 60, 0.14);
  color: #e74c3c;
  border: 1px solid rgba(231, 76, 60, 0.4);
}
.po-hero .orari-status.is-closed .orari-status-dot {
  background-color: #e74c3c;
  animation: orari-pulse-red 1.8s ease-out infinite;
}
.po-hero .orari-status .orari-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

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

.po-hero-media {
  position: relative;
}

.po-hero-media .carousel-slide {
  position: relative;
}

.po-hero-media .carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.po-slide-cap {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.po-thumbs {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.po-thumb {
  flex: 1;
  aspect-ratio: 4/3;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid var(--bg-tertiary-light);
  background: var(--bg-secondary-light);
  opacity: 0.55;
  transition: opacity 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
  animation: po-thumb-in 0.5s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}

.po-thumb:hover {
  opacity: 1;
}

.po-thumb.active {
  opacity: 1;
  border-color: #4A73A6;
  box-shadow: inset 0 0 0 1px #4A73A6;
}

.po-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.po-thumb.t-success {
  background: rgba(33, 197, 122, 0.25);
}

.po-thumb.t-warning {
  background: rgba(241, 157, 74, 0.25);
}

.po-thumb.t-error {
  background: rgba(231, 76, 60, 0.25);
}

.po-thumbs .po-thumb:nth-child(1) {
  animation-delay: 0.12s;
}

.po-thumbs .po-thumb:nth-child(2) {
  animation-delay: 0.19s;
}

.po-thumbs .po-thumb:nth-child(3) {
  animation-delay: 0.26s;
}

.po-thumbs .po-thumb:nth-child(4) {
  animation-delay: 0.33s;
}

@keyframes po-thumb-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .po-thumb {
    animation: none;
  }
}
@media (max-width: 550px) {
  .po-thumbs {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.po-badge {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--bg-primary-light);
  border: 1px solid var(--bg-tertiary-light);
  box-shadow: 0 14px 34px rgba(20, 33, 61, 0.14);
}

.po-badge .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #4A73A6;
  flex-shrink: 0;
}

.po-badge .n {
  font-weight: 800;
  color: #4A73A6;
}

.po-badge.is-success .dot {
  background: rgba(33, 197, 122, 0.45);
}

.po-badge.is-success .n {
  color: #21c57a;
}

.po-badge.is-warning .dot {
  background: rgba(241, 157, 74, 0.45);
}

.po-badge.is-warning .n {
  color: #f19d4a;
}

.po-badge.is-error .dot {
  background: rgba(231, 76, 60, 0.45);
}

.po-badge.is-error .n {
  color: #e74c3c;
}

@media (max-width: 550px) {
  .po-badge {
    left: 8px;
    top: 8px;
    padding: 8px 12px;
  }
}
.po-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.po-option {
  gap: 20px;
  padding: 36px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.po-option:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(20, 33, 61, 0.1);
}

.po-option.is-feature {
  border-color: #4A73A6;
  box-shadow: inset 0 0 0 1px #4A73A6;
  background: var(--card-gradient);
}

.po-option.is-feature:hover {
  box-shadow: inset 0 0 0 1px #4A73A6, 0 18px 44px rgba(74, 115, 166, 0.18);
}

.po-option-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.grow {
  flex: 1;
}

.po-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.po-details-text {
  max-width: 560px;
}

.po-details-media {
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.po-details-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.po-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.po-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 15px;
}

.po-chip img {
  width: 16px;
  height: 16px;
  filter: var(--icon-ink-filter);
  opacity: 0.8;
}

.po-hub {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.po-hub-2 {
  grid-template-columns: repeat(2, 1fr);
}

.po-hub-card {
  padding: 20px 24px;
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.po-hub-card:hover {
  transform: translateY(-2px);
  border-color: #4A73A6;
}

.po-hub-card .txt {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.po-hub-card .arrow {
  margin-left: auto;
  width: 16px;
  height: 16px;
  filter: var(--icon-ink-filter);
  opacity: 0.5;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.po-hub-card:hover .arrow {
  transform: rotate(-45deg);
  opacity: 1;
}

@media (max-width: 550px) {
  .po-hub-card .arrow {
    width: 12px;
    height: 12px;
  }
}
.orari-card {
  width: 100%;
  max-width: 640px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid var(--bg-tertiary-light);
  background: linear-gradient(180deg, rgba(74, 115, 166, 0.05), rgba(74, 115, 166, 0) 38%), var(--bg-primary-light);
  box-shadow: 0 18px 50px rgba(20, 33, 61, 0.08);
}
.orari-card .orari-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.orari-card .orari-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  border-radius: 999px;
  line-height: 1.4;
}
.orari-card .orari-status[hidden] {
  display: none;
}
.orari-card .orari-status.is-open {
  background-color: rgba(33, 197, 122, 0.16);
  color: #21c57a;
  border: 1px solid rgba(33, 197, 122, 0.4);
}
.orari-card .orari-status.is-open .orari-status-dot {
  background-color: #21c57a;
  animation: orari-pulse-green 1.8s ease-out infinite;
}
.orari-card .orari-status.is-closed {
  background-color: rgba(231, 76, 60, 0.14);
  color: #e74c3c;
  border: 1px solid rgba(231, 76, 60, 0.4);
}
.orari-card .orari-status.is-closed .orari-status-dot {
  background-color: #e74c3c;
  animation: orari-pulse-red 1.8s ease-out infinite;
}
.orari-card .orari-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.orari-card .orari-list {
  display: flex;
  flex-direction: column;
}
.orari-card .orari-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px;
  border-radius: 8px;
  border-top: 1px solid rgba(74, 115, 166, 0.1);
}
.orari-card .orari-row:first-child {
  border-top: none;
}
.orari-card .orari-row .orari-ore {
  font-variant-numeric: tabular-nums;
}
.orari-card .orari-row.is-today {
  background-color: rgba(74, 115, 166, 0.08);
  border-top-color: transparent;
}
.orari-card .orari-row.is-today .orari-day {
  color: #4A73A6;
  font-weight: 700;
}
.orari-card .orari-row.is-today .orari-ore {
  color: var(--text-light);
  font-weight: 600;
}
.orari-card .orari-cta {
  display: flex;
  gap: 12px;
  padding-top: 24px;
  border-top: 1px solid var(--bg-tertiary-light);
}
.orari-card .orari-cta .btn-primary, .orari-card .orari-cta .btn-secondary {
  flex: 1;
}
@media (max-width: 550px) {
  .orari-card .orari-cta {
    flex-direction: column;
  }
}

@media (max-width: 850px) {
  .parcheggio-stack {
    gap: 56px;
  }
  .po-hero {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .po-actions, .po-hub, .po-hub-2, .po-details {
    grid-template-columns: 1fr;
  }
  .po-details {
    gap: 32px;
  }
  .po-hero-cta {
    width: 100%;
    flex-wrap: nowrap;
  }
  .po-hero-cta .btn-primary, .po-hero-cta .btn-secondary {
    flex: 1;
    min-width: 0;
    max-width: none;
  }
}
@media (max-width: 550px) {
  .po-hub-card {
    padding: 12px 16px;
  }
  .po-option {
    padding: 20px;
  }
}
.dashboard-content {
  view-transition-name: dashboard-content;
  transition: opacity 0.22s ease;
}
.dashboard-content.is-leaving, .dashboard-content.is-entering {
  opacity: 0;
}

::view-transition-old(dashboard-content) {
  animation: dash-content-out 0.22s ease both;
}

::view-transition-new(dashboard-content) {
  animation: dash-content-in 0.22s ease 0.22s both;
}

@keyframes dash-content-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes dash-content-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dashboard-layout {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 32px;
  align-items: stretch;
}
@media (max-width: 850px) {
  .dashboard-layout {
    grid-template-columns: minmax(0, 1fr);
  }
}

.sidebar {
  padding: 24px;
  padding-top: 36px;
  position: sticky;
  top: calc(var(--sticky-top, 80px) + 24px);
  max-height: calc(100dvh - var(--sticky-top, 80px) - 24px * 2);
  transition: top 0.3s ease, max-height 0.3s ease;
  min-height: min-content;
  overflow-y: auto;
}
@media (max-width: 850px) {
  .sidebar {
    display: none;
  }
}

.sidebar-nav {
  gap: 4px;
}

.sidebar-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.sidebar-monogram {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background-color: #4A73A6;
  display: grid;
  place-items: center;
}
.sidebar-monogram img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}

.sidebar-email {
  width: 0;
  min-width: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-item {
  padding: 12px 16px;
  border-radius: 8px;
  transition: background-color 0.28s cubic-bezier(0.22, 1, 0.36, 1), gap 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.nav-item span {
  transition: color 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.nav-item .nav-icon {
  transition: filter 0.28s cubic-bezier(0.22, 1, 0.36, 1), transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.nav-item:hover {
  background-color: var(--bg-secondary-dark);
}
.nav-item.active {
  background-color: var(--bg-secondary-dark);
  gap: calc(32px - 6px - 12px);
}
.nav-item.active span {
  color: #4A73A6;
  font-weight: 600;
}
.nav-item.active .nav-icon {
  filter: brightness(0) saturate(100%) invert(44%) sepia(22%) saturate(800%) hue-rotate(178deg) brightness(90%) contrast(88%);
  transform: scale(1.15);
}

.nav-label {
  display: inline-grid;
}
.nav-label::after {
  content: attr(data-text);
  font-weight: 600;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  pointer-events: none;
}

.nav-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #4A73A6;
  flex-shrink: 0;
}
.nav-dot.is-leaving {
  animation: nav-dot-out 0.28s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.nav-dot {
  box-shadow: 0 0 8px rgba(74, 115, 166, 0.6);
  animation: nav-dot-in 0.28s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes nav-dot-in {
  from {
    opacity: 0;
    transform: scale(0.2);
    width: 0;
    margin-right: -12px;
  }
  to {
    opacity: 1;
    transform: scale(1);
    width: 6px;
    margin-right: 0;
  }
}
@keyframes nav-dot-out {
  from {
    opacity: 1;
    transform: scale(1);
    width: 6px;
    margin-right: 0;
  }
  to {
    opacity: 0;
    transform: scale(0.2);
    width: 0;
    margin-right: -12px;
  }
}
.nav-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.nav-chev {
  width: 12px;
  height: 12px;
  opacity: 0.4;
  transition: translate 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.nav-item:hover .nav-chev {
  translate: 4px 0;
}

.sidebar-footer {
  padding: 0;
}
.sidebar-footer hr {
  margin-block: 8px;
}

.sidebar-footer .nav-item {
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 550px) {
  .dash-cards {
    flex-direction: column;
  }
}

@media (max-width: 550px) {
  .dash-list-header.flex-row {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .dash-list-header.flex-row .btn-primary {
    max-width: none;
    width: 100%;
  }
}

.icon-btn {
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.18s ease;
}
.icon-btn:hover {
  opacity: 1;
}
.icon-btn img {
  width: 16px;
  height: 16px;
}

.record-card {
  position: relative;
  overflow: hidden;
  padding-left: 20px;
}
.record-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #4A73A6;
}
.record-card__icon {
  flex: none;
  width: 64px;
  aspect-ratio: 1;
  border-radius: 8px;
  background: rgba(74, 115, 166, 0.16);
  display: grid;
  place-items: center;
}
.record-card__icon img {
  width: 28px;
  height: 28px;
  filter: brightness(0) saturate(100%) invert(44%) sepia(22%) saturate(800%) hue-rotate(178deg) brightness(90%) contrast(88%);
}
.record-card__body {
  flex: 1 1 auto;
  min-width: 0;
}
.record-card__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.record-card__price {
  margin-top: 4px;
}
.record-card__actions {
  flex: none;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 8px;
}
@media (max-width: 550px) {
  .record-card {
    flex-wrap: wrap;
  }
  .record-card__actions {
    grid-template-columns: repeat(4, auto);
    width: 100%;
    justify-content: flex-end;
  }
}

.faq-list {
  padding: 0 16px;
}

.faq-item {
  padding: 16px 0;
  border-top: 1px solid var(--bg-tertiary-light);
  cursor: pointer;
}
.faq-item .faq-answer-wrap {
  display: grid;
  grid-template-rows: 0fr;
  margin-top: 0;
  transition: grid-template-rows 0.3s ease, margin-top 0.3s ease;
}
.faq-item .faq-answer {
  min-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.faq-item .faq-chev {
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.faq-item.open .faq-answer-wrap {
  grid-template-rows: 1fr;
  margin-top: 12px;
}
.faq-item.open .faq-answer {
  opacity: 1;
}
.faq-item.open .faq-chev {
  transform: rotate(180deg);
}

.dashboard-content .form-group-inner,
.dashboard-content .custom-select-header {
  background-color: var(--bg-primary-light);
}

.dashboard-content .edit-field-btn img {
  filter: var(--icon-ink-filter);
}

.dati-personali-actions {
  width: 100%;
  margin-top: 16px;
}
@media (max-width: 550px) {
  .dati-personali-actions {
    flex-direction: column;
  }
}

.phone-row {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 16px;
  width: 100%;
  align-items: end;
}
@media (max-width: 550px) {
  .phone-row {
    grid-template-columns: 1fr 2fr;
  }
}

.targhe-add-btn,
.targa-delete-btn {
  flex: 0 0 48px;
  min-width: 48px;
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 14px;
  align-self: center;
}

.targhe-add-btn img {
  width: 16px;
  height: 16px;
}

.targa-delete-icon {
  width: 16px;
  height: 16px;
}

.targa-delete-btn:hover:not(:disabled) {
  background-color: #4A73A6;
  border-color: #4A73A6;
}
.targa-delete-btn:hover:not(:disabled) .targa-delete-icon {
  filter: brightness(0) invert(1);
}

.targhe-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 550px) {
  .targhe-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.targa-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  border-radius: 14px;
}

.targa-card__icon {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(74, 115, 166, 0.16);
}
.targa-card__icon img {
  width: 26px;
  height: 26px;
  filter: var(--icon-ink-filter);
}

.targa-card__info {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.targa-card__plate {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.quick-hero {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 550px) {
  .quick-hero {
    grid-template-columns: minmax(0, 1fr);
  }
}

.qa-tile {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  min-height: 184px;
  padding: 32px;
  border-radius: 20px;
  border: 1px solid transparent;
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease, border-color 0.2s ease;
}
.qa-tile:hover {
  transform: translateY(-4px);
}
.qa-tile:focus-visible {
  outline: 2px solid #4A73A6;
  outline-offset: 3px;
}

.qa-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.qa-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.qa-title {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 850px) {
  .qa-title {
    font-size: 1.875rem;
  }
}

.qa-sub {
  white-space: nowrap;
}

.qa-watermark {
  position: absolute;
  z-index: 0;
  top: -16px;
  right: -12px;
  width: 140px;
  height: 140px;
  transform: rotate(-10deg);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
  pointer-events: none;
}

.qa-tile:hover .qa-watermark {
  transform: rotate(-3deg) scale(1.08);
}

.qa-arrow {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  align-self: flex-end;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  transition: background-color 0.2s ease;
}
.qa-arrow img {
  width: 18px;
  height: 18px;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.qa-tile:hover .qa-arrow img {
  transform: rotate(-45deg);
}

.qa-tile--primary {
  color: #fff;
  background: linear-gradient(135deg, #4A73A6, #3a5d89, #4A73A6);
  background-size: 200% 200%;
  animation: qa-flow 9s ease infinite;
}
.qa-tile--primary .qa-eyebrow, .qa-tile--primary .qa-sub {
  color: #fff;
}
.qa-tile--primary .qa-eyebrow {
  opacity: 0.85;
}
.qa-tile--primary .qa-sub {
  opacity: 0.9;
}
.qa-tile--primary .qa-watermark {
  filter: brightness(0) invert(1);
  opacity: 0.14;
}
.qa-tile--primary:hover .qa-watermark {
  opacity: 0.2;
}
.qa-tile--primary .qa-arrow {
  background: rgba(255, 255, 255, 0.18);
}
.qa-tile--primary .qa-arrow img {
  filter: brightness(0) invert(1);
}
.qa-tile--primary:hover .qa-arrow {
  background: rgba(255, 255, 255, 0.28);
}

.qa-tile--soft {
  color: var(--text-light);
  border-color: var(--bg-tertiary-light);
  background: radial-gradient(130% 130% at 100% 0%, rgba(74, 115, 166, 0.12), rgba(74, 115, 166, 0) 58%), var(--bg-primary-light);
  box-shadow: 0 12px 30px rgba(20, 33, 61, 0.06);
}
.qa-tile--soft:hover {
  border-color: #4A73A6;
  box-shadow: 0 20px 44px rgba(20, 33, 61, 0.1);
}
.qa-tile--soft .qa-eyebrow {
  color: #4A73A6;
  opacity: 0.9;
}
.qa-tile--soft .qa-watermark {
  filter: var(--icon-ink-filter);
  opacity: 0.08;
}
.qa-tile--soft:hover .qa-watermark {
  opacity: 0.12;
}
.qa-tile--soft .qa-arrow {
  background: rgba(74, 115, 166, 0.16);
}
.qa-tile--soft .qa-arrow img {
  filter: var(--icon-ink-filter);
}
.qa-tile--soft:hover .qa-arrow {
  background: rgba(74, 115, 166, 0.24);
}

@keyframes qa-flow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .qa-tile, .qa-tile::after, .qa-watermark, .qa-arrow img {
    transition: none;
  }
  .qa-tile--primary {
    animation: none;
  }
  .qa-tile:hover {
    transform: none;
  }
}
.subs-summary {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.subs-stat {
  flex: 1 1 180px;
}

.subs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 20px;
}

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

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

.subs-divider {
  display: flex;
  align-items: center;
  gap: 16px;
}
.subs-divider::before, .subs-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--bg-tertiary-light);
}

.sub-pass {
  position: relative;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 12px 34px rgba(20, 33, 61, 0.1);
  transition: box-shadow 0.2s ease;
}
.sub-pass:hover {
  box-shadow: 0 18px 44px rgba(20, 33, 61, 0.16);
}

.sub-pass__rail {
  flex: 0 0 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(74, 115, 166, 0.16);
}
.sub-pass__rail span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #4A73A6;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.sub-pass__body {
  flex: 1;
  min-width: 0;
}

@media (max-width: 550px) {
  .sub-pass__rail {
    display: none;
  }
}
.sub-pass__qr {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  padding: 0;
  background: #fff;
  border: 1px solid var(--bg-tertiary-light);
  border-radius: 12px;
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.sub-pass__qr:hover {
  border-color: #4A73A6;
  box-shadow: 0 4px 14px rgba(74, 115, 166, 0.25);
  transform: translateY(-1px);
}
.sub-pass__qr img {
  width: 38px;
  height: 38px;
}

.plate-chip {
  border: 1px solid var(--bg-tertiary-light);
  border-radius: 999px;
  padding: 4px 12px;
  letter-spacing: 0.06em;
}

.sub-pass__badge {
  background: rgba(74, 115, 166, 0.16);
  color: #4A73A6;
  border-radius: 999px;
  padding: 4px 12px;
}

.sub-pass__bar {
  height: 8px;
  border-radius: 999px;
  background: var(--bg-tertiary-light);
  overflow: hidden;
}
.sub-pass__bar i {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: rgba(74, 115, 166, 0.5);
}

.sub-pass__remaining {
  color: #4A73A6;
}

.sub-pass.is-expired {
  box-shadow: 0 6px 18px rgba(20, 33, 61, 0.05);
}
.sub-pass.is-expired:hover {
  transform: none;
  box-shadow: 0 6px 18px rgba(20, 33, 61, 0.05);
}
.sub-pass.is-expired .sub-pass__rail {
  background: var(--hover-veil);
}
.sub-pass.is-expired .sub-pass__rail span {
  color: #667085;
}
.sub-pass.is-expired .text-lg-font-light, .sub-pass.is-expired .h4-font-light {
  color: var(--text-faint);
}
.sub-pass.is-expired .plate-chip {
  color: var(--text-faint);
  border-color: var(--bg-tertiary-light);
}
.sub-pass.is-expired .sub-pass__badge {
  background: var(--hover-veil);
  color: var(--text-faint);
}

.sub-modal {
  padding: 0;
}

.sub-modal__head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  border-radius: 14px 14px 0 0;
  background: linear-gradient(150deg, #4A73A6, #3a5d89);
  color: #fff;
}
.sub-modal__head.is-expired {
  background: linear-gradient(150deg, #8d887b, #6f6a5e);
}

.sub-modal__eyebrow {
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.sub-modal__title {
  color: #fff;
}

.sub-modal__parking {
  color: rgba(255, 255, 255, 0.8);
}

.sub-modal__close img {
  filter: brightness(0) invert(1);
}

.sub-modal__status {
  align-self: flex-start;
  padding: 4px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  letter-spacing: 0.04em;
}

.sub-modal__status.is-active {
  background: #21c57a;
}

.sub-modal__status.is-inactive {
  background: #f19d4a;
}

.sub-modal__status.is-expired {
  background: rgba(255, 255, 255, 0.18);
}

.sub-modal__status--ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.pay-status.is-paid {
  color: #21c57a;
}

.pay-status.is-pending {
  color: #f19d4a;
}

.pay-status.is-failed {
  color: #e74c3c;
}

.pay-status.is-refunded {
  color: var(--text-faint);
}

.sub-modal__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 24px;
}
@media (max-width: 550px) {
  .sub-modal__grid {
    grid-template-columns: 1fr;
  }
}

.sub-modal__plates {
  flex-wrap: wrap;
}

.subs-section-head {
  margin-top: 24px;
}

@media (max-width: 550px) {
  .subs-section-head {
    margin-top: 16px;
  }
}
.subs-filter {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}

.subs-filter__field {
  flex: 1 1 180px;
  min-width: 0;
}

.subs-filter__reset {
  flex: 0 0 auto;
}

@media (max-width: 550px) {
  .subs-storico-head {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .subs-storico-head [data-export-pdf] {
    width: 100%;
    max-width: none;
    justify-content: center;
  }
  .subs-filter {
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    border: 1px solid var(--bg-tertiary-light);
    border-radius: 12px;
    background: var(--hover-veil);
  }
  .subs-filter__field {
    flex: 1 1 auto;
  }
  .subs-filter__reset {
    width: 100%;
    max-width: none;
  }
}
[data-export-pdf] img {
  width: 16px;
  height: 16px;
  filter: brightness(0) saturate(100%) invert(44%) sepia(22%) saturate(800%) hue-rotate(178deg) brightness(90%) contrast(88%);
}

[data-export-pdf]:hover img {
  filter: brightness(0) invert(1);
}

.home-head-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.cta-short {
  display: none;
}

@media (max-width: 550px) {
  .home-head {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .home-head-actions {
    width: 100%;
  }
  .home-head-actions > .btn-primary,
  .home-head-actions > .btn-secondary {
    flex: 1 1 0;
    max-width: none;
  }
  .cta-full {
    display: none;
  }
  .cta-short {
    display: inline;
  }
}
.storico-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 8px;
}

.storico-page-info {
  min-width: 88px;
  text-align: center;
}

.flow-card {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}

.form-actions {
  width: 100%;
}
@media (max-width: 550px) {
  .form-actions {
    flex-direction: column;
  }
}

.custom-select {
  position: relative;
  width: 100%;
}

.custom-select-header {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1px solid var(--bg-tertiary-light);
  border-radius: 12px;
  background: transparent;
  color: var(--text-light);
  cursor: pointer;
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.custom-select-header:hover {
  border-color: var(--bg-tertiary-dark);
}

.custom-select.open .custom-select-header {
  border-color: #4A73A6;
  box-shadow: 0 0 0 3px rgba(74, 115, 166, 0.15);
}

.custom-select-label {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.custom-select-label.italic {
  font-style: italic;
}
.custom-select-label.bold {
  font-weight: 500;
}
.custom-select-label {
  color: var(--text-light);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  flex: 1;
  min-width: 0;
}
.custom-select-label.is-placeholder {
  color: #667085;
}

.custom-select-chevron {
  width: 14px;
  height: 14px;
  margin-left: 12px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
  filter: var(--icon-ink-filter);
  opacity: 0.75;
}

.custom-select.open .custom-select-chevron {
  transform: rotate(180deg);
}

.custom-select-options {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 40;
  max-height: 280px;
  overflow-y: auto;
  background: var(--bg-secondary-light);
  border: 1px solid var(--bg-tertiary-light);
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(20, 33, 61, 0.15);
  padding: 8px;
  display: none;
  flex-direction: column;
  gap: 2px;
}

.custom-select.open .custom-select-options {
  display: flex;
}

.custom-select-option {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.custom-select-option.italic {
  font-style: italic;
}
.custom-select-option.bold {
  font-weight: 500;
}
.custom-select-option {
  background: transparent;
  color: var(--text-light);
  border: 0;
  text-align: left;
  padding: 12px 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.15s ease;
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.custom-select-option:hover:not(:disabled) {
  background: rgba(74, 115, 166, 0.14);
}
.custom-select-option.selected {
  background: rgba(74, 115, 166, 0.22);
  color: #4A73A6;
}
.custom-select-option:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.targhe-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.targhe-option:hover {
  background: rgba(74, 115, 166, 0.14);
}
.targhe-option input[type=checkbox],
.targhe-option input[type=radio] {
  width: 16px;
  height: 16px;
  accent-color: #4A73A6;
  cursor: pointer;
  flex-shrink: 0;
}

.durata-options[hidden],
[data-tipologia-description][hidden] {
  display: none;
}

.durata-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  border: 1px solid var(--bg-tertiary-light);
  border-radius: 12px;
  background: var(--bg-secondary-dark);
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, background-color 0.18s ease;
}
.durata-card:hover:not(.disabled) {
  border-color: #4A73A6;
  transform: translateY(-1px);
}
.durata-card.selected {
  border-color: #4A73A6;
  background: #4A73A6;
  box-shadow: 0 0 0 2px rgba(74, 115, 166, 0.35), 0 10px 24px rgba(74, 115, 166, 0.35);
}
.durata-card.selected .durata-card-title,
.durata-card.selected .durata-card-description,
.durata-card.selected .durata-card-price {
  color: #ffffff;
}
.durata-card.disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.durata-card .durata-card-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.durata-card-tag {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #f19d4a;
}

.durata-card-price {
  font-size: 1rem;
}

.datetime-row {
  width: 100%;
}
.datetime-row .form-group-inner {
  flex: 1;
  min-width: 0;
}
.datetime-row .time-input {
  flex: 0 1 40%;
}
@media (max-width: 550px) {
  .datetime-row .date-input {
    flex: 0 1 66%;
  }
  .datetime-row .time-input {
    flex: 0 1 33%;
  }
}

.riepilogo-card {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}

.riepilogo-section {
  width: 100%;
}

.riepilogo-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
  padding: 8px 0;
}
.riepilogo-row > p:first-child {
  flex: 0 0 auto;
}
.riepilogo-row > p:last-child,
.riepilogo-row > .flex-col {
  text-align: right;
}
@media (max-width: 550px) {
  .riepilogo-row .ri-time {
    display: block;
  }
}

.riepilogo-actions {
  width: 100%;
}
@media (max-width: 550px) {
  .riepilogo-actions {
    flex-direction: column;
  }
}

.riepilogo-btn-icon {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}

.feedback-card {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  min-height: 560px;
  aspect-ratio: 1/1;
  justify-content: center;
  border: 1px solid transparent;
}
@media (max-width: 550px) {
  .feedback-card {
    aspect-ratio: auto;
    min-height: 0;
  }
}
.feedback-card.success {
  background-color: rgba(33, 197, 122, 0.1);
  border-color: rgba(33, 197, 122, 0.55);
}
.feedback-card.success .feedback-card-title {
  color: #21c57a;
}
.feedback-card.success .feedback-card-icon {
  filter: brightness(0) saturate(100%) invert(68%) sepia(47%) saturate(511%) hue-rotate(95deg) brightness(93%) contrast(91%);
}
.feedback-card.error {
  background-color: rgba(231, 76, 60, 0.1);
  border-color: rgba(231, 76, 60, 0.55);
}
.feedback-card.error .feedback-card-title {
  color: #e74c3c;
}
.feedback-card.error .feedback-card-icon {
  filter: brightness(0) saturate(100%) invert(46%) sepia(62%) saturate(4044%) hue-rotate(343deg) brightness(95%) contrast(87%);
}

.feedback-card-icon {
  width: 64px;
  height: 64px;
}

[data-flow-sum-total] {
  display: inline-block;
  transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
[data-flow-sum-total].is-rolling {
  transform: scale(1.08);
}

.guest-remove-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid var(--bg-tertiary-light);
  border-radius: 14px;
  background: transparent;
  color: var(--text-dark);
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
.guest-remove-btn:hover {
  background-color: #4A73A6;
  border-color: #4A73A6;
  color: #ffffff;
}

.guest-remove-icon {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  background-color: currentColor;
  -webkit-mask: url("/static/assets/icons/delete.svg") center/contain no-repeat;
  mask: url("/static/assets/icons/delete.svg") center/contain no-repeat;
}

.riepilogo-ticket {
  width: 104px;
  height: 104px;
  margin: 0 auto;
  border-radius: 12px;
  background: rgba(74, 115, 166, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
}
.riepilogo-ticket img {
  width: 48px;
  height: 48px;
  background-color: #4A73A6;
  -webkit-mask: url("/static/assets/icons/ticket.svg") center/contain no-repeat;
  mask: url("/static/assets/icons/ticket.svg") center/contain no-repeat;
}

.flow-secure-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
  opacity: 0.85;
}
.flow-secure-note img {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.flow-error {
  color: #e74c3c;
  text-align: center;
}

.flow-grid.buy-grid {
  align-items: stretch;
}
.flow-grid.buy-grid > .flex-col {
  height: 100%;
}
.flow-grid.buy-grid > .flex-col > section {
  flex: 1;
}
.flow-grid.buy-grid .flow-aside > div {
  height: 100%;
}
@media (max-width: 850px) {
  .flow-grid.buy-grid > .flex-col, .flow-grid.buy-grid > .flex-col > section, .flow-grid.buy-grid .flow-aside > div {
    height: auto;
  }
}

@media (max-width: 550px) {
  .flow-page .pad-12u {
    padding: 24px;
  }
  .flow-page .pad-8u {
    padding: 20px;
  }
  .flow-page .pad-6u {
    padding: 16px;
  }
}
.flow-page .datetime-row .time-input {
  flex: 0 1 46%;
}

.flow-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: start;
  width: 100%;
}
@media (max-width: 850px) {
  .flow-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.flow-aside {
  position: sticky;
  top: calc(var(--navbar-h, 64px) + 24px);
}
@media (max-width: 850px) {
  .flow-aside {
    position: static;
  }
}

.flow-narrow {
  width: min(760px, 100%);
  margin: 0 auto;
}

.flow-stepper {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  view-transition-name: flow-stepper;
}

.flow-step {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.flow-step-num {
  position: relative;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1.5px solid var(--bg-tertiary-dark);
  color: #667085;
  background: transparent;
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.25;
}
.flow-step-num.italic {
  font-style: italic;
}
.flow-step-num.regular {
  font-weight: 400;
}
.flow-step-num.bold {
  font-weight: 500;
}
.flow-step-num {
  font-weight: 600;
}

.flow-step-label {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.25;
}
.flow-step-label.italic {
  font-style: italic;
}
.flow-step-label.regular {
  font-weight: 400;
}
.flow-step-label.bold {
  font-weight: 500;
}
.flow-step-label {
  font-weight: 600;
  color: var(--text-light);
  white-space: nowrap;
  display: none;
}

.flow-step-line {
  flex: 1 1 auto;
  height: 2px;
  min-width: 24px;
  background: var(--bg-tertiary-light);
  border-radius: 2px;
}

.flow-step.is-active .flow-step-num {
  border-color: #4A73A6;
  color: #fff;
}

.flow-step.is-active .flow-step-label {
  display: inline-block;
}

.flow-stepper .flow-step:nth-child(1).is-active .flow-step-label {
  view-transition-name: flow-lbl-1;
}

.flow-stepper .flow-step:nth-child(3).is-active .flow-step-label {
  view-transition-name: flow-lbl-2;
}

.flow-stepper .flow-step:nth-child(5).is-active .flow-step-label {
  view-transition-name: flow-lbl-3;
}

.flow-stepper .flow-step:nth-child(7).is-active .flow-step-label {
  view-transition-name: flow-lbl-4;
}

.flow-vt-head {
  view-transition-name: flow-head;
}

.flow-step.is-done .flow-step-num {
  border-color: #4A73A6;
  color: #4A73A6;
}

.flow-step.is-done + .flow-step-line {
  background: #4A73A6;
}

.flow-step-pill {
  position: absolute;
  inset: -1.5px;
  border-radius: 999px;
  background: #4A73A6;
  box-shadow: 0 0 0 4px rgba(74, 115, 166, 0.15);
  z-index: -1;
  view-transition-name: flow-active-bubble;
}

.flow-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.flow-eyebrow-num {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(74, 115, 166, 0.16);
  color: #4A73A6;
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.25;
}
.flow-eyebrow-num.italic {
  font-style: italic;
}
.flow-eyebrow-num.regular {
  font-weight: 400;
}
.flow-eyebrow-num.bold {
  font-weight: 500;
}
.flow-eyebrow-num {
  font-weight: 700;
}

.flow-mini {
  display: flex;
  align-items: center;
  gap: 12px;
}

.flow-mini-cover {
  width: 64px;
  height: 64px;
  flex: 0 0 auto;
  border-radius: 12px;
  object-fit: cover;
  background: var(--bg-secondary-light);
}

.flow-mini-cover.lg {
  width: 100%;
  height: 132px;
}

.flow-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.25;
}
.flow-chip.italic {
  font-style: italic;
}
.flow-chip.regular {
  font-weight: 400;
}
.flow-chip.bold {
  font-weight: 500;
}
.flow-chip {
  font-weight: 600;
  background: var(--bg-secondary-dark);
  color: var(--text-light);
  border: 1px solid var(--bg-tertiary-light);
}
.flow-chip .flow-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
}
.flow-chip img {
  width: 13px;
  height: 13px;
}
.flow-chip.is-success {
  color: #21c57a;
  border-color: rgba(33, 197, 122, 0.45);
  background: rgba(33, 197, 122, 0.1);
}
.flow-chip.is-accent {
  color: #4A73A6;
  border-color: rgba(74, 115, 166, 0.45);
  background: rgba(74, 115, 166, 0.1);
}

.flow-map {
  width: 100%;
  height: 150px;
  border-radius: 12px;
  border: 1px solid var(--bg-tertiary-light);
  background: repeating-linear-gradient(45deg, rgba(74, 115, 166, 0.06) 0 12px, transparent 12px 24px), var(--bg-secondary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #667085;
}

.flow-note {
  display: flex;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 12px;
  background: var(--bg-secondary-dark);
  border: 1px solid var(--bg-tertiary-light);
}
.flow-note img {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  margin-top: 2px;
  filter: var(--icon-ink-filter);
  opacity: 0.7;
}

.flow-locked-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1px solid var(--bg-tertiary-light);
  border-radius: 12px;
  background: var(--bg-secondary-dark);
  color: var(--text-light);
}
.flow-locked-field img {
  width: 16px;
  height: 16px;
  filter: var(--icon-ink-filter);
  opacity: 0.6;
}

.flow-icon-tile {
  width: 56px;
  height: 56px;
  flex: 0 0 auto;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.flow-icon-tile .flow-tile-icon {
  width: 28px;
  height: 28px;
}
.flow-icon-tile.is-success {
  background: rgba(33, 197, 122, 0.15);
}
.flow-icon-tile.is-success .flow-tile-icon {
  filter: brightness(0) saturate(100%) invert(68%) sepia(47%) saturate(511%) hue-rotate(95deg) brightness(93%) contrast(91%);
}
.flow-icon-tile.is-error {
  background: rgba(231, 76, 60, 0.15);
}
.flow-icon-tile.is-error .flow-tile-icon {
  filter: brightness(0) saturate(100%) invert(46%) sepia(62%) saturate(4044%) hue-rotate(343deg) brightness(95%) contrast(87%);
}

.flow-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 32px;
}
@media (max-width: 550px) {
  .flow-detail-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.guest-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.guest-badge {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: rgba(74, 115, 166, 0.16);
  color: #4A73A6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.25;
}
.guest-badge.italic {
  font-style: italic;
}
.guest-badge.regular {
  font-weight: 400;
}
.guest-badge.bold {
  font-weight: 500;
}
.guest-badge {
  font-weight: 700;
}
.guest-badge img {
  width: 20px;
  height: 20px;
}

.guest-badge-role {
  margin-left: auto;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(74, 115, 166, 0.16);
  color: #4A73A6;
  white-space: nowrap;
}

.guest-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 550px) {
  .guest-fields {
    grid-template-columns: minmax(0, 1fr);
  }
}
.guest-fields .span-2 {
  grid-column: 1/-1;
}

:root[data-nav=forward]::view-transition-old(root) {
  animation: flow-out-left 0.3s cubic-bezier(0.4, 0, 0.2, 1) both;
}

:root[data-nav=forward]::view-transition-new(root) {
  animation: flow-in-right 0.3s cubic-bezier(0.4, 0, 0.2, 1) both;
}

:root[data-nav=back]::view-transition-old(root) {
  animation: flow-out-right 0.3s cubic-bezier(0.4, 0, 0.2, 1) both;
}

:root[data-nav=back]::view-transition-new(root) {
  animation: flow-in-left 0.3s cubic-bezier(0.4, 0, 0.2, 1) both;
}

@keyframes flow-out-left {
  to {
    opacity: 0;
    transform: translateX(-28px);
  }
}
@keyframes flow-in-right {
  from {
    opacity: 0;
    transform: translateX(28px);
  }
}
@keyframes flow-out-right {
  to {
    opacity: 0;
    transform: translateX(28px);
  }
}
@keyframes flow-in-left {
  from {
    opacity: 0;
    transform: translateX(-28px);
  }
}
:root[data-nav]::view-transition-old(breadcrumbs) {
  animation: none;
  opacity: 0;
}

:root[data-nav]::view-transition-new(breadcrumbs) {
  animation: none;
  opacity: 1;
}

::view-transition-group(flow-active-bubble) {
  z-index: 20;
  animation-duration: 0.45s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.2, 1);
}

::view-transition-group(flow-stepper) {
  z-index: 21;
}

::view-transition-old(flow-active-bubble),
::view-transition-new(flow-active-bubble) {
  animation-duration: 0.45s;
}

::view-transition-old(flow-lbl-1),
::view-transition-old(flow-lbl-2),
::view-transition-old(flow-lbl-3),
::view-transition-old(flow-lbl-4) {
  animation: flow-lbl-out-l 0.32s ease both;
  z-index: 22;
}

::view-transition-new(flow-lbl-1),
::view-transition-new(flow-lbl-2),
::view-transition-new(flow-lbl-3),
::view-transition-new(flow-lbl-4) {
  animation: flow-lbl-in-r 0.32s ease both;
  z-index: 22;
}

:root[data-nav=back]::view-transition-old(flow-lbl-1),
:root[data-nav=back]::view-transition-old(flow-lbl-2),
:root[data-nav=back]::view-transition-old(flow-lbl-3),
:root[data-nav=back]::view-transition-old(flow-lbl-4) {
  animation: flow-lbl-out-r 0.32s ease both;
}

:root[data-nav=back]::view-transition-new(flow-lbl-1),
:root[data-nav=back]::view-transition-new(flow-lbl-2),
:root[data-nav=back]::view-transition-new(flow-lbl-3),
:root[data-nav=back]::view-transition-new(flow-lbl-4) {
  animation: flow-lbl-in-l 0.32s ease both;
}

@keyframes flow-lbl-out-l {
  to {
    opacity: 0;
    transform: translateX(-16px);
  }
}
@keyframes flow-lbl-in-r {
  from {
    opacity: 0;
    transform: translateX(16px);
  }
}
@keyframes flow-lbl-out-r {
  to {
    opacity: 0;
    transform: translateX(16px);
  }
}
@keyframes flow-lbl-in-l {
  from {
    opacity: 0;
    transform: translateX(-16px);
  }
}
@view-transition {
  navigation: auto;
}
::view-transition-old(navbar),
::view-transition-new(navbar) {
  animation: none;
  mix-blend-mode: normal;
}

::view-transition-new(navbar) {
  opacity: 1;
}

::view-transition-old(navbar) {
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  ::view-transition-group(*),
  ::view-transition-old(*),
  ::view-transition-new(*) {
    animation: none !important;
  }
}

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