@charset "UTF-8";

/* src/styles.scss */
:root {
  --font-display:
    "Fraunces",
    Georgia,
    serif;
  --font-sans:
    "Hanken Grotesk",
    system-ui,
    -apple-system,
    sans-serif;
  --font-mono:
    "JetBrains Mono",
    ui-monospace,
    monospace;
  --color-bg: #f7f4ec;
  --color-surface: #ffffff;
  --color-ink: #14211e;
  --color-ink-soft: #43534c;
  --color-muted: #6e8b7b;
  --color-border: #e4decf;
  --color-accent: #1b9e78;
  --color-accent-strong: #137a5b;
  --color-accent-soft: #e1f0ea;
  --color-danger: #b23a2e;
  --color-warning: #c98a2b;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
}
@media (prefers-color-scheme: dark) {
  :root {
    --color-bg: #101d19;
    --color-surface: #172620;
    --color-ink: #ece8dc;
    --color-ink-soft: #b6c2ba;
    --color-muted: #7e948a;
    --color-border: #283a32;
    --color-accent: #2fb78c;
    --color-accent-strong: #4fc9a2;
    --color-accent-soft: #16302a;
    --color-danger: #e0685b;
    --color-warning: #e0a94b;
  }
}
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background: var(--color-bg);
  color: var(--color-ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3 {
  margin: 0 0 0.5em;
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--color-ink);
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
p {
  margin: 0 0 1em;
  color: var(--color-ink-soft);
}
a {
  color: var(--color-accent);
}
a:hover {
  text-decoration: underline;
}
code,
kbd,
samp,
pre,
.slug {
  font-family: var(--font-mono);
}
:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px var(--color-accent-soft);
  border-radius: var(--radius-sm);
}
::selection {
  background: var(--color-accent-soft);
  color: var(--color-ink);
}
.driver-popover .tessera-tour-skip {
  all: unset;
  cursor: pointer;
  font: inherit;
  font-size: 0.875rem;
  padding: 6px 10px;
  border: none;
  background-color: transparent !important;
}
.driver-popover .tessera-tour-skip:hover {
  color: var(--color-ink);
  background-color: transparent !important;
}

/* node_modules/driver.js/dist/driver.css */
.driver-active .driver-overlay,
.driver-active * {
  pointer-events: none;
}
.driver-active .driver-active-element,
.driver-active .driver-active-element *,
.driver-popover,
.driver-popover * {
  pointer-events: auto;
}
@keyframes animate-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.driver-fade .driver-overlay {
  animation: animate-fade-in .2s ease-in-out;
}
.driver-fade .driver-popover {
  animation: animate-fade-in .2s;
}
.driver-popover {
  all: unset;
  box-sizing: border-box;
  color: #2d2d2d;
  margin: 0;
  padding: 15px;
  border-radius: 5px;
  min-width: 250px;
  max-width: 300px;
  box-shadow: 0 1px 10px #0006;
  z-index: 1000000000;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
}
.driver-popover * {
  font-family:
    Helvetica Neue,
    Inter,
    ui-sans-serif,
    "Apple Color Emoji",
    Helvetica,
    Arial,
    sans-serif;
}
.driver-popover-title {
  font: 19px/normal sans-serif;
  font-weight: 700;
  display: block;
  position: relative;
  line-height: 1.5;
  zoom: 1;
  margin: 0;
}
.driver-popover-close-btn {
  all: unset;
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 28px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  color: #d2d2d2;
  z-index: 1;
  text-align: center;
  transition: color;
  transition-duration: .2s;
}
.driver-popover-close-btn:hover,
.driver-popover-close-btn:focus {
  color: #2d2d2d;
}
.driver-popover-title[style*=block] + .driver-popover-description {
  margin-top: 5px;
}
.driver-popover-description {
  margin-bottom: 0;
  font: 14px/normal sans-serif;
  line-height: 1.5;
  font-weight: 400;
  zoom: 1;
}
.driver-popover-footer {
  margin-top: 15px;
  text-align: right;
  zoom: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.driver-popover-progress-text {
  font-size: 13px;
  font-weight: 400;
  color: #727272;
  zoom: 1;
}
.driver-popover-footer button {
  all: unset;
  display: inline-block;
  box-sizing: border-box;
  padding: 3px 7px;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  background-color: #fff;
  color: #2d2d2d;
  font: 12px/normal sans-serif;
  cursor: pointer;
  outline: 0;
  zoom: 1;
  line-height: 1.3;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.driver-popover-footer .driver-popover-btn-disabled {
  opacity: .5;
  pointer-events: none;
}
:not(body):has(> .driver-active-element) {
  overflow: hidden !important;
}
.driver-no-interaction,
.driver-no-interaction * {
  pointer-events: none !important;
}
.driver-popover-footer button:hover,
.driver-popover-footer button:focus {
  background-color: #f7f7f7;
}
.driver-popover-navigation-btns {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}
.driver-popover-navigation-btns button + button {
  margin-left: 4px;
}
.driver-popover-arrow {
  content: "";
  position: absolute;
  border: 5px solid #fff;
}
.driver-popover-arrow-side-over {
  display: none;
}
.driver-popover-arrow-side-left {
  left: 100%;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
}
.driver-popover-arrow-side-right {
  right: 100%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
}
.driver-popover-arrow-side-top {
  top: 100%;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.driver-popover-arrow-side-bottom {
  bottom: 100%;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
}
.driver-popover-arrow-side-center {
  display: none;
}
.driver-popover-arrow-side-left.driver-popover-arrow-align-start,
.driver-popover-arrow-side-right.driver-popover-arrow-align-start {
  top: 15px;
}
.driver-popover-arrow-side-top.driver-popover-arrow-align-start,
.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start {
  left: 15px;
}
.driver-popover-arrow-align-end.driver-popover-arrow-side-left,
.driver-popover-arrow-align-end.driver-popover-arrow-side-right {
  bottom: 15px;
}
.driver-popover-arrow-side-top.driver-popover-arrow-align-end,
.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end {
  right: 15px;
}
.driver-popover-arrow-side-left.driver-popover-arrow-align-center,
.driver-popover-arrow-side-right.driver-popover-arrow-align-center {
  top: 50%;
  margin-top: -5px;
}
.driver-popover-arrow-side-top.driver-popover-arrow-align-center,
.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center {
  left: 50%;
  margin-left: -5px;
}
.driver-popover-arrow-none {
  display: none;
}

/* src/styles/tour-theme.scss */
.driver-popover.tessera-tour {
  max-width: 340px;
  padding: 20px;
  background-color: var(--color-surface);
  color: var(--color-ink);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: none;
  font-family: var(--font-sans);
}
.driver-popover.tessera-tour .driver-popover-title {
  margin-bottom: 6px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: var(--color-ink);
}
.driver-popover.tessera-tour .driver-popover-description {
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-ink-soft);
}
.driver-popover.tessera-tour .driver-popover-description a {
  color: var(--color-accent);
  font-weight: 600;
  text-decoration: none;
}
.driver-popover.tessera-tour .driver-popover-description a:hover {
  text-decoration: underline;
}
.driver-popover.tessera-tour .driver-popover-description .tour-cta {
  margin: 12px 0 0;
}
.driver-popover.tessera-tour .driver-popover-progress-text {
  font-size: 13px;
  color: var(--color-muted);
}
.driver-popover.tessera-tour .driver-popover-close-btn {
  color: var(--color-ink-soft);
}
.driver-popover.tessera-tour .driver-popover-close-btn:hover {
  color: var(--color-ink);
}
.driver-popover.tessera-tour .driver-popover-footer button:focus-visible,
.driver-popover.tessera-tour .driver-popover-close-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px var(--color-accent-soft);
}
.driver-popover.tessera-tour .driver-popover-footer button {
  padding: 8px 16px;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  border-radius: var(--radius-md);
  text-shadow: none;
}
.driver-popover.tessera-tour .driver-popover-next-btn {
  background-color: var(--color-accent);
  color: var(--color-surface);
  border: 1px solid var(--color-accent);
}
.driver-popover.tessera-tour .driver-popover-next-btn:hover {
  background-color: var(--color-accent-strong);
  border-color: var(--color-accent-strong);
}
.driver-popover.tessera-tour .driver-popover-prev-btn {
  background-color: transparent;
  color: var(--color-ink);
  border: 1px solid var(--color-border);
}
.driver-popover.tessera-tour .driver-popover-prev-btn:hover {
  background-color: var(--color-accent-soft);
}
.driver-popover.tessera-tour .driver-popover-skip-btn {
  padding: 8px 4px;
  background: none;
  border: none;
  color: var(--color-muted);
  font-family: var(--font-sans);
  font-size: 13px;
  text-shadow: none;
  cursor: pointer;
}
.driver-popover.tessera-tour .driver-popover-skip-btn:hover {
  color: var(--color-ink);
  text-decoration: underline;
}
.driver-popover.tessera-tour .driver-popover-skip-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px var(--color-accent-soft);
}
.driver-popover.tessera-tour .driver-popover-arrow-side-left.driver-popover-arrow {
  border-left-color: var(--color-surface);
}
.driver-popover.tessera-tour .driver-popover-arrow-side-right.driver-popover-arrow {
  border-right-color: var(--color-surface);
}
.driver-popover.tessera-tour .driver-popover-arrow-side-top.driver-popover-arrow {
  border-top-color: var(--color-surface);
}
.driver-popover.tessera-tour .driver-popover-arrow-side-bottom.driver-popover-arrow {
  border-bottom-color: var(--color-surface);
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
