:root{font-synthesis:none;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--text:#060708;--hint:#7d7e7f;--primary:#fff;--card:#fff;--accent-text:#0070e5;--action-text:#0068d1;--muted:#565758;--accent:#007aff;--divider:#e4e5e7;--accent-soft:#e8f2ff;--secondary:#f5f7fa;--on-accent:#fff;--danger:#cc1a1a;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,sans-serif}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--text:#fff;--hint:#aaaaad;--primary:#17181c;--card:#17181c;--accent-text:#5eadff;--action-text:#5eadff;--muted:#cbccce;--accent:#007aff;--divider:#36373d;--accent-soft:#172d49;--secondary:#25262d;--on-accent:#fff;--danger:#ff6464}*{box-sizing:border-box}html,body,#root{overscroll-behavior:none;width:100%;height:100%;min-height:100%;margin:0}body{background:var(--primary);color:var(--text);overflow:hidden}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:default;opacity:.5}button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:2px}a{color:var(--action-text)}.app-shell{height:var(--app-viewport-height,100dvh);background:var(--primary);overscroll-behavior:none;flex-direction:column;width:100%;max-width:600px;margin:0 auto;display:flex;overflow:hidden}.app-content{isolation:isolate;overscroll-behavior:none;flex-direction:column;flex:1;min-height:0;display:flex;position:relative;overflow:hidden}.route-layer{z-index:2;background:var(--primary);backface-visibility:hidden;flex-direction:column;min-width:0;min-height:0;display:flex;position:absolute;inset:0;overflow:hidden;transform:translate(0,0)}.route-layer[data-layer-role=background]{z-index:0;visibility:hidden;pointer-events:none}.route-layer[data-layer-role=previous]{z-index:1;pointer-events:none;transform:translate(-18%)}.route-layer[data-layer-role=current]{z-index:2;pointer-events:auto}.route-layer[data-view=map]{pointer-events:none;background:0 0}.route-layer[data-layer-role=current][data-view=map] .bottom-navigation{pointer-events:auto;width:100%;margin-top:auto}.map-host{top:0;right:0;bottom:calc(60px + max(env(safe-area-inset-bottom), 24px));z-index:0;backface-visibility:hidden;pointer-events:auto;min-width:0;min-height:0;position:absolute;left:0;overflow:hidden}.screen-scroll{overscroll-behavior:none;scrollbar-width:none;-webkit-overflow-scrolling:touch;flex:1;min-height:0;overflow-y:auto}.screen-scroll::-webkit-scrollbar{display:none}.page-pad{padding:0 16px}.section-title{margin:0;padding:16px;font-size:17px;font-weight:590;line-height:20px}.bottom-action{background:var(--primary);border-top:1px solid var(--divider);padding:10px 16px max(env(safe-area-inset-bottom), 24px);flex:none}.hint-text{color:var(--muted);font-size:13px;line-height:18px}.error-text{color:var(--danger);font-size:13px;line-height:18px}.app-toast{z-index:25;right:max(16px,50vw - 284px);bottom:calc(76px + env(safe-area-inset-bottom));border:1px solid color-mix(in srgb, #1d9659 35%, var(--divider));background:var(--primary);color:#18834b;pointer-events:none;border-radius:12px;align-items:center;gap:8px;max-width:min(320px,100vw - 32px);padding:10px 14px;font-size:14px;font-weight:600;display:flex;position:fixed;box-shadow:0 8px 24px #0002}:root[data-theme=dark] .app-toast{color:#68d69a}.media-viewer{background:#060708;flex:1;place-items:center;min-height:0;display:grid;position:relative}.media-viewer__count{text-align:center;color:#fff;font-size:15px;line-height:20px;position:absolute;top:20px;left:0;right:0}.media-viewer__download{right:16px;bottom:max(env(safe-area-inset-bottom), 24px);background:var(--secondary);width:48px;height:48px;color:var(--text);border:0;border-radius:12px;place-items:center;display:grid;position:absolute}.media-viewer img{object-fit:contain;object-position:center;max-width:100%;max-height:100%}.ui-icon{background:currentColor;flex:none;display:inline-block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-button{width:44px;height:44px;color:var(--text);background:0 0;border:0;place-items:center;padding:10px;display:grid}.icon-button.is-active{color:var(--accent-text)}.ui-button{border:0;border-radius:12px;width:100%;height:48px;font-size:16px;font-weight:510;line-height:20px}.ui-button--primary{background:var(--accent);color:var(--on-accent)}.ui-button--secondary{background:var(--secondary);color:var(--text)}.ui-button--destructive{background:var(--danger);color:#fff}.avatar{background:var(--accent-soft);color:var(--accent-text);border-radius:50%;flex:none;justify-content:center;align-items:center;font-weight:590;line-height:1;display:inline-flex;overflow:hidden}.avatar img{object-fit:cover;object-position:center;width:100%;height:100%}.app-header{background:var(--primary);flex:none;align-items:center;gap:4px;height:56px;min-height:56px;padding:0 8px 0 16px;display:flex;position:relative}.app-header h1{white-space:nowrap;text-overflow:ellipsis;flex:1;margin:0;font-size:24px;font-weight:590;line-height:28px;overflow:hidden}.app-header__actions{align-items:center;display:flex}.app-header--centered{justify-content:center;padding-left:8px}.app-header--centered h1{text-align:center;flex:none;position:absolute;left:56px;right:56px}.app-header--centered .app-header__actions{position:absolute;right:8px}.app-header--nested{justify-content:center;padding-left:4px}.app-header--nested h1{text-align:center;padding-right:44px;font-size:17px;line-height:24px}.app-header--nested .app-header__actions{position:absolute;right:8px}.app-header--emphasized h1{font-weight:700}.bottom-navigation{height:calc(60px + max(env(safe-area-inset-bottom), 24px));border-top:1px solid var(--divider);background:var(--primary);padding-bottom:max(env(safe-area-inset-bottom), 24px);flex:none;display:flex}.bottom-navigation__item{min-width:0;height:60px;color:var(--muted);white-space:nowrap;background:0 0;border:0;flex-direction:column;flex:1;align-items:center;gap:5px;padding:8px 0 0;font-size:11px;font-weight:400;line-height:16px;display:flex}.bottom-navigation__item.is-active{color:var(--accent-text);font-weight:590}.bottom-navigation__item .ui-icon{margin-bottom:0}.tabs{border-bottom:1px solid var(--divider);background:var(--primary);flex:none;height:44px;padding:0 16px;display:flex}.tabs__item{height:43px;color:var(--muted);text-align:center;background:0 0;border:0;flex:1;padding:0 2px;font-size:15px;font-weight:400;line-height:20px;position:relative}.tabs__item.is-active{color:var(--accent-text);font-weight:590}.tabs__item.is-active:after{content:"";background:var(--accent);border-radius:1px;height:3px;position:absolute;bottom:0;left:12px;right:12px}.search-field{background:var(--secondary);width:100%;height:44px;color:var(--hint);border-radius:12px;align-items:center;gap:10px;padding:0 12px;display:flex}.search-field input{width:100%;min-width:0;color:var(--text);background:0 0;border:0;outline:0;flex:1;font-size:16px;line-height:20px}.search-field input::placeholder{color:var(--hint)}.field{margin:0 16px 22px;display:block}.field>span{color:var(--muted);margin-bottom:8px;font-size:13px;line-height:18px;display:block}.field input,.field textarea{background:var(--secondary);width:100%;color:var(--text);border:0;border-radius:12px;outline:0;padding:12px 14px;font-size:16px;line-height:22px}.field input{height:44px}.field textarea{resize:vertical;min-height:90px}.field input::placeholder,.field textarea::placeholder{color:var(--hint)}.cell{border:0;border-bottom:1px solid var(--divider);background:var(--primary);width:100%;min-height:76px;color:var(--text);text-align:left;align-items:center;gap:12px;padding:0 16px;display:flex}.cell__icon{color:var(--accent-text);margin-right:4px}.cell__copy{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.cell__copy strong{text-overflow:ellipsis;font-size:16px;font-weight:510;line-height:20px;overflow:hidden}.cell__copy small{color:var(--muted);font-size:13px;font-weight:400;line-height:18px}.cell__chevron{color:var(--muted)}.chip{background:var(--secondary);height:44px;color:var(--muted);border:0;border-radius:12px;padding:0 16px;font-size:14px;line-height:20px}.chip.is-active{background:var(--accent-soft);color:var(--accent-text);font-weight:590}.state-panel{text-align:center;padding:42px 24px}.state-panel h2{margin:0 0 10px;font-size:20px;font-weight:590;line-height:24px}.state-panel p{color:var(--muted);margin:0 0 24px;font-size:15px;line-height:20px}.state-panel--loading{flex-direction:column;gap:12px;display:flex}.state-panel--loading div{background:var(--secondary);border-radius:8px;height:20px}.state-panel--loading div:first-child{width:55%}.state-panel--loading div:last-child{width:75%}.dialog-backdrop{z-index:20;background:#0008;place-items:end center;display:grid;position:fixed;inset:0}.dialog{width:min(100%,600px);max-height:min(78dvh,720px);padding:0 24px max(env(safe-area-inset-bottom), 24px);background:var(--primary);overscroll-behavior:contain;border-radius:20px 20px 0 0;flex-direction:column;gap:16px;display:flex;overflow-y:auto}.dialog .sheet-drag-handle{margin-bottom:-10px}.dialog h2{text-align:left;margin:0;font-size:24px;font-weight:590;line-height:28px}.dialog p{color:var(--muted);text-align:left;margin:0;font-size:16px;line-height:22px}.icon-button__icon,.bottom-navigation__icon{place-items:center;line-height:0;display:inline-grid;position:relative}.count-badge{background:var(--danger);color:#fff;font-variant-numeric:tabular-nums;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:700;line-height:18px;display:inline-flex}.icon-button__icon>.count-badge,.bottom-navigation__icon>.count-badge{box-shadow:0 0 0 2px var(--primary);position:absolute;top:-8px;right:-11px}.bottom-navigation__icon>.count-badge{top:-6px;right:-13px}.max-context-menu-backdrop{z-index:18;-webkit-tap-highlight-color:transparent;background:#0000000e;animation:.16s ease-out both max-menu-backdrop-in;position:fixed;inset:0}.max-context-menu__dismiss{cursor:default;background:0 0;border:0;width:100%;height:100%;padding:0;position:absolute;inset:0}.max-context-menu{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;border:1px solid color-mix(in srgb, var(--divider) 78%, transparent);background:var(--primary);max-width:calc(100vw - 24px);max-height:min(460px,100dvh - 24px);color:var(--text);will-change:transform, opacity;border-radius:18px;animation:.19s cubic-bezier(.16,1,.3,1) both max-menu-in;position:fixed;overflow:hidden auto;box-shadow:0 14px 42px #0003,0 2px 9px #0000001a}.max-context-menu__item{width:100%;min-height:52px;color:var(--text);text-align:left;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;background:0 0;border:0;align-items:center;gap:14px;padding:0 15px 0 16px;font-size:16px;font-weight:510;line-height:21px;transition:background-color 90ms,color 90ms;display:flex}.max-context-menu__item+.max-context-menu__item{border-top:1px solid color-mix(in srgb, var(--divider) 82%, transparent)}.max-context-menu__item>span:first-child{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.max-context-menu__item>.ui-icon{color:var(--accent-text);flex:none}.max-context-menu__item:active:not(:disabled){background:var(--secondary)}.max-context-menu__item:disabled{opacity:.48}.max-context-menu__item.is-destructive,.max-context-menu__item.is-destructive>.ui-icon{color:var(--danger)}.max-context-menu__item.is-destructive:active:not(:disabled){background:color-mix(in srgb, var(--danger) 9%, transparent)}.max-context-menu__item.is-loading:disabled{opacity:1}.max-context-menu__item.is-loading>span:first-child{background:color-mix(in srgb, var(--muted) 14%, var(--secondary));color:#0000;border-radius:999px;flex:0 0 58%;height:10px;font-size:0;animation:1s ease-in-out infinite max-menu-pulse}.max-context-menu__loading-icon{background:color-mix(in srgb, var(--muted) 12%, var(--secondary));border-radius:7px;flex:none;width:22px;height:22px;animation:1s ease-in-out infinite max-menu-pulse}.max-context-menu__status{min-height:58px;color:var(--muted);padding:18px 16px;font-size:14px;line-height:20px}.max-context-menu__form{padding:14px}.max-context-menu__form h3{margin:0 0 4px;font-size:17px;font-weight:590;line-height:22px}.max-context-menu__form p{color:var(--muted);margin:0 0 12px;font-size:13px;line-height:18px}.max-context-menu__form .field{margin:0 0 10px}.max-context-menu__form-actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}@media (hover:hover) and (pointer:fine){.max-context-menu__item:hover:not(:disabled){background:color-mix(in srgb, var(--secondary) 76%, transparent)}.max-context-menu__item.is-destructive:hover:not(:disabled){background:color-mix(in srgb, var(--danger) 7%, transparent)}}@keyframes max-menu-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes max-menu-in{0%{opacity:0;transform:translate3d(0, var(--max-menu-enter-y,-4px), 0) scale(.965)}60%{opacity:1}to{opacity:1;transform:translate(0,0)scale(1)}}@keyframes max-menu-pulse{0%,to{opacity:.48}50%{opacity:.88}}@media (prefers-reduced-motion:reduce){.max-context-menu-backdrop,.max-context-menu,.max-context-menu__item.is-loading>span:first-child,.max-context-menu__loading-icon{animation:none}}.post-card{background:var(--primary);border-bottom:1px solid var(--divider);width:100%;padding-bottom:10px}.post-card__head{align-items:flex-start;height:68px;padding:10px 8px 0 14px;display:flex}.post-card__author-avatar{background:0 0;border:0;width:44px;height:44px;padding:2px}.post-card__author{min-width:0;color:var(--text);text-align:left;background:0 0;border:0;flex-direction:column;flex:1;align-self:flex-start;padding:4px 0 0 10px;display:flex}.post-card__author strong{text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:590;line-height:20px;overflow:hidden}.post-card__author span{color:var(--muted);margin-top:2px;font-size:13px;line-height:16px}.post-card__caption{width:calc(100% - 32px);color:var(--text);text-align:left;white-space:pre-wrap;background:0 0;border:0;margin:0 16px 12px;padding:0;font-size:16px;font-weight:400;line-height:22px;display:block}.post-card__tags{color:var(--muted);flex-wrap:wrap;align-items:baseline;gap:0 4px;margin:0 16px 12px;font-size:13px;line-height:19px;display:flex}.post-card__tags>.ui-icon{background:var(--accent-text);flex:none;align-self:center;margin-right:3px}.post-card__tag button,.post-card__tag-more{color:var(--accent-text);font:inherit;line-height:inherit;text-align:left;background:0 0;border:0;padding:0}.post-card__tag button:disabled{opacity:1}.post-card__media{background:var(--secondary);border:0;width:100%;padding:0;display:block;overflow:hidden}.post-card__media img{width:100%;height:auto;display:block}.post-card__media.is-bounded-feed,.post-card__repost-media.is-bounded-feed{aspect-ratio:var(--post-media-ratio)}.post-card__media.is-bounded-feed img,.post-card__repost-media.is-bounded-feed img{object-fit:contain;object-position:center;width:100%;height:100%}.post-card__gallery{--post-gallery-ratio:1;width:100%;aspect-ratio:var(--post-gallery-ratio);background:var(--secondary);isolation:isolate;position:relative;overflow:hidden}.post-card__gallery-track{scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;cursor:grab;-webkit-user-select:none;user-select:none;width:100%;height:100%;display:flex;overflow:auto hidden}.post-card__gallery-track.is-pointer-dragging{cursor:grabbing;scroll-snap-type:none}.post-card__gallery-track::-webkit-scrollbar{display:none}.post-card__gallery .is-gallery-slide{scroll-snap-align:center;scroll-snap-stop:always;background:var(--secondary);flex:0 0 100%;width:100%;height:100%}.post-card__gallery .is-gallery-slide img,.post-card__gallery .is-gallery-slide video{object-fit:contain;object-position:center;width:100%;height:100%}.post-card__gallery-counter{z-index:2;color:#fff;pointer-events:none;font-variant-numeric:tabular-nums;background:#0000009e;border-radius:13px;place-items:center;min-width:38px;height:26px;padding:0 9px;font-size:12px;font-weight:590;line-height:16px;display:grid;position:absolute;top:10px;right:10px}.post-card__gallery-dots{z-index:2;pointer-events:none;background:#0000006b;border-radius:9px;justify-content:center;align-items:center;gap:5px;min-height:16px;padding:0 7px;display:flex;position:absolute;bottom:9px;left:50%;transform:translate(-50%)}.post-card__gallery-dots span{background:#ffffff7a;border-radius:50%;width:5px;height:5px;transition:transform .15s cubic-bezier(.22,.8,.2,1),background-color .15s ease-out;transform:scale(.9)}.post-card__gallery-dots span.is-active{background:#fff;transform:scale(1.35)}.post-card__gallery--compact .post-card__gallery-counter{top:8px;right:8px}.post-card__actions{height:48px;color:var(--muted);align-items:center;gap:6px;padding:0 16px;display:flex}.post-card__actions button{color:inherit;background:0 0;border:0;align-items:center;min-width:22px;height:44px;padding:0;display:flex}.post-card__actions>button:first-child,.post-card__actions>button:nth-child(3){touch-action:manipulation;justify-content:center;min-width:40px}.post-card__actions button.is-active{color:var(--accent-text)}.post-card__actions .post-card__count{min-width:40px;padding-right:20px;font-size:14px;font-weight:510;line-height:20px}.post-card__actions .post-card__share{background:var(--accent-soft);width:38px;min-width:38px;height:36px;color:var(--accent-text);border-radius:12px;justify-content:center}.post-card__event{background:var(--secondary);width:calc(100% - 32px);height:44px;color:var(--accent-text);text-align:left;border:0;border-radius:8px;align-items:center;gap:8px;margin:0 16px;padding:0 10px;display:flex}.post-card__event span{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;font-weight:510;line-height:18px;overflow:hidden}.event-card{border:1px solid var(--divider);text-align:left;background:var(--primary);width:calc(100% - 32px);min-height:292px;color:var(--text);border-radius:18px;margin:0 16px;padding:0;display:block;position:relative;overflow:hidden}.event-card__image{object-fit:cover;background:var(--secondary);width:100%;height:156px;display:block}.event-card--without-header{min-height:0}.event-card__identity{grid-template-columns:64px minmax(0,1fr);align-items:center;gap:12px;min-width:0;display:grid}.event-card__identity-copy{min-width:0;display:block}.event-card__icon,.event-card__category{border-radius:16px;width:64px;height:64px}.event-card__icon{object-fit:cover;display:block}.event-card__category{place-items:center;display:grid}.event-card__identity-copy strong{margin-top:4px}.event-category-artwork{background:var(--accent-soft);color:var(--accent-text);box-shadow:0 0 0 1px color-mix(in srgb, var(--accent-text) 10%, var(--divider)) inset;place-items:center;display:grid;overflow:hidden}.event-category-artwork .ui-icon{background:currentColor}.event-card__body{padding:14px 16px 16px;display:block}.event-card__date{color:var(--accent-text);font-size:12px;font-weight:590;line-height:16px;display:block}.event-card strong{text-overflow:ellipsis;white-space:nowrap;margin-top:8px;font-size:21px;font-weight:590;line-height:26px;display:block;overflow:hidden}.event-card__description{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:5px;font-size:14px;line-height:19px;display:-webkit-box;overflow:hidden}.event-card__meta{color:var(--accent-text);align-items:center;gap:6px;margin-top:10px;font-size:13px;font-weight:510;line-height:18px;display:flex}.event-card__meta .ui-icon{margin-left:auto}.event-row{background:var(--primary);width:100%;min-height:82px;color:var(--text);text-align:left;border:0;align-items:center;gap:12px;padding:10px 16px;display:flex;position:relative}.event-row__image{object-fit:cover;background:var(--secondary);border-radius:12px;flex:none;width:56px;height:56px}.event-row__category{place-items:center;display:grid}.event-row__text{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.event-row__title{align-items:center;gap:7px;min-width:0;display:flex}.event-row__text strong{text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:590;line-height:20px;overflow:hidden}.event-row__text small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:18px;overflow:hidden}.event-row__chevron{color:var(--muted);flex:none}.person-row{background:var(--primary);width:100%;height:76px;color:var(--text);text-align:left;border:0;align-items:center;gap:12px;padding:0 16px;display:flex;position:relative}.person-row__text{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.person-row__text strong{white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:590;line-height:20px;overflow:hidden}.person-row__text small{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:13px;line-height:18px;overflow:hidden}.person-row__chevron{color:var(--muted)}.post-card__repost{border:1px solid var(--divider);background:var(--secondary);border-radius:14px;margin:0 14px 10px;overflow:hidden}.post-card__repost-head{grid-template-columns:32px minmax(0,1fr);align-items:center;gap:10px;min-height:50px;padding:10px 12px 7px;display:grid}.post-card__repost-head>.avatar{flex:none;align-self:center;width:32px!important;height:32px!important}.post-card__repost-copy{flex-direction:column;gap:1px;min-width:0;display:flex}.post-card__repost-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:590;line-height:18px;overflow:hidden}.post-card__repost-copy small{text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:12px;line-height:16px;overflow:hidden}.post-card__repost-caption{white-space:pre-wrap;padding:2px 12px 11px;font-size:14px;line-height:19px}.post-card__repost-media{background:var(--secondary);border:0;width:100%;padding:0;display:block;overflow:hidden}.post-card__repost-media img{width:100%;height:auto;display:block}.post-card__repost--unavailable{min-height:54px;color:var(--muted);align-items:center;gap:8px;padding:0 12px;font-size:14px;line-height:19px;display:flex}.post-card__actions .post-card__share-count{width:auto;min-width:26px;color:var(--muted);padding:0 6px 0 1px;font-size:13px;font-weight:510}.post-card__repost--interactive{cursor:pointer}.post-card__repost-open{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0;display:block}.post-card__repost-open:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.post-card__repost-caption{display:block}.post-card__media.is-video,.post-card__repost-media.is-video{background:#050608;position:relative}.post-card__media.is-video video,.post-card__repost-media.is-video video{object-fit:contain;pointer-events:none;background:#050608;width:100%;max-height:72vh;display:block}.post-card__repost-media.is-video video{max-height:48vh}.post-card__gallery .is-gallery-slide.is-video video{object-fit:contain;max-height:none}.post-card__video-badge{color:#fff;pointer-events:none;background:#000000a8;border-radius:18px;justify-content:center;align-items:center;gap:7px;min-width:54px;height:36px;padding:0 11px;font-size:12px;font-weight:590;line-height:16px;display:inline-flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.post-card__video-play{border-top:6px solid #0000;border-bottom:6px solid #0000;border-left:10px solid #fff;width:0;height:0;margin-left:2px}@media (prefers-reduced-motion:reduce){.post-card__gallery,.post-card__gallery-dots span{transition:none}}.person-row__avatar{flex:none;place-items:center;width:44px;height:44px;display:grid;position:relative}.person-row__presence{z-index:2;pointer-events:none;border:2px solid var(--primary);position:absolute;bottom:-2px;right:-3px}.person-row__presence--online{background:#34c759;border-radius:50%;width:11px;height:11px}.person-row__presence--away{background:var(--secondary);min-width:30px;height:18px;color:var(--muted);white-space:nowrap;font-variant-numeric:tabular-nums;border-radius:999px;justify-content:center;align-items:center;padding:0 5px;font-size:9px;font-weight:650;line-height:1;display:inline-flex}.sheet-drag-handle{width:64px;height:28px;color:inherit;touch-action:none;cursor:grab;background:0 0;border:0;flex:none;align-self:center;place-items:center;margin:0 auto;padding:0;display:grid}.sheet-drag-handle:after{content:"";background:var(--divider);border-radius:999px;width:38px;height:5px;transition:width .18s,background-color .18s}.sheet-drag-handle:active{cursor:grabbing;opacity:1}.sheet-drag-handle:active:after,.sheet-drag-handle:focus-visible:after{background:var(--muted);width:45px}[data-sheet-expanded=true]{max-height:calc(var(--app-viewport-height,100dvh) - 16px)!important}.sheet-backdrop-dismiss{cursor:default;background:0 0;border:0;width:100%;height:100%;padding:0;position:absolute;inset:0}.dialog,.share-sheet,.profile-info-sheet,.comment-report-sheet,.gift-detail-sheet{z-index:1;position:relative}.comments-list{padding-bottom:8px}.comments-post{border-bottom:8px solid var(--secondary)}.comments-post-loading{border-bottom:8px solid var(--secondary);min-height:120px}.comments-heading{margin:0;padding:14px 16px 8px;font-size:16px;font-weight:590;line-height:20px}.comment-tree{width:100%}.comment-item{background:var(--primary);width:100%;min-height:64px;color:var(--text);align-items:flex-start;gap:10px;padding-top:10px;padding-bottom:8px;padding-right:16px;display:flex}.comment-item__avatar{background:0 0;border:0;flex:none;width:auto;height:auto;padding:0}.comment-item__copy{flex:1;min-width:0}.comment-item__head{align-items:center;gap:8px;min-width:0;display:flex}.comment-item__head>button:first-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:70%;color:var(--text);text-align:left;background:0 0;border:0;padding:0;font-size:14px;font-weight:590;line-height:18px;overflow:hidden}.comment-item__head span{color:var(--hint);white-space:nowrap;font-size:11px;line-height:16px}.comment-item__head>.icon-button{width:30px;height:30px;color:var(--muted);border-radius:9px;flex:none;margin-left:auto;padding:6px}.comment-item p{white-space:pre-wrap;overflow-wrap:anywhere;margin:3px 0 0;font-size:14px;line-height:19px}.comment-item__reply-target{color:var(--accent-text);font:inherit;line-height:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:510}.comment-item__meta{flex-wrap:wrap;align-items:center;gap:4px 12px;min-height:24px;margin-top:3px;display:flex}.comment-item__meta button{color:var(--accent-text);background:0 0;border:0;padding:2px 0;font-size:12px;font-weight:510;line-height:18px}.comment-item__meta button.is-destructive{color:var(--danger)}.comment-item__meta span{color:var(--hint);font-size:11px;line-height:16px}.comment-like{align-items:center;gap:4px;display:inline-flex;color:var(--hint)!important}.comment-like.is-liked{color:var(--accent-text)!important}.comment-like .ui-icon{background:currentColor;flex:none}.comment-like span{color:currentColor;font-size:12px;line-height:18px}.comment-edit{margin-top:5px}.comment-edit textarea{border:1px solid var(--divider);resize:vertical;background:var(--secondary);width:100%;min-height:72px;color:var(--text);font:inherit;border-radius:10px;outline:none;padding:9px 10px;line-height:19px;display:block}.comment-edit textarea:focus{border-color:var(--accent)}.comment-edit__actions{justify-content:flex-end;gap:12px;margin-top:5px;display:flex}.comment-edit__actions button{color:var(--accent-text);background:0 0;border:0;padding:3px 0;font-size:12px;font-weight:510;line-height:18px}.comment-edit__actions button:disabled{opacity:.5}.comment-more{color:var(--accent-text);text-align:left;background:0 0;border:0;padding:6px 0 8px;font-size:12px;font-weight:510;line-height:18px;display:block}.comments-load-more{background:var(--secondary);width:calc(100% - 32px);min-height:40px;color:var(--accent-text);border:0;border-radius:10px;margin:8px 16px 14px;font-size:13px;font-weight:510;line-height:18px;display:block}.comment-form{background:var(--primary);border-top:1px solid var(--divider);padding-bottom:max(env(safe-area-inset-bottom), 12px);flex:none}.comment-reply{background:var(--secondary);min-height:36px;color:var(--accent-text);justify-content:space-between;align-items:center;gap:12px;padding:8px 16px;font-size:13px;line-height:20px;display:flex}.comment-reply span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.comment-reply__target{color:var(--accent-text);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:590}.comment-reply__close{color:var(--muted);background:0 0;border:0;flex:none;font-size:20px}.comment-form__input{align-items:center;gap:6px;padding:8px 12px;display:flex}.comment-form__field{background:var(--secondary);border-radius:22px;flex:1;align-items:center;min-width:0;height:44px;display:flex;overflow:hidden}.comment-form__reply-target{color:var(--accent-text);cursor:pointer;white-space:nowrap;background:0 0;border:0;flex:none;padding:0 0 0 14px;font-size:16px;font-weight:510;line-height:22px}.comment-form__field input{min-width:0;height:44px;color:var(--text);appearance:none;box-sizing:border-box;background:0 0;border:0;outline:none;flex:1;padding:11px 14px 11px 4px;font-family:inherit;font-size:16px;line-height:22px}.comment-form__field>input:first-child{padding-left:14px}.comment-form__field input::placeholder{color:var(--hint);opacity:1}.comment-form__input>button[type=submit]{background:var(--accent);color:#fff;border:0;border-radius:50%;flex:none;place-items:center;width:44px;height:44px;display:grid}.comment-form .error-text{margin:0 16px 8px;display:block}.comment-media-grid{background:var(--divider);border-radius:12px;grid-template-columns:repeat(2,minmax(0,1fr));gap:3px;width:min(100%,360px);margin-top:7px;display:grid;overflow:hidden}.comment-media-grid--1{grid-template-columns:minmax(0,1fr)}.comment-media-grid__item{aspect-ratio:1;background:var(--secondary);min-width:0;position:relative;overflow:hidden}.comment-media-grid--1 .comment-media-grid__item{aspect-ratio:4/3;max-height:320px}.comment-media-grid__open{background:var(--secondary);border:0;width:100%;height:100%;padding:0;display:block;overflow:hidden}.comment-media-grid__open img,.comment-media-grid__open video{object-fit:cover;width:100%;height:100%;display:block}.comment-media-grid__video{background:color-mix(in srgb, var(--text) 72%, transparent);min-height:24px;color:var(--primary);pointer-events:none;border-radius:12px;align-items:center;padding:3px 8px;font-size:11px;font-weight:590;line-height:16px;display:inline-flex;position:absolute;bottom:8px;left:8px}.comment-media-grid__remove{border:1px solid color-mix(in srgb, var(--primary) 34%, transparent);background:var(--danger);color:#fff;border-radius:50%;place-items:center;width:26px;height:26px;padding:0;font-size:19px;line-height:20px;display:grid;position:absolute;top:6px;right:6px}.comment-media-grid__remove:disabled{opacity:.55}.comment-edit__toolbar{min-height:32px;color:var(--muted);justify-content:space-between;align-items:center;gap:10px;margin-top:7px;font-size:12px;line-height:17px;display:flex}.comment-edit__attach{min-width:0;color:var(--accent-text);cursor:pointer;align-items:center;gap:5px;font-weight:510;display:inline-flex}.comment-edit__attach.is-busy{opacity:.62;cursor:default}.comment-edit__attach input{display:none}.comment-edit__attach .ui-icon{background:currentColor;flex:none}.comment-form__media{padding:10px 56px 0 58px}.comment-form__media .comment-media-grid{width:100%;margin-top:0}.comment-form__input{align-items:center}.comment-form__attach{width:44px;height:44px;color:var(--muted);cursor:pointer;border-radius:50%;flex:none;place-items:center;line-height:0;transition:background-color .14s,color .14s,opacity .14s;display:grid}.comment-form__attach:active{background:var(--secondary);color:var(--accent-text)}.comment-form__attach.is-disabled{opacity:.42;cursor:default}.comment-form__attach input{display:none}.comment-form__attach .ui-icon{background:currentColor;display:block}.comment-form__input>button[type=submit]:disabled{opacity:.38}.comment-form__media-status{min-height:20px;color:var(--muted);justify-content:space-between;align-items:baseline;gap:10px;margin:-3px 56px 7px 58px;font-size:11px;line-height:16px;display:flex}.comment-form__media-status span{color:var(--accent-text);flex:none;font-weight:510}.comment-form__media-status small{text-overflow:ellipsis;white-space:nowrap;min-width:0;font:inherit;color:inherit;overflow:hidden}@media (width<=420px){.comment-form__media{padding-left:52px;padding-right:52px}.comment-form__media-status{margin-left:52px;margin-right:52px}.comment-form__media-status small{display:none}}.comment-report-backdrop{z-index:80;background:#00000080;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.comment-report-sheet{overscroll-behavior:contain;width:min(100%,600px);max-height:min(78dvh,720px);padding:0 18px max(env(safe-area-inset-bottom), 18px);background:var(--primary);border-radius:22px 22px 0 0;overflow-y:auto;box-shadow:0 -12px 36px #0003}.comment-report-sheet h3{margin:0 0 6px;font-size:18px;font-weight:590;line-height:23px}.comment-report-sheet>p{color:var(--muted);max-height:54px;margin:0 0 14px;font-size:13px;line-height:18px;overflow:hidden}.comment-report-sheet__actions{grid-template-columns:1fr 1fr;gap:8px;margin-top:14px;display:grid}.event-hero{background:var(--primary);border-bottom:1px solid var(--divider);overflow:hidden}.event-hero__image{aspect-ratio:16/9;object-fit:cover;background:var(--secondary);width:100%;height:auto;display:block}.event-hero__copy{padding:14px 18px 18px}.event-hero__copy>span{color:var(--accent-text);font-size:12px;font-weight:590;line-height:16px}.event-hero h2{margin:7px 0 0;font-size:26px;font-weight:590;line-height:31px}.event-hero p{color:var(--muted);margin:8px 0 0;font-size:14px;line-height:20px}.event-description{white-space:pre-wrap;margin:8px 16px 16px;font-size:16px;line-height:22px}.detail-form{flex-direction:column;flex:1;min-height:0;display:flex}.profile-edit-avatar{flex-direction:column;align-items:center;gap:10px;min-height:136px;padding:14px 16px 10px;display:flex}.profile-edit-avatar__frame{width:88px;height:88px;position:relative}.profile-edit-avatar__frame .avatar{width:100%!important;height:100%!important}.profile-edit-avatar__edit{border:3px solid var(--primary);background:var(--accent);width:34px;height:34px;color:var(--on-accent);box-shadow:0 0 0 1px color-mix(in srgb, var(--text) 12%, var(--divider));border-radius:50%;place-items:center;padding:0;display:grid;position:absolute;bottom:-2px;right:-2px}.profile-edit-avatar__edit .ui-icon{background:currentColor}.profile-edit-avatar__edit:disabled{opacity:.55}.profile-edit-avatar>span:last-child{color:var(--muted);font-size:13px;line-height:18px}.profile-avatar-manager{border-bottom:1px solid var(--divider);padding:6px 16px 18px}.profile-avatar-manager__head{flex-direction:column;gap:3px;margin-bottom:11px;display:flex}.profile-avatar-manager__head strong{font-size:15px;font-weight:590;line-height:20px}.profile-avatar-manager__head span,.profile-avatar-manager__hint{color:var(--muted);font-size:12px;line-height:17px}.profile-avatar-manager__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.profile-avatar-card{aspect-ratio:1;background:var(--secondary);min-width:0;box-shadow:0 0 0 1px var(--divider) inset;touch-action:pan-y;border-radius:14px;transition:transform .14s,opacity .14s,box-shadow .14s;position:relative}.profile-avatar-card.is-dragging{z-index:3;opacity:.9;touch-action:none;transform:scale(1.06);box-shadow:0 8px 24px #0000002e}.profile-avatar-card__photo{border-radius:inherit;background:var(--secondary);color:#fff;border:0;width:100%;height:100%;padding:0;display:block;overflow:hidden}.profile-avatar-card__photo img{object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%;display:block}.profile-avatar-card__photo>span{color:#fff;pointer-events:none;background:#0000009e;border-radius:999px;align-items:center;min-height:22px;padding:0 7px;font-size:10px;font-weight:590;line-height:14px;display:inline-flex;position:absolute;bottom:6px;left:6px}.profile-avatar-card__delete{color:#fff;background:#0000009e;border:0;border-radius:50%;place-items:center;width:28px;height:28px;display:grid;position:absolute;top:5px;right:5px}.profile-avatar-card__delete:disabled{opacity:.55}.profile-avatar-add{aspect-ratio:1;border:1px dashed var(--divider);background:var(--secondary);color:var(--accent-text);cursor:pointer;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:5px;font-size:11px;font-weight:510;line-height:15px;display:flex}.profile-avatar-add input{display:none}.profile-avatar-manager__hint{margin:10px 0 0}@media (width<=360px){.profile-avatar-manager__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.create-post__author{align-items:center;gap:12px;min-height:76px;padding:14px 18px 10px;display:flex}.create-post__author>span:last-child{flex-direction:column;gap:4px;min-width:0;display:flex}.create-post__author strong{font-size:16px;font-weight:650;line-height:21px}.create-post__author small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:18px;overflow:hidden}.create-post__composer{border:1px solid var(--divider);background:var(--secondary);border-radius:18px;margin:8px 16px 14px;position:relative}.create-post__composer:focus-within{border-color:var(--accent)}.create-post__composer textarea{border-radius:inherit;width:100%;min-height:168px;color:var(--text);font:inherit;resize:none;background:0 0;border:0;outline:0;padding:17px 17px 35px;font-size:17px;line-height:24px;display:block}.create-post__composer textarea::placeholder{color:var(--hint)}.create-post__composer>span{color:var(--hint);font-variant-numeric:tabular-nums;pointer-events:none;font-size:12px;line-height:16px;position:absolute;bottom:12px;right:17px}.create-post__attachments{scrollbar-width:none;align-items:center;gap:9px;margin:0 16px;padding:0 0 3px;display:flex;overflow-x:auto}.create-post__attachments::-webkit-scrollbar{display:none}.create-post__attachments:not(.create-post__attachments--empty)>*{flex:0 0 112px;height:112px}.create-post__attachments--empty .create-post__add{flex-direction:row;flex:1;justify-content:flex-start;width:100%;min-height:72px;padding:10px 16px}.create-post__add{border:1px solid var(--divider);background:var(--secondary);min-height:112px;color:var(--accent-text);text-align:center;cursor:pointer;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:7px;display:flex}.create-post__add>span{flex-direction:column;gap:3px;display:flex}.create-post__add strong{font-size:14px;font-weight:590;line-height:19px}.create-post__add small{color:var(--muted);font-size:11px;line-height:16px}.create-post__add input{display:none}.create-post__add:active{background:var(--accent-soft)}.create-post__photo{background:var(--secondary);border-radius:14px;position:relative;overflow:hidden}.create-post__photo img,.create-post__photo video{object-fit:cover;object-position:center;width:100%;height:100%}.create-post__photo video{background:#050608}.create-post__photo .icon-button{background:var(--primary);border-radius:50%;position:absolute;top:5px;right:5px}.create-post__video-label{color:#fff;background:#000000b8;border-radius:6px;align-items:center;min-height:22px;padding:0 6px;font-size:10px;line-height:14px;display:inline-flex;position:absolute;bottom:6px;left:6px}.create-post__upload-status{color:var(--accent-text);align-items:center;gap:8px;margin:9px 18px 0;font-size:13px;line-height:18px;display:flex}.create-post__upload-status>span:last-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.create-post__upload-spinner{border:2px solid var(--divider);border-top-color:var(--accent-text);border-radius:50%;flex:none;width:16px;height:16px;animation:.7s linear infinite create-post-upload-spin}.create-post__settings{border:1px solid var(--divider);background:var(--secondary);border-radius:18px;margin:18px 16px 0;overflow:hidden}.create-post__settings .cell{border-bottom:1px solid var(--divider);background:0 0;min-height:70px;padding:8px 14px}.create-post__settings .cell:last-child{border-bottom:0}.create-post__settings .cell__icon{flex:none;margin-right:2px}.create-post__hint{color:var(--muted);margin:10px 18px 26px;font-size:12px;line-height:18px}.event-form__intro{padding:16px 16px 8px}.event-form__intro>span{color:var(--accent-text);font-size:12px;font-weight:650;line-height:18px;display:block}.event-form__progress{grid-template-columns:repeat(3,1fr);gap:6px;height:4px;margin:10px 0 21px;display:grid}.event-form__progress i{background:var(--divider);border-radius:999px}.event-form__progress i.is-active{background:var(--accent)}.event-form__intro h2{margin:0 0 4px;font-size:26px;font-weight:650;line-height:32px}.event-form__intro p{color:var(--muted);margin:0;font-size:14px;line-height:20px}.event-form__fields{padding:4px 16px 28px}.event-form__fields .field{margin:0 0 14px}.event-form__fields .field>span{margin-bottom:7px;font-size:13px;line-height:18px}.event-form__fields .field input{border:1px solid var(--divider);background:var(--secondary);border-radius:13px;min-height:49px}.event-form__fields .field textarea{border:1px solid var(--divider);background:var(--secondary);border-radius:13px;min-height:124px}.event-form__fields .field input:focus,.event-form__fields .field textarea:focus{border-color:var(--accent)}.event-form__fields .field input[type=datetime-local]{font-variant-numeric:tabular-nums;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=dark] .event-form__fields .field input[type=datetime-local]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.event-form__section-label{color:var(--text);margin:22px 0 12px;font-size:16px;font-weight:650;line-height:21px}.event-form__section-label:first-child{margin-top:4px}.event-form__hint{color:var(--muted);margin:-2px 0 14px;font-size:13px;line-height:19px}.event-artwork-editor{margin:9px 0 2px}.event-artwork-editor__head{flex-direction:column;gap:3px;margin-bottom:10px;display:flex}.event-artwork-editor__head strong{font-size:16px;font-weight:650;line-height:21px}.event-artwork-editor__head span,.event-artwork-editor__hint{color:var(--muted);font-size:12px;line-height:17px}.event-artwork-editor__grid{grid-template-columns:minmax(0,1fr) 102px;align-items:stretch;gap:10px;display:grid}.event-artwork-slot-wrap{min-width:0;position:relative}.event-artwork-slot{border:1px dashed var(--divider);background:var(--secondary);width:100%;height:100%;color:var(--accent-text);cursor:pointer;border-radius:15px;place-items:center;display:grid;overflow:hidden}.event-artwork-slot--header{aspect-ratio:16/9;min-height:96px}.event-artwork-slot--icon{aspect-ratio:1}.event-artwork-slot.has-image{border-style:solid}.event-artwork-slot>img{object-fit:cover;width:100%;height:100%;display:block}.event-artwork-slot input{display:none}.event-artwork-slot--header>span{justify-content:center;align-items:center;gap:7px;display:flex}.event-artwork-slot--header>span strong{color:var(--text);font-size:13px;font-weight:590;line-height:18px}.event-artwork-slot small{color:var(--muted);font-size:10px;line-height:14px}.event-artwork-slot--icon:not(.has-image){grid-template-rows:1fr auto;gap:3px;padding:9px 7px 7px}.event-artwork-slot__category{border-radius:13px;width:52px;height:52px}.event-artwork-slot__remove{z-index:3;border:2px solid var(--primary);background:var(--danger);color:#fff;border-radius:50%;place-items:center;width:27px;height:27px;padding:0;display:grid;position:absolute;top:6px;right:6px}.event-artwork-slot__remove .ui-icon{background:currentColor}.event-artwork-editor__hint{margin:9px 1px 0}.event-edit-artwork{margin:2px 0 20px;padding-bottom:4px}.event-edit-artwork__row{grid-template-columns:118px minmax(0,1fr);align-items:center;gap:12px;margin-top:10px;display:grid}.event-edit-artwork__preview{background:var(--secondary);color:var(--muted);box-shadow:0 0 0 1px var(--divider) inset;border-radius:14px;place-items:center;display:grid;overflow:hidden}.event-edit-artwork__preview--header{aspect-ratio:16/9;width:118px}.event-edit-artwork__preview--icon{justify-self:center;width:72px;height:72px}.event-edit-artwork__preview>img{object-fit:cover;width:100%;height:100%;display:block}.event-edit-artwork__preview>span:not(.event-category-artwork){flex-direction:column;align-items:center;gap:4px;font-size:10px;line-height:14px;display:flex}.event-edit-artwork__category{border-radius:14px;width:72px;height:72px}.event-edit-artwork__actions{flex-wrap:wrap;gap:6px;min-width:0;display:flex}.event-edit-artwork__actions label,.event-edit-artwork__actions button{background:var(--secondary);min-height:34px;color:var(--accent-text);font:inherit;cursor:pointer;border:0;border-radius:10px;align-items:center;gap:5px;padding:0 9px;font-size:11px;font-weight:510;line-height:15px;display:inline-flex}.event-edit-artwork__actions label input{display:none}.event-edit-artwork__actions .ui-icon{background:currentColor;flex:none}.event-edit-artwork__actions .is-destructive{color:var(--danger)}.event-edit-artwork__actions button:disabled{opacity:.5;cursor:default}.event-edit-artwork__actions label:has(input:disabled){opacity:.5;cursor:default}@media (width<=370px){.event-edit-artwork__row{grid-template-columns:96px minmax(0,1fr);gap:9px}.event-edit-artwork__preview--header{width:96px}}.event-category-cell{border:1px solid var(--divider);background:var(--secondary);width:100%;min-height:64px;color:var(--text);text-align:left;border-radius:13px;align-items:center;gap:10px;margin:1px 0 14px;padding:8px 13px;display:flex}.event-category-cell>.ui-icon:first-child{color:var(--accent-text)}.event-category-cell>span:nth-child(2){flex-direction:column;flex:1;gap:3px;display:flex}.event-category-cell strong{font-size:14px;font-weight:590;line-height:20px}.event-category-cell small{color:var(--muted);font-size:13px;line-height:18px}.event-category-cell>.ui-icon:last-child{color:var(--muted)}.event-form__resolved{color:var(--accent-text);margin:0 0 12px;font-size:13px;line-height:18px}.event-form__address-choices{border:1px solid var(--divider);border-radius:13px;margin:0 0 12px;overflow:hidden}.event-form__address-choices legend{color:var(--muted);padding:0 6px;font-size:13px;line-height:18px}.event-form__address-choices .cell+.cell{border-top:1px solid var(--divider)}.event-form__location-actions{grid-template-columns:1fr 1fr;gap:8px;margin:3px 0 1px;display:grid}.event-form--time-place .event-form__intro{padding:10px 16px 4px}.event-form--time-place .event-form__intro>span{font-size:12px;line-height:16px}.event-form--time-place .event-form__progress{height:3px;margin:6px 0 11px}.event-form--time-place .event-form__intro h2{margin-bottom:2px;font-size:22px;line-height:27px}.event-form--time-place .event-form__intro p{font-size:13px;line-height:18px}.event-form__fields--time-place{padding:0 16px 12px}.event-form__fields--time-place .event-form__section-label{margin:8px 0 7px;font-size:15px;line-height:20px}.event-form__time-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;display:grid}.event-form__time-grid .field{min-width:0;margin-bottom:7px}.event-form__time-grid .field>span{margin-bottom:5px;font-size:12px;line-height:16px}.event-form__time-grid .field input{width:100%;min-width:0;min-height:44px;padding-inline:10px;font-size:13px}.event-form__section-heading{justify-content:space-between;align-items:center;gap:10px;margin-top:2px;display:flex}.event-form__section-heading .event-form__section-label{margin:7px 0}.event-form__city-context{border:1px solid var(--divider);background:var(--secondary);min-width:0;max-width:62%;height:27px;color:var(--muted);white-space:nowrap;text-overflow:ellipsis;border-radius:999px;align-items:center;gap:5px;padding:0 9px;font-size:11px;line-height:16px;display:inline-flex;overflow:hidden}.event-form__city-context .ui-icon{color:var(--accent-text);flex:none}.event-form__place-search{z-index:8;position:relative}.event-form__place-search .field{margin-bottom:8px}.event-form__place-search .field>span{margin-bottom:5px;font-size:12px;line-height:16px}.event-form__place-search .field input{min-height:46px;padding-right:62px}.event-form__place-search-status{z-index:2;color:var(--muted);pointer-events:none;font-size:11px;line-height:18px;position:absolute;top:35px;right:12px}.event-form__address-popover{z-index:16;overscroll-behavior:contain;border:1px solid var(--divider);background:var(--primary);scrollbar-width:none;border-radius:14px;max-height:min(310px,42dvh);position:absolute;top:calc(100% - 3px);left:0;right:0;overflow-y:auto;box-shadow:0 12px 36px #00000029}.event-form__address-popover::-webkit-scrollbar{display:none}.event-form__address-option{border:0;border-bottom:1px solid var(--divider);background:var(--primary);width:100%;min-height:57px;color:var(--text);text-align:left;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:8px;padding:8px 10px;display:grid}.event-form__address-option:last-child{border-bottom:0}.event-form__address-option:active{background:var(--secondary)}.event-form__address-option>.ui-icon{color:var(--accent-text)}.event-form__address-option>span{gap:2px;min-width:0;display:grid}.event-form__address-option strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:590;line-height:18px;overflow:hidden}.event-form__address-option small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:15px;overflow:hidden}.event-form__address-option em{color:var(--accent-text);white-space:nowrap;align-self:start;margin-top:2px;font-size:10px;font-style:normal;line-height:15px}.event-form__fields--time-place .event-form__resolved{background:var(--accent-soft);min-height:34px;color:var(--accent-text);border-radius:10px;align-items:flex-start;gap:7px;margin:0 0 8px;padding:7px 9px;font-size:11px;line-height:17px;display:flex}.event-form__fields--time-place .event-form__resolved .ui-icon{flex:none;margin-top:1px}.event-form__fields--time-place .event-form__location-actions{gap:7px;margin:0}.event-form__fields--time-place .form-link{border-radius:11px;min-height:43px;padding:7px 9px;font-size:12px;line-height:16px}.event-form__optional{border:1px solid var(--divider);background:var(--secondary);border-radius:12px;margin-top:8px;overflow:hidden}.event-form__optional summary{min-height:42px;color:var(--text);cursor:pointer;justify-content:space-between;align-items:center;gap:8px;padding:0 11px;font-size:12px;font-weight:590;line-height:17px;list-style:none;display:flex}.event-form__optional summary::-webkit-details-marker{display:none}.event-form__optional summary .ui-icon{color:var(--muted);transition:transform .16s}.event-form__optional[open] summary .ui-icon{transform:rotate(90deg)}.event-form__optional-fields{border-top:1px solid var(--divider);padding:2px 10px}.event-form__optional-fields .field{margin:8px 0}.event-form__optional-fields .field input{background:var(--primary);min-height:43px}.event-form__bottom-action{padding:8px 16px max(env(safe-area-inset-bottom), 12px)}.event-form__bottom-action .error-text{margin:0 0 6px}@media (width<=370px){.event-form__time-grid{grid-template-columns:1fr;gap:0}.event-form__city-context{max-width:56%}}@media (height<=720px){.event-form--time-place .event-form__intro{padding-top:7px}.event-form--time-place .event-form__progress{margin-bottom:8px}.event-form--time-place .event-form__intro h2{font-size:20px;line-height:24px}.event-form--time-place .event-form__intro p{display:none}.event-form__fields--time-place .event-form__section-label{margin-top:5px}}@media (prefers-reduced-motion:reduce){.event-form__optional summary .ui-icon{transition:none}}.form-link{border:1px solid var(--divider);background:var(--secondary);min-height:52px;color:var(--accent-text);text-align:left;border-radius:13px;justify-content:center;align-items:center;gap:7px;padding:8px 10px;font-size:13px;line-height:17px;display:flex}.form-link .ui-icon{flex:none}.event-review{padding:8px 16px 28px}.event-review__hero{border:1px solid var(--divider);background:var(--secondary);border-radius:16px;margin-bottom:14px;padding:16px;overflow:hidden}.event-review__header-image{aspect-ratio:16/9;object-fit:cover;background:var(--primary);width:calc(100% + 32px);margin:-16px -16px 14px;display:block}.event-review__identity{grid-template-columns:48px minmax(0,1fr);align-items:center;gap:11px;display:grid}.event-review__identity>div{min-width:0}.event-review__identity span{color:var(--accent-text);font-size:12px;font-weight:650;line-height:16px}.event-review__icon{object-fit:cover;border-radius:13px;place-items:center;width:48px;height:48px;display:grid}.event-review__hero h3{overflow-wrap:anywhere;margin:3px 0 0;font-size:23px;line-height:28px}.event-review__hero p{color:var(--muted);white-space:pre-wrap;margin:0 0 11px;font-size:15px;line-height:21px}.event-review__hero button{color:var(--accent-text);background:0 0;border:0;padding:0;font-size:13px;line-height:18px}.event-review>.cell{border-bottom:1px solid var(--divider);min-height:68px}.location-picker-map{background:var(--secondary);width:100%;height:360px}.location-picker-map iframe{border:0;width:100%;height:100%}.create-post__city-error{margin:12px 16px}@keyframes create-post-upload-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.create-post__upload-spinner{animation:none}}.comment-media-grid__open img,.comment-media-grid__open video{object-fit:contain}.comment-media-grid__item{width:100%}.comment-media-grid--1 .comment-media-grid__item{max-height:320px}.comment-item[data-just-submitted=true]{background:var(--secondary)}.comment-item{scroll-margin-top:12px}.comment-item:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.tag-picker-summary{color:var(--muted);margin:0;padding:4px 16px 12px;font-size:13px;line-height:18px}.avatar-cropper{z-index:120;color:#fff;-webkit-user-select:none;user-select:none;background:#050608;flex-direction:column;width:100%;height:100dvh;display:flex;position:fixed;inset:0;overflow:hidden}.avatar-cropper__header{min-height:68px;padding:max(env(safe-area-inset-top), 10px) 14px 8px;flex:none;grid-template-columns:72px minmax(0,1fr) 72px;align-items:center;gap:6px;display:grid}.avatar-cropper__header>button{color:#fff;background:0 0;border:0;min-height:44px;padding:0;font-size:15px;font-weight:590;line-height:20px}.avatar-cropper__header>button:first-child{text-align:left;color:#ffffffb8}.avatar-cropper__header>button:last-child{text-align:right;color:#5af}.avatar-cropper__header>button:disabled{opacity:.45}.avatar-cropper__header>div{text-align:center;min-width:0}.avatar-cropper__header strong,.avatar-cropper__header span{display:block}.avatar-cropper__header strong{font-size:16px;font-weight:650;line-height:21px}.avatar-cropper__header span{color:#ffffff8f;margin-top:2px;font-size:11px;line-height:15px}.avatar-cropper__stage{flex:1;place-items:center;min-height:0;display:grid;overflow:hidden}.avatar-cropper__gesture{touch-action:none;overscroll-behavior:none;width:100%;height:100%;min-height:0;position:relative;overflow:hidden}.avatar-cropper__gesture>img{object-fit:contain;transform-origin:50%;will-change:transform;pointer-events:none;-webkit-user-drag:none;max-width:none;max-height:none;position:absolute;top:50%;left:50%}.avatar-cropper__frame{width:min(86vw,640px);max-width:calc(100% - 32px);aspect-ratio:var(--crop-aspect,1);pointer-events:none;border:1px solid #ffffffe6;border-radius:16px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 100vmax #00000094}.avatar-cropper__frame--circle{border-radius:50%;width:min(78vw,360px)}.avatar-cropper__frame--square{border-radius:14px;width:min(78vw,360px)}.avatar-cropper__frame--rounded{border-radius:18px}.avatar-cropper__footer{padding:12px 22px max(18px, env(safe-area-inset-bottom));flex:none}.avatar-cropper__zoom{grid-template-columns:24px 1fr 30px;align-items:center;gap:10px;display:grid}.avatar-cropper__zoom .ui-icon{background:#ffffffb8}.avatar-cropper__zoom input{accent-color:#0a84ff;width:100%}.avatar-cropper__footer p{color:#ffffff94;text-align:center;margin:9px 0 0;font-size:12px;line-height:17px}.avatar-cropper__error{color:#ff7373;text-align:center;margin-top:8px;font-size:12px;line-height:17px;display:block}.feed-city{background:var(--primary);width:100%;height:44px;color:var(--accent-text);text-align:left;border:0;align-items:center;gap:8px;padding:0 16px;font-size:15px;font-weight:510;line-height:20px;display:flex}.feed-city small{color:var(--muted);margin-left:auto;font-size:13px;font-weight:400;line-height:20px}.compose-prompt{border:0;border-bottom:1px solid var(--divider);background:var(--primary);width:100%;height:66px;color:var(--hint);text-align:left;align-items:center;gap:12px;padding:0 16px;font-size:16px;line-height:20px;display:flex}.compose-prompt span:nth-child(2){flex:1}.compose-prompt .ui-icon{color:var(--accent-text)}.load-more{padding-top:16px;padding-bottom:20px}.events-search,.friends-search{height:60px;padding-top:8px}.events-filters{gap:8px;padding:2px 16px;display:flex}.events-filters .chip:first-child{width:100px}.events-filters .chip:nth-child(2){flex:1}.events-filters .chip:nth-child(3){width:96px}.events-city{justify-content:space-between;align-items:center;height:44px;padding:0 8px 0 16px;display:flex}.events-city>button:first-child{color:var(--accent-text);background:0 0;border:0;padding:0;font-size:15px;font-weight:510}.events-list{padding-top:16px}.friend-requests{background:var(--accent-soft);width:calc(100% - 32px);min-height:72px;color:var(--accent-text);text-align:left;border:0;border-radius:16px;align-items:center;gap:14px;margin:4px 16px 0;padding:0 16px;display:flex}.friend-requests>.ui-icon{flex:none}.friend-requests__copy{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.friend-requests strong{color:var(--text);font-size:16px;font-weight:590;line-height:20px}.friend-requests small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:18px;overflow:hidden}.friend-row{position:relative}.friend-row>.person-row{padding-right:116px}.friend-row__actions{z-index:1;align-items:center;gap:2px;display:flex;position:absolute;top:16px;right:8px}.friend-row__actions .icon-button{border-radius:12px}.friend-row__actions .icon-button.is-active{background:var(--accent-soft);color:var(--accent-text)}.profile-hero{border-bottom:1px solid var(--divider);flex-direction:column;gap:10px;padding:12px 16px 14px;display:flex}.profile-hero__top{align-items:center;gap:12px;min-width:0;display:flex}.profile-hero__identity{flex:1;min-width:0}.profile-hero h2{text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:20px;font-weight:590;line-height:24px;overflow:hidden}.profile-hero__meta{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:13px;line-height:18px;overflow:hidden}.profile-hero__top>.icon-button{flex:none}.profile-hero__stats{background:var(--secondary);border-radius:10px;width:100%;min-height:36px;display:flex;overflow:hidden}.profile-hero__stats button{color:var(--text);background:0 0;border:0;flex:1;justify-content:center;align-items:center;gap:4px;min-width:0;padding:0 8px;display:flex;position:relative}.profile-hero__stats button+button:before{content:"";background:var(--divider);width:1px;position:absolute;top:9px;bottom:9px;left:0}.profile-hero__stats strong{font-size:16px;font-weight:590;line-height:20px}.profile-hero__stats span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:16px;overflow:hidden}.profile-hero p{text-align:left;width:100%;max-height:38px;margin:0;font-size:14px;line-height:19px;overflow:hidden}.profile-hero__post{background:var(--secondary);width:100%;height:40px;color:var(--text);border:0;border-radius:10px;font-size:15px;font-weight:510;line-height:20px}.photo-grid{grid-template-columns:repeat(3,1fr);gap:2px;display:grid}.photo-grid button{aspect-ratio:1;background:var(--secondary);border:0;padding:0;overflow:hidden}.photo-grid img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.photo-grid button{position:relative}.photo-grid video{object-fit:cover;object-position:center;pointer-events:none;background:#050608;width:100%;height:100%;display:block}.photo-grid__video{color:#fff;pointer-events:none;background:#000000a3;border-radius:50%;place-items:center;width:28px;height:28px;font-size:11px;line-height:1;display:grid;position:absolute;bottom:8px;left:8px}.profile-showcase{border-bottom:1px solid var(--divider);background:var(--primary);padding:10px 16px 0}.profile-showcase__identity{text-align:center;flex-direction:column;align-items:center;min-width:0;display:flex}.profile-showcase__avatar{width:96px;height:96px;color:var(--text);background:0 0;border:0;border-radius:50%;place-items:center;padding:0;display:grid;position:relative}.profile-showcase__avatar:disabled{cursor:default}.profile-showcase__avatar:not(:disabled){cursor:pointer}.profile-showcase__avatar:not(:disabled):active{transform:scale(.97)}.profile-showcase__presence{border:2px solid var(--primary);pointer-events:none;z-index:2;position:absolute;bottom:5px;right:5px}.profile-showcase__presence--online{background:#34c759;border-radius:50%;width:14px;height:14px;box-shadow:0 0 0 1px #0000000a}.profile-showcase__presence--away{background:var(--secondary);min-width:34px;height:21px;color:var(--muted);white-space:nowrap;font-variant-numeric:tabular-nums;border-radius:999px;justify-content:center;align-items:center;padding:0 6px;font-size:10px;font-weight:650;line-height:1;display:inline-flex;bottom:1px;right:-4px}.profile-showcase__avatar-ring{border:2px solid var(--accent);pointer-events:none;border-radius:50%;position:absolute;inset:1px}.profile-showcase__identity-hit{width:100%;color:var(--text);text-align:center;background:0 0;border:0;padding:0 14px 8px}.profile-showcase__identity-hit:disabled{opacity:1;cursor:default}.profile-showcase__identity-hit:not(:disabled):active{opacity:.72}.profile-showcase h2{text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin:7px 0 0;font-size:24px;font-weight:650;line-height:29px;overflow:hidden}.profile-showcase__meta{max-width:100%;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin:5px 0 0;font-size:14px;line-height:19px;overflow:hidden}.profile-showcase__context{color:var(--accent-text);flex-wrap:wrap;justify-content:center;gap:5px 12px;margin-top:7px;font-size:13px;line-height:18px;display:flex}.profile-showcase__context span{position:relative}.profile-showcase__context span+span:before{content:"·";color:var(--hint);position:absolute;left:-8px}.profile-showcase__bio{text-align:center;white-space:pre-wrap;max-width:460px;margin:12px auto 0;font-size:14px;line-height:20px}.profile-showcase__interests{scrollbar-width:none;justify-content:center;gap:6px;margin:10px -16px 0;padding:0 16px;display:flex;overflow-x:auto}.profile-showcase__interests::-webkit-scrollbar{display:none}.profile-showcase__interests span{background:var(--secondary);min-height:30px;color:var(--muted);border-radius:9px;flex:none;align-items:center;padding:0 10px;font-size:12px;line-height:16px;display:inline-flex}.profile-showcase__actions{gap:8px;margin:14px 0;display:flex}.profile-showcase__action{border-radius:10px;justify-content:center;align-items:center;gap:7px;min-width:0;height:42px;font-size:15px;display:inline-flex}.profile-showcase__stats{border-top:1px solid var(--divider);grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;min-height:62px;display:grid}.profile-showcase__stats>button,.profile-showcase__stats>div{min-width:0;color:var(--text);background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:1px;padding:9px 4px 8px;display:flex;position:relative}.profile-showcase__stats>button+button:before,.profile-showcase__stats>button+div:before,.profile-showcase__stats>div+button:before,.profile-showcase__stats>div+div:before{content:"";background:var(--divider);width:1px;position:absolute;top:15px;bottom:15px;left:0}.profile-showcase__stats strong{text-overflow:ellipsis;max-width:100%;font-size:17px;font-weight:650;line-height:21px;overflow:hidden}.profile-showcase__stats span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;color:var(--muted);font-size:11px;line-height:16px;overflow:hidden}.profile-social-preview{border-bottom:1px solid var(--divider);background:var(--primary);min-height:72px;padding:0 16px}.profile-social-preview__main{width:100%;min-height:72px;color:var(--text);text-align:left;background:0 0;border:0;align-items:center;gap:11px;padding:8px 0;transition:opacity .12s,transform .12s;display:flex}.profile-social-preview__main:active{opacity:.72;transform:scale(.995)}.profile-social-preview__copy{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.profile-social-preview__copy strong{text-overflow:ellipsis;white-space:nowrap;letter-spacing:-.1px;font-size:17px;font-weight:650;line-height:22px;overflow:hidden}.profile-social-preview__copy small{text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:12px;line-height:17px;overflow:hidden}.profile-social-preview__avatars{flex:none;align-items:center;padding-left:4px;display:flex}.profile-social-preview__avatars .avatar{box-sizing:content-box;border:2px solid var(--primary);flex:none;box-shadow:0 1px 5px #00000014}.profile-social-preview__avatars .avatar+.avatar{margin-left:-10px}.profile-social-preview__main>.ui-icon{color:var(--muted);flex:none}.profile-gifts{border-bottom:1px solid var(--divider);background:var(--primary);padding:15px 16px 16px}.profile-gifts__head{justify-content:space-between;align-items:center;height:28px;margin-bottom:10px;display:flex}.profile-gifts__head h3{margin:0;font-size:19px;font-weight:650;line-height:24px}.profile-gifts__head button{color:var(--accent-text);background:0 0;border:0;padding:4px 0 4px 10px;font-size:14px;font-weight:510;line-height:20px}.profile-gifts__rail{scrollbar-width:none;gap:9px;padding-bottom:1px;display:flex;overflow-x:auto}.profile-gifts__rail::-webkit-scrollbar{display:none}.profile-gift-preview{border:1px solid var(--divider);background:var(--primary);min-width:0;color:var(--text);text-align:center;border-radius:16px;flex:0 0 88px;padding:5px 4px 6px;transition:transform .12s,background .12s}.profile-gift-preview:active{background:var(--secondary);transform:scale(.97)}.profile-gift-preview>span{place-items:center;width:76px;height:76px;margin:0 auto 3px;display:grid}.profile-gift-preview strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:560;line-height:15px;display:block;overflow:hidden}.profile-gifts__status{width:100%;min-height:56px;color:var(--text);text-align:left;background:0 0;border:0;align-items:center;gap:12px;padding:6px 0;display:flex}.profile-gifts__status>.ui-icon:first-child{color:var(--accent-text)}.profile-gifts__status>.ui-icon:last-child{color:var(--muted);margin-left:auto}.profile-gifts__status>span{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.profile-gifts__status strong{font-size:14px;font-weight:590;line-height:19px}.profile-gifts__status small{color:var(--muted);font-size:12px;line-height:17px}.profile-gifts__loading{gap:9px;height:86px;display:flex;overflow:hidden}.profile-gifts__loading span{background:var(--secondary);border-radius:12px;flex:0 0 82px}@media (width<=360px){.profile-showcase{padding-left:12px;padding-right:12px}.profile-showcase h2{font-size:22px;line-height:27px}.profile-showcase__actions{gap:6px}.profile-showcase__action{font-size:14px}.profile-showcase__stats span{font-size:10px}.profile-social-preview{padding-left:12px;padding-right:12px}.profile-social-preview__main{gap:8px}.profile-social-preview__avatars .avatar+.avatar{margin-left:-12px}.profile-gifts{padding-left:12px;padding-right:12px}}.profile-showcase__more{min-height:24px;color:var(--accent-text);align-items:center;margin-top:4px;font-size:12px;font-weight:510;line-height:16px;display:inline-flex}.profile-info-backdrop{z-index:80;background:#00000080;place-items:end center;display:grid;position:fixed;inset:0}.profile-info-sheet{background:var(--primary);width:min(100%,600px);max-height:min(78dvh,720px);color:var(--text);padding-bottom:max(env(safe-area-inset-bottom), 14px);border-radius:22px 22px 0 0;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 -10px 34px #0000002e}.profile-info-sheet>header{border-bottom:1px solid var(--divider);flex:none;align-items:center;gap:10px;min-height:62px;padding:8px 8px 9px 16px;display:flex}.profile-info-sheet>header>div{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.profile-info-sheet>header strong{font-size:20px;font-weight:650;line-height:25px}.profile-info-sheet>header span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:17px;overflow:hidden}.profile-info-sheet>header>button{background:var(--secondary);width:44px;height:44px;color:var(--muted);border:0;border-radius:50%;place-items:center;display:grid}.profile-info-sheet__body{overscroll-behavior:contain;min-height:0;padding:4px 16px 12px;overflow-y:auto}.profile-info-row{border-bottom:1px solid var(--divider);align-items:center;gap:13px;min-height:62px;display:flex}.profile-info-row>.ui-icon{color:var(--accent-text);flex:none}.profile-info-row>span{flex-direction:column;gap:2px;min-width:0;display:flex}.profile-info-row small,.profile-info-section>small{color:var(--muted);font-size:12px;line-height:17px}.profile-info-row strong{overflow-wrap:anywhere;font-size:15px;font-weight:510;line-height:20px}.profile-info-row--multiline{align-items:flex-start;padding:14px 0}.profile-info-row--multiline>.ui-icon{margin-top:2px}.profile-info-row--multiline strong{white-space:pre-wrap;font-weight:400;line-height:21px}.profile-info-section{padding:15px 0 5px}.profile-info-section>div{flex-wrap:wrap;gap:7px;margin-top:8px;display:flex}.profile-info-section>div>span{background:var(--secondary);min-height:30px;color:var(--text);border-radius:9px;padding:6px 10px;font-size:12px;line-height:18px}.profile-info-actions{border-top:1px solid var(--divider);margin:9px 0 2px}.profile-info-actions>button{width:100%;min-height:58px;color:var(--text);text-align:left;background:0 0;border:0;align-items:center;gap:13px;padding:8px 0;display:flex}.profile-info-actions>button+button{border-top:1px solid var(--divider)}.profile-info-actions>button:active{opacity:.72}.profile-info-actions>button>.ui-icon:first-child{color:var(--accent-text);flex:none}.profile-info-actions>button>.ui-icon:last-child{color:var(--muted);flex:none;margin-left:auto}.profile-info-actions>button>span{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.profile-info-actions strong{font-size:15px;font-weight:560;line-height:20px}.profile-info-actions small{color:var(--muted);font-size:12px;line-height:17px}.profile-info-sheet__empty{color:var(--muted);text-align:center;margin:26px 0;font-size:14px;line-height:20px}.profile-info-sheet__action{border-top:1px solid var(--divider);flex:none;padding:10px 16px 0}.profile-info-sheet__action .ui-button{justify-content:center;align-items:center;gap:8px;display:flex}.map-host{flex-direction:column;flex:1;min-height:0;display:flex}.map-host[hidden]{display:none}.map-screen{overscroll-behavior:none;background:#e9ece6;flex:1;min-height:0;position:relative;overflow:hidden}.map-frame{touch-action:none;overscroll-behavior:none;border:0;width:100%;height:100%;position:absolute;inset:0}.map-search-wrap{z-index:8;position:absolute;top:16px;left:16px;right:16px}.map-search{background:var(--primary);width:100%;min-width:0;height:48px;color:var(--text);border-radius:15px;align-items:center;display:flex;overflow:hidden;box-shadow:0 8px 24px #00000018}.map-search__submit,.map-search__clear{width:44px;height:48px;color:var(--hint);background:0 0;border:0;flex:none;place-items:center;padding:0;display:grid}.map-search__tail{flex:0 0 44px;place-items:center;width:44px;height:48px;display:grid}.map-search__submit:disabled{opacity:.65}.map-search input{min-width:0;height:48px;color:var(--text);font:inherit;background:0 0;border:0;outline:0;flex:1;padding:0 4px;font-size:16px;font-weight:510;line-height:20px}.map-search input::placeholder{color:var(--hint);opacity:1}.map-city-button{z-index:7;background:var(--primary);width:48px;height:48px;color:var(--accent-text);border:0;border-radius:15px;place-items:center;padding:0;transition:transform .12s;display:grid;position:absolute;top:72px;right:16px;box-shadow:0 8px 24px #00000018}.map-city-button:active,.map-search__submit:active,.map-search__clear:active,.map-search-result:active{transform:scale(.97)}.map-search-results{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;background:var(--primary);max-height:min(46vh,360px);color:var(--text);transform-origin:top;border-radius:16px;padding:6px;position:absolute;top:56px;left:0;right:0;overflow-y:auto;box-shadow:0 14px 34px #0000002e}.map-search-results__title{color:var(--hint);letter-spacing:.01em;padding:8px 10px 6px;font-size:12px;font-weight:600;line-height:16px}.map-search-result{width:100%;min-height:54px;color:var(--text);text-align:left;background:0 0;border:0;border-radius:12px;grid-template-columns:34px minmax(0,1fr) 18px;align-items:center;gap:8px;padding:7px 8px;transition:background-color .14s,transform .12s;display:grid}.map-search-result:hover{background:color-mix(in srgb, var(--text) 6%, transparent)}.map-search-result__icon{background:color-mix(in srgb, var(--accent-text) 12%, transparent);width:34px;height:34px;color:var(--accent-text);border-radius:11px;place-items:center;display:grid}.map-search-result__copy{flex-direction:column;gap:2px;min-width:0;display:flex}.map-search-result__copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:590;line-height:19px;overflow:hidden}.map-search-result__copy small{text-overflow:ellipsis;white-space:nowrap;color:var(--hint);font-size:12px;font-weight:450;line-height:16px;overflow:hidden}.map-search-result>.ui-icon:last-child{color:var(--hint)}.map-search-status{min-height:58px;color:var(--hint);text-align:center;justify-content:center;align-items:center;gap:9px;padding:12px;font-size:13px;line-height:18px;display:flex}.map-search-status--error{color:var(--text)}.map-search__spinner{border:2px solid color-mix(in srgb, var(--hint) 28%, transparent);border-top-color:var(--accent-text);border-radius:50%;flex:0 0 17px;width:17px;height:17px;animation:.7s linear infinite map-search-spin}@keyframes map-search-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.map-search__spinner{animation-duration:.001ms;animation-iteration-count:1}.map-search-result{transition:none}}.map-nearby{white-space:nowrap;background:var(--primary);width:max-content;max-width:calc(100% - 96px);height:44px;color:var(--accent-text);text-align:center;border:0;border-radius:18px;justify-content:center;align-items:center;padding:0 16px;font-size:15px;font-weight:510;line-height:20px;display:inline-flex;position:absolute;bottom:26px;left:16px}.map-location{background:var(--primary);width:48px;height:48px;color:var(--accent-text);border:0;border-radius:50%;place-items:center;display:grid;position:absolute;bottom:26px;right:16px}.map-error{background:var(--primary);border-radius:16px;position:absolute;bottom:80px;left:16px;right:16px}.map-events-error{background:var(--primary);color:var(--text);border-radius:14px;align-items:center;gap:12px;padding:12px 14px;font-size:14px;display:flex;position:absolute;bottom:84px;left:16px;right:16px;box-shadow:0 8px 24px #0002}.map-events-error span{flex:1;min-width:0}.map-events-error button{color:var(--accent-text);font:inherit;background:0 0;border:0;font-weight:600}.map-choices{z-index:10;background:var(--primary);border-radius:20px 20px 0 0;flex-direction:column;height:45%;display:flex;position:absolute;inset:auto 0 0;overflow:hidden;box-shadow:0 -10px 34px #00000029}.map-choices--nearby{height:min(38%,320px)}.map-choices[data-sheet-expanded=true]{max-height:calc(100% - 8px)!important}.map-choices>.sheet-drag-handle,.map-choices>.app-header{z-index:2;background:var(--primary);flex:none;position:relative}.map-choices>.screen-scroll{overscroll-behavior:contain;flex:auto;min-height:0;overflow-y:auto}.social-search{padding:8px 16px}.social-suggestions-title{color:var(--text);margin:14px 16px 8px;font-size:16px;font-weight:650;line-height:22px}.request-row>div:last-child{gap:8px;padding:0 16px 12px 72px;display:flex}.request-row .ui-button{height:40px}.public-profile{text-align:center;min-height:300px;padding:12px 16px 18px}.public-profile h2{margin:12px 0 4px;font-size:24px;line-height:28px}.public-profile p{margin:8px 0;font-size:15px;line-height:20px}.public-profile p:first-of-type{color:var(--muted)}.public-profile__stats{justify-content:space-around;margin:18px 0;display:flex}.public-profile__stats button{color:var(--text);background:0 0;border:0;flex-direction:column;font-size:20px;font-weight:590;display:flex}.public-profile__stats span{color:var(--muted);font-size:13px;font-weight:400}.public-profile__actions{gap:8px;display:flex}.edit-post{gap:18px;padding:14px 16px 26px;display:grid}.edit-post__copy{gap:8px;display:grid}.edit-post__copy label{color:var(--muted);padding-left:2px;font-size:13px;font-weight:590;line-height:18px}.edit-post textarea{box-sizing:border-box;resize:none;border:1px solid var(--divider);background:var(--secondary);width:100%;height:176px;min-height:176px;max-height:176px;color:var(--text);font:inherit;border-radius:16px;outline:none;padding:14px 15px;font-size:16px;line-height:22px;transition:border-color .16s,box-shadow .16s;display:block;overflow:auto}.edit-post textarea:focus{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.edit-post textarea:disabled{opacity:.72}.edit-post__media{gap:10px;min-width:0;display:grid}.edit-post__media-head{justify-content:space-between;align-items:flex-start;gap:14px;padding:0 2px;display:flex}.edit-post__media-head>div{gap:2px;min-width:0;display:grid}.edit-post__media-head strong{color:var(--text);font-size:15px;font-weight:650;line-height:20px}.edit-post__media-head span{color:var(--muted);font-size:12px;line-height:17px}.edit-post__media-head>span{font-variant-numeric:tabular-nums;flex:none;padding-top:1px}.edit-post__media-strip{scroll-snap-type:x proximity;scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:10px;min-width:0;padding:2px 2px 8px;display:flex;overflow:auto hidden}.edit-post__media-strip::-webkit-scrollbar{display:none}.edit-post__add,.edit-post__media-item{scroll-snap-align:start;border-radius:14px;flex:0 0 88px;width:88px;height:88px;position:relative}.edit-post__add{box-sizing:border-box;border:1px dashed var(--divider);background:var(--secondary);color:var(--accent-text);cursor:pointer;align-content:center;place-items:center;gap:4px;font-size:12px;font-weight:590;line-height:16px;display:grid}.edit-post__add input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.edit-post__add.is-busy{opacity:.62;cursor:default}.edit-post__media-item{-webkit-user-select:none;user-select:none;touch-action:pan-y;cursor:grab;transition:transform .17s cubic-bezier(.2,.8,.2,1),opacity .17s,box-shadow .17s;overflow:visible}.edit-post__media-item.is-dragging{z-index:4;opacity:.92;cursor:grabbing;transform:scale(1.045);box-shadow:0 10px 28px #0000002e}.edit-post__preview{background:var(--secondary);border:0;border-radius:14px;width:100%;height:100%;padding:0;display:block;overflow:hidden}.edit-post__preview img,.edit-post__preview video{object-fit:cover;object-position:center;background:var(--secondary);pointer-events:none;width:100%;height:100%;margin:0;display:block}.edit-post__remove{z-index:3;border:2px solid var(--primary);background:var(--danger);color:#fff;border-radius:50%;place-items:center;width:25px;height:25px;padding:0;display:grid;position:absolute;top:5px;right:5px;box-shadow:0 2px 7px #0000002e}.edit-post__remove:disabled{opacity:.48}.edit-post__video-badge{box-sizing:border-box;color:#fff;font-variant-numeric:tabular-nums;pointer-events:none;background:#000000a3;border-radius:7px;align-items:center;gap:5px;max-width:calc(100% - 12px);min-height:22px;padding:3px 6px;font-size:10px;font-weight:650;line-height:14px;display:inline-flex;position:absolute;bottom:6px;left:6px}.edit-post__video-badge:before{content:"";border-top:4px solid #0000;border-bottom:4px solid #0000;border-left:6px solid;width:0;height:0}@media (width>=520px){.edit-post{padding-left:20px;padding-right:20px}.edit-post__add,.edit-post__media-item{flex-basis:94px;width:94px;height:94px}}.social-request-error{margin:12px 16px}.extra-pad{padding:16px}.extra-pad .search-field{margin:0}.extra-chips{flex-wrap:wrap;gap:8px;padding:4px 0 20px;display:flex}.extra-section{background:var(--primary);margin:12px 0}.extra-hint{color:var(--muted);padding:20px 16px 8px;font-size:13px;line-height:18px}.extra-body{color:var(--muted);margin:8px 0 20px;font-size:15px;line-height:20px}.extra-signout{color:var(--action-text);font:inherit;background:0 0;border:0;padding:20px 16px;font-size:16px;display:block}.extra-person-action>button,.extra-request>div{margin:0 16px 12px}.extra-person-action>button{color:var(--action-text);background:0 0;border:0;font-size:15px}.extra-request>div{gap:8px;display:flex}.extra-request .ui-button{flex:1}.extra-photos{grid-template-columns:repeat(3,1fr);gap:2px;display:grid}.extra-photos button{background:var(--secondary);aspect-ratio:1;border:0;padding:0}.extra-photos img{object-fit:cover;object-position:center;width:100%;height:100%}.extra-unread{background:var(--accent);border-radius:50%;width:8px;height:8px;margin-right:16px}.extra-status,.economy-product{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:36px 16px;display:flex}.extra-status h2,.economy-product h2{margin:0;font-size:20px;line-height:24px}.extra-status p,.economy-product p{color:var(--muted);margin:0;font-size:15px;line-height:20px}.extra-select{color:var(--muted);gap:8px;margin:16px 0;font-size:13px;line-height:18px;display:grid}.extra-select select{border:1px solid var(--divider);background:var(--primary);height:48px;color:var(--text);font:inherit;border-radius:12px;padding:0 12px;font-size:16px}.economy-product strong{color:var(--accent);font-size:20px}.economy-positive{color:var(--accent)}.header-text-action{color:var(--action-text);font:inherit;background:0 0;border:0;font-size:15px;font-weight:590}.extra-mark-all{color:var(--action-text);background:0 0;border:0;margin:0 auto;padding:16px;font-size:15px;line-height:20px;display:block}.attendance-notice{background:var(--accent-soft);min-height:80px;color:var(--text);border-radius:12px;margin:8px 16px;padding:18px 16px;font-size:15px;line-height:20px}.attendance-explainer{color:var(--muted);margin:0;padding:16px;font-size:13px;line-height:22px}.attendance-photos{gap:8px;padding:12px 16px;display:flex;overflow-x:auto}.attendance-photos button{background:var(--secondary);border:0;border-radius:12px;flex:0 0 100px;height:100px;padding:0;position:relative;overflow:hidden}.attendance-photos img{object-fit:cover;width:100%;height:100%}.attendance-photos .ui-icon{color:#fff;background:var(--text);position:absolute;top:4px;right:4px}.economy-screen{padding:14px 16px 28px}.economy-hero{border:1px solid color-mix(in srgb, var(--accent) 24%, var(--divider));background:linear-gradient(145deg, color-mix(in srgb, var(--accent) 18%, var(--primary)), color-mix(in srgb, var(--accent) 5%, var(--primary)));border-radius:22px;padding:22px 20px 18px;position:relative;overflow:hidden}.economy-hero:after{content:"";border:1px solid color-mix(in srgb, var(--accent) 25%, transparent);width:158px;height:158px;box-shadow:0 0 0 24px color-mix(in srgb, var(--accent) 5%, transparent), 0 0 0 48px color-mix(in srgb, var(--accent) 4%, transparent);pointer-events:none;border-radius:50%;position:absolute;top:-74px;right:-42px}.economy-hero__balance{z-index:1;align-items:center;gap:13px;display:flex;position:relative}.economy-hero__coin{background:color-mix(in srgb, var(--accent) 18%, var(--primary));width:52px;height:52px;color:var(--accent-text);box-shadow:inset 0 1px 0 color-mix(in srgb, var(--primary) 70%, transparent);border-radius:17px;flex:none;place-items:center;display:grid}.economy-hero__balance>span:last-child{flex-direction:column;gap:1px;display:flex}.economy-hero__balance small{color:var(--muted);font-size:12px;line-height:17px}.economy-hero__balance strong{color:var(--text);letter-spacing:-.7px;font-variant-numeric:tabular-nums;font-size:30px;font-weight:720;line-height:36px}.economy-hero__balance em{color:var(--muted);letter-spacing:0;font-size:15px;font-style:normal;font-weight:500;line-height:21px}.economy-hero p{z-index:1;max-width:370px;color:var(--muted);margin:16px 0 17px;font-size:14px;line-height:20px;position:relative}.economy-hero__links{z-index:1;flex-wrap:wrap;gap:8px;display:flex;position:relative}.economy-hero__links button{border:1px solid color-mix(in srgb, var(--accent) 22%, var(--divider));background:var(--primary);min-height:36px;color:var(--text);font:inherit;border-radius:11px;align-items:center;gap:5px;padding:5px 10px 5px 12px;font-size:12px;font-weight:620;display:inline-flex}.economy-hero__links button .ui-icon{color:var(--accent-text)}.economy-store-link{border:1px solid var(--divider);background:var(--primary);width:100%;min-height:70px;color:var(--text);text-align:left;border-radius:16px;align-items:center;gap:12px;margin:12px 0 8px;padding:11px 13px;display:flex}.economy-store-link>span:first-child{background:color-mix(in srgb, #e5a43f 17%, var(--primary));color:#b7741f;border-radius:13px;flex:none;place-items:center;width:42px;height:42px;display:grid}.economy-store-link>span:nth-child(2){flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.economy-store-link strong{font-size:15px;line-height:20px}.economy-store-link small{color:var(--muted);font-size:12px;line-height:16px}.economy-store-link>.ui-icon{color:var(--muted);flex:none}.achievement-section{margin-top:20px}.achievement-section h2{color:var(--text);margin:0 2px 11px;font-size:19px;font-weight:680;line-height:25px}.achievement-section h2 span{color:var(--hint);margin-left:4px;font-size:13px;font-weight:500}.achievement-list{gap:9px;display:grid}.achievement-card{border:1px solid var(--divider);background:var(--primary);border-radius:16px;align-items:flex-start;gap:12px;min-width:0;padding:14px;display:flex}.achievement-card__icon{background:var(--accent-soft);width:40px;height:40px;color:var(--accent-text);border-radius:13px;flex:none;place-items:center;display:grid}.achievement-card.is-complete .achievement-card__icon{background:color-mix(in srgb, #2ca56b 17%, var(--primary));color:#2ca56b}.achievement-card__body{flex:1;min-width:0}.achievement-card__head{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.achievement-card__head strong{color:var(--text);font-size:15px;font-weight:650;line-height:20px}.achievement-card__head span{color:var(--accent-text);flex:none;font-size:11px;font-weight:650;line-height:16px}.achievement-card.is-complete .achievement-card__head span{color:#2ca56b}.achievement-card p{color:var(--muted);margin:4px 0 12px;font-size:13px;line-height:18px}.achievement-card__progress{background:var(--secondary);border-radius:999px;height:5px;overflow:hidden}.achievement-card__progress>span{border-radius:inherit;background:var(--accent);height:100%;display:block}.achievement-card.is-complete .achievement-card__progress>span{background:#2ca56b}.achievement-card__body>small{color:var(--hint);font-variant-numeric:tabular-nums;margin-top:6px;font-size:11px;line-height:15px;display:block}.gift-screen{padding:14px 16px 28px}.gift-screen__intro{border:1px solid var(--divider);background:linear-gradient(135deg, color-mix(in srgb, #ed9faa 13%, var(--primary)), color-mix(in srgb, #8caae0 12%, var(--primary)));border-radius:18px;min-height:102px;margin-bottom:16px;padding:19px 19px 16px}.gift-screen__intro>span{color:var(--accent-text);letter-spacing:.09em;text-transform:uppercase;margin-bottom:4px;font-size:11px;font-weight:700;line-height:16px;display:block}.gift-screen__intro>strong{color:var(--text);font-size:21px;font-weight:700;line-height:27px;display:block}.gift-screen__intro p{color:var(--muted);margin:5px 0 0;font-size:13px;line-height:18px}.gift-history-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:11px;display:grid}.gift-history-card,.gift-picker-card,.gift-selection-summary,.gift-detail-sheet{--gift-tint:#e99aaa;--gift-shade:#f8d9df}[data-gift-theme=friends]{--gift-tint:#d49b79;--gift-shade:#f5deca}[data-gift-theme=treats]{--gift-tint:#e0ad66;--gift-shade:#f9e6bd}[data-gift-theme=flowers]{--gift-tint:#d78aaf;--gift-shade:#f7d7e9}[data-gift-theme=moments]{--gift-tint:#83ad9e;--gift-shade:#d6efe3}[data-gift-theme=sky]{--gift-tint:#8b98ca;--gift-shade:#dae0fa}.gift-history-card{border:1px solid var(--divider);background:var(--primary);min-width:0;color:var(--text);border-radius:18px;flex-direction:column;padding:8px;display:flex;overflow:hidden}.gift-history-card__sender{width:100%;min-width:0;height:36px;color:var(--text);text-align:left;background:0 0;border:0;align-items:center;gap:7px;padding:0 2px 6px;display:flex}.gift-history-card__sender .avatar{flex:none}.gift-history-card__sender-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:12px;font-weight:600;line-height:17px;overflow:hidden}.gift-history-card__sender>.ui-icon{color:var(--hint);flex:none}.gift-history-card__detail{background:color-mix(in srgb, var(--gift-shade) 30%, var(--primary));width:100%;color:var(--text);text-align:center;border:0;border-radius:12px;flex-direction:column;flex:1;align-items:center;padding:0 7px 10px;display:flex}.gift-history-card__art,.gift-picker-card__art,.gift-detail-sheet__art{isolation:isolate;place-items:center;display:grid;position:relative;overflow:hidden}.gift-history-card__art{width:100%;height:116px}.gift-history-card__art:before,.gift-picker-card__art:before,.gift-detail-sheet__art:before{content:"";z-index:-1;background:radial-gradient(circle at 36% 33%, color-mix(in srgb, var(--gift-shade) 55%, var(--primary)), color-mix(in srgb, var(--gift-tint) 26%, var(--primary)));border-radius:45% 55% 52% 48%;width:80%;height:76%;position:absolute;transform:rotate(-9deg)}.gift-history-card__art svg,.gift-history-card__art img,.gift-picker-card__art svg,.gift-picker-card__art img,.gift-detail-sheet__art svg,.gift-detail-sheet__art img{object-fit:contain;filter:drop-shadow(0 7px 5px #0000001c);max-width:100%;max-height:100%}.gift-history-card__copy{flex-direction:column;flex:1;align-items:center;gap:3px;width:100%;min-width:0;display:flex}.gift-history-card__copy strong{text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:14px;font-weight:650;line-height:19px;overflow:hidden}.gift-history-card__copy>span{-webkit-line-clamp:2;width:100%;min-height:34px;color:var(--muted);-webkit-box-orient:vertical;font-size:12px;line-height:17px;display:-webkit-box;overflow:hidden}.gift-history-card__copy small{color:var(--hint);margin-top:auto;font-size:11px;line-height:16px}.gift-compose__wallet{border:1px solid color-mix(in srgb, var(--accent) 18%, var(--divider));background:color-mix(in srgb, var(--accent) 7%, var(--primary));border-radius:14px;justify-content:space-between;align-items:center;gap:12px;margin:14px 16px 12px;padding:12px 14px;display:flex}.gift-compose__wallet>span{color:var(--muted);align-items:center;gap:7px;font-size:13px;display:inline-flex}.gift-compose__wallet .ui-icon{color:var(--accent-text)}.gift-compose__wallet strong{font-variant-numeric:tabular-nums;white-space:nowrap;font-size:14px;font-weight:670}.gift-compose__recipient{border:1px solid var(--divider);background:var(--primary);border-radius:14px;margin:0 16px;overflow:hidden}.gift-compose__recipient .cell{border:0}.gift-compose__heading{justify-content:space-between;align-items:baseline;gap:12px;padding:22px 16px 10px;display:flex}.gift-compose__heading h2{margin:0;font-size:20px;font-weight:680;line-height:25px}.gift-compose__heading span{color:var(--muted);font-size:12px;line-height:17px}.gift-theme-tabs{overscroll-behavior-x:contain;scrollbar-width:none;border:0;gap:7px;min-width:0;margin:0;padding:0 16px 12px;display:flex;overflow-x:auto}.gift-theme-tabs__label{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.gift-theme-tabs::-webkit-scrollbar{display:none}.gift-theme-tabs button{border:1px solid var(--divider);background:var(--primary);min-height:34px;color:var(--muted);font:inherit;border-radius:999px;flex:none;padding:6px 12px;font-size:12px;font-weight:600}.gift-theme-tabs button.is-active{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-text)}.gift-picker-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:0 16px 16px;display:grid}.gift-picker-card{border:1px solid var(--divider);background:color-mix(in srgb, var(--gift-shade) 18%, var(--primary));min-width:0;min-height:166px;color:var(--text);text-align:center;border-radius:18px;flex-direction:column;align-items:center;padding:7px 8px 11px;transition:transform .14s,background .14s,border-color .14s;display:flex;position:relative}.gift-picker-card:active{transform:scale(.975)}.gift-picker-card.is-selected{border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent), 0 5px 17px color-mix(in srgb, var(--gift-tint) 24%, transparent)}.gift-picker-card__art{width:100%;height:114px}.gift-picker-card strong{text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:13px;font-weight:660;line-height:18px;overflow:hidden}.gift-picker-card small{color:var(--muted);align-items:center;gap:3px;margin-top:3px;font-size:11px;line-height:16px;display:inline-flex}.gift-picker-card small .ui-icon{color:var(--accent-text)}.gift-picker-card__check{z-index:1;background:var(--accent);width:25px;height:25px;color:var(--on-accent);border-radius:50%;place-items:center;display:grid;position:absolute;top:8px;right:8px}.gift-selection-summary{border:1px solid color-mix(in srgb, var(--gift-tint) 55%, var(--divider));background:color-mix(in srgb, var(--gift-shade) 24%, var(--primary));border-radius:16px;align-items:center;gap:10px;min-height:94px;margin:0 16px 18px;padding:7px 12px;display:flex}.gift-selection-summary>svg,.gift-selection-summary>img{object-fit:contain;filter:drop-shadow(0 6px 4px #0000001c);flex:none;max-width:78px;max-height:78px}.gift-selection-summary>span{flex-direction:column;gap:3px;min-width:0;display:flex}.gift-selection-summary strong{font-size:15px;font-weight:660;line-height:20px}.gift-selection-summary small{color:var(--muted);font-size:12px;line-height:17px}.gift-compose__message .field{margin-bottom:12px}.gift-compose__shortage{border:1px solid color-mix(in srgb, #d5853c 35%, var(--divider));background:color-mix(in srgb, #d5853c 8%, var(--primary));color:var(--text);border-radius:13px;flex-direction:column;gap:6px;margin:0 16px 20px;padding:13px;font-size:13px;line-height:18px;display:flex}.gift-compose__shortage button{color:var(--accent-text);font:inherit;background:0 0;border:0;align-self:flex-start;align-items:center;padding:0;font-size:13px;font-weight:650;display:inline-flex}.gift-detail-backdrop{z-index:80;background:#00000080;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.gift-detail-sheet{background:var(--primary);width:min(100%,600px);max-height:min(78dvh,720px);color:var(--text);padding-bottom:max(env(safe-area-inset-bottom), 16px);border-radius:22px 22px 0 0;flex-direction:column;display:flex;overflow:hidden}.gift-detail-sheet__body{text-align:center;overscroll-behavior:contain;flex:1;min-height:0;padding:7px 20px 18px;overflow-y:auto}.gift-detail-sheet__eyebrow{color:var(--accent-text);letter-spacing:.02em;font-size:12px;font-weight:680}.gift-detail-sheet__art{width:184px;height:178px;margin:10px auto 2px}.gift-detail-sheet h2{margin:4px 0 0;font-size:23px;line-height:29px}.gift-detail-sheet p{max-width:400px;color:var(--muted);overflow-wrap:anywhere;margin:10px auto;font-size:15px;line-height:21px}.gift-detail-sheet__body>small{color:var(--hint);margin-top:10px;font-size:12px;display:block}.gift-detail-sheet__actions{border-top:1px solid var(--divider);flex:none;grid-template-columns:1fr 1fr;gap:8px;padding:12px 16px 0;display:grid}@media (width>=520px){.gift-history-grid,.gift-picker-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.extra-photos button{position:relative}.extra-photos video{object-fit:cover;object-position:center;pointer-events:none;background:#050608;width:100%;height:100%}.extra-photos__video{color:#fff;pointer-events:none;background:#000000a3;border-radius:50%;place-items:center;width:26px;height:26px;font-size:10px;display:grid;position:absolute;bottom:7px;left:7px}.notification-row{background:var(--primary);width:100%;min-height:84px;color:var(--text);text-align:left;font:inherit;border:0;align-items:flex-start;gap:12px;padding:13px 16px;display:flex}.notification-row.is-unread{background:var(--accent-soft)}.notification-row:active{filter:brightness(.98)}.notification-row__visual{flex:none;width:48px;height:48px;position:relative}.notification-row__icon{background:var(--secondary);width:48px;height:48px;color:var(--accent-text);border-radius:50%;place-items:center;display:grid}.notification-row__type{border:2px solid var(--primary);background:var(--accent);width:22px;height:22px;color:var(--on-accent);border-radius:50%;place-items:center;display:grid;position:absolute;bottom:-3px;right:-3px}.notification-row.is-unread .notification-row__type{border-color:var(--accent-soft)}.notification-row__copy{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.notification-row__meta{align-items:baseline;gap:8px;min-width:0;display:flex}.notification-row__meta strong{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:15px;font-weight:650;line-height:20px;overflow:hidden}.notification-row__meta time{color:var(--hint);font-variant-numeric:tabular-nums;white-space:nowrap;flex:none;font-size:12px;line-height:17px}.notification-row__title{color:var(--text);font-size:14px;font-weight:590;line-height:19px}.notification-row__title small{color:var(--hint);font-size:12px;line-height:inherit;font-weight:400}.notification-row__body{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;line-height:19px;display:-webkit-box;overflow:hidden}.notification-row__dot{background:var(--accent);border-radius:50%;flex:none;width:8px;height:8px;margin:7px 0 0 2px}.group-hero{border:1px solid var(--divider);background:var(--primary);border-radius:18px;margin:12px 16px 8px;padding:18px 16px}.group-hero__status{background:var(--accent-soft);min-height:26px;color:var(--accent-text);border-radius:999px;align-items:center;padding:0 10px;font-size:12px;font-weight:590;line-height:16px;display:inline-flex}.group-hero h2{letter-spacing:-.2px;margin:10px 0 4px;font-size:22px;font-weight:650;line-height:27px}.group-hero p{color:var(--muted);margin:0;font-size:15px;line-height:20px}.group-hero small{color:var(--hint);margin-top:8px;font-size:12px;line-height:17px;display:block}.group-invite-banner{background:var(--accent-soft);border-radius:14px;flex-direction:column;gap:4px;margin:8px 16px 14px;padding:14px 16px;display:flex}.group-invite-banner strong{font-size:15px;font-weight:650;line-height:20px}.group-invite-banner span{color:var(--muted);font-size:13px;line-height:18px}.group-chat-hint{color:var(--muted);margin:-6px 0 16px;font-size:12px;line-height:17px}.group-chat-mismatch{color:var(--muted);margin:4px 16px 12px;font-size:13px;line-height:18px}.pro-media-viewer{--viewer-base-x:0%;--viewer-page-x:0px;--viewer-page-y:0px;--viewer-header-height:calc(max(env(safe-area-inset-top), 8px) + 52px);--viewer-footer-height:calc(max(env(safe-area-inset-bottom), 12px) + 53px);color:#fff;-webkit-user-select:none;user-select:none;background:#050608;min-width:0;min-height:0;position:absolute;inset:0;overflow:hidden}.pro-media-viewer__top{z-index:4;height:var(--viewer-header-height);box-sizing:border-box;padding:max(env(safe-area-inset-top), 8px) 10px 8px;background:#050608c7;grid-template-columns:46px 1fr 46px;align-items:center;transition:opacity .18s ease-out,transform .22s cubic-bezier(.22,.8,.2,1);display:grid;position:absolute;top:0;left:0;right:0}.pro-media-viewer__top>button{color:#fff;background:#ffffff1a;border:0;border-radius:50%;place-items:center;width:44px;height:44px;display:grid}.pro-media-viewer__top>div{justify-content:center;align-items:center;gap:8px;min-width:0;display:flex}.pro-media-viewer__top strong{font-size:15px;font-weight:590;line-height:20px}.pro-media-viewer__top span{color:#ffffff9e;font-size:12px;line-height:16px}.pro-media-viewer__top-spacer{width:44px}.pro-media-viewer__stage{touch-action:none;overscroll-behavior:none;cursor:grab;position:absolute;inset:0;overflow:hidden}.pro-media-viewer.is-interacting .pro-media-viewer__stage{cursor:grabbing}.pro-media-viewer__track{width:100%;height:100%;transform:translate3d(calc(var(--viewer-base-x) + var(--viewer-page-x)), var(--viewer-page-y), 0);will-change:transform;transition:transform .27s cubic-bezier(.22,.8,.2,1);display:flex}.pro-media-viewer__slide{contain:layout paint;flex:0 0 100%;place-items:center;width:100%;min-width:0;height:100%;display:grid;overflow:hidden}.pro-media-viewer.is-interacting .pro-media-viewer__track,.pro-media-viewer.is-interacting .pro-media-viewer__slide img{transition:none}.pro-media-viewer__slide img{object-fit:contain;transform-origin:50%;will-change:transform;-webkit-user-drag:none;width:100%;max-width:100%;height:100%;max-height:100%;transition:transform .22s cubic-bezier(.2,.72,.18,1);display:block}.pro-media-viewer__slide video{object-fit:contain;background:#050608;width:100%;max-width:100%;height:100%;max-height:100%;display:block}.pro-media-viewer__slide:not(.is-active) video{pointer-events:none}.pro-media-viewer__nav{z-index:4;height:var(--viewer-footer-height);box-sizing:border-box;padding:9px 14px max(env(safe-area-inset-bottom), 12px);background:#050608c7;grid-template-columns:44px 1fr 44px;align-items:center;gap:8px;transition:opacity .18s ease-out,transform .22s cubic-bezier(.22,.8,.2,1);display:grid;position:absolute;bottom:0;left:0;right:0}.pro-media-viewer__nav>button{color:#fff;background:#ffffff1a;border:0;border-radius:50%;place-items:center;width:44px;height:44px;display:grid}.pro-media-viewer__nav>button:disabled{opacity:.28}.pro-media-viewer__dots{justify-content:center;align-items:center;gap:6px;min-width:0;display:flex;overflow:hidden}.pro-media-viewer__dots button{background:#ffffff52;border:0;border-radius:50%;flex:0 0 6px;width:6px;height:6px;padding:0;transition:width .14s ease-out,background .14s ease-out}.pro-media-viewer__dots button.is-active{background:#fff;border-radius:4px;width:20px}@media (hover:hover) and (pointer:fine){.pro-media-viewer__top>button:hover,.pro-media-viewer__nav>button:hover{background:#ffffff2e}}.pro-media-viewer.is-chrome-hidden .pro-media-viewer__top{opacity:0;pointer-events:none;transform:translateY(-12px)}.pro-media-viewer.is-chrome-hidden .pro-media-viewer__nav{opacity:0;pointer-events:none;transform:translateY(12px)}@media (prefers-reduced-motion:reduce){.pro-media-viewer__top,.pro-media-viewer__nav,.pro-media-viewer__track,.pro-media-viewer__slide img{transition:none}}.share-sheet-backdrop{z-index:30;background:#0008;place-items:end center;display:grid;position:fixed;inset:0}.share-sheet{background:var(--primary);width:min(100%,620px);max-height:min(78dvh,760px);color:var(--text);padding-bottom:max(env(safe-area-inset-bottom), 18px);border-radius:24px 24px 0 0;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 -12px 36px #0002}.share-sheet__head{align-items:center;gap:12px;min-height:58px;padding:4px 10px 4px 18px;display:flex}.share-sheet__head>div{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.share-sheet__head strong{font-size:21px;font-weight:590;line-height:26px}.share-sheet__head span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:18px;overflow:hidden}.share-sheet__quick{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:8px 14px 14px;display:grid}.share-sheet__quick button{background:var(--secondary);min-width:0;min-height:112px;color:var(--text);border:0;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:12px 8px 10px;display:flex}.share-sheet__quick button>span{background:var(--accent-soft);width:42px;height:42px;color:var(--accent-text);border-radius:13px;place-items:center;margin-bottom:3px;display:grid}.share-sheet__quick strong{font-size:14px;font-weight:590;line-height:18px}.share-sheet__quick small{color:var(--muted);text-align:center;font-size:11px;line-height:15px}.share-sheet h3{color:var(--muted);margin:4px 18px 8px;font-size:14px;font-weight:590;line-height:20px}.share-sheet__friends{overscroll-behavior:contain;border-top:1px solid var(--divider);flex:1;min-height:0;overflow-y:auto}.share-sheet__friend{background:var(--primary);width:100%;min-height:64px;color:var(--text);text-align:left;border:0;align-items:center;gap:12px;padding:8px 16px;display:flex}.share-sheet__friend>span:nth-child(2){flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.share-sheet__friend strong{text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:590;line-height:20px;overflow:hidden}.share-sheet__friend small{color:var(--muted);font-size:12px;line-height:16px}.share-sheet__friend>.ui-icon{color:var(--accent-text)}.share-sheet__empty{color:var(--muted);text-align:center;margin:0;padding:24px 18px 30px;font-size:14px;line-height:20px}.onboarding{height:var(--onboarding-viewport-height,100%);background:var(--primary);min-height:0;max-height:100%;color:var(--text);flex-direction:column;display:flex}.onboarding__header{padding:max(18px, env(safe-area-inset-top)) 20px 12px;flex:none}.onboarding__header>strong{font-size:15px;font-weight:650;line-height:20px;display:block}.onboarding__header>span{color:var(--hint);margin-top:5px;font-size:12px;line-height:16px;display:block}.onboarding__progress{grid-template-columns:repeat(3,1fr);gap:6px;margin-top:10px;display:grid}.onboarding__progress i{background:var(--divider);border-radius:999px;height:3px}.onboarding__progress i.is-active{background:var(--accent)}.onboarding__body{overscroll-behavior:contain;scrollbar-width:none;flex:1;min-height:0;padding:24px 20px 20px;scroll-padding-block:18px 24px;overflow-y:auto}.onboarding__body::-webkit-scrollbar{display:none}.onboarding__avatar{--onboarding-avatar-size:104px;justify-items:center;gap:12px;margin:6px 0 28px;display:grid}.onboarding__avatar .avatar{box-shadow:0 0 0 1px var(--divider)}.onboarding__avatar>span{color:var(--muted);align-items:center;gap:5px;font-size:12px;line-height:16px;display:inline-flex}.onboarding__avatar .ui-icon{background:var(--accent)}.onboarding__copy{text-align:center;max-width:430px;margin:0 auto 24px}.onboarding__copy h1{letter-spacing:-.025em;margin:0;font-size:28px;font-weight:720;line-height:34px}.onboarding__copy p{color:var(--muted);margin:9px 0 0;font-size:15px;line-height:21px}.onboarding__field{max-width:430px;margin:0 auto;scroll-margin-block:18px 24px;display:block}.onboarding__field>span{color:var(--muted);margin:0 0 7px 2px;font-size:13px;font-weight:560;line-height:18px;display:block}.onboarding__field>input,.onboarding__username>div{border:1px solid color-mix(in srgb, var(--text) 16%, var(--divider));background:var(--secondary);width:100%;min-height:48px;color:var(--text);border-radius:12px}.onboarding__field>input{appearance:none;box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--primary) 55%, transparent);outline:0;padding:0 14px;font-size:16px;line-height:22px}.onboarding__field>input::placeholder{color:var(--hint)}.onboarding__field>input:focus,.onboarding__username>div:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 14%, transparent)}.onboarding__username>div{align-items:center;padding:0 14px;display:flex}.onboarding__username b{color:var(--hint);flex:none;font-size:17px;font-weight:500}.onboarding__username input{min-width:0;height:46px;color:inherit;background:0 0;border:0;outline:0;flex:1;padding:0 0 0 2px;font-size:16px;line-height:22px}.onboarding__field.is-error>div{border-color:var(--danger)}.onboarding__hint,.onboarding__error{max-width:430px;margin:8px auto 0;font-size:13px;line-height:18px}.onboarding__hint{color:var(--hint)}.onboarding__error{color:var(--danger)}.onboarding__geo{border:1px solid var(--divider);background:var(--secondary);max-width:430px;min-height:44px;color:var(--muted);border-radius:12px;align-items:center;gap:8px;margin:0 auto 16px;padding:10px 12px;font-size:13px;line-height:18px;display:flex}.onboarding__geo .ui-icon{background:var(--accent);flex:none}.onboarding__geo>span{flex:1}.onboarding__geo>button,.onboarding__city-search{color:var(--action-text);font:inherit;background:0 0;border:0;font-weight:590}.onboarding__suggestions{border:1px solid var(--divider);background:var(--card);border-radius:14px;max-width:430px;margin:8px auto 0;overflow:hidden}.onboarding__suggestions button{border:0;border-bottom:1px solid var(--divider);width:100%;min-height:46px;color:var(--text);text-align:left;background:0 0;align-items:center;gap:10px;padding:9px 12px;display:flex}.onboarding__suggestions button:last-child{border-bottom:0}.onboarding__suggestions .ui-icon{background:var(--hint);flex:none}.onboarding__suggestions span{font-size:14px;line-height:19px}.onboarding__city-search{max-width:430px;margin:12px auto 0;padding:6px 2px;font-size:13px;line-height:18px;display:block}.onboarding__footer{padding:10px 20px max(16px, env(safe-area-inset-bottom));border-top:1px solid var(--divider);background:var(--primary);flex:none;gap:10px;display:flex}.onboarding__footer .ui-button{flex:1}@media (height<=650px){.onboarding__body{padding-top:14px}.onboarding__avatar{--onboarding-avatar-size:84px;margin-bottom:18px}.onboarding__copy{margin-bottom:18px}.onboarding__copy h1{font-size:24px;line-height:30px}}.onboarding__avatar-photo{justify-items:center;display:grid}.onboarding__avatar-frame{width:var(--onboarding-avatar-size);height:var(--onboarding-avatar-size);position:relative}.onboarding__avatar-frame .avatar{width:100%!important;height:100%!important}.onboarding__avatar-picker{border:3px solid var(--primary);background:var(--accent);width:38px;height:38px;color:var(--on-accent);box-shadow:0 0 0 1px color-mix(in srgb, var(--text) 12%, var(--divider));cursor:pointer;border-radius:50%;place-items:center;padding:0;transition:transform .12s,opacity .12s;display:grid;position:absolute;bottom:0;right:0}.onboarding__avatar-picker .ui-icon{background:currentColor}.onboarding__avatar-picker:active{transform:scale(.94)}.onboarding__avatar-picker.is-busy{opacity:.55;cursor:default}.onboarding__avatar-picker input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}:root{--motion-press:96ms;--motion-fast:.16s;--motion-base:.2s;--motion-sheet:.24s;--motion-ease-out:cubic-bezier(.22, .8, .2, 1);--motion-spring:cubic-bezier(.2, .9, .2, 1.08)}button{-webkit-tap-highlight-color:transparent;transition:opacity var(--motion-press) var(--motion-ease-out), background-color var(--motion-fast) var(--motion-ease-out), color var(--motion-fast) var(--motion-ease-out)}button:active:not(:disabled){opacity:.84}.icon-button,.ui-button,.bottom-navigation__item,.tabs__item,.chip,.cell,.event-card,.event-row,.person-row,.feed-city,.compose-prompt,.friend-requests,.profile-showcase__stats>button,.photo-grid button,.post-card__actions>button,.post-card__event,.post-card__caption,.share-sheet__quick button,.share-sheet__friend,.friend-action-sheet__actions>button,.profile-info-sheet__action .ui-button,.notification-row,.gift-picker-card,.gift-history-card__sender{-webkit-tap-highlight-color:transparent;transform-origin:50%;transition:transform var(--motion-press) var(--motion-ease-out), opacity var(--motion-fast) var(--motion-ease-out), background-color var(--motion-fast) var(--motion-ease-out), color var(--motion-fast) var(--motion-ease-out)}.icon-button:active:not(:disabled),.bottom-navigation__item:active:not(:disabled),.tabs__item:active:not(:disabled),.post-card__actions>button:active:not(:disabled){transform:scale(.92)}.ui-button:active:not(:disabled),.chip:active:not(:disabled),.photo-grid button:active:not(:disabled),.share-sheet__quick button:active:not(:disabled),.profile-info-sheet__action .ui-button:active:not(:disabled){transform:scale(.965)}.cell:active:not(:disabled),.event-card:active:not(:disabled),.event-row:active:not(:disabled),.person-row:active:not(:disabled),.feed-city:active:not(:disabled),.compose-prompt:active:not(:disabled),.friend-requests:active:not(:disabled),.post-card__event:active:not(:disabled),.post-card__caption:active:not(:disabled),.share-sheet__friend:active:not(:disabled),.friend-action-sheet__actions>button:active:not(:disabled),.notification-row:active,.gift-picker-card:active:not(:disabled),.gift-history-card__sender:active:not(:disabled){transform:scale(.988)}.bottom-navigation__item.is-active .bottom-navigation__icon{animation:motion-nav-pop var(--motion-base) var(--motion-spring) both}.tabs__item.is-active:after{animation:motion-tab-indicator var(--motion-base) var(--motion-spring) both;transform-origin:50%}.post-card__actions>button.is-active .ui-icon{animation:motion-reaction-pop .24s var(--motion-spring) both}.count-badge,.notification-row__dot{animation:motion-badge-in var(--motion-base) var(--motion-spring) both}.avatar img{transition:transform var(--motion-base) var(--motion-ease-out), opacity var(--motion-fast) var(--motion-ease-out)}.person-row:active .avatar img,.friend-requests:active .avatar img,.share-sheet__friend:active .avatar img{transform:scale(1.035)}.dialog-backdrop,.share-sheet-backdrop,.friend-action-backdrop,.profile-info-backdrop,.comment-report-backdrop,.gift-detail-backdrop{animation:motion-backdrop-in var(--motion-fast) ease-out both}.dialog,.share-sheet,.friend-action-sheet,.profile-info-sheet,.comment-report-sheet,.gift-detail-sheet{animation:motion-sheet-in var(--motion-sheet) var(--motion-spring) both;transform-origin:bottom}.app-toast{animation:motion-toast-in var(--motion-base) var(--motion-ease-out) both}.map-search-results{animation:motion-popover-in var(--motion-fast) var(--motion-ease-out) both}.gift-picker-card.is-selected .gift-picker-card__art svg,.gift-picker-card.is-selected .gift-picker-card__art img{animation:motion-gift-select .28s var(--motion-spring) both}.achievement-card__progress>span{transition:width .36s var(--motion-ease-out)}.state-panel--loading div{animation:.82s ease-in-out infinite alternate motion-loading-pulse}@keyframes motion-nav-pop{0%{opacity:.72;transform:scale(.78)}68%{opacity:1;transform:scale(1.08)}to{opacity:1;transform:scale(1)}}@keyframes motion-tab-indicator{0%{opacity:.55;transform:scaleX(.45)}to{opacity:1;transform:scaleX(1)}}@keyframes motion-reaction-pop{0%{transform:scale(.72)rotate(-7deg)}58%{transform:scale(1.18)rotate(3deg)}to{transform:scale(1)rotate(0)}}@keyframes motion-badge-in{0%{opacity:0;transform:scale(.65)}to{opacity:1;transform:scale(1)}}@keyframes motion-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes motion-sheet-in{0%{opacity:.82;transform:translateY(14px)scale(.992)}72%{opacity:1;transform:translateY(-1px)scale(1.002)}to{opacity:1;transform:translate(0,0)scale(1)}}@keyframes motion-loading-pulse{0%{opacity:.52}to{opacity:.92}}@keyframes motion-toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translate(0,0)}}@keyframes motion-popover-in{0%{opacity:.55;transform:translateY(-5px)}to{opacity:1;transform:translate(0,0)}}@keyframes motion-gift-select{0%{transform:scale(.92)rotate(-3deg)}70%{transform:scale(1.06)rotate(1deg)}to{transform:scale(1)rotate(0)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}.icon-button:active:not(:disabled),.bottom-navigation__item:active:not(:disabled),.tabs__item:active:not(:disabled),.post-card__actions>button:active:not(:disabled),.ui-button:active:not(:disabled),.chip:active:not(:disabled),.photo-grid button:active:not(:disabled),.cell:active:not(:disabled),.event-card:active:not(:disabled),.event-row:active:not(:disabled),.person-row:active:not(:disabled),.feed-city:active:not(:disabled),.compose-prompt:active:not(:disabled),.friend-requests:active:not(:disabled),.post-card__event:active:not(:disabled),.post-card__caption:active:not(:disabled),.share-sheet__quick button:active:not(:disabled),.share-sheet__friend:active:not(:disabled),.friend-action-sheet__actions>button:active:not(:disabled),.notification-row:active,.gift-picker-card:active:not(:disabled),.gift-history-card__sender:active:not(:disabled){transform:none!important}.state-panel--loading div{animation:none!important}}
