.Button-module__Ly0Bva__button{justify-content:center;align-items:center;gap:var(--space-2);min-height:var(--tap-min);border-radius:var(--radius-pill);font-family:var(--font-ui);font-size:var(--text-sm);font-weight:var(--weight-extrabold);white-space:nowrap;cursor:pointer;transition:top var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out), background var(--dur-base) var(--ease-out);border:0;padding:0 1.1rem;text-decoration:none;display:inline-flex;position:relative;top:0}.Button-module__Ly0Bva__button:active:not(:disabled):not([aria-disabled=true]){top:var(--depth);transition-duration:var(--dur-press)}.Button-module__Ly0Bva__primary{background:var(--primary);color:var(--primary-ink);box-shadow:0 var(--depth) 0 var(--primary-edge)}.Button-module__Ly0Bva__primary:hover:not(:disabled):not([aria-disabled=true]){background:var(--primary-hover)}.Button-module__Ly0Bva__primary:active:not(:disabled):not([aria-disabled=true]){box-shadow:0 0 0 var(--primary-edge)}.Button-module__Ly0Bva__secondary{background:var(--raise);color:var(--fg);box-shadow:0 var(--depth) 0 var(--secondary-edge)}.Button-module__Ly0Bva__secondary:hover:not(:disabled):not([aria-disabled=true]){background:var(--raise-hi)}.Button-module__Ly0Bva__secondary:active:not(:disabled):not([aria-disabled=true]){box-shadow:0 0 0 var(--secondary-edge)}.Button-module__Ly0Bva__danger{background:var(--danger);color:var(--danger-ink);box-shadow:0 var(--depth) 0 var(--danger-edge)}.Button-module__Ly0Bva__danger:hover:not(:disabled):not([aria-disabled=true]){background:var(--danger-hover)}.Button-module__Ly0Bva__danger:active:not(:disabled):not([aria-disabled=true]){box-shadow:0 0 0 var(--danger-edge)}.Button-module__Ly0Bva__quiet{color:var(--fg-muted);box-shadow:none;background:0 0}.Button-module__Ly0Bva__quiet:hover:not(:disabled):not([aria-disabled=true]){background:var(--surface);color:var(--fg)}.Button-module__Ly0Bva__quiet:active:not(:disabled):not([aria-disabled=true]){top:0}.Button-module__Ly0Bva__sm{min-height:var(--tap-min-sm);padding:0 var(--pad-button-sm);font-size:var(--text-micro)}.Button-module__Ly0Bva__full{width:100%}.Button-module__Ly0Bva__button:disabled,.Button-module__Ly0Bva__button[aria-disabled=true]{background:var(--surface);color:var(--fg-disabled);box-shadow:none;cursor:not-allowed}.Button-module__Ly0Bva__spinner{border-radius:var(--radius-pill);border:2.5px solid;border-right-color:#0000;width:15px;height:15px;animation:.62s linear infinite Button-module__Ly0Bva__spin}@keyframes Button-module__Ly0Bva__spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.Button-module__Ly0Bva__spinner{animation-duration:2s}}
.Badge-module__3ADgsq__badge{border-radius:var(--radius-chip);font-size:var(--text-micro);font-weight:var(--weight-extrabold);white-space:normal;text-align:left;align-items:center;gap:.32rem;padding:.3rem .5rem;line-height:1.2;display:inline-flex}.Badge-module__3ADgsq__fact{background:var(--raise);color:var(--fg)}.Badge-module__3ADgsq__clears{background:var(--success);color:var(--success-ink)}.Badge-module__3ADgsq__conflict{background:var(--danger);color:var(--danger-ink)}.Badge-module__3ADgsq__agent{background:var(--agent);color:var(--agent-ink)}.Badge-module__3ADgsq__icon{flex:none;margin-top:.05em}
.Card-module__HiGLca__card{background:var(--surface);border-radius:var(--radius-xl);overflow:hidden}.Card-module__HiGLca__flagged{background:var(--surface-flagged)}.Card-module__HiGLca__interactive{cursor:pointer;transition:background var(--dur-base) var(--ease-out)}.Card-module__HiGLca__interactive:hover{background:var(--raise)}.Card-module__HiGLca__body{padding:var(--space-4)}.Card-module__HiGLca__footer{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-top:1px solid var(--line-soft);display:flex}
.Avatar-module__zvuYCG__avatar{border-radius:var(--radius-pill);font-family:var(--font-ui);font-weight:var(--weight-extrabold);color:var(--bg);-webkit-user-select:none;user-select:none;flex:none;place-items:center;display:grid;overflow:hidden}.Avatar-module__zvuYCG__sm{width:28px;height:28px;font-size:var(--text-micro)}.Avatar-module__zvuYCG__md{width:34px;height:34px;font-size:var(--text-sm)}.Avatar-module__zvuYCG__lg{width:44px;height:44px;font-size:var(--text-base)}.Avatar-module__zvuYCG__image{object-fit:cover;width:100%;height:100%}.Avatar-module__zvuYCG__agent{background:var(--agent);color:var(--agent-ink)}.Avatar-module__zvuYCG__stack{display:flex}.Avatar-module__zvuYCG__stack>*{box-shadow:0 0 0 2px var(--bg);margin-left:-5px}.Avatar-module__zvuYCG__stack>:first-child{margin-left:0}.Avatar-module__zvuYCG__onSurface>*{box-shadow:0 0 0 2px var(--surface)}
.Input-module__afWhRq__field{gap:var(--space-2);flex-direction:column;display:flex}.Input-module__afWhRq__label{font-size:var(--text-sm);font-weight:var(--weight-bold);color:var(--fg)}.Input-module__afWhRq__optional{font-weight:var(--weight-medium);color:var(--fg-subtle)}.Input-module__afWhRq__control{width:100%;min-height:var(--tap-min);background:var(--surface);border:1px solid var(--line-strong);border-radius:var(--radius-md);color:var(--fg);transition:border-color var(--dur-base) var(--ease-out), background var(--dur-base) var(--ease-out);padding:.7rem .95rem;font-size:max(16px,1rem)}.Input-module__afWhRq__control::placeholder{color:var(--fg-subtle)}.Input-module__afWhRq__control:hover:not(:disabled){background:var(--raise)}.Input-module__afWhRq__control:focus{border-color:var(--focus);background:var(--raise);outline:none}.Input-module__afWhRq__control:disabled{color:var(--fg-disabled);cursor:not-allowed}.Input-module__afWhRq__textarea{resize:vertical;min-height:96px;line-height:var(--leading-normal)}.Input-module__afWhRq__pill{border-radius:var(--radius-pill)}.Input-module__afWhRq__invalid{border-color:var(--danger)}.Input-module__afWhRq__hint{font-size:var(--text-sm);color:var(--fg-subtle);max-width:55ch}.Input-module__afWhRq__error{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--danger);align-items:flex-start;gap:.35rem;display:flex}.Input-module__afWhRq__errorIcon{flex:none;margin-top:.15em}.Input-module__afWhRq__counter{font-size:var(--text-micro);font-weight:var(--weight-bold);color:var(--fg-subtle);font-variant-numeric:tabular-nums;align-self:flex-end}.Input-module__afWhRq__counterOver{color:var(--danger)}
.PhoneField-module__RX89Iq__field{gap:var(--space-2);flex-direction:column;display:flex}.PhoneField-module__RX89Iq__label{font-size:var(--text-sm);font-weight:var(--weight-bold);color:var(--fg)}.PhoneField-module__RX89Iq__row{min-height:var(--tap-min);background:var(--surface);border:1px solid var(--line-strong);border-radius:var(--radius-md);transition:border-color var(--dur-base) var(--ease-out), background var(--dur-base) var(--ease-out);align-items:stretch;display:flex}.PhoneField-module__RX89Iq__row:hover:has(:enabled){background:var(--raise)}.PhoneField-module__RX89Iq__row:focus-within{border-color:var(--focus);background:var(--raise)}.PhoneField-module__RX89Iq__invalid{border-color:var(--danger)}.PhoneField-module__RX89Iq__countryWrap{border-right:1px solid var(--line);flex:none;align-items:center;display:flex;position:relative}.PhoneField-module__RX89Iq__country{opacity:0;cursor:pointer;width:100%;height:100%;font-size:max(16px,1rem);position:absolute;inset:0}.PhoneField-module__RX89Iq__country:disabled{cursor:not-allowed}.PhoneField-module__RX89Iq__countryFace{align-items:center;gap:var(--space-1);color:var(--fg);font-variant-numeric:tabular-nums;white-space:nowrap;pointer-events:none;padding:.7rem .75rem .7rem .95rem;font-size:max(16px,1rem);display:flex}.PhoneField-module__RX89Iq__chevron{color:var(--fg-subtle)}.PhoneField-module__RX89Iq__number{min-width:0;color:var(--fg);font-variant-numeric:tabular-nums;background:0 0;border:none;flex:auto;padding:.7rem .95rem;font-size:max(16px,1rem)}.PhoneField-module__RX89Iq__number::placeholder{color:var(--fg-subtle)}.PhoneField-module__RX89Iq__number:focus{outline:none}.PhoneField-module__RX89Iq__number:disabled{color:var(--fg-disabled);cursor:not-allowed}.PhoneField-module__RX89Iq__hint{font-size:var(--text-sm);color:var(--fg-subtle);max-width:60ch}.PhoneField-module__RX89Iq__error{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--danger);align-items:flex-start;gap:.35rem;display:flex}.PhoneField-module__RX89Iq__errorIcon{flex:none;margin-top:.15em}
.Select-module__Jr4tyq__wrap{position:relative}.Select-module__Jr4tyq__select{appearance:none;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;padding-right:2.6rem;overflow:hidden}.Select-module__Jr4tyq__select:disabled{cursor:not-allowed}.Select-module__Jr4tyq__chevron{color:var(--fg-subtle);pointer-events:none;position:absolute;top:50%;right:.85rem;translate:0 -50%}
.Menu-module__9HTgMW__menu{position:relative}.Menu-module__9HTgMW__trigger{justify-content:center;align-items:center;gap:var(--space-2);min-width:var(--tap-min);min-height:var(--tap-min);border-radius:var(--radius-pill);cursor:pointer;-webkit-user-select:none;user-select:none;list-style:none;display:inline-flex}.Menu-module__9HTgMW__trigger::-webkit-details-marker{display:none}.Menu-module__9HTgMW__trigger:focus-visible{outline:3px solid var(--focus);outline-offset:2px}.Menu-module__9HTgMW__panel{top:calc(100% + var(--space-2));z-index:20;min-width:240px;padding:var(--space-2);background:var(--raise);border:1px solid var(--line-soft);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);animation:Menu-module__9HTgMW__menuRise var(--dur-fast) var(--ease-out) both;flex-direction:column;gap:2px;display:flex;position:absolute}.Menu-module__9HTgMW__end{right:0}.Menu-module__9HTgMW__start{left:0}@keyframes Menu-module__9HTgMW__menuRise{0%{transform:translateY(-4px)}to{transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.Menu-module__9HTgMW__panel{animation:none}}.Menu-module__9HTgMW__item{align-items:center;gap:var(--space-3);width:100%;min-height:var(--tap-min);padding:0 var(--space-3);border-radius:var(--radius-md);color:var(--fg);font-family:inherit;font-size:var(--text-sm);font-weight:var(--weight-bold);text-align:left;cursor:pointer;transition:background var(--dur-base) var(--ease-out);background:0 0;border:0;text-decoration:none;display:flex}.Menu-module__9HTgMW__item:hover{background:var(--raise-hi)}.Menu-module__9HTgMW__item:focus-visible{outline:3px solid var(--focus);outline-offset:2px}.Menu-module__9HTgMW__header{align-items:center;gap:var(--space-3);min-width:0;padding:var(--space-2) var(--space-3);display:flex}.Menu-module__9HTgMW__divider{margin:var(--space-1) 0;border:0;border-top:1px solid var(--line-soft)}
.Checkbox-module__fxI4oa__row{align-items:flex-start;gap:var(--space-3);min-height:var(--tap-min);padding:var(--space-3);background:var(--surface);border-radius:var(--radius-md);cursor:pointer;transition:background var(--dur-base) var(--ease-out);display:flex}.Checkbox-module__fxI4oa__row:hover{background:var(--raise)}.Checkbox-module__fxI4oa__box{background:var(--surface);border:1px solid var(--line-strong);border-radius:var(--radius-chip);width:22px;height:22px;color:var(--bg);transition:background var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out);flex:none;justify-content:center;align-items:center;margin-top:.1rem;display:flex}.Checkbox-module__fxI4oa__row input:not(:checked)+.Checkbox-module__fxI4oa__box>svg{visibility:hidden}.Checkbox-module__fxI4oa__row input:checked+.Checkbox-module__fxI4oa__box{background:var(--fg);border-color:var(--fg)}.Checkbox-module__fxI4oa__row input:focus-visible+.Checkbox-module__fxI4oa__box{outline:3px solid var(--focus);outline-offset:2px}.Checkbox-module__fxI4oa__text{gap:var(--space-1);flex-direction:column;display:flex}.Checkbox-module__fxI4oa__label{font-size:var(--text-sm);font-weight:var(--weight-bold);color:var(--fg)}.Checkbox-module__fxI4oa__hint{font-size:var(--text-sm);color:var(--fg-subtle)}
.Radio-module__WIGszG__row{align-items:flex-start;gap:var(--space-3);min-height:var(--tap-min);padding:var(--space-3);background:var(--surface);border-radius:var(--radius-md);cursor:pointer;transition:background var(--dur-base) var(--ease-out),  border-color var(--dur-fast) var(--ease-out);display:flex}.Radio-module__WIGszG__row:hover{background:var(--raise)}.Radio-module__WIGszG__box{background:var(--surface);border:1px solid var(--line-strong);border-radius:var(--radius-pill);width:22px;height:22px;transition:background var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out);flex:none;justify-content:center;align-items:center;margin-top:.1rem;display:flex}.Radio-module__WIGszG__dot{background:var(--bg);border-radius:var(--radius-pill);width:10px;height:10px}.Radio-module__WIGszG__row input:not(:checked)+.Radio-module__WIGszG__box>.Radio-module__WIGszG__dot{visibility:hidden}.Radio-module__WIGszG__row input:checked+.Radio-module__WIGszG__box{background:var(--fg);border-color:var(--fg)}.Radio-module__WIGszG__row input:focus-visible+.Radio-module__WIGszG__box{outline:3px solid var(--focus);outline-offset:2px}.Radio-module__WIGszG__text{gap:var(--space-1);flex-direction:column;min-width:0;display:flex}.Radio-module__WIGszG__label{font-size:var(--text-sm);font-weight:var(--weight-bold);color:var(--fg);overflow-wrap:anywhere}.Radio-module__WIGszG__hint{font-size:var(--text-sm);color:var(--fg-subtle);overflow-wrap:anywhere}.Radio-module__WIGszG__onSurface{background:var(--bg);border:1px solid var(--line-strong)}.Radio-module__WIGszG__onSurface:hover{background:var(--surface)}.Radio-module__WIGszG__onSurface .Radio-module__WIGszG__box{background:var(--bg)}.Radio-module__WIGszG__onSurface input:checked+.Radio-module__WIGszG__box{background:var(--fg)}.Radio-module__WIGszG__onSurface:has(input:checked){border-color:var(--fg)}
.Dialog-module__y1-Mrq__dialog{background:var(--surface);border-radius:var(--radius-xl) var(--radius-xl) 0 0;width:min(100%,460px);max-height:88dvh;color:var(--fg);box-shadow:var(--shadow-lg);border:0;margin:auto auto 0;padding:0;overflow:hidden}@media (min-width:560px){.Dialog-module__y1-Mrq__dialog{border-radius:var(--radius-xl);margin:auto}}.Dialog-module__y1-Mrq__dialog::backdrop{background:var(--scrim)}.Dialog-module__y1-Mrq__dialog[open]{animation:Dialog-module__y1-Mrq__rise var(--dur-slow) var(--ease-out);flex-direction:column;display:flex}@keyframes Dialog-module__y1-Mrq__rise{0%{opacity:0;transform:translateY(12px)}}@media (prefers-reduced-motion:reduce){.Dialog-module__y1-Mrq__dialog[open]{animation:none}}.Dialog-module__y1-Mrq__header{justify-content:space-between;align-items:flex-start;gap:var(--space-3);padding:var(--space-5) var(--space-5) var(--space-3);flex:none;display:flex}.Dialog-module__y1-Mrq__title{font-family:var(--font-display);font-size:var(--text-xl);font-weight:var(--weight-extrabold);letter-spacing:var(--tracking-title)}@media (max-height:480px){.Dialog-module__y1-Mrq__title{font-size:var(--text-lg)}.Dialog-module__y1-Mrq__header{padding:var(--space-4) var(--space-5) var(--space-2)}.Dialog-module__y1-Mrq__body{padding-block:var(--space-2)}}.Dialog-module__y1-Mrq__description{min-height:0;padding:0 var(--space-5);color:var(--fg-muted);font-size:var(--text-sm);flex:0 1000 auto;overflow-y:auto}@media (min-height:560px){.Dialog-module__y1-Mrq__description{flex-shrink:0}}.Dialog-module__y1-Mrq__close{width:var(--tap-min);height:var(--tap-min);margin:calc(var(--space-2) * -1) calc(var(--space-2) * -1) 0 0;border-radius:var(--radius-pill);color:var(--fg-muted);cursor:pointer;background:0 0;border:0;flex:none;place-items:center;display:grid}.Dialog-module__y1-Mrq__close:hover{background:var(--raise);color:var(--fg)}.Dialog-module__y1-Mrq__toolbar{min-height:0;padding:0 var(--space-5);flex:0 auto;overflow-y:auto}.Dialog-module__y1-Mrq__body{min-height:0;padding:var(--space-4) var(--space-5);overscroll-behavior:contain;flex:1 100 auto;overflow-y:auto}.Dialog-module__y1-Mrq__pinned{min-height:0;padding:0 var(--space-5);flex:0 auto;overflow-y:auto}.Dialog-module__y1-Mrq__footer{gap:var(--space-2);padding:var(--space-4) var(--space-5) calc(var(--space-5) + env(safe-area-inset-bottom));background:var(--bg);flex-wrap:wrap;flex:none;display:flex}.Dialog-module__y1-Mrq__footer>*{flex:1}
.ClampedMessage-module__SwxrDW__message{max-height:16em;overflow:hidden}.ClampedMessage-module__SwxrDW__agent{max-height:26em;overflow:hidden}.ClampedMessage-module__SwxrDW__toggle{min-height:var(--tap-min-sm);color:var(--fg-muted);font-size:var(--text-sm);font-weight:var(--weight-bold);cursor:pointer;background:0 0;border:0;align-items:center;display:inline-flex}.ClampedMessage-module__SwxrDW__toggle:hover{color:var(--fg)}
.AgentNote-module__3THhQG__note{gap:var(--space-3);align-items:flex-start;display:flex}.AgentNote-module__3THhQG__panel{min-width:0;padding:var(--space-3);background:var(--agent-surface);border-radius:var(--radius-lg)}.AgentNote-module__3THhQG__name{font-size:var(--text-sm);font-weight:var(--weight-extrabold);color:var(--agent);flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:.15rem;display:flex}.AgentNote-module__3THhQG__tag{border-radius:var(--radius-chip);background:var(--agent);color:var(--agent-ink);font-size:var(--text-micro);font-weight:var(--weight-bold);letter-spacing:.06em;text-transform:uppercase;padding:.05rem .28rem}.AgentNote-module__3THhQG__action{align-items:center;margin-left:auto;display:inline-flex}.AgentNote-module__3THhQG__when{color:var(--fg-subtle);font-size:var(--text-micro);font-weight:var(--weight-regular);font-variant-numeric:tabular-nums;white-space:nowrap}.AgentNote-module__3THhQG__body{font-size:var(--text-sm);line-height:var(--leading-normal);color:var(--fg);overflow-wrap:anywhere}.AgentNote-module__3THhQG__body :is(p,ul,ol)+:is(p,ul,ol){margin-top:var(--space-2)}.AgentNote-module__3THhQG__body ul{list-style:outside}.AgentNote-module__3THhQG__body ol{list-style:decimal}.AgentNote-module__3THhQG__body ul,.AgentNote-module__3THhQG__body ol{padding-inline-start:var(--space-5)}.AgentNote-module__3THhQG__body li+li{margin-top:var(--space-1)}.AgentNote-module__3THhQG__body li::marker{color:var(--fg-muted)}.AgentNote-module__3THhQG__body strong{font-weight:var(--weight-bold)}.AgentNote-module__3THhQG__body code{border-radius:var(--radius-chip);background:var(--surface);font-family:var(--font-ui);font-variant-ligatures:none;padding:.1rem .3rem;font-size:.85em}.AgentNote-module__3THhQG__system{align-items:center;gap:var(--space-3);font-size:var(--text-micro);font-weight:var(--weight-bold);color:var(--fg-subtle);display:flex}.AgentNote-module__3THhQG__system:before,.AgentNote-module__3THhQG__system:after{content:"";background:var(--line);flex:1;height:1px}
.room-module__PnS6TG__page{gap:var(--space-5);padding:var(--space-4) var(--space-4) var(--space-5);flex-direction:column;display:flex}.room-module__PnS6TG__aftermatter{margin-top:var(--space-5)}.room-module__PnS6TG__headerLead{align-items:center;gap:var(--space-3);min-width:0;display:flex}.room-module__PnS6TG__footerStack{gap:var(--space-3);flex-direction:column;display:flex}.room-module__PnS6TG__headerHome{padding:var(--space-3);margin:calc(-1 * var(--space-3));flex:none;align-items:center;display:inline-flex}.room-module__PnS6TG__headerTitle{min-width:0;font-family:var(--font-display);font-size:var(--text-lg);font-weight:var(--weight-bold);letter-spacing:var(--tracking-title);line-height:var(--leading-tight);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.room-module__PnS6TG__headerRight{align-items:center;gap:var(--space-2);flex:none;display:flex}.room-module__PnS6TG__moreMembers{font-size:var(--text-sm);font-weight:var(--weight-bold);color:var(--fg-muted)}.room-module__PnS6TG__intro{gap:var(--space-3);flex-direction:column;display:flex}.room-module__PnS6TG__decide{justify-content:flex-start;align-items:center;gap:var(--space-2);margin-top:var(--space-1);flex-wrap:wrap;display:flex}.room-module__PnS6TG__notice{gap:var(--space-3);flex-direction:column;display:flex}.room-module__PnS6TG__noticeTitle{font-size:var(--text-2xl);letter-spacing:var(--tracking-display)}.room-module__PnS6TG__noticeBody{color:var(--fg-muted);font-size:var(--text-sm);max-width:38ch}.room-module__PnS6TG__title{font-size:var(--text-display);letter-spacing:var(--tracking-display);overflow-wrap:anywhere}.room-module__PnS6TG__section{gap:var(--space-3);flex-direction:column;display:flex}.room-module__PnS6TG__sectionTitle{font-size:var(--text-xl)}.room-module__PnS6TG__empty{color:var(--fg-subtle);font-size:var(--text-sm);max-width:var(--measure)}.room-module__PnS6TG__conflictNote{align-items:center;gap:var(--space-3);padding:var(--space-3);border-radius:var(--radius-lg);background:var(--agent-surface);color:var(--fg);font-size:var(--text-sm);display:flex}.room-module__PnS6TG__roster{gap:var(--space-3);flex-direction:column;list-style:none;display:flex}.room-module__PnS6TG__rosterItem{align-items:center;gap:var(--space-3);min-width:0;display:flex}.room-module__PnS6TG__rosterName{font-weight:var(--weight-semibold);overflow-wrap:anywhere}.room-module__PnS6TG__rosterRole{color:var(--fg-subtle);font-size:var(--text-sm);flex:none}.room-module__PnS6TG__teach{color:var(--fg-subtle);font-size:var(--text-sm);max-width:var(--measure)}.room-module__PnS6TG__compose{margin-top:var(--space-3)}
.AccountMenu-module__inaqqW__identity{flex-direction:column;min-width:0;display:flex}.AccountMenu-module__inaqqW__signedInAs{color:var(--fg-subtle);font-size:var(--text-sm)}.AccountMenu-module__inaqqW__name{color:var(--fg);font-weight:var(--weight-semibold);overflow-wrap:anywhere}
.PlaceSearch-module__lAde2a__search{gap:var(--space-2);flex-direction:column;display:flex}.PlaceSearch-module__lAde2a__status{color:var(--fg-muted);font-size:var(--text-sm);align-items:flex-start;gap:.35rem;display:flex}.PlaceSearch-module__lAde2a__status:empty{display:none}.PlaceSearch-module__lAde2a__statusIcon{flex:none;margin-top:.15em}.PlaceSearch-module__lAde2a__statusLink{color:var(--fg);font-weight:var(--weight-semibold);text-decoration:underline;-webkit-text-decoration-color:var(--fg-subtle);text-decoration-color:var(--fg-subtle)}.PlaceSearch-module__lAde2a__error{color:var(--danger);font-size:var(--text-sm);font-weight:var(--weight-semibold);align-items:flex-start;gap:.35rem;display:flex}.PlaceSearch-module__lAde2a__chosenLabel{font-size:var(--text-sm);font-weight:var(--weight-bold);color:var(--fg)}.PlaceSearch-module__lAde2a__chosen{justify-content:space-between;align-items:center;gap:var(--space-3);min-height:var(--tap-min);padding:var(--space-3);background:var(--surface);border-radius:var(--radius-md);display:flex}.PlaceSearch-module__lAde2a__chosenText{gap:var(--space-1);flex-direction:column;min-width:0;display:flex}.PlaceSearch-module__lAde2a__chosenName{font-family:var(--font-display);font-size:var(--text-lg);font-weight:var(--weight-bold);letter-spacing:var(--tracking-title);overflow-wrap:anywhere}.PlaceSearch-module__lAde2a__chosenAddress{color:var(--fg-subtle);font-size:var(--text-sm);overflow-wrap:anywhere}.PlaceSearch-module__lAde2a__results{gap:var(--space-2);flex-direction:column;list-style:none;display:flex}.PlaceSearch-module__lAde2a__result{gap:var(--space-1);width:100%;min-height:var(--tap-min);padding:var(--space-3);background:var(--surface);border-radius:var(--radius-md);text-align:left;cursor:pointer;transition:background var(--dur-base) var(--ease-out);border:none;flex-direction:column;display:flex}.PlaceSearch-module__lAde2a__result:hover{background:var(--raise)}.PlaceSearch-module__lAde2a__resultName{color:var(--fg);font-size:var(--text-base);font-weight:var(--weight-semibold);overflow-wrap:anywhere}.PlaceSearch-module__lAde2a__resultAddress{color:var(--fg-subtle);font-size:var(--text-sm);overflow-wrap:anywhere}.PlaceSearch-module__lAde2a__more{min-height:var(--tap-min);cursor:pointer;color:var(--fg-muted);font-size:var(--text-sm);font-weight:var(--weight-semibold);text-decoration:underline;-webkit-text-decoration-color:var(--fg-subtle);text-decoration-color:var(--fg-subtle);text-underline-offset:.2em;background:0 0;border:0;align-items:center;padding:0;display:inline-flex}
.AddSuggestion-module__6Wf8oq__add{gap:var(--space-4);flex-direction:column;display:flex}.AddSuggestion-module__6Wf8oq__formError{color:var(--danger);font-size:var(--text-sm);font-weight:var(--weight-semibold);align-items:flex-start;gap:.35rem;display:flex}.AddSuggestion-module__6Wf8oq__formErrorIcon{flex:none;margin-top:.15em}
.DietaryPrompt-module__fl4vCa__prompt{min-width:0}.DietaryPrompt-module__fl4vCa__prompt[open]{flex-basis:100%}.DietaryPrompt-module__fl4vCa__summary{justify-content:center;align-items:center;gap:var(--space-2);min-height:var(--tap-min-sm);padding:var(--space-2) .9rem;background:var(--raise);border-radius:var(--radius-pill);max-width:100%;box-shadow:0 var(--depth) 0 var(--secondary-edge);color:var(--fg);font-size:var(--text-micro);font-weight:var(--weight-extrabold);text-align:left;cursor:pointer;transition:box-shadow var(--dur-fast) var(--ease-out), background var(--dur-base) var(--ease-out);list-style:none;display:inline-flex}.DietaryPrompt-module__fl4vCa__summary::-webkit-details-marker{display:none}.DietaryPrompt-module__fl4vCa__summary:hover{background:var(--raise-hi)}.DietaryPrompt-module__fl4vCa__summary:active{top:var(--depth);box-shadow:0 0 0 var(--secondary-edge);position:relative}.DietaryPrompt-module__fl4vCa__summaryIcon{flex:none}.DietaryPrompt-module__fl4vCa__chevron{color:var(--fg-muted);transition:transform var(--dur-base) var(--ease-out);flex:none}.DietaryPrompt-module__fl4vCa__prompt[open] .DietaryPrompt-module__fl4vCa__chevron{transform:rotate(180deg)}.DietaryPrompt-module__fl4vCa__panel{gap:var(--space-4);margin-top:var(--space-3);padding-block:var(--space-4);border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);flex-direction:column;display:flex}.DietaryPrompt-module__fl4vCa__offer{max-width:var(--measure);color:var(--fg-muted);font-size:var(--text-sm);font-weight:var(--weight-semibold)}.DietaryPrompt-module__fl4vCa__form{gap:var(--space-4);flex-direction:column;display:flex}.DietaryPrompt-module__fl4vCa__group{gap:var(--space-3);border:0;flex-direction:column;display:flex}.DietaryPrompt-module__fl4vCa__legend{font-size:var(--text-sm);font-weight:var(--weight-bold);color:var(--fg);padding:0}.DietaryPrompt-module__fl4vCa__tags{gap:var(--space-2);grid-template-columns:repeat(auto-fit,minmax(9.5rem,1fr));display:grid}.DietaryPrompt-module__fl4vCa__later{color:var(--fg-subtle);font-size:var(--text-sm)}.DietaryPrompt-module__fl4vCa__later a{color:var(--fg-muted);text-decoration:underline;-webkit-text-decoration-color:var(--fg-subtle);text-decoration-color:var(--fg-subtle);text-underline-offset:.2em}.DietaryPrompt-module__fl4vCa__actions{justify-content:flex-end;gap:var(--space-2);display:flex}.DietaryPrompt-module__fl4vCa__error{align-items:flex-start;gap:var(--space-2);padding:var(--space-3);background:var(--danger);border-radius:var(--radius-md);color:var(--danger-ink);font-size:var(--text-sm);font-weight:var(--weight-semibold);display:flex}.DietaryPrompt-module__fl4vCa__errorIcon{flex:none;margin-top:.15em}.DietaryPrompt-module__fl4vCa__nudge{align-items:flex-start;gap:var(--space-2);max-width:var(--measure);color:var(--fg-muted);font-size:var(--text-sm);font-weight:var(--weight-semibold);display:flex}.DietaryPrompt-module__fl4vCa__nudgeIcon{color:var(--fg-subtle);flex:none;margin-top:.15rem}
.DietaryBadges-module__KeUqrG__badges{gap:var(--space-2);flex-wrap:wrap;list-style:none;display:flex}
.DecideDialog-module__sH-vXG__list{gap:var(--space-2);flex-direction:column;display:flex}.DecideDialog-module__sH-vXG__detail{align-items:flex-start;gap:var(--space-2);flex-direction:column;display:flex}.DecideDialog-module__sH-vXG__verdicts{gap:var(--space-2);flex-wrap:wrap;display:flex}.DecideDialog-module__sH-vXG__veto{gap:var(--space-1);flex-direction:column;display:flex}.DecideDialog-module__sH-vXG__vetoReason{color:var(--fg);font-size:var(--text-base);font-weight:var(--weight-semibold);overflow-wrap:anywhere}.DecideDialog-module__sH-vXG__vetoWho{color:var(--fg-muted);font-size:var(--text-sm)}.DecideDialog-module__sH-vXG__vetoName{color:var(--fg);font-weight:var(--weight-semibold);overflow-wrap:anywhere}.DecideDialog-module__sH-vXG__override{padding:var(--space-3);background:var(--surface-flagged);border-radius:var(--radius-md);color:var(--danger);font-size:var(--text-sm);font-weight:var(--weight-bold);overflow-wrap:anywhere;align-items:flex-start;gap:.35rem;display:flex}.DecideDialog-module__sH-vXG__overrideIcon{flex:none;margin-top:.15em}.DecideDialog-module__sH-vXG__error{margin-top:var(--space-3);color:var(--danger);font-size:var(--text-sm);align-items:flex-start;gap:.35rem;display:flex}.DecideDialog-module__sH-vXG__errorIcon{flex:none;margin-top:.15em}.DecideDialog-module__sH-vXG__houseRules{gap:var(--space-2);padding-bottom:var(--space-4);margin-bottom:var(--space-4);border-bottom:1px solid var(--line-soft);flex-direction:column;display:flex}.DecideDialog-module__sH-vXG__houseRulesTitle{font-family:var(--font-ui);font-size:var(--text-sm);font-weight:var(--weight-bold);letter-spacing:normal;color:var(--fg-muted)}.DecideDialog-module__sH-vXG__houseRuleTags{gap:var(--space-2);flex-wrap:wrap;list-style:none;display:flex}.DecideDialog-module__sH-vXG__houseRuleNotes{gap:var(--space-3);flex-direction:column;list-style:none;display:flex}.DecideDialog-module__sH-vXG__houseRuleNote{gap:var(--space-1);overflow-wrap:anywhere;flex-direction:column;display:flex}.DecideDialog-module__sH-vXG__houseRuleName{color:var(--fg-muted);font-size:var(--text-sm);font-weight:var(--weight-semibold)}.DecideDialog-module__sH-vXG__houseRuleText{color:var(--fg);font-size:var(--text-base);font-weight:var(--weight-semibold)}
.PlanIdentity-module__xdJqbq__wrap{border-radius:var(--radius-lg);background:var(--surface);line-height:0;overflow:hidden}.PlanIdentity-module__xdJqbq__band{height:68px}.PlanIdentity-module__xdJqbq__poster{border-radius:0;height:116px}.PlanIdentity-module__xdJqbq__svg{width:100%;height:100%;display:block}
.DecidedBanner-module__zsfoeq__banner{background:var(--raise);animation:DecidedBanner-module__zsfoeq__posterReveal var(--dur-slow) var(--ease-out) both}@keyframes DecidedBanner-module__zsfoeq__posterReveal{0%{transform:translateY(10px)}to{transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.DecidedBanner-module__zsfoeq__banner{animation:none}}.DecidedBanner-module__zsfoeq__body{gap:var(--space-2);flex-direction:column;display:flex}.DecidedBanner-module__zsfoeq__state{background:var(--surface);border-radius:var(--radius-chip);align-self:flex-start;padding:2px;display:inline-flex}.DecidedBanner-module__zsfoeq__signature{height:40px}.DecidedBanner-module__zsfoeq__place{font-size:var(--text-display);letter-spacing:var(--tracking-display);line-height:var(--leading-tight);overflow-wrap:anywhere}.DecidedBanner-module__zsfoeq__address{color:var(--fg-muted);font-size:var(--text-sm);overflow-wrap:anywhere}.DecidedBanner-module__zsfoeq__facts{color:var(--fg-muted);font-size:var(--text-micro);font-weight:var(--weight-semibold);font-variant-numeric:tabular-nums;flex-wrap:wrap;align-items:center;gap:.3rem .5rem;display:flex}.DecidedBanner-module__zsfoeq__fact{align-items:center;gap:.3rem .5rem;display:flex}.DecidedBanner-module__zsfoeq__dot{background:var(--fg-subtle);border-radius:var(--radius-pill);flex:none;width:3px;height:3px}.DecidedBanner-module__zsfoeq__approvers{align-items:center;gap:var(--space-3);margin-top:var(--space-1);display:flex}.DecidedBanner-module__zsfoeq__approversLabel{color:var(--fg-muted);font-size:var(--text-sm);font-weight:var(--weight-semibold)}.DecidedBanner-module__zsfoeq__overridden{gap:var(--space-3);margin-top:var(--space-2);padding:var(--space-3);border-radius:var(--radius-lg);background:var(--surface-flagged);flex-direction:column;display:flex}.DecidedBanner-module__zsfoeq__overriddenLabel{color:var(--fg-muted);font-size:var(--text-sm);font-weight:var(--weight-semibold)}.DecidedBanner-module__zsfoeq__veto{gap:var(--space-1);flex-direction:column;display:flex}.DecidedBanner-module__zsfoeq__vetoReason{color:var(--fg);font-size:var(--text-base);font-weight:var(--weight-semibold);overflow-wrap:anywhere}.DecidedBanner-module__zsfoeq__vetoWho{color:var(--fg-muted);font-size:var(--text-sm)}.DecidedBanner-module__zsfoeq__vetoName{color:var(--fg);font-weight:var(--weight-semibold);overflow-wrap:anywhere}
.GroupConstraints-module__UEXCRG__empty{color:var(--fg-subtle);font-size:var(--text-sm);max-width:var(--measure)}.GroupConstraints-module__UEXCRG__strip{align-items:center;gap:var(--space-2) var(--space-3);flex-wrap:wrap;display:flex}.GroupConstraints-module__UEXCRG__stripTitle{font-family:var(--font-ui);font-size:var(--text-sm);font-weight:var(--weight-bold);letter-spacing:normal;color:var(--fg-muted);flex:none}.GroupConstraints-module__UEXCRG__tagList{list-style:none;display:contents}.GroupConstraints-module__UEXCRG__yoursJump{padding:var(--space-3);margin:calc(-1 * var(--space-3));color:var(--fg-subtle);font-size:var(--text-sm);text-decoration:underline;-webkit-text-decoration-color:var(--fg-subtle);text-decoration-color:var(--fg-subtle);text-underline-offset:.2em;align-items:center;display:inline-flex}.GroupConstraints-module__UEXCRG__yoursJump:hover{color:var(--fg-muted)}.GroupConstraints-module__UEXCRG__notes{margin-top:var(--space-3);scroll-margin-top:calc(56px + var(--space-4));flex-direction:column;display:flex}.GroupConstraints-module__UEXCRG__notesSummary{justify-content:space-between;align-items:center;gap:var(--space-2);min-height:var(--tap-min);cursor:pointer;color:var(--fg-muted);font-size:var(--text-sm);font-weight:var(--weight-bold);list-style:none;display:flex}.GroupConstraints-module__UEXCRG__notesSummary::-webkit-details-marker{display:none}.GroupConstraints-module__UEXCRG__notesSummary:focus-visible{outline:3px solid var(--focus);outline-offset:2px;border-radius:var(--radius-chip)}.GroupConstraints-module__UEXCRG__notesChevron{color:var(--fg-subtle);transition:transform var(--dur-fast) var(--ease-out);flex:none}.GroupConstraints-module__UEXCRG__notes[open] .GroupConstraints-module__UEXCRG__notesChevron{transform:rotate(180deg)}.GroupConstraints-module__UEXCRG__noteList{gap:var(--space-4);margin-top:var(--space-2);flex-direction:column;list-style:none;display:flex}.GroupConstraints-module__UEXCRG__note{gap:var(--space-1);overflow-wrap:anywhere;flex-direction:column;display:flex}.GroupConstraints-module__UEXCRG__noteName{color:var(--fg-muted);font-size:var(--text-sm);font-weight:var(--weight-semibold)}.GroupConstraints-module__UEXCRG__noteText{color:var(--fg);font-size:var(--text-base);font-weight:var(--weight-semibold);max-width:var(--measure)}
.PlanMeta-module__XPni0a__meta{gap:var(--space-2) var(--space-4);color:var(--fg-muted);font-size:var(--text-sm);flex-wrap:wrap;display:flex}.PlanMeta-module__XPni0a__metaItem{align-items:center;gap:var(--space-2);min-width:0;display:flex}.PlanMeta-module__XPni0a__metaText{overflow-wrap:anywhere;min-width:0}.PlanMeta-module__XPni0a__metaIcon{flex:none}@media (min-width:320px){.PlanMeta-module__XPni0a__compact{flex-wrap:nowrap;overflow:hidden}.PlanMeta-module__XPni0a__compact .PlanMeta-module__XPni0a__metaWhen{flex:none}.PlanMeta-module__XPni0a__compact .PlanMeta-module__XPni0a__metaText{overflow-wrap:normal;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}}
.JoinGate-module__e7WmGa__intro{gap:var(--space-3);flex-direction:column;display:flex}.JoinGate-module__e7WmGa__headline{font-size:var(--text-2xl);letter-spacing:var(--tracking-display);overflow-wrap:anywhere}.JoinGate-module__e7WmGa__who{align-items:center;gap:var(--space-3);display:flex}.JoinGate-module__e7WmGa__whoLabel{color:var(--fg-muted);font-size:var(--text-sm);font-weight:var(--weight-semibold)}.JoinGate-module__e7WmGa__signature{height:112px}.JoinGate-module__e7WmGa__table{color:var(--fg-muted);font-size:var(--text-sm)}.JoinGate-module__e7WmGa__leader{color:var(--fg);font-weight:var(--weight-semibold)}.JoinGate-module__e7WmGa__sub{color:var(--fg-muted);font-size:var(--text-sm);overflow-wrap:anywhere;max-width:38ch}.JoinGate-module__e7WmGa__error{align-items:flex-start;gap:var(--space-2);padding:var(--space-3);background:var(--danger);border-radius:var(--radius-md);color:var(--danger-ink);font-size:var(--text-sm);font-weight:var(--weight-semibold);display:flex}.JoinGate-module__e7WmGa__errorIcon{flex:none;margin-top:.15em}
.MessageComposer-module__JFsURq__composer{gap:var(--space-2);flex-direction:column;display:flex;position:relative}.MessageComposer-module__JFsURq__mentions{bottom:calc(100% + var(--space-2));z-index:12;max-height:13rem;padding:var(--space-1);background:var(--raise);border:1px solid var(--line-strong);border-radius:var(--radius-lg);flex-direction:column;gap:2px;display:flex;position:absolute;left:0;right:0;overflow-y:auto}.MessageComposer-module__JFsURq__option{align-items:center;gap:var(--space-2);min-height:var(--tap-min);border-radius:var(--radius-md);padding:0 var(--space-2);color:var(--fg);font:inherit;font-weight:var(--weight-semibold);text-align:left;cursor:pointer;background:0 0;border:0;display:flex}.MessageComposer-module__JFsURq__optionActive{background:var(--raise-hi)}.MessageComposer-module__JFsURq__optionName{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.MessageComposer-module__JFsURq__optionHandle{color:var(--fg-subtle);font-size:var(--text-micro);font-weight:var(--weight-extrabold);margin-left:auto}.MessageComposer-module__JFsURq__replying{align-items:center;gap:var(--space-2);background:var(--surface);border-radius:var(--radius-md);padding:var(--space-1) var(--space-1) var(--space-1) var(--space-3);display:flex}.MessageComposer-module__JFsURq__replyIcon{color:var(--fg-subtle);flex:none}.MessageComposer-module__JFsURq__replyLine{align-items:baseline;gap:var(--space-2);min-width:0;font-size:var(--text-sm);color:var(--fg-muted);flex:1;display:flex}.MessageComposer-module__JFsURq__replyName{color:var(--fg)}.MessageComposer-module__JFsURq__replyNameAgent{color:var(--agent)}.MessageComposer-module__JFsURq__replySnippet{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.MessageComposer-module__JFsURq__cancelReply{width:var(--tap-min-sm);min-height:var(--tap-min-sm);flex:none;padding:0}.MessageComposer-module__JFsURq__ask{width:var(--tap-min);min-height:var(--tap-min);flex:none;padding:0}.MessageComposer-module__JFsURq__notice{font-size:var(--text-sm);color:var(--fg-muted);max-width:var(--measure)}.MessageComposer-module__JFsURq__hint{font-size:var(--text-micro);font-weight:var(--weight-semibold);color:var(--fg-subtle)}.MessageComposer-module__JFsURq__hintName{color:var(--agent);font-weight:var(--weight-bold)}.MessageComposer-module__JFsURq__row{align-items:flex-start;gap:var(--space-2);display:flex}.MessageComposer-module__JFsURq__field{flex:1;min-width:0}.MessageComposer-module__JFsURq__send{width:var(--tap-min);flex:none;padding:0}
.MessageStream-module__kSClVa__stream{flex-direction:column;display:flex}.MessageStream-module__kSClVa__earlier{min-height:var(--tap-min);margin-bottom:var(--space-4);border-radius:var(--radius-md);color:var(--fg-muted);font-size:var(--text-sm);font-weight:var(--weight-semibold);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;display:flex}.MessageStream-module__kSClVa__earlier:hover{background:var(--surface);color:var(--fg)}.MessageStream-module__kSClVa__list{gap:var(--space-4);overflow-anchor:none;flex-direction:column;list-style:none;display:flex}.MessageStream-module__kSClVa__since{align-items:center;gap:var(--space-3);margin-bottom:var(--space-4);color:var(--fg-subtle);font-size:var(--text-micro);font-weight:var(--weight-bold);display:flex}.MessageStream-module__kSClVa__since:before,.MessageStream-module__kSClVa__since:after{content:"";background:var(--line);flex:1;height:1px}.MessageStream-module__kSClVa__message{gap:var(--space-3);align-items:flex-start;display:flex}.MessageStream-module__kSClVa__said{min-width:0}.MessageStream-module__kSClVa__byline{align-items:baseline;gap:var(--space-2);flex-wrap:wrap;margin-bottom:.15rem;display:flex}.MessageStream-module__kSClVa__name{font-size:var(--text-sm);font-weight:var(--weight-bold);overflow-wrap:anywhere}.MessageStream-module__kSClVa__when{color:var(--fg-subtle);font-size:var(--text-micro);font-variant-numeric:tabular-nums;white-space:nowrap}.MessageStream-module__kSClVa__body{color:var(--fg);font-size:var(--text-base);line-height:var(--leading-normal);overflow-wrap:anywhere;white-space:pre-wrap}.MessageStream-module__kSClVa__mention{border-radius:var(--radius-chip);font-weight:var(--weight-bold);-webkit-box-decoration-break:clone;box-decoration-break:clone;padding:.05rem .3rem}.MessageStream-module__kSClVa__mentionMember{color:var(--bg)}.MessageStream-module__kSClVa__mentionAgent{background:var(--agent-surface);color:var(--agent)}.MessageStream-module__kSClVa__replyBtn{min-width:var(--tap-min-sm);min-height:var(--tap-min-sm);padding:var(--space-3);margin:calc(-1 * var(--space-3));color:var(--fg-subtle);cursor:pointer;transition:color var(--dur-base) var(--ease-out);background:0 0;border:0;justify-content:center;align-self:center;align-items:center;display:inline-flex}.MessageStream-module__kSClVa__replyBtn:hover{color:var(--fg)}.MessageStream-module__kSClVa__quote{align-items:center;gap:var(--space-2);width:100%;min-width:0;min-height:var(--tap-min-sm);margin-bottom:var(--space-1);border-radius:var(--radius-sm);background:var(--surface);padding:var(--space-1) var(--space-2);color:var(--fg-muted);font:inherit;font-size:var(--text-sm);text-align:left;cursor:pointer;border:0;display:flex}.MessageStream-module__kSClVa__quote:hover{background:var(--raise)}.MessageStream-module__kSClVa__quoteName{font-weight:var(--weight-bold);color:var(--fg);flex:none}.MessageStream-module__kSClVa__quoteNameAgent{font-weight:var(--weight-extrabold);color:var(--agent);flex:none}.MessageStream-module__kSClVa__quoteSnippet{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.MessageStream-module__kSClVa__flash{border-radius:var(--radius-md);animation:MessageStream-module__kSClVa__rowFlash 1.4s var(--ease-out) both}@keyframes MessageStream-module__kSClVa__rowFlash{0%{background:var(--raise)}to{background:var(--bg)}}@media (prefers-reduced-motion:reduce){.MessageStream-module__kSClVa__flash{animation:none}}
.NomiDisclosure-module__wk2VIq__disclosure{align-items:center;gap:var(--space-3);padding:var(--space-3);border-radius:var(--radius-lg);background:var(--agent-surface);color:var(--fg);font-size:var(--text-sm);display:flex}.NomiDisclosure-module__wk2VIq__face{flex:none}.NomiDisclosure-module__wk2VIq__text{min-width:0;max-width:var(--measure)}
.NomiPresence-module__3tK_pq__presence{align-items:center;gap:var(--space-3);padding:var(--space-3);border-radius:var(--radius-lg);background:var(--agent-surface);color:var(--fg);font-size:var(--text-sm);display:flex}.NomiPresence-module__3tK_pq__face{flex:none}.NomiPresence-module__3tK_pq__text{min-width:0}.NomiPresence-module__3tK_pq__thinking .NomiPresence-module__3tK_pq__face{animation:NomiPresence-module__3tK_pq__nomiBob 1.4s var(--ease-out) infinite}@keyframes NomiPresence-module__3tK_pq__nomiBob{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@media (prefers-reduced-motion:reduce){.NomiPresence-module__3tK_pq__thinking .NomiPresence-module__3tK_pq__face{animation:none}}
.SeedingPresence-module__j5t_bq__seeding{align-items:center;gap:var(--space-3);padding:var(--space-3);border-radius:var(--radius-lg);background:var(--agent-surface);color:var(--fg);font-size:var(--text-sm);display:flex}.SeedingPresence-module__j5t_bq__face{flex:none}.SeedingPresence-module__j5t_bq__text{min-width:0}.SeedingPresence-module__j5t_bq__seeding .SeedingPresence-module__j5t_bq__face{animation:SeedingPresence-module__j5t_bq__seedBob 1.4s var(--ease-out) infinite}@keyframes SeedingPresence-module__j5t_bq__seedBob{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@media (prefers-reduced-motion:reduce){.SeedingPresence-module__j5t_bq__seeding .SeedingPresence-module__j5t_bq__face{animation:none}}
.ShareLink-module__01ZkbG__swap{text-align:center;display:inline-grid}.ShareLink-module__01ZkbG__swap>span{grid-area:1/1}.ShareLink-module__01ZkbG__inactive{visibility:hidden}.ShareLink-module__01ZkbG__error{color:var(--danger);font-size:var(--text-sm);flex-basis:100%}
.PhotoBand-module__wCqqEq__photo,.PhotoBand-module__wCqqEq__panel{flex:none;width:100%;height:120px;display:block}.PhotoBand-module__wCqqEq__photo{object-fit:cover;background:var(--surface)}.PhotoBand-module__wCqqEq__panel{flex-direction:column;justify-content:center;align-items:center;display:flex;overflow:hidden}.PhotoBand-module__wCqqEq__initial{font-family:var(--font-display);font-size:2.75rem;font-weight:var(--weight-extrabold);letter-spacing:var(--tracking-display);line-height:1}.PhotoBand-module__wCqqEq__rule{border-radius:var(--radius-pill);width:1.75rem;height:2px;margin:.35rem 0 .3rem}.PhotoBand-module__wCqqEq__cuisine{opacity:.75;font-size:var(--text-micro);font-weight:var(--weight-extrabold);letter-spacing:.04em;white-space:nowrap}
.VoteControls-module__1TppJq__controls{align-items:stretch;gap:var(--space-2);flex-direction:column;display:flex}.VoteControls-module__1TppJq__tally{justify-content:space-between;align-items:center;gap:var(--space-2);min-height:var(--tap-min-sm);min-width:0;display:flex}.VoteControls-module__1TppJq__tallyVisual{align-items:center;gap:var(--space-2);display:flex}.VoteControls-module__1TppJq__tallyCount{color:var(--fg-muted);font-size:var(--text-micro);font-weight:var(--weight-extrabold);font-variant-numeric:tabular-nums;white-space:nowrap}.VoteControls-module__1TppJq__actions{justify-content:flex-end;gap:var(--space-2);flex-wrap:wrap;margin-left:auto;display:flex}.VoteControls-module__1TppJq__error{color:var(--danger);font-size:var(--text-sm);flex-basis:100%;align-items:flex-start;gap:.35rem;display:flex}.VoteControls-module__1TppJq__errorIcon{flex:none;margin-top:.15em}
.PlaceSheet-module__Z_63NW__expand{width:var(--tap-min-sm);height:var(--tap-min-sm);border-radius:var(--radius-pill);background:var(--raise);color:var(--fg);cursor:pointer;box-shadow:0 var(--depth) 0 var(--secondary-edge);transition:top var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out), background var(--dur-base) var(--ease-out);border:0;flex:none;place-items:center;display:grid;position:relative;top:0}.PlaceSheet-module__Z_63NW__expand:hover{background:var(--raise-hi)}.PlaceSheet-module__Z_63NW__expand:active{top:var(--depth);box-shadow:0 0 0 var(--secondary-edge);transition-duration:var(--dur-press)}.PlaceSheet-module__Z_63NW__objections{align-items:center;gap:var(--space-2);min-height:var(--tap-min-sm);border-radius:var(--radius-pill);background:var(--danger);box-shadow:0 var(--depth) 0 var(--danger-edge);color:var(--danger-ink);font-family:var(--font-ui);font-size:var(--text-micro);font-weight:var(--weight-extrabold);white-space:nowrap;cursor:pointer;transition:box-shadow var(--dur-fast) var(--ease-out), background var(--dur-base) var(--ease-out);border:0;padding:0 .7rem;display:inline-flex}.PlaceSheet-module__Z_63NW__objections:hover{background:var(--danger-hover)}.PlaceSheet-module__Z_63NW__objections:active{top:var(--depth);box-shadow:0 0 0 var(--danger-edge);position:relative}.PlaceSheet-module__Z_63NW__objectionFaces{align-items:center;display:flex}.PlaceSheet-module__Z_63NW__objectionFaces .PlaceSheet-module__Z_63NW__objectionStack>*{box-shadow:0 0 0 2px var(--danger)}.PlaceSheet-module__Z_63NW__objectionCaret{opacity:.7;flex:none}.PlaceSheet-module__Z_63NW__sheet{gap:var(--space-3);flex-direction:column;display:flex}.PlaceSheet-module__Z_63NW__media{gap:var(--space-2);margin:calc(-1 * var(--space-4)) calc(-1 * var(--space-5)) 0;flex-direction:column;display:flex}.PlaceSheet-module__Z_63NW__photo{object-fit:cover;background:var(--surface);width:100%;height:240px;display:block}.PlaceSheet-module__Z_63NW__attribution{padding:0 var(--space-5);color:var(--fg-subtle);font-size:var(--text-micro)}.PlaceSheet-module__Z_63NW__address{color:var(--fg-muted);font-size:var(--text-sm);overflow-wrap:anywhere}.PlaceSheet-module__Z_63NW__facts{color:var(--fg-muted);font-size:var(--text-sm);font-weight:var(--weight-semibold);font-variant-numeric:tabular-nums;flex-wrap:wrap;align-items:center;gap:.3rem .5rem;display:flex}.PlaceSheet-module__Z_63NW__fact{align-items:center;gap:.3rem .5rem;display:flex}.PlaceSheet-module__Z_63NW__dot{background:var(--fg-subtle);border-radius:var(--radius-pill);flex:none;width:3px;height:3px}.PlaceSheet-module__Z_63NW__badges{gap:var(--space-2);flex-wrap:wrap;list-style:none;display:flex}.PlaceSheet-module__Z_63NW__hours{gap:var(--space-2);flex-direction:column;display:flex}.PlaceSheet-module__Z_63NW__rowTitle{font-family:var(--font-ui);font-size:var(--text-sm);font-weight:var(--weight-bold);letter-spacing:normal;line-height:var(--leading-normal);color:var(--fg)}.PlaceSheet-module__Z_63NW__hoursList{gap:var(--space-1);color:var(--fg-muted);font-size:var(--text-sm);font-variant-numeric:tabular-nums;flex-direction:column;list-style:none;display:flex}.PlaceSheet-module__Z_63NW__noteBlock{gap:var(--space-2);flex-direction:column;display:flex}.PlaceSheet-module__Z_63NW__noteText{color:var(--fg);font-size:var(--text-base);overflow-wrap:anywhere}.PlaceSheet-module__Z_63NW__noteWho{align-items:center;gap:var(--space-2);color:var(--fg-muted);font-size:var(--text-sm);display:flex}.PlaceSheet-module__Z_63NW__noteName{color:var(--fg);font-weight:var(--weight-semibold)}.PlaceSheet-module__Z_63NW__vetoes{scroll-margin-top:var(--space-4);gap:var(--space-3);padding-top:var(--space-3);border-top:1px solid var(--line-soft);flex-direction:column;display:flex}.PlaceSheet-module__Z_63NW__veto{gap:var(--space-2);flex-direction:column;display:flex}.PlaceSheet-module__Z_63NW__vetoReason{color:var(--fg);font-size:var(--text-base);font-weight:var(--weight-semibold);overflow-wrap:anywhere}.PlaceSheet-module__Z_63NW__vetoWho{align-items:center;gap:var(--space-2);color:var(--fg-muted);font-size:var(--text-sm);display:flex}.PlaceSheet-module__Z_63NW__vetoName{color:var(--fg);font-weight:var(--weight-semibold);overflow-wrap:anywhere}.PlaceSheet-module__Z_63NW__links{gap:var(--space-2);flex-wrap:wrap;display:flex}.PlaceSheet-module__Z_63NW__remove{padding-top:var(--space-3);border-top:1px solid var(--line-soft);justify-content:flex-start;display:flex}.PlaceSheet-module__Z_63NW__removeTrigger{margin-left:calc(-1 * var(--pad-button-sm))}.PlaceSheet-module__Z_63NW__removeError{color:var(--danger);font-size:var(--text-sm)}.PlaceSheet-module__Z_63NW__verdictSource{max-width:var(--measure);color:var(--fg-muted);font-size:var(--text-sm)}
.PlaceOverview-module__VOZSlG__sortBar .PlaceOverview-module__VOZSlG__sortField{align-items:center;gap:var(--space-3);flex-direction:row}.PlaceOverview-module__VOZSlG__sortBar .PlaceOverview-module__VOZSlG__sortField>label{flex:none}.PlaceOverview-module__VOZSlG__sortBar .PlaceOverview-module__VOZSlG__sortField>:last-child{flex:1;min-width:0}.PlaceOverview-module__VOZSlG__sortBar .PlaceOverview-module__VOZSlG__sortField select{background:var(--raise)}.PlaceOverview-module__VOZSlG__sortBar .PlaceOverview-module__VOZSlG__sortField select:hover:not(:disabled),.PlaceOverview-module__VOZSlG__sortBar .PlaceOverview-module__VOZSlG__sortField select:focus{background:var(--raise-hi)}.PlaceOverview-module__VOZSlG__list{gap:var(--space-2);flex-direction:column;padding-inline-start:0;list-style:none;display:flex}.PlaceOverview-module__VOZSlG__row{align-items:center;gap:var(--space-3);width:100%;min-height:var(--tap-min);border-radius:var(--radius-md);background:var(--raise);padding:var(--space-3);cursor:pointer;text-align:left;transition:background var(--dur-base) var(--ease-out);border:0;font-family:inherit;display:flex}.PlaceOverview-module__VOZSlG__row:hover{background:var(--raise-hi)}.PlaceOverview-module__VOZSlG__flagged{background:var(--surface-flagged)}.PlaceOverview-module__VOZSlG__flagged:hover{background:var(--surface-flagged-hover)}.PlaceOverview-module__VOZSlG__text{align-items:flex-start;gap:var(--space-1);flex-direction:column;flex:1;min-width:0;display:flex}.PlaceOverview-module__VOZSlG__name{color:var(--fg);font-family:var(--font-display);font-size:var(--text-base);font-weight:var(--weight-bold);letter-spacing:-.01em;overflow-wrap:anywhere}.PlaceOverview-module__VOZSlG__facts{color:var(--fg-muted);font-size:var(--text-sm);font-variant-numeric:tabular-nums;flex-wrap:wrap;align-items:center;display:flex}.PlaceOverview-module__VOZSlG__fact{align-items:center;display:inline-flex}.PlaceOverview-module__VOZSlG__dot{background:var(--fg-subtle);border-radius:var(--radius-pill);flex:none;width:3px;height:3px;margin:0 .4rem}.PlaceOverview-module__VOZSlG__badges{gap:var(--space-2);margin-top:var(--space-1);flex-wrap:wrap;display:flex}.PlaceOverview-module__VOZSlG__tally{align-items:center;gap:.35rem var(--space-3);color:var(--fg-muted);font-size:var(--text-sm);font-variant-numeric:tabular-nums;flex-wrap:wrap;display:flex}.PlaceOverview-module__VOZSlG__objections{color:var(--danger);font-weight:var(--weight-semibold);align-items:center;gap:.4rem;display:inline-flex}.PlaceOverview-module__VOZSlG__objections .PlaceOverview-module__VOZSlG__objectionStack>*{box-shadow:0 0 0 2px var(--surface-flagged)}.PlaceOverview-module__VOZSlG__mark{flex:none;place-items:center;width:1.25rem;display:grid}.PlaceOverview-module__VOZSlG__markApproved{color:var(--fg)}.PlaceOverview-module__VOZSlG__markVetoed{color:var(--danger)}.PlaceOverview-module__VOZSlG__markOpen{background:var(--primary);border-radius:var(--radius-pill);width:8px;height:8px}.PlaceOverview-module__VOZSlG__caret{color:var(--fg-subtle);flex:none}@media (max-width:260px){.PlaceOverview-module__VOZSlG__row{gap:var(--space-2);padding:var(--space-2)}.PlaceOverview-module__VOZSlG__caret{display:none}.PlaceOverview-module__VOZSlG__sortBar .PlaceOverview-module__VOZSlG__sortField{align-items:stretch;gap:var(--space-2);flex-direction:column}}
.Wordmark-module__8yvViW__mark{align-items:center;gap:var(--space-2);display:inline-flex}.Wordmark-module__8yvViW__name{font-family:var(--font-display);font-size:var(--text-lg);font-weight:var(--weight-extrabold);letter-spacing:var(--tracking-title);line-height:1}
.AppShell-module__cnMKBa__skip{top:var(--space-3);left:var(--space-3);z-index:11;clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;padding:0;position:fixed;overflow:hidden}.AppShell-module__cnMKBa__skip:focus{width:auto;height:auto;padding:var(--space-3) var(--space-4);clip-path:none;background:var(--raise-hi);border-radius:var(--radius-md);color:var(--fg);font-size:var(--text-sm);font-weight:var(--weight-bold);text-decoration:none}.AppShell-module__cnMKBa__shell{flex-direction:column;max-width:640px;min-height:100dvh;margin-inline:auto;display:flex}@media (min-width:960px){.AppShell-module__cnMKBa__shellWide{max-width:1320px}}.AppShell-module__cnMKBa__header{z-index:10;justify-content:space-between;align-items:center;gap:var(--space-3);min-height:56px;padding:var(--space-3) var(--space-4);padding-top:calc(var(--space-3) + env(safe-area-inset-top));background:var(--bg);border-bottom:1px solid var(--line-soft);display:flex;position:sticky;top:0}[data-shell-banner]+.AppShell-module__cnMKBa__header{padding-top:var(--space-3)}.AppShell-module__cnMKBa__home{padding:var(--space-3);margin:calc(-1 * var(--space-3));align-items:center;text-decoration:none;display:inline-flex}.AppShell-module__cnMKBa__main{padding-bottom:var(--space-6);flex:1}.AppShell-module__cnMKBa__footer{z-index:10;padding:var(--space-3) var(--space-4) calc(var(--space-3) + env(safe-area-inset-bottom));background:var(--bg);border-top:1px solid var(--line-soft);position:sticky;bottom:0}.AppShell-module__cnMKBa__centered{justify-content:center;gap:var(--space-5);padding:var(--space-6) var(--space-4);flex-direction:column;display:flex}
.add-sign-in-module__dlaiVq__heading{font-size:var(--text-xl);letter-spacing:var(--tracking-title)}.add-sign-in-module__dlaiVq__lede{max-width:var(--measure);color:var(--fg-muted)}.add-sign-in-module__dlaiVq__error{align-items:flex-start;gap:var(--space-2);max-width:var(--measure);padding:var(--space-3);background:var(--danger);border-radius:var(--radius-md);color:var(--danger-ink);font-size:var(--text-sm);font-weight:var(--weight-semibold);display:flex}.add-sign-in-module__dlaiVq__errorIcon{flex:none;margin-top:.15em}
.home-pitch-module__v7ZwjG__page{gap:var(--space-7);padding:var(--space-6) var(--space-4) var(--space-7);flex-direction:column;display:flex}.home-pitch-module__v7ZwjG__hero{gap:var(--space-4);flex-direction:column;display:flex}.home-pitch-module__v7ZwjG__headline{font-size:var(--text-display);letter-spacing:var(--tracking-display)}.home-pitch-module__v7ZwjG__sub{color:var(--fg-muted);font-size:var(--text-lg);max-width:40ch}.home-pitch-module__v7ZwjG__actions{gap:var(--space-3);margin-top:var(--space-2);flex-direction:column;display:flex}.home-pitch-module__v7ZwjG__disclosure{color:var(--fg-muted);font-size:var(--text-sm);max-width:42ch}.home-pitch-module__v7ZwjG__linkNote{color:var(--fg-subtle);font-size:var(--text-sm);max-width:42ch}.home-pitch-module__v7ZwjG__story{gap:var(--space-6);flex-direction:column;display:flex}.home-pitch-module__v7ZwjG__act{gap:var(--space-4);padding-top:var(--space-5);border-top:1px solid var(--line-soft);flex-direction:column;display:flex}.home-pitch-module__v7ZwjG__sectionHeading{font-size:var(--text-xl);letter-spacing:var(--tracking-title);max-width:26ch}.home-pitch-module__v7ZwjG__how{gap:var(--space-4);padding-top:var(--space-5);border-top:1px solid var(--line-soft);flex-direction:column;display:flex}.home-pitch-module__v7ZwjG__steps{flex-direction:column;display:flex}.home-pitch-module__v7ZwjG__step{gap:var(--space-1);padding:var(--space-4) 0;border-bottom:1px solid var(--line-soft);flex-direction:column;display:flex}.home-pitch-module__v7ZwjG__step:first-child{padding-top:0}.home-pitch-module__v7ZwjG__step:last-child{border-bottom:0;padding-bottom:0}.home-pitch-module__v7ZwjG__stepName{font-family:var(--font-display);font-size:var(--text-lg);font-weight:var(--weight-bold);letter-spacing:var(--tracking-title)}.home-pitch-module__v7ZwjG__stepBody{color:var(--fg-muted);max-width:52ch}.home-pitch-module__v7ZwjG__fieldRow{gap:var(--space-2);margin-top:var(--space-2);flex-direction:column;max-width:280px;display:flex}.home-pitch-module__v7ZwjG__fieldMock{background:var(--surface);border:1px solid var(--line-strong);border-radius:var(--radius-md);color:var(--fg-muted);font-size:var(--text-sm);padding:.55rem .85rem}.home-pitch-module__v7ZwjG__promise{color:var(--fg-muted);font-size:var(--text-lg);max-width:38ch}.home-pitch-module__v7ZwjG__about{color:var(--fg-muted);max-width:52ch}.home-pitch-module__v7ZwjG__closing{text-align:center;align-items:center;gap:var(--space-3);padding-top:var(--space-6);border-top:1px solid var(--line-soft);flex-direction:column;display:flex}.home-pitch-module__v7ZwjG__closingHeading{font-size:var(--text-2xl);letter-spacing:var(--tracking-display)}.home-pitch-module__v7ZwjG__closingSub{color:var(--fg-muted);max-width:36ch}.home-pitch-module__v7ZwjG__closingAction{margin-top:var(--space-2);align-self:stretch}.home-pitch-module__v7ZwjG__legal{align-items:center;gap:var(--space-3);font-size:var(--text-sm);flex-direction:column;display:flex}.home-pitch-module__v7ZwjG__legalAbout{color:var(--fg-subtle);text-align:center;max-width:44ch}.home-pitch-module__v7ZwjG__legalLinks{justify-content:center;align-items:center;gap:var(--space-3);display:flex}.home-pitch-module__v7ZwjG__legal a{color:var(--fg-subtle);text-decoration:underline;-webkit-text-decoration-color:var(--line-strong);text-decoration-color:var(--line-strong);text-underline-offset:.15em;padding:var(--space-3);margin:calc(-1 * var(--space-3))}.home-pitch-module__v7ZwjG__legal a:hover{color:var(--fg-muted)}.home-pitch-module__v7ZwjG__legalDot{border-radius:var(--radius-pill);background:var(--fg-subtle);width:3px;height:3px}@media (min-width:960px){.home-pitch-module__v7ZwjG__page{gap:var(--space-8);padding:var(--space-7) var(--space-6) var(--space-8)}.home-pitch-module__v7ZwjG__hero{text-align:center;align-items:center}.home-pitch-module__v7ZwjG__headline{font-size:var(--text-display-lg);text-wrap:balance;max-width:26ch}.home-pitch-module__v7ZwjG__sub{font-size:var(--text-xl);max-width:44ch}.home-pitch-module__v7ZwjG__actions{width:100%;max-width:22rem}.home-pitch-module__v7ZwjG__story{gap:var(--space-7);border-top:1px solid var(--line-soft);padding-top:var(--space-6);grid-template-columns:1fr 1fr;display:grid}.home-pitch-module__v7ZwjG__act{text-align:center;border-top:0;padding-top:0}.home-pitch-module__v7ZwjG__act .home-pitch-module__v7ZwjG__sectionHeading{margin-inline:auto}.home-pitch-module__v7ZwjG__how{width:100%;max-width:640px;margin-inline:auto}.home-pitch-module__v7ZwjG__coda .home-pitch-module__v7ZwjG__sectionHeading,.home-pitch-module__v7ZwjG__coda .home-pitch-module__v7ZwjG__nomiNumber{text-align:center;margin-inline:auto}.home-pitch-module__v7ZwjG__howWide{align-items:center;max-width:none}.home-pitch-module__v7ZwjG__howWide .home-pitch-module__v7ZwjG__sectionHeading{text-align:center}.home-pitch-module__v7ZwjG__steps{flex-direction:row;align-self:stretch}.home-pitch-module__v7ZwjG__howWide .home-pitch-module__v7ZwjG__step{padding:0 var(--space-5);border-bottom:0;border-left:1px solid var(--line-soft);flex:1}.home-pitch-module__v7ZwjG__howWide .home-pitch-module__v7ZwjG__step:first-child{border-left:0;padding-left:0}.home-pitch-module__v7ZwjG__howWide .home-pitch-module__v7ZwjG__step:last-child{padding-right:0}.home-pitch-module__v7ZwjG__howWide .home-pitch-module__v7ZwjG__promise{text-align:center}.home-pitch-module__v7ZwjG__closingAction{align-self:center;width:100%;max-width:22rem}}.home-pitch-module__v7ZwjG__nomiNumber{color:var(--fg-muted);max-width:46ch}.home-pitch-module__v7ZwjG__nomiNumber a{color:var(--fg);font-weight:var(--weight-semibold);font-variant-numeric:tabular-nums;white-space:nowrap;text-decoration:underline;-webkit-text-decoration-color:var(--line-strong);text-decoration-color:var(--line-strong);text-underline-offset:.15em}.home-pitch-module__v7ZwjG__nomiNumber a:hover{-webkit-text-decoration-color:var(--primary);text-decoration-color:var(--primary)}.home-pitch-module__v7ZwjG__nomiNumber a:focus-visible{outline:2px solid var(--focus);outline-offset:3px;border-radius:var(--radius-chip)}
.delete-account-module__rTjEOq__form{gap:var(--space-3);flex-direction:column;display:flex}.delete-account-module__rTjEOq__stakes{max-width:var(--measure);color:var(--fg)}.delete-account-module__rTjEOq__error{align-items:flex-start;gap:var(--space-2);padding:var(--space-3);border-radius:var(--radius-md);background:var(--danger);color:var(--danger-ink);font-size:var(--text-sm);font-weight:var(--weight-semibold);display:flex}.delete-account-module__rTjEOq__errorIcon{flex:none;margin-top:.15em}
.SuggestionCarousel-module__IOBitG__field{flex-direction:column;display:flex}.SuggestionCarousel-module__IOBitG__strip{margin-top:var(--space-3);color:var(--fg-muted);font-size:var(--text-sm);font-variant-numeric:tabular-nums;flex-wrap:wrap;align-items:center;gap:.3rem .5rem;display:flex}.SuggestionCarousel-module__IOBitG__strip strong{color:var(--fg);font-weight:var(--weight-bold)}.SuggestionCarousel-module__IOBitG__dot{background:var(--fg-subtle);border-radius:var(--radius-pill);flex:none;width:3px;height:3px}.SuggestionCarousel-module__IOBitG__leaderLink{padding:var(--space-3);margin:calc(-1 * var(--space-3));cursor:pointer;color:var(--fg);font:inherit;font-weight:var(--weight-bold);text-decoration:underline;-webkit-text-decoration-color:var(--fg-subtle);text-decoration-color:var(--fg-subtle);text-underline-offset:.2em;background:0 0;border:0}.SuggestionCarousel-module__IOBitG__carousel{align-items:flex-start;gap:var(--space-3);margin:0 calc(-1 * var(--space-4));padding:var(--space-1) var(--space-4) var(--space-2);scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scrollbar-width:none;list-style:none;display:flex;overflow-x:auto}.SuggestionCarousel-module__IOBitG__carousel::-webkit-scrollbar{display:none}@media (prefers-reduced-motion:no-preference){.SuggestionCarousel-module__IOBitG__carousel{scroll-behavior:smooth}}.SuggestionCarousel-module__IOBitG__carousel>li{scroll-snap-align:center;animation:SuggestionCarousel-module__IOBitG__suggestionIn var(--dur-slow) var(--ease-out) both;flex-direction:column;flex:0 0 86%;display:flex}@keyframes SuggestionCarousel-module__IOBitG__suggestionIn{0%{transform:translateY(8px)}to{transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.SuggestionCarousel-module__IOBitG__carousel>li{animation:none}}.SuggestionCarousel-module__IOBitG__nav{justify-content:space-between;align-items:center;gap:var(--space-2) var(--space-3);margin-top:var(--space-3);flex-wrap:wrap;display:flex}.SuggestionCarousel-module__IOBitG__counter,.SuggestionCarousel-module__IOBitG__jump{color:var(--fg-muted);font-size:var(--text-sm);font-weight:var(--weight-semibold);font-variant-numeric:tabular-nums}.SuggestionCarousel-module__IOBitG__counter b,.SuggestionCarousel-module__IOBitG__jump b{color:var(--fg);font-weight:var(--weight-bold)}.SuggestionCarousel-module__IOBitG__jump{align-items:center;gap:var(--space-1);min-height:var(--tap-min-sm);padding:0 var(--space-2);margin:0 calc(-1 * var(--space-2));cursor:pointer;transition:color var(--dur-base) var(--ease-out);background:0 0;border:0;font-family:inherit;display:inline-flex}.SuggestionCarousel-module__IOBitG__jump:hover{color:var(--fg)}.SuggestionCarousel-module__IOBitG__jumpCaret{color:var(--fg-subtle)}.SuggestionCarousel-module__IOBitG__tools{align-items:center;gap:var(--space-2);display:flex}.SuggestionCarousel-module__IOBitG__arrows{gap:var(--space-2);display:flex}.SuggestionCarousel-module__IOBitG__arrow{width:var(--tap-min-sm);height:var(--tap-min-sm);border-radius:var(--radius-pill);background:var(--raise);color:var(--fg);cursor:pointer;box-shadow:0 var(--depth) 0 var(--secondary-edge);transition:top var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out), background var(--dur-base) var(--ease-out);border:0;place-items:center;display:grid;position:relative;top:0}.SuggestionCarousel-module__IOBitG__arrow:hover{background:var(--raise-hi)}.SuggestionCarousel-module__IOBitG__arrow:active{top:var(--depth);box-shadow:0 0 0 var(--secondary-edge);transition-duration:var(--dur-press)}
.home-shelf-module__A4nRGW__page{gap:var(--space-6);padding:var(--space-6) var(--space-4) var(--space-7);flex-direction:column;display:flex}.home-shelf-module__A4nRGW__top{gap:var(--space-4);flex-direction:column;display:flex}.home-shelf-module__A4nRGW__heading{font-size:var(--text-3xl);letter-spacing:var(--tracking-title)}.home-shelf-module__A4nRGW__empty{color:var(--fg-muted);max-width:44ch}.home-shelf-module__A4nRGW__section{gap:var(--space-3);flex-direction:column;display:flex}.home-shelf-module__A4nRGW__sectionHeading{font-size:var(--text-xl);letter-spacing:var(--tracking-title)}.home-shelf-module__A4nRGW__rows{gap:var(--space-3);flex-direction:column;list-style:none;display:flex}.home-shelf-module__A4nRGW__row{border-radius:var(--radius-lg);background:var(--surface);min-height:72px;box-shadow:0 var(--depth) 0 var(--secondary-edge);transition:top var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out), background var(--dur-base) var(--ease-out);align-items:stretch;text-decoration:none;display:flex;position:relative;top:0;overflow:hidden}.home-shelf-module__A4nRGW__row:hover{background:var(--raise)}.home-shelf-module__A4nRGW__row:active{top:var(--depth);box-shadow:0 0 0 var(--secondary-edge);transition-duration:var(--dur-press)}.home-shelf-module__A4nRGW__sliver{flex:none;width:64px;display:flex}.home-shelf-module__A4nRGW__sliver>div{background:0 0;border-radius:0;width:100%;height:100%}.home-shelf-module__A4nRGW__rowBody{justify-content:center;gap:var(--space-1);min-width:0;padding:var(--space-3) var(--space-4);flex-direction:column;display:flex}.home-shelf-module__A4nRGW__rowTitle{font-family:var(--font-display);font-size:var(--text-lg);font-weight:var(--weight-bold);letter-spacing:var(--tracking-title);line-height:var(--leading-tight);color:var(--fg);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.home-shelf-module__A4nRGW__rowMeta{font-size:var(--text-sm);color:var(--fg-muted);flex-wrap:wrap;align-items:center;gap:.3rem .5rem;display:flex}.home-shelf-module__A4nRGW__rowMetaItem{align-items:center;gap:.5rem;min-width:0;display:inline-flex}.home-shelf-module__A4nRGW__dot{border-radius:var(--radius-pill);background:var(--fg-subtle);flex:none;width:3px;height:3px}.home-shelf-module__A4nRGW__fold{gap:var(--space-3);flex-direction:column;display:flex}.home-shelf-module__A4nRGW__foldSummary{min-height:var(--tap-min);cursor:pointer;font-size:var(--text-sm);font-weight:var(--weight-bold);color:var(--fg-muted);text-decoration:underline;-webkit-text-decoration-color:var(--fg-subtle);text-decoration-color:var(--fg-subtle);text-underline-offset:.2em;align-items:center;list-style:none;display:inline-flex}.home-shelf-module__A4nRGW__foldSummary::-webkit-details-marker{display:none}
.you-view-module__9KOkkG__page{gap:var(--space-5);padding:var(--space-4) var(--space-4) var(--space-7);flex-direction:column;display:flex}.you-view-module__9KOkkG__head{--face-size:72px;--face-overlap:36px;flex-direction:column;display:flex}.you-view-module__9KOkkG__poster{gap:var(--space-1);min-height:148px;padding:var(--space-4) var(--space-4) calc(var(--face-overlap) + var(--space-2));border-radius:var(--radius-lg);flex-direction:column;justify-content:center;display:flex}.you-view-module__9KOkkG__name{color:var(--bg);font-size:var(--text-display);letter-spacing:var(--tracking-display);line-height:var(--leading-tight);overflow-wrap:anywhere}.you-view-module__9KOkkG__standing{color:var(--bg);font-size:var(--text-sm);font-weight:var(--weight-semibold)}.you-view-module__9KOkkG__face{margin-top:calc(var(--face-overlap) * -1);margin-left:var(--space-4)}.you-view-module__9KOkkG__face>span{width:var(--face-size);height:var(--face-size);box-shadow:0 0 0 3px var(--bg);font-size:var(--text-xl)}.you-view-module__9KOkkG__section{gap:var(--space-3);flex-direction:column;display:flex}.you-view-module__9KOkkG__topicBreak{margin-top:var(--space-5)}.you-view-module__9KOkkG__leaving{align-items:flex-start}.you-view-module__9KOkkG__sectionHeading{font-size:var(--text-xl);letter-spacing:var(--tracking-title)}.you-view-module__9KOkkG__lede{max-width:var(--measure);color:var(--fg-muted)}.you-view-module__9KOkkG__answer{gap:var(--space-3);flex-direction:column;display:flex}.you-view-module__9KOkkG__tags{gap:var(--space-2);flex-wrap:wrap;list-style:none;display:flex}.you-view-module__9KOkkG__note{color:var(--fg);font-size:var(--text-base);font-weight:var(--weight-semibold);overflow-wrap:anywhere}.you-view-module__9KOkkG__unanswered{color:var(--fg-muted)}.you-view-module__9KOkkG__memories{gap:var(--space-2);flex-direction:column;list-style:none;display:flex}.you-view-module__9KOkkG__memory{align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);background:var(--surface);display:flex}.you-view-module__9KOkkG__memoryContent{min-width:0;color:var(--fg);overflow-wrap:anywhere;flex:1}.you-view-module__9KOkkG__memoryHeld .you-view-module__9KOkkG__memoryContent{color:var(--fg-subtle);text-decoration:line-through;-webkit-text-decoration-color:var(--fg-subtle);text-decoration-color:var(--fg-subtle)}.you-view-module__9KOkkG__forgotten{align-items:center;gap:var(--space-1);color:var(--fg-muted);font-size:var(--text-sm);white-space:nowrap;flex:none;margin-left:auto;display:flex}.you-view-module__9KOkkG__memoryForm{flex:none;margin-left:auto}.you-view-module__9KOkkG__memory .you-view-module__9KOkkG__forget:hover:not(:disabled):not([aria-disabled=true]){background:var(--raise);color:var(--fg)}.you-view-module__9KOkkG__tell{gap:var(--space-3);max-width:var(--measure);margin-top:var(--space-2);flex-direction:column;display:flex}.you-view-module__9KOkkG__tellRow{align-items:flex-end;gap:var(--space-3);flex-wrap:wrap;display:flex}.you-view-module__9KOkkG__tellKind{flex:0 11rem;min-width:8rem}.you-view-module__9KOkkG__tellError{align-items:flex-start;gap:var(--space-2);padding:var(--space-3);border-radius:var(--radius-md);background:var(--danger);color:var(--danger-ink);font-size:var(--text-sm);font-weight:var(--weight-semibold);display:flex}.you-view-module__9KOkkG__tellErrorIcon{flex:none;margin-top:.15em}.you-view-module__9KOkkG__totals{color:var(--fg-muted);font-variant-numeric:tabular-nums}.you-view-module__9KOkkG__partial{color:var(--fg-subtle);font-size:var(--text-sm)}.you-view-module__9KOkkG__empty{align-items:flex-start;gap:var(--space-4);max-width:var(--measure);color:var(--fg-muted);flex-direction:column;display:flex}.you-view-module__9KOkkG__records{gap:var(--space-3);flex-direction:column;list-style:none;display:flex}.you-view-module__9KOkkG__record{border-radius:var(--radius-lg);background:var(--surface);align-items:stretch;display:flex;overflow:hidden}.you-view-module__9KOkkG__sliver{flex:none;width:56px;display:flex}.you-view-module__9KOkkG__sliver>div{background:0 0;border-radius:0;width:100%;height:100%}.you-view-module__9KOkkG__recordBody{gap:var(--space-1);min-width:0;padding:var(--space-3) var(--space-4);flex-direction:column;display:flex}.you-view-module__9KOkkG__recordTitle{min-height:var(--tap-min-sm);max-width:100%;color:var(--fg);font-family:var(--font-display);font-size:var(--text-lg);font-weight:var(--weight-bold);letter-spacing:var(--tracking-title);line-height:var(--leading-tight);text-decoration:underline;-webkit-text-decoration-color:var(--fg-subtle);text-decoration-color:var(--fg-subtle);text-overflow:ellipsis;text-underline-offset:.2em;white-space:nowrap;align-self:flex-start;align-items:center;display:inline-flex;overflow:hidden}.you-view-module__9KOkkG__recordTitle:hover{-webkit-text-decoration-color:var(--fg);text-decoration-color:var(--fg)}.you-view-module__9KOkkG__recordMeta{color:var(--fg-muted);font-size:var(--text-sm);flex-wrap:wrap;align-items:center;gap:.3rem .5rem;display:flex}.you-view-module__9KOkkG__recordMetaItem{align-items:center;gap:.5rem;min-width:0;display:inline-flex}.you-view-module__9KOkkG__dot{border-radius:var(--radius-pill);background:var(--fg-subtle);flex:none;width:3px;height:3px}.you-view-module__9KOkkG__recordDid{color:var(--fg);font-size:var(--text-sm);font-weight:var(--weight-semibold);font-variant-numeric:tabular-nums}.you-view-module__9KOkkG__recordIdle{color:var(--fg-subtle);font-size:var(--text-sm)}.you-view-module__9KOkkG__vetoes{gap:var(--space-2);margin-top:var(--space-2);flex-direction:column;list-style:none;display:flex}.you-view-module__9KOkkG__veto{gap:var(--space-1);padding:var(--space-3);border-radius:var(--radius-md);background:var(--surface-flagged);flex-direction:column;display:flex}.you-view-module__9KOkkG__vetoReason{color:var(--fg);font-size:var(--text-base);font-weight:var(--weight-semibold);overflow-wrap:anywhere}.you-view-module__9KOkkG__vetoWho{color:var(--fg-muted);font-size:var(--text-sm);overflow-wrap:anywhere}
.SuggestionList-module__TXAqeG__nameRow{align-items:flex-start;gap:var(--space-3);min-height:calc(2 * var(--text-lg) * 1.15);display:flex}.SuggestionList-module__TXAqeG__nameRow>h3{flex:1;min-width:0}.SuggestionList-module__TXAqeG__body{gap:var(--space-2);flex-direction:column;flex:1;display:flex}.SuggestionList-module__TXAqeG__placeName{-webkit-line-clamp:2;line-clamp:2;font-size:var(--text-lg);letter-spacing:var(--tracking-title);overflow-wrap:anywhere;-webkit-box-orient:vertical;line-height:1.15;display:-webkit-box;overflow:hidden}.SuggestionList-module__TXAqeG__facts{white-space:nowrap;min-width:0;color:var(--fg-muted);font-size:var(--text-micro);font-weight:var(--weight-semibold);font-variant-numeric:tabular-nums;flex-wrap:nowrap;align-items:center;gap:.3rem .5rem;display:flex;overflow:hidden}.SuggestionList-module__TXAqeG__fact{align-items:center;gap:.3rem .5rem;display:flex}.SuggestionList-module__TXAqeG__dot{background:var(--fg-subtle);border-radius:var(--radius-pill);flex:none;width:3px;height:3px}.SuggestionList-module__TXAqeG__badgeRow{align-items:flex-start;min-height:1.55rem;display:flex}.SuggestionList-module__TXAqeG__blurb{align-items:flex-start;gap:var(--space-2);min-height:calc(2 * var(--text-sm) * 1.4);margin-top:var(--space-1);display:flex}.SuggestionList-module__TXAqeG__blurbMark{flex:none;margin-top:.1em}.SuggestionList-module__TXAqeG__blurbText{-webkit-line-clamp:2;line-clamp:2;min-width:0;color:var(--fg-muted);font-size:var(--text-sm);overflow-wrap:anywhere;-webkit-box-orient:vertical;flex:1;line-height:1.4;display:-webkit-box;overflow:hidden}.SuggestionList-module__TXAqeG__suggester{align-items:center;gap:var(--space-2);min-width:0;font-size:var(--text-sm);flex-wrap:nowrap;display:flex}.SuggestionList-module__TXAqeG__suggesterName{min-width:0;font-weight:var(--weight-semibold);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.SuggestionList-module__TXAqeG__suggesterVerb{color:var(--fg-muted);flex:none}@media (max-width:360px){.SuggestionList-module__TXAqeG__suggester{flex-wrap:wrap}}.SuggestionList-module__TXAqeG__footer{align-items:stretch;gap:var(--space-3);flex-direction:column;display:flex}
.event-time-picker-module__-y0xWW__row{gap:var(--space-3);align-items:flex-start;display:flex}.event-time-picker-module__-y0xWW__date{flex:3;min-width:0}.event-time-picker-module__-y0xWW__time{flex:2;min-width:0}
.phone-mock-module__H1A79G__figure{gap:var(--space-4);flex-direction:column;display:flex}.phone-mock-module__H1A79G__phone{border:1px solid var(--line-soft);width:min(100%,360px);box-shadow:var(--shadow-md);background:#120d1a;border-radius:36px;margin-inline:auto;padding:10px}.phone-mock-module__H1A79G__screen{border-radius:28px;overflow:hidden}.phone-mock-module__H1A79G__caption{color:var(--fg-muted);font-size:var(--text-base);max-width:var(--measure)}.phone-mock-module__H1A79G__chatScreen{color:#17171a;font-size:var(--text-sm);background:#fff;font-family:-apple-system,system-ui,Segoe UI,sans-serif}.phone-mock-module__H1A79G__chatChrome{background:#f7f7f9;border-bottom:1px solid #e3e3e8}.phone-mock-module__H1A79G__statusBar{color:#17171a;justify-content:space-between;align-items:center;padding:8px 14px 0;display:flex}.phone-mock-module__H1A79G__statusTime{font-size:.6875rem;font-weight:var(--weight-bold);font-variant-numeric:tabular-nums}.phone-mock-module__H1A79G__statusIcons{display:block}.phone-mock-module__H1A79G__statusDim{color:#a2a2ab}.phone-mock-module__H1A79G__appBar{padding:var(--space-2) var(--space-3) var(--space-2);align-items:center;display:flex}.phone-mock-module__H1A79G__back{color:#0a6fe8;flex:0 0 32px;display:flex}.phone-mock-module__H1A79G__video{color:#0a6fe8;flex:0 0 32px;justify-content:flex-end;display:flex}.phone-mock-module__H1A79G__chatIdentity{flex-direction:column;flex:1;align-items:center;gap:3px;min-width:0;display:flex}.phone-mock-module__H1A79G__chatFaces{display:flex}.phone-mock-module__H1A79G__chatFace{border-radius:var(--radius-pill);color:#55555c;width:26px;height:26px;font-size:.6875rem;font-weight:var(--weight-bold);background:#d8d8de;border:2px solid #f7f7f9;place-items:center;display:grid}.phone-mock-module__H1A79G__chatFace+.phone-mock-module__H1A79G__chatFace{margin-left:-8px}.phone-mock-module__H1A79G__chatTitle{font-size:.6875rem;font-weight:var(--weight-semibold);color:#17171a;align-items:center;gap:3px;display:inline-flex}.phone-mock-module__H1A79G__titleChevron{color:#a2a2ab}.phone-mock-module__H1A79G__thread{padding:var(--space-3) var(--space-3) var(--space-2);flex-direction:column;gap:6px;list-style:none;display:flex}.phone-mock-module__H1A79G__msg{flex-direction:column;max-width:78%;display:flex}.phone-mock-module__H1A79G__in{transform-origin:0 100%;align-self:flex-start}.phone-mock-module__H1A79G__out{transform-origin:100% 100%;align-self:flex-end;align-items:flex-end}.phone-mock-module__H1A79G__sender{color:#6c6c74;margin:var(--space-1) 0 2px 39px;font-size:.6875rem}.phone-mock-module__H1A79G__msgRow{align-items:flex-end;gap:5px;display:flex}.phone-mock-module__H1A79G__avatarCell{z-index:1;flex:none;width:22px;position:relative}.phone-mock-module__H1A79G__chatAvatar{border-radius:var(--radius-pill);color:#fff;width:22px;height:22px;font-size:.6875rem;font-weight:var(--weight-semibold);background:linear-gradient(#9ba0a8,#767b85);place-items:center;display:grid}.phone-mock-module__H1A79G__bubble{width:fit-content;line-height:var(--leading-snug);border-radius:18px;padding:7px 12px;position:relative}.phone-mock-module__H1A79G__in .phone-mock-module__H1A79G__bubble{color:#17171a;background:#e9e9ec}.phone-mock-module__H1A79G__out .phone-mock-module__H1A79G__bubble{color:#fff;background:#0a6fe8}.phone-mock-module__H1A79G__tailIn:before{content:"";background:#e9e9ec;border-bottom-right-radius:12px;width:16px;height:16px;position:absolute;bottom:0;left:-5px}.phone-mock-module__H1A79G__tailIn:after{content:"";background:#fff;border-bottom-right-radius:8px;width:8px;height:16px;position:absolute;bottom:0;left:-8px}.phone-mock-module__H1A79G__tailOut:before{content:"";background:#0a6fe8;border-bottom-left-radius:12px;width:16px;height:16px;position:absolute;bottom:0;right:-5px}.phone-mock-module__H1A79G__tailOut:after{content:"";background:#fff;border-bottom-left-radius:8px;width:8px;height:16px;position:absolute;bottom:0;right:-8px}.phone-mock-module__H1A79G__delivered{color:#6c6c74;margin-top:3px;font-size:.6875rem}.phone-mock-module__H1A79G__divider{color:#6c6c74;padding:var(--space-2) 0 2px;align-self:center;font-size:.6875rem;display:block}.phone-mock-module__H1A79G__dividerDay{font-weight:var(--weight-semibold)}.phone-mock-module__H1A79G__typing{align-items:center;gap:4px;height:1.05rem;display:flex}.phone-mock-module__H1A79G__typingDot{border-radius:var(--radius-pill);background:#a2a2ab;width:7px;height:7px}.phone-mock-module__H1A79G__typingBubble:before{content:"";border-radius:var(--radius-pill);background:#e9e9ec;width:8px;height:8px;position:absolute;bottom:-1px;left:-2px}.phone-mock-module__H1A79G__typingBubble:after{content:"";border-radius:var(--radius-pill);background:#e9e9ec;width:4px;height:4px;position:absolute;bottom:-6px;left:-7px}.phone-mock-module__H1A79G__composer{align-items:center;gap:var(--space-2);padding:var(--space-1) var(--space-3) 0;display:flex}.phone-mock-module__H1A79G__composerAdd{border-radius:var(--radius-pill);color:#6c6c74;background:#e9e9ec;flex:none;place-items:center;width:30px;height:30px;display:grid}.phone-mock-module__H1A79G__composerField{border-radius:var(--radius-pill);color:#a2a2ab;border:1px solid #e3e3e8;flex:1;justify-content:space-between;align-items:center;min-height:31px;padding:0 8px 0 12px;display:flex}.phone-mock-module__H1A79G__composerHint{font-size:var(--text-sm)}.phone-mock-module__H1A79G__homeBar{border-radius:var(--radius-pill);background:#17171a;width:100px;height:4px;margin:10px auto 6px}.phone-mock-module__H1A79G__boothScreen{gap:var(--space-3);background:var(--bg);color:var(--fg);padding:var(--space-3);flex-direction:column;display:flex}.phone-mock-module__H1A79G__roomTitle{font-family:var(--font-display);font-weight:var(--weight-extrabold);font-size:var(--text-xl);letter-spacing:var(--tracking-title);line-height:var(--leading-tight)}.phone-mock-module__H1A79G__roomMeta{color:var(--fg-muted);font-size:var(--text-micro);font-weight:var(--weight-semibold);flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.phone-mock-module__H1A79G__metaDot{border-radius:var(--radius-pill);background:var(--fg-subtle);flex:none;width:3px;height:3px}.phone-mock-module__H1A79G__chips{gap:var(--space-2);flex-wrap:wrap;display:flex}.phone-mock-module__H1A79G__placeName{font-family:var(--font-display);font-size:var(--text-lg);font-weight:var(--weight-bold);letter-spacing:var(--tracking-title)}.phone-mock-module__H1A79G__facts{margin-top:var(--space-1);font-size:var(--text-micro);font-weight:var(--weight-semibold);color:var(--fg-muted);font-variant-numeric:tabular-nums;flex-wrap:wrap;align-items:center;gap:.3rem .5rem;display:flex}.phone-mock-module__H1A79G__factDot{border-radius:var(--radius-pill);background:var(--fg-subtle);flex:none;width:3px;height:3px}.phone-mock-module__H1A79G__badges{gap:var(--space-2);margin-top:var(--space-3);flex-wrap:wrap;display:flex}.phone-mock-module__H1A79G__cardFooter{row-gap:var(--space-3);flex-wrap:wrap}.phone-mock-module__H1A79G__cardFooter>:last-child{margin-left:auto}.phone-mock-module__H1A79G__tally{align-items:center;gap:var(--space-2);min-width:0;display:flex}.phone-mock-module__H1A79G__tallyLabel{font-size:var(--text-micro);font-weight:var(--weight-bold);color:var(--fg-muted)}.phone-mock-module__H1A79G__poster{background:var(--raise);border-radius:var(--radius-lg);overflow:hidden}.phone-mock-module__H1A79G__posterSignature{height:40px}.phone-mock-module__H1A79G__posterBody{gap:var(--space-2);padding:var(--space-4);flex-direction:column;display:flex}.phone-mock-module__H1A79G__posterState{background:var(--surface);border-radius:var(--radius-chip);align-self:flex-start;padding:2px;display:inline-flex}.phone-mock-module__H1A79G__posterPlace{font-family:var(--font-display);font-weight:var(--weight-extrabold);font-size:var(--text-2xl);letter-spacing:var(--tracking-title);line-height:var(--leading-tight)}.phone-mock-module__H1A79G__posterWho{align-items:center;gap:var(--space-3);display:flex}.phone-mock-module__H1A79G__posterLabel{color:var(--fg-muted);font-size:var(--text-sm);font-weight:var(--weight-semibold)}@media (prefers-reduced-motion:no-preference){[data-anim=armed] .phone-mock-module__H1A79G__msg,[data-anim=shown] .phone-mock-module__H1A79G__msg{transform:scale(.001)}[data-anim=shown] .phone-mock-module__H1A79G__msg{animation:phone-mock-module__H1A79G__bubblePop .28s var(--ease-out) forwards;animation-delay:calc(var(--i) * .18s)}@keyframes phone-mock-module__H1A79G__bubblePop{0%{transform:scale(.55)}to{transform:none}}[data-anim=armed] .phone-mock-module__H1A79G__poster{transform:translateY(12px)}[data-anim=shown] .phone-mock-module__H1A79G__poster{animation:phone-mock-module__H1A79G__posterRise var(--dur-slow) var(--ease-out) both;animation-delay:.16s}@keyframes phone-mock-module__H1A79G__posterRise{0%{transform:translateY(12px)}to{transform:translateY(0)}}.phone-mock-module__H1A79G__typingDot{animation:1.3s ease-in-out infinite phone-mock-module__H1A79G__typingBounce}.phone-mock-module__H1A79G__typingDot:nth-child(2){animation-delay:.16s}.phone-mock-module__H1A79G__typingDot:nth-child(3){animation-delay:.32s}@keyframes phone-mock-module__H1A79G__typingBounce{0%,60%,to{transform:none}30%{transform:translateY(-3px)}}}@media (min-width:960px){.phone-mock-module__H1A79G__phone{width:min(100%,390px)}.phone-mock-module__H1A79G__caption{text-align:center;max-width:44ch;margin-inline:auto}.phone-mock-module__H1A79G__chatScreen{flex-direction:column;height:796px;display:flex}.phone-mock-module__H1A79G__thread{flex:1;justify-content:flex-end;min-height:0;overflow:hidden}}.phone-mock-module__H1A79G__waScreen{color:#e9edef;font-size:var(--text-sm);background:#0b141a;font-family:-apple-system,system-ui,Segoe UI,sans-serif}.phone-mock-module__H1A79G__waBar{align-items:center;gap:var(--space-2);padding:var(--space-3);background:#202c33;border-bottom:1px solid #2a3942;display:flex}.phone-mock-module__H1A79G__waBack{color:#aebac1;margin-right:calc(var(--space-1) * -1);flex:none;display:flex}.phone-mock-module__H1A79G__waFace{border-radius:var(--radius-pill);color:#cfd5d8;width:34px;height:34px;font-size:.9375rem;font-weight:var(--weight-bold);background:#6a7175;flex:none;place-items:center;display:grid}.phone-mock-module__H1A79G__waWho{min-width:0;line-height:var(--leading-snug);flex-direction:column;display:flex}.phone-mock-module__H1A79G__waName{font-size:.9375rem;font-weight:var(--weight-semibold);color:#e9edef}.phone-mock-module__H1A79G__waHandle{color:#8696a0;font-variant-numeric:tabular-nums;font-size:.75rem}.phone-mock-module__H1A79G__waThread{padding:var(--space-4) var(--space-3) var(--space-3);flex-direction:column;gap:8px;list-style:none;display:flex}.phone-mock-module__H1A79G__waMsg{max-width:85%;display:flex}.phone-mock-module__H1A79G__waIn{align-self:flex-start}.phone-mock-module__H1A79G__waOut{align-self:flex-end}.phone-mock-module__H1A79G__waBubble{line-height:var(--leading-snug);border-radius:8px;padding:6px 9px 6px 10px;position:relative}.phone-mock-module__H1A79G__waIn .phone-mock-module__H1A79G__waBubble{background:#202c33;border-top-left-radius:0}.phone-mock-module__H1A79G__waOut .phone-mock-module__H1A79G__waBubble{background:#005c4b;border-top-right-radius:0}.phone-mock-module__H1A79G__waText{margin-right:4px}.phone-mock-module__H1A79G__waMeta{float:right;font-variant-numeric:tabular-nums;color:#8696a0;align-items:center;gap:3px;margin:6px -3px -2px 6px;font-size:.6875rem;display:inline-flex}.phone-mock-module__H1A79G__waOut .phone-mock-module__H1A79G__waMeta{color:#b5cfc8}.phone-mock-module__H1A79G__waTicks{color:#53bdeb}.phone-mock-module__H1A79G__waComposer{padding:6px var(--space-2) var(--space-3);align-items:center;gap:6px;display:flex}.phone-mock-module__H1A79G__waField{border-radius:var(--radius-pill);background:#202c33;flex:1;align-items:center;min-width:0;padding:8px 12px;display:flex}.phone-mock-module__H1A79G__waFieldHint{color:#8696a0}.phone-mock-module__H1A79G__waSend{border-radius:var(--radius-pill);color:#0b141a;background:#00a884;flex:none;place-items:center;width:34px;height:34px;display:grid}
.profile-editor-module__htSUUG__disclosure{gap:var(--space-4);flex-direction:column;display:flex}.profile-editor-module__htSUUG__summary{min-height:var(--tap-min);cursor:pointer;max-width:var(--measure);color:var(--fg-muted);font-size:var(--text-sm);font-weight:var(--weight-semibold);text-decoration:underline;-webkit-text-decoration-color:var(--fg-subtle);text-decoration-color:var(--fg-subtle);text-underline-offset:.2em;align-self:flex-start;align-items:center;list-style:none;display:inline-flex}.profile-editor-module__htSUUG__summary::-webkit-details-marker{display:none}.profile-editor-module__htSUUG__form{gap:var(--space-4);flex-direction:column;display:flex}.profile-editor-module__htSUUG__form>*,.profile-editor-module__htSUUG__tags>*,.profile-editor-module__htSUUG__summary{scroll-margin-top:calc(56px + var(--space-4))}.profile-editor-module__htSUUG__group{gap:var(--space-3);border:0;flex-direction:column;display:flex}.profile-editor-module__htSUUG__legend{color:var(--fg);font-size:var(--text-sm);font-weight:var(--weight-bold);padding:0}.profile-editor-module__htSUUG__tags{gap:var(--space-2);grid-template-columns:repeat(auto-fit,minmax(9.5rem,1fr));display:grid}.profile-editor-module__htSUUG__actions{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.profile-editor-module__htSUUG__saved{align-items:center;gap:var(--space-2);min-height:1.5em;color:var(--fg-muted);font-size:var(--text-sm);font-weight:var(--weight-semibold);display:inline-flex}.profile-editor-module__htSUUG__savedIcon{flex:none}.profile-editor-module__htSUUG__error{align-items:flex-start;gap:var(--space-2);padding:var(--space-3);border-radius:var(--radius-md);background:var(--danger);color:var(--danger-ink);font-size:var(--text-sm);font-weight:var(--weight-semibold);display:flex}.profile-editor-module__htSUUG__errorIcon{flex:none;margin-top:.15em}
.UndoDecision-module__2GgF6q__row{gap:var(--space-2);flex-direction:column;display:flex}.UndoDecision-module__2GgF6q__line{align-items:center;gap:var(--space-1);color:var(--fg-muted);font-size:var(--text-sm);display:flex}.UndoDecision-module__2GgF6q__error{align-items:flex-start;gap:var(--space-2);padding:var(--space-3);background:var(--danger);border-radius:var(--radius-md);color:var(--danger-ink);font-size:var(--text-sm);display:flex}.UndoDecision-module__2GgF6q__errorIcon{flex:none;margin-top:.15em}
.sign-in-module__EBKGWa__intro{gap:var(--space-3);flex-direction:column;display:flex}.sign-in-module__EBKGWa__headline{font-size:var(--text-2xl);letter-spacing:var(--tracking-display)}.sign-in-module__EBKGWa__sub{color:var(--fg-muted);font-size:var(--text-sm);max-width:34ch}.sign-in-module__EBKGWa__providers{gap:var(--space-3);flex-direction:column;display:flex}.sign-in-module__EBKGWa__fine{color:var(--fg-subtle);font-size:var(--text-sm);max-width:36ch}.sign-in-module__EBKGWa__fine a{color:var(--fg-subtle);font-weight:var(--weight-medium);text-decoration:underline;-webkit-text-decoration-color:var(--line-strong);text-decoration-color:var(--line-strong);text-underline-offset:.15em}.sign-in-module__EBKGWa__fine a:hover{color:var(--fg-muted)}.sign-in-module__EBKGWa__error{align-items:flex-start;gap:var(--space-2);padding:var(--space-3);background:var(--danger);border-radius:var(--radius-md);color:var(--danger-ink);font-size:var(--text-sm);font-weight:var(--weight-semibold);display:flex}.sign-in-module__EBKGWa__errorIcon{flex:none;margin-top:.15em}.sign-in-module__EBKGWa__dev{gap:var(--space-4);padding-top:var(--space-5);border-top:1px solid var(--line-soft);flex-direction:column;display:flex}.sign-in-module__EBKGWa__devLabel{font-size:var(--text-micro);font-weight:var(--weight-extrabold);letter-spacing:var(--tracking-caps);text-transform:uppercase;color:var(--fg-subtle)}.sign-in-module__EBKGWa__devHint{font-size:var(--text-sm);color:var(--fg-subtle)}.sign-in-module__EBKGWa__form{gap:var(--space-4);flex-direction:column;display:flex}.sign-in-module__EBKGWa__whatsapp{gap:var(--space-3);flex-direction:column;display:flex}.sign-in-module__EBKGWa__changeNumber{padding:var(--space-1) var(--space-2);font:inherit;font-size:var(--text-sm);color:var(--fg-subtle);text-underline-offset:2px;cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;align-self:center;text-decoration:underline}.sign-in-module__EBKGWa__changeNumber:hover{color:var(--fg)}.sign-in-module__EBKGWa__changeNumber:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.sign-in-module__EBKGWa__nomiHelp{margin-top:calc(var(--space-1) * -1);color:var(--fg-subtle);font-size:var(--text-sm);line-height:1.5}.sign-in-module__EBKGWa__nomiHelp a{color:var(--fg-muted);font-weight:var(--weight-medium);text-decoration:underline;-webkit-text-decoration-color:var(--line-strong);text-decoration-color:var(--line-strong);text-underline-offset:.15em;white-space:nowrap}.sign-in-module__EBKGWa__nomiHelp a:hover{color:var(--fg)}.sign-in-module__EBKGWa__nomiHelp a:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px;border-radius:var(--radius-sm)}
.page-module__WpqI0q__page{padding:var(--space-5) var(--space-4) var(--space-8);gap:var(--space-7);flex-direction:column;display:flex}.page-module__WpqI0q__lede{color:var(--fg-muted);font-size:var(--text-sm);max-width:var(--measure)}.page-module__WpqI0q__section{gap:var(--space-4);flex-direction:column;display:flex}.page-module__WpqI0q__section h2{font-size:var(--text-xl)}.page-module__WpqI0q__group{gap:var(--space-3);flex-direction:column;display:flex}.page-module__WpqI0q__groupLabel{font-size:var(--text-micro);font-weight:var(--weight-extrabold);letter-spacing:var(--tracking-caps);text-transform:uppercase;color:var(--fg-subtle)}.page-module__WpqI0q__row{gap:var(--space-3);flex-wrap:wrap;align-items:center;display:flex}.page-module__WpqI0q__stack{gap:var(--space-4);flex-direction:column;display:flex}.page-module__WpqI0q__swatches{gap:var(--space-3);grid-template-columns:repeat(auto-fill,minmax(128px,1fr));display:grid}.page-module__WpqI0q__swatch{background:var(--surface);border-radius:var(--radius-md);overflow:hidden}.page-module__WpqI0q__chip{height:54px;display:block}.page-module__WpqI0q__swatchMeta{justify-content:space-between;gap:var(--space-2);font-size:var(--text-micro);font-weight:var(--weight-extrabold);padding:.45rem .55rem;display:flex}.page-module__WpqI0q__swatchMeta span{color:var(--fg-subtle);font-weight:var(--weight-medium);font-variant-numeric:tabular-nums}.page-module__WpqI0q__typeRow{align-items:baseline;gap:var(--space-4);padding-bottom:var(--space-3);border-bottom:1px solid var(--line-soft);display:flex}.page-module__WpqI0q__typeRow:last-child{border-bottom:0;padding-bottom:0}.page-module__WpqI0q__typeLabel{width:96px;font-size:var(--text-micro);font-weight:var(--weight-extrabold);letter-spacing:var(--tracking-caps);text-transform:uppercase;color:var(--fg-subtle);flex:none}.page-module__WpqI0q__display{font-family:var(--font-display);font-size:var(--text-display);font-weight:var(--weight-extrabold);letter-spacing:var(--tracking-display);line-height:var(--leading-tight)}.page-module__WpqI0q__title{font-family:var(--font-display);font-size:var(--text-xl);font-weight:var(--weight-bold);letter-spacing:var(--tracking-title)}.page-module__WpqI0q__body{font-size:var(--text-base)}.page-module__WpqI0q__small{font-size:var(--text-sm);color:var(--fg-muted)}.page-module__WpqI0q__micro{font-size:var(--text-micro);font-weight:var(--weight-extrabold);letter-spacing:var(--tracking-caps);text-transform:uppercase;color:var(--fg-subtle)}.page-module__WpqI0q__icons{gap:var(--space-3);grid-template-columns:repeat(auto-fill,minmax(84px,1fr));display:grid}.page-module__WpqI0q__iconCell{align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-2);background:var(--surface);border-radius:var(--radius-md);font-size:var(--text-micro);color:var(--fg-subtle);font-weight:var(--weight-semibold);flex-direction:column;display:flex}.page-module__WpqI0q__forms{gap:var(--space-4);flex-direction:column;max-width:420px;display:flex}.page-module__WpqI0q__placeName{font-family:var(--font-display);font-size:var(--text-lg);font-weight:var(--weight-bold);letter-spacing:var(--tracking-title)}.page-module__WpqI0q__facts{font-size:var(--text-micro);font-weight:var(--weight-semibold);color:var(--fg-muted);font-variant-numeric:tabular-nums;flex-wrap:wrap;align-items:center;gap:.3rem .5rem;margin-top:.25rem;display:flex}.page-module__WpqI0q__dot{border-radius:var(--radius-pill);background:var(--fg-subtle);flex:none;width:3px;height:3px}.page-module__WpqI0q__why{margin-top:var(--space-3);font-size:var(--text-sm);color:var(--fg-muted)}.page-module__WpqI0q__why b{color:var(--fg);font-weight:var(--weight-extrabold)}.page-module__WpqI0q__badgeRow{gap:var(--space-2);margin-top:var(--space-3);flex-wrap:wrap;display:flex}.page-module__WpqI0q__tallyLabel{font-size:var(--text-micro);font-weight:var(--weight-bold);color:var(--fg-muted)}.page-module__WpqI0q__note{font-size:var(--text-sm);color:var(--fg-subtle);max-width:var(--measure)}
.new-module__0SMrka__page{gap:var(--space-5);padding:var(--space-6) var(--space-4);flex-direction:column;display:flex}.new-module__0SMrka__intro{gap:var(--space-3);flex-direction:column;display:flex}.new-module__0SMrka__headline{font-size:var(--text-2xl);letter-spacing:var(--tracking-display)}.new-module__0SMrka__sub{color:var(--fg-muted);font-size:var(--text-sm);max-width:38ch}.new-module__0SMrka__formError{align-items:flex-start;gap:var(--space-2);padding:var(--space-3);background:var(--danger);border-radius:var(--radius-md);color:var(--danger-ink);font-size:var(--text-sm);font-weight:var(--weight-semibold);display:flex}.new-module__0SMrka__formErrorIcon{flex:none;margin-top:.15em}.new-module__0SMrka__form{gap:var(--space-5);flex-direction:column;display:flex}
.whatsapp-connect-module__Ar4fRq__offer,.whatsapp-connect-module__Ar4fRq__connected{align-items:flex-start;gap:var(--space-3);flex-direction:column;display:flex}.whatsapp-connect-module__Ar4fRq__pitch{max-width:var(--measure)}.whatsapp-connect-module__Ar4fRq__step{align-items:flex-start;gap:var(--space-4);width:100%;max-width:var(--measure);flex-direction:column;display:flex}.whatsapp-connect-module__Ar4fRq__number{align-items:center;gap:var(--space-2);font-weight:var(--weight-semibold);display:flex}.whatsapp-connect-module__Ar4fRq__numberIcon{color:var(--fg-muted);flex:none}.whatsapp-connect-module__Ar4fRq__consequence{max-width:var(--measure);color:var(--fg-muted);font-size:var(--text-sm)}.whatsapp-connect-module__Ar4fRq__error{align-items:flex-start;gap:var(--space-2);max-width:var(--measure);padding:var(--space-3);background:var(--danger);border-radius:var(--radius-md);color:var(--danger-ink);font-size:var(--text-sm);font-weight:var(--weight-semibold);display:flex}.whatsapp-connect-module__Ar4fRq__errorIcon{flex:none;margin-top:.15em}.whatsapp-connect-module__Ar4fRq__nomiNumber{margin-top:var(--space-3);padding-top:var(--space-3);border-top:1px solid var(--line);color:var(--fg-subtle);font-size:var(--text-sm);line-height:1.5}.whatsapp-connect-module__Ar4fRq__nomiNumber a{color:var(--fg-muted);font-weight:var(--weight-medium);text-decoration:underline;-webkit-text-decoration-color:var(--line-strong);text-decoration-color:var(--line-strong);text-underline-offset:.15em;white-space:nowrap}.whatsapp-connect-module__Ar4fRq__nomiNumber a:hover{color:var(--fg)}.whatsapp-connect-module__Ar4fRq__nomiNumber a:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px;border-radius:var(--radius-sm)}
.WhatsAppNudge-module__0g5avG__nudge{min-width:0}.WhatsAppNudge-module__0g5avG__nudge[open]{flex-basis:100%}.WhatsAppNudge-module__0g5avG__summary{justify-content:center;align-items:center;gap:var(--space-2);min-height:var(--tap-min-sm);padding:var(--space-2) .9rem;background:var(--raise);border-radius:var(--radius-pill);max-width:100%;box-shadow:0 var(--depth) 0 var(--secondary-edge);color:var(--fg);font-size:var(--text-micro);font-weight:var(--weight-extrabold);text-align:left;cursor:pointer;transition:box-shadow var(--dur-fast) var(--ease-out), background var(--dur-base) var(--ease-out);list-style:none;display:inline-flex}.WhatsAppNudge-module__0g5avG__summary::-webkit-details-marker{display:none}.WhatsAppNudge-module__0g5avG__summary:hover{background:var(--raise-hi)}.WhatsAppNudge-module__0g5avG__summary:active{top:var(--depth);box-shadow:0 0 0 var(--secondary-edge);position:relative}.WhatsAppNudge-module__0g5avG__summaryIcon{flex:none}.WhatsAppNudge-module__0g5avG__chevron{color:var(--fg-muted);transition:transform var(--dur-base) var(--ease-out);flex:none}.WhatsAppNudge-module__0g5avG__nudge[open] .WhatsAppNudge-module__0g5avG__chevron{transform:rotate(180deg)}.WhatsAppNudge-module__0g5avG__panel{gap:var(--space-2);margin-top:var(--space-3);padding-block:var(--space-4);border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);flex-direction:column;display:flex}.WhatsAppNudge-module__0g5avG__offer{max-width:var(--measure);color:var(--fg-muted);font-size:var(--text-sm);font-weight:var(--weight-semibold)}.WhatsAppNudge-module__0g5avG__where{color:var(--fg-subtle);font-size:var(--text-sm)}.WhatsAppNudge-module__0g5avG__where a{color:var(--fg-muted);text-decoration:underline;-webkit-text-decoration-color:var(--fg-subtle);text-decoration-color:var(--fg-subtle);text-underline-offset:.2em}
