*,*:before,*:after{box-sizing:border-box}:root{font-family:Plus Jakarta Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#2d2428;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--app-primary: #e84855;--app-primary-hover: #d63d49;--app-primary-soft: rgba(232, 72, 85, .12);--app-accent-warm: #ff9f6b;--app-surface-warm: #fffbf7;--app-surface: #ffffff;--app-text: #2d2428;--app-muted: #7a6b72;--app-border: #e6e0e2;--app-border-strong: #d3cccf;--app-error: #c62828;--app-error-soft: rgba(198, 40, 40, .1);--radius-sm: .5rem;--radius-md: .75rem;--radius-lg: 1.1rem;--radius-xl: 1.35rem;--radius-pill: 9999px}:focus-visible{outline:2px solid var(--app-primary);outline-offset:2px;border-radius:4px}html{background-color:#fff9f5}html,body{scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar,body::-webkit-scrollbar{width:0;height:0;display:none}body{margin:0;min-height:100vh;min-height:100dvh;background-color:#fff9f5;background-image:radial-gradient(ellipse 55% 35% at 82% 28%,rgba(255,200,160,.35) 0%,rgba(255,200,160,.08) 55%,transparent 75%),radial-gradient(ellipse 50% 35% at 18% 72%,rgba(232,72,85,.14) 0%,rgba(232,72,85,.05) 55%,transparent 75%);background-size:100% 100vh;background-repeat:repeat-y}#root{min-height:100vh;min-height:100dvh}.app-shell{--app-teal: var(--app-primary, #e84855);--app-teal-soft: var(--app-primary-soft, rgba(232, 72, 85, .12));--app-nav-inactive: var(--app-muted, #7a6b72);--app-font: "Plus Jakarta Sans", system-ui, sans-serif;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;font-family:var(--app-font);color:var(--app-text);padding-bottom:env(safe-area-inset-bottom,0);background:transparent}.app-shell__header{display:flex;justify-content:flex-end;align-items:center;width:100%;max-width:28rem;margin:0 auto;padding:.65rem 1rem 0;box-sizing:border-box}.app-shell__logout{padding:.35rem .65rem;border:none;border-radius:9999px;background:transparent;font-family:inherit;font-size:.8125rem;font-weight:600;color:var(--app-muted);cursor:pointer}.app-shell__logout:hover:not(:disabled){color:var(--app-text);background:var(--app-teal-soft)}.app-shell__logout:disabled{opacity:.6;cursor:not-allowed}.app-shell__main{flex:1;width:100%;max-width:28rem;margin:0 auto;padding-bottom:5.5rem}.app-nav{position:fixed;left:0;right:0;bottom:0;z-index:50;background:#fffffff5;border-top:1px solid #ececec;padding-bottom:env(safe-area-inset-bottom,.5rem);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.app-nav__list{display:flex;justify-content:space-around;align-items:stretch;max-width:28rem;margin:0 auto;padding:.35rem .5rem .5rem;list-style:none}.app-nav__item{flex:1;display:flex;justify-content:center}.app-nav__link{display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:.35rem .5rem;min-width:3.5rem;color:var(--app-nav-inactive);text-decoration:none;font-size:.65rem;font-weight:600;border:none;background:none;cursor:pointer;position:relative}.app-nav__link--active{color:var(--app-teal)}.app-nav__link--active:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:1.5rem;height:3px;border-radius:2px;background:var(--app-teal)}.app-nav__icon{width:1.5rem;height:1.5rem}.app-nav__label{line-height:1.2}@media(min-width:600px){.app-shell__header,.app-shell__main,.app-nav__list{max-width:36rem}}@media(min-width:1024px){.app-shell__header,.app-shell__main,.app-nav__list{max-width:42rem}.app-nav__link{font-size:.75rem;gap:.3rem}.app-nav__icon{width:1.65rem;height:1.65rem}}.profile-gallery{display:flex;flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;justify-content:center}.profile-gallery--grid{max-width:22rem}.profile-gallery__item{display:inline-flex;flex-direction:column;align-items:center;gap:.35rem}.profile-gallery--strip .profile-gallery__item{flex-direction:row;padding:.4rem .6rem;border-radius:.7rem;background:var(--app-primary-soft, rgba(232, 72, 85, .1))}.profile-gallery__img{object-fit:cover;border-radius:.45rem;flex-shrink:0}.profile-gallery--strip .profile-gallery__img{width:2.75rem;height:2.75rem}.profile-gallery--grid .profile-gallery__img{width:5.5rem;height:5.5rem;border-radius:.65rem;box-shadow:0 4px 14px #00000014}.profile-gallery__placeholder{display:inline-flex;align-items:center;justify-content:center;color:var(--app-primary, #e84855);flex-shrink:0}.profile-gallery--strip .profile-gallery__placeholder{width:2.75rem;height:2.75rem}.profile-gallery--strip .profile-gallery__placeholder svg{width:1.25rem;height:1.25rem}.profile-gallery--grid .profile-gallery__placeholder{width:5.5rem;height:5.5rem;border-radius:.65rem;background:var(--app-surface-warm, #fff5f0)}.profile-gallery--grid .profile-gallery__placeholder svg{width:2rem;height:2rem}.profile-gallery__label{font-size:.7rem;color:#666;max-width:5.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-gallery--strip .profile-gallery__label{max-width:9rem}.profile-gallery--full{flex-direction:column;align-items:stretch;width:100%;gap:.65rem}.profile-gallery--full .profile-gallery__item{width:100%;flex-direction:column;align-items:stretch;padding:0;background:none}.profile-gallery--full .profile-gallery__img{width:100%;height:auto;aspect-ratio:4 / 5;max-height:22rem;border-radius:.75rem;box-shadow:0 4px 16px #0000001a}.profile-gallery--full .profile-gallery__placeholder{width:100%;aspect-ratio:4 / 5;max-height:22rem;border-radius:.75rem;background:var(--app-surface-warm, #fff5f0)}.profile-gallery--full .profile-gallery__placeholder svg{width:2.5rem;height:2.5rem}.profile-gallery--feature{flex-direction:column;align-items:stretch;width:100%;gap:0}.profile-gallery--feature .profile-gallery__item{width:100%;flex-direction:column;align-items:stretch;padding:0;background:none}.profile-gallery--feature .profile-gallery__img{width:100%;height:auto;aspect-ratio:4 / 5;max-height:16rem;border-radius:1rem;box-shadow:0 6px 20px #2d24281f;object-fit:cover}.profile-gallery--feature .profile-gallery__placeholder{width:100%;aspect-ratio:4 / 5;max-height:16rem;border-radius:1rem;background:var(--app-primary-soft, rgba(232, 72, 85, .1));color:var(--app-primary, #e84855)}.profile-gallery--feature .profile-gallery__placeholder svg{width:2.25rem;height:2.25rem}.match-scores{display:flex;flex-wrap:nowrap;gap:.4rem;margin:.45rem 0 0;padding:0;list-style:none}.match-scores__item{display:flex;align-items:center;gap:.3rem;flex:1 1 0;min-width:0;padding:.24rem .5rem;border-radius:9999px;border:1px solid rgba(232,72,85,.24);background:#e848550f}.match-scores--on-dark .match-scores__item{border-color:#ffffff4d;background:#ffffff24}.match-scores__label{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.6rem;font-weight:700;letter-spacing:.01em;color:var(--f-primary, #e84855);opacity:.92}.match-scores--on-dark .match-scores__label{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.35)}.match-scores__track{position:relative;flex:0 0 2.25rem;width:2.25rem;height:.3rem;border-radius:9999px;background:#2d242824;overflow:hidden}.match-scores--on-dark .match-scores__track{background:#ffffff47}.match-scores__fill{position:absolute;inset:0 auto 0 0;height:100%;border-radius:9999px;background:var(--f-primary, #e84855)}.match-scores--on-dark .match-scores__fill{background:#fff}@media(min-width:480px){.match-scores__track{flex-basis:2.75rem;width:2.75rem}.match-scores__label{font-size:.65rem}}.fyp__hero-img{width:100%;height:100%;min-height:16rem;max-height:20rem;object-fit:cover;display:block}.fyp__hero-placeholder{display:flex;align-items:center;justify-content:center;min-height:16rem;max-height:20rem;color:var(--f-primary, #e84855);background:linear-gradient(145deg,#fff5f0,#ffe8e4)}.fyp__hero-placeholder svg{width:3rem;height:3rem}.fyp__hero-overlay{position:absolute;inset:auto 0 0;padding:2.5rem 1rem 1rem;background:linear-gradient(to top,rgba(0,0,0,.72) 0%,transparent 100%);text-align:left}.fyp__hero-overlay .fyp__name{color:#fff;font-size:1.35rem;text-shadow:0 1px 4px rgba(0,0,0,.35)}.fyp__hero-overlay .fyp__age{color:#ffffffeb}.fyp__hero-overlay .match-scores{margin-top:.35rem}.fyp__hero-overlay .fyp__meta{margin:.15rem 0 0;color:#ffffffe0;font-size:.78rem}.fyp__name{margin:0;font-size:1.25rem;font-weight:700;color:var(--f-primary, #e84855);letter-spacing:-.02em}.fyp__meta{margin:-.25rem 0 .5rem;font-size:.72rem;color:var(--f-muted, #7a6b72);word-break:break-word}.fyp__age{font-weight:500;color:var(--f-text, #2d2428);margin-left:.15rem}.profile-basics{display:flex;flex-wrap:wrap;gap:.4rem;margin:0;padding:0;list-style:none}.profile-basics__item{display:inline-flex;align-items:center;gap:.35rem;max-width:100%;padding:.38rem .65rem .38rem .5rem;border-radius:.65rem;background:#2d24280d;border:1px solid rgba(45,36,40,.08);color:var(--f-text, #2d2428);font-size:.74rem;font-weight:550;line-height:1.25}.profile-basics__icon{display:inline-flex;flex-shrink:0;width:.95rem;height:.95rem;color:var(--f-muted, #7a6b72)}.profile-basics__icon svg{width:100%;height:100%}.profile-basics__label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-basics--dark .profile-basics__item{background:#ffffff24;border-color:#ffffff2e;color:#fffffff2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.profile-basics--dark .profile-basics__icon{color:#ffffffd1}.fyp__basics-block{margin:0 0 .75rem;text-align:left}.fyp__tags{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:.35rem;margin:0;padding:0;list-style:none}.fyp__tag{padding:.3rem .65rem;border-radius:9999px;font-size:.68rem;font-weight:600}.fyp__tag--green{background:#d4edda;color:#2e6b4a}.fyp__tag--blue{background:#d3e8fc;color:#1565a8}.fyp__tag--pink{background:#fce4ec;color:#ad4a6f}.fyp__tag--teal{background:#ff9f6b47;color:#b85a2e}.fyp__sections{display:flex;flex-direction:column;gap:.75rem;text-align:left}.fyp__section-card{position:relative;padding:.85rem;border:1px solid rgba(232,72,85,.14);border-radius:1.1rem;background:var(--f-surface, #fffbf7)}.fyp__section-card--photo{border:none;padding:.35rem 0;background:transparent;box-shadow:none}.fyp__section{text-align:left}.fyp__section--photo .fyp__section-title{text-align:center}.fyp__photo-gallery{width:100%}.fyp__section-title{margin:0 0 .4rem;font-size:.78rem;font-weight:700;color:var(--f-primary, #e84855)}.fyp__section-text{margin:0;font-size:.82rem;line-height:1.45;color:var(--f-text, #2d2428)}.fyp__section-reply-panel{margin-top:.65rem}.fyp__section-reply-row{display:flex;flex-wrap:nowrap;gap:.4rem;align-items:stretch}.fyp__section-response{flex:1 1 auto;min-width:0;border:1px solid rgba(232,72,85,.28);border-radius:9999px;padding:.55rem .75rem;font-family:inherit;font-size:.76rem;line-height:1.2;color:var(--f-text, #2d2428);background:#fff}.fyp__section-response::placeholder{color:#666666b8}.fyp__section-response:focus{outline:2px solid rgba(232,72,85,.22);border-color:var(--f-primary, #e84855)}.fyp__section-response:disabled{cursor:not-allowed;opacity:.58;background:#f4f7f7}.fyp__section-reply{flex:0 0 auto;align-self:center;border:none;border-radius:9999px;padding:.55rem .85rem;background:var(--f-primary, #e84855);color:#fff;font-family:inherit;font-size:.74rem;font-weight:700;white-space:nowrap;cursor:pointer}.fyp__section-reply:disabled{cursor:default;opacity:.52}@media(min-width:480px){.fyp__hero-overlay .fyp__name{font-size:1.5rem}.fyp__section-text{font-size:.875rem}.fyp__tag{font-size:.75rem;padding:.35rem .75rem}}.profile-feedback{padding:0 0 1rem}.profile-feedback__hero{position:relative;margin:0 0 .75rem;border-radius:var(--radius-lg);overflow:hidden;max-height:200px}.profile-feedback__hero .fyp__hero-img{width:100%;height:200px;object-fit:cover;display:block}.profile-feedback__hero .fyp__hero-placeholder{height:160px}.profile-feedback__basics{margin:0 0 .75rem;padding:0 .15rem}.profile-feedback__hint{margin:0 0 .65rem;font-size:.76rem;color:#5c6b70}.profile-feedback__error{margin:0 0 .5rem;font-size:.78rem;color:var(--app-error, #c62828)}.profile-feedback .fyp__section-reply-panel{margin-top:.55rem}.profile-feedback .fyp__section-reply-row{width:100%}.profile-feedback .fyp__section-card--photo .fyp__section-reply-panel{padding:0 .15rem}.skeleton-block{--skeleton-base: #e7edee;--skeleton-highlight: #f4f8f8;position:relative;display:block;overflow:hidden;background-color:var(--skeleton-base);border-radius:.5rem}.skeleton-block:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,var(--skeleton-highlight),transparent);animation:skeleton-shimmer 1.3s ease-in-out infinite}.skeleton-block--circle{border-radius:50%}.skeleton-block--pill{border-radius:9999px}@keyframes skeleton-shimmer{to{transform:translate(100%)}}.skeleton-group{opacity:.9}@media(prefers-reduced-motion:reduce){.skeleton-block:after{animation:none}}.screen{position:relative;min-height:100%;padding:.65rem 1rem .5rem}.screen__inner{position:relative;z-index:1}@media(min-width:480px){.screen{padding:.85rem 1.5rem .75rem}}@media(min-width:768px){.screen{padding:1rem 2rem}}.chat{--c-teal: var(--app-primary, #e84855);--c-text: var(--app-text, #2d2428);--c-muted: var(--app-muted, #7a6b72);--c-line: var(--app-border, #ececec);--c-card: rgba(255, 255, 255, .88);padding-bottom:0}.chat__inner{min-height:calc(100vh - 7rem);min-height:calc(100dvh - 7rem);display:flex;flex-direction:column}.chat__header{position:sticky;top:0;z-index:5;display:grid;grid-template-columns:2.5rem minmax(0,1fr) 2.5rem;align-items:center;gap:.5rem;padding:.25rem 0 .75rem;background:#fafcfddb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.chat__back{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:none;border-radius:.75rem;background:transparent;color:var(--c-teal);cursor:pointer}.chat__back:hover{background:#e848551a}.chat__person{display:flex;align-items:center;justify-content:center;min-width:0;gap:.65rem}.chat__avatar{width:2.75rem;height:2.75rem;flex-shrink:0;border-radius:50%}.chat__person-text{min-width:0}.chat__title{margin:0;color:var(--c-text);font-size:1rem;font-weight:800;line-height:1.2}.chat__status{display:inline-flex;align-items:center;gap:.3rem;color:var(--c-muted);font-size:.75rem;font-weight:700}.chat__status:before{content:"";width:.42rem;height:.42rem;border-radius:50%;background:#b0b8bc}.chat__status--live:before{background:var(--c-teal)}.chat__banner{margin:.25rem 0 .65rem;font-size:.875rem}.chat__banner--error{color:var(--app-error, #c62828)}.chat__banner--muted{color:var(--c-muted)}.chat__messages{flex:1;display:flex;flex-direction:column;gap:.65rem;list-style:none;margin:0;padding:.25rem 0 1rem}.chat__message{display:flex}.chat__message--me{justify-content:flex-end}.chat__message--them{justify-content:flex-start}.chat__bubble{max-width:min(78%,22rem);padding:.7rem .85rem .55rem;border:1px solid var(--c-line);border-radius:1.1rem;background:var(--c-card);color:var(--c-text);box-shadow:0 12px 28px #0f172a0f}.chat__message--me .chat__bubble{border-color:transparent;background:var(--c-teal);color:#fff;border-bottom-right-radius:.35rem}.chat__message--them .chat__bubble{border-bottom-left-radius:.35rem}.chat__message--failed .chat__bubble{background:#fff3f3;border-color:#c6282833;color:#9f1d1d}.chat__bubble-text{margin:0;font-size:.9375rem;line-height:1.45}.chat__reply-section{margin:0 0 .55rem;padding:.55rem .6rem;border-radius:.75rem;background:#ffffffeb;color:var(--c-text);text-align:left}.chat__message--them .chat__reply-section{background:#f6f8f9}.chat__reply-section .fyp__section-title{font-size:.72rem}.chat__reply-section .fyp__section-text{font-size:.78rem}.chat__reply-section .fyp__tag{font-size:.68rem;padding:.2rem .45rem}.chat__reply-section .fyp__photo-gallery{border-radius:.55rem;overflow:hidden}.chat__meta{display:block;margin-top:.3rem;color:#33333385;font-size:.6875rem;font-weight:700}.chat__message--me .chat__meta{color:#ffffffbf}.chat__message--failed .chat__meta{color:#9f1d1dad}.chat__composer{position:sticky;bottom:5.25rem;z-index:6;display:flex;align-items:center;gap:.6rem;padding:.65rem;margin:0 -.15rem;border:1px solid rgba(232,72,85,.16);border-radius:1.25rem;background:#ffffffeb;box-shadow:0 14px 30px #0f172a14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.chat__input{flex:1;min-width:0;border:none;background:transparent;color:var(--c-text);font-family:inherit;font-size:.95rem;outline:none}.chat__input::placeholder{color:#a8aeb2}.chat__send{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border:none;border-radius:50%;background:var(--c-teal);color:#fff;cursor:pointer;flex-shrink:0}.chat__send:hover:not(:disabled){background:var(--app-primary-hover, #d63d49)}.chat__send:disabled{opacity:.45;cursor:not-allowed}.chat__initiate{flex:1;overflow-y:auto;padding:0 0 .5rem}.chat__messages--compact{margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--c-line)}@media(min-width:768px){.chat__bubble{max-width:min(70%,24rem)}}.chats{--c-teal: var(--app-primary, #e84855);--c-text: var(--app-text, #2d2428);--c-muted: var(--app-muted, #7a6b72);--c-line: var(--app-border, #ececec);padding-bottom:.25rem}.chats__header{display:grid;grid-template-columns:2.5rem minmax(0,1fr) 2.5rem;align-items:center;margin-bottom:.85rem}.chats__header-side{width:2.5rem}.chats__brand{display:flex;align-items:center;justify-content:center;gap:.45rem}.chats__logo{width:1.75rem;height:1.75rem;object-fit:contain}.chats__app-name{font-size:1.05rem;font-weight:600;letter-spacing:-.02em}.chats__sections{display:flex;flex-direction:column;gap:.5rem}.chats__section{border:1px solid var(--c-line);border-radius:1rem;background:#fff;overflow:hidden}.chats__section-toggle{display:flex;align-items:center;gap:.5rem;width:100%;padding:.85rem 1rem;border:none;background:#f8fafb;color:var(--c-text);font:inherit;font-size:.875rem;font-weight:700;text-align:left;cursor:pointer}.chats__section-toggle:hover{background:#f3f6f7}.chats__section-title{flex:1;min-width:0}.chats__section-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding:0 .35rem;border-radius:9999px;background:#e848551f;color:var(--c-teal);font-size:.72rem;font-weight:700}.chats__section-chevron{flex-shrink:0;color:var(--c-muted);transition:transform .2s ease}.chats__section-chevron--open{transform:rotate(180deg)}.chats__section-panel{padding:0 .35rem}.chats__section-panel .chats__list{padding-top:.15rem}.chats__section-panel .chats__empty{padding:.75rem .65rem 1rem}.chats__list{list-style:none;margin:0;padding:0}.chats__row{display:flex;align-items:center;gap:.75rem;width:100%;padding:.85rem 0;border:none;border-bottom:1px solid var(--c-line);background:transparent;text-align:left;text-decoration:none;cursor:pointer;font:inherit;color:inherit}.chats__row:hover{background:#00000005}.chats__list li:last-child .chats__row{border-bottom:none}.chats__avatar{width:3rem;height:3rem;flex-shrink:0;border-radius:50%}.chats__row-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem}.chats__name{font-size:.9375rem;font-weight:700;color:var(--c-text)}.chats__name-line{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.chats__time{flex-shrink:0;color:#a8aeb2;font-size:.75rem;font-weight:600}.chats__preview{font-size:.8125rem;color:var(--c-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chats__dot{width:.5rem;height:.5rem;border-radius:50%;flex-shrink:0}.chats__dot--red{background:#e57373}.chats__dot--teal{background:var(--c-teal)}.chats__dot-spacer{width:.5rem;flex-shrink:0}.chats__badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding:0 .35rem;border-radius:9999px;background:var(--c-teal);color:#fff;font-size:.75rem;font-weight:700;flex-shrink:0}@media(min-width:480px){.chats__avatar{width:3.25rem;height:3.25rem}.chats__name{font-size:1rem}.chats__preview{font-size:.875rem}}@media(min-width:768px){.chats__search-wrap{padding:.75rem 1rem;border-radius:1.25rem}.chats__row{padding:1rem 0;gap:1rem}}.chats__load-error{color:var(--app-error, #c62828);font-size:.9rem;margin:.25rem 0 .5rem}.chats__load-muted{color:var(--c-muted);font-size:.9rem;margin:.25rem 0 .5rem}.chats__say-hi{font-weight:600;color:var(--f-primary, #e84855)}.chats__empty{color:var(--c-muted);font-size:.9rem;padding:1rem 0;text-align:center}.profile{--p-teal: var(--app-primary, #e84855);--p-teal-hover: var(--app-primary-hover, #d63d49);--p-text: var(--app-text, #2d2428);--p-muted: var(--app-muted, #7a6b72);--p-card-shadow: 0 4px 20px rgba(0, 0, 0, .06);position:relative;min-height:100%;padding:.75rem 1.25rem 1rem;color:var(--p-text)}.profile__top{position:relative;z-index:1;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;margin-bottom:1.25rem}.profile__top-spacer{min-width:2.5rem}.profile__brand{display:flex;align-items:center;justify-content:center;gap:.45rem;grid-column:2}.profile__logo{width:1.75rem;height:1.75rem;object-fit:contain;flex-shrink:0}.profile__app-name{font-size:1.05rem;font-weight:600;letter-spacing:-.02em}.profile__body{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center}.profile__avatar-wrap{width:7.5rem;height:7.5rem;margin-bottom:1rem;border-radius:50%;overflow:hidden;box-shadow:0 8px 28px #e8485540}.profile__avatar-img{width:100%;height:100%;display:block}.profile__avatar-img--photo{object-fit:cover}.profile__photos-section{width:100%;max-width:22rem;margin:0 0 1.25rem}.profile__photos-title{margin:0 0 .65rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--p-muted);text-align:center}.profile__card--section{margin-bottom:.85rem}.profile__prompts-section{width:100%;max-width:22rem;margin:0 0 1.25rem}.profile__prompts-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.85rem}.profile__prompts-list .profile__card{max-width:none;margin-bottom:0}.profile__edit-standalone{width:100%;max-width:22rem;margin:0 0 1rem}.profile__name{margin:0 0 .5rem;font-size:1.5rem;font-weight:700;letter-spacing:-.03em}.profile__banner{font-size:.9rem;margin:0 0 .75rem;padding:0 .5rem}.profile__banner--error{color:var(--app-error, #c62828)}.profile__banner--muted{color:var(--p-muted)}.profile__goal{margin:-.25rem 0 .75rem;font-size:.9rem;color:var(--p-teal);font-weight:500}.profile__meta{margin:-.15rem 0 .5rem;font-size:.82rem;color:var(--p-muted)}.profile__tags--persona{margin-bottom:.75rem}.profile__tags-empty{margin:0 0 1rem;font-size:.85rem;color:var(--p-muted);max-width:20rem}.profile__bio{margin:0 0 1rem;font-size:.875rem;line-height:1.5;color:var(--p-muted);max-width:20rem}.profile__tags{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin:0 0 1.5rem;padding:0;list-style:none}.profile__tag{padding:.4rem .85rem;border-radius:9999px;font-size:.75rem;font-weight:600}.profile__tag--green{background:#d4edda;color:#2e6b4a}.profile__tag--blue{background:#d3e8fc;color:#1565a8}.profile__tag--pink{background:#fce4ec;color:#ad4a6f}.profile__tag--teal{background:var(--app-primary-soft, rgba(232, 72, 85, .12));color:var(--app-primary-hover, #d63d49)}.profile__card{width:100%;max-width:22rem;padding:1.1rem 1.15rem;border-radius:1.25rem;background:#fff;box-shadow:var(--p-card-shadow);text-align:left;margin-bottom:1rem}.profile__card-row{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:.65rem}.profile__card-title{margin:0;font-size:.95rem;font-weight:700}.profile__pct{font-size:.9rem;font-weight:600;color:var(--p-teal)}.profile__bar{height:6px;border-radius:6px;background:var(--app-border, #e8ecee);overflow:hidden;margin-bottom:1rem}.profile__bar-fill{height:100%;border-radius:6px;background:linear-gradient(90deg,var(--p-teal),var(--app-accent-warm, #ff9f6b))}.profile__edit-btn{width:100%;min-height:2.75rem;border:1px solid #d8d8d8;border-radius:9999px;background:#fff;font-family:inherit;font-size:.9375rem;font-weight:600;color:var(--p-text);cursor:pointer;transition:background .15s ease,border-color .15s ease}.profile__edit-btn:hover{background:#fafafa;border-color:#c8c8c8}.profile__prompt-title{margin:0 0 .6rem;font-size:.95rem;font-weight:700;line-height:1.35}.profile__prompt-body{margin:0;font-size:.8125rem;line-height:1.55;color:var(--p-muted)}.profile__prompt-edit{margin-top:.85rem}.profile__ellipsis{color:var(--p-teal);font-weight:600}.profile__edit-hub{max-width:22rem;margin:0 auto}.profile__edit-hub-copy{margin:0 0 1.25rem;font-size:.875rem;line-height:1.5;color:var(--p-muted)}.profile__edit-hub-actions{display:flex;flex-direction:column;gap:.75rem}.profile__edit-migrate{margin:0 0 1.25rem;padding:1rem;border:1px solid var(--app-border, #e6e0e2);border-radius:var(--radius-lg);background:var(--app-surface-warm, #fffbf7)}.profile__edit-migrate-copy{margin:0 0 .85rem;font-size:.8125rem;line-height:1.5;color:var(--p-muted)}.profile__edit-top{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.profile__back-btn,.profile__secondary-btn,.profile__save-btn{border:none;border-radius:9999px;font-family:inherit;font-weight:700;cursor:pointer}.profile__back-btn{padding:.5rem .85rem;background:#e848551f;color:var(--p-teal)}.profile__edit-kicker{margin:0 0 .15rem;color:var(--p-muted);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.profile__edit-heading{margin:0;font-size:1.25rem;line-height:1.2}.profile__secondary-btn,.profile__save-btn{min-height:2.75rem;font-size:.9rem}.profile__secondary-btn{border:1px solid rgba(232,72,85,.28);background:#fff;color:var(--p-teal)}.profile__save-btn{background:var(--p-teal);color:#fff}.profile__save-btn:disabled{opacity:.6;cursor:default}@media(min-width:480px){.profile{padding:1rem 2rem 1.5rem}.profile__avatar-wrap{width:9rem;height:9rem}.profile__name{font-size:1.75rem}.profile__bio,.profile__card,.profile__photos-section,.profile__prompts-section{max-width:26rem}}@media(min-width:768px){.profile__card{max-width:30rem;padding:1.35rem 1.5rem}.profile__photos-section,.profile__prompts-section{max-width:30rem}.profile__bio{max-width:30rem;font-size:.9375rem}}.img-up{width:100%}.img-up__hint{margin:0 0 .75rem;font-size:.8125rem;color:var(--ob-muted, #888);text-align:left}.img-up__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;width:100%}@media(min-width:380px){.img-up__grid{grid-template-columns:repeat(3,minmax(0,5.5rem))}}.img-up__tile{position:relative;aspect-ratio:1;border-radius:.85rem;overflow:hidden;border:1px solid var(--ob-border, #ccc);background:#f8fafc}.img-up__thumb{width:100%;height:100%;object-fit:cover;display:block}.img-up__remove{position:absolute;top:4px;right:4px;width:1.65rem;height:1.65rem;border:none;border-radius:50%;background:#0000008c;color:#fff;font-size:1.1rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.img-up__remove:hover{background:#000000bf}.img-up__add{aspect-ratio:1;border-radius:.85rem;border:2px dashed var(--ob-border, #ccc);display:flex;align-items:center;justify-content:center;cursor:pointer;background:#fafafa;transition:border-color .15s ease,background .15s ease;min-height:4.5rem}.img-up__add:hover{border-color:var(--ob-teal, #e84855);background:#e848550f}.img-up__add--disabled{opacity:.6;pointer-events:none;cursor:not-allowed}.img-up__input{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.img-up__add-inner{font-size:.85rem;font-weight:600;color:var(--ob-muted, #666)}@media(min-width:480px){.img-up__grid{grid-template-columns:repeat(3,minmax(0,7rem))}}@media(min-width:768px){.img-up__grid{grid-template-columns:repeat(4,minmax(0,7rem));gap:.75rem}}.f-pills{display:flex;flex-direction:column;gap:.5rem}.f-pill{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:3rem;padding:0 1rem 0 .85rem;border:1px solid var(--ob-border, #ccc);border-radius:9999px;background:#fff;font-family:inherit;font-size:.9375rem;font-weight:500;color:var(--ob-text, #333);cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease;text-align:left}.f-pill:hover{border-color:#b0b0b0}.f-pill--selected{border-color:var(--ob-teal, #e84855);color:var(--ob-teal, #e84855);background:#e848550f}.f-pill__left{display:flex;align-items:center;gap:.5rem}.f-pill__check{width:1.1rem;height:1.1rem;flex-shrink:0;opacity:0;transition:opacity .15s ease}.f-pill--selected .f-pill__check{opacity:1}.f-pill__badge{width:1.35rem;height:1.35rem;border-radius:50%;background:var(--ob-teal, #e84855);display:flex;align-items:center;justify-content:center;flex-shrink:0;opacity:0;transform:scale(.85);transition:opacity .15s ease,transform .15s ease}.f-pill--selected .f-pill__badge{opacity:1;transform:scale(1)}.f-select-wrap{position:relative;width:100%}.f-select{width:100%;min-height:3rem;padding:0 2.5rem 0 1rem;border:1px solid var(--ob-border, #ccc);border-radius:1rem;background:#fff;font-family:inherit;font-size:.9375rem;color:var(--ob-text, #333);-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;outline:none}.f-select:focus{border-color:var(--ob-teal, #e84855)}.f-select option{color:#333}.f-select__chev{position:absolute;right:1rem;top:50%;transform:translateY(-50%);pointer-events:none;color:#888}.f-num{width:100%;min-height:3rem;padding:0 1rem;border:1px solid var(--ob-border, #ccc);border-radius:1rem;font-family:inherit;font-size:1rem;color:var(--ob-text, #333);outline:none}.f-num:focus{border-color:var(--ob-teal, #e84855)}.f-text{width:100%;min-height:6rem;padding:.85rem 1rem;border:1px solid var(--ob-border, #ccc);border-radius:1rem;font-family:inherit;font-size:.9375rem;color:var(--ob-text, #333);resize:vertical;outline:none}.f-text:focus{border-color:var(--ob-teal, #e84855)}.f-text--single{min-height:3rem;resize:none}.f-range,.f-slider1,.f-labels-slider{--slider-thumb-size: 22px;--slider-track-height: 4px;--slider-thumb-inset: calc(var(--slider-thumb-size) / 2);--slider-thumb-mt: calc((var(--slider-track-height) - var(--slider-thumb-size)) / 2);--slider-fill-stop: calc( var(--slider-thumb-inset) + (100% - var(--slider-thumb-size)) * var(--pct, .5) )}.f-range{padding:.5rem 0 1.5rem;-webkit-user-select:none;user-select:none}.f-range__label{text-align:center;font-size:.9375rem;font-weight:600;color:var(--ob-text, #333);margin-bottom:.75rem}.f-range__track{position:relative;height:40px;padding:0 var(--slider-thumb-inset)}.f-range__line{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);height:var(--slider-track-height);border-radius:4px;background:#e0e0e0}.f-range__fill{position:absolute;top:50%;left:calc(var(--low, 0) * (100% - var(--slider-thumb-size)) + var(--slider-thumb-inset));width:calc((var(--high, 1) - var(--low, 0)) * (100% - var(--slider-thumb-size)));transform:translateY(-50%);height:var(--slider-track-height);border-radius:4px;background:var(--ob-teal, #e84855);pointer-events:none}.f-range input[type=range]{position:absolute;left:0;width:100%;top:50%;transform:translateY(-50%);height:var(--slider-thumb-size);margin:0;background:none;pointer-events:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.f-range input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;pointer-events:auto;width:var(--slider-thumb-size);height:var(--slider-thumb-size);margin-top:var(--slider-thumb-mt);border-radius:50%;background:var(--ob-teal, #e84855);border:3px solid #fff;box-shadow:0 1px 4px #0003;cursor:grab}.f-range input[type=range]::-moz-range-thumb{pointer-events:auto;width:var(--slider-thumb-size);height:var(--slider-thumb-size);border-radius:50%;background:var(--ob-teal, #e84855);border:3px solid #fff;box-shadow:0 1px 4px #0003;cursor:grab}.f-range input[type=range]::-webkit-slider-runnable-track{background:transparent;height:var(--slider-track-height)}.f-range input[type=range]::-moz-range-track{background:transparent;height:var(--slider-track-height);border:none}.f-range .f-range__z-low{z-index:2}.f-range .f-range__z-high{z-index:3}.f-slider1{padding:.5rem 0}.f-slider1__value{text-align:center;font-size:1rem;font-weight:700;color:var(--ob-text, #333);margin-bottom:.5rem}.f-slider1__track{padding:0 var(--slider-thumb-inset)}.f-slider1 input[type=range]{width:100%;height:var(--slider-thumb-size);-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent}.f-slider1 input[type=range]::-webkit-slider-runnable-track{height:var(--slider-track-height);border-radius:4px;background:linear-gradient(to right,var(--ob-teal, #e84855) 0,var(--ob-teal, #e84855) var(--slider-fill-stop),#e0e0e0 var(--slider-fill-stop),#e0e0e0 100%)}.f-slider1 input[type=range]::-moz-range-track{height:var(--slider-track-height);border-radius:4px;background:#e0e0e0;border:none}.f-slider1 input[type=range]::-moz-range-progress{height:var(--slider-track-height);border-radius:4px;background:var(--ob-teal, #e84855)}.f-slider1 input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:var(--slider-thumb-size);height:var(--slider-thumb-size);margin-top:var(--slider-thumb-mt);border-radius:50%;background:var(--ob-teal, #e84855);border:3px solid #fff;box-shadow:0 1px 4px #0003}.f-slider1 input[type=range]::-moz-range-thumb{width:var(--slider-thumb-size);height:var(--slider-thumb-size);border-radius:50%;background:var(--ob-teal, #e84855);border:3px solid #fff;box-shadow:0 1px 4px #0003}.f-slider1__labels{display:flex;justify-content:space-between;padding:0 var(--slider-thumb-inset);font-size:.7rem;color:#888;margin-top:.25rem}.f-labels-slider{padding:.5rem 0}.f-labels-slider__track{position:relative;padding:0 var(--slider-thumb-inset)}.f-labels-slider__labels-row{display:flex;justify-content:space-between;gap:4px;padding:0 var(--slider-thumb-inset);margin-top:.75rem}.f-labels-slider__lab{flex:1;text-align:center;font-size:.65rem;line-height:1.2;color:#888;transition:color .15s ease}.f-labels-slider__lab--on{color:var(--ob-teal, #e84855);font-weight:600}.f-labels-slider input[type=range]{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:var(--slider-thumb-size);background:transparent}.f-labels-slider input[type=range]::-webkit-slider-runnable-track{height:var(--slider-track-height);border-radius:4px;background:#e0e0e0}.f-labels-slider input[type=range]::-moz-range-track{height:var(--slider-track-height);border-radius:4px;background:#e0e0e0;border:none}.f-labels-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:var(--slider-thumb-size);height:var(--slider-thumb-size);margin-top:var(--slider-thumb-mt);border-radius:50%;background:var(--ob-teal, #e84855);border:3px solid #fff;box-shadow:0 1px 4px #0003}.f-labels-slider input[type=range]::-moz-range-thumb{width:var(--slider-thumb-size);height:var(--slider-thumb-size);border-radius:50%;background:var(--ob-teal, #e84855);border:3px solid #fff;box-shadow:0 1px 4px #0003}@media(min-width:480px){.f-pill{min-height:3.25rem;font-size:1rem}.f-num{min-height:3.25rem;font-size:1.05rem}.f-text{font-size:1rem}.f-select{min-height:3.25rem;font-size:1rem}}@media(min-width:768px){.f-pill{min-height:3.5rem;padding:0 1.25rem 0 1rem}.f-labels-slider__lab{font-size:.75rem}.f-range__label{font-size:1rem}}.f-card-sort__hint{font-size:.8125rem;color:#666;margin:0 0 .75rem}.f-card-sort__ranked{list-style:none;padding:0;margin:0 0 1rem;display:flex;flex-direction:column;gap:.35rem}.f-card-sort__ranked li{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.f-card-sort__rank{width:1.5rem;height:1.5rem;border-radius:50%;background:var(--ob-teal, #e84855);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.f-card-sort__grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.f-card-sort__card{position:relative;min-height:4rem;padding:.75rem;border:1px solid var(--ob-border, #ccc);border-radius:.75rem;background:#fff;font-family:inherit;font-size:.8125rem;text-align:left;cursor:pointer}.f-card-sort__card--on{border-color:var(--ob-teal, #e84855);background:#e8485514}.f-card-sort__card:disabled{opacity:.45;cursor:not-allowed}.f-card-sort__badge{position:absolute;top:.35rem;right:.35rem;width:1.25rem;height:1.25rem;border-radius:50%;background:var(--ob-teal, #e84855);color:#fff;font-size:.65rem;display:flex;align-items:center;justify-content:center;font-weight:700}.f-scenario{display:flex;flex-direction:column;gap:.5rem}.f-scenario__card{width:100%;padding:1rem;border:1px solid var(--ob-border, #ccc);border-radius:.75rem;background:#fff;font-family:inherit;font-size:.9375rem;text-align:left;cursor:pointer}.f-scenario__card--on{border-color:var(--ob-teal, #e84855);background:#e8485514;color:var(--ob-teal, #e84855)}.f-free-text__count{font-size:.75rem;color:#888;margin:.35rem 0 0}.f-free-text__count--warn{color:var(--app-error, #c62828)}.f-consent__label{display:flex;gap:.75rem;align-items:flex-start;font-size:.8125rem;line-height:1.4;margin-bottom:1rem}.f-consent__hint{font-size:.8125rem;color:#888}.f-consent__fields{display:flex;flex-direction:column;gap:1rem}.f-prompts__hint{font-size:.8125rem;color:#666;margin:0 0 1rem}.f-prompts__list{display:flex;flex-direction:column;gap:.85rem;margin-bottom:1rem}.f-prompts__card{display:flex;flex-direction:column;gap:.5rem;padding:1rem;border:1px solid var(--ob-border, #ccc);border-radius:1.1rem;background:#fff}.f-prompts__card-head{display:flex;align-items:center;justify-content:space-between}.f-prompts__card-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#888}.f-prompts__remove{border:none;background:transparent;color:var(--ob-teal, #e84855);font-family:inherit;font-size:.78rem;font-weight:600;cursor:pointer;padding:.15rem .3rem}.f-prompts__select{min-height:2.75rem}.f-prompts__custom-input{width:100%;border:1px solid var(--ob-border, #ccc);border-radius:.65rem;padding:.6rem .7rem;font-family:inherit;font-size:.9375rem;color:var(--ob-text, #333);background:#fff;box-sizing:border-box;outline:none}.f-prompts__custom-input:focus{border-color:var(--ob-teal, #e84855)}.f-prompts__answer{min-height:4rem;line-height:1.45}.f-prompts__answer:disabled{cursor:not-allowed;opacity:.6;background:#f4f4f4}.f-prompts__count{align-self:flex-end;font-size:.72rem;color:#888}.f-prompts__add{width:100%;padding:.75rem 1rem;border:1px dashed var(--ob-border, #ccc);border-radius:.75rem;background:transparent;font-family:inherit;font-size:.875rem;font-weight:600;color:var(--ob-teal, #e84855);cursor:pointer}.f-pack{display:flex;flex-direction:column;gap:1rem}.filters-page{--ob-teal: var(--app-primary, #e84855);--ob-teal-dark: var(--app-primary-hover, #d63d49);--ob-text: var(--app-text, #2d2428);--ob-muted: var(--app-muted, #7a6b72);--ob-border: var(--app-border-strong, #d3cccf);display:flex;flex-direction:column;min-height:100%;max-width:28rem;margin:0 auto;padding:1rem 1.25rem 0;font-family:Plus Jakarta Sans,system-ui,sans-serif;color:var(--ob-text)}.filters-page__header{position:sticky;top:0;z-index:20;flex-shrink:0;margin:-1rem -1.25rem 1rem;padding:.75rem 1.25rem .85rem;background:#fffffff5;border-bottom:1px solid #ececec;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.filters-page__back{border:none;padding:0;background:transparent;font:inherit;font-size:.8125rem;font-weight:600;color:var(--ob-teal-dark);text-decoration:underline;text-underline-offset:2px;cursor:pointer}.filters-page__back:disabled{opacity:.6;cursor:wait}.filters-page__title{margin:.5rem 0 .35rem;font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.filters-page__subtitle{margin:0;font-size:.9375rem;line-height:1.45;color:var(--ob-muted)}.filters-page__body{flex:1;padding-bottom:calc(2rem + env(safe-area-inset-bottom,0px))}.filters-page__status{margin:2rem 0;font-size:.9375rem;color:var(--ob-muted);text-align:center}.filters-page__section{margin-bottom:2rem;padding-bottom:.25rem}.filters-page__section-title{margin:0 0 .35rem;font-size:1.05rem;font-weight:700}.filters-page__section-sub{margin:0 0 1rem;font-size:.8125rem;line-height:1.45;color:var(--ob-muted)}.filters-page__field-error{margin:0 0 .75rem;font-size:.8125rem;color:var(--app-error, #c62828)}.filters-page__section .f-pills,.filters-page__section .f-range,.filters-page__section .f-slider1,.filters-page__section section{margin-bottom:1rem}.filters-page__error{margin:0 0 .75rem;font-size:.8125rem;color:var(--app-error, #c62828);text-align:center}.filters-page__error--banner{flex-shrink:0;margin:0 0 1rem;padding:.65rem .85rem;border-radius:.65rem;background:var(--app-error-soft, rgba(198, 40, 40, .1))}.fyp{--f-primary: var(--app-primary, #e84855);--f-primary-soft: var(--app-primary-soft, rgba(232, 72, 85, .12));--f-text: var(--app-text, #2d2428);--f-muted: var(--app-muted, #7a6b72);--f-surface: var(--app-surface-warm, #fffbf7);padding-bottom:4.5rem}.fyp__header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;margin-bottom:.65rem}.fyp__header-left{justify-self:start}.fyp__logo{width:1.75rem;height:1.75rem;object-fit:contain}.fyp__header-title{grid-column:2;font-size:1.05rem;font-weight:600;letter-spacing:-.02em}.fyp__header-filter{grid-column:3;justify-self:end;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:none;border-radius:.75rem;background:transparent;color:var(--f-primary);cursor:pointer;text-decoration:none}.fyp__header-filter:hover{background:var(--f-primary-soft)}.fyp__deck{position:relative;display:flex;align-items:flex-start;justify-content:center;padding:0 0 .5rem}.fyp__card{flex:1;max-width:21rem;position:relative;padding:0;border-radius:1.35rem;background:#fff;box-shadow:0 10px 36px #2d24281a;text-align:center;overflow:hidden;transition:transform .22s ease,opacity .22s ease}.fyp__hero{position:relative;width:100%;text-align:left;min-height:16rem;max-height:20rem;overflow:hidden;background:var(--f-primary-soft)}.fyp__hero-placeholder--empty{margin:1rem auto;width:6.5rem;height:6.5rem;min-height:unset;max-height:unset;border-radius:50%}.fyp__name--compact{font-size:.95rem;text-align:left}.fyp__bio{margin:0 0 .75rem;font-size:.8rem;line-height:1.45;color:var(--f-muted)}.fyp__sticky-chrome{display:flex;position:sticky;top:0;z-index:5;align-items:center;gap:.55rem;padding:.45rem 1rem;background:#fffffff5;border-bottom:1px solid rgba(232,72,85,.12);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);text-align:left}.fyp__sticky-avatar{width:2rem;height:2rem;border-radius:50%;object-fit:cover;flex-shrink:0}.fyp__sticky-avatar--placeholder{display:inline-flex;align-items:center;justify-content:center;background:#e848551f;color:var(--f-primary)}.fyp__sticky-avatar--placeholder svg{width:1.1rem;height:1.1rem}.fyp__sticky-text{min-width:0}.fyp__sticky-text .fyp__meta{margin:0;font-size:.65rem}.fyp__card-body{padding:.85rem 1rem 1.25rem;text-align:left}.fyp__match-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.65rem;padding:1.5rem;background:#fffffff0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);text-align:center}.fyp__match-heart{width:4.5rem;height:4.5rem;color:#e53935;animation:fyp-match-pulse .9s ease infinite}.fyp__match-heart svg{width:100%;height:100%}@keyframes fyp-match-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}.fyp__match-title{margin:0;font-size:1.2rem;font-weight:700;color:var(--f-primary)}.fyp__match-sub{margin:0;font-size:.82rem;color:var(--f-muted);max-width:16rem}.fyp__match-cta{display:inline-block;margin-top:.35rem;padding:.65rem 1.35rem;border-radius:9999px;background:var(--f-primary);color:#fff;font-size:.88rem;font-weight:700;text-decoration:none}.fyp__match-cta:hover{filter:brightness(1.05)}.fyp__match-dismiss{border:none;background:none;padding:.35rem .75rem;font-family:inherit;font-size:.78rem;font-weight:600;color:var(--f-muted);cursor:pointer}.fyp__match-dismiss:hover{color:var(--f-text)}.fyp__actions{position:fixed;left:50%;bottom:calc(4.75rem + env(safe-area-inset-bottom,0px));transform:translate(-50%);display:flex;gap:2.5rem;align-items:center;z-index:40;pointer-events:none}.fyp__actions>*{pointer-events:auto}.fyp__action{width:3.5rem;height:3.5rem;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 16px #0000001f;transition:transform .15s ease}.fyp__action:active:not(:disabled){transform:scale(.94)}.fyp__action--pass{background:#e57373}.fyp__action--like{background:linear-gradient(135deg,var(--f-primary) 0%,#ff6b7a 100%)}.fyp__banner{margin:0 0 .75rem;padding:.55rem .75rem;border-radius:.65rem;font-size:.8rem;line-height:1.4;text-align:center}.fyp__banner--error{background:var(--app-error-soft, rgba(198, 40, 40, .1));color:var(--app-error, #c62828)}.fyp__banner--muted{background:#e848551f;color:var(--f-muted)}.fyp__profile-feedback{margin:.85rem 0 0;padding:0 .15rem}.fyp__profile-feedback-label{display:block;margin:0 0 .4rem;font-size:.76rem;font-weight:600;color:var(--f-text)}.fyp__profile-feedback-input{width:100%;box-sizing:border-box;border:1px solid rgba(232,72,85,.28);border-radius:var(--radius-md);padding:.65rem .75rem;font-family:inherit;font-size:.8rem;line-height:1.4;color:var(--f-text);background:#fff;resize:vertical;min-height:4.5rem}.fyp__profile-feedback-input::placeholder{color:#666666b8}.fyp__profile-feedback-input:focus{outline:2px solid rgba(232,72,85,.22);border-color:var(--f-primary)}.fyp__profile-feedback-input:disabled{cursor:not-allowed;opacity:.58;background:#f4f7f7}.fyp__card--empty{text-align:center;padding:1.1rem 1rem 2rem}.fyp__action[disabled]{opacity:.55;cursor:default}@media(min-width:480px){.fyp__card{max-width:25rem}.fyp__name{font-size:1.4rem}.fyp__bio{font-size:.875rem}}@media(min-width:768px){.fyp__card{max-width:30rem}.fyp__action{width:4rem;height:4rem}.fyp__actions{gap:3.5rem}}.enrich{--ob-teal: var(--app-primary, #e84855);--ob-teal-dark: var(--app-primary-hover, #d63d49);max-width:36rem;margin:0 auto;padding:1.25rem 1rem 3rem;color:var(--app-text, #2d2428)}.enrich__header{margin-bottom:1.5rem}.enrich__back{font-size:.875rem;color:var(--ob-teal);text-decoration:none}.enrich__title{font-size:1.5rem;margin:.75rem 0 .35rem}.enrich__subtitle{color:var(--app-muted, #7a6b72);font-size:.9375rem;line-height:1.45;margin:0}.enrich__stage{margin-bottom:1.75rem;padding:1rem;border:1px solid var(--app-border, #e8e8e8);border-radius:.75rem;background:var(--app-surface, #fff)}.enrich__stage-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.enrich__stage-head h2{font-size:1.125rem;margin:0}.enrich__badge{font-size:.75rem;padding:.2rem .5rem;border-radius:9999px;background:#f0f0f0}.enrich__badge--done{background:var(--app-primary-soft, rgba(232, 72, 85, .12));color:var(--app-primary-hover, #d63d49)}.enrich__blurb{font-size:.875rem;color:var(--app-muted, #7a6b72);margin:.35rem 0 .75rem}.enrich__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.enrich__step-btn{width:100%;display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border:1px solid var(--app-border, #e0e0e0);border-radius:.5rem;background:var(--app-surface-warm, #fafafa);font-family:inherit;font-size:.9375rem;color:var(--app-text, #2d2428);cursor:pointer;text-align:left}.enrich__step-btn:hover{border-color:var(--app-primary, #e84855)}.enrich__step-meta{font-size:.8125rem;color:var(--ob-teal)}.enrich__hint{font-size:.8125rem;color:var(--app-muted, #7a6b72);margin:.75rem 0 0}.enrich__start-btn{margin-top:1rem;width:100%;min-height:2.75rem;border:none;border-radius:9999px;background:var(--ob-teal);color:#fff;font-family:inherit;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background .15s ease}.enrich__start-btn:hover{background:var(--ob-teal-dark)}.enrich__loading{text-align:center;padding:2rem;color:var(--app-muted, #7a6b72)}.enrich__error{margin:0;padding:.85rem 1rem;border-radius:.75rem;background:var(--app-error-soft, rgba(198, 40, 40, .1));color:var(--app-error, #c62828);font-size:.9375rem;line-height:1.45}.profile-prompts__list{display:flex;flex-direction:column;gap:.85rem;margin-bottom:1rem}.profile-prompts__card{display:flex;flex-direction:column;gap:.5rem;padding:1rem;border:1px solid rgba(232,72,85,.16);border-radius:1.1rem;background:var(--app-surface-warm, #fffbf7)}.profile-prompts__card-head{display:flex;align-items:center;justify-content:space-between}.profile-prompts__card-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--p-muted)}.profile-prompts__remove{border:none;background:transparent;color:var(--p-teal);font-family:inherit;font-size:.78rem;font-weight:600;cursor:pointer;padding:.15rem .3rem}.profile-prompts__select,.profile-prompts__custom-input,.profile-prompts__answer{width:100%;border:1px solid rgba(45,36,40,.16);border-radius:.65rem;padding:.6rem .7rem;font-family:inherit;font-size:.85rem;color:var(--p-text);background:#fff;box-sizing:border-box}.profile-prompts__select:focus,.profile-prompts__custom-input:focus,.profile-prompts__answer:focus{outline:2px solid rgba(232,72,85,.22);border-color:var(--p-teal)}.profile-prompts__answer{resize:vertical;min-height:4rem;line-height:1.45}.profile-prompts__answer:disabled{cursor:not-allowed;opacity:.6;background:#f4f4f4}.profile-prompts__count{align-self:flex-end;font-size:.72rem;color:var(--p-muted)}.profile-prompts__add{margin-bottom:1rem}.profile-prompts__saved{margin:0 0 .75rem;font-size:.9rem;font-weight:600;color:#2e6b4a}.profile-prompts__save{margin-bottom:.5rem}.star{--s-teal: var(--app-primary, #e84855);--s-teal-hover: var(--app-primary-hover, #d63d49);--s-text: var(--app-text, #2d2428);--s-muted: var(--app-muted, #7a6b72);display:flex;flex-direction:column;min-height:calc(100vh - 5.5rem);min-height:calc(100dvh - 5.5rem)}.star__inner{display:flex;flex-direction:column;flex:1;padding-bottom:.5rem}.star__header{display:flex;justify-content:center;margin-bottom:1.25rem}.star__brand{display:flex;align-items:center;gap:.45rem}.star__logo{width:1.75rem;height:1.75rem;object-fit:contain}.star__app-name{font-size:1.05rem;font-weight:600;color:var(--s-text);letter-spacing:-.02em}.star__content{flex:1;display:flex;flex-direction:column;justify-content:center;text-align:center;padding:0 .5rem 1rem;max-width:22rem;margin:0 auto;width:100%}.star__headline{margin:0 0 .85rem;font-size:1.2rem;font-weight:700;line-height:1.35;color:var(--s-text);letter-spacing:-.02em}.star__body{margin:0;font-size:.875rem;line-height:1.55;color:var(--s-muted)}.star__composer{display:flex;align-items:center;gap:.5rem;margin-top:auto;padding:.65rem .75rem;border-radius:1.25rem;background:#fff;box-shadow:0 4px 24px #00000014;max-width:22rem;width:100%;margin-left:auto;margin-right:auto}.star__input{flex:1;min-width:0;border:none;background:transparent;font-family:inherit;font-size:.9375rem;color:var(--s-text);outline:none}.star__input::placeholder{color:#a8b0b5}.star__composer-actions{display:flex;align-items:center;gap:.35rem;flex-shrink:0}.star__icon-btn{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:none;border-radius:50%;background:transparent;color:var(--s-teal);cursor:pointer}.star__icon-btn:hover{background:#e848551a}.star__send{display:flex;align-items:center;justify-content:center;width:2.65rem;height:2.65rem;padding:0;border:none;border-radius:50%;background:var(--s-teal);cursor:pointer;flex-shrink:0}.star__send:hover{background:var(--s-teal-hover)}.star__banner{font-size:.9rem;margin:0 0 .75rem;padding:0 .25rem}.star__banner--error{color:var(--app-error, #c62828)}.star__banner--muted{color:var(--s-muted)}@media(min-width:480px){.star__content,.star__composer{max-width:28rem}.star__headline{font-size:1.4rem}.star__body{font-size:.9375rem}}@media(min-width:768px){.star__content{max-width:34rem}.star__composer{max-width:34rem;padding:.85rem 1rem}.star__headline{font-size:1.6rem}}.create-account{--ca-teal: var(--app-primary, #e84855);--ca-teal-hover: var(--app-primary-hover, #d63d49);--ca-navy: #0f172a;--ca-muted: #64748b;--ca-border: #e2e8f0;--ca-font: "Plus Jakarta Sans", system-ui, sans-serif;--ca-error: var(--app-error, #c62828);position:relative;min-height:100vh;min-height:100dvh;margin:0;padding:clamp(1.5rem,5vw,2.5rem) 1.25rem 2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:var(--ca-font);color:var(--ca-navy);background:transparent}.create-account__inner{position:relative;z-index:1;width:100%;max-width:22rem;display:flex;flex-direction:column;align-items:center}.create-account__logo{width:3.25rem;height:3.25rem;object-fit:contain;margin-bottom:.75rem}.create-account__title{margin:0 0 .35rem;font-size:1.375rem;font-weight:700;letter-spacing:-.02em;color:var(--ca-navy)}.create-account__tagline{margin:0 0 .25rem;font-size:.95rem;font-weight:500;color:#1e3a5f}.create-account__pitch{margin:0 0 1.5rem;font-size:.8125rem;color:var(--ca-muted);text-align:center;line-height:1.45}.create-account__stack{display:flex;flex-direction:column;gap:.75rem;width:100%;align-self:stretch}.create-account__google-wrap,.google-login-full{width:100%;min-width:0}.google-login-full>div{width:100%!important}.google-login-full iframe{width:100%!important;max-width:100%}.create-account__icon-google{flex-shrink:0}.create-account__form-wrap{margin-top:1.25rem;width:100%;align-self:stretch;padding:1.25rem 1rem 1rem;border:1px solid var(--ca-border);border-radius:1.25rem;background:#f8fafc99}.create-account__field{margin-bottom:.75rem}.create-account__field:last-of-type{margin-bottom:1rem}.create-account__label{display:block;font-size:.75rem;font-weight:600;color:var(--ca-muted);margin-bottom:.35rem;padding-left:.25rem}.create-account__input{width:100%;min-height:2.875rem;padding:0 1.1rem;border:1px solid var(--ca-border);border-radius:9999px;background:#fff;font-family:inherit;font-size:.9375rem;color:var(--ca-navy);outline:none;transition:border-color .15s ease}.create-account__input::placeholder{color:#94a3b8}.create-account__input:focus{border-color:var(--ca-teal)}.create-account__input--error{border-color:var(--ca-error)}.create-account__input--error:focus{border-color:var(--ca-error)}.create-account__field-error{margin:.3rem 0 0 .25rem;font-size:.75rem;color:var(--ca-error);line-height:1.3}.create-account__submit{width:100%;min-height:3rem;border:none;border-radius:9999px;background:var(--ca-teal);color:#fff;font-family:inherit;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background .15s ease}.create-account__submit:hover:not(:disabled){background:var(--ca-teal-hover)}.create-account__submit:disabled{opacity:.65;cursor:not-allowed}.create-account__footer{margin-top:1.75rem;font-size:.875rem;color:var(--ca-muted);text-align:center}.create-account__link{padding:0;border:none;background:none;font-family:inherit;font-size:inherit;font-weight:600;color:var(--ca-teal);cursor:pointer;text-decoration:none}.create-account__link:hover{text-decoration:underline}.create-account__link--block{display:block;margin-top:.75rem}.create-account__demo-hint{margin-top:.5rem}.create-account__status{margin-top:.75rem;font-size:.75rem;color:var(--ca-muted);text-align:left;word-break:break-word;white-space:pre-wrap;font-family:ui-monospace,monospace;max-width:100%}@media(min-width:480px){.create-account__inner{max-width:26rem}.create-account__form-wrap{padding:1.5rem 1.25rem 1.25rem}}@media(min-width:768px){.create-account__inner{max-width:28rem}.create-account__logo{width:3.75rem;height:3.75rem}.create-account__title{font-size:1.6rem}.create-account__form-wrap{padding:1.75rem 1.5rem 1.5rem;border-radius:1.5rem}.create-account__input{min-height:3.125rem;font-size:1rem}.create-account__submit{min-height:3.25rem;font-size:1rem}}.ob{--ob-teal: var(--app-primary, #e84855);--ob-teal-dark: var(--app-primary-hover, #d63d49);--ob-text: var(--app-text, #2d2428);--ob-muted: var(--app-muted, #7a6b72);--ob-border: var(--app-border-strong, #d3cccf);--ob-font: "Plus Jakarta Sans", system-ui, sans-serif;position:relative;min-height:100vh;min-height:100dvh;margin:0;padding:clamp(1rem,4vw,1.5rem) 1.25rem 1.5rem;display:flex;flex-direction:column;font-family:var(--ob-font);color:var(--ob-text);background:transparent}.ob__scroll{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;width:100%;max-width:22rem;margin:0 auto}.ob__header{display:flex;flex-direction:column;align-items:center;margin-bottom:1rem}.ob__brand{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.ob__logo{width:2rem;height:2rem;object-fit:contain;flex-shrink:0}.ob__app-name{margin:0;font-size:1.05rem;font-weight:600;color:var(--ob-text);letter-spacing:-.02em}.ob__progress-wrap{width:100%;max-width:18rem}.ob__progress-label{font-size:.75rem;color:var(--ob-muted);margin-bottom:.35rem;text-align:center}.ob__progress-track{display:flex;gap:4px;height:4px;border-radius:4px;overflow:hidden;background:var(--app-border, #e8e8e8)}.ob__progress-seg{flex:1;height:100%;border-radius:2px;background:var(--app-border-strong, #e0e0e0);transition:background .2s ease}.ob__progress-seg--on{background:var(--ob-teal)}.ob__title-block{text-align:center;margin-bottom:1.25rem}.ob__title{margin:0 0 .4rem;font-size:1.25rem;font-weight:700;letter-spacing:-.02em;color:var(--ob-text)}.ob__subtitle{margin:0;font-size:.8125rem;line-height:1.45;color:var(--ob-muted)}.ob__content{flex:1;display:flex;flex-direction:column;gap:1.25rem}.ob__actions{margin-top:auto;padding-top:1.25rem;display:flex;flex-direction:column;gap:.75rem;align-items:center}.ob__btn-primary{width:100%;min-height:3rem;border:none;border-radius:9999px;background:var(--ob-teal);color:#fff;font-family:inherit;font-size:1rem;font-weight:700;cursor:pointer;transition:background .15s ease}.ob__btn-primary:hover:not(:disabled){background:var(--ob-teal-dark)}.ob__btn-primary:disabled{opacity:.55;cursor:not-allowed}.ob__skip{padding:.35rem .5rem;border:none;background:none;font-family:inherit;font-size:.875rem;font-weight:500;color:var(--ob-muted);cursor:pointer}.ob__skip--text{text-decoration:underline;text-underline-offset:3px}.ob__skip:hover:not(:disabled){color:var(--ob-text)}.ob__skip:disabled{opacity:.45;cursor:not-allowed}.ob__submit-error{margin:0 0 .75rem;font-size:.8125rem;color:var(--app-error, #c62828);text-align:center}.ob__back-btn{align-self:flex-start;margin-bottom:.75rem;padding:.5rem .85rem;border:none;border-radius:9999px;background:var(--app-primary-soft, rgba(232, 72, 85, .12));color:var(--ob-teal-dark);font-family:inherit;font-size:.8125rem;font-weight:700;cursor:pointer}.ob__back-btn:hover{background:#e8485533}.ob__edit-nav{position:relative}.ob__progress-label--edit{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:0}.ob__nav-trigger{padding:.15rem .35rem;border:none;border-radius:.35rem;background:transparent;font-family:inherit;font-size:inherit;font-weight:600;color:var(--ob-teal-dark);text-decoration:underline;text-underline-offset:3px;cursor:pointer}.ob__nav-trigger:hover{background:var(--app-primary-soft, rgba(232, 72, 85, .12))}.ob__nav-sep{color:var(--ob-muted);font-weight:400;text-decoration:none}.ob__nav-menu{position:absolute;z-index:10;top:calc(100% + .35rem);left:50%;transform:translate(-50%);width:min(18rem,90vw);max-height:14rem;overflow-y:auto;padding:.35rem;border-radius:.65rem;background:#fff;border:1px solid var(--ob-border);box-shadow:0 8px 24px #0000001f}.ob__nav-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.55rem .65rem;border:none;border-radius:.45rem;background:transparent;font-family:inherit;font-size:.8125rem;font-weight:500;color:var(--ob-text);text-align:left;cursor:pointer}.ob__nav-item:hover{background:var(--app-primary-soft, rgba(232, 72, 85, .12))}.ob__nav-item--active{background:#e8485529;font-weight:700}.ob__nav-item-meta{margin-left:auto;font-size:.7rem;color:var(--ob-muted);font-weight:500}.ob__nav-item-num{flex-shrink:0;width:1.25rem;font-size:.7rem;font-weight:700;color:var(--ob-muted)}.ob__q{margin:0 0 .5rem;font-size:.9375rem;font-weight:600;color:var(--ob-text);text-align:left}.ob__required-tag{display:inline-block;margin-top:.6rem;padding:.15rem .55rem;border-radius:9999px;background:var(--app-primary-soft, rgba(232, 72, 85, .12));color:var(--app-primary-hover, #d63d49);font-size:.7rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.ob__required-tag--optional{background:var(--app-border, #e6e0e2);color:var(--app-muted, #7a6b72)}.ob-field{position:relative;outline:none}.ob-field__req{position:absolute;top:0;right:0;font-size:.65rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--app-muted, #7a6b72)}.ob-field--invalid{padding:.65rem .75rem;margin:0 -.75rem;border-radius:.85rem;background:var(--app-error-soft, rgba(198, 40, 40, .1))}.ob-field__error{margin:.4rem 0 0;font-size:.8125rem;font-weight:600;color:var(--app-error, #c62828)}@media(min-width:480px){.ob__scroll{max-width:26rem}.ob__progress-wrap{max-width:22rem}}@media(min-width:768px){.ob{padding:clamp(1.5rem,4vw,2.5rem) 2rem 2rem}.ob__scroll{max-width:30rem}.ob__title{font-size:1.5rem}.ob__subtitle{font-size:.875rem}.ob__btn-primary{max-width:20rem;margin-left:auto;margin-right:auto}}@media(min-width:1024px){.ob__scroll{max-width:34rem}}
