:root {
  --ink: #292251;
  --violet: #625ed6;
  --violet-deep: #4e49bd;
  --paper: #fffdf5;
  --sky: #dfe3ff;
  --coral: #ff716d;
  --sun: #ffdb62;
  --mint: #9ae6bd;
  --line: rgba(41, 34, 81, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background: var(--sky);
  font-family: "DM Sans", sans-serif;
}
body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  content: "";
  opacity: .26;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.23'/%3E%3C/svg%3E");
}

.page-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.nav { min-height: 106px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-family: "Bricolage Grotesque", sans-serif; font-size: 19px; font-weight: 700; letter-spacing: -.7px; text-decoration: none; }
.brand-mark { display: grid; width: 35px; height: 35px; place-items: center; color: var(--paper); background: var(--violet); border: 2px solid var(--ink); border-radius: 48% 52% 49% 51% / 42% 43% 57% 58%; box-shadow: 3px 3px 0 var(--ink); font-family: "Space Mono", monospace; font-size: 18px; transform: rotate(-8deg); }
.brand-dot { color: var(--coral); }
.status { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 100px; padding: 7px 11px; font-family: "Space Mono", monospace; font-size: 10px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.status i { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 3px rgba(255,113,109,.22); }

.hero { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(34px, 7vw, 110px); padding: clamp(42px, 7vw, 94px) 0 clamp(64px, 9vw, 116px); }
.hero-copy { max-width: 565px; }
.eyebrow { display: flex; align-items: center; gap: 8px; margin: 0 0 18px; color: var(--violet-deep); font-family: "Space Mono", monospace; font-size: 11px; font-weight: 700; letter-spacing: .035em; text-transform: uppercase; }
.eyebrow-spark { display: inline-grid; width: 18px; height: 18px; place-items: center; color: var(--ink); border-radius: 50%; background: var(--sun); font-size: 11px; transform: rotate(18deg); }
h1 { max-width: 600px; margin: 0; font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(55px, 6.25vw, 86px); font-weight: 750; letter-spacing: -.078em; line-height: .9; }
h1 em { position: relative; color: var(--violet); font-style: normal; }
h1 em::after { position: absolute; right: -2%; bottom: -7px; left: 2%; height: 8px; content: ""; background: url("data:image/svg+xml,%3Csvg width='100' height='8' viewBox='0 0 100 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 5.7C20 2.2 32 1.7 49 3.6c20 2.3 31-1.1 49-2.1' fill='none' stroke='%23ff716d' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat; }
.intro { max-width: 470px; margin: 28px 0 27px; font-size: 17px; line-height: 1.55; }
.waitlist { display: flex; width: min(100%, 440px); padding: 5px; border: 2px solid var(--ink); border-radius: 13px; background: var(--paper); box-shadow: 4px 4px 0 var(--ink); }
.waitlist:focus-within { box-shadow: 6px 6px 0 var(--coral); transform: translate(-2px, -2px); }
.waitlist input { min-width: 0; flex: 1; border: 0; outline: 0; padding: 11px 12px; color: var(--ink); background: transparent; font: 500 14px "DM Sans", sans-serif; }
.waitlist input::placeholder { color: #8781a2; }
button { border: 1px solid var(--ink); border-radius: 8px; padding: 11px 14px; color: var(--paper); background: var(--violet); box-shadow: 2px 2px 0 var(--ink); cursor: pointer; font: 700 13px "DM Sans", sans-serif; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
button:hover { background: var(--violet-deep); box-shadow: 3px 3px 0 var(--ink); transform: translate(-1px, -1px); }
button:active { box-shadow: 0 0 0 var(--ink); transform: translate(2px, 2px); }
.form-message { min-height: 18px; margin: 12px 0 21px 5px; color: #665f87; font-size: 12px; }
.form-message.success { color: var(--violet-deep); font-weight: 700; }
.form-message.error { color: #bf3e4e; font-weight: 700; }
.tiny-proof { display: flex; align-items: center; gap: 11px; font-size: 12px; font-weight: 500; }
.avatars { display: flex; padding-left: 4px; }
.avatars b { display: grid; width: 25px; height: 25px; margin-left: -4px; place-items: center; border: 2px solid var(--sky); border-radius: 50%; color: var(--ink); background: var(--sun); font-family: "Space Mono", monospace; font-size: 9px; }
.avatars b:nth-child(2) { background: var(--coral); color: var(--paper); }.avatars b:nth-child(3) { background: var(--mint); }.avatars b:nth-child(4) { color: var(--paper); background: var(--violet); }

.receipt-stage { position: relative; display: grid; width: min(100%, 460px); aspect-ratio: 1 / 1.05; place-items: center; }
.orbit { position: absolute; z-index: -1; border: 1.5px dashed rgba(41,34,81,.34); border-radius: 50%; }
.orbit-one { width: 93%; height: 67%; transform: rotate(-29deg); }.orbit-two { width: 79%; height: 95%; transform: rotate(29deg); }
.receipt { position: relative; width: min(80%, 343px); padding: 25px 25px 20px; background: var(--paper); box-shadow: 12px 14px 0 rgba(41,34,81,.18), 0 0 0 2px var(--ink); clip-path: polygon(0 0, 100% 0, 100% 98%, 96% 100%, 92% 98%, 88% 100%, 84% 98%, 80% 100%, 76% 98%, 72% 100%, 68% 98%, 64% 100%, 60% 98%, 56% 100%, 52% 98%, 48% 100%, 44% 98%, 40% 100%, 36% 98%, 32% 100%, 28% 98%, 24% 100%, 20% 98%, 16% 100%, 12% 98%, 8% 100%, 4% 98%, 0 100%); transform: rotate(-5deg); }
.receipt-top { display: flex; justify-content: space-between; align-items: flex-start; }.receipt-top strong { display: block; margin-top: 4px; font-family: "Bricolage Grotesque", sans-serif; font-size: 23px; letter-spacing: -.06em; }.receipt-kicker, .receipt-date, .settle-label { font-family: "Space Mono", monospace; font-size: 8px; font-weight: 700; letter-spacing: .07em; }.receipt-date { padding: 4px 5px; background: var(--sun); transform: rotate(5deg); }
.receipt-rule { height: 2px; margin: 18px 0 14px; background: var(--ink); }.receipt-rule.dashed { height: 1px; margin: 16px 0; background: repeating-linear-gradient(to right, var(--ink) 0 5px, transparent 5px 9px); }
.expense-list { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; font-size: 13px; }.expense-list li { display: flex; justify-content: space-between; gap: 8px; }.expense-list b { font-family: "Space Mono", monospace; font-size: 11px; }
.settle-card { padding: 12px; border-radius: 9px; background: var(--mint); }.settle-label { display: block; margin-bottom: 10px; opacity: .72; }.transfer { display: flex; align-items: center; gap: 8px; }.person { display: grid; flex: 0 0 auto; width: 24px; height: 24px; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-family: "Space Mono", monospace; font-size: 10px; font-weight: 700; }.person-luca { background: var(--sun); }.person-marta { color: var(--paper); background: var(--coral); }.transfer-line { flex: 1; padding-bottom: 2px; border-bottom: 1px dashed var(--ink); font-size: 10px; white-space: nowrap; }.transfer-line b { font-family: "Space Mono", monospace; font-size: 10px; }.receipt-footer { margin: 15px 0 0; text-align: center; font-family: "Bricolage Grotesque", sans-serif; font-size: 12px; font-weight: 700; }
.coin { position: absolute; z-index: 2; display: grid; width: 57px; height: 57px; place-items: center; border: 2px solid var(--ink); border-radius: 50%; box-shadow: 4px 4px 0 var(--ink); font-family: "Space Mono", monospace; font-size: 23px; font-weight: 700; }.coin-yellow { top: 14%; right: 4%; background: var(--sun); transform: rotate(12deg); }.coin-coral { bottom: 8%; left: 3%; color: var(--paper); background: var(--coral); transform: rotate(-17deg); }
.sticker { position: absolute; z-index: 2; bottom: 5%; right: 1%; display: grid; width: 77px; height: 77px; place-items: center; border: 2px solid var(--ink); border-radius: 48% 52% 46% 54% / 52% 44% 56% 48%; background: var(--violet); box-shadow: 4px 4px 0 var(--ink); color: var(--paper); font-family: "Space Mono", monospace; font-size: 12px; font-weight: 700; line-height: 1.08; text-align: center; transform: rotate(13deg); }.sticker::before { position: absolute; width: 85%; height: 85%; content: ""; border: 1px dashed rgba(255,255,255,.65); border-radius: 50%; }
.scribble { position: absolute; color: var(--violet-deep); font-family: "Bricolage Grotesque", sans-serif; font-size: 17px; font-weight: 700; }.scribble-left { top: 25%; left: -4%; transform: rotate(-28deg); }.scribble-right { right: -8%; bottom: 22%; transform: rotate(18deg); }.scribble-left::after, .scribble-right::after { position: absolute; width: 29px; height: 17px; content: ""; border-top: 2px solid var(--violet-deep); border-radius: 50%; }.scribble-left::after { top: 19px; left: 19px; transform: rotate(18deg); }.scribble-right::after { right: 9px; bottom: -15px; transform: rotate(16deg); }

.promise { padding: 19px 0; border-top: 1px solid var(--line); }.promise-label { margin: 0 0 11px; color: #655f89; font-family: "Space Mono", monospace; font-size: 9px; font-weight: 700; letter-spacing: .11em; }.promise-items { display: flex; flex-wrap: wrap; gap: 11px 36px; }.promise-items p { display: flex; align-items: center; gap: 8px; margin: 0; font-family: "Bricolage Grotesque", sans-serif; font-size: 15px; font-weight: 650; }.promise-items span { display: grid; width: 21px; height: 21px; place-items: center; border-radius: 50%; background: var(--paper); font: 700 8px "Space Mono", monospace; }
footer { display: flex; width: min(1180px, calc(100% - 48px)); justify-content: space-between; gap: 20px; margin: 14px auto 31px; color: #625e82; font-family: "Space Mono", monospace; font-size: 9px; line-height: 1.4; text-transform: uppercase; }.footer-quip { color: var(--violet-deep); font-weight: 700; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }

@media (max-width: 760px) { .page-shell, footer { width: min(100% - 32px, 510px); }.nav { min-height: 84px; }.hero { grid-template-columns: 1fr; gap: 39px; padding: 48px 0 65px; }.hero-copy { max-width: 530px; }.receipt-stage { width: min(100%, 420px); margin: 0 auto; }.intro { font-size: 16px; }.scribble-right { right: -1%; }.promise { padding-bottom: 14px; } footer { margin-bottom: 22px; }.footer-quip { text-align: right; } }
@media (max-width: 420px) { .status { padding: 6px 8px; font-size: 9px; }.brand { font-size: 17px; }.brand-mark { width: 31px; height: 31px; }.waitlist { flex-direction: column; gap: 4px; }.waitlist button { width: 100%; }.receipt { padding: 21px 19px 17px; }.receipt-top strong { font-size: 20px; }.coin { width: 48px; height: 48px; font-size: 19px; }.sticker { width: 64px; height: 64px; font-size: 10px; }.scribble { font-size: 14px; } footer { align-items: flex-start; flex-direction: column; gap: 7px; }.footer-quip { text-align: left; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
