.rsvp-block{--rb-ink:var(--rsvp-ink,var(--lp-text,#020066));--rb-surface:var(--rsvp-surface,#fff);--rb-edge:var(--rsvp-edge,color-mix(in srgb, var(--rb-ink) 18%, transparent));--rb-muted:var(--rsvp-muted,color-mix(in srgb, var(--rb-ink) 72%, var(--rb-surface)));--rb-accent:var(--rsvp-accent,var(--rb-ink));--rb-accent-ink:var(--rsvp-accent-ink,var(--rb-surface));--rb-display:var(--rsvp-display,var(--rb-body,var(--font-inter)));box-sizing:border-box;width:100%;max-width:34rem;color:var(--rb-ink);font-family:var(--rb-body,var(--font-inter)), system-ui, sans-serif;text-align:left}.rsvp-block *{box-sizing:border-box}.rsvp-block__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--rb-muted);margin:0 0 .45rem;font-size:.75rem;font-weight:600}.rsvp-block__title{font-family:var(--rb-display), system-ui, sans-serif;overflow-wrap:anywhere;margin:0 0 .5rem;font-size:1.5rem;font-weight:700;line-height:1.15}.rsvp-block__lead{color:var(--rb-muted);overflow-wrap:anywhere;margin:0 0 1rem;font-size:1rem;line-height:1.45}.rsvp-block__form{flex-direction:column;gap:.6rem;width:100%;display:flex}.rsvp-block__hp{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;left:-9999px}.rsvp-block__row{flex-direction:column;gap:.5rem;width:100%;display:flex}.rsvp-block__input{border:1px solid var(--rb-edge);background:var(--rb-surface);width:100%;min-width:0;color:var(--rb-ink);font:inherit;border-radius:.6rem;padding:.85rem .9rem;font-size:1rem;line-height:1.3}.rsvp-block__input::placeholder{color:color-mix(in srgb, var(--rb-ink) 45%, var(--rb-surface))}.rsvp-block__input:focus-visible{outline:2px solid var(--rb-ink);outline-offset:1px}.rsvp-block__btn{background:var(--rb-accent);width:100%;color:var(--rb-accent-ink);font:inherit;cursor:pointer;overflow-wrap:anywhere;border:0;border-radius:.6rem;min-width:0;padding:.85rem 1.1rem;font-size:1rem;font-weight:600;line-height:1.3}.rsvp-block__btn:disabled{opacity:.6;cursor:default}@media (min-width:30rem){.rsvp-block__row{flex-direction:row;align-items:stretch}.rsvp-block__input{flex:auto}.rsvp-block__btn{white-space:nowrap;flex:none;width:auto}}.rsvp-block__consent{color:var(--rb-muted);overflow-wrap:anywhere;margin:.15rem 0 0;font-size:.8rem;line-height:1.45}.rsvp-block__consent a{color:inherit}.rsvp-block__error{color:#b3261e;margin:0;font-size:.85rem;font-weight:600;line-height:1.4}.rsvp-block__done{border:1px solid var(--rb-edge);background:var(--rb-surface);border-radius:.75rem;flex-direction:column;gap:.75rem;width:100%;padding:1.1rem;display:flex}.rsvp-block[data-state=done] .rsvp-block__panel{flex-direction:column;gap:.625rem;display:flex}.rsvp-block__done-head{align-items:center;gap:.55rem;display:flex}.rsvp-block__check{background:var(--rb-accent);width:1.4rem;height:1.4rem;color:var(--rb-accent-ink);text-align:center;border-radius:50%;flex:none;font-size:.85rem;font-weight:700;line-height:1.4rem}.rsvp-block__done-title{font-family:var(--rb-display), system-ui, sans-serif;overflow-wrap:anywhere;min-width:0;margin:0;font-size:1.15rem;font-weight:700;line-height:1.25}.rsvp-block__done-text{color:var(--rb-muted);overflow-wrap:anywhere;margin:0;font-size:.95rem;line-height:1.45}.rsvp-block__waiting{color:var(--rb-muted);opacity:.85;margin:0;font-size:.85rem;line-height:1.4}.rsvp-block__offers{flex-wrap:wrap;gap:.5rem;width:100%;margin-top:.375rem;display:flex}.rsvp-block__offer{cursor:pointer;appearance:none;border:1px solid var(--rb-edge);background:var(--rb-surface);max-width:100%;color:var(--rb-ink);overflow-wrap:anywhere;border-radius:.6rem;padding:.6rem .9rem;font-family:inherit;font-size:.9rem;font-weight:600;line-height:1.3;text-decoration:none;display:inline-block}@media (prefers-reduced-motion:no-preference){.rsvp-block__done{animation:.22s ease-out both rsvp-block-in}}@keyframes rsvp-block-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.rsvp-block__panel{animation:.38s cubic-bezier(.22,1,.36,1) both rsvp-panel-in}@keyframes rsvp-panel-in{0%{opacity:0;filter:blur(3px);transform:translateY(6px)}to{opacity:1;filter:blur();transform:none}}.rsvp-block__btn{position:relative;overflow:hidden}.rsvp-block__btn-label,.rsvp-block__spinner{transition:opacity .18s,transform .26s cubic-bezier(.22,1,.36,1)}.rsvp-block__btn-label{display:inline-block}.rsvp-block__btn[data-busy] .rsvp-block__btn-label{opacity:0;transform:translateY(-6px)}.rsvp-block__spinner{opacity:0;border:2px solid;border-top-color:#0000;border-radius:50%;width:1.05rem;height:1.05rem;margin:-.525rem 0 0 -.525rem;position:absolute;top:50%;left:50%;transform:scale(.6)}.rsvp-block__btn[data-busy] .rsvp-block__spinner{opacity:1;animation:.62s linear infinite rsvp-spin;transform:scale(1)}@keyframes rsvp-spin{to{transform:scale(1)rotate(360deg)}}.rsvp-block__btn-sr{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.rsvp-block__check svg{width:100%;height:100%;display:block}.rsvp-block__check-path{stroke-dasharray:26;stroke-dashoffset:26px;animation:.42s cubic-bezier(.65,0,.35,1) 90ms forwards rsvp-draw}@keyframes rsvp-draw{to{stroke-dashoffset:0}}.rsvp-block__check{animation:.46s cubic-bezier(.34,1.56,.64,1) both rsvp-pop}@keyframes rsvp-pop{0%{opacity:0;transform:scale(.7)}60%{transform:scale(1.06)}to{opacity:1;transform:scale(1)}}.rsvp-block__skip{font:inherit;color:var(--rb-muted);text-underline-offset:.2em;cursor:pointer;background:0 0;border:0;margin-top:.625rem;padding:.25rem 0;font-size:.8125rem;text-decoration:underline}.rsvp-block__skip:hover{color:var(--rb-ink)}@media (prefers-reduced-motion:reduce){.rsvp-block__panel,.rsvp-block__check,.rsvp-block__check-path,.rsvp-block__btn[data-busy] .rsvp-block__spinner{animation:none}.rsvp-block__check-path{stroke-dashoffset:0}.rsvp-block__btn-label,.rsvp-block__spinner{transition:none}}.rsvp-block__head{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.rsvp-block__head .rsvp-block__title{min-width:0;margin:0}.rsvp-block__switch{flex:none;gap:.375rem;display:flex}.rsvp-block__switch-btn{border:1px solid var(--rb-edge);width:2.5rem;height:2.5rem;color:var(--rb-muted);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:background-color .16s,color .16s,border-color .16s;display:inline-flex}.rsvp-block__switch-btn svg{width:1.15rem;height:1.15rem}.rsvp-block__switch-btn[aria-pressed=true]{background:var(--rb-accent);border-color:var(--rb-accent);color:var(--rb-accent-ink)}.rsvp-block__switch-btn:hover[aria-pressed=false]{color:var(--rb-ink);border-color:var(--rb-ink)}.rsvp-block__field{flex:auto;align-items:center;min-width:0;display:flex;position:relative}.rsvp-block__country{z-index:1;align-items:center;display:inline-flex;position:absolute;left:.55rem}.rsvp-block__country-face{pointer-events:none;border-radius:.4rem;align-items:center;gap:.3rem;padding:.25rem .4rem;display:inline-flex}.rsvp-block__country:hover .rsvp-block__country-face{background:color-mix(in srgb, var(--rb-ink) 8%, transparent)}.rsvp-block__flag{font-size:1.05rem;line-height:1}.rsvp-block__prefix{color:var(--rb-muted);font-size:1rem;line-height:1.3}.rsvp-block__country-select{opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;inset:0}.rsvp-block__country-select:focus-visible+*,.rsvp-block__country:focus-within .rsvp-block__country-face{outline:2px solid var(--rb-ink);outline-offset:1px}.rsvp-block__field:has(.rsvp-block__country) .rsvp-block__input{padding-left:5.2rem}@media (prefers-reduced-motion:reduce){.rsvp-block__switch-btn{transition:none}}
