.escort-card-cntr.svelte-1kyp44v{position:relative;container:escortcardcontainer/inline-size}.escort-card.svelte-1kyp44v{background-color:var(--crtsn-dark-alt);border-radius:var(--radius-8);display:grid;position:relative;overflow:hidden}.escort-card__image.svelte-1kyp44v{aspect-ratio:3/4;grid-area:image;overflow:hidden}.escort-card__image.svelte-1kyp44v img:where(.svelte-1kyp44v){object-fit:cover;width:100%;height:100%}.escort-card__body.svelte-1kyp44v{grid-area:body;grid-template-rows:repeat(2,min-content);grid-template-columns:1fr min-content;grid-template-areas:"name verified""sub sub";grid-auto-rows:auto;grid-auto-columns:auto;grid-auto-flow:row;display:grid}.escort-card__body.svelte-1kyp44v h2:where(.svelte-1kyp44v){grid-area:name}.escort-card__body.svelte-1kyp44v .badge-verified{align-self:center}.escort-card__body.svelte-1kyp44v .badge-verified .label{display:none}.escort-card__body.svelte-1kyp44v .sub:where(.svelte-1kyp44v){gap:var(--spacer-2) var(--spacer-4);margin-top:var(--spacer-8);color:var(--white-alpha-80);flex-wrap:wrap;grid-area:sub;line-height:1.2;display:flex}.escort-card__body.svelte-1kyp44v .tagline:where(.svelte-1kyp44v){font-size:var(--font-size-sm);flex:0 0 100%;font-style:italic}.escort-card__body.svelte-1kyp44v .detail:where(.svelte-1kyp44v){font-size:var(--font-size-xs)}.escort-card__appearance.svelte-1kyp44v{grid-area:appearance}.escort-card__appearance.svelte-1kyp44v ul:where(.svelte-1kyp44v){gap:var(--spacer-16);width:100%;margin:var(--spacer-8) 0 0;grid-template-columns:repeat(auto-fit,minmax(90px,1fr));padding:0;list-style:none;display:grid}.escort-card__appearance.svelte-1kyp44v li:where(.svelte-1kyp44v){flex-direction:column;margin:0;padding:0;display:flex}.escort-card__appearance.svelte-1kyp44v .label:where(.svelte-1kyp44v){font-size:var(--font-size-xxs);color:var(--white-alpha-60);line-height:1.2}.escort-card__appearance.svelte-1kyp44v .value:where(.svelte-1kyp44v){font-weight:500;line-height:1.2}.escort-card__actions.svelte-1kyp44v{z-index:10;grid-area:actions;position:relative}.escort-card__link.svelte-1kyp44v{z-index:5;position:absolute;inset:0}.escort-card.list.svelte-1kyp44v{grid-template-rows:repeat(2,min-content);grid-template-columns:minmax(150px,25%) 1fr;grid-template-areas:"image body""image appearance";grid-auto-rows:auto;grid-auto-columns:auto;grid-auto-flow:row}.escort-card.list.svelte-1kyp44v .escort-card__image:where(.svelte-1kyp44v){aspect-ratio:unset;object-fit:cover}.escort-card.list.svelte-1kyp44v .escort-card__body:where(.svelte-1kyp44v){padding:var(--spacer-16)}.escort-card.list.svelte-1kyp44v .escort-card__body:where(.svelte-1kyp44v) .detail:where(.svelte-1kyp44v){margin-top:var(--spacer-8)}.escort-card.list.svelte-1kyp44v .escort-card__appearance:where(.svelte-1kyp44v) ul:where(.svelte-1kyp44v){padding:var(--spacer-8) var(--spacer-16) var(--spacer-16)}.escort-card.list.svelte-1kyp44v .escort-card__actions:where(.svelte-1kyp44v) .toggle-appearance:where(.svelte-1kyp44v){display:none}@container escortcardcontainer (width<=400px){.escort-card.list.svelte-1kyp44v{grid-template-rows:1fr repeat(2,min-content);grid-template-columns:150px 1fr;grid-template-areas:"image body""image actions""appearance appearance";grid-auto-rows:auto;grid-auto-columns:auto;grid-auto-flow:row;gap:0}.escort-card.list.svelte-1kyp44v .escort-card__appearance:where(.svelte-1kyp44v){box-sizing:content-box;height:0;transition:height var(--ease-fast);overflow:hidden}.escort-card.list.svelte-1kyp44v .escort-card__appearance.active:where(.svelte-1kyp44v){height:auto;height:calc-size(max-content,size);transition:all var(--ease-medium)}.escort-card.list.svelte-1kyp44v .escort-card__appearance.active:where(.svelte-1kyp44v):after{transition:all var(--ease-medium);background:0 0}.escort-card.list.svelte-1kyp44v .escort-card__actions:where(.svelte-1kyp44v){padding:var(--spacer-8) var(--spacer-16);justify-content:end;display:flex}.escort-card.list.svelte-1kyp44v .escort-card__actions:where(.svelte-1kyp44v) .toggle-appearance:where(.svelte-1kyp44v){display:block}@media (width<=575.98px){.escort-card.grid.grid.svelte-1kyp44v{grid-template-rows:1fr repeat(2,min-content);grid-template-columns:150px 1fr;grid-template-areas:"image body""image actions""appearance appearance";grid-auto-rows:auto;grid-auto-columns:auto;grid-auto-flow:row;gap:0}.escort-card.grid.grid.svelte-1kyp44v .escort-card__appearance:where(.svelte-1kyp44v){box-sizing:content-box;height:0;transition:height var(--ease-fast);overflow:hidden}.escort-card.grid.grid.svelte-1kyp44v .escort-card__appearance.active:where(.svelte-1kyp44v){height:auto;height:calc-size(max-content,size);transition:all var(--ease-medium)}.escort-card.grid.grid.svelte-1kyp44v .escort-card__appearance.active:where(.svelte-1kyp44v):after{transition:all var(--ease-medium);background:0 0}.escort-card.grid.grid.svelte-1kyp44v .escort-card__actions:where(.svelte-1kyp44v){padding:var(--spacer-8) var(--spacer-16);justify-content:end;display:flex}.escort-card.grid.grid.svelte-1kyp44v .escort-card__actions:where(.svelte-1kyp44v) .toggle-appearance:where(.svelte-1kyp44v){display:block}}}@container escortcardcontainer (width>=300px){@media (width>=576px){.escort-card.grid.svelte-1kyp44v .escort-card__body:where(.svelte-1kyp44v) .badge-verified .label{display:inline}}}@container escortcardcontainer (width>=500px){.escort-card.list.svelte-1kyp44v .escort-card__body:where(.svelte-1kyp44v) .badge-verified .label{display:inline}@media (width<=575.98px){.escort-card.grid.svelte-1kyp44v .escort-card__body:where(.svelte-1kyp44v) .badge-verified .label{display:inline}}}@media (width>=576px){.escort-card.grid.svelte-1kyp44v{isolation:isolate;position:relative;overflow:hidden}.escort-card.grid.svelte-1kyp44v:before{z-index:99;content:"";background:var(--crtsn-primary);transform-origin:50%;height:3px;transition:transform .3s cubic-bezier(.2,.7,.2,1);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.escort-card.grid.svelte-1kyp44v:hover:before{transform:scaleX(1)}.escort-card.grid.svelte-1kyp44v{grid-template-rows:repeat(2,min-content);grid-template-columns:1fr;grid-template-areas:"image""body";grid-auto-rows:auto;grid-auto-columns:auto;grid-auto-flow:row;gap:0}.escort-card.grid.svelte-1kyp44v .escort-card__body:where(.svelte-1kyp44v){z-index:3;padding:var(--spacer-16);background-color:var(--crtsn-dark-alt);position:relative}.escort-card.grid.svelte-1kyp44v .escort-card__body:where(.svelte-1kyp44v) .tagline:where(.svelte-1kyp44v){text-overflow:ellipsis;font-size:var(--font-size-sm);white-space:nowrap;flex:0 0 100%;font-style:italic;overflow:hidden}.escort-card.grid.svelte-1kyp44v .escort-card__actions:where(.svelte-1kyp44v),.escort-card.grid.svelte-1kyp44v .escort-card__appearance:where(.svelte-1kyp44v){display:none}}@media (width<=575.98px){.escort-card.grid.svelte-1kyp44v{grid-template-rows:repeat(2,min-content);grid-template-columns:minmax(150px,25%) 1fr;grid-template-areas:"image body""image appearance";grid-auto-rows:auto;grid-auto-columns:auto;grid-auto-flow:row}.escort-card.grid.svelte-1kyp44v .escort-card__image:where(.svelte-1kyp44v){aspect-ratio:unset;object-fit:cover}.escort-card.grid.svelte-1kyp44v .escort-card__body:where(.svelte-1kyp44v){padding:var(--spacer-16)}.escort-card.grid.svelte-1kyp44v .escort-card__body:where(.svelte-1kyp44v) .detail:where(.svelte-1kyp44v){margin-top:var(--spacer-8)}.escort-card.grid.svelte-1kyp44v .escort-card__appearance:where(.svelte-1kyp44v) ul:where(.svelte-1kyp44v){padding:var(--spacer-8) var(--spacer-16) var(--spacer-16)}.escort-card.grid.svelte-1kyp44v .escort-card__actions:where(.svelte-1kyp44v) .toggle-appearance:where(.svelte-1kyp44v){display:none}}.promo-card.svelte-1ulp0hi{padding:var(--spacer-16);background-color:var(--crtsn-dark-alt);border-radius:var(--radius-8);grid:1fr min-content/1fr;position:relative;overflow:hidden}.promo-card.svelte-1ulp0hi,.promo-card__body.svelte-1ulp0hi{gap:var(--spacer-16);display:grid}.promo-card__body.svelte-1ulp0hi{place-content:center;max-width:480px}.promo-card__title.svelte-1ulp0hi{font-size:var(--font-size-5);text-align:center}.promo-card__content.svelte-1ulp0hi{color:var(--white-alpha-80);text-align:center;text-wrap:pretty}.promo-card__button.svelte-1ulp0hi{width:100%}
