:root{--color-bg-from: #4b1d3f;--color-bg-to: #6e1e38;--color-surface: rgba(255, 255, 255, .07);--color-surface-hover: rgba(255, 255, 255, .12);--color-border: rgba(245, 240, 230, .12);--color-border-strong: rgba(245, 240, 230, .22);--color-primary: #f56fa5;--color-primary-hover: #ff84b5;--color-primary-subtle: rgba(245, 111, 165, .18);--color-primary-rgb: 245, 111, 165;--color-secondary: #9255e8;--color-secondary-hover: #a870f5;--color-secondary-subtle: rgba(146, 85, 232, .18);--color-secondary-rgb: 146, 85, 232;--color-interactive-text: #2d0f26;--color-accent-1: #d4af37;--color-accent-1-hover: #deba4a;--color-accent-1-soft: rgba(212, 175, 55, .2);--color-accent-2: #9ad4ec;--color-accent-2-soft: rgba(154, 212, 236, .2);--color-fab: var(--color-accent-1);--color-fab-hover: var(--color-accent-1-hover);--color-fab-rgb: 212, 175, 55;--color-bar: var(--color-bg-to);--color-text: #f5f0e6;--color-text-soft: rgba(245, 240, 230, .82);--color-text-muted: rgba(245, 240, 230, .58);--color-text-dim: rgba(245, 240, 230, .42);--color-error: #f87171;--color-error-hover: #fca5a5;--color-error-subtle: rgba(248, 113, 113, .14);--color-error-border: rgba(248, 113, 113, .45);--color-success: #86efac;--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "DM Sans", system-ui, sans-serif;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-md: 1.125rem;--text-lg: 1.5rem;--text-xl: 1.875rem;--text-2xl: 2.625rem;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--radius-sm: .375rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--radius-full: 9999px;--layout-max-width: 430px;--layout-padding-x: var(--space-5);--fab-spacer-height: 5rem;--duration-fast: .12s;--duration-base: .2s;--duration-slow: .35s;--ease-out: cubic-bezier(.16, 1, .3, 1);--app-background: linear-gradient(160deg, var(--color-bg-from) 0%, var(--color-bg-to) 100%)}.create-page{display:flex;flex-direction:column;gap:var(--space-6);padding-top:var(--space-2)}.create-form{display:flex;flex-direction:column;gap:var(--space-6)}.detail-page{display:flex;flex-direction:column;gap:var(--space-8);padding-block:0 var(--space-4)}.detail-progress{display:flex;flex-direction:column;gap:var(--space-3)}.member-list{list-style:none;padding:0 var(--space-3);margin:0;display:flex;flex-direction:column;gap:var(--space-2)}.form-fields{display:flex;flex-direction:column;gap:var(--space-4)}.field{display:flex;flex-direction:column;gap:var(--space-2);width:100%}.field__label{font-family:var(--font-body);font-size:var(--text-xs);font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted)}.field__label-row{display:flex;align-items:center;gap:var(--space-3);width:100%}.field__label-row>button{margin-left:auto;flex-shrink:0}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{width:100%}html{background-color:var(--color-bg-from)}body{font-family:var(--font-body);font-size:var(--text-base);font-weight:400;line-height:1.6;color:var(--color-text);position:relative;background:transparent;isolation:isolate;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:var(--app-background);pointer-events:none;z-index:-1}.fab-spacer{height:calc(var(--fab-spacer-height) + env(safe-area-inset-bottom,0px))}.global-header.svelte-1jhb5n2{position:relative;z-index:2;width:100%;box-sizing:border-box}.global-header__row.svelte-1jhb5n2{width:100%;display:flex;align-items:center;gap:var(--space-4)}.global-header__home-link.svelte-1jhb5n2{display:flex;align-items:center;gap:var(--space-4);flex:1;min-width:0;border-radius:var(--radius-sm);color:inherit;text-decoration:none;transition:background var(--duration-fast)}.global-header__home-link.svelte-1jhb5n2:hover{background:var(--color-surface-hover)}.global-header__home-link.svelte-1jhb5n2:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.global-header__gear-btn.svelte-1jhb5n2{flex-shrink:0;display:grid;place-items:center;width:2.75rem;height:2.75rem;margin-inline:calc(-1 * var(--space-1)) calc(-1 * var(--space-1));padding:0;border:none;border-radius:var(--radius-sm);background:transparent;cursor:pointer;transition:background var(--duration-fast)}.global-header__gear-btn.svelte-1jhb5n2:hover{background:var(--color-surface-hover)}.global-header__gear-btn.svelte-1jhb5n2:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.global-header__gear-btn--active.svelte-1jhb5n2 .global-header__gear:where(.svelte-1jhb5n2){color:var(--color-primary)}.global-header__gear.svelte-1jhb5n2{display:flex;align-items:center;justify-content:center;width:1.125rem;height:1.125rem;color:var(--color-text-dim);transition:color var(--duration-fast)}.global-header__gear--open.svelte-1jhb5n2:not(.global-header__gear--active){color:var(--color-text-muted)}.global-header__gear--active.svelte-1jhb5n2{color:var(--color-primary)}.global-header__gear.svelte-1jhb5n2 svg{width:100%;height:100%;display:block}.global-header__avatar.svelte-1jhb5n2{width:2.75rem;height:2.75rem;border-radius:999px;overflow:hidden;flex-shrink:0;display:grid;place-items:center;background:var(--color-surface);border:1px solid var(--color-border)}.global-header__photo.svelte-1jhb5n2{width:100%;height:100%;object-fit:cover;display:block}.global-header__logo-fallback.svelte-1jhb5n2{width:80%;height:80%;object-fit:contain;display:block}.global-header__text.svelte-1jhb5n2{display:flex;flex-direction:column;gap:var(--space-1);min-width:0}.global-header__relationship.svelte-1jhb5n2{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:var(--font-display);font-size:var(--text-md);font-weight:300;letter-spacing:.02em;line-height:1.2;color:var(--color-text-soft)}.global-header__text.svelte-1jhb5n2 .text{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.global-header__menu.svelte-1jhb5n2{position:absolute;right:0;top:calc(100% + var(--space-2));z-index:11;display:flex;flex-direction:column;width:max-content;max-width:min(100%,20rem);padding:var(--space-2);border:1px solid var(--color-border);border-radius:var(--radius-md);background:#2d0f26;box-shadow:0 12px 32px #00000047;transform-origin:top right;pointer-events:auto}.global-header__menu-item.svelte-1jhb5n2{display:block;width:100%;padding:var(--space-3) var(--space-4);border:none;border-radius:var(--radius-sm);background:transparent;color:var(--color-text-soft);font-family:var(--font-body);font-size:var(--text-sm);text-align:right;white-space:nowrap;text-decoration:none;cursor:pointer;box-sizing:border-box;transition:background var(--duration-fast),color var(--duration-fast)}.global-header__menu.svelte-1jhb5n2 form:where(.svelte-1jhb5n2){width:100%}.global-header__menu-item.svelte-1jhb5n2:hover{background:var(--color-surface-hover);color:var(--color-text)}.global-header__menu-item--button.svelte-1jhb5n2:disabled{opacity:.7;cursor:wait}.global-header__feedback-activator.svelte-1jhb5n2{position:absolute;width:0;height:0;overflow:hidden;pointer-events:none;opacity:0}.app-sticky-header.svelte-1gazmr5{position:sticky;top:0;z-index:40;width:100%;max-width:var(--layout-max-width);margin-inline:auto;padding-inline:var(--layout-padding-x);padding-top:calc(var(--space-4) + env(safe-area-inset-top,0px));padding-bottom:var(--space-1);box-sizing:border-box;display:flex;flex-direction:column;gap:var(--space-2);transition:gap var(--duration-fast) var(--ease-out);isolation:isolate}.app-sticky-header.svelte-1gazmr5:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--app-background);background-size:100vw 100dvh;background-position:center top;background-repeat:no-repeat}.app-sticky-header.svelte-1gazmr5>*{position:relative}.app-sticky-header--with-title.svelte-1gazmr5{gap:var(--space-2);padding-bottom:var(--space-2)}.app-sticky-header__title-block.svelte-1gazmr5{display:flex;align-items:center;gap:var(--space-4);min-width:0}.app-sticky-header__title-row.svelte-1gazmr5{display:flex;flex:1;flex-direction:column;gap:0;min-width:0}.app-sticky-header__title-row.svelte-1gazmr5 .heading,.app-sticky-header__title-row.svelte-1gazmr5 .text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-sticky-header__counters.svelte-1gazmr5{position:relative;z-index:0;min-width:0}.app-sticky-header__back.svelte-1gazmr5{display:flex;align-items:center;gap:var(--space-2);min-height:2rem;min-width:0}.app-sticky-header__back.svelte-1gazmr5 .back-link{flex:0 0 auto}.app-sticky-header__detail-identity.svelte-1gazmr5{display:flex;align-items:center;gap:var(--space-2);flex:1 1 auto;min-width:0;min-height:2rem;padding-block:var(--space-1);font-family:var(--font-body);color:var(--color-text)}.app-sticky-header__detail-emoji.svelte-1gazmr5{flex:0 0 auto;font-size:1.5rem;line-height:1}.app-sticky-header__detail-name.svelte-1gazmr5{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:var(--text-md);font-weight:700;line-height:1.2}.app-sticky-header__detail-identity.svelte-1gazmr5 .accent-badge{margin-inline-start:auto}.home-meta-counters__row.svelte-1oplp5t{display:flex;align-items:stretch;gap:var(--space-2);width:100%}.home-meta-counters__pill.svelte-1oplp5t{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-2) var(--space-3);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-1);flex:1 1 0;min-width:0;cursor:pointer;font:inherit;color:inherit;transition:background var(--duration-fast),border-color var(--duration-fast)}.home-meta-counters__pill.svelte-1oplp5t:hover:not(.home-meta-counters__pill--active){background:var(--color-surface-hover);border-color:var(--color-border-strong)}.home-meta-counters__pill--active.svelte-1oplp5t{background:var(--color-primary-subtle);border-color:rgba(var(--color-primary-rgb),.35)}.home-meta-counters__pill--active.svelte-1oplp5t .home-meta-counters__label:where(.svelte-1oplp5t){color:var(--color-text-soft)}.home-meta-counters__count.svelte-1oplp5t{font-family:var(--font-display);font-size:1.875rem;font-weight:300;color:var(--color-accent-1);line-height:1}.home-meta-counters__count--placeholder.svelte-1oplp5t{color:var(--color-text-muted)}.home-meta-counters__label.svelte-1oplp5t{font-family:var(--font-body);font-size:.6rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);text-align:center;white-space:nowrap}
