@keyframes scroll-vertical{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes pulse-brilliant{0%{transform:scale(1);box-shadow:0 0 #ec4899b3}70%{transform:scale(1.05);box-shadow:0 0 0 20px #ec489900}to{transform:scale(1);box-shadow:0 0 #ec489900}}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}@keyframes pulse{50%{opacity:.5}}.lusty-page{box-sizing:border-box;width:100%;height:100vh;color:#fff;-webkit-tap-highlight-color:transparent;background:#000;flex-direction:column;height:100dvh;margin:0;padding:0;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;display:flex;overflow:hidden}.lusty-page *,.lusty-page :before,.lusty-page :after{box-sizing:border-box}.lusty-page button:not(.lusty-download-btn){font:inherit;color:inherit;cursor:pointer;background:0 0;border:none}.lusty-header{z-index:50;background:linear-gradient(#000,#000000b3,#0000);justify-content:space-between;align-items:center;padding:1rem;display:flex;position:fixed;top:0;left:0;right:0}.lusty-header__brand{align-items:center;gap:.5rem;display:flex}.lusty-header__logo{width:auto;height:2rem;display:block}.lusty-header__live-dot{width:.75rem;height:.75rem;display:flex;position:relative}.lusty-header__live-dot .ping{opacity:.75;background:#fb7185;border-radius:9999px;width:.75rem;height:.75rem;animation:1s cubic-bezier(0,0,.2,1) infinite ping;display:inline-flex;position:absolute}.lusty-header__live-dot .dot{background:#f43f5e;border-radius:9999px;width:.75rem;height:.75rem;display:inline-flex;position:relative}.lusty-header__title{letter-spacing:-.05em;color:#f43f5e;margin:0;font-size:1.5rem;font-style:italic;font-weight:900;line-height:2rem}.lusty-header__online{flex-direction:column;align-items:flex-end;display:flex}.glass-tag{-webkit-backdrop-filter:blur(8px);background:#ffffff14}.lusty-header__count{border:1px solid #fff3;border-radius:.25rem;padding:.25rem .5rem;font-size:10px}.lusty-header__count .num{color:#4ade80;font-weight:700}.lusty-main{cursor:pointer;flex:auto;position:relative;overflow:hidden}.lusty-main.disabled{pointer-events:none;opacity:.85}.auto-scroll-container{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;padding:5rem .75rem 0;animation:60s linear infinite scroll-vertical;display:grid}.auto-scroll-container:active{animation-play-state:paused}.profile-card{aspect-ratio:3/4;border:1px solid #ffffff1a;border-radius:1.5rem;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.profile-card__img{object-fit:cover;filter:grayscale(20%);width:100%;height:100%;transition:filter .2s;display:block}.profile-card:active .profile-card__img{filter:grayscale(0%)}.profile-card__overlay{background:linear-gradient(#0000,#0000,#000000e6);position:absolute;inset:0}.profile-card__live{border-radius:9999px;align-items:center;gap:.375rem;padding:.25rem .5rem;display:flex;position:absolute;top:.75rem;left:.75rem}.profile-card__live-dot{background:#22c55e;border-radius:9999px;width:.375rem;height:.375rem;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.profile-card__live-text{text-transform:uppercase;letter-spacing:-.025em;font-size:10px;font-weight:700}.profile-card__info{position:absolute;bottom:.75rem;left:.75rem}.text-shadow{text-shadow:0 2px 8px #000c}.profile-card__name{font-size:1.125rem;font-weight:900;line-height:1.75rem}.profile-card__mood{color:#ffffffb3;font-size:11px;font-style:italic}.profile-card__call{background:#f43f5e;border-radius:9999px;justify-content:center;align-items:center;padding:.5rem;display:flex;position:absolute;bottom:.75rem;right:.75rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.profile-card__call svg{color:#fff;width:1rem;height:1rem}.lusty-fade{z-index:10;pointer-events:none;background:linear-gradient(#0000,#000000e6,#000);height:20rem;position:absolute;bottom:0;left:0;right:0}.lusty-footer{z-index:50;flex-direction:column;align-items:center;padding:1.5rem;display:flex;position:fixed;bottom:0;left:0;right:0}.lusty-footer__copy{text-align:center;margin-bottom:1.25rem}.lusty-footer__title{letter-spacing:-.025em;margin:0;font-size:1.25rem;font-weight:800;line-height:1.75rem}.lusty-footer__sub{color:#fb7185;margin:.25rem 0 0;font-size:.875rem;font-style:italic;font-weight:500;line-height:1.25rem}.lusty-download-btn{cursor:pointer;--tw-gradient-from:#e11d48;--tw-gradient-to:#ec4899;--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to);background-image:linear-gradient(to right, var(--tw-gradient-stops));color:#fff;white-space:nowrap;--tw-shadow:0 25px 50px -12px #00000040;--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color);width:100%;max-width:24rem;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow);border:none;border-radius:1rem;justify-content:center;align-items:center;gap:.75rem;padding-top:1rem;padding-bottom:1rem;font-size:1.25rem;font-weight:900;line-height:1.75rem;transition-property:transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1);animation:1.5s infinite pulse-brilliant;display:flex}.lusty-download-btn:active{--tw-scale-x:.95;--tw-scale-y:.95;transform:scale(.95)}.lusty-download-btn.disabled{pointer-events:none;opacity:.85}.lusty-download-btn svg{flex-shrink:0;width:1.5rem;height:1.5rem}.lusty-download-btn span{white-space:nowrap}.lusty-footer__age{opacity:.4;margin-top:1rem}.lusty-footer__age span{text-transform:uppercase;letter-spacing:.1em;font-size:9px;font-weight:700}.lusty-page .modal{z-index:99999;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.lusty-page .modal_content{text-align:center;color:#333;background:#fff;border-radius:12px;min-width:260px;padding:24px}.lusty-page .close_button{color:#fff;cursor:pointer;background:#ff1f6a;border-radius:8px;margin-top:16px;padding:8px 24px}html,body{background-color:#000;width:100%;margin:0;padding:0;overflow:hidden}#app{width:100%;height:100%}.modal{z-index:99999;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal_content{text-align:center;color:#333;background:#fff;border-radius:12px;min-width:260px;padding:24px}.close_button{color:#fff;cursor:pointer;background:#ff1f6a;border-radius:8px;margin-top:16px;padding:8px 24px}.loading-138[data-v-038fe2b1]{aspect-ratio:1;--_c:no-repeat radial-gradient(farthest-side, #ff1f6a 92%, #0000);background:var(--_c) top, var(--_c) left, var(--_c) right, var(--_c) bottom;background-size:12px 12px;width:50px;animation:1s infinite loading-138-038fe2b1}@keyframes loading-138-038fe2b1{to{transform:rotate(.5turn)}}.loading_box[data-v-038fe2b1]{z-index:999;background-color:#fff;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:fixed}
