/* Finavim 2.5 — a warmer extension of the established identity.
   One monthly overview, one feature at a time, a real transaction interaction.
   Mobile keeps the overview compact; the transaction demo retains the V2 layout. */
:root {
  --canvas: #fff;
  --paper: #f5f7fa;
  --mint: #e2eee7;
  --peach: #f6e9df;
  --sand: #f4eddc;
  --sky: #e7eef7;
  --card: #fff;
  --green: #477961;
  --chart-blue: #5985b7;
  --chart-mint: #86b39e;
  --chart-sand: #dac18a;
  --chart-peach: #cf937f;
  --chart-last: #a6b8d0
}
html[data-theme=dark] {
  --canvas: #101a2d;
  --paper: #152238;
  --mint: #203d38;
  --peach: #41332f;
  --sand: #3c382b;
  --sky: #243850;
  --card: #1c2d46;
  --green: #9bd3b7
}
html {
  scroll-padding-top: 32px
}
body {
  background: var(--canvas)
}
.wrap {
  width: min(1200px,calc(100% - 96px))
}
.opening {
  background: var(--paper);
  overflow: hidden
}
.nav {
  min-height: 100px;
  gap: 24px
}
.desktop-nav {
  gap: 28px
}
.nav-actions {
  gap: 18px
}
.brand span {
  font-size: 26px
}
.brand-mark {
  height: 34px;
  width: 25px
}
.button {
  border-radius: 12px;
  min-height: 50px;
  font-size: 14px;
  gap: 16px
}
.nav-cta {
  border-radius: 40px;
  min-height: 42px;
  font-size: 12px;
  padding: 12px 18px
}
.nav .button:hover {
  transform: none
}
.menu-toggle {
  margin-left: 0
}
.hero25 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
  align-items: center;
  padding-block: 48px 84px
}
.hero25-copy {
  min-width: 0
}
.beta-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 12px;
  border-radius: 30px;
  background: var(--card);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.4;
  margin-bottom: 25px;
  color: var(--muted)
}
.beta-pill>span {
  width: 6px;
  height: 6px;
  background: var(--green);
  border-radius: 50%
}
.hero25 h1 {
  font-size: clamp(48px,4.9vw,70px);
  line-height: 1.07;
  font-weight: 600;
  letter-spacing: -.04em
}
.hero25 h1>span {
  color: var(--blue)
}
.hero25-intro {
  font-size: 16px;
  line-height: 1.75;
  max-width: 43ch;
  margin-top: 25px;
  color: var(--muted)
}
.hero25 .join-action {
  margin-top: 28px
}
.hero25 .waitlist-form label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%)
}
.hero25 .waitlist-fields {
  display: flex;
  gap: 6px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 6px
}
.hero25 .waitlist-fields input {
  background: transparent;
  border: 0;
  color: var(--ink);
  padding: 10px 12px;
  min-height: 48px;
  flex: 1;
  width: 0
}
.hero25 .waitlist-fields input::placeholder {
  color: var(--muted)
}
.hero25 .waitlist-fields .button {
  color: white;
  background: var(--navy);
  font-size: 12px;
  min-height: 48px;
  white-space: nowrap;
  padding: 12px 16px
}
.hero25 .waitlist-note {
  color: var(--muted);
  font-size: 10px;
  margin-top: 9px
}
.hero25 .waitlist-error {
  color: #a34332
}
.hero25 .waitlist-progress,.hero25 .waitlist-success p {
  color: var(--muted)
}
.hero25 .waitlist-success button,.hero25 .waitlist-progress button {
  color: var(--ink)
}
.hero25 .waitlist-success h3 {
  font-size: 24px
}
.hero25-visual {
  position: relative;
  min-width: 0;
  padding: 32px 0 57px
}
.track {
  height: 7px;
  background: var(--paper);
  overflow: hidden;
  border-radius: 12px
}
.track i {
  display: block;
  height: 100%;
  width: 96.92%;
  border-radius: 12px;
  background: var(--chart-blue)
}
.float-sub {
  position: absolute;
  z-index: 2;
  top: 0;
  right: -22px;
  display: flex;
  align-items: center;
  gap: 13px;
  background: var(--peach);
  padding: 16px 19px;
  border-radius: 14px;
  box-shadow: 0 8px 28px #14234b0b;
  transform: rotate(3deg)
}
.float-icon {
  color: #86583d
}
.float-sub>div>span {
  font-size: 10px;
  display: block
}
.float-sub strong {
  font-size: 18px;
  display: block;
  font-weight: 650
}
.float-sub small {
  font-size: 10px;
  font-weight: 400
}
.float-goal {
  position: absolute;
  bottom: 10px;
  left: -27px;
  z-index: 2;
  background: var(--mint);
  width: 255px;
  padding: 19px 22px;
  border-radius: 14px;
  transform: rotate(-3deg);
  box-shadow: 0 8px 28px #14234b0b
}
.float-goal>div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px
}
.float-goal>div>span {
  display: flex;
  align-items: center;
  gap: 9px
}
.float-goal .icon {
  height: 17px;
  width: 17px;
  color: var(--green)
}
.float-goal b {
  font-size: 20px;
  font-weight: 600
}
.float-goal .track {
  margin-top: 13px;
  background: #c9ddd1
}
.float-goal .track i {
  width: 60%;
  background: #578c71
}
.float-goal>span {
  display: block;
  font-size: 10px;
  margin-top: 8px
}
.opening-facts {
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 36px;
  padding-block: 21px;
  font-size: 11px
}
.opening-facts>span,.opening-facts>a {
  display: flex;
  align-items: center;
  gap: 9px
}
.opening-facts .icon {
  width: 15px;
  height: 15px
}
.opening-facts>a {
  margin-left: auto
}
.opening-facts>a .icon {
  transform: rotate(90deg)
}
.explorer25 {
  padding-block: 88px 64px
}
.explorer-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 33px
}
.explorer-heading h2 {
  font-size: 43px;
  line-height: 1.14
}
.explorer-heading h2 span {
  color: var(--blue)
}
.explorer-heading>p {
  font-size: 12px;
  color: var(--muted);
  padding-bottom: 5px
}
.approach25 {
  padding-block: 70px;
  background: var(--sky)
}
.approach-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px
}
.approach-top h2 {
  font-size: 43px;
  max-width: 650px
}
.approach-top>p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted)
}
.approach-points {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 60px;
  margin-top: 45px
}
.approach-points>div>.icon {
  width: 25px;
  height: 25px;
  color: var(--blue);
  margin-bottom: 18px
}
.approach-points h3 {
  font-size: 18px;
  letter-spacing: -.02em
}
.approach-points p {
  font-size: 13px;
  color: var(--muted);
  margin-top: 12px;
  max-width: 34ch
}
.approach-points a {
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  text-decoration: underline;
  text-underline-offset: 4px
}
.approach-points a .icon {
  height: 13px;
  width: 13px
}
.founder25 {
  padding-block: 76px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  align-items: start
}
.founder-person {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 4px
}
.founder-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--sky);
  font-size: 19px;
  color: var(--blue)
}
.founder-person strong {
  font-size: 12px;
  font-weight: 550;
  max-width: 17ch;
  line-height: 1.6
}
.founder25 blockquote {
  margin: 0;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: -.025em;
  font-weight: 500
}
.founder25 p {
  font-size: 13px;
  color: var(--muted);
  margin-top: 22px;
  max-width: 66ch;
  line-height: 1.75
}
.faq-section {
  border-top: 1px solid var(--line);
  padding-block: 65px 80px;
  gap: 80px;
  grid-template-columns: 1fr 2fr
}
.faq-section h2 {
  font-size: 40px
}
.faq-section>div>p {
  font-size: 13px
}
.faq-list summary {
  font-size: 14px;
  padding-block: 19px
}
.faq-list p {
  font-size: 13px;
  line-height: 1.75
}
.join-section {
  padding-block: 66px;
  background: var(--navy);
  color: white
}
.join-layout {
  gap: 80px;
  align-items: center
}
.join-layout h2 {
  font-size: 44px
}
.join-layout>div>p {
  font-size: 14px;
  max-width: 40ch;
  margin-top: 20px
}
.join-layout .waitlist-fields {
  gap: 8px
}
.join-layout .waitlist-fields input {
  border-radius: 12px
}
.join-action>.waitlist-note {
  font-size: 10px;
  margin-top: 13px
}
.join-date {
  font-size: 10px
}
.footer {
  padding-block: 30px;
  gap: 25px
}
.footer .brand span {
  font-size: 24px
}
.footer .brand-mark {
  height: 29px;
  width: 21px
}
.footer p {
  font-size: 11px
}
.footer-links {
  font-size: 11px;
  gap: 22px
}
.copyright {
  font-size: 10px
}
html[data-theme=dark][data-edition] .hero25 .waitlist-fields .button {
  background: #b3cce4;
  color: #14234b
}
html[data-theme=dark] .float-icon {
  color: #e6b196
}
html[data-theme=dark] .float-goal .track {
  background: #365d4c
}
html[data-theme=dark] .float-goal .track i {
  background: #9bc9af
}
html[data-theme=dark] .float-goal {
  box-shadow: none
}
html[data-theme=dark] .hero25 .waitlist-error {
  color: #ffb9a9
}
@media(min-width:1440px) {
  .hero25 {
    gap: 95px;
    padding-block: 60px 100px
  }
  .hero25 h1 {
    font-size: 72px
  }
  .hero25-visual {
    padding-top: 35px
  }
  .hero25-intro {
    font-size: 17px
  }
}
@media(max-width:1120px) {
  .wrap {
    width: calc(100% - 64px)
  }
  .nav {
    gap: 18px
  }
  .desktop-nav {
    gap: 20px;
    font-size: 12px
  }
  .nav-actions {
    gap: 10px
  }
  .hero25 {
    gap: 38px
  }
  .hero25 h1 {
    font-size: 58px
  }
  .hero25-intro {
    font-size: 15px
  }
  .float-sub {
    right: -12px
  }
  .approach-points {
    gap: 35px
  }
  .faq-section {
    gap: 50px
  }
}
@media(max-width:900px) {
  .desktop-nav {
    display: none
  }
  .nav {
    min-height: 84px
  }
  .hero25 {
    gap: 25px;
    padding-block: 35px 70px
  }
  .hero25 h1 {
    font-size: 48px
  }
  .hero25 .waitlist-fields {
    flex-wrap: wrap
  }
  .hero25 .waitlist-fields input {
    width: 100%;
    flex-basis: 100%
  }
  .hero25 .waitlist-fields .button {
    width: 100%
  }
  .float-goal {
    left: -10px;
    width: 220px
  }
  .hero25 .join-action {
    margin-top: 20px
  }
  .opening-facts {
    gap: 24px;
    font-size: 10px
  }
  .explorer-heading h2 {
    font-size: 36px
  }
  .approach-top h2 {
    font-size: 36px
  }
  .approach-top>p {
    font-size: 13px
  }
  .founder25 {
    gap: 30px
  }
  .founder25 blockquote {
    font-size: 25px
  }
  .join-layout {
    gap: 35px;
    grid-template-columns: 1fr 1fr
  }
  .join-layout h2 {
    font-size: 36px
  }
}
@media(max-width:620px) {
  .wrap {
    width: calc(100% - 40px)
  }
  .nav {
    min-height: 76px;
    gap: 10px
  }
  .brand span {
    font-size: 23px
  }
  .brand-mark {
    height: 31px;
    width: 23px
  }
  .nav-actions {
    gap: 4px
  }
  .nav .site-preferences {
    gap: 3px
  }
  .nav .menu-toggle {
    width: 34px;
    flex-shrink: 0
  }
  .nav .theme-toggle {
    width: 34px;
    min-width: 34px;
    height: 36px;
    padding: 8px
  }
  .nav.lang {
    min-height: 0
  }
  .hero25 {
    display: block;
    padding-block: 28px 32px
  }
  .beta-pill {
    font-size: 10px;
    margin-bottom: 19px;
    padding: 6px 10px
  }
  .hero25 h1 {
    font-size: 49px;
    line-height: 1.06
  }
  .hero25-intro {
    font-size: 14px;
    line-height: 1.65;
    max-width: 38ch;
    margin-top: 20px
  }
  .hero25 .waitlist-fields {
    flex-wrap: nowrap;
    padding: 5px;
    border-radius: 13px
  }
  .hero25 .waitlist-fields input {
    flex: 1;
    width: 0;
    font-size: 16px;
    padding-inline: 10px;
    min-height: 46px
  }
  .hero25 .waitlist-fields .button {
    width: auto;
    font-size: 11px;
    min-height: 46px;
    padding: 12px;
    gap: 8px
  }
  .hero25 .waitlist-fields .button .icon {
    width: 15px
  }
  .hero25 .join-action {
    margin-top: 22px
  }
  .hero25 .waitlist-note {
    font-size: 9px;
    margin-top: 8px
  }
  .hero25-visual {
    padding: 0;
    margin-top: 33px
  }
  .float-sub,.float-goal {
    display: none
  }
  .opening-facts {
    padding-block: 16px;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 9px;
    justify-content: space-between
  }
  .opening-facts>a {
    display: none
  }
  .opening-facts .icon {
    width: 13px;
    height: 13px
  }
  .opening-facts>span {
    gap: 6px
  }
  .explorer25 {
    padding-block: 48px 32px
  }
  .explorer-heading {
    display: block;
    margin-bottom: 20px
  }
  .explorer-heading h2 {
    font-size: 31px;
    line-height: 1.18
  }
  .explorer-heading>p {
    font-size: 11px;
    margin-top: 13px;
    padding: 0
  }
  .approach25 {
    padding-block: 42px
  }
  .approach-top {
    display: block
  }
  .approach-top h2 {
    font-size: 31px
  }
  .approach-top>p {
    font-size: 12px;
    margin-top: 16px
  }
  .approach-top>p br {
    display: none
  }
  .approach-points {
    grid-template-columns: 1fr;
    gap: 23px;
    margin-top: 28px
  }
  .approach-points>div {
    display: grid;
    grid-template-columns: 25px 1fr;
    gap: 0 13px
  }
  .approach-points>div>.icon {
    grid-row: 1/4;
    width: 22px;
    height: 22px;
    margin: 0
  }
  .approach-points h3 {
    font-size: 16px
  }
  .approach-points p {
    font-size: 12px;
    margin-top: 7px;
    max-width: none;
    grid-column: 2
  }
  .approach-points a {
    grid-column: 2;
    margin-top: 10px
  }
  .founder25 {
    display: block;
    padding-block: 42px
  }
  .founder-person {
    margin: 0 0 22px;
    gap: 10px
  }
  .founder-person strong {
    max-width: none;
    font-size: 11px
  }
  .founder-avatar {
    height: 33px;
    width: 33px;
    font-size: 14px
  }
  .founder25 blockquote {
    font-size: 23px;
    line-height: 1.45
  }
  .founder25 blockquote br {
    display: none
  }
  .founder25 p {
    font-size: 12px;
    line-height: 1.75;
    margin-top: 18px
  }
  .faq-section {
    display: block;
    padding-block: 40px 44px
  }
  .faq-section h2 {
    font-size: 31px
  }
  .faq-section h2 br {
    display: none
  }
  .faq-section>div>p {
    font-size: 12px;
    margin-top: 14px
  }
  .faq-section>div>p br {
    display: none
  }
  .faq-list {
    margin-top: 24px
  }
  .faq-list summary {
    font-size: 13px;
    line-height: 1.5;
    padding-block: 17px
  }
  .faq-list summary>.icon {
    width: 17px;
    height: 17px
  }
  .faq-list p {
    font-size: 12px
  }
  .join-section {
    padding-block: 43px
  }
  .join-layout {
    display: block
  }
  .join-layout h2 {
    font-size: 34px
  }
  .join-layout>div>p {
    font-size: 13px;
    line-height: 1.7;
    margin-top: 16px
  }
  .join-action {
    margin-top: 25px
  }
  .join-layout .waitlist-fields {
    grid-template-columns: 1fr auto;
    gap: 8px
  }
  .join-layout .waitlist-fields input {
    min-height: 50px;
    padding: 12px;
    font-size: 16px
  }
  .join-layout .waitlist-fields .button {
    font-size: 12px;
    padding: 12px;
    gap: 9px;
    min-height: 50px
  }
  .join-layout .waitlist-fields .icon {
    width: 17px
  }
  .join-action>.waitlist-note {
    font-size: 9px;
    line-height: 1.8
  }
  .join-date {
    font-size: 9px;
    margin-top: 12px
  }
  .footer {
    padding-block: 27px;
    gap: 22px;
    display: flex;
    flex-wrap: wrap
  }
  .footer>div:first-child {
    width: 100%
  }
  .footer .brand span {
    font-size: 22px
  }
  .footer .brand-mark {
    height: 27px
  }
  .footer-links {
    gap: 20px;
    font-size: 10px;
    flex-direction: row;
    flex-wrap: wrap
  }
  .copyright {
    font-size: 9px
  }
  .footer p {
    font-size: 10px;
    margin-top: 9px
  }
}
@media(max-width:360px) {
  .wrap {
    width: calc(100% - 32px)
  }
  .brand span {
    font-size: 21px
  }
  .brand {
    gap: 7px
  }
  .nav {
    gap: 6px
  }
  .hero25 h1 {
    font-size: 43px
  }
  .hero25 .waitlist-fields .button {
    font-size: 10px;
    padding: 12px 10px
  }
  .hero25 .waitlist-fields .button .icon {
    display: none
  }
  .opening-facts {
    font-size: 8px;
    gap: 8px
  }
  .join-layout .waitlist-fields {
    grid-template-columns: 1fr
  }
  .join-layout .waitlist-fields .button {
    justify-content: center
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto
  }
  *,*::before,*::after {
    animation: none!important;
    transition: none!important
  }
}
/* Final readability pass: illustrations never cover another value. */
.hero25-visual {
  padding-bottom: 118px
}
.float-goal {
  bottom: 5px
}
.float-sub {
  top: -5px
}
.hero25-intro {
  font-size: 17px
}
.hero25 {
  padding-bottom: 52px
}
.opening-facts {
  font-size: 12px
}
.hero25 .waitlist-note {
  font-size: 11px
}
.beta-pill {
  font-size: 12px
}
.float-sub>div>span {
  font-size: 11px
}
.float-sub strong {
  font-size: 19px
}
.float-goal>span {
  font-size: 11px
}
@media(max-width:1120px) {
  .hero25-intro {
    font-size: 15px
  }
  .opening-facts {
    font-size: 11px
  }
}
@media(max-width:620px) {
  .hero25 {
    padding-bottom: 32px
  }
  .hero25-visual {
    padding: 0
  }
  .hero25-intro {
    font-size: 15px
  }
  .beta-pill {
    font-size: 11px
  }
  .hero25 .waitlist-note {
    font-size: 10px
  }
  .opening-facts {
    font-size: 10px
  }
}
@media(max-width:360px) {
  .opening-facts {
    font-size: 9px
  }
  .hero25 .waitlist-note {
    font-size: 9px
  }
  .hero25 .waitlist-fields .button {
    font-size: 11px
  }
}
/* Approved hero revision: Gabarito / Onest, capital + five-category chart. */
.opening-fable {
  font-family: Onest,Manrope,sans-serif;
  --hero-panel: #edf3f9;
  --hero-muted: #526076;
  --hero-blue: #547fad;
  background: #f5f7fb
}
html[data-theme=dark] .opening-fable {
  --hero-panel: #263853;
  --hero-muted: #bdcbe0;
  --hero-blue: #9abcdf;
  background: #121d32
}
.opening-fable .hero25 {
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  padding-block: 54px 70px;
  align-items: center
}
.opening-fable .hero25 h1 {
  font-family: Gabarito,Onest,sans-serif;
  font-weight: 700;
  font-size: clamp(48px,5.1vw,70px);
  line-height: 1.08;
  letter-spacing: -.03em;
  text-wrap: pretty
}
.opening-fable .hero25 h1 em {
  font-style: normal;
  color: var(--hero-blue)
}
.opening-fable .beta-pill {
  font-family: Onest,sans-serif;
  font-size: 11px;
  padding: 8px 12px;
  gap: 8px;
  box-shadow: 0 3px 10px #14234b08;
  margin-bottom: 26px;
  font-weight: 600;
  color: var(--hero-muted)
}
.opening-fable .beta-pill>span:first-child {
  background: #6b9d84;
  box-shadow: 0 0 0 4px #6b9d8417
}
.opening-fable .beta-pill .beta-extra {
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  display: inline;
  font-size: inherit;
  margin-left: -4px
}
.opening-fable .hero25-intro {
  font-family: Onest,sans-serif;
  font-size: 18px;
  line-height: 1.6;
  max-width: 49ch;
  color: var(--hero-muted);
  margin-top: 25px
}
.opening-fable .hero25 .join-action {
  margin-top: 31px
}
.opening-fable .hero25 .waitlist-fields {
  border-radius: 40px;
  padding: 6px;
  box-shadow: 0 3px 10px #14234b06;
  gap: 3px
}
.opening-fable .hero25 .waitlist-fields input {
  font-family: Onest,sans-serif;
  font-size: 15px;
  min-height: 46px;
  padding-inline: 15px
}
.opening-fable .hero25 .waitlist-fields .button {
  font-family: Onest,sans-serif;
  font-size: 12px;
  border-radius: 32px;
  background: #527ead;
  color: white;
  padding: 13px 16px;
  gap: 10px;
  font-weight: 600;
  min-height: 46px
}
.opening-fable .hero25 .waitlist-fields .button:hover {
  background: #3e6592;
  transform: none
}
.opening-fable .hero25 .waitlist-note {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 16px;
  color: var(--hero-muted);
  font-size: 10px;
  line-height: 1.5;
  margin-top: 14px
}
.opening-fable .waitlist-note>span {
  display: flex;
  align-items: center;
  gap: 5px
}
.opening-fable .waitlist-note .icon {
  height: 13px;
  width: 13px;
  color: var(--green)
}
.opening-fable .hero25-visual {
  padding: 42px 0 84px;
  position: relative;
  isolation: isolate
}
.opening-fable .hero25-visual::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 6px -24px 35px 20px;
  background: #e5edf6;
  border-radius: 25px;
  transform: rotate(4deg)
}
html[data-theme=dark] .opening-fable .hero25-visual::before {
  background: #20344f
}
.dashboard25 {
  border-radius: 22px;
  background: var(--card);
  padding: 23px;
  box-shadow: 0 17px 40px #14234b12
}
.dashboard25-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 19px
}
.dashboard25-head h2 {
  font-family: Onest,sans-serif;
  font-size: 15px;
  letter-spacing: -.01em;
  font-weight: 600;
  line-height: 1.4
}
.dashboard25-head p {
  font-size: 11px;
  color: var(--hero-muted);
  margin-top: 3px
}
.dashboard-avatar {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: white;
  font-size: 12px;
  font-weight: 600
}
.capital25 {
  background: var(--hero-panel);
  border-radius: 13px;
  padding: 18px 19px
}
.capital25-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px
}
.capital25-total>div>span {
  font-size: 11px;
  color: var(--hero-muted)
}
.capital25-total strong {
  font-family: Gabarito,sans-serif;
  font-weight: 600;
  display: block;
  font-size: 32px;
  letter-spacing: -.02em;
  line-height: 1.25;
  margin-top: 4px;
  white-space: nowrap
}
.capital25-total small {
  font-family: Onest,sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: var(--hero-muted);
  letter-spacing: 0
}
.account-count {
  font-size: 10px;
  color: var(--hero-muted);
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap
}
.account-count .icon {
  width: 13px;
  height: 13px
}
.capital25-accounts {
  margin: 15px 0 0;
  padding: 13px 0 0;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
  border-top: 1px solid var(--line);
  font-variant-numeric: tabular-nums
}
.capital25-accounts dt {
  font-size: 10px;
  color: var(--hero-muted);
  white-space: nowrap
}
.capital25-accounts dd {
  font-size: 12px;
  font-weight: 600;
  margin: 4px 0 0
}
.spending25 {
  padding-top: 22px
}
.spending25-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 18px
}
.spending25-title h3 {
  font-family: Onest,sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 600
}
.spending25-title>span {
  font-size: 10px;
  color: var(--hero-muted)
}
.spending25-content {
  display: grid;
  grid-template-columns: 138px 1fr;
  gap: 24px;
  align-items: center
}
.spending25-legend {
  margin: 0;
  display: grid;
  gap: 13px;
  font-size: 11px
}
.spending25-legend>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px
}
.spending25-legend dt {
  display: flex;
  align-items: center;
  gap: 7px;
  line-height: 1.35
}
.spending25-legend i {
  background: var(--category-color);
  width: 7px;
  height: 7px;
  flex-shrink: 0;
  border-radius: 2px
}
.spending25-legend dd {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  font-variant-numeric: tabular-nums;
  white-space: nowrap
}
.spending25-legend strong {
  font-size: 11px;
  font-weight: 600;
  min-width: 35px;
  text-align: right
}
.spending25-legend dd span {
  font-size: 9px;
  color: var(--hero-muted);
  min-width: 37px;
  text-align: right
}
.opening-fable .float-sub {
  top: 0;
  right: -20px;
  transform: none;
  background: var(--card);
  padding: 14px 17px;
  gap: 12px;
  border-radius: 14px;
  box-shadow: 0 5px 20px #14234b14
}
.opening-fable .float-icon {
  background: var(--peach);
  border-radius: 10px;
  padding: 8px
}
.opening-fable .float-icon .icon {
  width: 17px;
  height: 17px
}
.opening-fable .float-sub strong {
  font-size: 12px;
  font-family: Onest,sans-serif;
  font-weight: 600
}
.opening-fable .float-sub>div>span {
  font-size: 10px;
  color: var(--hero-muted);
  margin-top: 3px
}
.opening-fable .float-goal {
  transform: none;
  bottom: 8px;
  left: -17px;
  background: var(--card);
  padding: 16px 18px;
  width: 270px;
  box-shadow: 0 5px 20px #14234b12
}
.opening-fable .float-goal>div:first-child {
  display: block;
  font-size: 11px
}
.opening-fable .float-goal strong {
  font-size: 12px;
  font-weight: 600
}
.opening-fable .float-goal>div>span:last-child {
  font-size: 10px;
  margin-top: 8px;
  color: var(--hero-muted)
}
.opening-fable .float-goal .track {
  margin-top: 8px;
  height: 5px
}
.facts25 {
  background: var(--card);
  border-block: 1px solid var(--line)
}
.opening-fable .opening-facts {
  border: 0;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
  padding-block: 22px;
  align-items: center;
  font-size: 11px;
  color: var(--hero-muted)
}
.opening-fable .opening-facts>span {
  gap: 10px;
  line-height: 1.5
}
.opening-fable .opening-facts .icon {
  width: 18px;
  height: 18px;
  color: var(--hero-blue)
}
html[data-theme=dark][data-edition] .opening-fable .hero25 .waitlist-fields .button {
  background: #9abcdf;
  color: #14234b
}
@media(min-width:1440px) {
  .opening-fable .hero25 {
    gap: 70px;
    padding-block: 70px 80px
  }
  .opening-fable .hero25 h1 {
    font-size: 70px
  }
  .opening-fable .hero25-intro {
    font-size: 19px
  }
  .opening-fable .opening-facts {
    font-size: 12px
  }
}
@media(max-width:1120px) {
  .opening-fable .hero25 {
    gap: 36px
  }
  .opening-fable .hero25 h1 {
    font-size: 54px
  }
  .opening-fable .hero25-intro {
    font-size: 17px
  }
  .opening-fable .beta-pill {
    font-size: 10px
  }
  .opening-fable .hero25 .waitlist-fields .button {
    font-size: 11px;
    padding-inline: 13px
  }
  .dashboard25 {
    padding: 20px
  }
  .spending25-content {
    grid-template-columns: 115px 1fr;
    gap: 17px
  }
  .spending25-legend {
    font-size: 10px
  }
  .spending25-legend dd {
    gap: 6px
  }
  .spending25-legend dd span {
    display: none
  }
  .capital25 {
    padding: 16px
  }
  .capital25-total strong {
    font-size: 29px
  }
  .account-count {
    font-size: 9px
  }
  .capital25-accounts dt {
    font-size: 9px
  }
  .capital25-accounts dd {
    font-size: 11px
  }
  .opening-fable .float-sub {
    right: -10px
  }
  .opening-fable .opening-facts {
    font-size: 10px;
    gap: 12px
  }
}
@media(min-width:621px) and (max-width:900px) {
  .opening-fable .hero25 {
    grid-template-columns: 1fr;
    gap: 35px;
    max-width: 650px;
    padding-block: 35px 45px
  }
  .opening-fable .hero25 h1 {
    font-size: 62px;
    max-width: 580px
  }
  .opening-fable .hero25-intro {
    max-width: 54ch
  }
  .opening-fable .hero25 .waitlist-fields {
    flex-wrap: nowrap
  }
  .opening-fable .hero25 .waitlist-fields input {
    flex: 1;
    width: 0
  }
  .opening-fable .hero25 .waitlist-fields .button {
    width: auto;
    font-size: 13px
  }
  .opening-fable .hero25-visual {
    width: 100%;
    max-width: 540px;
    justify-self: center;
    margin-top: 10px
  }
  .spending25-content {
    grid-template-columns: 155px 1fr;
    gap: 30px
  }
  .spending25-legend {
    font-size: 12px
  }
  .spending25-legend dd span {
    display: block
  }
  .opening-fable .opening-facts {
    grid-template-columns: repeat(2,1fr);
    font-size: 12px;
    gap: 18px 35px
  }
}
@media(max-width:620px) {
  .opening-fable .hero25 {
    display: block;
    padding-block: 26px 30px
  }
  .opening-fable .hero25 h1 {
    font-size: 43px;
    line-height: 1.09;
    max-width: 370px;
    letter-spacing: -.025em
  }
  .opening-fable .beta-pill {
    font-size: 10px;
    margin-bottom: 21px;
    padding: 7px 11px
  }
  .opening-fable .beta-extra {
    display: none!important
  }
  .opening-fable .hero25-intro {
    font-size: 16px;
    line-height: 1.55;
    margin-top: 21px
  }
  .opening-fable .hero25 .join-action {
    margin-top: 25px
  }
  .opening-fable .hero25 .waitlist-fields {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 7px;
    border-radius: 22px
  }
  .opening-fable .hero25 .waitlist-fields input {
    flex: none;
    width: 100%;
    min-height: 43px;
    padding: 10px 14px;
    font-size: 16px
  }
  .opening-fable .hero25 .waitlist-fields .button {
    width: 100%;
    font-size: 13px;
    min-height: 46px;
    padding: 12px 15px
  }
  .opening-fable .hero25 .waitlist-fields .button .icon {
    display: block;
    width: 17px
  }
  .opening-fable .hero25 .waitlist-note {
    font-size: 10px;
    gap: 7px 12px;
    margin-top: 12px
  }
  .opening-fable .hero25 .waitlist-note>span {
    gap: 4px
  }
  .opening-fable .hero25 .waitlist-note .icon {
    width: 12px;
    height: 12px
  }
  .opening-fable .hero25-visual {
    margin-top: 35px;
    padding: 0
  }
  .opening-fable .hero25-visual::before {
    display: none
  }
  .dashboard25 {
    padding: 18px;
    border-radius: 18px
  }
  .dashboard25-head {
    margin-bottom: 15px
  }
  .dashboard25-head h2 {
    font-size: 14px
  }
  .dashboard25-head p {
    font-size: 10px
  }
  .dashboard-avatar {
    width: 27px;
    height: 27px;
    font-size: 11px
  }
  .capital25 {
    padding: 14px;
    border-radius: 11px
  }
  .capital25-total>div>span {
    font-size: 10px
  }
  .capital25-total strong {
    font-size: 28px;
    margin-top: 3px
  }
  .capital25-total small {
    font-size: 10px
  }
  .account-count {
    font-size: 9px;
    flex-direction: column;
    align-items: end;
    gap: 4px;
    white-space: normal;
    max-width: 62px;
    line-height: 1.4;
    text-align: right
  }
  .account-count .icon {
    width: 13px;
    height: 13px
  }
  .capital25-accounts {
    gap: 10px;
    margin-top: 11px;
    padding-top: 10px
  }
  .capital25-accounts dt {
    font-size: 8px
  }
  .capital25-accounts dd {
    font-size: 10px
  }
  .spending25 {
    padding-top: 18px
  }
  .spending25-title {
    margin-bottom: 16px
  }
  .spending25-title h3 {
    font-size: 11px
  }
  .spending25-title>span {
    font-size: 9px
  }
  .spending25-content {
    grid-template-columns: 100px 1fr;
    gap: 15px
  }
  .spending25-legend {
    gap: 12px;
    font-size: 10px
  }
  .spending25-legend dt {
    gap: 5px
  }
  .spending25-legend i {
    width: 6px;
    height: 6px
  }
  .spending25-legend dd span {
    display: none
  }
  .spending25-legend strong {
    font-size: 10px;
    min-width: 30px
  }
  .opening-fable .float-sub,.opening-fable .float-goal {
    display: none
  }
  .opening-fable .opening-facts {
    grid-template-columns: 1fr 1fr;
    padding-block: 20px;
    font-size: 10px;
    gap: 17px 16px;
    align-items: start
  }
  .opening-fable .opening-facts>span {
    gap: 8px
  }
  .opening-fable .opening-facts .icon {
    width: 16px;
    height: 16px
  }
}
@media(max-width:360px) {
  .opening-fable .hero25 h1 {
    font-size: 38px
  }
  .opening-fable .hero25-intro {
    font-size: 15px
  }
  .dashboard25 {
    padding: 14px
  }
  .capital25 {
    padding: 12px
  }
  .capital25-total strong {
    font-size: 26px
  }
  .capital25-accounts dt {
    font-size: 7px
  }
  .capital25-accounts dd {
    font-size: 9px
  }
  .spending25-content {
    grid-template-columns: 85px 1fr;
    gap: 12px
  }
  .spending25-legend {
    font-size: 9px;
    gap: 10px
  }
  .spending25-legend strong {
    font-size: 9px
  }
  .opening-fable .opening-facts {
    font-size: 9px;
    gap: 15px 12px
  }
}
/* V2 transaction form and states, using the current hero typography and colours. */
#quotidien {
  font-family: Onest,Manrope,sans-serif
}
#quotidien :is(h2,h3) {
  font-family: Gabarito,Onest,sans-serif;
  font-weight: 600
}
#quotidien :is(button,input) {
  font-family: inherit
}
#quotidien .copy-demo {
  background: var(--paper)
}
#quotidien .copy-workspace {
  background: var(--card)
}
/* Annotation pass: legible chart labels and a single introduction to the demo. */
.opening-fable .float-sub,.opening-fable .float-goal {
  border: 1px solid #c2d1e2;
  box-shadow: 0 12px 28px -6px #14234b2b;
  animation: hero-card-float 7s ease-in-out infinite;
}
.opening-fable .float-goal {
  animation-duration: 8s;
  animation-delay: -3s
}
html[data-theme=dark] .opening-fable :is(.float-sub,.float-goal) {
  border-color: #536c8a;
  box-shadow: 0 12px 28px -6px #00000066
}
@keyframes hero-card-float {
  0%,100% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(-6px)
  }
}
@media(prefers-reduced-motion:reduce) {
  .opening-fable :is(.float-sub,.float-goal) {
    animation: none
  }
}
.spending25-content {
  grid-template-columns: minmax(0,1.15fr) minmax(0,1fr);
  gap: 12px
}
.spending25-chart {
  position: relative;
  min-width: 0;
  aspect-ratio: 260/190
}
.spending25-chart>svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible
}
.chart25-callout polyline {
  fill: none;
  stroke: var(--hero-muted);
  stroke-width: .8
}
.chart25-callout circle {
  fill: var(--card);
  stroke: var(--hero-muted);
  stroke-width: .8
}
.chart25-callout text {
  fill: var(--hero-muted);
  font-family: Onest,sans-serif;
  font-size: 10px;
  font-weight: 400
}
.chart25-total {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none
}
.chart25-total span,.chart25-total small {
  font-size: 9px;
  line-height: 1.5;
  color: var(--hero-muted)
}
.chart25-total strong {
  font-family: Gabarito,sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.2
}
.spending25-legend {
  gap: 14px;
  max-width: 220px;
  font-size: 11px
}
.spending25-legend>div {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 12px
}
.spending25-legend dd {
  gap: 0
}
.spending25-legend dd .legend25-percent {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  min-width: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap
}
#quotidien {
  padding-block: 80px
}
#quotidien .copy-demo {
  margin-top: 0;
  align-items: center
}
#quotidien .copy-guide {
  display: block;
  padding-block: 16px
}
#quotidien .copy-guide h2 {
  font-size: 42px;
  line-height: 1.12;
  letter-spacing: -.03em
}
#quotidien .copy-guide h2 span {
  color: var(--blue)
}
#quotidien .copy-intro25 {
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
  margin-top: 20px;
  max-width: 35ch
}
#quotidien .copy-steps {
  margin-block: 28px;
  gap: 20px
}
#quotidien .copy-steps strong {
  font-size: 13px;
  line-height: 1.65;
  font-weight: 400
}
@media(min-width:901px) and (max-width:1120px) {
  .spending25-content {
    grid-template-columns: minmax(0,1.2fr) minmax(0,1fr);
    gap: 8px
  }
  .chart25-total strong {
    font-size: 22px
  }
  .chart25-total span,.chart25-total small {
    font-size: 8px
  }
  .spending25-legend {
    font-size: 10px;
    gap: 10px
  }
  .spending25-legend>div {
    gap: 6px
  }
  .spending25-legend strong {
    font-size: 10px
  }
}
@media(min-width:621px) and (max-width:1080px) {
  #quotidien .copy-demo {
    max-width: 760px;
    margin-inline: auto
  }
  #quotidien .copy-guide {
    padding: 0
  }
  #quotidien .copy-intro25 {
    max-width: 48ch
  }
  #quotidien .copy-steps {
    gap: 16px
  }
}
@media(max-width:620px) {
  .spending25-content {
    grid-template-columns: 100px minmax(0,1fr);
    gap: 16px
  }
  .spending25-chart {
    width: 100px;
    height: 100px;
    aspect-ratio: 1
  }
  .spending25-chart>svg {
    position: absolute;
    width: 181px;
    height: 132px;
    max-width: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
  }
  .chart25-callout {
    display: none
  }
  .chart25-total strong {
    font-size: 22px
  }
  .chart25-total span,.chart25-total small {
    font-size: 8px
  }
  .spending25-legend {
    font-size: 10px;
    gap: 11px;
    max-width: none
  }
  .spending25-legend>div {
    gap: 8px;
    align-items: center
  }
  .spending25-legend dd {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 1px
  }
  .spending25-legend dd .legend25-percent {
    position: static;
    width: auto;
    height: auto;
    clip-path: none;
    overflow: visible;
    min-width: 0;
    font-size: 9px
  }
  #quotidien {
    padding-block: 44px
  }
  #quotidien .copy-demo {
    padding: 28px 20px
  }
  #quotidien .copy-guide h2 {
    font-size: 33px
  }
  #quotidien .copy-intro25 {
    font-size: 13px;
    margin-top: 16px
  }
  #quotidien .copy-steps {
    gap: 16px;
    margin-block: 24px
  }
  #quotidien .copy-steps strong {
    font-size: 12px
  }
}
@media(max-width:360px) {
  .spending25-content {
    grid-template-columns: 85px minmax(0,1fr);
    gap: 12px
  }
  .spending25-chart {
    width: 85px;
    height: 85px
  }
  .spending25-chart>svg {
    width: 153px;
    height: 112px
  }
  .chart25-total strong {
    font-size: 20px
  }
  .spending25-legend {
    font-size: 9px
  }
  #quotidien .copy-demo {
    padding-inline: 16px
  }
  #quotidien .copy-guide h2 {
    font-size: 30px
  }
}
/* Shared legend columns keep amounts close to even the shortest category names. */
@media(min-width:621px) {
  .spending25-legend {
    grid-template-columns: max-content max-content;
    column-gap: 16px;
    width: max-content;
    max-width: 100%
  }
  .spending25-legend>div {
    display: contents
  }
  .spending25-legend dd {
    justify-content: end
  }
}
@media(min-width:901px) and (max-width:1120px) {
  .spending25-legend {
    grid-template-columns: minmax(0,1fr) auto;
    column-gap: 10px;
    width: 100%
  }
}
@media(max-width:620px) {
  .spending25-legend {
    gap: 8px
  }
  .spending25-legend dd {
    line-height: 1.3
  }
}
/* Fable 5.1 visual foundations copied from ../Finavim-Landing-v2/index.html.
   The V2.5 content, layout decisions and working interactions remain independent. */
/* Map the established components to the source palette, in both themes. */
html[data-edition="2.5"][data-surface="landing"] {
  --canvas: var(--bg);
  --paper: var(--bg);
  --card: var(--surface);
  --brume: var(--surface-2);
  --muted: var(--ink-2);
  --blue: var(--brand);
  --soft-blue: var(--brand-soft);
  --mint: var(--epargne-soft);
  --peach: var(--envies-soft);
  --sand: var(--invest-soft);
  --sky: var(--besoins-soft);
  --green: var(--epargne);
  --chart-blue: var(--brand);
  --chart-mint: var(--epargne);
  --chart-sand: var(--invest);
  --chart-peach: var(--category-leisure);
  --chart-last: #8FA4C6;
  --dark-surface: var(--surface);
  --dark-field: var(--surface-2);
  --dark-border: var(--line-strong);
}
html[data-edition="2.5"][data-surface="landing"] body {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.55;
  background: var(--bg);
  color: var(--ink);
  font-feature-settings: "ss01","cv11";
  -webkit-font-smoothing: antialiased
}
html[data-edition="2.5"][data-surface="landing"] :is(button,input,select,textarea) {
  font-family: var(--font-body)
}
html[data-edition="2.5"][data-surface="landing"] :is(h1,h2,h3,h4) {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -.015em;
  line-height: 1.08;
  text-wrap: balance
}
html[data-edition="2.5"][data-surface="landing"] h2 {
  letter-spacing: -.02em
}
html[data-edition="2.5"][data-surface="landing"] .opening-fable {
  font-family: var(--font-body);
  --hero-panel: var(--surface-2);
  --hero-muted: var(--ink-2);
  --hero-blue: var(--brand);
  background: var(--bg)
}
html[data-edition="2.5"][data-surface="landing"] .opening-fable .hero25 h1 {
  font-size: clamp(2.6rem,6vw,4.4rem);
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.02;
  text-wrap: balance
}
html[data-edition="2.5"][data-surface="landing"] .opening-fable .hero25-intro {
  font-size: 20px;
  line-height: 1.5;
  color: var(--ink-2)
}
html[data-edition="2.5"][data-surface="landing"] .opening-fable .hero25-visual::before {
  background: var(--brand-soft);
  border-radius: var(--r-xl);
  transform: rotate(3deg)
}
html[data-edition="2.5"][data-surface="landing"] .dashboard25 {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
  transform: none
}
html[data-edition="2.5"][data-surface="landing"] .dashboard25-head h2 {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -.01em
}
html[data-edition="2.5"][data-surface="landing"] .dashboard25-head p {
  font-size: 12px
}
html[data-edition="2.5"][data-surface="landing"] .capital25 {
  background: var(--surface-2);
  border-radius: var(--r-md)
}
html[data-edition="2.5"][data-surface="landing"] :is(.capital25-total strong,.chart25-total strong) {
  font-family: var(--font-display);
  font-weight: 700
}
html[data-edition="2.5"][data-surface="landing"] .spending25-title h3 {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700
}
html[data-edition="2.5"][data-surface="landing"] .opening-fable .beta-pill {
  border: 1.5px solid var(--line);
  box-shadow: var(--shadow-sm);
  background: var(--surface);
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 600;
  padding: 7px 18px 7px 15px
}
html[data-edition="2.5"][data-surface="landing"] .opening-fable .beta-pill>span:first-child {
  background: var(--epargne);
  box-shadow: 0 0 0 4px var(--epargne-soft)
}
html[data-edition="2.5"][data-surface="landing"] .button {
  border-radius: 999px;
  background: var(--brand);
  color: var(--brand-ink);
  font-weight: 600;
  box-shadow: 0 1px 2px #0000001a,0 6px 16px -6px #00000038;
  transition: transform .18s var(--ease),background-color .18s var(--ease),box-shadow .18s var(--ease)
}
html[data-edition="2.5"][data-surface="landing"] .button:hover {
  background: var(--brand-strong);
  transform: none
}
html[data-edition="2.5"][data-surface="landing"] .opening-fable .hero25 .waitlist-fields {
  background: var(--surface);
  border: 1.5px solid var(--line);
  box-shadow: var(--shadow-sm)
}
html[data-edition="2.5"][data-surface="landing"] .opening-fable .hero25 .waitlist-fields .button {
  background: var(--brand);
  color: var(--brand-ink);
  font-size: 14px;
  border-radius: 999px;
  padding-inline: 20px
}
html[data-edition="2.5"][data-surface="landing"] .opening-fable .hero25 .waitlist-fields .button:hover {
  background: var(--brand-strong)
}
html[data-edition="2.5"][data-surface="landing"] .opening-fable .hero25 .waitlist-fields input {
  font-size: 17px;
  color: var(--ink)
}
html[data-edition="2.5"][data-surface="landing"] .opening-fable .hero25 .waitlist-note {
  font-size: 11px;
  color: var(--ink-2)
}
html[data-edition="2.5"][data-surface="landing"] .waitlist-fields:focus-within {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px var(--brand-soft)
}
html[data-edition="2.5"][data-surface="landing"] .desktop-nav a {
  font-weight: 500;
  color: var(--ink-2)
}
html[data-edition="2.5"][data-surface="landing"] .theme-toggle {
  border: 1.5px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--ink-2)
}
html[data-edition="2.5"][data-surface="landing"] nav.lang {
  border: 1.5px solid var(--line);
  border-radius: 999px;
  padding: 3px;
  background: var(--surface);
  gap: 0
}
html[data-edition="2.5"][data-surface="landing"] nav.lang a {
  padding: 5px 8px;
  border: 0;
  border-radius: 999px;
  text-decoration: none;
  color: var(--ink-2);
  font-size: 12px;
  line-height: 1.3
}
html[data-edition="2.5"][data-surface="landing"] nav.lang a[aria-current=page] {
  background: var(--ink);
  color: var(--bg)
}
html[data-edition="2.5"][data-surface="landing"] nav.lang :is(span,i) {
  display: none
}
html[data-edition="2.5"][data-surface="landing"] .opening-fable :is(.float-sub,.float-goal) {
  background: var(--surface);
  border: 1px solid var(--line-strong);
  box-shadow: var(--shadow-md);
  border-radius: 14px;
  animation: hero-card-float-visible 5.2s ease-in-out infinite;
  animation-delay: -1.3s;
  will-change: transform
}
html[data-edition="2.5"][data-surface="landing"] .opening-fable .float-goal {
  animation-duration: 6.4s;
  animation-delay: -3.2s
}
html[data-edition="2.5"][data-surface="landing"] .opening-fable .float-icon {
  background: transparent;
  color: var(--envies)
}
html[data-edition="2.5"][data-surface="landing"] .opening-fable .float-goal .icon {
  color: var(--epargne)
}
html[data-edition="2.5"][data-surface="landing"] .opening-fable .float-goal .track {
  background: var(--epargne-soft)
}
html[data-edition="2.5"][data-surface="landing"] .opening-fable .float-goal .track i {
  background: var(--epargne)
}
@keyframes hero-card-float-visible {
  0%,100% {
    transform: translateY(4px)
  }
  50% {
    transform: translateY(-14px)
  }
}
html[data-edition="2.5"][data-surface="landing"] .facts25 {
  background: var(--surface);
  border-color: var(--line)
}
#quotidien {
  font-family: var(--font-body)
}
#quotidien :is(h2,h3) {
  font-family: var(--font-display);
  font-weight: 700
}
#quotidien .copy-demo {
  border-radius: var(--r-xl);
  background: var(--surface-2)
}
#quotidien .copy-workspace {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg)
}
#quotidien .copy-context {
  background: var(--surface-3,var(--surface2));
  color: var(--ink-2);
  border-radius: var(--r-lg) var(--r-lg) 0 0
}
#quotidien :is(.copy-trigger,.copy-date-row button) {
  background: var(--brand-soft);
  border-color: var(--line-strong);
  color: var(--ink)
}
#quotidien .copy-search-panel {
  background: var(--surface);
  border-color: var(--line);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-md)
}
#quotidien .copy-result {
  background: var(--surface);
  color: var(--ink)
}
#quotidien .copy-result:hover,#quotidien .copy-result:focus-visible {
  background: var(--surface-2)
}
#quotidien :is(.copy-searchbox input,.copy-field input) {
  border-color: var(--line-strong);
  border-radius: var(--r-sm);
  background: var(--surface);
  color: var(--ink)
}
#quotidien :is(.copy-field>label,.field-label,.copy-searchbox>.icon,.copy-field output) {
  color: var(--ink-2)
}
#quotidien :is(.has-copy .copy-field output,.account-field output) {
  color: var(--ink)
}
#quotidien :is(.account-selection-note,.saved-labels>span) {
  background: var(--brand-soft);
  color: var(--ink-2)
}
#quotidien :is(.result-amount,.saved-transaction>strong,.copy-error) {
  color: var(--neg)
}
#quotidien .copy-intro25 {
  font-size: 16px
}
#quotidien .copy-steps strong {
  font-size: 14px
}
html[data-edition="2.5"][data-surface="landing"] .approach25 {
  background: var(--surface)
}
html[data-edition="2.5"][data-surface="landing"] .approach-points :is(p,a),html[data-edition="2.5"][data-surface="landing"] .approach-top>p {
  font-size: 15px;
  line-height: 1.55
}
html[data-edition="2.5"][data-surface="landing"] .approach-points>div>.icon {
  color: var(--brand)
}
html[data-edition="2.5"][data-surface="landing"] .founder25 {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: 40px;
  margin-block: 64px;
  box-shadow: var(--shadow-md)
}
html[data-edition="2.5"][data-surface="landing"] .founder25 blockquote {
  font-family: var(--font-body);
  font-weight: 500;
  letter-spacing: 0;
  font-size: 23px;
  line-height: 1.5
}
html[data-edition="2.5"][data-surface="landing"] .founder25 p {
  font-size: 15px;
  line-height: 1.65
}
html[data-edition="2.5"][data-surface="landing"] .founder-avatar {
  background: var(--brand-soft);
  color: var(--brand);
  font-family: var(--font-display);
  font-weight: 800
}
html[data-edition="2.5"][data-surface="landing"] .faq-list summary {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -.005em
}
html[data-edition="2.5"][data-surface="landing"] .faq-list p {
  font-size: 15px;
  color: var(--ink-2)
}
html[data-edition="2.5"][data-surface="landing"] .join-section {
  background: var(--bg);
  color: white;
  padding-block: 56px
}
html[data-edition="2.5"][data-surface="landing"] .join-layout {
  background: #3D6FA6;
  border-radius: var(--r-xl);
  padding: 48px;
  box-shadow: var(--shadow-lg);
  gap: 48px
}
html[data-edition="2.5"][data-surface="landing"] .join-layout h2 {
  color: white;
  font-size: 44px
}
html[data-edition="2.5"][data-surface="landing"] .join-layout h2 span {
  color: white
}
html[data-edition="2.5"][data-surface="landing"] .join-layout>div>p {
  font-size: 16px;
  line-height: 1.55;
  color: white
}
html[data-edition="2.5"][data-surface="landing"] .join-layout .waitlist-fields {
  display: flex;
  padding: 6px;
  border-radius: 999px;
  background: white;
  gap: 4px
}
html[data-edition="2.5"][data-surface="landing"] .join-layout .waitlist-fields input {
  width: 0;
  flex: 1;
  min-width: 0;
  color: #14234B;
  background: white;
  border: 0;
  border-radius: 999px;
  font-size: 16px
}
html[data-edition="2.5"][data-surface="landing"] .join-layout .waitlist-fields .button {
  background: #14234B;
  color: white;
  border-radius: 999px
}
html[data-edition="2.5"][data-surface="landing"] .join-layout :is(.waitlist-note,.join-date,.waitlist-note a,.waitlist-form label) {
  color: white
}
html[data-edition="2.5"][data-surface="landing"] .footer {
  color: var(--ink-2);
  border-top: 1px solid var(--line)
}
@media(max-width:1120px) {
  html[data-edition="2.5"][data-surface="landing"] .opening-fable .hero25 h1 {
    font-size: 54px
  }
  html[data-edition="2.5"][data-surface="landing"] .opening-fable .hero25-intro {
    font-size: 18px
  }
  html[data-edition="2.5"][data-surface="landing"] .opening-fable .hero25 .waitlist-fields .button {
    font-size: 12px;
    padding-inline: 14px
  }
  html[data-edition="2.5"][data-surface="landing"] .join-layout {
    padding: 36px;
    gap: 32px
  }
}
@media(max-width:620px) {
  html[data-edition="2.5"][data-surface="landing"] .opening-fable .hero25 h1 {
    font-size: 43px;
    line-height: 1.04
  }
  html[data-edition="2.5"][data-surface="landing"] .opening-fable .hero25-intro {
    font-size: 17px;
    line-height: 1.55
  }
  html[data-edition="2.5"][data-surface="landing"] .opening-fable .beta-pill {
    font-size: 11px
  }
  html[data-edition="2.5"][data-surface="landing"] .dashboard25 {
    transform: none
  }
  html[data-edition="2.5"][data-surface="landing"] .opening-fable .hero25 .waitlist-fields {
    border-radius: var(--r-lg)
  }
  html[data-edition="2.5"][data-surface="landing"] .opening-fable .hero25 .waitlist-fields .button {
    font-size: 14px
  }
  html[data-edition="2.5"][data-surface="landing"] .opening-fable .hero25 .waitlist-fields input {
    font-size: 16px
  }
  html[data-edition="2.5"][data-surface="landing"] nav.lang a {
    font-size: 11px;
    padding: 5px 6px
  }
  #quotidien .copy-intro25 {
    font-size: 14px
  }
  #quotidien .copy-steps strong {
    font-size: 13px
  }
  html[data-edition="2.5"][data-surface="landing"] .founder25 {
    padding: 24px;
    margin-block: 40px
  }
  html[data-edition="2.5"][data-surface="landing"] .founder25 blockquote {
    font-size: 21px
  }
  html[data-edition="2.5"][data-surface="landing"] .founder25 p {
    font-size: 14px
  }
  html[data-edition="2.5"][data-surface="landing"] .faq-list summary {
    font-size: 16px
  }
  html[data-edition="2.5"][data-surface="landing"] .faq-list p {
    font-size: 14px
  }
  html[data-edition="2.5"][data-surface="landing"] .join-layout {
    padding: 32px 24px
  }
  html[data-edition="2.5"][data-surface="landing"] .join-layout h2 {
    font-size: 34px
  }
  html[data-edition="2.5"][data-surface="landing"] .join-layout .waitlist-fields {
    flex-direction: column;
    border-radius: var(--r-lg)
  }
  html[data-edition="2.5"][data-surface="landing"] .join-layout .waitlist-fields input {
    width: 100%;
    flex: auto
  }
  html[data-edition="2.5"][data-surface="landing"] .join-layout .waitlist-fields .button {
    width: 100%;
    justify-content: center
  }
}
@media(max-width:360px) {
  html[data-edition="2.5"][data-surface="landing"] .opening-fable .hero25 h1 {
    font-size: 38px
  }
}
@media(prefers-reduced-motion:reduce) {
  html[data-edition="2.5"][data-surface="landing"] .opening-fable :is(.float-sub,.float-goal) {
    animation: none;
    will-change: auto
  }
}
#quotidien .copy-field input[aria-invalid=true] {
  border-color: var(--neg)
}
/* Readable form hints and Fable's tinted dark feature surfaces. */
html[data-edition="2.5"][data-surface="landing"] .join-layout .waitlist-fields input::placeholder {
  color: #4B5876;
  opacity: 1
}
html[data-edition="2.5"][data-surface="landing"] .join-layout .waitlist-note {
  font-size: 13px;
  line-height: 1.65
}
/* Fable header surface, with invariant three-zone geometry in FR and EN. */
html[data-edition="2.5"] {
  scrollbar-gutter: stable;
  scroll-padding-top: 96px
}
html[data-edition="2.5"] .site-header25 {
  position: sticky;
  top: 0;
  z-index: 50;
  background: color-mix(in srgb,var(--bg) 82%,transparent);
  backdrop-filter: saturate(1.4) blur(12px);
  -webkit-backdrop-filter: saturate(1.4) blur(12px);
  border-bottom: 1px solid color-mix(in srgb,var(--line) 70%,transparent);
}
html[data-edition="2.5"] .site-header25 .nav {
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  align-items: center;
  gap: 24px;
  min-height: 72px;
  height: 72px;
  padding-block: 0;
}
html[data-edition="2.5"] .site-header25 .brand {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  margin: 0;
  white-space: nowrap
}
html[data-edition="2.5"] .site-header25 .desktop-nav {
  grid-column: 2;
  grid-row: 1;
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 12px;
  margin: 0;
  justify-self: center
}
html[data-edition="2.5"] .site-header25 .desktop-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 8px;
  border-radius: 999px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--ink-2);
}
html[data-edition="2.5"] .site-header25 .desktop-nav a::after {
  display: none
}
html[data-edition="2.5"] .site-header25 .desktop-nav a:hover {
  background: var(--surface-2);
  color: var(--ink);
  text-decoration: none
}
html[data-edition="2.5"] .site-header25 .nav-actions {
  grid-column: 3;
  grid-row: 1;
  display: flex;
  justify-self: end;
  align-items: center;
  gap: 8px;
  margin: 0;
  min-width: 0
}
html[data-edition="2.5"] .site-header25 .site-preferences {
  display: grid;
  grid-template-columns: 40px 82px;
  gap: 8px;
  align-items: center;
  flex: none
}
html[data-edition="2.5"] .site-header25 .theme-toggle {
  box-sizing: border-box;
  width: 40px;
  min-width: 40px;
  height: 40px;
  padding: 10px;
  flex: none;
  border-radius: 999px
}
/* Fable's .lang inline-flex and pill styles, adapted from buttons to language links.
   Explicit dimension resets isolate it from the shared text-only selector. */
html[data-edition="2.5"] .site-header25 nav.lang {
  display: inline-flex;
  border: 1.5px solid var(--line);
  border-radius: 999px;
  padding: .2rem;
  background: var(--surface);
  width: 82px;
  height: 40px;
  min-height: 0;
  gap: 0;
  box-sizing: border-box;
  align-items: stretch
}
html[data-edition="2.5"] .site-header25 nav.lang a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  height: auto;
  min-height: 0;
  border: 0;
  background: transparent;
  padding: .3rem .6rem;
  border-radius: 999px;
  font-size: .8125rem;
  font-weight: 600;
  line-height: 1;
  color: var(--ink-2);
  text-decoration: none;
  box-shadow: none
}
html[data-edition="2.5"] .site-header25 nav.lang a[aria-current=page] {
  background: var(--ink);
  color: var(--bg)
}
html[data-edition="2.5"] .site-header25 .nav-cta {
  display: flex;
  justify-content: center;
  width: 216px;
  min-width: 216px;
  height: 42px;
  min-height: 42px;
  padding: 10px 14px;
  gap: 10px;
  margin: 0;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap
}
html[data-edition="2.5"] .site-header25 .nav-cta .icon {
  width: 16px;
  height: 16px;
  flex: none
}
html[data-edition="2.5"] .site-header25 .menu-toggle {
  display: none
}
html[data-edition="2.5"] .site-header25 .mobile-menu {
  grid-column: 1/-1;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-md);
  top: calc(100% + 8px);
  padding: 12px 20px;
  margin: 0
}
html[data-edition="2.5"] .site-header25 .mobile-menu a {
  color: var(--ink);
  font-size: 16px;
  font-weight: 500;
  padding: 12px 0;
  border-color: var(--line)
}
html[data-edition="2.5"] .site-header25 .mobile-menu[hidden] {
  display: none
}
@media(max-width:1239px) {
  html[data-edition="2.5"] .site-header25 .nav {
    grid-template-columns: minmax(0,1fr) auto;
    gap: 16px
  }
  html[data-edition="2.5"] .site-header25 .desktop-nav {
    display: none
  }
  html[data-edition="2.5"] .site-header25 .nav-actions {
    grid-column: 2
  }
  html[data-edition="2.5"] .site-header25 .menu-toggle {
    display: flex;
    flex: none;
    width: 40px;
    height: 40px;
    margin: 0;
    border: 1.5px solid var(--line);
    border-radius: 999px;
    background: var(--surface);
    padding: 8px
  }
  html[data-edition="2.5"] .site-header25 .menu-toggle span {
    background: var(--ink);
    width: 18px;
    flex: none
  }
  html[data-edition="2.5"] .site-header25 .mobile-menu:not([hidden]) {
    display: flex;
    flex-direction: column
  }
}
@media(max-width:620px) {
  html[data-edition="2.5"] .site-header25 .nav {
    height: 72px;
    min-height: 72px;
    gap: 8px
  }
  html[data-edition="2.5"] .site-header25 .brand {
    gap: 7px
  }
  html[data-edition="2.5"] .site-header25 .brand span {
    font-size: 22px
  }
  html[data-edition="2.5"] .site-header25 .brand-mark {
    width: 23px;
    height: 31px
  }
  html[data-edition="2.5"] .site-header25 .nav-actions {
    gap: 6px
  }
  html[data-edition="2.5"] .site-header25 .site-preferences {
    grid-template-columns: 34px 64px;
    gap: 6px
  }
  html[data-edition="2.5"] .site-header25 .theme-toggle {
    width: 34px;
    min-width: 34px;
    height: 36px;
    padding: 8px
  }
  html[data-edition="2.5"] .site-header25 nav.lang {
    width: 64px;
    height: 36px
  }
  html[data-edition="2.5"] .site-header25 nav.lang a {
    font-size: 11px;
    padding: .3rem .35rem
  }
  html[data-edition="2.5"] .site-header25 .menu-toggle {
    width: 34px;
    height: 36px;
    padding: 6px
  }
  html[data-edition="2.5"] .site-header25 .nav-cta {
    display: none
  }
}
/* More legible reassurance strip, retaining four columns on wide screens. */
html[data-edition="2.5"] .opening-fable .opening-facts {
  font-size: 14px;
  gap: 24px;
  padding-block: 24px
}
html[data-edition="2.5"] .opening-fable .opening-facts>span {
  gap: 12px;
  line-height: 1.5
}
html[data-edition="2.5"] .opening-fable .opening-facts .icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0
}
@media(max-width:1120px) {
  html[data-edition="2.5"] .opening-fable .opening-facts {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 20px 32px
  }
}
@media(max-width:620px) {
  html[data-edition="2.5"] .opening-fable .opening-facts {
    font-size: 12px;
    gap: 20px 16px;
    padding-block: 22px
  }
  html[data-edition="2.5"] .opening-fable .opening-facts>span {
    gap: 10px;
    align-items: flex-start
  }
  html[data-edition="2.5"] .opening-fable .opening-facts .icon {
    width: 22px;
    height: 22px
  }
}
/* Readable signup reassurance beneath the hero form. */
#hero-waitlist-note {
  font-size: 14px;
  line-height: 1.5;
  gap: 10px 18px;
  margin-top: 16px
}
#hero-waitlist-note>span {
  gap: 7px;
  align-items: center
}
#hero-waitlist-note .icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0
}
@media(max-width:620px) {
  #hero-waitlist-note {
    font-size: 12px;
    gap: 9px 14px;
    margin-top: 14px
  }
  #hero-waitlist-note .icon {
    width: 16px;
    height: 16px
  }
}
.amount25-currency {
  font-size: .85em;
  font-weight: 400;
  color: var(--hero-muted)
}
.capital25-accounts dd {
  white-space: nowrap
}
/* Distinct category badges; their text remains owned by the shared demo script. */
#quotidien .saved-labels {
  gap: 10px;
  flex-wrap: wrap
}
#quotidien .saved-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500
}
#quotidien .saved-tag-category {
  background: transparent;
  color: #226547;
  padding-inline: 0
}
#quotidien .saved-tag-budget {
  background: transparent;
  color: var(--besoins);
  padding-inline: 0
}
#quotidien .saved-tag>span {
  padding: 0;
  background: none;
  color: inherit;
  border-radius: 0;
  font-size: inherit
}
#quotidien .saved-tag>.icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0
}
#reset-copy,#reset-copy:hover {
  gap: 9px;
  min-height: 44px
}
#reset-copy .icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transform: none
}
html[data-theme=dark] #quotidien .saved-tag-category {
  color: #73D4A8
}
html[data-theme=dark] #quotidien .saved-tag-budget {
  color: var(--besoins)
}
/* The same category and account colors follow the transaction through the demo. */
#quotidien .copy-tag {
  width: fit-content;
  max-width: 100%
}
#quotidien .copy-field .copy-tag output {
  padding: 0;
  min-height: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit
}
#quotidien .copy-form:not(.has-copy) .copy-tag {
  background: transparent;
  color: var(--ink-2)
}
#quotidien .copy-form:not(.has-copy) .copy-tag>.icon {
  display: none
}
#quotidien .account-field output {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap
}
#quotidien .saved-tag-account {
  background: none;
  padding: 0;
  border: 0;
  color: #8A650F
}
#quotidien .saved-transaction>div>.saved-tag-account {
  display: inline-flex;
  margin-top: 9px;
  font-size: 12px
}
#quotidien .account-field .account-selection-note {
  padding: 0;
  background: none;
  color: var(--ink-2)
}
html[data-theme=dark] #quotidien .saved-tag-account {
  color: #F3D28E
}
/* Keep live feedback available to assistive technology without a second caption row. */
#quotidien .demo-status25 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0
}
/* Section titles use their available column width; only the hero has a blue accent. */
.explorer-heading {
  display: block
}
.explorer-heading h2 {
  width: 100%;
  max-width: none
}
.approach-top h2 {
  max-width: none
}
.approach-top h2 {
  flex: 1;
  min-width: 0
}
.approach-top>p {
  flex: 0 0 auto
}
html[data-edition="2.5"][data-surface="landing"] main>section h2 {
  text-wrap: wrap
}
/* Four adjacent cards, one open at a time, with the current palette. */
#quotidien .copy-form-footer {
  justify-content: flex-end
}
#explorer .folio {
  display: flex;
  min-height: 510px;
  border-radius: 24px;
  overflow: hidden;
  gap: 0
}
#explorer .leaf {
  flex: 1;
  min-width: 0;
  color: var(--ink);
  border: 1px solid var(--line);
  border-right: 0;
  transition: flex .7s cubic-bezier(.16,1,.3,1)
}
#explorer .leaf:last-child {
  border-right: 1px solid var(--line)
}
#explorer .leaf.is-active {
  flex: 3.5
}
#explorer .leaf {
  background: var(--brand-soft)
}
#explorer .leaf.is-active {
  background: var(--surface);
  box-shadow: inset 0 0 0 1px var(--line-strong)
}
#explorer .leaf.is-active .leaf-trigger,#explorer .leaf.is-active .leaf-action {
  color: var(--brand)
}
#explorer .leaf-trigger {
  padding: 22px 18px;
  min-height: 76px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink)
}
#explorer .leaf-action {
  width: 27px;
  height: 27px;
  flex-shrink: 0;
  color: var(--ink-2)
}
#explorer .leaf-content {
  padding: 0 26px 28px;
  animation: open-leaf .6s cubic-bezier(.16,1,.3,1)
}
#explorer .leaf-content[hidden] {
  display: none
}
#explorer .leaf-inner {
  min-width: 0;
  max-width: none
}
#explorer .demo-heading {
  margin: 0 0 24px;
  display: block
}
#explorer .demo-heading h3 {
  font-size: 30px;
  line-height: 1.12;
  max-width: none;
  color: var(--ink)
}
#explorer .leaf-description {
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-2);
  max-width: none;
  margin: 12px 0 0
}
#explorer .leaf-rest {
  inset: 102px 20px 28px;
  display: flex;
  pointer-events: none
}
#explorer .is-active .leaf-rest {
  display: none
}
#explorer .leaf-rest p {
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.18;
  color: var(--ink);
  font-weight: 500;
  letter-spacing: -.015em
}
#explorer .rest-sub {
  margin-top: 36px
}
#explorer .rest-sub>span {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  font-size: 23px;
  padding: 12px 10px;
  border-radius: 9px
}
#explorer .rest-sub small {
  color: var(--ink-2)
}
#explorer .rest-budget i {
  border-radius: 6px;
  background: var(--brand);
  opacity: .65
}
#explorer .rest-budget i:nth-child(2) {
  opacity: .35
}
#explorer .rest-budget i:nth-child(3) {
  opacity: .85
}
#explorer .rest-bars i {
  border-radius: 6px 6px 0 0;
  background: var(--brand)
}
#explorer .rest-bars i:nth-child(2) {
  background: var(--epargne)
}
#explorer .rest-bars i:nth-child(3) {
  background: var(--invest)
}
#explorer .rest-bars i:nth-child(4) {
  background: var(--category-leisure)
}
#explorer .saving-preview {
  margin-top: 48px
}
#explorer .saving-preview>strong {
  font-family: var(--font-display);
  font-size: 52px
}
#explorer .saving-preview-track {
  background: color-mix(in srgb,var(--epargne) 22%,transparent);
  height: 10px;
  border-radius: 6px
}
#explorer .saving-preview-track>i {
  background: var(--epargne)
}
#explorer .saving-preview>small {
  font-size: 11px;
  color: var(--ink-2)
}
#explorer .expense-breakdown {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 22px;
  align-items: center;
  margin: 0;
  padding: 20px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px
}
#explorer .expense-donut {
  width: 140px;
  height: 140px
}
#explorer .expense-donut strong {
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--ink)
}
#explorer .expense-donut span {
  font-size: 10px;
  color: var(--ink-2)
}
#explorer .expense-legend {
  font-size: 12px;
  gap: 16px;
  color: var(--ink)
}
#explorer .expense-legend>div {
  padding: 0;
  border: 0
}
#explorer .expense-legend::before,#explorer .expense-legend>div::after {
  content: none
}
#explorer .expense-legend dt {
  gap: 6px
}
#explorer .expense-legend dd {
  font-size: 12px;
  white-space: nowrap
}
#explorer .expense-legend i {
  background: var(--chart-blue)
}
#explorer .expense-legend>div:nth-child(2) i {
  background: var(--chart-mint)
}
#explorer .expense-legend>div:nth-child(3) i {
  background: var(--chart-sand)
}
#explorer .expense-legend>div:nth-child(4) i {
  background: var(--chart-peach)
}
#explorer .expense-legend>div:nth-child(5) i {
  background: var(--chart-last)
}
#explorer .subscription-total {
  color: var(--ink);
  margin-top: 0
}
#explorer .subscription-total strong {
  font-family: var(--font-display);
  font-size: 34px
}
#explorer .subscription-total :is(small,span) {
  color: var(--ink-2)
}
#explorer .subscription-table {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px;
  margin-top: 18px
}
#explorer .subscription-table-head {
  font-size: 11px;
  color: var(--ink-2)
}
#explorer .mini-sub {
  padding: 13px 0;
  color: var(--ink);
  border-color: var(--line)
}
#explorer .mini-sub small {
  color: var(--ink-2)
}
#explorer .mini-sub:last-child {
  border: 0
}
#explorer .budget-periods {
  margin-top: 0
}
#explorer .budget-periods button {
  color: var(--ink-2)
}
#explorer .budget-periods button[aria-pressed=true] {
  color: var(--ink);
  border-color: var(--ink)
}
#explorer .budget-reference {
  color: var(--ink);
  font-size: 13px
}
#explorer .budget-comparison {
  width: 100%;
  color: var(--ink);
  margin: 16px 0
}
#explorer .budget-comparison :is(th,td) {
  font-size: 13px;
  padding: 10px 4px;
  border-color: var(--line-strong)
}
#explorer .budget-comparison :is(caption,caption span) {
  color: var(--ink-2);
  font-size: 11px
}
#explorer .budget-remainder {
  display: flex;
  justify-content: space-between;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 12px;
  border-radius: 10px;
  font-size: 13px
}
#explorer .provision-title {
  color: var(--ink);
  margin-top: 0
}
#explorer .provision-title span {
  color: var(--ink-2)
}
#explorer .provision-values {
  color: var(--ink);
  margin-top: 22px
}
#explorer .provision-values strong {
  font-family: var(--font-display);
  font-size: 42px
}
#explorer .provision-values>span,#explorer .provision-meta {
  color: var(--ink-2);
  font-size: 12px
}
#explorer .provision-track {
  background: color-mix(in srgb,var(--epargne) 22%,transparent);
  border-radius: 8px
}
#explorer .provision-track>i {
  background: var(--epargne)
}
#explorer .project-pace {
  color: var(--ink);
  border-color: var(--line-strong)
}
#explorer .project-pace>span {
  color: var(--ink-2)
}
@media(max-width:1100px) {
  #explorer .folio {
    display: block;
    min-height: 0;
    border-radius: 20px
  }
  #explorer .leaf {
    border: 1px solid var(--line);
    border-bottom: 0
  }
  #explorer .leaf:last-child {
    border-bottom: 1px solid var(--line)
  }
  #explorer .leaf-trigger {
    min-height: 64px;
    padding: 18px 24px;
    font-size: 15px
  }
  #explorer .leaf-rest {
    display: none
  }
  #explorer .leaf-content {
    padding: 0 24px 24px
  }
  #explorer .expense-breakdown {
    grid-template-columns: 160px 1fr;
    max-width: none
  }
  #explorer .expense-donut {
    width: 150px;
    height: 150px
  }
  #explorer .expense-legend,#explorer .expense-legend dd {
    font-size: 14px
  }
}
@media(max-width:620px) {
  #explorer .leaf-trigger {
    padding: 16px 18px;
    font-size: 14px;
    min-height: 60px
  }
  #explorer .leaf-content {
    padding: 0 18px 22px
  }
  #explorer .demo-heading {
    margin-bottom: 18px
  }
  #explorer .demo-heading h3 {
    font-size: 25px
  }
  #explorer .leaf-description {
    font-size: 13px
  }
  #explorer .expense-breakdown {
    padding: 14px;
    grid-template-columns: 100px 1fr;
    gap: 12px
  }
  #explorer .expense-donut {
    width: 100px;
    height: 100px
  }
  #explorer .expense-donut strong {
    font-size: 16px
  }
  #explorer .expense-donut span {
    font-size: 9px
  }
  #explorer .expense-legend,#explorer .expense-legend dd {
    font-size: 10px
  }
  #explorer .expense-legend {
    gap: 13px
  }
  #explorer .expense-legend dt {
    gap: 4px
  }
  #explorer .expense-legend i {
    width: 5px;
    height: 5px
  }
  #explorer .budget-comparison :is(th,td) {
    font-size: 11px;
    padding: 10px 2px
  }
  #explorer .subscription-total strong {
    font-size: 28px
  }
  #explorer .mini-sub {
    font-size: 12px
  }
  #explorer .mini-sub small {
    font-size: 10px
  }
}
@media(max-width:380px) {
  #explorer .expense-breakdown {
    grid-template-columns: 1fr
  }
  #explorer .expense-donut {
    margin: auto
  }
  #explorer .expense-legend,#explorer .expense-legend dd {
    font-size: 12px
  }
}
@media(prefers-reduced-motion:reduce) {
  #explorer .leaf,#explorer .leaf-action {
    transition: none
  }
}
#explorer .leaf:not(.is-active) {
  cursor: pointer
}
@media(min-width:1101px) {
  #explorer .leaf-inner {
    min-width: 330px
  }
}
@media(prefers-reduced-motion:reduce) {
  #explorer .leaf-content {
    animation: none
  }
}
/* A continuous outer contour follows the rounded container, including its corners. */
#explorer .folio {
  position: relative;
  --card-divider: color-mix(in srgb,var(--brand) 42%,var(--line))
}
#explorer .folio::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid var(--line-strong);
  border-radius: inherit;
  pointer-events: none;
  z-index: 5
}
#explorer .leaf,#explorer .leaf:last-child {
  border: 0
}
#explorer .leaf+.leaf {
  border-left: 1px solid var(--card-divider)
}
#explorer .leaf.is-active {
  box-shadow: none
}
#explorer .leaf-trigger {
  font-size: 15px;
  font-weight: 650
}
#explorer .leaf-action {
  height: 28px;
  width: 28px;
  opacity: 1;
  background: transparent;
  border: 1px solid var(--line-strong);
  color: var(--ink-2);
  box-shadow: none
}
#explorer .leaf-action .icon {
  width: 15px;
  height: 15px
}
#explorer .leaf.is-active .leaf-action {
  background: var(--brand-soft);
  color: var(--brand);
  border-color: var(--line-strong)
}
#explorer .leaf-trigger:hover .leaf-action {
  box-shadow: 0 0 0 3px var(--brand-soft)
}
#explorer .expense-breakdown {
  grid-template-columns: minmax(220px,1fr) minmax(220px,1fr);
  gap: 16px;
  padding: 18px
}
#explorer .expense-donut {
  width: 100%;
  height: auto
}
#explorer .expense-donut>.spending25-chart {
  position: relative;
  inset: auto;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 260/190
}
#explorer .spending25-chart>svg {
  position: static;
  width: 100%;
  height: 100%;
  transform: none;
  max-width: 100%
}
#explorer .chart25-callout {
  display: block
}
#explorer .chart25-callout polyline {
  stroke: var(--ink-2)
}
#explorer .chart25-callout circle {
  fill: var(--surface);
  stroke: var(--ink-2)
}
#explorer .chart25-callout text {
  fill: var(--ink-2)
}
#explorer .chart25-total strong {
  font-size: 23px
}
#explorer .chart25-total span,#explorer .chart25-total small {
  font-size: 9px;
  color: var(--ink-2)
}
#explorer .expense-legend {
  gap: 17px
}
#explorer .expense-legend dt {
  display: flex;
  align-items: center;
  gap: 7px
}
#explorer .category-outline {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  color: var(--chart-blue)
}
#explorer .expense-legend>div:nth-child(2) .category-outline {
  color: var(--chart-mint)
}
#explorer .expense-legend>div:nth-child(3) .category-outline {
  color: var(--chart-sand)
}
#explorer .expense-legend>div:nth-child(4) .category-outline {
  color: var(--chart-peach)
}
#explorer .expense-legend>div:nth-child(5) .category-outline {
  color: var(--chart-last)
}
#explorer .expense-legend dd small {
  font-size: 9px;
  color: var(--ink-2)
}
@media(max-width:1100px) {
  #explorer .leaf+.leaf {
    border-left: 0;
    border-top: 1px solid var(--card-divider)
  }
  #explorer .expense-breakdown {
    grid-template-columns: minmax(220px,1fr) minmax(220px,1fr)
  }
  #explorer .expense-donut {
    max-width: 290px;
    justify-self: center
  }
}
@media(max-width:620px) {
  #explorer .expense-breakdown {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 16px
  }
  #explorer .expense-donut {
    width: 260px;
    max-width: 100%;
    margin: auto
  }
  #explorer .expense-legend,#explorer .expense-legend dd {
    font-size: 12px
  }
  #explorer .leaf-trigger {
    font-size: 14px
  }
}
.spending25-legend .category-outline {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  color: var(--category-color)
}
/* Keep the submit action near the lower edge of the demo. */
#quotidien .copy-workspace {
  display: flex;
  flex-direction: column
}
#quotidien .copy-form {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px
}
#quotidien .copy-form[hidden] {
  display: none
}
#quotidien .copy-form-footer {
  margin-top: auto;
  padding-top: 18px
}
#quotidien .copy-final-fields {
  margin-bottom: 20px
}
/* Keep text and charts at their final width while the desktop cards slide. */
@media(min-width:1101px) {
  #explorer .folio {
    container-type: inline-size
  }
  #explorer .leaf {
    transition: flex .65s cubic-bezier(.16,1,.3,1),background-color .3s ease
  }
  #explorer .leaf-inner {
    width: calc(53.846154cqw - 54px);
    min-width: 0
  }
  #explorer .leaf-rest {
    width: calc(15.384615cqw - 41px);
    right: auto;
    transition: opacity .18s ease,transform .3s ease;
    opacity: 1;
    transform: translateY(0)
  }
  #explorer .is-active .leaf-rest {
    display: flex;
    visibility: hidden;
    opacity: 0;
    transform: translateY(6px)
  }
}
@media(prefers-reduced-motion:reduce) {
  #explorer .leaf,#explorer .leaf-rest {
    transition: none
  }
}
/* Separate the demo from the feature overview along the content width. */
#explorer {
  border-top: 1px solid var(--line)
}
#connection-title {
  text-wrap: balance
}
#explorer .rest-sub>span {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 6px;
  white-space: nowrap;
  font-size: 21px
}
#explorer .rest-sub small {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  margin: 0
}
#histoire {
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center
}
#histoire blockquote {
  max-width: none;
  text-wrap: balance
}
#histoire .founder-person {
  margin: 24px 0 0
}
#histoire .founder-person strong {
  max-width: none
}
#histoire .founder-avatar {
  flex-shrink: 0
}
#histoire .founder-story p {
  margin: 0;
  max-width: none
}
#histoire .founder-story p+p {
  margin-top: 16px
}
@media(max-width:700px) {
  #histoire {
    display: grid;
    grid-template-columns: 1fr;
    gap: 26px
  }
}
#explorer .subscription-scroll {
  overflow-x: auto;
  margin-top: 18px;
  border-radius: 16px
}
#explorer .subscription-scroll .subscription-table {
  margin-top: 0
}
#explorer .subscription-table-head,#explorer .mini-sub {
  display: grid;
  grid-template-columns: minmax(0,1.4fr) minmax(0,1fr) minmax(0,.7fr) minmax(0,1fr);
  gap: 12px;
  align-items: center
}
#explorer .subscription-table-head>span:last-child {
  text-align: right
}
#explorer .mini-sub>span {
  min-width: 0
}
#explorer .mini-sub>span:first-child>small {
  white-space: normal;
  line-height: 1.5
}
#explorer :is(.subscription-category,.subscription-budget) {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  line-height: 1.4
}
#explorer :is(.subscription-category,.subscription-budget) :is(.category-outline,.icon) {
  width: 14px;
  height: 14px;
  flex: none;
  color: inherit
}
#explorer .subscription-category.is-leisure {
  color: var(--chart-peach)
}
#explorer .subscription-category.is-digital {
  color: var(--category-digital)
}
#explorer .subscription-budget.is-wants {
  color: var(--envies)
}
#explorer .subscription-budget.is-needs {
  color: var(--besoins)
}
#explorer .sub-billing {
  align-items: flex-end;
  text-align: right
}
@media(max-width:620px) {
  #explorer .subscription-scroll .subscription-table {
    min-width: 520px
  }
}
/* Transaction categories and budget envelopes have distinct semantic colors. */
html[data-edition="2.5"][data-surface="landing"] {
  --category-leisure: #8052AD;
  --category-digital: #087B83
}
html[data-edition="2.5"][data-surface="landing"][data-theme="dark"] {
  --category-leisure: #C8A3EE;
  --category-digital: #66D0D5
}
#explorer .budget-label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400
}
#explorer .budget-label .icon {
  width: 14px;
  height: 14px;
  flex: none;
  color: inherit
}
#explorer .budget-label.is-needs {
  color: var(--besoins)
}
#explorer .budget-label.is-wants {
  color: var(--envies)
}
#explorer .budget-label.is-invest {
  color: var(--invest)
}
#explorer .budget-label.is-save {
  color: var(--epargne)
}
#explorer .budget-currency {
  font-size: 10px;
  color: var(--ink-2)
}
#explorer .budget-comparison td {
  white-space: nowrap
}
@media(max-width:620px) {
  #explorer .budget-label {
    font-size: 10px
  }
  #explorer .budget-currency {
    font-size: 9px
  }
}

/* Mobile: compact signup, readable charts and a single-column founder story. */
@media(max-width:700px) {
  html[data-edition="2.5"][data-surface="landing"] #histoire {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    padding: 26px 24px;
  }
  #histoire > div { min-width: 0; width: 100%; }
  html[data-edition="2.5"][data-surface="landing"] #histoire blockquote {
    margin: 0;
    font-size: 23px;
    line-height: 1.4;
    text-wrap: pretty;
  }
  #histoire .founder-person { margin-top: 20px; }
  #histoire .founder-person strong { max-width: none; }
  #histoire .founder-story { border-top: 1px solid var(--line); padding-top: 24px; }
  html[data-edition="2.5"][data-surface="landing"] #histoire .founder-story p {
    font-size: 15px; line-height: 1.65;
  }
}
@media(max-width:620px) {
  html[data-edition="2.5"][data-surface="landing"] #mobile-menu .mobile-menu-cta {
    background: var(--brand); color: white; border-radius: 24px;
    padding: 13px 18px; margin-top: 8px; text-align: center;
  }
  html[data-edition="2.5"][data-surface="landing"] :is(.opening-fable .hero25,.join-layout) .waitlist-label {
    display: block; position: static; width: auto; height: auto;
    clip-path: none; clip: auto; overflow: visible; margin: 0 0 10px;
    font-size: 13px; font-weight: 500;
  }
  html[data-edition="2.5"][data-surface="landing"] :is(.opening-fable .hero25,.join-layout) .waitlist-fields {
    display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center;
    gap: 4px; padding: 5px; border-radius: 30px;
  }
  html[data-edition="2.5"][data-surface="landing"] :is(.opening-fable .hero25,.join-layout) .waitlist-fields input {
    flex: 1 1 0; min-width: 0; width: 0; height: 46px;
    padding: 0 14px; font-size: 16px;
  }
  html[data-edition="2.5"][data-surface="landing"] :is(.opening-fable .hero25,.join-layout) .waitlist-fields .button {
    flex: 0 0 46px; width: 46px; min-width: 46px; height: 46px;
    padding: 0; justify-content: center; gap: 0; font-size: 11px;
  }
  .waitlist-fields .waitlist-button-label { display: none; }
  html[data-edition="2.5"][data-surface="landing"] .opening-fable .hero25 .waitlist-fields .button .icon {
    display: block; width: 19px; height: 19px;
  }
  .spending25-content { grid-template-columns: minmax(0,1fr); gap: 18px; }
  .spending25-chart {
    width: min(100%,280px); height: auto; aspect-ratio: 260/190; margin-inline: auto;
  }
  .spending25-chart > svg {
    position: static; width: 100%; height: 100%; max-width: 100%; transform: none;
  }
  .chart25-callout { display: block; }
  .chart25-total strong { font-size: 28px; }
  .chart25-total span,.chart25-total small { font-size: 10px; }
  .spending25-legend { width: 100%; font-size: 12px; gap: 12px; }
  .spending25-legend dd .legend25-percent { display: none; }
  #quotidien :is(#copy-name,#copy-amount,#copy-date) {
    font-size: 14px; min-height: 44px; height: 44px; max-height: 44px;
  }
  #quotidien .copy-date-row { align-items: center; }
  #quotidien .copy-date-row button { height: 44px; min-height: 44px; }
  #quotidien #copy-add { justify-content: center; gap: 8px; padding-inline: 18px; }
  #explorer .subscription-scroll { overflow: visible; }
  #explorer .subscription-scroll .subscription-table { min-width: 0; padding: 0 14px; }
  #explorer .subscription-table-head { display: none; }
  #explorer .mini-sub {
    grid-template-columns: minmax(0,1fr) auto; gap: 12px 10px; padding-block: 18px;
  }
  #explorer .mini-sub > span:first-child { grid-column: 1; grid-row: 1; }
  #explorer .mini-sub > .sub-billing { grid-column: 2; grid-row: 1; align-self: start; }
  #explorer .mini-sub > .subscription-category { grid-column: 1; grid-row: 2; }
  #explorer .mini-sub > .subscription-budget { grid-column: 2; grid-row: 2; justify-self: end; }
}
@media(max-width:620px) {
  #quotidien #copy-add .icon { display: none; }
  html[data-edition="2.5"][data-surface="landing"] :is(.opening-fable .hero25,.join-layout) form[aria-busy="true"] .waitlist-fields .button { font-size: 0; }
  .waitlist-fields .button:disabled::after {
    content: ""; width: 17px; height: 17px; border: 2px solid currentColor;
    border-right-color: transparent; border-radius: 50%; animation: signup-spin 1s linear infinite;
  }
}
@keyframes signup-spin { to { transform: rotate(360deg); } }
@media(prefers-reduced-motion:reduce) { .waitlist-fields .button:disabled::after { animation: none; } }

/* Follow-up mobile details; keep the native date picker and its ISO value. */
.waitlist-label-mobile { display: none; }
.copy-date-input { display: flex; flex: 1; min-width: 0; position: relative; }
.copy-date-input input { width: 100%; min-width: 0; }
.copy-date-placeholder { display: none; pointer-events: none; }
#quotidien .account-field output { column-gap: 12px; row-gap: 4px; }
#quotidien .account-field .saved-tag-account,
#quotidien .account-field .saved-tag-account > span { color: #8A650F; }
html[data-theme=dark] #quotidien .account-field .saved-tag-account,
html[data-theme=dark] #quotidien .account-field .saved-tag-account > span { color: #F3D28E; }
#quotidien .account-field output .account-selection-note { font-size: 9px; line-height: 1.4; }
@media(max-width:700px) {
  #histoire .founder-quote { display: contents; }
  #histoire blockquote { order: 0; }
  #histoire .founder-story { order: 1; }
  #histoire .founder-person { order: 2; margin-top: 0; }
}
@media(max-width:620px) {
  .waitlist-label-desktop { display: none; }
  .waitlist-label-mobile { display: inline; }
  #quotidien .copy-date-input #copy-date { height: 40px; min-height: 40px; max-height: 40px; padding-block: 0; }
  #quotidien .copy-date-input #copy-date:invalid:not(:focus) { color: transparent; }
  #quotidien .copy-date-input #copy-date:invalid:not(:focus)::-webkit-datetime-edit { color: transparent; }
  #quotidien #copy-date:invalid:not(:focus) + .copy-date-placeholder {
    display: block; position: absolute; left: 12px; top: 50%; transform: translateY(-50%);
    font-size: 14px; color: var(--ink-2); line-height: 1;
  }
  #explorer .mini-sub > .subscription-budget { grid-column: 1; grid-row: 3; justify-self: start; }
  #explorer .mini-sub > .subscription-category { grid-column: 1; grid-row: 2; }
  #explorer .mini-sub { row-gap: 8px; }
  #explorer .mini-sub > .sub-billing { display: flex; flex-direction: column; gap: 5px; }
  #explorer .sub-billing small { order: -1; margin: 0; }
  #explorer .sub-billing strong { font-size: 16px; line-height: 1.3; }
}
