@font-face {
  font-family: "Inter Variable";
    src: url("/vendor/fonts/InterVariable-Latin.woff2") format("woff2");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Source Serif 4 Variable";
    src: url("/vendor/fonts/SourceSerif4Variable-Latin.woff2") format("woff2");
    font-style: normal;
    font-weight: 200 900;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  color-scheme: light;
    --font-sans: "Inter Variable", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-evidence: "Source Serif 4 Variable", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
    --canvas: #ffffff;
    --surface: #f7f7fa;
    --surface-strong: #efedf2;
    --ink: #1b191e;
    --soft: #6b6570;
    --faint: #756f79;
    --line: #e7e3e9;
    --accent: #6f45b5;
    --accent-strong: #58328f;
    --accent-soft: #f0e9fa;
    --accent-ink: #4a287c;
    --deep: #211b27;
    --deep-soft: #bdb5c2;
    --success: #2f6a50;
    --max: 1180px;
    --radius-sm: 12px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --shadow-phone: 0 40px 90px rgba(22, 16, 29, 0.18), 0 8px 24px rgba(22, 16, 29, 0.12);
}

:root[data-theme='dark'] {
  color-scheme: dark;
    --canvas: #121014;
    --surface: #1c181f;
    --surface-strong: #2a242d;
    --ink: #f7f4f8;
    --soft: #b8b0bc;
    --faint: #938b97;
    --line: #342e38;
    --accent: #c3a5f5;
    --accent-strong: #d4c0f8;
    --accent-soft: #302540;
    --accent-ink: #e1d4f8;
    --deep: #09080a;
    --deep-soft: #bdb5c2;
    --success: #9bd2b7;
    --shadow-phone: 0 40px 90px rgba(0, 0, 0, 0.42), 0 8px 24px rgba(0, 0, 0, 0.32);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) {
    color-scheme: dark;
        --canvas: #121014;
        --surface: #1c181f;
        --surface-strong: #2a242d;
        --ink: #f7f4f8;
        --soft: #b8b0bc;
        --faint: #938b97;
        --line: #342e38;
        --accent: #c3a5f5;
        --accent-strong: #d4c0f8;
        --accent-soft: #302540;
        --accent-ink: #e1d4f8;
        --deep: #09080a;
        --deep-soft: #bdb5c2;
        --success: #9bd2b7;
        --shadow-phone: 0 40px 90px rgba(0, 0, 0, 0.42), 0 8px 24px rgba(0, 0, 0, 0.32);
  }
}

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

html {
  scroll-behavior: smooth;
    background: var(--canvas);
}

[id] {
  scroll-margin-top: calc(76px + env(safe-area-inset-top, 0px));
}

body {
  min-width: 0;
    margin: 0;
    overflow-x: hidden;
    background: var(--canvas);
    color: var(--ink);
    font-family: var(--font-sans);
    font-size: 16px;
    line-height: 1.5;
    font-kerning: normal;
    font-optical-sizing: auto;
    font-feature-settings: "liga" 1, "calt" 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
    text-underline-offset: 4px;
}

button {
  font: inherit;
}

button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--accent) 46%, transparent);
    outline-offset: 3px;
}

.lucide {
  width: 20px;
    height: 20px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.2;
}

.skip-link {
  position: fixed;
    z-index: 100;
    top: 10px;
    left: 10px;
    transform: translateY(-160%);
    border-radius: var(--radius-sm);
    background: var(--ink);
    color: var(--canvas);
    padding: 10px 14px;
    font-weight: 700;
    text-decoration: none;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
  }
}

@media print {
  :root {
    color-scheme: light;
        --canvas: #ffffff;
        --surface: #f7f7fa;
        --ink: #1b191e;
        --soft: #5e5862;
        --line: #d9d5dc;
        --accent: #6f45b5;
        --accent-soft: #f0e9fa;
        --accent-ink: #4a287c;
        --deep: #211b27;
  }

  .skip-link {
    display: none !important;
  }
}
