:root{--color-brand-violet:#6437b8;--color-brand-green:#2f855a;--color-brand-orange:#e85d2a;--color-brand-yellow:#f2b51d;--color-brand-teal:#16858c;--color-brand-beige:#e8d6b5;--color-background:#fffaf2;--color-surface:#fff;--color-surface-soft:#f5f1e9;--color-text:#272332;--color-text-muted:#665f6e;--color-border:#e5e0d8;--color-danger:#b54747;--color-success:#477348;--lisami-violet:var(--color-brand-violet);--lisami-violet-dark:#47227f;--lisami-violet-soft:#eee5ff;--lisami-green:var(--color-brand-green);--lisami-green-dark:#365c34;--lisami-green-soft:#e8f0e5;--lisami-orange:var(--color-brand-orange);--lisami-orange-dark:#a94722;--lisami-orange-soft:#f8e7de;--lisami-yellow:var(--color-brand-yellow);--lisami-yellow-dark:#8c650a;--lisami-yellow-soft:#fff3cf;--lisami-beige:var(--color-brand-beige);--lisami-beige-soft:#f6f0e6;--background-main:var(--color-background);--background-elevated:var(--color-surface);--background-subtle:var(--color-surface-soft);--text-primary:var(--color-text);--text-secondary:var(--color-text-muted);--border-soft:var(--color-border);--success:var(--color-success);--warning:#9a6814;--danger:var(--color-danger);--info:#39747a;--shadow-xs:0 4px 14px #3427430f;--shadow-sm:0 10px 30px #34274314;--shadow-md:0 20px 55px #3427431f;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--radius-pill:999px;--content-width:1180px;--header-height:76px;--desktop-nav-height:76px;--mobile-nav-height:76px;--font-sans:"Manrope", "Segoe UI", sans-serif;--space-2:.5rem;--space-3:.75rem;--space-5:1.25rem;--accent-profile:#4f7b4b;--accent-profile-soft:#edf4ea;--accent-profile-border:#bfd2b8;--accent-search:#d86635;--accent-search-soft:#fbede5;--accent-search-border:#edc3ae;--accent-matches:#65409a;--accent-matches-soft:#f0eaf8;--accent-matches-border:#cdbce2;--accent-messages:var(--color-brand-teal);--accent-messages-soft:#e8f3f3;--accent-messages-border:#b6d3d4;--accent-favorites:#b78412;--accent-favorites-soft:#fff4d6;--accent-favorites-border:#e6cd8c;--accent-settings:#746b7a;--accent-settings-soft:#f2eef3;--accent-settings-border:#d5ccd8;--surface-shadow:0 1px 2px #231d280a, 0 10px 28px #231d280f}*{box-sizing:border-box}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:var(--background-main);width:100%;min-width:0;color:var(--text-primary);font-family:var(--font-sans);scroll-behavior:smooth}body{background:radial-gradient(circle at 8% 0%, #eee8f794, transparent 26rem), var(--background-main);width:100%;min-width:0;min-height:100vh;margin:0;overflow-x:clip}body,button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent;touch-action:manipulation}button{color:inherit}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.045em;margin-bottom:.7rem;font-size:clamp(1.75rem,3vw,2.55rem);line-height:1.12}h2{letter-spacing:-.025em}p{line-height:1.65}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline-offset:3px;outline:3px solid #5b38954d}.lisami-logo{flex:none;display:block;position:relative;overflow:hidden}.lisami-logo img{object-fit:cover;object-position:50% 48%;width:100%;height:100%;position:absolute;inset:0;transform:scale(1.22)}.lisami-logo--compact{width:74px;height:58px}.lisami-logo--standard{width:112px;height:88px}.lisami-logo--auth{width:148px;height:116px}.button{border-radius:var(--radius-pill);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.55rem;min-height:44px;padding:.72rem 1.05rem;font-size:.9rem;font-weight:700;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{opacity:.6;cursor:wait}.button--primary{background:var(--lisami-violet);color:#fff;box-shadow:0 8px 20px #5b389538}.button--primary:hover{background:var(--lisami-violet-dark)}.button:active:not(:disabled){transform:translateY(0)scale(.98)}.button--section{background:var(--current-section-accent,var(--lisami-violet));color:#fff;box-shadow:0 8px 20px color-mix(in srgb, var(--current-section-accent,var(--lisami-violet)) 24%, transparent)}.button--secondary:hover:not(:disabled){border-color:var(--current-section-border,#c8becf);background:var(--current-section-soft,var(--background-subtle))}.button--secondary{color:var(--text-primary);border-color:var(--border-soft);box-shadow:var(--shadow-xs);background:#fff}.button--text{color:var(--lisami-violet);background:0 0;padding-inline:.55rem}.button--danger{background:var(--danger);color:#fff}.button--danger-text{color:var(--danger)}.icon-button{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:50%;flex:0 0 44px;place-items:center;width:44px;height:44px;padding:0;display:inline-grid;position:relative}.icon-button:hover{background:var(--background-subtle)}.icon-button__text{background:#fff;border-radius:4px;padding:0 3px;font-size:.55rem;font-weight:800;position:absolute;bottom:1px;right:-2px}.button-row{flex-wrap:wrap;align-items:center;gap:.7rem;display:flex}.button-row--end{justify-content:flex-end}.desktop-header{height:var(--header-height);z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffed;border-bottom:1px solid #e4ded5d1;grid-template-columns:155px 1fr auto;align-items:center;padding:0 clamp(1.25rem,4vw,4rem);display:grid;position:sticky;top:0}.header-logo{width:max-content;display:flex}.desktop-navigation{justify-content:center;gap:.25rem;display:flex}.desktop-navigation a{min-height:44px;color:var(--text-secondary);border-radius:12px;align-items:center;padding:.65rem .8rem;font-size:.87rem;font-weight:650;display:inline-flex}.desktop-navigation a.active{background:var(--lisami-violet-soft);color:var(--lisami-violet-dark)}.desktop-navigation a:hover{background:var(--background-subtle);color:var(--text-primary)}.desktop-navigation a:nth-child(2).active{background:var(--accent-profile-soft);color:var(--accent-profile);box-shadow:inset 0 -2px var(--accent-profile)}.desktop-navigation a:nth-child(3).active{background:var(--accent-search-soft);color:var(--accent-search);box-shadow:inset 0 -2px var(--accent-search)}.desktop-navigation a:nth-child(4).active{background:var(--accent-matches-soft);color:var(--accent-matches);box-shadow:inset 0 -2px var(--accent-matches)}.desktop-navigation a:nth-child(5).active{background:var(--accent-messages-soft);color:var(--accent-messages);box-shadow:inset 0 -2px var(--accent-messages)}.header-actions{align-items:center;gap:.15rem;display:flex}.notification-dot{background:var(--lisami-orange);border:2px solid #fff;border-radius:50%;width:7px;height:7px;position:absolute;top:9px;right:9px}.account-menu{position:relative}.account-trigger{cursor:pointer;background:0 0;border:0;border-radius:24px;align-items:center;gap:.55rem;min-height:46px;padding:.3rem .45rem .3rem .3rem;display:flex}.account-trigger:hover{background:var(--background-subtle)}.account-trigger>span:nth-child(2){text-overflow:ellipsis;white-space:nowrap;max-width:110px;font-size:.82rem;font-weight:700;overflow:hidden}.account-dropdown{border:1px solid var(--border-soft);width:260px;box-shadow:var(--shadow-md);background:#fff;border-radius:18px;padding:.5rem;position:absolute;top:calc(100% + .65rem);right:0}.account-dropdown__identity{border-bottom:1px solid var(--border-soft);flex-direction:column;gap:.15rem;margin-bottom:.35rem;padding:.7rem .75rem .85rem;display:flex}.account-dropdown__identity strong{font-size:.9rem}.account-dropdown__identity span{color:var(--text-secondary);text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.account-dropdown button{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;align-items:center;gap:.7rem;width:100%;min-height:44px;padding:.55rem .7rem;font-size:.84rem;display:flex}.account-dropdown button:hover{background:var(--background-subtle)}.account-dropdown .account-dropdown__signout{border-top:1px solid var(--border-soft);color:var(--danger);margin-top:.35rem}.mobile-header,.mobile-bottom-nav{display:none}.page-content{min-height:calc(100vh - var(--header-height))}.page-container{width:min(var(--content-width), calc(100% - 2rem));margin:0 auto;padding:clamp(1.5rem,3.5vw,3.25rem) 0 4rem}.page-container--narrow{max-width:900px}.page-header{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:2rem;display:flex}.page-header>div:first-child{max-width:720px}.page-header p{color:var(--text-secondary);margin-bottom:0}.page-header--form{align-items:flex-start}.section-theme{--current-section-accent:var(--lisami-violet);--current-section-soft:var(--lisami-violet-soft);--current-section-border:#cdbce2}.section-theme--profile{--current-section-accent:var(--accent-profile);--current-section-soft:var(--accent-profile-soft);--current-section-border:var(--accent-profile-border)}.section-theme--search{--current-section-accent:var(--accent-search);--current-section-soft:var(--accent-search-soft);--current-section-border:var(--accent-search-border)}.section-theme--matches{--current-section-accent:var(--accent-matches);--current-section-soft:var(--accent-matches-soft);--current-section-border:var(--accent-matches-border)}.section-theme--messages{--current-section-accent:var(--accent-messages);--current-section-soft:var(--accent-messages-soft);--current-section-border:var(--accent-messages-border)}.section-theme--favorites{--current-section-accent:var(--accent-favorites);--current-section-soft:var(--accent-favorites-soft);--current-section-border:var(--accent-favorites-border)}.section-theme--settings{--current-section-accent:var(--accent-settings);--current-section-soft:var(--accent-settings-soft);--current-section-border:var(--accent-settings-border)}.section-theme>.page-header,.page-hero{border:1px solid var(--current-section-border);border-radius:var(--radius-lg);background:linear-gradient(120deg, var(--current-section-soft), #ffffffd1);box-shadow:var(--surface-shadow);align-items:center;padding:clamp(1.15rem,2.5vw,1.75rem);position:relative;overflow:hidden}.section-theme>.page-header:after,.page-hero:after{content:"";border:24px solid color-mix(in srgb, var(--current-section-accent) 10%, transparent);pointer-events:none;border-radius:50%;width:150px;height:150px;position:absolute;top:-85px;right:-55px}.section-theme .eyebrow{color:var(--current-section-accent)}.page-hero{grid-template-columns:auto 1fr auto;gap:1rem;margin-bottom:2rem;display:grid}.page-hero__icon{width:46px;height:46px;color:var(--current-section-accent);border:1px solid var(--current-section-border);background:#fff;border-radius:14px;place-items:center;display:grid}.page-hero h1,.page-hero p{margin-bottom:0}.eyebrow,.bubble-kicker{color:var(--lisami-violet);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.55rem;font-size:.72rem;font-weight:800;display:block}.back-link{min-height:44px;color:var(--text-secondary);align-items:center;gap:.4rem;margin-bottom:1rem;font-size:.86rem;font-weight:700;display:inline-flex}.card,.section-card{border:1px solid var(--border-soft);border-radius:var(--radius-lg);background:var(--background-elevated);box-shadow:var(--shadow-xs)}.section-theme .card,.section-theme .section-card{border-color:var(--current-section-border);box-shadow:var(--surface-shadow)}.section-theme .criteria-chip:hover{border-color:var(--current-section-border);background:var(--current-section-soft)}.section-theme .criteria-chip.is-selected{border-color:var(--current-section-accent);background:var(--current-section-soft);color:var(--current-section-accent);box-shadow:inset 0 0 0 1px var(--current-section-accent)}.section-theme :is(button,a,input,textarea):focus-visible{outline-color:color-mix(in srgb, var(--current-section-accent) 38%, transparent)}.status-badge{border-radius:var(--radius-pill);background:var(--background-subtle);width:max-content;color:var(--text-secondary);align-items:center;gap:.3rem;padding:.32rem .58rem;font-size:.69rem;font-weight:800;display:inline-flex}.status-badge--success{background:var(--lisami-green-soft);color:var(--lisami-green-dark)}.status-badge--violet{background:var(--lisami-violet-soft);color:var(--lisami-violet-dark)}.avatar{background:linear-gradient(145deg, var(--lisami-violet-soft), #fff);color:var(--lisami-violet-dark);border:1px solid #5b389526;border-radius:50%;flex:none;place-items:center;font-weight:800;display:inline-grid}.avatar--small{width:36px;height:36px;font-size:.7rem}.avatar--standard{width:54px;height:54px;font-size:.9rem}.avatar--large{width:78px;height:78px;font-size:1.2rem}.tag-list,.criteria-list{flex-wrap:wrap;gap:.45rem;display:flex}.tag-list span{border-radius:var(--radius-pill);background:var(--background-subtle);color:var(--text-secondary);padding:.38rem .65rem;font-size:.74rem;font-weight:650}.criteria-chip{border:1px solid var(--border-soft);border-radius:var(--radius-pill);max-width:100%;min-height:44px;color:var(--text-secondary);overflow-wrap:anywhere;text-align:left;white-space:normal;cursor:pointer;background:#fff;align-items:center;gap:.35rem;padding:.55rem .8rem;display:inline-flex}.criteria-chip.is-selected{background:var(--lisami-violet-soft);color:var(--lisami-violet-dark);border-color:#5b389559;font-weight:750}.home-intro{justify-content:space-between;align-items:flex-end;gap:2rem;display:flex}.home-intro h1{margin-bottom:.35rem}.home-intro>div:first-child p{max-width:680px;color:var(--text-secondary);margin-bottom:0}.privacy-note{border:1px solid var(--border-soft);background:#ffffffa6;border-radius:16px;min-width:250px;padding:.8rem 1rem}.privacy-note>span{align-items:center;gap:.45rem;font-size:.75rem;font-weight:800;display:flex}.privacy-note p{color:var(--text-secondary);margin:.25rem 0 0;font-size:.72rem}.privacy-dot{background:var(--lisami-green);width:8px;height:8px;box-shadow:0 0 0 4px var(--lisami-green-soft);border-radius:50%}.profile-orbit-home{grid-template:1fr 1.15fr 1fr/1fr 1.35fr 1fr;place-items:center;gap:.25rem 1rem;width:min(790px,100%);height:500px;margin:.4rem auto 0;display:grid;position:relative}.orbit-position{z-index:2}.orbit-position--search{grid-area:1/1;align-self:end}.orbit-position--matches{grid-area:1/3;align-self:end}.orbit-position--favorites{grid-area:3/1;align-self:start}.orbit-position--messages{grid-area:3/3;align-self:start}.orbit-position--center{grid-area:2/2;position:relative}.orbit-action{aspect-ratio:1;text-align:center;width:148px;box-shadow:var(--shadow-sm);border:1px solid #2e293412;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;padding:1rem;transition:transform .2s,box-shadow .2s;display:flex}.orbit-action:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.orbit-action__icon{background:#fff9;border-radius:50%;place-items:center;width:40px;height:40px;display:grid}.orbit-action strong{max-width:120px;font-size:.88rem;line-height:1.2}.orbit-action>span:last-child{max-width:120px;color:var(--text-secondary);font-size:.68rem;line-height:1.25}.orbit-action--orange{background:var(--lisami-orange-soft);color:var(--lisami-orange-dark)}.orbit-action--violet{background:var(--lisami-violet-soft);color:var(--lisami-violet-dark)}.orbit-action--green{color:#356a68;background:#e5f0ee}.orbit-action--yellow{background:var(--lisami-yellow-soft);color:var(--lisami-yellow-dark)}.profile-center-bubble{aspect-ratio:1;text-align:center;background:radial-gradient(circle at 40% 30%,#fff,#f7f3fb);border:1px solid #5b389529;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;width:232px;padding:1.2rem;display:flex;box-shadow:0 22px 55px #43256f24}.profile-center-bubble .avatar{margin-bottom:.15rem}.profile-center-bubble h2{margin:0;font-size:1.18rem}.profile-center-bubble p{color:var(--text-secondary);margin:0;font-size:.77rem}.profile-center-bubble .bubble-kicker{margin-bottom:.15rem;font-size:.58rem}.bubble-edit{min-height:44px;color:var(--lisami-violet);align-items:center;gap:.3rem;font-size:.7rem;font-weight:750;display:inline-flex}.profile-switcher{border:4px solid var(--background-main);background:var(--lisami-violet);color:#fff;width:46px;height:46px;box-shadow:var(--shadow-sm);border-radius:50%;place-items:center;display:grid;position:absolute;bottom:22px;right:-5px}.orbit-path{z-index:0;border:1px solid #e6d1adc7;border-radius:50%;width:440px;height:220px;position:absolute;transform:rotate(20deg)}.orbit-path--two{transform:rotate(-20deg)}.profile-grid,.match-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.profile-card,.match-card{flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.profile-card,.match-card,.favorite-card{transition:transform .18s,box-shadow .18s;position:relative;overflow:hidden}.profile-card:before,.match-card:before,.favorite-card:before{content:"";background:var(--current-section-accent);height:4px;position:absolute;inset:0 0 auto}.profile-card:hover,.match-card:hover,.favorite-card:hover{box-shadow:var(--shadow-sm);transform:translateY(-2px)}.profile-card__actions,.match-card__actions{margin-inline:-1.25rem;border-top:1px solid var(--current-section-border);background:color-mix(in srgb, var(--current-section-soft) 55%, white);margin-bottom:-1.25rem;padding:.9rem 1.25rem}.profile-card__top,.match-card__header{grid-template-columns:auto 1fr auto;align-items:center;gap:.8rem;display:grid}.profile-card h2,.match-card h2,.favorite-card h2{margin:0 0 .15rem;font-size:1rem}.profile-card__top p,.match-card__header p{color:var(--text-secondary);margin:0;font-size:.75rem}.profile-card__bio,.match-card__bio{min-height:3.2em;color:var(--text-secondary);margin:0;font-size:.82rem}.profile-card__actions,.match-card__actions{align-items:center;gap:.35rem;margin-top:auto;padding-top:.2rem;display:flex}.profile-card__actions .button,.match-card__actions .button{font-size:.76rem}.add-profile-card{border:1.5px dashed var(--accent-profile-border);border-radius:var(--radius-lg);background:var(--accent-profile-soft);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.6rem;min-height:270px;padding:1.5rem;display:flex}.add-profile-card:hover{border-color:var(--accent-profile);box-shadow:var(--surface-shadow)}.section-theme--matches .reason-list{border:1px solid var(--accent-matches-border);background:var(--accent-matches-soft);border-radius:14px;padding:.8rem}.section-theme--search .criteria-summary{border-color:var(--accent-search-border);background:color-mix(in srgb, var(--accent-search-soft) 88%, white)}.search-section-card{overflow:hidden}.search-section-card>div:first-child{border-bottom:1px solid var(--accent-search-border);background:var(--accent-search-soft);margin:-1.2rem -1.2rem 1rem;padding:1rem 1.2rem}.conversation-row.is-unread{background:var(--accent-messages-soft);box-shadow:inset 4px 0 var(--accent-messages)}.conversation-row.is-unread .avatar{border-color:var(--accent-messages)}.settings-nav,.settings-panel,.conversation-list{border-color:var(--current-section-border);box-shadow:var(--surface-shadow)}.settings-nav a:hover,.settings-cards a:hover{background:var(--current-section-soft)}.settings-nav a.is-active{box-shadow:inset 3px 0 var(--current-section-accent)}.settings-danger-zone{border:1px solid color-mix(in srgb, var(--danger) 30%, white);border-radius:var(--radius-md);background:color-mix(in srgb, var(--danger) 5%, white);padding:1rem}@media (width<=700px){.section-theme>.page-header,.page-hero{border-radius:var(--radius-md);padding:1rem;box-shadow:0 1px 2px #231d280d}.page-hero{grid-template-columns:auto 1fr}.page-hero__action{grid-column:1/-1}.page-hero__action .button{width:100%}.section-theme .card,.section-theme .section-card{box-shadow:0 1px 3px #231d280f}}.match-card__header small,.request-card small{color:var(--text-secondary);font-size:.68rem}.match-card__statuses,.favorite-card__actions,.request-card__actions{flex-wrap:wrap;align-items:center;gap:.55rem;display:flex}.icon-button.is-selected{color:var(--lisami-violet);background:var(--lisami-violet-soft)}.reciprocal-explanation{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.reciprocal-explanation>div,.trust-notice{border:1px solid var(--accent-matches-border);border-radius:var(--radius-md);background:var(--accent-matches-soft);padding:1rem}.reciprocal-explanation p{color:var(--text-secondary);margin:.35rem 0 0;font-size:.8rem}.dialog-close{background:var(--surface-muted);cursor:pointer;border:0;border-radius:50%;place-items:center;width:36px;height:36px;display:grid;position:absolute;top:.8rem;right:.8rem}.contact-dialog{position:relative}.contact-safety-note,.trust-notice{color:var(--text-secondary);font-size:.78rem}.request-tabs{border:1px solid var(--border-soft);border-radius:var(--radius-pill);background:#fff;gap:.35rem;width:fit-content;margin-bottom:1rem;padding:.3rem;display:flex}.request-tabs button{border-radius:var(--radius-pill);min-height:38px;color:var(--text-secondary);cursor:pointer;background:0 0;border:0;padding:.45rem 1rem;font-weight:700}.request-tabs button.is-active{background:var(--accent-messages-soft);color:var(--accent-messages)}.request-list{gap:.8rem;display:grid}.request-card,.favorite-card{border:1px solid var(--border-soft);border-radius:var(--radius-lg);background:#fff;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding:1rem;display:grid}.request-card__body>div{align-items:center;gap:.6rem;display:flex}.request-card__body p{margin:.45rem 0}.request-card time{color:var(--text-secondary);font-size:.68rem}.messaging-layout{grid-template-columns:minmax(280px,.8fr) minmax(420px,1.2fr);align-items:start;gap:1rem;display:grid}.conversation-row[aria-current=true]{background:var(--accent-messages-soft)}.message-thread{border:1px solid var(--border-soft);border-radius:var(--radius-lg);background:#fff;overflow:hidden}.message-thread__header{border-bottom:1px solid var(--border-soft);grid-template-columns:auto 1fr auto;align-items:center;gap:.7rem;padding:1rem;display:grid}.message-thread__header h2{margin:0;font-size:1rem}.message-thread__header span{color:var(--text-secondary);font-size:.7rem}.message-thread__back{display:none}.context-menu{position:relative}.context-menu__panel{z-index:5;border:1px solid var(--border-soft);border-radius:var(--radius-md);min-width:180px;box-shadow:var(--shadow-md);background:#fff;padding:.35rem;position:absolute;top:calc(100% + .35rem);right:0}.context-menu__panel button{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;width:100%;padding:.6rem}.context-menu__panel button:hover{background:var(--surface-muted)}.trust-notice{border-color:var(--accent-messages-border);background:var(--accent-messages-soft);align-items:flex-start;gap:.55rem;margin:1rem;display:flex}.message-list{flex-direction:column;gap:.65rem;min-height:280px;max-height:460px;padding:1rem;display:flex;overflow-y:auto}.message-bubble{background:var(--surface-muted);border-radius:4px 14px 14px;align-self:flex-start;max-width:78%;padding:.7rem .85rem}.message-bubble--own{background:var(--accent-messages-soft);border-radius:14px 4px 14px 14px;align-self:flex-end}.message-bubble p{margin:0}.message-bubble time{color:var(--text-secondary);margin-top:.3rem;font-size:.62rem;display:block}.message-composer{border-top:1px solid var(--border-soft);grid-template-columns:1fr auto;align-items:end;gap:.65rem;padding:1rem;display:grid}.message-composer textarea{resize:vertical;border:1px solid var(--border-soft);border-radius:var(--radius-md);width:100%;font:inherit;padding:.75rem}.message-composer__error{grid-column:1/-1;margin:0}.settings-manage-list{gap:.7rem;padding:0;list-style:none;display:grid}.settings-manage-list li{border:1px solid var(--border-soft);border-radius:var(--radius-md);justify-content:space-between;align-items:center;gap:1rem;padding:.8rem;display:flex}.settings-manage-list span{flex-direction:column;display:flex}.settings-manage-list small{color:var(--text-secondary)}@media (width<=760px){.reciprocal-explanation,.messaging-layout{grid-template-columns:1fr}.messaging-layout.has-selection .conversation-list{display:none}.message-thread__back{display:grid}.request-card,.favorite-card{grid-template-columns:auto 1fr}.request-card__actions,.favorite-card__actions{grid-column:1/-1}.request-tabs{width:100%;overflow-x:auto}.request-tabs button{flex:1 0 auto}.profile-detail-header{grid-template-columns:auto 1fr}.profile-detail-header>.button-row{grid-column:1/-1}.message-composer{grid-template-columns:1fr}}.child-avatar{background:linear-gradient(145deg, var(--avatar-primary,var(--lisami-violet)), var(--avatar-secondary,var(--lisami-violet-soft)));color:#fff;box-shadow:0 0 0 1px var(--current-section-border,var(--border-soft)), var(--shadow-xs);object-fit:cover;border:2px solid #fff;border-radius:50%;flex:none;place-items:center;font-weight:800;display:inline-grid;position:relative;overflow:hidden}.child-avatar--small{width:36px;height:36px;font-size:.68rem}.child-avatar--standard{width:56px;height:56px;font-size:.82rem}.child-avatar--large{width:96px;height:96px;font-size:1rem}.profile-grid>.profile-card{height:100%;min-height:310px}.profile-grid>.add-profile-card{height:100%}.child-avatar--abstract i,.child-avatar--abstract b{border:1px solid #ffffffbf;border-radius:50%;display:block;position:absolute}.child-avatar--abstract i{width:70%;height:70%;top:10%;left:-18%}.child-avatar--abstract b{width:58%;height:58%;bottom:-5%;right:-12%}.child-avatar--abstract[data-pattern=waves] i{border-radius:50%;width:120%;height:40%;top:18%;left:-10%}.child-avatar--abstract[data-pattern=grid] i,.child-avatar--abstract[data-pattern=grid] b{border-radius:8px;transform:rotate(35deg)}.avatar-picker{gap:1rem;display:grid}.avatar-picker__preview{align-items:center;gap:1rem;display:flex}.avatar-picker__preview p{max-width:580px;color:var(--text-secondary);margin:.2rem 0 0;font-size:.76rem}.avatar-option-grid{grid-template-columns:repeat(3,1fr);gap:.65rem;display:grid}.avatar-option-grid>:is(button,label){border:1px solid var(--border-soft);border-radius:var(--radius-md);cursor:pointer;background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:.4rem;min-height:88px;display:flex}.avatar-option-grid>.is-selected{border-color:var(--accent-profile);background:var(--accent-profile-soft);box-shadow:inset 0 0 0 1px var(--accent-profile);color:var(--accent-profile)}.avatar-option-grid input{opacity:0;width:1px;height:1px;position:absolute}.abstract-editor{border-radius:var(--radius-md);background:var(--background-subtle);gap:.7rem;padding:.8rem;display:grid}.abstract-editor>div{gap:.55rem;display:flex}.abstract-editor button{width:42px;height:42px;box-shadow:0 0 0 1px var(--border-soft);cursor:pointer;border:2px solid #fff;border-radius:50%;padding:0}.abstract-editor button.is-selected{box-shadow:0 0 0 2px var(--accent-profile)}.crop-dialog{z-index:100;background:#231d2894;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.crop-dialog__panel{border-radius:var(--radius-lg);width:min(440px,100%);box-shadow:var(--shadow-md);background:#fff;padding:1.2rem}.crop-preview{aspect-ratio:1;border-radius:var(--radius-md);background:var(--background-subtle);width:min(320px,80vw);margin:1rem auto;overflow:hidden}.crop-preview img{object-fit:cover;width:100%;height:100%;transition:transform .12s}.crop-dialog label{gap:.4rem;font-weight:700;display:grid}.progressive-section{padding:0;overflow:hidden}.progressive-section>summary{background:color-mix(in srgb, var(--accent-profile-soft) 60%, white);cursor:pointer;grid-template-columns:auto 1fr auto auto;align-items:center;gap:.8rem;min-height:78px;padding:1rem 1.2rem;list-style:none;display:grid}.progressive-section>summary::-webkit-details-marker{display:none}.progressive-section>summary>span{width:32px;height:32px;color:var(--accent-profile);background:#fff;border-radius:50%;place-items:center;font-size:.68rem;font-weight:800;display:grid}.progressive-section summary h2{margin:0 0 .12rem;font-size:1rem}.progressive-section summary p{color:var(--text-secondary);margin:0;font-size:.72rem}.progressive-section summary small{border-radius:var(--radius-pill);color:var(--text-secondary);background:#fff;padding:.25rem .5rem;font-size:.65rem}.progressive-section[open] summary svg{transform:rotate(180deg)}.progressive-section__content{border-top:1px solid var(--accent-profile-border);padding:1.2rem}.profile-core-fields{gap:1.25rem;display:grid}.profile-core-fields>.form-field,.profile-core-fields>.form-field .text-area{margin-bottom:0}.profile-inline-disclosure{border:1px solid var(--accent-profile-border);border-radius:var(--radius-md);background:var(--background-subtle)}.profile-inline-disclosure>summary{cursor:pointer;align-items:center;min-height:48px;padding:.75rem 1rem;font-size:.82rem;font-weight:750;display:flex}.profile-inline-disclosure>.form-grid{padding:0 1rem .15rem}.character-count{color:var(--text-secondary);align-self:flex-end;font-size:.68rem}.profile-question-help{color:var(--text-secondary);margin:0 0 .9rem;font-size:.8rem}.profile-more-intro{border-radius:var(--radius-lg);background:color-mix(in srgb, var(--accent-profile-soft) 75%, white);grid-template-columns:auto 1fr auto;align-items:center;gap:.8rem;padding:1rem 1.15rem;display:grid}.profile-more-intro>span{border-radius:var(--radius-pill);color:var(--accent-profile);background:#fff;padding:.3rem .55rem;font-size:.68rem;font-weight:750}.profile-more-intro h2,.profile-more-intro p{margin:0}.profile-more-intro h2{font-size:1rem}.profile-more-intro p,.profile-more-intro small{color:var(--text-secondary);font-size:.72rem}.profile-card__summary{gap:.55rem;margin:0;display:grid}.profile-card__summary>div{gap:.15rem;display:grid}.profile-card__summary dt{color:var(--text-secondary);font-size:.68rem;font-weight:750}.profile-card__summary dd{margin:0;font-size:.78rem}.tag-list--traits span{background:color-mix(in srgb, var(--accent-profile-soft) 65%, white)}.profile-menu{margin-left:auto;position:relative}.profile-menu summary{list-style:none}.profile-menu summary::-webkit-details-marker{display:none}.profile-menu>div{z-index:5;border:1px solid var(--border-soft);min-width:180px;box-shadow:var(--shadow-md);background:#fff;border-radius:12px;padding:.35rem;display:grid;position:absolute;bottom:calc(100% + .35rem);right:0}.profile-menu a{border-radius:8px;padding:.6rem;font-size:.76rem;font-weight:700}.profile-menu a:hover{background:var(--accent-profile-soft)}.toast-region{z-index:150;right:1rem;bottom:calc(1rem + env(safe-area-inset-bottom));pointer-events:none;position:fixed}.toast{border:1px solid var(--accent-profile-border);border-radius:var(--radius-md);min-width:260px;color:var(--text-primary);box-shadow:var(--shadow-md);pointer-events:auto;background:#fff;grid-template-columns:auto 1fr auto;align-items:center;gap:.65rem;padding:.8rem;display:grid}.toast>svg{color:var(--success)}.toast button{cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;width:36px;height:36px;display:grid}.onboarding-page{background:radial-gradient(circle at 20% 10%, var(--accent-profile-soft), transparent 28rem), var(--background-main);place-items:center;min-height:100vh;padding:1.5rem;display:grid}.onboarding-card{border:1px solid var(--accent-profile-border);border-radius:var(--radius-xl);width:min(650px,100%);box-shadow:var(--shadow-md);text-align:center;background:#fff;padding:clamp(1.3rem,4vw,2.5rem)}.onboarding-card>.lisami-logo{margin:-1rem auto 0}.onboarding-progress{color:var(--text-secondary);gap:.35rem;margin-bottom:1.4rem;font-size:.7rem;font-weight:700;display:grid}.onboarding-progress>div{grid-template-columns:repeat(5,1fr);gap:.3rem;display:grid}.onboarding-progress i{background:var(--border-soft);border-radius:4px;height:4px}.onboarding-progress i.is-current{background:var(--accent-profile)}.onboarding-icon{background:var(--accent-profile-soft);width:54px;height:54px;color:var(--accent-profile);border-radius:18px;place-items:center;margin:0 auto .9rem;display:grid}.onboarding-card h1{font-size:clamp(1.55rem,4vw,2.2rem)}.onboarding-card>p{max-width:530px;color:var(--text-secondary);margin-inline:auto}.onboarding-field{text-align:left;gap:.45rem;max-width:430px;margin:1.2rem auto;display:grid}.onboarding-field label{font-size:.8rem;font-weight:750}.onboarding-field small,.onboarding-field p{color:var(--text-secondary);font-size:.7rem}.onboarding-actions{flex-wrap:wrap;justify-content:center;gap:.65rem;margin-top:1.3rem;display:flex}.onboarding-reassurance{font-size:.72rem;margin:1rem 0 0!important}.active-criteria-chips{flex-wrap:wrap;flex:1;gap:.35rem;display:flex}.active-criteria-chips button{border:1px solid var(--accent-search-border);border-radius:var(--radius-pill);min-height:34px;color:var(--text-primary);cursor:pointer;background:#fff;align-items:center;gap:.3rem;padding:.35rem .55rem;font-size:.7rem;display:inline-flex}.search-impact{border:1px solid var(--accent-search-border);border-radius:var(--radius-md);background:var(--accent-search-soft);align-items:flex-start;gap:.65rem;margin-bottom:1rem;padding:.75rem .9rem;display:flex}.search-impact strong{font-size:.8rem}.search-impact p{color:var(--text-secondary);margin:.15rem 0 0;font-size:.72rem}@media (width<=700px){.avatar-option-grid{grid-template-columns:1fr}.profile-center-bubble .child-avatar{width:48px;height:48px}.profile-grid>.profile-card{min-height:0}.avatar-option-grid>:is(button,label){flex-direction:row;min-height:64px}.progressive-section>summary{grid-template-columns:auto 1fr auto;padding:.85rem}.progressive-section summary small{display:none}.progressive-section summary svg{grid-column:3}.profile-more-intro{grid-template-columns:1fr}.profile-more-intro>span{width:fit-content}.profile-more-intro>small{display:none}.profile-card__actions{flex-wrap:wrap}.profile-card__actions .button{flex:auto}.toast-region{right:.75rem;bottom:calc(var(--mobile-nav-height) + .75rem + env(safe-area-inset-bottom));left:.75rem}.toast{width:100%;min-width:0}.criteria-summary{flex-wrap:wrap;align-items:flex-start}.active-criteria-chips{flex-basis:100%;order:3}}.add-profile-card>span{width:50px;height:50px;color:var(--lisami-violet);box-shadow:var(--shadow-xs);background:#fff;border-radius:50%;place-items:center;display:grid}.add-profile-card p{max-width:250px;color:var(--text-secondary);margin:0;font-size:.78rem}.favorite-card{grid-template-columns:auto 1fr;gap:.9rem;padding:1.25rem;display:grid}.favorite-card .button{grid-column:1/-1}.profile-form{flex-direction:column;gap:1rem;display:flex}.form-section{border:1px solid var(--border-soft);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs);background:#fff;padding:1.4rem}.form-section__heading{gap:.8rem;margin-bottom:1.2rem;display:flex}.form-section__heading>span{background:var(--lisami-violet-soft);width:30px;height:30px;color:var(--lisami-violet);border-radius:50%;flex:none;place-items:center;font-size:.7rem;font-weight:800;display:grid}.form-section__heading h2{margin:0 0 .2rem;font-size:1.05rem}.form-section__heading p{color:var(--text-secondary);margin:0;font-size:.78rem}.form-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-field{flex-direction:column;gap:.42rem;margin-bottom:.9rem;display:flex}.field-label{justify-content:space-between;gap:1rem;font-size:.79rem;font-weight:750;display:flex}.field-label span{color:var(--text-secondary);font-size:.7rem;font-weight:600}.text-field,.text-area{width:100%;min-height:46px;color:var(--text-primary);background:#fff;border:1px solid #d8d0c7;border-radius:12px;padding:.7rem .85rem}.text-area{resize:vertical}.text-field:hover,.text-area:hover{border-color:#bcb1c8}.text-field:focus,.text-area:focus{border-color:var(--current-section-accent,var(--lisami-violet));box-shadow:0 0 0 3px color-mix(in srgb, var(--current-section-accent,var(--lisami-violet)) 14%, transparent);outline:none}.text-field:disabled,.text-area:disabled{background:var(--background-subtle);color:var(--text-secondary);cursor:not-allowed}.text-field[aria-invalid=true]{border-color:var(--danger)}.field-help{color:var(--text-secondary);margin:0;font-size:.7rem}.form-error{color:var(--danger);margin:0;font-size:.72rem;font-weight:650}.password-field{position:relative}.password-field .text-field{padding-right:3.2rem}.password-field .icon-button{position:absolute;top:1px;right:1px}.input-with-icon{position:relative}.input-with-icon>svg{z-index:1;color:var(--text-secondary);position:absolute;top:14px;left:13px}.input-with-icon>.text-field,.input-with-icon>.password-field .text-field{padding-left:2.55rem}.checkbox-field{color:var(--text-secondary);cursor:pointer;align-items:flex-start;gap:.65rem;font-size:.76rem;line-height:1.5;display:flex}.checkbox-field input{width:18px;height:18px;accent-color:var(--lisami-violet);margin:.05rem 0 0}.visibility-choice{background:var(--background-subtle);cursor:pointer;border-radius:14px;align-items:flex-start;gap:.75rem;padding:1rem;display:flex}.visibility-choice input{width:19px;height:19px;accent-color:var(--lisami-violet)}.visibility-choice span{flex-direction:column;gap:.2rem;display:flex}.visibility-choice small{color:var(--text-secondary)}.sticky-form-actions{z-index:10;border:1px solid var(--border-soft);box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;border-radius:18px;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1rem;display:flex;position:sticky;bottom:1rem}.sticky-form-actions>p{color:var(--text-secondary);margin:0;font-size:.75rem}.criteria-summary{z-index:8;top:calc(var(--header-height) + .7rem);box-shadow:var(--shadow-xs);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f7f3fbf5;border:1px solid #5b389526;border-radius:16px;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;padding:.85rem 1rem;display:flex;position:sticky}.criteria-summary>div{flex-direction:column;gap:.15rem;display:flex}.criteria-summary span{color:var(--text-secondary);text-transform:uppercase;font-size:.68rem;font-weight:750}.criteria-summary strong{font-size:.84rem}.criteria-summary button{min-height:40px;color:var(--lisami-violet);cursor:pointer;background:0 0;border:0;align-items:center;gap:.4rem;font-size:.78rem;font-weight:750;display:flex}.search-sections{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.search-section-card{padding:1.25rem}.search-section-card h2{margin-bottom:.2rem;font-size:1rem}.search-section-card p{color:var(--text-secondary);margin-bottom:1rem;font-size:.75rem}.match-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.match-card__header .status-badge{align-self:start}.reason-list{flex-direction:column;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.reason-list li{color:var(--text-secondary);align-items:center;gap:.55rem;font-size:.76rem;display:flex}.reason-list li>span{background:var(--lisami-violet-soft);width:25px;height:25px;color:var(--lisami-violet);border-radius:50%;flex:none;place-items:center;display:grid}.profile-detail-header{border:1px solid var(--border-soft);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);background:#fff;grid-template-columns:auto 1fr auto;align-items:center;gap:1.25rem;margin-bottom:1.5rem;padding:1.5rem;display:grid}.profile-detail-header h1{margin-bottom:.2rem}.profile-detail-header p{color:var(--text-secondary);margin:0}.detail-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.detail-grid .section-card{padding:1.3rem}.detail-grid h2,.safety-actions h2{font-size:1rem}.detail-grid p{color:var(--text-secondary);margin-bottom:0}.safety-actions{border-top:1px solid var(--border-soft);margin-top:1.5rem;padding-top:1.2rem}.conversation-list{border:1px solid var(--border-soft);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs);background:#fff;overflow:hidden}.conversation-row{border:0;border-bottom:1px solid var(--border-soft);text-align:left;cursor:pointer;background:#fff;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;width:100%;padding:1rem 1.2rem;display:grid}.conversation-row:last-child{border-bottom:0}.conversation-row:hover{background:#fcfbf8}.conversation-row__body>div{align-items:center;gap:.6rem;display:flex}.conversation-row__body strong{font-size:.88rem}.conversation-row__body>div span{background:var(--lisami-violet-soft);color:var(--lisami-violet);border-radius:8px;padding:.15rem .4rem;font-size:.62rem;font-weight:800}.conversation-row__body small,.conversation-row time{color:var(--text-secondary);font-size:.68rem}.conversation-row__body p{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;margin:.3rem 0 0;font-size:.78rem;overflow:hidden}.settings-layout{grid-template-columns:230px 1fr;gap:1.2rem;display:grid}.settings-nav{height:max-content;top:calc(var(--header-height) + 1rem);border:1px solid var(--border-soft);background:#fff;border-radius:18px;flex-direction:column;gap:.2rem;padding:.5rem;display:flex;position:sticky}.settings-nav a{min-height:44px;color:var(--text-secondary);border-radius:11px;align-items:center;gap:.7rem;padding:.6rem .7rem;font-size:.8rem;font-weight:650;display:flex}.settings-nav a.is-active{background:var(--lisami-violet-soft);color:var(--lisami-violet-dark)}.settings-panel{border:1px solid var(--border-soft);border-radius:var(--radius-lg);min-height:420px;box-shadow:var(--shadow-xs);background:#fff;padding:1.4rem}.account-summary{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.account-summary h2{margin-bottom:.2rem}.account-summary p{color:var(--text-secondary);margin:0;font-size:.82rem}.settings-cards{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.settings-cards a{border:1px solid var(--border-soft);border-radius:14px;gap:.75rem;padding:1rem;display:flex}.settings-cards a>span{background:var(--lisami-violet-soft);width:36px;height:36px;color:var(--lisami-violet);border-radius:10px;flex:none;place-items:center;display:grid}.settings-cards strong{font-size:.82rem}.settings-cards p{color:var(--text-secondary);margin:.25rem 0 0;font-size:.7rem}.settings-section{flex-direction:column;align-items:flex-start;gap:.75rem;display:flex}.language-options{grid-template-columns:1fr 1fr;gap:.75rem;width:100%;display:grid}.language-options button{border:1px solid var(--border-soft);cursor:pointer;background:#fff;border-radius:14px;flex-direction:column;justify-content:center;gap:.3rem;min-height:88px;padding:1rem;font-weight:800;display:flex}.language-options button span{color:var(--text-secondary);font-size:.7rem;font-weight:500}.language-options button.is-active{border-color:var(--lisami-violet);background:var(--lisami-violet-soft);color:var(--lisami-violet-dark)}.settings-danger-zone{border-top:1px solid var(--border-soft);justify-content:space-between;gap:.75rem;margin-top:2rem;padding-top:1.2rem;display:flex}.empty-state{border:1px solid var(--border-soft);border-radius:var(--radius-lg);text-align:center;background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:.65rem;min-height:260px;padding:2rem;display:flex}.empty-state__icon,.auth-icon{background:var(--lisami-violet-soft);width:52px;height:52px;color:var(--lisami-violet);border-radius:50%;place-items:center;display:grid}.empty-state h3{margin:0}.empty-state p{max-width:430px;color:var(--text-secondary);margin:0}.full-state{min-height:100vh;color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;display:flex}.spinner{color:var(--lisami-violet);animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.dialog-backdrop{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#231d297a;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.dialog{border-radius:var(--radius-lg);width:min(430px,100%);box-shadow:var(--shadow-md);background:#fff;padding:1.5rem}.dialog h2{margin-bottom:.55rem;font-size:1.2rem}.dialog p{color:var(--text-secondary)}.auth-page{background:#fff;grid-template-columns:minmax(480px,.92fr) 1.08fr;min-height:100vh;display:grid;position:relative}.auth-language{z-index:5;min-height:44px;color:var(--lisami-violet-dark);cursor:pointer;background:#ffffffd9;border:1px solid #ffffff59;border-radius:12px;align-items:center;gap:.4rem;padding:.5rem .7rem;font-size:.73rem;font-weight:800;display:flex;position:absolute;top:1.2rem;right:1.2rem}.auth-panel{place-self:center;width:min(480px,100% - 3rem);padding:2rem 0}.auth-brand{justify-content:center;height:93px;margin-bottom:.5rem;display:flex}.auth-heading{margin-bottom:1.2rem}.auth-heading h1{margin-bottom:.55rem;font-size:clamp(1.7rem,3vw,2.15rem)}.auth-heading p{color:var(--text-secondary);margin:0;font-size:.84rem}.auth-heading--center{text-align:center;flex-direction:column;align-items:center;display:flex}.auth-icon{margin-bottom:.7rem}.auth-icon--success{background:var(--lisami-green-soft);color:var(--lisami-green)}.auth-form{flex-direction:column;gap:.1rem;display:flex}.auth-form>.button,.auth-form>a.button{width:100%;margin-top:.55rem}.auth-form__between{justify-content:space-between;align-items:center;gap:1rem;min-height:44px;margin-bottom:.45rem;display:flex}.auth-form__between a,.auth-switch a,.auth-back{min-height:44px;color:var(--lisami-violet);align-items:center;font-size:.76rem;font-weight:750;display:inline-flex}.auth-switch,.auth-help{color:var(--text-secondary);text-align:center;margin:1rem 0 0;font-size:.76rem}.auth-back{justify-content:center;align-items:center;min-height:44px;margin-top:.7rem;display:flex}.demo-notice{border-left:3px solid var(--lisami-orange);background:var(--lisami-orange-soft);border-radius:0 12px 12px 0;margin-bottom:1rem;padding:.75rem .85rem}.demo-notice span{color:var(--lisami-orange-dark);text-transform:uppercase;font-size:.7rem;font-weight:800}.demo-notice p{color:var(--text-secondary);margin:.2rem 0 0;font-size:.7rem;line-height:1.5}.consent-group{flex-direction:column;gap:.65rem;padding:.35rem 0;display:flex}.auth-trust{color:var(--text-secondary);justify-content:center;align-items:center;gap:.45rem;margin-top:1.25rem;font-size:.68rem;display:flex}.auth-trust svg{color:var(--lisami-green)}.auth-story{background:linear-gradient(145deg, var(--lisami-violet-soft), var(--lisami-beige-soft));align-items:center;padding:5rem clamp(3rem,7vw,7rem);display:flex;position:relative;overflow:hidden}.auth-story:before,.auth-story:after{content:"";border-radius:50%;position:absolute}.auth-story:before{background:#d866351f;width:320px;height:320px;top:-100px;right:-70px}.auth-story:after{background:#4f7b4b21;width:260px;height:260px;bottom:-90px;left:-80px}.auth-story__content{z-index:2;max-width:560px;position:relative}.auth-story h2{max-width:520px;color:var(--lisami-violet-dark);letter-spacing:-.055em;margin-bottom:1rem;font-size:clamp(2.2rem,4.2vw,4.2rem);line-height:1.05}.auth-story p{max-width:520px;color:var(--text-secondary)}.trust-list{flex-direction:column;gap:.8rem;margin-top:2rem;display:flex}.trust-list span{align-items:center;gap:.65rem;font-size:.82rem;font-weight:700;display:flex}.trust-list svg{color:var(--lisami-green)}.auth-story__path{border:24px solid #0000;border-color:#e6d1ad70 #0000 #0000 #e6d1ad70;border-radius:50%;width:210px;height:430px;position:absolute;top:18%;right:11%;transform:rotate(24deg)}@media (width>=1180px){.match-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=1100px){.desktop-header{grid-template-columns:110px 1fr auto;padding-inline:1.25rem}.desktop-navigation a{padding-inline:.55rem;font-size:.8rem}.account-trigger>span:nth-child(2){display:none}.profile-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.auth-page{background:radial-gradient(circle at 50% 0, var(--lisami-violet-soft), transparent 20rem), #fff;padding:1rem 0;display:block}.auth-story{display:none}.auth-language{border-color:var(--border-soft);position:fixed}.auth-panel{flex-direction:column;justify-content:center;min-height:calc(100vh - 2rem);display:flex}}@media (width<=1023px){:root{--header-height:64px}.desktop-header{display:none}.mobile-header{height:var(--header-height);z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff2;border-bottom:1px solid #e4ded5e6;justify-content:space-between;align-items:center;padding:0 .8rem;display:flex;position:sticky;top:0}.mobile-header .lisami-logo--compact{width:68px;height:52px}.mobile-header .account-trigger{min-height:44px}.mobile-header .account-trigger>span:nth-child(2),.mobile-header .account-trigger>svg{display:none}.mobile-bottom-nav{height:calc(var(--mobile-nav-height) + env(safe-area-inset-bottom));z-index:45;padding:.35rem .3rem max(.35rem, env(safe-area-inset-bottom));border-top:1px solid var(--border-soft);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff7;grid-template-columns:repeat(5,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.mobile-bottom-nav a{min-width:0;min-height:44px;color:var(--text-secondary);border-radius:11px;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;font-size:.65rem;font-weight:650;display:flex;position:relative}.mobile-bottom-nav a.active{color:var(--lisami-violet-dark);font-weight:800}.mobile-bottom-nav a.active:before{content:"";background:var(--lisami-violet);border-radius:4px;width:28px;height:4px;position:absolute;top:1px}.page-content{padding-bottom:calc(var(--mobile-nav-height) + env(safe-area-inset-bottom))}.criteria-summary{top:calc(var(--header-height) + .5rem)}.settings-layout{grid-template-columns:1fr}.settings-nav{flex-direction:row;padding:.4rem;position:static;overflow-x:auto}.settings-nav a{flex:none}}@media (width<=700px){.page-container{width:min(100% - 1.5rem, var(--content-width));padding:1.35rem 0 2.5rem}.page-header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:1.35rem}.page-header .button{width:100%}.home-page{padding-top:.9rem}.home-intro{display:block}.home-intro .eyebrow{margin-bottom:.25rem}.home-intro h1{font-size:1.58rem}.home-intro>div:first-child p{font-size:.78rem;line-height:1.5}.privacy-note{display:none}.profile-orbit-home{grid-template:92px 158px 92px/88px minmax(142px,158px) 88px;justify-content:center;gap:4px;width:100%;height:430px;margin-top:.6rem}.orbit-position--search{grid-area:1/2;align-self:center}.orbit-position--matches{grid-area:2/3;align-self:center}.orbit-position--favorites{grid-area:2/1;align-self:center}.orbit-position--messages{grid-area:3/2;align-self:center}.orbit-position--center{grid-area:2/2}.orbit-action{gap:.2rem;width:88px;padding:.5rem}.orbit-action__icon{width:31px;height:31px}.orbit-action__icon svg{width:19px}.orbit-action strong{max-width:78px;font-size:.66rem;line-height:1.12}.orbit-action>span:last-child{max-width:80px;font-size:.56rem;line-height:1.15}.profile-center-bubble{gap:.15rem;width:154px;padding:.75rem}.profile-center-bubble .avatar{width:48px;height:48px;font-size:.8rem}.profile-center-bubble h2{font-size:.9rem}.profile-center-bubble .bubble-kicker{font-size:.45rem}.profile-center-bubble .status-badge{padding:.2rem .4rem;font-size:.55rem}.bubble-edit{min-height:44px;font-size:.58rem}.profile-switcher{width:44px;height:44px;bottom:12px;right:-4px}.orbit-path{width:270px;height:130px}.profile-grid,.match-grid,.search-sections,.detail-grid,.settings-cards,.form-grid{grid-template-columns:1fr}.profile-card__top,.match-card__header{grid-template-columns:auto 1fr}.profile-card__top .status-badge,.match-card__header .status-badge{grid-column:1/-1}.profile-card__actions .button--text{font-size:0}.profile-card__actions .button--text svg{margin:0}.profile-detail-header{grid-template-columns:auto 1fr;padding:1.1rem}.profile-detail-header .button-row{grid-column:1/-1}.profile-detail-header .button{flex:1}.sticky-form-actions{bottom:calc(var(--mobile-nav-height) + .55rem + env(safe-area-inset-bottom));flex-direction:column;align-items:stretch}.sticky-form-actions>div:last-child{grid-template-columns:1fr 1fr;display:grid}.conversation-row{grid-template-columns:auto 1fr;padding:.9rem}.conversation-row time{display:none}.settings-panel{padding:1rem}.settings-danger-zone{flex-direction:column;align-items:stretch}.language-options{grid-template-columns:1fr}}.mobile-bottom-nav a.active{background:var(--lisami-violet-soft);border-radius:12px;font-weight:800;position:relative}.mobile-bottom-nav a.active:after{content:"";background:currentColor;border-radius:50%;width:5px;height:5px;position:absolute;bottom:3px}.mobile-bottom-nav a:nth-child(2).active{color:var(--accent-profile);background:var(--accent-profile-soft)}.mobile-bottom-nav a:nth-child(3).active{color:var(--accent-search);background:var(--accent-search-soft)}.mobile-bottom-nav a:nth-child(4).active{color:var(--accent-matches);background:var(--accent-matches-soft)}.mobile-bottom-nav a:nth-child(5).active{color:var(--accent-messages);background:var(--accent-messages-soft)}@media (width<=380px){.page-container{width:calc(100% - 1rem)}.profile-orbit-home{grid-template-columns:84px 146px 84px}.orbit-action{width:84px}.profile-center-bubble{width:146px}.mobile-bottom-nav a{font-size:.59rem}.mobile-bottom-nav a svg{width:19px}.auth-panel{width:calc(100% - 2rem)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.orbit-path{display:none}.home-page{padding-top:1.1rem;padding-bottom:1rem}.home-intro{align-items:center}.home-intro h1{margin-bottom:.3rem;font-size:clamp(1.45rem,2.3vw,2rem)}.privacy-note{min-width:0;max-width:390px;box-shadow:none;background:0 0;padding:.55rem .75rem}.privacy-note>span{color:var(--text-secondary);font-weight:650;line-height:1.45}.privacy-note svg{color:var(--accent-profile);flex:none}.profile-orbit-home{grid-template:1fr 1.15fr 1fr/1fr 1.25fr 1fr;width:min(730px,100%);height:450px}.orbit-action{width:138px;box-shadow:var(--surface-shadow)}.profile-center-bubble{width:218px}.profile-center-bubble>.active-child-selector{margin-top:.1rem}.active-child-context-bar{margin:-1rem 0 1.25rem;display:flex}.active-child-selector{border:1px solid var(--current-section-border,var(--border-soft));border-radius:var(--radius-pill);min-height:44px;box-shadow:var(--shadow-xs);cursor:pointer;background:#fff;grid-template-columns:auto auto auto;align-items:center;gap:.45rem;padding:.28rem .55rem .28rem .3rem;display:inline-grid;position:relative}.active-child-selector>span{text-align:left;flex-direction:column;line-height:1.1;display:flex}.active-child-selector small{color:var(--text-secondary);font-size:.58rem;font-weight:650}.active-child-selector strong{font-size:.75rem}.active-child-selector>svg{color:var(--current-section-accent,var(--lisami-violet))}.active-child-selector select{opacity:0;cursor:pointer;width:100%;position:absolute;inset:0}.active-child-selector:focus-within{outline:3px solid color-mix(in srgb, var(--current-section-accent,var(--lisami-violet)) 28%, transparent);outline-offset:2px}.profile-center-bubble .active-child-selector .avatar{width:28px;height:28px;font-size:.55rem}.profile-center-bubble .active-child-selector small{display:none}.section-theme--search .sticky-form-actions{border-radius:var(--radius-md);padding:.55rem .7rem}.section-theme--search .sticky-form-actions>p{display:none}.section-theme--search .sticky-form-actions .button--secondary{box-shadow:none;background:0 0;border-color:#0000}@media (width<=700px){.home-intro{margin-inline:.2rem}.profile-orbit-home{height:425px;margin-top:.15rem}.profile-center-bubble .active-child-selector{grid-template-columns:auto auto;min-height:30px;padding:.1rem .35rem}.profile-center-bubble .active-child-selector .avatar{display:none}.profile-center-bubble .active-child-selector strong{font-size:.58rem}.active-child-context-bar{margin-top:-.6rem}.section-theme--search{padding-bottom:calc(7rem + env(safe-area-inset-bottom))}.section-theme--search .sticky-form-actions{bottom:calc(var(--mobile-nav-height) + .35rem + env(safe-area-inset-bottom));flex-direction:row;align-items:center}.section-theme--search .sticky-form-actions>div:last-child{justify-content:flex-end;align-items:center;width:100%;display:flex}.section-theme--search .sticky-form-actions .button{min-height:42px}.section-theme--search .sticky-form-actions .button--secondary{flex:0 auto;padding-inline:.45rem;font-size:.68rem}.section-theme--search .sticky-form-actions .button--primary{flex:auto;padding-inline:.65rem}.profile-orbit-home{grid-template:92px 158px 92px/minmax(0,1fr) 158px minmax(0,1fr);justify-content:center;gap:4px;width:100%;height:425px;margin-top:.15rem}.orbit-action{gap:.18rem;width:min(88px,22vw);padding:.45rem}.profile-center-bubble{width:158px}}@media (width<=380px){.profile-orbit-home{grid-template-columns:minmax(0,1fr) 146px minmax(0,1fr)}.orbit-action{width:min(84px,22vw)}.profile-center-bubble{width:146px}}.home-page{min-height:calc(100dvh - var(--desktop-nav-height));flex-direction:column;padding-top:.85rem;padding-bottom:.65rem;display:flex;overflow:hidden}.home-intro{flex:none;gap:1.25rem}.home-intro h1{font-size:clamp(1.35rem,2vw,1.8rem)}.profile-orbit-home{flex:none;grid-template:112px 166px 112px/140px 224px 140px;justify-content:center;gap:0 72px;width:min(680px,100%);height:390px;margin:.2rem auto 0}.orbit-position--search,.orbit-position--matches,.orbit-position--favorites,.orbit-position--messages{align-self:center}.orbit-action{width:126px;padding:.75rem}.profile-center-cluster{position:relative}.profile-center-bubble{aspect-ratio:1;border-radius:50%;flex:0 0 224px;gap:.2rem;width:224px;min-width:224px;height:224px;min-height:224px;padding:.85rem;overflow:hidden}.profile-center-bubble .child-avatar{width:62px;height:62px}.profile-switcher{border-width:3px;width:44px;height:44px;bottom:12px;right:-8px}.profile-form{padding-bottom:6.5rem}.sticky-form-actions{align-self:center;width:min(100%,880px);min-height:64px;margin-inline:auto;padding:.65rem .8rem}.sticky-form-actions--profile{justify-content:flex-end}.profile-danger-zone{border:1px solid color-mix(in srgb, var(--danger) 24%, var(--border-soft));border-radius:var(--radius-md);background:color-mix(in srgb, var(--danger) 4%, #fff);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.1rem;display:flex}.profile-danger-zone p{color:var(--text-secondary);margin:.25rem 0 0;font-size:.75rem}.avatar-mode-picker,.abstract-option-group{border:0;min-width:0;margin:0;padding:0}.avatar-mode-picker>legend,.abstract-option-group>legend{color:var(--text-primary);margin-bottom:.55rem;font-size:.78rem;font-weight:800}.avatar-picker__label{color:var(--text-secondary);letter-spacing:.06em;text-transform:uppercase;margin-bottom:.2rem;font-size:.66rem;font-weight:800;display:block}.avatar-option-grid>:is(button,label){min-height:92px;position:relative}.avatar-selection-check{background:var(--accent-profile);color:#fff;border-radius:50%;padding:2px;position:absolute;top:.45rem;right:.45rem}.abstract-editor{gap:1rem;padding:1rem}.abstract-option-list{flex-wrap:wrap;gap:.65rem;display:flex}.abstract-editor .abstract-option-list button{border:2px solid #fff;place-items:center;width:52px;min-width:52px;height:52px;min-height:52px;display:grid;position:relative}.abstract-editor .abstract-option-list button.is-selected{border-color:var(--accent-profile);box-shadow:0 0 0 3px var(--accent-profile-border)}.abstract-editor .abstract-option-list button>svg{background:var(--accent-profile);color:#fff;border-radius:50%;padding:2px;position:absolute;bottom:-5px;right:-5px}.abstract-option-list--patterns button{background:var(--accent-profile-soft);overflow:hidden}.abstract-option-list--patterns button>span{border:2px solid var(--accent-profile);border-radius:50%;width:34px;height:34px}.abstract-option-list--patterns button>span[data-pattern=waves]{border-radius:50%;height:18px;transform:rotate(-14deg)}.abstract-option-list--patterns button>span[data-pattern=grid]{border-radius:7px;transform:rotate(35deg)}.abstract-option-list--patterns button>span[data-pattern=halo]{border-width:7px}.abstract-option-list--patterns button>span[data-pattern=stripes]{border-width:4px 0;border-radius:0;height:12px;transform:rotate(-25deg)}.abstract-editor__apply{width:max-content}.child-avatar--abstract[data-pattern=halo] i{border-width:5px;width:72%;height:72%;inset:14%}.child-avatar--abstract[data-pattern=halo] b{width:28%;height:28%;bottom:8%;right:8%}.child-avatar--abstract[data-pattern=stripes] i,.child-avatar--abstract[data-pattern=stripes] b{border-radius:999px;width:125%;height:22%;left:-12%;transform:rotate(-28deg)}.child-avatar--abstract[data-pattern=stripes] i{top:22%}.child-avatar--abstract[data-pattern=stripes] b{bottom:20%;right:auto}.settings-mobile-menu,.settings-mobile-back{display:none}.request-badge{border-radius:var(--radius-pill);background:var(--lisami-orange);color:#fff;place-items:center;min-width:20px;height:20px;padding-inline:.35rem;font-size:.65rem;font-weight:850;line-height:1;display:inline-grid}.account-menu-item__label{flex:1}@media (width<=1023px){.settings-nav--desktop,.settings-desktop-summary,.settings-cards--desktop{display:none}.settings-mobile-menu{gap:.55rem;display:grid}.settings-mobile-menu a{border:1px solid var(--border-soft);min-height:68px;box-shadow:var(--shadow-xs);background:#fff;border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:.75rem;padding:.7rem .8rem;display:grid}.settings-mobile-menu a:focus-visible{outline:3px solid var(--accent-settings-border);outline-offset:2px}.settings-mobile-menu__icon{background:var(--accent-settings-soft);width:40px;height:40px;color:var(--accent-settings);border-radius:12px;place-items:center;display:grid}.settings-mobile-menu__copy{flex-direction:column;gap:.15rem;min-width:0;display:flex}.settings-mobile-menu__copy strong{font-size:.82rem}.settings-mobile-menu__copy small{color:var(--text-secondary);font-size:.68rem;line-height:1.35}.settings-mobile-back{width:max-content;min-height:44px;color:var(--text-secondary);align-items:center;gap:.35rem;margin-bottom:.35rem;font-size:.75rem;font-weight:750;display:inline-flex}.settings-layout{display:block}.settings-panel{min-height:0;box-shadow:none;background:0 0;border:0;padding:0}.settings-section,.settings-danger-zone{border:1px solid var(--border-soft);border-radius:var(--radius-lg);background:#fff;padding:1rem}}@media (width<=700px){.home-page{min-height:calc(100dvh - var(--header-height) - var(--mobile-nav-height));padding-top:.7rem;padding-bottom:.7rem;overflow:visible}.home-intro h1{font-size:1.42rem;line-height:1.12}.profile-orbit-home{grid-template:78px 148px 78px/78px 148px 78px;gap:10px 8px;width:100%;height:324px;margin-top:.45rem}.orbit-action{width:78px;padding:.35rem}.orbit-action__icon{width:28px;height:28px}.orbit-action strong{max-width:70px;font-size:.61rem}.orbit-action>span:last-child{max-width:70px;font-size:.52rem}.profile-center-bubble{flex-basis:148px;width:148px;min-width:148px;height:148px;min-height:148px;padding:.55rem}.profile-center-bubble .child-avatar{width:46px;height:46px}.profile-switcher{width:44px;height:44px;bottom:4px;right:-6px}.criteria-summary{position:static}.profile-form{padding-bottom:calc(8.5rem + env(safe-area-inset-bottom))}.section-theme--search{padding-bottom:calc(12rem + env(safe-area-inset-bottom))}.sticky-form-actions,.section-theme--search .sticky-form-actions{bottom:calc(var(--mobile-nav-height) + .35rem + env(safe-area-inset-bottom));flex-direction:row;align-items:center;padding:.5rem}.sticky-form-actions>div:last-child,.section-theme--search .sticky-form-actions>div:last-child{flex-wrap:nowrap;justify-content:flex-end;gap:.45rem;width:100%;display:flex}.sticky-form-actions .button{min-height:44px}.sticky-form-actions .button--primary{flex:auto}.profile-danger-zone{flex-direction:column;align-items:stretch}.avatar-option-grid{grid-template-columns:1fr}.avatar-option-grid>:is(button,label){flex-direction:row;min-height:62px}.abstract-editor__apply{width:100%}.section-theme--settings .page-header{gap:.25rem;margin-bottom:.85rem}.section-theme--settings .page-header p{margin-bottom:0}}@media (width>=381px) and (width<=400px){.profile-orbit-home{grid-template:82px 158px 82px/82px 158px 82px;gap:10px;height:342px}.orbit-action{width:82px}.profile-center-bubble{flex-basis:158px;width:158px;min-width:158px;height:158px;min-height:158px}}@media (width>=401px) and (width<=700px){.profile-orbit-home{grid-template:86px 160px 86px/86px 160px 86px;gap:12px;height:356px}.orbit-action{width:86px}.profile-center-bubble{flex-basis:160px;width:160px;min-width:160px;height:160px;min-height:160px}}@media (width<=700px) and (height<=650px){.home-page{padding-top:.45rem}.home-intro .eyebrow,.home-intro>div:first-child p{display:none}.home-intro h1{margin:0;font-size:1.25rem}.profile-orbit-home{margin-top:.2rem}}.profile-transfer{gap:var(--space-3);margin-bottom:var(--space-5);padding:var(--space-5);display:grid}button.orbit-action{font:inherit;cursor:pointer}.orbit-action--muted{opacity:.68;filter:saturate(.72);border-style:dashed}.orbit-action--muted:hover{opacity:.84}.profile-center-bubble--loading,.profile-center-bubble--error,.profile-center-bubble--empty,.profile-center-bubble--selection{gap:.55rem;padding:1.2rem}.profile-center-bubble--error h2,.profile-center-bubble--empty h2,.profile-center-bubble--selection h2{max-width:185px;font-size:1rem;line-height:1.15}.profile-center-bubble--error p,.profile-center-bubble--empty p,.profile-center-bubble--selection p{max-width:190px;font-size:.68rem;line-height:1.3}.profile-center-bubble--error .button,.profile-center-bubble--empty .button,.profile-center-bubble--selection .button{min-height:44px;padding:.45rem .75rem;font-size:.7rem}.profile-center-state__icon{background:var(--lisami-violet-soft);width:42px;height:42px;color:var(--lisami-violet);border-radius:50%;place-items:center;display:grid}.home-skeleton{border-radius:var(--radius-pill);background:#e9e5ee;display:block;position:relative;overflow:hidden}.home-skeleton:after{content:"";background:linear-gradient(100deg,#0000 20%,#ffffffbf 45%,#0000 70%);animation:1.5s ease-in-out infinite skeleton-shimmer;position:absolute;inset:0}.home-skeleton--avatar{border-radius:50%;width:62px;height:62px}.home-skeleton--title{width:118px;height:16px}.home-skeleton--copy{width:150px;height:10px}@keyframes skeleton-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.home-requirement-dialog{max-width:430px}.home-profile-options{gap:.55rem;margin:1rem 0;display:grid}.home-profile-options button{border:1px solid var(--border-soft);border-radius:var(--radius-md);min-height:48px;color:var(--text-primary);font:inherit;cursor:pointer;background:#fff;align-items:center;gap:.7rem;padding:.55rem .7rem;font-weight:750;display:flex}.home-profile-options button:hover{background:var(--lisami-violet-soft)}@media (width<=700px){.profile-center-bubble--loading,.profile-center-bubble--error,.profile-center-bubble--empty,.profile-center-bubble--selection{gap:.24rem;padding:.45rem}.profile-center-bubble--error h2,.profile-center-bubble--empty h2,.profile-center-bubble--selection h2{max-width:125px;font-size:.72rem}.profile-center-bubble--error p,.profile-center-bubble--empty p,.profile-center-bubble--selection p{max-width:132px;font-size:.5rem;line-height:1.2}.profile-center-bubble--error .button,.profile-center-bubble--empty .button,.profile-center-bubble--selection .button{min-height:44px;padding:.3rem .48rem;font-size:.52rem}.profile-center-state__icon{width:27px;height:27px}.profile-center-state__icon svg{width:18px;height:18px}.home-skeleton--avatar{width:46px;height:46px}.home-skeleton--title{width:88px;height:11px}.home-skeleton--copy{width:108px;height:8px}.home-requirement-dialog{width:calc(100% - 1rem);max-height:calc(100dvh - var(--mobile-nav-height) - 1rem);margin-bottom:calc(var(--mobile-nav-height) + env(safe-area-inset-bottom));overflow-y:auto}}@media (prefers-reduced-motion:reduce){.home-skeleton:after{animation:none}}.profile-transfer fieldset{gap:var(--space-2);border:0;padding:0;display:grid}.profile-transfer label{align-items:center;gap:var(--space-2);display:flex}.commune-autocomplete{gap:.45rem;max-width:680px;display:grid;position:relative}.commune-autocomplete>label{font-size:.82rem;font-weight:800}.commune-autocomplete__input{border:1px solid var(--border-soft);background:#fff;border-radius:14px;grid-template-columns:auto 1fr auto;align-items:center;gap:.55rem;min-height:50px;padding:0 .45rem 0 .9rem;display:grid}.commune-autocomplete__input:focus-within{border-color:var(--lisami-violet);box-shadow:0 0 0 3px #5b38951f}.commune-autocomplete__input input{background:0 0;border:0;outline:0;width:100%;min-width:0}.commune-autocomplete__panel{z-index:20;border:1px solid var(--border-soft);box-shadow:var(--shadow-md);background:#fff;border-radius:14px;position:absolute;top:calc(100% + .35rem);left:0;right:0;overflow:hidden}.commune-autocomplete__panel>p,.commune-autocomplete__panel>div{color:var(--text-secondary);margin:0;padding:1rem}.commune-autocomplete__panel ul{max-height:min(360px,48vh);margin:0;padding:.35rem;list-style:none;overflow-y:auto}.commune-autocomplete__panel li button{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;grid-template-columns:auto 1fr;align-items:center;gap:.7rem;width:100%;min-height:58px;padding:.6rem .7rem;display:grid}.commune-autocomplete__panel li button:hover,.commune-autocomplete__panel li button.is-active{background:var(--lisami-violet-soft)}.commune-autocomplete__panel li span{gap:.18rem;min-width:0;display:grid}.commune-autocomplete__panel small{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.commune-dev-page{gap:1.5rem;display:grid}.commune-dev-page .card{padding:1rem;overflow:auto}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.section-theme--search{padding-bottom:3rem}.criteria-summary{z-index:auto;background:color-mix(in srgb, var(--accent-search-soft) 86%, white);-webkit-backdrop-filter:none;backdrop-filter:none;gap:.65rem;margin-bottom:1rem;padding:.75rem .9rem;display:grid;position:static;overflow:hidden}.criteria-summary__header{flex-direction:row;justify-content:space-between;align-items:center;gap:.75rem;min-width:0;display:flex}.criteria-summary__copy{gap:.12rem;min-width:0;display:grid}.criteria-summary__copy span{color:var(--text-secondary);text-transform:uppercase;font-size:.65rem;font-weight:750}.criteria-summary__copy strong{font-size:.82rem}.criteria-summary .criteria-summary__clear{border-radius:var(--radius-pill);flex:none;min-height:36px;padding:.3rem .45rem}.criteria-summary>.active-criteria-chips{scrollbar-width:thin;flex-flow:wrap;flex:none;gap:.35rem;width:100%;max-height:78px;padding:.05rem .1rem .1rem 0;display:flex;overflow-y:auto}.criteria-summary .active-criteria-chips button{white-space:nowrap;max-width:100%;min-height:30px;padding:.28rem .5rem}.criteria-summary .active-criteria-chips button span{color:var(--text-primary);text-overflow:ellipsis;text-transform:none;font-size:.68rem;font-weight:650;overflow:hidden}.search-sections{align-items:start}.search-section-card{padding:0;overflow:hidden}.search-section-card__header{border-bottom:1px solid var(--accent-search-border);background:var(--accent-search-soft);padding:.9rem 1rem .75rem}.search-section-card__header h2{margin:0 0 .15rem}.search-section-card__header p{margin:0}.search-section-card>.criteria-list{padding:.9rem 1rem 1rem}.search-action-bar,.section-theme--search .search-action-bar{border-color:var(--accent-search-border);background:color-mix(in srgb, var(--accent-search-soft) 45%, white);width:100%;min-height:0;box-shadow:var(--shadow-xs);-webkit-backdrop-filter:none;backdrop-filter:none;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem 1rem;margin-top:1.1rem;padding:.75rem .85rem;display:grid;position:static}.search-save-state{min-width:0;color:var(--text-secondary);align-items:center;gap:.45rem;font-size:.72rem;font-weight:650;display:flex}.search-save-state.is-dirty{color:color-mix(in srgb, var(--lisami-orange) 78%, #6b3e18)}.search-save-state.is-saved svg{color:var(--success,#3f7a45)}.search-action-controls{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.section-theme--search .search-action-controls .button--secondary{border-color:var(--accent-search-border);box-shadow:var(--shadow-xs);background:#fff}.search-action-controls .button:disabled{opacity:.5;cursor:not-allowed}.search-without-criteria{min-height:40px}@media (width<=900px){.search-action-bar,.section-theme--search .search-action-bar{grid-template-columns:1fr}.search-action-controls{justify-content:stretch}.search-action-controls .button--primary,.search-action-controls .button--secondary{flex:190px}}@media (width<=700px){.section-theme--search{padding-bottom:calc(var(--mobile-nav-height) + 2rem)}.criteria-summary{padding:.7rem .75rem}.criteria-summary__header{align-items:flex-start}.criteria-summary .criteria-summary__clear{min-height:32px;padding-inline:.35rem;font-size:.68rem}.criteria-summary>.active-criteria-chips{max-height:68px}.search-sections{grid-template-columns:1fr;gap:.75rem}.search-section-card__header{padding:.75rem .8rem .65rem}.search-section-card>.criteria-list{padding:.75rem .8rem .85rem}.search-action-bar,.section-theme--search .search-action-bar{padding:.7rem;display:grid;position:static;bottom:auto}.search-save-state{font-size:.68rem}.search-action-controls{grid-template-columns:1fr 1fr;width:100%;display:grid}.search-action-controls .button{width:100%;min-height:44px;padding-inline:.55rem;font-size:.72rem}.search-action-controls .search-without-criteria{order:3;grid-column:1/-1;min-height:36px}}@media (width<=390px){.criteria-summary__header{flex-wrap:wrap}.criteria-summary .criteria-summary__clear{margin-left:auto}.search-action-controls{grid-template-columns:1fr}.search-action-controls .search-without-criteria{grid-column:auto}}.section-theme--search .search-sections,.section-theme--search .search-section-card{width:100%;min-width:0}.section-theme--search .search-section-card>.search-section-card__header{margin:0;padding:.9rem 1rem .75rem}.account-summary__location{color:var(--text-secondary);align-items:center;gap:.35rem;display:flex;margin-top:.3rem!important;font-size:.76rem!important}.settings-account-form{border:1px solid var(--current-section-border);border-radius:var(--radius-md);background:color-mix(in srgb, var(--current-section-soft) 35%, white);gap:1rem;width:min(100%,680px);padding:1rem;display:grid}.settings-account-form__commune{gap:.4rem;display:grid;position:relative}.settings-account-form__commune>p{color:var(--text-secondary);margin:0;font-size:.72rem;line-height:1.5}.settings-account-form__actions{flex-wrap:wrap;justify-content:flex-end;gap:.6rem;display:flex}.settings-account-form__actions .button{min-width:130px}@media (width<=700px){.section-theme--search .search-section-card>.search-section-card__header{margin:0;padding:.75rem .8rem .65rem}.settings-account-form{padding:.8rem}.settings-account-form__actions{grid-template-columns:1fr 1fr;display:grid}.settings-account-form__actions .button{width:100%;min-width:0}}.desktop-navigation a{align-items:center;gap:.38rem;display:inline-flex}.message-signal{isolation:isolate;place-items:center;display:inline-grid;position:relative}.message-signal--pulse:before,.message-signal--pulse:after{content:"";z-index:-1;border:2px solid color-mix(in srgb, var(--accent-messages,var(--lisami-violet)) 48%, transparent);pointer-events:none;border-radius:999px;animation:.76s ease-out both lisami-message-wave;position:absolute;inset:-7px}.message-signal--pulse:before{opacity:.72;border-width:1px;animation-delay:.11s;inset:-4px}.message-signal--pulse .request-badge{animation:.42s cubic-bezier(.2,.9,.25,1.25) lisami-message-pop}.notification-bell{transform-origin:50% 10%;place-items:center;display:inline-grid}.notification-bell--ring{animation:.62s ease-in-out both lisami-bell-ring}@keyframes lisami-message-wave{0%{opacity:.68;transform:scale(.55)}70%{opacity:.18}to{opacity:0;transform:scale(1.65)}}@keyframes lisami-message-pop{0%{transform:scale(.7)}55%{transform:scale(1.18)}to{transform:scale(1)}}@keyframes lisami-bell-ring{0%,to{transform:rotate(0)}18%{transform:rotate(12deg)}36%{transform:rotate(-10deg)}54%{transform:rotate(7deg)}72%{transform:rotate(-4deg)}}.messaging-layout{grid-template-columns:minmax(290px,.78fr) minmax(460px,1.22fr);align-items:stretch;gap:1.1rem;height:clamp(500px,100dvh - 270px,680px);min-height:0}.conversation-list{border:1px solid var(--accent-messages-border);box-shadow:var(--shadow-xs);background:#fff;border-radius:20px;overflow:hidden}.conversation-row{gap:.85rem;min-height:88px;padding:.9rem 1rem;transition:background .16s,transform .16s,box-shadow .16s;position:relative}.conversation-row:hover{background:color-mix(in srgb, var(--accent-messages-soft) 44%, #fff);transform:translateY(-1px)}.conversation-row--fresh{animation:.82s cubic-bezier(.18,.78,.28,1.08) both lisami-conversation-fresh}.conversation-row--fresh:after{content:"";border:1px solid color-mix(in srgb, var(--accent-messages) 28%, transparent);pointer-events:none;border-radius:14px;animation:.82s ease-out both lisami-conversation-ring;position:absolute;inset:7px}@keyframes lisami-conversation-fresh{0%{background:color-mix(in srgb, var(--accent-messages-soft) 92%, #fff);transform:translateY(-2px)scale(.992)}55%{background:color-mix(in srgb, var(--accent-messages-soft) 70%, #fff);transform:translateY(0)scale(1.004)}to{transform:translateY(0)scale(1)}}@keyframes lisami-conversation-ring{0%{opacity:.72;transform:scale(.97)}to{opacity:0;transform:scale(1.025)}}.conversation-row.is-selected,.conversation-row[aria-current=true]{background:var(--accent-messages-soft);box-shadow:inset 3px 0 var(--accent-messages)}.conversation-row.is-unread .conversation-row__body strong{color:var(--text-primary);font-weight:850}.conversation-row__body{min-width:0}.conversation-row__body>div{flex-wrap:wrap;min-width:0}.conversation-row__unread{min-width:21px;height:21px;box-shadow:0 4px 10px color-mix(in srgb, var(--accent-messages) 25%, transparent);place-items:center;line-height:1;display:inline-grid;background:var(--accent-messages)!important;color:#fff!important;border-radius:999px!important;padding:0 .32rem!important;font-size:.62rem!important;font-weight:850!important}.conversation-row__body p{max-width:100%}.conversation-row>time{white-space:nowrap;font-variant-numeric:tabular-nums;align-self:start;padding-top:.15rem}.message-thread{border-color:var(--accent-messages-border);border-radius:22px;flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden;box-shadow:0 14px 38px #422f5714}.message-thread__header{z-index:3;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff0;min-height:68px;padding:.85rem 1rem;position:sticky;top:0}.message-thread__header h2{font-size:1.05rem}.trust-notice--mobile-safety{display:none}.message-list{background:radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--accent-messages-soft) 55%, transparent), transparent 18rem), color-mix(in srgb, var(--background-main) 62%, #fff);scroll-behavior:smooth;overscroll-behavior:contain;flex:1;gap:.32rem;min-height:0;max-height:none;padding:1.1rem 1.15rem 1.35rem;overflow-y:auto}.message-row{justify-content:flex-start;width:100%;display:flex}.message-row--own{justify-content:flex-end}.message-bubble{background:#fff;border:1px solid #49405214;border-radius:6px 18px 18px;max-width:min(76%,560px);padding:.72rem .9rem .55rem;position:relative;box-shadow:0 4px 14px #2821300f}.message-bubble--own{border-color:color-mix(in srgb, var(--accent-messages) 24%, transparent);background:linear-gradient(145deg, color-mix(in srgb, var(--accent-messages-soft) 88%, #fff), color-mix(in srgb, var(--accent-messages-soft) 62%, #fff));color:var(--text-primary);border-radius:18px 6px 18px 18px}.message-bubble p{line-height:1.45}.message-bubble time{text-align:right;opacity:.74;margin-top:.35rem;font-size:.59rem}.message-bubble-shell{align-items:flex-end;gap:.25rem;max-width:min(76%,620px);display:flex;position:relative}.message-row--own .message-bubble-shell{flex-direction:row;justify-content:flex-end}.message-bubble-shell .message-bubble{max-width:100%}.message-bubble__meta{justify-content:flex-end;align-items:center;gap:.28rem;margin-top:.3rem;display:flex}.message-bubble__meta time{margin-top:0}.message-receipt{color:var(--text-subtle);align-items:center;transition:color .16s,transform .16s;display:inline-flex}.message-receipt--read{color:var(--accent-messages);transform:translateY(-.5px)}.message-bubble--deleted{opacity:.76}.message-bubble__deleted{color:var(--text-subtle);align-items:center;gap:.4rem;font-style:italic;display:flex}.message-actions{flex:none;position:relative}.message-actions__trigger{width:28px;height:28px;color:var(--text-subtle);cursor:pointer;opacity:0;background:0 0;border:0;border-radius:999px;place-items:center;transition:opacity .16s,transform .16s,background .16s,color .16s;display:grid;transform:scale(.92)}.message-row:hover .message-actions__trigger,.message-actions__trigger[aria-expanded=true],.message-actions__trigger:focus-visible{opacity:1;transform:scale(1)}.message-actions__trigger:hover{background:color-mix(in srgb, var(--accent-messages-soft) 72%, #fff);color:var(--accent-messages)}.message-actions__menu{z-index:12;border:1px solid var(--border-soft);background:#fffffffa;border-radius:13px;width:max-content;min-width:190px;padding:.38rem;animation:.15s ease-out both lisami-message-menu-in;position:absolute;bottom:calc(100% + 5px);left:0;box-shadow:0 14px 36px #3f2f5029}.message-row--own .message-actions__menu{left:auto;right:0}.message-actions__menu button{width:100%;color:var(--text-primary);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;gap:.5rem;padding:.62rem .72rem;display:flex}.message-actions__menu button:hover{background:var(--surface-muted)}.message-actions__menu button.is-danger{color:#b43d3d}@keyframes lisami-message-menu-in{0%{opacity:0;transform:translateY(4px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.message-bubble--arriving{animation:.24s cubic-bezier(.18,.78,.28,1.08) both lisami-message-arrive}.message-bubble--arriving:after{content:"";border:1px solid color-mix(in srgb, var(--accent-messages) 32%, transparent);border-radius:inherit;pointer-events:none;animation:.68s ease-out both lisami-bubble-glow;position:absolute;inset:-5px}@keyframes lisami-message-arrive{0%{opacity:0;transform:translateY(9px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes lisami-bubble-glow{0%{opacity:.75;transform:scale(.97)}to{opacity:0;transform:scale(1.045)}}.message-composer{z-index:4;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff5;grid-template-columns:minmax(0,1fr) auto;gap:.55rem;padding:.8rem;position:sticky;bottom:0}.message-composer textarea{resize:none;border-color:var(--accent-messages-border);background:var(--background-main);border-radius:18px;min-height:48px;max-height:130px;padding:.78rem 1rem;line-height:1.35;transition:border-color .16s,box-shadow .16s,background .16s}.message-composer textarea:focus{border-color:var(--accent-messages);box-shadow:0 0 0 3px color-mix(in srgb, var(--accent-messages) 13%, transparent);background:#fff;outline:0}.message-send-button{border-radius:16px;min-width:48px;height:48px;min-height:48px;padding:0 .95rem}.message-send-button:disabled{cursor:default}.toast-region{top:calc(var(--header-height) + .9rem);bottom:auto;right:1rem}.toast{border-radius:18px;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;width:min(390px,100vw - 2rem);min-width:280px;padding:.72rem;animation:.26s cubic-bezier(.18,.78,.28,1.08) both lisami-toast-in}.toast--message{border-color:var(--accent-messages-border);box-shadow:0 18px 44px #442f5a24, 0 0 0 1px color-mix(in srgb, var(--accent-messages) 5%, transparent)}.toast--message:after{content:"";background:color-mix(in srgb, var(--accent-messages) 42%, transparent);transform-origin:0;border-radius:999px;height:2px;animation:5.2s linear both lisami-toast-life;position:absolute;bottom:6px;left:14px;right:14px}@keyframes lisami-toast-life{0%{opacity:.75;transform:scaleX(1)}to{opacity:.18;transform:scaleX(0)}}.toast__icon{background:var(--lisami-green-soft);width:38px;height:38px;color:var(--success);border-radius:12px;place-items:center;display:grid}.toast--message .toast__icon{background:var(--accent-messages-soft);color:var(--accent-messages)}.toast__content{align-self:center;gap:.12rem;min-width:0;display:grid}.toast__content strong{font-size:.82rem}.toast__content>span{color:var(--text-primary);font-size:.76rem;line-height:1.35}.toast__content small{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;margin-top:.1rem;font-size:.69rem;line-height:1.35;overflow:hidden}.toast__content--action{border-radius:10px;padding-right:1.4rem;position:relative}.toast__content--action:hover strong{color:var(--accent-messages)}.toast__arrow{color:var(--accent-messages);position:absolute;top:50%;right:0;transform:translateY(-50%)}@keyframes lisami-toast-in{0%{opacity:0;transform:translateY(-10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.messaging-skeleton{grid-template-columns:minmax(290px,.78fr) minmax(460px,1.22fr);gap:1.1rem;display:grid}.messaging-skeleton__list,.messaging-skeleton__thread{border:1px solid var(--accent-messages-border);background:#fff;border-radius:20px;overflow:hidden}.messaging-skeleton__row{border-bottom:1px solid var(--border-soft);grid-template-columns:auto 1fr;align-items:center;gap:.8rem;min-height:88px;padding:1rem;display:grid}.messaging-skeleton__avatar,.messaging-skeleton__lines i,.messaging-skeleton__thread span{background:linear-gradient(100deg, var(--background-subtle) 20%, #fff 40%, var(--background-subtle) 60%);background-size:220% 100%;animation:1.25s ease-in-out infinite lisami-skeleton;display:block}.messaging-skeleton__avatar{border-radius:50%;width:42px;height:42px}.messaging-skeleton__lines{gap:.5rem;display:grid}.messaging-skeleton__lines i{border-radius:999px;width:65%;height:10px}.messaging-skeleton__lines i:last-child{opacity:.72;width:88%}.messaging-skeleton__thread{flex-direction:column;justify-content:flex-end;gap:.7rem;min-height:520px;padding:1.2rem;display:flex}.messaging-skeleton__thread span{border-radius:18px;width:52%;height:52px}.messaging-skeleton__thread span:nth-child(2){align-self:flex-end;width:42%}.messaging-skeleton__thread span:nth-child(3){width:60%}@keyframes lisami-skeleton{to{background-position:-220% 0}}@media (width<=760px){.messaging-skeleton{grid-template-columns:1fr}.messaging-skeleton__thread{display:none}.section-theme--messages.page-container{width:100%;padding-inline:.7rem}.section-theme--messages:not(.messages-page--thread-open)>.page-header{border-radius:16px;min-height:auto;margin:0 0 .85rem;padding:.9rem .95rem}.section-theme--messages:not(.messages-page--thread-open)>.page-header .eyebrow,.section-theme--messages:not(.messages-page--thread-open)>.page-header p{display:none}.section-theme--messages:not(.messages-page--thread-open)>.page-header h1{font-size:clamp(1.55rem,8vw,2rem)}.section-theme--messages:not(.messages-page--thread-open)>.page-header .button{min-height:40px;padding-inline:.7rem;font-size:.75rem}.section-theme--messages.messages-page--thread-open{z-index:30;top:var(--header-height);right:0;bottom:calc(var(--mobile-nav-height) + env(safe-area-inset-bottom));background:var(--background-main);width:100%;max-width:none;height:auto;margin:0;padding:0;position:fixed;left:0;overflow:hidden}.messages-page--thread-open>.page-header,.messages-page--thread-open>.active-child-context-bar{display:none}.messaging-layout{height:auto;display:block}.messages-page--thread-open .messaging-layout{width:100%;height:100%}.conversation-list{border-radius:17px}.messaging-layout.has-selection .conversation-list{display:none}.message-thread{height:calc(100dvh - var(--header-height) - var(--mobile-nav-height) - env(safe-area-inset-bottom));border-radius:17px;min-height:0}.messages-page--thread-open .message-thread{width:100%;height:100%;box-shadow:none;border:0;border-radius:0}.message-thread__header{border-bottom:1px solid var(--border-soft);flex:none;min-height:61px;padding:.55rem .65rem}.message-thread__header>div:nth-child(2){flex:1;min-width:0}.message-thread__header h2{text-overflow:ellipsis;white-space:nowrap;font-size:.98rem;overflow:hidden}.message-thread__header span{text-overflow:ellipsis;white-space:nowrap;font-size:.66rem;display:block;overflow:hidden}.message-thread__back{flex:none;width:38px;height:38px;display:grid}.message-thread__header .context-menu>.icon-button{width:38px;height:38px}.trust-notice--desktop-safety{display:none}.trust-notice--mobile-safety{border:0;border-bottom:1px solid var(--accent-messages-border);background:color-mix(in srgb, var(--accent-messages-soft) 54%, #fff);box-shadow:none;border-radius:0;flex:none;margin:0;padding:0;display:block}.trust-notice--mobile-safety summary{min-height:42px;color:var(--text-secondary);cursor:pointer;align-items:center;gap:.45rem;padding:.55rem .8rem;font-size:.72rem;font-weight:750;list-style:none;display:flex}.trust-notice--mobile-safety summary::-webkit-details-marker{display:none}.trust-notice--mobile-safety summary:after{content:"â€º";color:var(--accent-messages);margin-left:auto;font-size:1.15rem;line-height:1;transition:transform .16s}.trust-notice--mobile-safety[open] summary:after{transform:rotate(90deg)}.trust-notice--mobile-safety>p{color:var(--text-secondary);margin:0;padding:0 .8rem .7rem 2.15rem;font-size:.7rem;line-height:1.45}.message-list{flex:auto;gap:.26rem;min-height:0;padding:.72rem .62rem .9rem;scroll-padding-bottom:.8rem}.message-bubble-shell{gap:.12rem;max-width:88%}.message-bubble{border-radius:5px 15px 15px;max-width:100%;padding:.58rem .7rem .42rem;box-shadow:0 3px 10px #2821300e}.message-bubble--own{border-radius:15px 5px 15px 15px}.message-bubble p{font-size:.9rem;line-height:1.36}.message-bubble__meta{gap:.2rem;margin-top:.2rem}.message-bubble time{font-size:.55rem}.message-receipt svg{width:14px;height:14px}.message-actions__trigger{opacity:.54;width:24px;height:24px;transform:scale(1)}.message-row--own .message-actions{order:-1}.message-actions__menu{z-index:70;right:.65rem;bottom:calc(var(--mobile-nav-height) + .65rem + env(safe-area-inset-bottom));border-radius:16px;width:auto;padding:.45rem;position:fixed;left:.65rem;box-shadow:0 18px 50px #37284438}.message-actions__menu button{min-height:46px;padding:.68rem .78rem}.message-composer{border-top:1px solid var(--border-soft);background:#fffffffb;flex:none;grid-template-columns:minmax(0,1fr) auto;gap:.45rem;padding:.52rem .58rem;position:relative}.message-composer textarea{border-radius:16px;min-height:44px;max-height:96px;padding:.67rem .85rem;font-size:.9rem}.message-send-button{border-radius:50%;width:44px;min-width:44px;height:44px;min-height:44px;padding:0}.message-send-button__label{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.toast-region{top:calc(var(--header-height) + .45rem);bottom:auto;left:.55rem;right:.55rem}.toast{border-radius:16px;width:100%;min-width:0;padding:.6rem}.toast--message{box-shadow:0 16px 40px #442f5a33, 0 0 0 2px color-mix(in srgb, var(--accent-messages) 8%, transparent);animation:.52s cubic-bezier(.16,.84,.3,1.15) both lisami-mobile-message-arrival}.toast--message .toast__icon{border-radius:11px;width:34px;height:34px;animation:.72s cubic-bezier(.18,.82,.26,1.15) both lisami-mobile-message-icon}.toast--message .toast__content>span{display:none}.toast__content strong{font-size:.78rem}.toast__content small{margin-top:.05rem;font-size:.67rem}.mobile-bottom-nav .message-signal--pulse:before,.mobile-bottom-nav .message-signal--pulse:after{border-width:2px;inset:-10px}.mobile-header .message-signal--pulse:before,.mobile-header .message-signal--pulse:after{border-width:2px;inset:-9px}.messages-page--thread-open .message-thread__header{min-height:56px;padding:.42rem .48rem}.messages-page--thread-open .message-thread__back,.messages-page--thread-open .message-thread__header .context-menu>.icon-button{width:34px;height:34px}.messages-page--thread-open .message-thread__header h2{font-size:.93rem;line-height:1.15}.messages-page--thread-open .message-thread__header span{margin-top:.08rem;font-size:.61rem}.messages-page--thread-open .trust-notice--mobile-safety summary{gap:.38rem;min-height:36px;padding:.42rem .58rem;font-size:.67rem}.messages-page--thread-open .trust-notice--mobile-safety summary svg{width:15px;height:15px}.messages-page--thread-open .trust-notice--mobile-safety>p{padding:0 .65rem .6rem 1.95rem;font-size:.66rem}.messages-page--thread-open .message-list{scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain;gap:.34rem;padding:.55rem .48rem .68rem}.messages-page--thread-open .message-list::-webkit-scrollbar{width:0;height:0;display:none}.messages-page--thread-open .message-row{width:100%}.messages-page--thread-open .message-bubble-shell{gap:.08rem;max-width:91%}.messages-page--thread-open .message-bubble{border-radius:5px 14px 14px;padding:.52rem .65rem .38rem}.messages-page--thread-open .message-bubble--own{border-radius:14px 5px 14px 14px}.messages-page--thread-open .message-bubble p{font-size:.86rem;line-height:1.34}.messages-page--thread-open .message-bubble__meta{min-height:13px;margin-top:.16rem}.messages-page--thread-open .message-bubble time{font-size:.51rem}.messages-page--thread-open .message-receipt svg{width:13px;height:13px}.messages-page--thread-open .message-actions{align-self:center}.messages-page--thread-open .message-row--own .message-actions{order:2}.messages-page--thread-open .message-actions__trigger{opacity:.34;width:22px;height:22px}.messages-page--thread-open .message-actions__trigger[aria-expanded=true],.messages-page--thread-open .message-actions__trigger:focus-visible{opacity:1}.messages-page--thread-open .message-composer{gap:.38rem;padding:.44rem .48rem;box-shadow:0 -8px 22px #372c410b}.messages-page--thread-open .message-composer textarea{border-radius:15px;min-height:42px;max-height:88px;padding:.62rem .78rem;font-size:.85rem}.messages-page--thread-open .message-send-button{width:42px;min-width:42px;height:42px;min-height:42px}}@keyframes lisami-mobile-message-arrival{0%{opacity:0;transform:translateY(-18px)scale(.94)}62%{opacity:1;transform:translateY(3px)scale(1.015)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes lisami-mobile-message-icon{0%{transform:scale(.72)rotate(-8deg)}52%{transform:scale(1.16)rotate(5deg)}to{transform:scale(1)rotate(0)}}@media (prefers-reduced-motion:reduce){.message-signal--pulse:before,.message-signal--pulse:after,.message-signal--pulse .request-badge,.conversation-row--fresh,.conversation-row--fresh:after,.message-actions__menu,.notification-bell--ring,.message-bubble--arriving,.message-bubble--arriving:after,.toast,.toast--message:after,.toast--message .toast__icon,.messaging-skeleton__avatar,.messaging-skeleton__lines i,.messaging-skeleton__thread span{animation:none!important}.message-list{scroll-behavior:auto}}@media (width<=320px){.messages-page--thread-open .message-bubble-shell{max-width:94%}.messages-page--thread-open .message-actions__trigger{width:20px;height:20px}.messages-page--thread-open .message-list{padding-inline:.36rem}.messages-page--thread-open .message-composer,.messages-page--thread-open .message-thread__header{padding-inline:.38rem}}@media (width<=760px){html,body,#root{width:100%;max-width:100%;overflow-x:hidden}.section-theme--messages:not(.messages-page--thread-open){width:100%!important;max-width:100%!important;padding:.7rem .6rem calc(var(--mobile-nav-height) + 1rem + env(safe-area-inset-bottom))!important;box-sizing:border-box!important;margin:0!important;overflow-x:hidden!important}.section-theme--messages:not(.messages-page--thread-open)>.page-header{box-sizing:border-box!important;border-radius:15px!important;grid-template-columns:minmax(0,1fr)!important;gap:.55rem!important;width:100%!important;min-width:0!important;max-width:100%!important;margin:0 0 .65rem!important;padding:.72rem!important;display:grid!important;overflow:hidden!important}.section-theme--messages:not(.messages-page--thread-open)>.page-header .eyebrow,.section-theme--messages:not(.messages-page--thread-open)>.page-header p{display:none!important}.section-theme--messages:not(.messages-page--thread-open)>.page-header h1{margin:0!important;font-size:1.45rem!important;line-height:1.08!important}.section-theme--messages:not(.messages-page--thread-open)>.page-header .button{box-sizing:border-box!important;justify-content:center!important;width:100%!important;min-width:0!important;max-width:100%!important;min-height:38px!important}.section-theme--messages:not(.messages-page--thread-open) .messaging-layout,.section-theme--messages:not(.messages-page--thread-open) .conversation-list,.section-theme--messages:not(.messages-page--thread-open) .conversation-row{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important}.section-theme--messages:not(.messages-page--thread-open) .messaging-layout{display:block!important;overflow-x:hidden!important}.section-theme--messages:not(.messages-page--thread-open) .conversation-row{grid-template-columns:40px minmax(0,1fr)!important;gap:.65rem!important;display:grid!important;overflow:hidden!important}.section-theme--messages:not(.messages-page--thread-open) .conversation-row>time{display:none!important}.section-theme--messages:not(.messages-page--thread-open) .conversation-row__body,.section-theme--messages:not(.messages-page--thread-open) .conversation-row__body>div{width:100%!important;min-width:0!important;max-width:100%!important;overflow:hidden!important}.section-theme--messages:not(.messages-page--thread-open) .conversation-row__body strong,.section-theme--messages:not(.messages-page--thread-open) .conversation-row__body small,.section-theme--messages:not(.messages-page--thread-open) .conversation-row__body p{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;max-width:100%!important;overflow:hidden!important}.section-theme--messages.messages-page--thread-open{z-index:30!important;top:var(--header-height)!important;right:0!important;bottom:calc(var(--mobile-nav-height) + env(safe-area-inset-bottom))!important;box-sizing:border-box!important;background:var(--background-main)!important;width:auto!important;min-width:0!important;max-width:none!important;height:auto!important;margin:0!important;padding:0!important;position:fixed!important;left:0!important;overflow:hidden!important}.messages-page--thread-open>.page-header,.messages-page--thread-open>.active-child-context-bar{display:none!important}.messages-page--thread-open .messaging-layout,.messages-page--thread-open .message-thread{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important;height:100%!important;overflow:hidden!important}.messages-page--thread-open .conversation-list{display:none!important}.messages-page--thread-open .message-thread{box-shadow:none!important;border:0!important;border-radius:0!important;flex-direction:column!important;display:flex!important}.messages-page--thread-open .message-thread__header{flex:none!important;min-height:56px!important;padding:.42rem .48rem!important}.messages-page--thread-open .message-thread__back,.messages-page--thread-open .message-thread__header .context-menu>.icon-button{flex:0 0 34px!important;width:34px!important;height:34px!important}.messages-page--thread-open .trust-notice--desktop-safety{display:none!important}.messages-page--thread-open .trust-notice--mobile-safety{border:0!important;border-bottom:1px solid var(--accent-messages-border)!important;box-shadow:none!important;border-radius:0!important;flex:none!important;margin:0!important;padding:0!important;display:block!important}.messages-page--thread-open .trust-notice--mobile-safety summary{min-height:36px!important;padding:.42rem .58rem!important;font-size:.67rem!important}.messages-page--thread-open .trust-notice--mobile-safety summary:after{content:"›"!important}.messages-page--thread-open .message-list{box-sizing:border-box!important;scrollbar-width:none!important;-ms-overflow-style:none!important;flex:auto!important;width:100%!important;min-width:0!important;max-width:100%!important;min-height:0!important;padding:.55rem .48rem .68rem!important;overflow:hidden auto!important}.messages-page--thread-open .message-list::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.messages-page--thread-open .message-row{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important;display:flex!important}.messages-page--thread-open .message-row--other{justify-content:flex-start!important}.messages-page--thread-open .message-row--own{justify-content:flex-end!important}.messages-page--thread-open .message-bubble-shell{box-sizing:border-box!important;align-items:center!important;column-gap:.18rem!important;width:92%!important;min-width:0!important;max-width:92%!important;display:grid!important}.messages-page--thread-open .message-row--other .message-bubble-shell{grid-template-columns:minmax(0,1fr) 22px!important;margin-right:auto!important}.messages-page--thread-open .message-row--own .message-bubble-shell{grid-template-columns:22px minmax(0,1fr)!important;margin-left:auto!important}.messages-page--thread-open .message-actions{align-self:center!important;width:22px!important;min-width:22px!important;max-width:22px!important;height:22px!important;margin:0!important;position:relative!important;inset:auto!important;transform:none!important}.messages-page--thread-open .message-row--other .message-actions{grid-area:1/2!important}.messages-page--thread-open .message-row--own .message-actions{order:initial!important;grid-area:1/1!important}.messages-page--thread-open .message-actions__trigger{opacity:.38!important;width:22px!important;min-width:22px!important;max-width:22px!important;height:22px!important;padding:0!important;transform:none!important}.messages-page--thread-open .message-bubble-shell .message-bubble{box-sizing:border-box!important;width:fit-content!important;min-width:0!important;max-width:100%!important;padding:.52rem .65rem .38rem!important;overflow:hidden!important}.messages-page--thread-open .message-row--other .message-bubble{grid-area:1/1!important;justify-self:start!important}.messages-page--thread-open .message-row--own .message-bubble{grid-area:1/2!important;justify-self:end!important}.messages-page--thread-open .message-bubble p{overflow-wrap:break-word!important;word-break:normal!important;-webkit-hyphens:none!important;hyphens:none!important;width:auto!important;min-width:0!important;max-width:100%!important;margin:0!important}.messages-page--thread-open .message-actions__menu{z-index:80!important;right:.65rem!important;bottom:calc(var(--mobile-nav-height) + .65rem + env(safe-area-inset-bottom))!important;width:auto!important;min-width:0!important;max-width:none!important;position:fixed!important;left:.65rem!important;transform:none!important}.messages-page--thread-open .message-composer{box-sizing:border-box!important;flex:none!important;grid-template-columns:minmax(0,1fr) 42px!important;gap:.38rem!important;width:100%!important;min-width:0!important;max-width:100%!important;padding:.44rem .48rem!important;display:grid!important;overflow:hidden!important}.messages-page--thread-open .message-composer textarea{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important;display:block!important}.messages-page--thread-open .message-send-button{box-sizing:border-box!important;width:42px!important;min-width:42px!important;max-width:42px!important;height:42px!important;min-height:42px!important;padding:0!important}}@media (width<=320px){.section-theme--messages:not(.messages-page--thread-open){padding-left:.42rem!important;padding-right:.42rem!important}.messages-page--thread-open .message-list{padding-left:.36rem!important;padding-right:.36rem!important}.messages-page--thread-open .message-bubble-shell{width:94%!important;max-width:94%!important}.messages-page--thread-open .message-row--other .message-bubble-shell{grid-template-columns:minmax(0,1fr) 20px!important}.messages-page--thread-open .message-row--own .message-bubble-shell{grid-template-columns:20px minmax(0,1fr)!important}.messages-page--thread-open .message-actions,.messages-page--thread-open .message-actions__trigger{width:20px!important;min-width:20px!important;max-width:20px!important;height:20px!important}.messages-page--thread-open .message-composer{grid-template-columns:minmax(0,1fr) 40px!important}.messages-page--thread-open .message-send-button{width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important;min-height:40px!important}}.search-age-fields{grid-template-columns:repeat(2,minmax(0,11rem));gap:.75rem;display:grid}.search-section-card>summary{cursor:pointer;list-style:none}.search-section-card>summary::-webkit-details-marker{display:none}.search-section-card>summary:after{content:"+";color:var(--lisami-violet);align-self:center;margin-left:auto;font-size:1.4rem;font-weight:700}.search-section-card[open]>summary:after{content:"−"}.search-section-card__content{padding-top:.8rem}.search-age-fields label{color:var(--color-text-muted);gap:.35rem;font-size:.88rem;font-weight:700;display:grid}.search-age-fields input{box-sizing:border-box;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:100%;min-height:2.75rem;color:var(--color-text);padding:.6rem .75rem}@media (width<=390px){.search-age-fields{grid-template-columns:minmax(0,1fr)}}.notification-preferences{gap:.65rem;display:grid}.notification-preferences label{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);justify-content:space-between;align-items:center;gap:1rem;min-height:3.75rem;padding:.75rem .9rem;display:flex}.notification-preferences label span{gap:.2rem;display:grid}.notification-preferences label small{color:var(--color-text-muted)}.notification-preferences input{width:1.25rem;height:1.25rem;accent-color:var(--lisami-violet);flex:none}.notification-center{position:relative}.notification-center__panel{z-index:80;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);width:min(21rem,100vw - 1.25rem);box-shadow:var(--shadow-lg);padding:.65rem;position:absolute;top:calc(100% + .55rem);right:0}.notification-center__header{justify-content:space-between;align-items:center;gap:.5rem;padding:.35rem .35rem .6rem;display:flex}.notification-center__header button{color:var(--lisami-violet);background:0 0;border:0;font-weight:700}.notification-center__panel>button{border-radius:var(--radius-md);text-align:left;width:100%;color:var(--color-text);border:0;align-items:center;gap:.6rem;padding:.75rem;display:flex}.notification-center__panel>button.is-unread{background:var(--lisami-violet-soft);font-weight:750}.notification-center__panel>button.is-read{color:var(--color-text-muted);background:0 0}.notification-center__panel>p{color:var(--color-text-muted);margin:0;padding:.8rem}.pwa-status{z-index:120;left:50%;bottom:calc(var(--mobile-nav-height) + env(safe-area-inset-bottom) + .75rem);border-radius:var(--radius-md);background:var(--text-primary);color:#fff;width:min(36rem,100vw - 1rem);box-shadow:var(--shadow-md);align-items:center;gap:.6rem;padding:.75rem .9rem;display:flex;position:fixed;transform:translate(-50%)}.pwa-status button{border-radius:var(--radius-pill);color:var(--lisami-violet-dark);background:#fff;border:0;flex:none;padding:.35rem .6rem;font-weight:750}@media (width>=901px){.pwa-status{bottom:1rem}}.child-avatar--preset{object-fit:contain;object-position:center;padding:5%}.orbit-action--teal{background:var(--accent-messages-soft);color:var(--accent-messages)}.profile-center-meta{flex-wrap:wrap;justify-content:center;align-items:center;gap:.25rem;min-width:0;display:flex}.profile-center-meta p{line-height:1.15}.search-context-marker,.search-context-marker-slot{display:none}@media (width<=700px){.section-theme:is(.section-theme--profile,.section-theme--search,.section-theme--matches)>.page-header{gap:.45rem;margin-bottom:.65rem;padding:.8rem .9rem}.section-theme:is(.section-theme--profile,.section-theme--search,.section-theme--matches)>.page-header .eyebrow{margin-bottom:.3rem;font-size:.61rem}.section-theme:is(.section-theme--profile,.section-theme--search,.section-theme--matches)>.page-header h1{margin-bottom:.35rem;font-size:clamp(1.3rem,6vw,1.5rem)}.section-theme:is(.section-theme--profile,.section-theme--search,.section-theme--matches)>.page-header p{font-size:.76rem;line-height:1.45}.section-theme--search>.active-child-context-bar{margin:0 0 .55rem}.search-context-marker-slot{display:block}.search-context-marker{border:1px solid var(--accent-search-border);border-radius:var(--radius-pill);background:color-mix(in srgb, var(--accent-search-soft) 88%, white);width:max-content;max-width:100%;color:var(--accent-search);box-shadow:var(--shadow-xs);align-items:center;gap:.38rem;padding:.32rem .55rem;display:none}.search-context-marker.is-pinned{z-index:30;top:calc(var(--header-height) + .35rem);left:max(.5rem, calc((100vw - var(--content-width)) / 2));display:flex;position:fixed}.section-theme--search .sticky-form-actions>div.search-action-controls{grid-template-columns:1fr 1fr;min-width:0;max-width:100%;display:grid}.section-theme--search .sticky-form-actions>div.search-action-controls .button{min-width:0;min-height:44px}.section-theme--search .sticky-form-actions>div.search-action-controls .search-without-criteria{grid-column:1/-1}.search-context-marker strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.7rem;overflow:hidden}.search-context-marker span{border-left:1px solid var(--accent-search-border);color:var(--text-secondary);white-space:nowrap;flex:none;padding-left:.38rem;font-size:.62rem;font-weight:700}.profile-orbit-home{--orbit-side:clamp(71px, 21vw, 86px);--orbit-center:clamp(143px, 42vw, 160px);--orbit-gap:clamp(7px, 1.8vw, 10px);width:100%;height:calc(var(--orbit-side) + var(--orbit-side) + var(--orbit-center) + var(--orbit-gap) + var(--orbit-gap));grid-template:var(--orbit-side) var(--orbit-center) var(--orbit-side) / var(--orbit-side) var(--orbit-center) var(--orbit-side);gap:var(--orbit-gap);justify-content:center}.orbit-action{width:var(--orbit-side);gap:.16rem;padding:.22rem}.orbit-action__icon{width:clamp(25px,8vw,30px);height:clamp(25px,8vw,30px)}.orbit-action__icon svg{width:17px;height:17px}.orbit-action strong{max-width:var(--orbit-side);font-size:clamp(.58rem,2.5vw,.65rem);line-height:1.08}.orbit-position--matches .orbit-action strong{letter-spacing:-.02em;font-size:.56rem}.orbit-action>span:last-child{max-width:calc(var(--orbit-side) - 6px);font-size:clamp(.46rem,2vw,.54rem);line-height:1.1}.profile-center-bubble{width:var(--orbit-center);height:var(--orbit-center);min-width:var(--orbit-center);min-height:var(--orbit-center);flex-basis:var(--orbit-center);gap:.1rem;padding:.28rem}.profile-center-bubble .child-avatar{width:clamp(40px,12vw,48px);height:clamp(40px,12vw,48px)}.profile-center-bubble h2{font-size:.9rem;line-height:1.05}.profile-center-bubble .bubble-kicker{margin-bottom:.08rem;font-size:.43rem;line-height:1.05}.profile-center-meta{flex-wrap:nowrap;gap:.2rem;min-height:18px}.profile-center-meta p,.profile-center-bubble .status-badge{font-size:.52rem}.profile-center-bubble .status-badge{padding:.16rem .34rem}.bubble-edit{min-height:44px;font-size:.58rem}.profile-switcher{bottom:3px;right:-6px}.mobile-bottom-nav__icon{place-items:center;display:grid;position:relative}.mobile-bottom-nav__icon>.message-signal{position:absolute;top:-7px;right:-14px}}@media (width<=330px){.orbit-position--matches .orbit-action strong{letter-spacing:-.035em;font-size:.54rem}}@media (width<=390px){.section-theme--search .sticky-form-actions>div.search-action-controls{grid-template-columns:1fr}.section-theme--search .sticky-form-actions>div.search-action-controls .search-without-criteria{grid-column:auto}}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:400;src:url(data:font/woff2;base64,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)format("woff2"),url(data:font/woff;base64,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)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/manrope-cyrillic-400-normal-BMzJvInZ.woff2)format("woff2"),url(/assets/manrope-cyrillic-400-normal-Dvx59UGC.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/manrope-greek-400-normal-CM4qok81.woff2)format("woff2"),url(/assets/manrope-greek-400-normal-DuX9RsAR.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/manrope-vietnamese-400-normal-DHb3EETF.woff2)format("woff2"),url(/assets/manrope-vietnamese-400-normal-D7E_mLGF.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/manrope-latin-ext-400-normal-CMDvPJRp.woff2)format("woff2"),url(/assets/manrope-latin-ext-400-normal-C-X6QNXX.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/manrope-latin-400-normal-PaqtzbVb.woff2)format("woff2"),url(/assets/manrope-latin-400-normal-8tf8FM3T.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:500;src:url(data:font/woff2;base64,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)format("woff2"),url(data:font/woff;base64,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)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/manrope-cyrillic-500-normal-B1OEZity.woff2)format("woff2"),url(/assets/manrope-cyrillic-500-normal-CNwnNrRC.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/manrope-greek-500-normal-GeMIHyWm.woff2)format("woff2"),url(/assets/manrope-greek-500-normal-DyxYGEtJ.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/manrope-vietnamese-500-normal-DCXiE_xi.woff2)format("woff2"),url(/assets/manrope-vietnamese-500-normal-DaZ8i3XM.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/manrope-latin-ext-500-normal-dm74KBQw.woff2)format("woff2"),url(/assets/manrope-latin-ext-500-normal-EtoS1VaI.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/manrope-latin-500-normal-BYYD-dBL.woff2)format("woff2"),url(/assets/manrope-latin-500-normal-DMZssgOp.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:600;src:url(data:font/woff2;base64,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)format("woff2"),url(data:font/woff;base64,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)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/manrope-cyrillic-600-normal-DvRl3Mj-.woff2)format("woff2"),url(/assets/manrope-cyrillic-600-normal-It4mZcQk.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/manrope-greek-600-normal-BoRV6lzK.woff2)format("woff2"),url(/assets/manrope-greek-600-normal-CF2i9ZRY.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/manrope-vietnamese-600-normal-C1J5PCl_.woff2)format("woff2"),url(/assets/manrope-vietnamese-600-normal-lA7a_7Ok.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/manrope-latin-ext-600-normal-_gBojHdJ.woff2)format("woff2"),url(/assets/manrope-latin-ext-600-normal-u5Pl7hTU.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/manrope-latin-600-normal-4f0koTD-.woff2)format("woff2"),url(/assets/manrope-latin-600-normal-BqgrALkZ.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:700;src:url(data:font/woff2;base64,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)format("woff2"),url(data:font/woff;base64,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)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/manrope-cyrillic-700-normal-Dw_fZAg2.woff2)format("woff2"),url(/assets/manrope-cyrillic-700-normal-7JNVKxyl.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/manrope-greek-700-normal-CHUG9PD8.woff2)format("woff2"),url(/assets/manrope-greek-700-normal-DyfsrCpP.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/manrope-vietnamese-700-normal-CUqMx5-1.woff2)format("woff2"),url(/assets/manrope-vietnamese-700-normal-pt65Fn2Z.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/manrope-latin-ext-700-normal-DYOwVNan.woff2)format("woff2"),url(/assets/manrope-latin-ext-700-normal-eVCcYqtJ.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/manrope-latin-700-normal-BZp_XxE4.woff2)format("woff2"),url(/assets/manrope-latin-700-normal-DGRFkw-m.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
