.app-button[data-v-533f6d59]{display:inline-flex;align-items:center;justify-content:center;gap:var(--allyme-space-2);min-height:var(--allyme-touch-min);padding:.75rem 1.25rem;border-radius:var(--allyme-radius-button);border:1px solid transparent;font:inherit;font-weight:650;line-height:1.2;letter-spacing:-.01em;cursor:pointer;transition:background-color .16s ease,color .16s ease,border-color .16s ease,opacity .16s ease,box-shadow .16s ease}.app-button[data-v-533f6d59]:focus-visible{outline:3px solid var(--allyme-color-focus);outline-offset:2px}.app-button[data-v-533f6d59]:disabled{cursor:not-allowed;opacity:.6}.app-button--full[data-v-533f6d59]{width:100%}.app-button--primary[data-v-533f6d59]{min-height:var(--allyme-button-height);background:linear-gradient(180deg,#7a4ff7 0%,var(--allyme-color-primary) 45%,var(--allyme-color-primary-hover) 100%);color:#fff;box-shadow:0 8px 18px #6d3df538}.app-button--primary[data-v-533f6d59]:hover:not(:disabled){background:linear-gradient(180deg,#6d3df5 0%,var(--allyme-color-primary-hover) 100%)}.app-button--primary[data-v-533f6d59]:active:not(:disabled){background:var(--allyme-color-primary-pressed);box-shadow:none}.app-button--secondary[data-v-533f6d59]{background:var(--allyme-color-surface);color:var(--allyme-color-text);border-color:transparent}.app-button--secondary[data-v-533f6d59]:hover:not(:disabled){background:var(--allyme-color-surface-strong)}.app-button--outline[data-v-533f6d59]{min-height:var(--allyme-button-height);background:#fff;color:var(--allyme-color-text);border-color:var(--allyme-color-border)}.app-button--outline[data-v-533f6d59]:hover:not(:disabled){background:var(--allyme-color-surface)}.app-button--text[data-v-533f6d59]{background:transparent;color:var(--allyme-color-primary);padding-inline:.75rem;font-weight:600;box-shadow:none}.app-button--text[data-v-533f6d59]:hover:not(:disabled){color:var(--allyme-color-primary-hover);text-decoration:underline}.app-button__spinner[data-v-533f6d59]{width:1.1rem;height:1.1rem;border-radius:999px;border:2px solid currentColor;border-right-color:transparent;animation:app-button-spin-533f6d59 .7s linear infinite}.app-button__label[data-v-533f6d59]{display:inline-flex;align-items:center}@keyframes app-button-spin-533f6d59{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.app-button__spinner[data-v-533f6d59]{animation:none;border-right-color:currentColor;opacity:.7}}.app-page[data-v-9f5063d2]{min-height:100dvh;min-height:100svh;width:100%;background:var(--allyme-color-bg);color:var(--allyme-color-text);font-family:var(--allyme-font-sans);overflow-x:hidden}.app-page__inner[data-v-9f5063d2]{width:min(100%,var(--allyme-max-content));margin:0 auto;min-height:100dvh;min-height:100svh;padding:calc(env(safe-area-inset-top,0px) + 1.1rem) calc(env(safe-area-inset-right,0px) + 1.15rem) calc(env(safe-area-inset-bottom,0px) + 1.25rem) calc(env(safe-area-inset-left,0px) + 1.15rem);display:flex;flex-direction:column;box-sizing:border-box}.app-logo[data-v-7ea41259]{display:inline-flex;align-items:center;-webkit-user-select:none;user-select:none;max-width:100%}.app-logo__image[data-v-7ea41259]{display:block;width:auto;height:28px;object-fit:contain;object-position:left center}.app-logo--sm .app-logo__image[data-v-7ea41259]{height:24px}.app-logo--md .app-logo__image[data-v-7ea41259]{height:28px}.app-benefit[data-v-40e578fb]{display:flex;align-items:center;gap:.85rem;min-height:58px;padding:.9rem 1rem;color:var(--allyme-color-text);background:#fff}.app-benefit__icon[data-v-40e578fb]{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:999px;background:var(--allyme-color-surface);color:var(--allyme-color-primary);flex-shrink:0}.app-benefit__lucide[data-v-40e578fb]{display:block;width:20px;height:20px}.app-benefit__title[data-v-40e578fb]{flex:1;min-width:0;font-size:.98rem;font-weight:600;line-height:1.35;letter-spacing:-.01em}.app-benefit__check[data-v-40e578fb]{display:inline-flex;align-items:center;justify-content:center;width:1.375rem;height:1.375rem;border-radius:999px;background:var(--allyme-color-success);color:#fff;flex-shrink:0}.app-benefit__check-icon[data-v-40e578fb]{display:block;width:14px;height:14px}.app-alert[data-v-be701f9d]{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--allyme-space-3);padding:var(--allyme-space-3) var(--allyme-space-4);border-radius:var(--allyme-radius-md);border:1px solid transparent}.app-alert--error[data-v-be701f9d]{background:var(--allyme-color-danger-bg);border-color:#fecdca;color:var(--allyme-color-danger)}.app-alert--info[data-v-be701f9d]{background:var(--allyme-color-surface);border-color:var(--allyme-color-surface-strong);color:var(--allyme-color-text)}.app-alert--success[data-v-be701f9d]{background:var(--allyme-color-success-bg);border-color:#abefc6;color:var(--allyme-color-success)}.app-alert__title[data-v-be701f9d]{margin:0 0 .2rem;font-weight:700;font-size:.95rem}.app-alert__message[data-v-be701f9d]{margin:0;font-size:.92rem;line-height:1.4}.app-alert__retry[data-v-be701f9d]{min-height:var(--allyme-touch-min);min-width:var(--allyme-touch-min);border:0;background:transparent;color:inherit;font:inherit;font-weight:700;text-decoration:underline;cursor:pointer;flex-shrink:0}.app-alert__retry[data-v-be701f9d]:focus-visible{outline:3px solid var(--allyme-color-focus);outline-offset:2px;border-radius:8px}.app-loading[data-v-5fe0ed27]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--allyme-space-4);min-height:12rem;color:var(--allyme-color-text-muted);text-align:center}.app-loading__spinner[data-v-5fe0ed27]{width:2rem;height:2rem;border-radius:999px;border:3px solid var(--allyme-color-surface-strong);border-top-color:var(--allyme-color-primary);animation:app-loading-spin-5fe0ed27 .8s linear infinite}.app-loading__label[data-v-5fe0ed27]{margin:0;font-size:.95rem}@keyframes app-loading-spin-5fe0ed27{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.app-loading__spinner[data-v-5fe0ed27]{animation:none;border-top-color:var(--allyme-color-surface-strong);opacity:.8}}.app-modal[data-v-1593e889]{position:fixed;inset:0;z-index:50;display:flex;align-items:flex-end;justify-content:center;padding:env(safe-area-inset-top,0px) env(safe-area-inset-right,0px) env(safe-area-inset-bottom,0px) env(safe-area-inset-left,0px)}.app-modal__backdrop[data-v-1593e889]{position:absolute;inset:0;border:0;background:#0b1b336b;cursor:pointer}.app-modal__panel[data-v-1593e889]{position:relative;width:min(100%,var(--allyme-max-content));max-height:min(85dvh,640px);overflow:auto;background:#fff;border-radius:var(--allyme-radius-lg) var(--allyme-radius-lg) 0 0;box-shadow:var(--allyme-shadow-soft);padding:var(--allyme-space-5) var(--allyme-space-4) var(--allyme-space-6);animation:app-modal-rise-1593e889 .18s ease}.app-modal__header[data-v-1593e889]{display:flex;align-items:center;justify-content:space-between;gap:var(--allyme-space-3);margin-bottom:var(--allyme-space-4)}.app-modal__title[data-v-1593e889]{margin:0;font-size:1.15rem;color:var(--allyme-color-text)}.app-modal__close[data-v-1593e889]{min-height:var(--allyme-touch-min);min-width:var(--allyme-touch-min);border:0;background:transparent;color:var(--allyme-color-primary);font:inherit;font-weight:600;cursor:pointer}.app-modal__close[data-v-1593e889]:focus-visible{outline:3px solid var(--allyme-color-focus);outline-offset:2px;border-radius:8px}.app-modal__content[data-v-1593e889]{color:var(--allyme-color-text-muted);font-size:.98rem;line-height:1.5}@keyframes app-modal-rise-1593e889{0%{transform:translateY(12px);opacity:.6}to{transform:translateY(0);opacity:1}}@media(prefers-reduced-motion:reduce){.app-modal__panel[data-v-1593e889]{animation:none}}@media(min-width:480px){.app-modal[data-v-1593e889]{align-items:center}.app-modal__panel[data-v-1593e889]{border-radius:var(--allyme-radius-lg)}}.app-field[data-v-cc929c7d]{display:grid;gap:.45rem}.app-field__label[data-v-cc929c7d]{color:var(--allyme-color-text);font-size:.92rem;font-weight:700;letter-spacing:-.01em}.app-field__control[data-v-cc929c7d]{width:100%;min-height:52px;padding:.85rem .95rem;border:1px solid var(--allyme-color-border);border-radius:12px;background:#fff;color:var(--allyme-color-text);font:inherit;font-size:16px;line-height:1.3;box-sizing:border-box}.app-field__control[data-v-cc929c7d]::placeholder{color:#94a3b8}.app-field__control[data-v-cc929c7d]:focus-visible{outline:3px solid var(--allyme-color-focus);outline-offset:1px;border-color:var(--allyme-color-primary)}.app-field__control[data-v-cc929c7d]:disabled{opacity:.65;cursor:not-allowed}.app-field--error .app-field__control[data-v-cc929c7d]{border-color:#dc2626}.app-field__error[data-v-cc929c7d]{margin:0;color:#dc2626;font-size:.85rem;line-height:1.35}.app-field[data-v-8fa2dcfc]{display:grid;gap:.45rem}.app-field__label[data-v-8fa2dcfc]{color:var(--allyme-color-text);font-size:.92rem;font-weight:700;letter-spacing:-.01em}.app-field__select-wrap[data-v-8fa2dcfc]{position:relative}.app-field__control[data-v-8fa2dcfc]{width:100%;min-height:52px;padding:.85rem 2.5rem .85rem .95rem;border:1px solid var(--allyme-color-border);border-radius:12px;background:#fff;color:var(--allyme-color-text);font:inherit;font-size:16px;line-height:1.3;box-sizing:border-box;appearance:none}.app-field__select[data-v-8fa2dcfc]:invalid{color:#94a3b8}.app-field__control[data-v-8fa2dcfc]:focus-visible{outline:3px solid var(--allyme-color-focus);outline-offset:1px;border-color:var(--allyme-color-primary)}.app-field__control[data-v-8fa2dcfc]:disabled{opacity:.65;cursor:not-allowed}.app-field__chevron[data-v-8fa2dcfc]{position:absolute;right:.85rem;top:50%;transform:translateY(-50%);color:var(--allyme-color-primary);pointer-events:none}.app-field--error .app-field__control[data-v-8fa2dcfc]{border-color:#dc2626}.app-field__error[data-v-8fa2dcfc]{margin:0;color:#dc2626;font-size:.85rem;line-height:1.35}.app-upload[data-v-94efc32e]{display:grid;gap:.45rem}.app-upload__label[data-v-94efc32e]{margin:0;color:var(--allyme-color-text);font-size:.92rem;font-weight:700}.app-upload__row[data-v-94efc32e]{display:grid;grid-template-columns:auto 1fr auto;gap:.75rem;align-items:center;min-height:72px;padding:.75rem;border:1px solid var(--allyme-color-border);border-radius:14px;background:#fff}.app-upload__thumb[data-v-94efc32e]{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:12px;background:var(--allyme-color-surface);color:var(--allyme-color-primary);overflow:hidden;flex-shrink:0}.app-upload__preview[data-v-94efc32e]{width:100%;height:100%;object-fit:cover}.app-upload__copy[data-v-94efc32e]{min-width:0}.app-upload__title[data-v-94efc32e]{margin:0;color:var(--allyme-color-text);font-size:.95rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-upload__hint[data-v-94efc32e]{margin:.15rem 0 0;color:var(--allyme-color-text-muted);font-size:.8rem;line-height:1.35}.app-upload__actions[data-v-94efc32e]{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.app-upload__action[data-v-94efc32e]{display:inline-flex;align-items:center;justify-content:center;gap:.25rem;min-height:36px;min-width:44px;padding:.2rem .35rem;border:0;background:transparent;color:var(--allyme-color-primary);font:inherit;font-size:.92rem;font-weight:700;cursor:pointer}.app-upload__action[data-v-94efc32e]:focus-visible{outline:3px solid var(--allyme-color-focus);outline-offset:2px;border-radius:8px}.app-upload__action--danger[data-v-94efc32e]{color:#dc2626;font-size:.82rem}.app-upload__input[data-v-94efc32e]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app-upload__error[data-v-94efc32e]{margin:0;color:#dc2626;font-size:.85rem}.app-upload--error .app-upload__row[data-v-94efc32e]{border-color:#dc2626}@media(max-width:359px){.app-upload__row[data-v-94efc32e]{grid-template-columns:auto 1fr;grid-template-areas:"thumb copy" "actions actions"}.app-upload__thumb[data-v-94efc32e]{grid-area:thumb}.app-upload__copy[data-v-94efc32e]{grid-area:copy}.app-upload__actions[data-v-94efc32e]{grid-area:actions;flex-direction:row;justify-content:flex-end}}.app-info-banner[data-v-07145692]{display:flex;align-items:flex-start;gap:.75rem;padding:.9rem 1rem;border-radius:16px;background:var(--allyme-color-surface);color:var(--allyme-color-primary)}.app-info-banner__icon[data-v-07145692]{display:inline-flex;align-items:center;justify-content:center;margin-top:.1rem;flex-shrink:0}.app-info-banner__text[data-v-07145692]{margin:0;font-size:.92rem;line-height:1.45;font-weight:560}.app-event-card[data-v-8a0a4872]{display:flex;align-items:center;gap:.7rem;min-height:48px;padding:.75rem .95rem;border-radius:999px;background:var(--allyme-color-surface)}.app-event-card__icon[data-v-8a0a4872]{display:inline-flex;align-items:center;justify-content:center;color:var(--allyme-color-primary);flex-shrink:0}.app-event-card__text[data-v-8a0a4872]{margin:0;font-size:.92rem;line-height:1.35}.app-event-card__label[data-v-8a0a4872]{color:var(--allyme-color-primary);font-weight:600;margin-right:.3rem}.app-event-card__name[data-v-8a0a4872]{color:var(--allyme-color-text);font-weight:700}.app-event-card__skeleton[data-v-8a0a4872]{height:.9rem;width:min(100%,14rem);border-radius:999px;background:linear-gradient(90deg,var(--allyme-color-surface-strong) 0%,#fff 50%,var(--allyme-color-surface-strong) 100%);background-size:200% 100%;animation:app-event-skeleton-8a0a4872 1.2s linear infinite}@keyframes app-event-skeleton-8a0a4872{to{background-position:-200% 0}}@media(prefers-reduced-motion:reduce){.app-event-card__skeleton[data-v-8a0a4872]{animation:none}}@media(max-width:359px){.app-event-card[data-v-8a0a4872]{border-radius:18px}}.app-step-badge[data-v-f24ad537]{display:inline-flex;align-items:center;justify-content:center;min-height:1.75rem;padding:.2rem .75rem;border-radius:999px;background:var(--allyme-color-surface);color:var(--allyme-color-primary);font-size:.82rem;font-weight:650;letter-spacing:-.01em}.progress[data-v-2c2234d9]{list-style:none;margin:0;padding:.25rem 0 .5rem;display:grid;grid-template-columns:repeat(3,1fr);gap:.35rem;position:relative}.progress__item[data-v-2c2234d9]{display:grid;justify-items:center;gap:.4rem;position:relative}.progress__node[data-v-2c2234d9]{width:1.75rem;height:1.75rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;z-index:1}.progress__item--completed .progress__node[data-v-2c2234d9]{background:var(--allyme-color-success);color:#fff}.progress__item--active .progress__node[data-v-2c2234d9]{background:var(--allyme-color-primary);color:#fff}.progress__item--pending .progress__node[data-v-2c2234d9]{background:var(--allyme-color-surface);color:var(--allyme-color-text-muted)}.progress__label[data-v-2c2234d9]{font-size:.78rem;font-weight:650;color:var(--allyme-color-text-muted)}.progress__item--active .progress__label[data-v-2c2234d9],.progress__item--completed .progress__label[data-v-2c2234d9]{color:var(--allyme-color-text)}.progress__connector[data-v-2c2234d9]{position:absolute;top:.85rem;left:calc(50% + 1rem);width:calc(100% - 2rem);height:2px;background:var(--allyme-color-border)}.progress__connector--done[data-v-2c2234d9]{background:var(--allyme-color-primary)}.sr-only[data-v-2c2234d9]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.source-card[data-v-9c06e2af]{width:100%;min-height:84px;display:grid;grid-template-columns:auto 1fr auto;gap:.85rem;align-items:center;padding:.95rem .9rem;border:1px solid var(--allyme-color-border);border-radius:18px;background:#fff;box-shadow:var(--allyme-shadow-card);text-align:left;font:inherit;color:inherit;cursor:pointer}.source-card[data-v-9c06e2af]:focus-visible{outline:3px solid var(--allyme-color-focus);outline-offset:2px}.source-card--selected[data-v-9c06e2af]{border-color:var(--allyme-color-primary);background:#f7f4ff}.source-card--disabled[data-v-9c06e2af],.source-card--loading[data-v-9c06e2af]{opacity:.7;cursor:not-allowed}.source-card__icon[data-v-9c06e2af]{width:2.75rem;height:2.75rem;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:var(--allyme-color-surface);color:var(--allyme-color-primary)}.source-card__body[data-v-9c06e2af]{display:grid;gap:.2rem;min-width:0}.source-card__title-row[data-v-9c06e2af]{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem}.source-card__title[data-v-9c06e2af]{font-size:.98rem;font-weight:720;color:var(--allyme-color-text)}.source-card__badge[data-v-9c06e2af]{display:inline-flex;align-items:center;min-height:1.35rem;padding:.1rem .5rem;border-radius:999px;background:var(--allyme-color-surface);color:var(--allyme-color-primary);font-size:.72rem;font-weight:700}.source-card__description[data-v-9c06e2af]{color:var(--allyme-color-text-muted);font-size:.86rem;line-height:1.35}.source-card__status[data-v-9c06e2af]{margin-top:.15rem;color:var(--allyme-color-primary);font-size:.78rem;font-weight:650}.source-card__chevron[data-v-9c06e2af]{color:var(--allyme-color-primary);flex-shrink:0}.summary[data-v-db873e51]{background:#fff;border:1px solid var(--allyme-color-border);border-radius:1rem;padding:1rem 1.05rem;box-shadow:0 1px 2px #0f172a0a;display:grid;gap:.85rem}.summary__head[data-v-db873e51]{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.summary__title[data-v-db873e51]{margin:0;font-size:1.05rem;color:var(--allyme-color-text)}.summary__percent[data-v-db873e51]{margin:0;font-size:.85rem;font-weight:700;color:var(--allyme-color-primary);white-space:nowrap}.summary__bar[data-v-db873e51]{height:.5rem;border-radius:999px;background:var(--allyme-color-surface);overflow:hidden}.summary__bar-fill[data-v-db873e51]{height:100%;background:var(--allyme-color-primary);border-radius:inherit;transition:width .25s ease}@media(prefers-reduced-motion:reduce){.summary__bar-fill[data-v-db873e51]{transition:none}}.summary__list[data-v-db873e51]{list-style:none;margin:0;padding:0;display:grid;gap:.65rem}.summary__item[data-v-db873e51]{display:grid;grid-template-columns:auto 1fr;gap:.65rem;align-items:start}.summary__icon[data-v-db873e51]{margin-top:.1rem;color:var(--allyme-color-text-muted)}.summary__icon--complete[data-v-db873e51]{color:var(--allyme-color-success)}.summary__icon--partial[data-v-db873e51]{color:var(--allyme-color-primary)}.summary__icon--processing[data-v-db873e51]{color:var(--allyme-color-primary);animation:spin-db873e51 1.1s linear infinite}.summary__icon--missing[data-v-db873e51],.summary__icon--failed[data-v-db873e51]{color:#b45309}@media(prefers-reduced-motion:reduce){.summary__icon--processing[data-v-db873e51]{animation:none}}@keyframes spin-db873e51{to{transform:rotate(360deg)}}.summary__copy[data-v-db873e51]{display:grid;gap:.1rem}.summary__label[data-v-db873e51]{font-size:.92rem;font-weight:650;color:var(--allyme-color-text)}.summary__meta[data-v-db873e51]{font-size:.82rem;color:var(--allyme-color-text-muted)}.sr-only[data-v-db873e51]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.question[data-v-497d583f]{background:#fff;border:1px solid var(--allyme-color-border);border-radius:1.1rem;padding:1.1rem 1.05rem 1.15rem;box-shadow:0 8px 24px #0f172a0d;display:grid;gap:.85rem}.question__meta[data-v-497d583f]{display:flex;justify-content:space-between;gap:.75rem}.question__count[data-v-497d583f],.question__status[data-v-497d583f],.question__help[data-v-497d583f],.question__counter[data-v-497d583f]{margin:0;color:var(--allyme-color-text-muted);font-size:.84rem}.question__title[data-v-497d583f]{margin:0;font-size:1.2rem;line-height:1.35;color:var(--allyme-color-text)}.question__textarea[data-v-497d583f],.question__other-input[data-v-497d583f]{width:100%;box-sizing:border-box;border:1px solid var(--allyme-color-border);border-radius:.85rem;padding:.85rem .9rem;font:inherit;font-size:1rem;color:var(--allyme-color-text);background:#fff}.question__textarea[data-v-497d583f]{min-height:8rem;resize:vertical}.question__tools[data-v-497d583f]{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-top:.55rem}.question__voice[data-v-497d583f],.question__skip[data-v-497d583f]{min-height:var(--allyme-touch-min);border:0;background:transparent;color:var(--allyme-color-primary);font:inherit;font-weight:650;display:inline-flex;align-items:center;gap:.35rem;cursor:pointer;padding:.25rem 0}.question__chips[data-v-497d583f],.question__choices[data-v-497d583f]{display:flex;flex-wrap:wrap;gap:.5rem}.question__chip[data-v-497d583f],.question__choice[data-v-497d583f]{min-height:var(--allyme-touch-min);border:1px solid var(--allyme-color-border);border-radius:999px;background:var(--allyme-color-surface);color:var(--allyme-color-text);font:inherit;font-size:.9rem;padding:.45rem .9rem;cursor:pointer}.question__choice[data-v-497d583f]{border-radius:.9rem;flex:1 1 calc(50% - .5rem);text-align:left}.question__choice--selected[data-v-497d583f],.question__chip[data-v-497d583f]:focus-visible,.question__choice[data-v-497d583f]:focus-visible,.question__voice[data-v-497d583f]:focus-visible,.question__skip[data-v-497d583f]:focus-visible{outline:2px solid var(--allyme-color-primary);outline-offset:2px}.question__choice--selected[data-v-497d583f]{border-color:var(--allyme-color-primary);background:color-mix(in srgb,var(--allyme-color-primary) 10%,white)}.question__other[data-v-497d583f]{display:grid;gap:.35rem;width:100%;margin-top:.25rem}.question__other label[data-v-497d583f]{font-size:.85rem;color:var(--allyme-color-text-muted)}.question__error[data-v-497d583f]{margin:0;color:#b42318;font-size:.88rem}.question__nav[data-v-497d583f]{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}.question__skip[data-v-497d583f]{justify-self:center}.sr-only[data-v-497d583f]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.badge[data-v-9a414fe9]{display:inline-flex;align-items:center;min-height:1.5rem;padding:.15rem .55rem;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.01em}.badge--neutral[data-v-9a414fe9]{background:var(--allyme-color-surface);color:var(--allyme-color-text-muted)}.badge--success[data-v-9a414fe9]{background:var(--allyme-color-success-bg);color:#067647}.badge--warning[data-v-9a414fe9]{background:#fffaeb;color:#b54708}.badge--danger[data-v-9a414fe9]{background:var(--allyme-color-danger-bg);color:var(--allyme-color-danger)}.badge--info[data-v-9a414fe9]{background:color-mix(in srgb,var(--allyme-color-primary) 12%,white);color:var(--allyme-color-primary)}.banner[data-v-e030c41f]{display:grid;grid-template-columns:auto 1fr;gap:.75rem;padding:.95rem 1rem;border-radius:1rem;border:1px solid var(--allyme-color-border)}.banner--ready[data-v-e030c41f]{background:var(--allyme-color-success-bg);border-color:#abefc6}.banner--needs_review[data-v-e030c41f],.banner--incomplete[data-v-e030c41f]{background:#fffaeb;border-color:#fedf89}.banner--processing[data-v-e030c41f]{background:var(--allyme-color-surface)}.banner__title[data-v-e030c41f]{margin:0;font-size:1rem;color:var(--allyme-color-text)}.banner__support[data-v-e030c41f]{margin:.25rem 0 0;color:var(--allyme-color-text-muted);font-size:.88rem;line-height:1.45}.banner__icon[data-v-e030c41f]{margin-top:.1rem;color:var(--allyme-color-primary)}.banner--ready .banner__icon[data-v-e030c41f]{color:var(--allyme-color-success)}.banner--needs_review .banner__icon[data-v-e030c41f],.banner--incomplete .banner__icon[data-v-e030c41f]{color:#b54708}.banner__icon--spin[data-v-e030c41f]{animation:spin-e030c41f 1.1s linear infinite}@media(prefers-reduced-motion:reduce){.banner__icon--spin[data-v-e030c41f]{animation:none}}@keyframes spin-e030c41f{to{transform:rotate(360deg)}}.section[data-v-d335dd3b]{background:#fff;border:1px solid var(--allyme-color-border);border-radius:1rem;box-shadow:var(--allyme-shadow-card);overflow:hidden}.section__header[data-v-d335dd3b]{display:flex;align-items:center;gap:.5rem;padding:.7rem .85rem;border-bottom:1px solid var(--allyme-color-border)}.section__toggle[data-v-d335dd3b]{flex:1;min-height:var(--allyme-touch-min);border:0;background:transparent;display:flex;align-items:center;gap:.55rem;font:inherit;color:var(--allyme-color-text);cursor:pointer;text-align:left}.section__title[data-v-d335dd3b]{font-weight:700;flex:1}.section__chevron[data-v-d335dd3b]{transition:transform .2s ease;color:var(--allyme-color-text-muted)}.section__chevron--open[data-v-d335dd3b]{transform:rotate(180deg)}.section__edit[data-v-d335dd3b]{min-height:var(--allyme-touch-min);border:0;background:transparent;color:var(--allyme-color-primary);font:inherit;font-weight:650;display:inline-flex;align-items:center;gap:.3rem;cursor:pointer;padding:0 .35rem}.section__warning[data-v-d335dd3b]{margin:0;padding:.65rem .9rem 0;color:#b54708;font-size:.86rem}.section__body[data-v-d335dd3b]{padding:.9rem;display:grid;gap:.75rem}.conflict[data-v-32c6e0d3]{border:1px solid #fedf89;background:#fffaeb;border-radius:1rem;padding:.9rem;display:grid;gap:.65rem}.conflict__head[data-v-32c6e0d3]{display:flex;align-items:center;gap:.5rem;color:#b54708}.conflict__head h3[data-v-32c6e0d3]{margin:0;font-size:.95rem}.conflict__list[data-v-32c6e0d3]{list-style:none;margin:0;padding:0;display:grid;gap:.45rem}.reload-prompt[data-v-f7e465c8]{position:fixed;left:50%;bottom:calc(env(safe-area-inset-bottom,0px) + 1rem);transform:translate(-50%);width:min(calc(100% - 2rem),480px);display:flex;flex-direction:column;gap:.75rem;padding:1rem 1.1rem;border-radius:16px;background:#0b1b33;color:#fff;box-shadow:0 12px 30px #0b1b3338;z-index:60}.reload-prompt__text[data-v-f7e465c8]{margin:0;font-size:.95rem;line-height:1.4}.reload-prompt__actions[data-v-f7e465c8]{display:flex;gap:.5rem;align-items:center}.reload-prompt[data-v-f7e465c8] .app-button--text{color:#fff}:root{--allyme-color-bg: #ffffff;--allyme-color-surface: #f4f1ff;--allyme-color-surface-strong: #ebe4ff;--allyme-color-text: #111b3c;--allyme-color-text-muted: #64748b;--allyme-color-primary: #6d3df5;--allyme-color-primary-hover: #5b2fe0;--allyme-color-primary-pressed: #4f27c7;--allyme-color-border: #e4e7ef;--allyme-color-danger: #b42318;--allyme-color-danger-bg: #fef3f2;--allyme-color-success: #2dbe78;--allyme-color-success-bg: #ecfdf3;--allyme-color-focus: #8b5cf6;--allyme-radius-sm: 12px;--allyme-radius-md: 16px;--allyme-radius-lg: 20px;--allyme-radius-button: 15px;--allyme-shadow-soft: 0 8px 24px rgba(17, 27, 60, .06);--allyme-shadow-card: 0 4px 18px rgba(17, 27, 60, .05);--allyme-max-content: 480px;--allyme-font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--allyme-space-1: .25rem;--allyme-space-2: .5rem;--allyme-space-3: .75rem;--allyme-space-4: 1rem;--allyme-space-5: 1.25rem;--allyme-space-6: 1.5rem;--allyme-space-8: 2rem;--allyme-touch-min: 44px;--allyme-button-height: 56px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-outline-style:solid}}}@layer theme{:root,:host{--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.static{position:static}.flex{display:flex}.hidden{display:none}.flex-shrink{flex-shrink:1}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.flex-wrap{flex-wrap:wrap}.border{border-style:var(--tw-border-style);border-width:1px}.outline{outline-style:var(--tw-outline-style);outline-width:1px}}:root{--allyme-color-bg:#fff;--allyme-color-surface:#f4f1ff;--allyme-color-surface-strong:#ebe4ff;--allyme-color-text:#111b3c;--allyme-color-text-muted:#64748b;--allyme-color-primary:#6d3df5;--allyme-color-primary-hover:#5b2fe0;--allyme-color-primary-pressed:#4f27c7;--allyme-color-border:#e4e7ef;--allyme-color-danger:#b42318;--allyme-color-danger-bg:#fef3f2;--allyme-color-success:#2dbe78;--allyme-color-success-bg:#ecfdf3;--allyme-color-focus:#8b5cf6;--allyme-radius-sm:12px;--allyme-radius-md:16px;--allyme-radius-lg:20px;--allyme-radius-button:15px;--allyme-shadow-soft:0 8px 24px #111b3c0f;--allyme-shadow-card:0 4px 18px #111b3c0d;--allyme-max-content:480px;--allyme-font-sans:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--allyme-space-1:.25rem;--allyme-space-2:.5rem;--allyme-space-3:.75rem;--allyme-space-4:1rem;--allyme-space-5:1.25rem;--allyme-space-6:1.5rem;--allyme-space-8:2rem;--allyme-touch-min:44px;--allyme-button-height:56px}@media(prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}*{box-sizing:border-box}html,body,#app{background:var(--allyme-color-bg);min-height:100%;color:var(--allyme-color-text);font-family:var(--allyme-font-sans);margin:0}body{overflow-x:hidden}a{color:inherit}:focus-visible{outline:3px solid var(--allyme-color-focus);outline-offset:2px}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}
