@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&display=swap";

/* static/tokens.css */
:root {
  --font-sans:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    sans-serif;
  --font-serif:
    "Cormorant Garamond",
    Georgia,
    "Times New Roman",
    serif;
  --font-mono:
    ui-monospace,
    "Cascadia Code",
    "Fira Code",
    "JetBrains Mono",
    monospace;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.25rem;
  --text-xl: 1.563rem;
  --text-2xl: 1.953rem;
  --text-3xl: 2.441rem;
  --font-normal: 400;
  --font-medium: 500;
  --font-bold: 700;
  --leading-none: 1;
  --leading-tight: 1.25;
  --leading-snug: 1.375;
  --leading-normal: 1.5;
  --leading-relaxed: 1.75;
  --tracking-tight: -0.02em;
  --tracking-normal: 0em;
  --tracking-wide: 0.025em;
  --tracking-wider: 0.05em;
  --tracking-widest: 0.1em;
  --space-px: 1px;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --radius-none: 0;
  --radius-sm: 0.25rem;
  --radius-md: 0.5rem;
  --radius-lg: 1rem;
  --radius-xl: 1.5rem;
  --radius-full: 9999px;
  --shadow-none: none;
  --shadow-sm: 0 1px 2px hsl(0 0% 0% / 0.05);
  --shadow-md: 0 4px 6px hsl(0 0% 0% / 0.07), 0 1px 3px hsl(0 0% 0% / 0.04);
  --shadow-lg: 0 10px 20px hsl(0 0% 0% / 0.08), 0 2px 6px hsl(0 0% 0% / 0.04);
  --shadow-xl: 0 20px 40px hsl(0 0% 0% / 0.10), 0 4px 10px hsl(0 0% 0% / 0.05);
  --shadow-inner: inset 0 2px 4px hsl(0 0% 0% / 0.06);
  --duration-fast: 100ms;
  --duration-normal: 200ms;
  --duration-slow: 300ms;
  --ease-default: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-in: cubic-bezier(0.4, 0, 1, 1);
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
  --z-below: -1;
  --z-base: 0;
  --z-raised: 10;
  --z-dropdown: 100;
  --z-sticky: 200;
  --z-overlay: 300;
  --z-modal: 400;
  --z-toast: 500;
  --background: hsl(40 25% 93%);
  --foreground: hsl(210 11% 11%);
  --primary: hsl(225.79, 41.3%, 18.04%);
  --primary-foreground: hsl(40 25% 93%);
  --secondary: hsl(37 20% 85%);
  --secondary-foreground: hsl(210 11% 11%);
  --muted: hsl(37 25% 75%);
  --muted-foreground: hsl(210 13% 18%);
  --accent: hsl(37 34% 77%);
  --accent-foreground: hsl(210 11% 11%);
  --border: hsl(37 20% 85%);
  --ring: hsl(210 11% 11% / 0.3);
  --destructive: hsl(354 42% 56%);
  --destructive-foreground: hsl(40 25% 93%);
  --surface-1: hsl(40 25% 93%);
  --surface-2: hsl(40 20% 89%);
  --surface-3: hsl(37 20% 85%);
  --surface-4: hsl(37 20% 80%);
}
.dark {
  --background: hsl(210 11% 11%);
  --foreground: hsl(40 25% 93%);
  --primary: hsl(40 25% 93%);
  --primary-foreground: hsl(210 11% 11%);
  --secondary: hsl(210 13% 18%);
  --secondary-foreground: hsl(40 25% 93%);
  --muted: hsl(210 10% 25%);
  --muted-foreground: hsl(37 25% 75%);
  --accent: hsl(37 34% 77%);
  --accent-foreground: hsl(210 11% 11%);
  --border: hsl(210 13% 18%);
  --ring: hsl(40 25% 93% / 0.3);
  --destructive: hsl(354 42% 65%);
  --destructive-foreground: hsl(210 11% 11%);
  --surface-1: hsl(210 11% 11%);
  --surface-2: hsl(210 13% 15%);
  --surface-3: hsl(210 13% 18%);
  --surface-4: hsl(210 10% 22%);
  --shadow-sm: 0 1px 2px hsl(0 0% 0% / 0.25);
  --shadow-md: 0 4px 6px hsl(0 0% 0% / 0.30), 0 1px 3px hsl(0 0% 0% / 0.20);
  --shadow-lg: 0 10px 20px hsl(0 0% 0% / 0.35), 0 2px 6px hsl(0 0% 0% / 0.20);
  --shadow-inner: inset 0 2px 4px hsl(0 0% 0% / 0.20);
}

/* static/reset.css */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
body {
  font-family: "Cormorant Garamond";
  font-size: var(--text-base);
  line-height: var(--leading-normal);
  color: var(--foreground);
  background-color: var(--background);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100svh;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: var(--leading-tight);
  font-weight: var(--font-bold);
}
a {
  color: inherit;
  text-decoration-skip-ink: auto;
}
ul,
ol {
  list-style: none;
  padding: 0;
}
button {
  cursor: pointer;
  background: none;
  border: none;
}
textarea {
  resize: vertical;
}
fieldset {
  border: none;
  padding: 0;
}
table {
  border-collapse: collapse;
  width: 100%;
}
:focus {
  outline: none;
}
:focus-visible {
  outline: 2px solid var(--ring);
  outline-offset: 2px;
}

/* static/primitives.css */
.stack {
  display: flex;
  flex-direction: column;
  gap: var(--stack-gap, var(--space-4));
}
.row {
  display: flex;
  align-items: center;
  gap: var(--row-gap, var(--space-4));
}
.cluster {
  display: flex;
  flex-wrap: wrap;
  gap: var(--cluster-gap, var(--space-2));
  align-items: center;
}
.center {
  display: grid;
  place-items: center;
}
.grid-auto {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(var(--grid-min, 16rem), 1fr));
  gap: var(--grid-gap, var(--space-4));
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--grid-gap, var(--space-4));
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--grid-gap, var(--space-4));
}
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--grid-gap, var(--space-4));
}
.with-sidebar {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sidebar-gap, var(--space-6));
}
.with-sidebar > :first-child {
  flex-basis: var(--sidebar-width, 16rem);
  flex-grow: 1;
}
.with-sidebar > :last-child {
  flex-basis: 0;
  flex-grow: 999;
  min-width: var(--sidebar-content-min, 50%);
}
.container {
  width: 100%;
  max-width: var(--container-max, 72rem);
  margin-inline: auto;
  padding-inline: var(--space-6);
}
.container--sm {
  --container-max: 48rem;
}
.container--md {
  --container-max: 64rem;
}
.container--lg {
  --container-max: 80rem;
}
.container--xl {
  --container-max: 96rem;
}
.cover {
  display: flex;
  flex-direction: column;
  min-height: 100svh;
}
.cover > * {
  margin-block: auto;
}
.cover > :first-child:not(.cover__center) {
  margin-block-start: 0;
}
.cover > :last-child:not(.cover__center) {
  margin-block-end: 0;
}
.switcher {
  display: flex;
  flex-wrap: wrap;
  gap: var(--switcher-gap, var(--space-4));
}
.switcher > * {
  flex-grow: 1;
  flex-basis: calc((var(--switcher-threshold, 30rem) - 100%) * 999);
}

/* static/animations.css */
[data-animate] {
}
@supports (animation-timeline: view()) {
  [data-animate=fade-up] {
    animation: ru-fade-up linear both;
    animation-timeline: view();
    animation-range: entry 0% entry 40%;
  }
  [data-animate=fade-down] {
    animation: ru-fade-down linear both;
    animation-timeline: view();
    animation-range: entry 0% entry 40%;
  }
  [data-animate=fade-left] {
    animation: ru-fade-left linear both;
    animation-timeline: view();
    animation-range: entry 0% entry 40%;
  }
  [data-animate=fade-right] {
    animation: ru-fade-right linear both;
    animation-timeline: view();
    animation-range: entry 0% entry 40%;
  }
  [data-animate=fade-in] {
    animation: ru-fade-in linear both;
    animation-timeline: view();
    animation-range: entry 0% entry 20%;
  }
  [data-animate=fade-right-load] {
    animation: ru-fade-right 0.6s ease-out both;
    animation-delay: 0.1s;
  }
  [data-animate=fade-left-load] {
    animation: ru-fade-left 0.6s ease-out both;
    animation-delay: 0.1s;
  }
  [data-animate=fade-up-load] {
    animation: ru-fade-up 0.6s ease-out both;
    animation-delay: 0.1s;
  }
  [data-animate=fade-down-load] {
    animation: ru-fade-down 0.6s ease-out both;
    animation-delay: 0.1s;
  }
  [data-animate=scale-up] {
    animation: ru-scale-up linear both;
    animation-timeline: view();
    animation-range: entry 0% entry 35%;
  }
  [data-animate=scale-down] {
    animation: ru-scale-down linear both;
    animation-timeline: view();
    animation-range: entry 0% entry 35%;
  }
  [data-animate=reveal-up] {
    animation: ru-reveal-up linear both;
    animation-timeline: view();
    animation-range: entry 0% entry 35%;
  }
  [data-animate=reveal-left] {
    animation: ru-reveal-left linear both;
    animation-timeline: view();
    animation-range: entry 0% entry 35%;
  }
  [data-animate=reveal-right] {
    animation: ru-reveal-right linear both;
    animation-timeline: view();
    animation-range: entry 0% entry 35%;
  }
  [data-animate=blur-in] {
    animation: ru-blur-in linear both;
    animation-timeline: view();
    animation-range: entry 0% entry 30%;
  }
  [data-animate=blur-up] {
    animation: ru-blur-up linear both;
    animation-timeline: view();
    animation-range: entry 0% entry 35%;
  }
  [data-animate=flip-up] {
    animation: ru-flip-up linear both;
    animation-timeline: view();
    animation-range: entry 0% entry 40%;
    transform-origin: bottom center;
  }
  [data-animate=flip-left] {
    animation: ru-flip-left linear both;
    animation-timeline: view();
    animation-range: entry 0% entry 40%;
    transform-origin: right center;
  }
  [data-stagger] > * {
    animation: ru-fade-up linear both;
    animation-timeline: view();
    animation-range: entry 0% entry 40%;
  }
  [data-stagger] > *:nth-child(1) {
    animation-delay: 0ms;
  }
  [data-stagger] > *:nth-child(2) {
    animation-delay: 80ms;
  }
  [data-stagger] > *:nth-child(3) {
    animation-delay: 160ms;
  }
  [data-stagger] > *:nth-child(4) {
    animation-delay: 240ms;
  }
  [data-stagger] > *:nth-child(5) {
    animation-delay: 320ms;
  }
  [data-stagger] > *:nth-child(6) {
    animation-delay: 400ms;
  }
  [data-stagger] > *:nth-child(n+7) {
    animation-delay: 480ms;
  }
  [data-scroll-progress] {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background: var(--color-accent, oklch(60% 0.2 250));
    transform-origin: left;
    animation: ru-scroll-progress linear both;
    animation-timeline: scroll(root block);
    z-index: 9999;
    width: 100%;
  }
}
@keyframes ru-fade-up {
  from {
    opacity: 0;
    translate: 0 1.5rem;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes ru-fade-down {
  from {
    opacity: 0;
    translate: 0 -1.5rem;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes ru-fade-left {
  from {
    opacity: 0;
    translate: 1.5rem 0;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes ru-fade-right {
  from {
    opacity: 0;
    translate: -1.5rem 0;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes ru-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes ru-scale-up {
  from {
    opacity: 0;
    scale: 0.9;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
@keyframes ru-scale-down {
  from {
    opacity: 0;
    scale: 1.1;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
@keyframes ru-reveal-up {
  from {
    clip-path: inset(100% 0 0 0);
  }
  to {
    clip-path: inset(0% 0 0 0);
  }
}
@keyframes ru-reveal-left {
  from {
    clip-path: inset(0 0 0 100%);
  }
  to {
    clip-path: inset(0 0 0 0%);
  }
}
@keyframes ru-reveal-right {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0% 0 0);
  }
}
@keyframes ru-blur-in {
  from {
    opacity: 0;
    filter: blur(8px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes ru-blur-up {
  from {
    opacity: 0;
    filter: blur(8px);
    translate: 0 1.5rem;
  }
  to {
    opacity: 1;
    filter: blur(0);
    translate: 0 0;
  }
}
@keyframes ru-flip-up {
  from {
    opacity: 0;
    transform: perspective(600px) rotateX(-25deg);
  }
  to {
    opacity: 1;
    transform: perspective(600px) rotateX(0deg);
  }
}
@keyframes ru-flip-left {
  from {
    opacity: 0;
    transform: perspective(600px) rotateY(25deg);
  }
  to {
    opacity: 1;
    transform: perspective(600px) rotateY(0deg);
  }
}
@keyframes ru-scroll-progress {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  [data-animate],
  [data-stagger] > *,
  [data-scroll-progress] {
    animation: none !important;
    opacity: 1 !important;
    translate: none !important;
    filter: none !important;
    clip-path: none !important;
    transform: none !important;
  }
}

/* components/auth/auth.css */
.auth-layout {
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  place-items: center;
  padding: var(--space-4);
}
.auth-card {
  width: 100%;
  max-width: 24rem;
}
.auth-header {
  text-align: center;
  margin-bottom: var(--space-6);
}
.auth-logo {
  width: 3rem;
  height: 3rem;
  margin-inline: auto;
  margin-bottom: var(--space-4);
}
.auth-logo img,
.auth-logo svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.auth-title {
  font-size: var(--text-xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  margin-bottom: var(--space-2);
}
.auth-subtitle {
  font-size: var(--text-sm);
  color: var(--muted-foreground);
}
.auth-footer {
  margin-top: var(--space-6);
  font-size: var(--text-xs);
  color: var(--muted-foreground);
  text-align: center;
  line-height: var(--leading-relaxed);
}

/* components/accordion/accordion.css */
.accordion {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
.accordion__item {
  border: 1px solid var(--color-border);
  border-radius: 4px;
  overflow: hidden;
}
.accordion__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  user-select: none;
}
.accordion__question::after {
  content: "+";
  font-size: 1.25rem;
  transition: transform 0.2s ease;
}
details[open] .accordion__question::after {
  content: "\2212";
}
.accordion__answer {
  padding: 0 1.25rem 1rem;
  line-height: 1.6;
}

/* components/button/button.css */
.btn {
  display: inline-flex;
  font-family: "Cormorant Garamond";
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  white-space: nowrap;
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
  border: 1px solid transparent;
  border-radius: 1px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
  text-decoration: none;
}
.btn:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
.btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.btn--sm {
  height: 2rem;
  padding-inline: var(--space-3);
}
.btn--md {
  height: 2.5rem;
  padding-inline: var(--space-4);
}
.btn--lg {
  height: 2.75rem;
  padding-inline: var(--space-6);
  font-size: var(--text-base);
}
.btn--icon {
  height: 2.5rem;
  width: 2.5rem;
  padding: 0;
}
.btn--default {
  background: var(--secondary);
  border-color: var(--border);
  color: var(--foreground);
}
.btn--default:hover {
  background: var(--muted);
}
.btn--primary {
  background: var(--primary);
  color: var(--primary-foreground);
}
.btn--primary:hover {
  background: var(--muted-foreground);
}
.btn--destructive {
  background: var(--destructive);
  color: var(--destructive-foreground);
}
.btn--destructive:hover {
  filter: brightness(0.9);
}
.btn--outline {
  background: transparent;
  border-color: var(--border);
  color: var(--foreground);
}
.btn--outline:hover {
  background: var(--secondary);
}
.btn--ghost {
  background: transparent;
  color: var(--foreground);
}
.btn--ghost:hover {
  background: var(--secondary);
}
.btn--link {
  background: transparent;
  color: var(--primary);
  height: auto;
  padding: 0;
  text-decoration-line: underline;
}
.btn--link:hover {
  text-decoration-thickness: 2px;
}
.btn--full {
  width: 100%;
}
.btn--social {
  gap: var(--space-3);
}
.btn__loading {
  display: none;
}
.btn[aria-busy=true] .btn__label,
.btn.is-loading .btn__label {
  display: none;
}
.btn[aria-busy=true] .btn__loading,
.btn.is-loading .btn__loading {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
}

/* static/components/card.css */
.card {
  background: var(--secondary);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: var(--space-6);
}

/* static/components/divider.css */
.divider {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  margin-block: var(--space-6);
  color: var(--muted-foreground);
  font-size: var(--text-sm);
}
.divider::before,
.divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--border);
}

/* components/footer/footer.css */
.footer {
  font-family: "Cormorant Garamond";
  background-color: var(--primary);
  padding: 5rem 0 3rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background:
    linear-gradient(
      90deg,
      transparent,
      var(--accent),
      transparent);
  opacity: 0.3;
}
.footer__container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.footer__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 3rem;
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .footer__grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .footer__newsletter {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
  }
}
.footer__section-title {
  color: hsl(3, 63.64%, 56.86%);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 1.75rem;
  opacity: 0.9;
}
.footer__link-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__link-list li {
  margin-bottom: 0.85rem;
}
.footer__link {
  font-size: 0.9375rem;
  color: var(--primary-foreground);
  text-decoration: none;
  opacity: 0.65;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
}
.footer__link:hover {
  opacity: 1;
  color: var(--accent);
  transform: translateX(4px);
}
.footer__newsletter-desc {
  font-size: var(--text-sm);
  line-height: var(--leading-relaxed);
  color: var(--primary-foreground);
  opacity: 0.7;
  margin-bottom: var(--space-6);
}
.footer__bottom {
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-8);
}
.footer__bottom-left {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.footer__logo {
  height: 2.5rem;
  width: auto;
  filter: grayscale(1) brightness(1.5);
  transition: filter 0.4s ease;
}
.footer__logo:hover {
  filter: grayscale(0) brightness(1);
}
.footer__copyright {
  font-size: var(--text-xs);
  color: var(--primary-foreground);
  opacity: 0.5;
}
.footer__bottom-links {
  display: flex;
  gap: var(--space-8);
}
.footer__bottom-link {
  font-size: var(--text-xs);
  color: var(--primary-foreground);
  text-decoration: none;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
.footer__bottom-link:hover {
  opacity: 1;
}
.footer__status-link {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: var(--text-xs);
  font-weight: var(--font-medium);
  color: var(--primary-foreground);
  text-decoration: none;
  padding: var(--space-2) 0.85rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 100px;
  transition: background 0.3s ease;
}
.footer__status-link:hover {
  background: rgba(255, 255, 255, 0.07);
}
.footer__status-dot {
  height: 0.5rem;
  width: 0.5rem;
  background-color: hsl(142 71% 45%);
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0 8px hsl(142 71% 45%);
}
.footer__status-dot::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsl(142 71% 45%);
  border-radius: 50%;
  animation: status-pulse 2s infinite;
}
@keyframes status-pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

/* components/form/form.css */
.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.form-field__label {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--foreground);
}
.form-field__required {
  margin-left: 0.25rem;
  color: var(--destructive);
}
.form-field__input {
  width: 100%;
  height: 2.5rem;
  padding: var(--space-2) var(--space-3);
  font-size: var(--text-base);
  font-family: inherit;
  color: var(--foreground);
  background: var(--background);
  border-radius: var(--radius-sm);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  outline: none;
}
.form-field__input::placeholder {
  color: var(--muted-foreground);
}
.form-field__input--default {
  background: var(--background);
  border: 1px solid var(--border);
}
.form-field__input--default:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary) 15%, transparent);
}
.form-field__input--outlined {
  background: transparent;
  border: 1.5px solid var(--border);
}
.form-field__input--outlined:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary) 15%, transparent);
}
.form-field__input--ghost {
  background: transparent;
  border: none;
  border-bottom: 1.5px solid var(--border);
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.form-field__input--ghost:focus {
  border-bottom-color: var(--primary);
  box-shadow: none;
}
.form-field--error .form-field__input {
  border-color: var(--destructive);
}
.form-field--error .form-field__input--ghost {
  border-bottom-color: var(--destructive);
}
.form-field--error .form-field__input:focus {
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--destructive) 15%, transparent);
}
.form-field--error .form-field__input--ghost:focus {
  box-shadow: none;
}
.form-field--disabled .form-field__input {
  opacity: 0.5;
  cursor: not-allowed;
}
.form-field__error {
  font-size: 0.8125rem;
  color: var(--destructive);
}
.form-field__help {
  font-size: 0.8125rem;
  color: var(--muted-foreground);
}
.subscribe-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 640px) {
  .subscribe-form {
    flex-direction: row;
    align-items: flex-start;
  }
}

/* static/components/icons.css */
.icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}
.icon--sm {
  width: 1rem;
  height: 1rem;
}
.icon--lg {
  width: 1.5rem;
  height: 1.5rem;
}

/* components/info/info.css */
.info-left,
.info-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: var(--space-8);
  max-width: 60%;
  margin-inline: auto;
  margin-bottom: 200px;
  margin-block: var(--space-10);
  background-color: var(--background);
}
.info-header {
  color: hsl(3, 63.64%, 56.86%);
}
@media (max-width: 768px) {
  .info-left,
  .info-right {
    grid-template-columns: 1fr;
    max-width: 90%;
  }
}
.info-img {
  border-radius: 2px;
}
.info-paragraph {
  margin-block: 10px;
}

/* pages/layout.css */
main {
  background-color: var(--background);
}
.section {
  padding-block: var(--space-16);
}
.hero {
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 60%;
  align-items: center;
  margin: 0 auto;
}

/* components/titles/titles.css */
.title-section {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 70vh;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
}
.title-section__overlay {
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
  z-index: 1;
}
.title-section--image .title-section__overlay {
  background: rgba(0, 0, 0, 0.45);
}
.title-section--sm {
  padding: 3rem 1.5rem;
}
.title-section--md {
  padding: 5.5rem 1.5rem;
}
.title-section--lg {
  padding: 9rem 1.5rem;
}
.title-section--dark {
  background-color: #0f1117;
  color: #fff;
}
.title-section--gradient {
  background:
    radial-gradient(
      ellipse 80% 60% at 50% 0%,
      #1e1b4b 0%,
      #0f0f1a 55%,
      #080810 100%);
  color: #fff;
}
.title-section--image {
  background-image: var(--ts-bg-image);
  background-size: cover;
  background-position: center;
  color: #fff;
}
.title-section--light {
  background-color: #ffffff;
  color: #111827;
}
.title-section__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 56rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.title-section--center .title-section__container,
.title-section--image.title-section--center .title-section__container,
.title-section--image .title-section__container {
  text-align: center;
  align-items: center;
}
.title-section--left .title-section__container {
  text-align: left;
  align-items: flex-start;
}
.title-section__announcement {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 1rem;
  letter-spacing: 100px;
  margin-bottom: 1.75rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(4px);
}
.title-section--light .title-section__announcement {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.6);
}
.title-section__announcement a {
  font-weight: 600;
  color: #818cf8;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  transition: color 0.15s ease;
}
.title-section__announcement a:hover {
  color: #a5b4fc;
}
.title-section__title {
  margin: 0 0 1.25rem;
  font-size: clamp(2rem, 5vw, 3.75rem);
  font-family: "Cormorant Garamond";
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0.25em;
}
.title-section--image .title-section__title {
  font-size: clamp(1.5rem, 3.5vw, 2.75rem);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
}
.title-section__subtitle {
  margin: 0 0 2.25rem;
  font-size: clamp(0.95rem, 1.8vw, 1.125rem);
  font-family: "Cormorant Garamond";
  line-height: 1.75;
  opacity: 0.7;
  max-width: 42rem;
}
.title-section__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  align-items: center;
  justify-content: flex-start;
}
.title-section--center .title-section__cta,
.title-section--image .title-section__cta {
  justify-content: center;
}
.title-section__cta:empty {
  display: none;
}

/* components/nav/nav.css */
.nav {
  position: sticky;
  font-family: "Cormorant Garamond";
  top: 0;
  z-index: 50;
  background: transparent;
  margin-top: -80px;
}
.nav__inner {
  display: flex;
  align-items: flex;
  justify-content: space-between;
  margin: 5px 25px;
  height: 4rem;
}
.nav__logo {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  text-decoration: none;
  color: var(--foreground);
  font-weight: var(--font-bold);
  font-size: var(--text-lg);
}
.nav__logo-icon {
  width: 10rem;
  height: 4rem;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}
.nav__links {
  display: none;
  align-items: center;
  gap: var(--space-6);
}
.nav__link {
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
  color: var(--primary-foreground);
  text-decoration: none;
  transition: color 0.15s ease;
}
.nav__link:hover {
  color: var(--foreground);
}
.nav__actions {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}
.nav__auth {
  display: none;
  align-items: center;
  gap: var(--space-2);
}
.nav__hamburger {
  display: flex;
}
.nav__hamburger-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 1.5rem;
  height: 1.5rem;
  color: white;
}
.nav__hamburger-icon .bar {
  display: block;
  width: 100%;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
:has(#mobile-menu:popover-open) .nav__hamburger-icon .bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
:has(#mobile-menu:popover-open) .nav__hamburger-icon .bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
:has(#mobile-menu:popover-open) .nav__hamburger-icon .bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.mobile-menu {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(20rem, 100vw - var(--space-8));
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-left: 1px solid var(--border);
  background: var(--background);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  translate: 100% 0;
  opacity: 0;
  transition:
    translate 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    display 0.35s allow-discrete,
    overlay 0.35s allow-discrete;
}
.mobile-menu:popover-open {
  translate: 0 0;
  opacity: 1;
}
@starting-style {
  .mobile-menu:popover-open {
    translate: 100% 0;
    opacity: 0;
  }
}
.mobile-menu::backdrop {
  background: hsl(0 0% 0% / 0);
  transition:
    background 0.35s ease,
    display 0.35s allow-discrete,
    overlay 0.35s allow-discrete;
}
.mobile-menu:popover-open::backdrop {
  background: hsl(0 0% 0% / 0.5);
}
@starting-style {
  .mobile-menu:popover-open::backdrop {
    background: hsl(0 0% 0% / 0);
  }
}
.mobile-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-4);
  border-bottom: 1px solid var(--border);
}
.mobile-menu__close-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.mobile-menu__nav {
  padding: var(--space-4);
}
.mobile-menu__link {
  display: block;
  padding: var(--space-3) var(--space-2);
  font-size: var(--text-base);
  font-weight: var(--font-medium);
  color: var(--foreground);
  text-decoration: none;
  border-radius: var(--radius-sm);
  transition: background 0.15s ease;
}
.mobile-menu__link:hover {
  background: var(--secondary);
}
.mobile-menu__section {
  padding: var(--space-4);
  border-top: 1px solid var(--border);
}
.mobile-menu__section-title {
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
  color: var(--muted-foreground);
  margin-bottom: var(--space-3);
}
.mobile-menu__auth {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}
@media (min-width: 48rem) {
  .nav__links {
    display: flex;
  }
  .nav__auth {
    display: flex;
  }
  .nav__hamburger {
    display: none;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* static/components/spinner.css */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.spinner {
  width: 1rem;
  height: 1rem;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

/* static/utilities.css */
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.sticky {
  position: sticky;
}
.fixed {
  position: fixed;
}
.inset-0 {
  inset: 0;
}
.top-0 {
  top: 0;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.self-start {
  align-self: flex-start;
}
.self-center {
  align-self: center;
}
.self-end {
  align-self: flex-end;
}
.self-stretch {
  align-self: stretch;
}
.stack--sm {
  --stack-gap: var(--space-2);
}
.stack--md {
  --stack-gap: var(--space-4);
}
.stack--lg {
  --stack-gap: var(--space-8);
}
.stack--xl {
  --stack-gap: var(--space-12);
}
.row--gap-sm {
  --row-gap: var(--space-2);
}
.row--gap-md {
  --row-gap: var(--space-4);
}
.row--gap-lg {
  --row-gap: var(--space-8);
}
.row--between {
  justify-content: space-between;
}
.row--end {
  justify-content: flex-end;
}
.row--start {
  justify-content: flex-start;
}
.cluster--sm {
  --cluster-gap: var(--space-1);
}
.cluster--lg {
  --cluster-gap: var(--space-4);
}
.grid--sm {
  --grid-gap: var(--space-2);
}
.grid--lg {
  --grid-gap: var(--space-8);
}
.w-full {
  width: 100%;
}
.w-auto {
  width: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100svh;
}
.min-w-0 {
  min-width: 0;
}
.max-w-prose {
  max-width: 65ch;
}
.m-0 {
  margin: 0;
}
.mx-auto {
  margin-inline: auto;
}
.ml-auto {
  margin-inline-start: auto;
}
.mr-auto {
  margin-inline-end: auto;
}
.mt-1 {
  margin-block-start: var(--space-1);
}
.mt-2 {
  margin-block-start: var(--space-2);
}
.mt-3 {
  margin-block-start: var(--space-3);
}
.mt-4 {
  margin-block-start: var(--space-4);
}
.mt-6 {
  margin-block-start: var(--space-6);
}
.mt-8 {
  margin-block-start: var(--space-8);
}
.mb-1 {
  margin-block-end: var(--space-1);
}
.mb-2 {
  margin-block-end: var(--space-2);
}
.mb-3 {
  margin-block-end: var(--space-3);
}
.mb-4 {
  margin-block-end: var(--space-4);
}
.mb-6 {
  margin-block-end: var(--space-6);
}
.mb-8 {
  margin-block-end: var(--space-8);
}
.p-0 {
  padding: 0;
}
.p-2 {
  padding: var(--space-2);
}
.p-4 {
  padding: var(--space-4);
}
.p-6 {
  padding: var(--space-6);
}
.p-8 {
  padding: var(--space-8);
}
.px-2 {
  padding-inline: var(--space-2);
}
.px-3 {
  padding-inline: var(--space-3);
}
.px-4 {
  padding-inline: var(--space-4);
}
.px-6 {
  padding-inline: var(--space-6);
}
.py-1 {
  padding-block: var(--space-1);
}
.py-2 {
  padding-block: var(--space-2);
}
.py-3 {
  padding-block: var(--space-3);
}
.py-4 {
  padding-block: var(--space-4);
}
.py-6 {
  padding-block: var(--space-6);
}
.font-sans {
  font-family: var(--font-sans);
}
.font-serif {
  font-family: var(--font-serif);
}
.font-mono {
  font-family: var(--font-mono);
}
.text-xs {
  font-size: var(--text-xs);
  line-height: var(--leading-normal);
}
.text-sm {
  font-size: var(--text-sm);
  line-height: var(--leading-normal);
}
.text-base {
  font-size: var(--text-base);
  line-height: var(--leading-normal);
}
.text-lg {
  font-size: var(--text-lg);
  line-height: var(--leading-tight);
}
.text-xl {
  font-size: var(--text-xl);
  line-height: var(--leading-tight);
}
.text-2xl {
  font-size: var(--text-2xl);
  line-height: var(--leading-tight);
}
.text-3xl {
  font-size: var(--text-3xl);
  line-height: var(--leading-tight);
}
.font-normal {
  font-weight: var(--font-normal);
}
.font-medium {
  font-weight: var(--font-medium);
}
.font-bold {
  font-weight: var(--font-bold);
}
.leading-none {
  line-height: var(--leading-none);
}
.leading-tight {
  line-height: var(--leading-tight);
}
.leading-snug {
  line-height: var(--leading-snug);
}
.leading-normal {
  line-height: var(--leading-normal);
}
.leading-relaxed {
  line-height: var(--leading-relaxed);
}
.tracking-tight {
  letter-spacing: var(--tracking-tight);
}
.tracking-normal {
  letter-spacing: var(--tracking-normal);
}
.tracking-wide {
  letter-spacing: var(--tracking-wide);
}
.tracking-wider {
  letter-spacing: var(--tracking-wider);
}
.tracking-widest {
  letter-spacing: var(--tracking-widest);
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-wrap-balance {
  text-wrap: balance;
}
.text-wrap-pretty {
  text-wrap: pretty;
}
.text-foreground {
  color: var(--foreground);
}
.text-muted {
  color: var(--muted-foreground);
}
.text-accent {
  color: var(--accent-foreground);
}
.text-destructive {
  color: var(--destructive);
}
.bg-background {
  background-color: var(--background);
}
.bg-surface-1 {
  background-color: var(--surface-1);
}
.bg-surface-2 {
  background-color: var(--surface-2);
}
.bg-surface-3 {
  background-color: var(--surface-3);
}
.bg-surface-4 {
  background-color: var(--surface-4);
}
.bg-primary {
  background-color: var(--primary);
}
.bg-muted {
  background-color: var(--muted);
}
.bg-accent {
  background-color: var(--accent);
}
.border {
  border: 1px solid var(--border);
}
.border-t {
  border-top: 1px solid var(--border);
}
.border-b {
  border-bottom: 1px solid var(--border);
}
.border-none {
  border: none;
}
.rounded-none {
  border-radius: var(--radius-none);
}
.rounded-sm {
  border-radius: var(--radius-sm);
}
.rounded-md {
  border-radius: var(--radius-md);
}
.rounded-lg {
  border-radius: var(--radius-lg);
}
.rounded-xl {
  border-radius: var(--radius-xl);
}
.rounded-full {
  border-radius: var(--radius-full);
}
.shadow-none {
  box-shadow: var(--shadow-none);
}
.shadow-sm {
  box-shadow: var(--shadow-sm);
}
.shadow-md {
  box-shadow: var(--shadow-md);
}
.shadow-lg {
  box-shadow: var(--shadow-lg);
}
.shadow-xl {
  box-shadow: var(--shadow-xl);
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-auto {
  overflow: auto;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-100 {
  opacity: 1;
}
.transition {
  transition-property:
    color,
    background-color,
    border-color,
    box-shadow,
    opacity,
    transform;
  transition-duration: var(--duration-normal);
  transition-timing-function: var(--ease-default);
}
.transition-fast {
  transition-duration: var(--duration-fast);
}
.transition-slow {
  transition-duration: var(--duration-slow);
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.select-none {
  user-select: none;
}
.pointer-events-none {
  pointer-events: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.z-below {
  z-index: var(--z-below);
}
.z-base {
  z-index: var(--z-base);
}
.z-raised {
  z-index: var(--z-raised);
}
.z-dropdown {
  z-index: var(--z-dropdown);
}
.z-sticky {
  z-index: var(--z-sticky);
}
.z-modal {
  z-index: var(--z-modal);
}
.z-toast {
  z-index: var(--z-toast);
}

/* static/main.css */
