*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--header-h: 60px;--frame-w: 3;--frame-h: 4;--app-h: 100vh;--safe-bottom: env(safe-area-inset-bottom, 0px);--stage-h: var(--app-h);--shell-w: calc(var(--stage-h) * var(--frame-w) / var(--frame-h));--shadow-soft: 0 1px 3px rgba(0, 0, 0, .18);--shadow-glyph: 0 1px 3px rgba(0, 0, 0, .38);--brand: #e1464f;--cta: var(--brand);--cta-hover: #ef5a63}@supports (height: 100dvh){:root{--app-h: 100dvh}}@media (max-height: 600px){:root{--header-h: 50px}}@media (max-height: 430px){:root{--header-h: 42px}}@media (max-height: 350px){:root{--header-h: 36px}}html,body{width:100%;height:100%;background-color:#000;font-family:Roboto,Arial,sans-serif;overflow:hidden;overscroll-behavior:none;-webkit-text-size-adjust:100%}#root{height:100%}a{text-decoration:none;color:#fff}.app{position:relative;display:flex;flex-direction:column;width:100%;max-width:var(--shell-w);height:var(--app-h);max-height:var(--app-h);margin:0 auto;overflow:hidden}.app-header{position:absolute;top:0;left:0;right:0;z-index:40;height:var(--header-h);display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 12px;color:#fff;background:none;pointer-events:none}.app-header>*{pointer-events:auto}.app-header .site-logo{min-width:0}.app-header .site-logo a{position:relative;display:flex;align-items:center;gap:15px;font-family:Fugaz One,sans-serif;font-weight:900;font-size:clamp(13px,min(7.2vw,calc(var(--shell-w) * .075)),28px);line-height:1;color:#fff;white-space:nowrap}.app-header .site-logo svg{position:absolute;top:50%;left:50%;height:1.29em;width:1.29em;fill:var(--brand);stroke-width:0;transform:translate(-45%,-52%)}.app-header .site-logo h1{font-size:10px;font-weight:300;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-header .filters{flex:0 0 auto;display:flex;align-items:center;gap:15px}@media (max-height: 600px){.app-header .site-logo a{gap:12px}}@media (max-height: 430px){.app-header .site-logo a{gap:10px}.app-header .site-logo h1{display:none}}@media (max-height: 350px){.app-header{padding:0 8px;gap:6px}.app-header .site-logo a,.app-header .filters{gap:8px}}.app-content{position:relative;flex:1 1 auto;min-height:0;width:100%;overflow:hidden}.app>footer{display:none}.tiktok-container{position:relative;width:100%;height:100%;overflow:hidden;overscroll-behavior:contain;touch-action:none;background-color:#000}.vertical-container{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#000}.video-card{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:hidden;border-radius:0;background-color:#000;transition:opacity .4s ease;will-change:transform,opacity;backface-visibility:hidden;container-type:inline-size;container-name:card}.video-card.current{z-index:2}.video-card.prev,.video-card.next{z-index:1}.video-slide{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;border-radius:inherit;background-color:#000}.fit-cover{object-fit:cover!important}.fit-contain{object-fit:contain!important}.slide-video{display:block;width:100%;height:100%;border-radius:inherit;object-fit:contain;opacity:0;transition:opacity .22s ease;transform:translateZ(0);backface-visibility:hidden;will-change:transform,opacity;background-color:transparent!important}.slide-video.is-ready{opacity:1}.slide-poster{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;border-radius:inherit;background-color:#000;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:1;filter:blur(0);transition:opacity .26s ease,filter .26s ease;transform:translateZ(0);backface-visibility:hidden;will-change:opacity,filter;pointer-events:none}.slide-poster.fit-contain{background-size:contain}.slide-poster.is-hidden{opacity:0;filter:blur(6px)}.slide-shimmer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;overflow:hidden;border-radius:inherit;pointer-events:none;opacity:1;transition:opacity .26s ease}.slide-shimmer.is-hidden{opacity:0;visibility:hidden;transition:opacity .26s ease,visibility 0s linear .26s}.slide-shimmer:after{content:"";position:absolute;top:-10%;bottom:-10%;left:0;width:60%;transform:translate(-140%) skew(-14deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.045) 30%,rgba(255,255,255,.11) 50%,rgba(255,255,255,.045) 70%,transparent);animation:neofap-shimmer 1.6s ease-in-out .2s infinite;will-change:transform}@media (prefers-reduced-motion: reduce){.slide-shimmer:after{left:0;width:100%;transform:none;background:rgba(255,255,255,.05);animation:neofap-breathe 2s ease-in-out infinite}.rail-avatar .live-badge .dot{animation:none}}.slide-status{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:4;padding:9px 16px;border-radius:100px;background-color:#0000008c;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#ffffffeb;font-size:13px;font-weight:500;letter-spacing:.01em;white-space:nowrap;pointer-events:none;opacity:0;animation:neofap-fade-overlay .35s ease .4s forwards}.side-rail{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:var(--rail-gap);margin-bottom:calc(var(--rail-gap) + var(--rail-icon-pad))}.side-rail .rail-model{display:flex;flex-direction:column;align-items:center;color:#fff;cursor:pointer;transition:transform .2s ease}.side-rail .rail-model:hover{transform:scale(1.06)}.side-rail .rail-model:active{transform:scale(.97)}.rail-avatar{position:relative;width:52px;height:52px}.rail-avatar img{display:block;width:100%;height:100%;border-radius:50%;border:2px solid #fff;object-fit:cover;background-color:#171717;box-shadow:var(--shadow-soft)}.rail-avatar .live-badge{position:absolute;left:50%;bottom:-7px;transform:translate(-50%);display:inline-flex;align-items:center;gap:4px;padding:2px 7px;border-radius:100px;background-color:var(--brand);color:#fff;font-size:9px;font-weight:700;letter-spacing:.4px;line-height:1.5;white-space:nowrap;box-shadow:var(--shadow-soft)}.rail-avatar .live-badge .dot{width:5px;height:5px;border-radius:50%;background-color:#fff;animation:neofap-pulse 1.5s infinite}.rail-viewers{margin-top:12px;color:#fff;font-size:12px;font-weight:500;white-space:nowrap;text-shadow:var(--shadow-glyph)}.rail-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:0;background:transparent;color:#fff;cursor:pointer;filter:drop-shadow(var(--shadow-glyph));transition:transform .2s ease}.rail-button:hover{transform:scale(1.12)}.rail-button.fit-toggled,.rail-button.sound-toggled{transform:scale(1.22)}.card-bottom{position:absolute;left:0;right:0;bottom:0;z-index:5;display:flex;flex-direction:column;padding:0 14px calc(16px + var(--safe-bottom));color:#fff;opacity:0;animation:neofap-fade-in .4s ease .2s forwards;pointer-events:none;--rail-gap: 18px;--rail-icon-pad: 7px}.card-bottom>*{pointer-events:auto}.bottom-upper{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;pointer-events:none}.bottom-upper>*{pointer-events:auto}.model-identity{flex:0 1 auto;display:flex;flex-direction:column;align-items:flex-start;gap:6px;min-width:0;margin-bottom:12px;margin-left:8px}.goal-chip{display:inline-flex;align-items:center;gap:6px;max-width:100%;min-width:0;color:#fffffff0;font-size:11px;line-height:1.2;pointer-events:none}.goal-chip svg{flex:0 0 auto;width:12px;height:12px;stroke:#fff;stroke-width:2.4;filter:drop-shadow(var(--shadow-glyph))}.goal-text{min-width:0;max-width:150px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:500;text-shadow:var(--shadow-glyph)}.goal-track{flex:0 0 auto;width:44px;height:3px;border-radius:100px;background-color:#ffffff47;overflow:hidden;filter:drop-shadow(var(--shadow-glyph))}.goal-fill{display:block;height:100%;border-radius:inherit;background-color:var(--brand);transition:width .4s ease}.model-identity h2{display:flex;align-items:center;gap:5px;min-width:0;font-size:14px;font-weight:600;line-height:1.2;text-shadow:var(--shadow-glyph)}.model-identity h2 .username{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.model-identity .verified-badge{flex:0 0 auto;width:15px;height:15px;fill:#0095f6;stroke:#fff;stroke-width:2.2;filter:drop-shadow(var(--shadow-glyph))}.model-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;width:100%}.model-cta{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;min-width:0;padding:13px 10px;border-radius:100px;font-family:inherit;font-size:15px;font-weight:700;line-height:1;letter-spacing:.01rem;text-transform:capitalize;white-space:nowrap;box-shadow:var(--shadow-soft);transition:background-color .3s ease,color .3s ease,transform .2s ease}.model-cta:hover{transform:scale(1.03)}.cta-primary{background-color:var(--cta);color:#fff}.cta-primary:hover{background-color:var(--cta-hover)}.cta-secondary{background-color:#fff;color:var(--cta)}.cta-secondary:hover{background-color:#f1f1f1}.model-cta span{line-height:1;overflow:hidden;text-overflow:ellipsis}.model-cta svg{flex:0 0 auto;width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2.4}.navigation-controls{display:none;position:fixed;top:50%;left:calc(50% + min(100vw,var(--shell-w))/2 + 20px);transform:translateY(-50%);z-index:30;grid-auto-flow:row;gap:16px}.navigation-controls button{display:flex;align-items:center;justify-content:center;width:52px;height:52px;padding:0;border:1px solid rgba(255,255,255,.14);border-radius:100px;background-color:#ffffff12;color:#fff;cursor:pointer;transition:transform .2s ease,background-color .2s ease,border-color .2s ease}.navigation-controls button:hover{transform:scale(1.08);background-color:#ffffff29;border-color:#ffffff4d}.navigation-controls button:active{transform:scale(.95)}.navigation-controls button:disabled{opacity:.35;cursor:default;transform:none}@media (min-width: 769px) and (min-aspect-ratio: 5 / 4) and (pointer: fine){.navigation-controls{display:grid}}@media (max-height: 560px){.navigation-controls{gap:12px}.navigation-controls button{width:42px;height:42px}.navigation-controls button svg{width:20px;height:20px}}.feed-skeleton{position:relative;width:100%;height:100%;overflow:hidden;background:linear-gradient(180deg,#111 0%,#060606 100%)}.error-message{display:flex;flex-direction:column;align-items:center;gap:14px;max-width:90%;padding:20px;color:#fff;font-size:15px;line-height:1.4;text-align:center}.retry-button{padding:10px 18px;border:0;border-radius:100px;background-color:var(--cta);color:#fff;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.retry-button:hover{background-color:var(--cta-hover)}@container card (min-width: 520px){.card-bottom{padding:0 20px calc(22px + var(--safe-bottom))}.card-bottom{--rail-gap: 22px;--rail-icon-pad: 8px}.bottom-upper{gap:16px}.model-identity{margin-bottom:14px;margin-left:10px}.model-identity h2{font-size:16px;gap:6px}.goal-chip{font-size:12px}.goal-chip svg{width:14px;height:14px}.goal-text{max-width:210px}.goal-track{width:54px}.model-identity .verified-badge{width:17px;height:17px}.model-actions{gap:12px}.model-cta{font-size:17px;padding:15px 14px;gap:9px}.model-cta svg{width:19px;height:19px}.rail-avatar{width:62px;height:62px}.rail-avatar .live-badge{font-size:10px;padding:3px 9px;bottom:-8px}.rail-viewers{font-size:13px;margin-top:15px}.rail-button{width:46px;height:46px}.rail-button svg{width:30px;height:30px}}@container card (max-width: 380px){.card-bottom{padding:0 11px calc(13px + var(--safe-bottom))}.card-bottom{--rail-gap: 15px;--rail-icon-pad: 6px}.bottom-upper{gap:9px}.model-identity{margin-bottom:10px;margin-left:7px;gap:5px}.model-identity h2{font-size:13px}.goal-chip{font-size:10px}.goal-text{max-width:110px}.goal-track{width:36px}.model-identity .verified-badge{width:14px;height:14px}.model-actions{gap:7px}.model-cta{font-size:13px;padding:11px 8px;gap:5px}.model-cta svg{width:14px;height:14px}.rail-avatar{width:46px;height:46px}.rail-button{width:36px;height:36px}.rail-button svg{width:24px;height:24px}}@container card (max-width: 300px){.card-bottom{padding:0 9px calc(10px + var(--safe-bottom))}.card-bottom{--rail-gap: 13px;--rail-icon-pad: 5px}.bottom-upper{gap:7px}.model-identity{margin-bottom:8px;margin-left:6px;gap:4px}.model-identity h2{font-size:12px}.goal-chip{font-size:9px}.goal-chip svg{width:10px;height:10px}.goal-text{max-width:84px}.goal-track{display:none}.model-identity .verified-badge{width:13px;height:13px}.model-actions{gap:6px}.model-cta{font-size:11px;padding:9px 6px;gap:4px}.model-cta svg{width:12px;height:12px}.rail-avatar{width:38px;height:38px}.rail-avatar img{border-width:1.5px}.rail-avatar .live-badge{font-size:8px;padding:1px 5px;gap:3px;bottom:-6px}.rail-avatar .live-badge .dot{width:4px;height:4px}.rail-viewers{font-size:11px;margin-top:11px}.rail-button{width:30px;height:30px}.rail-button svg{width:20px;height:20px}}@keyframes neofap-fade-in{0%{opacity:.3}to{opacity:1}}@keyframes neofap-fade-overlay{0%{opacity:0}to{opacity:1}}@keyframes neofap-shimmer{to{transform:translate(320%) skew(-14deg)}}@keyframes neofap-breathe{0%,to{opacity:.25}50%{opacity:1}}@keyframes neofap-pulse{0%,to{opacity:1}50%{opacity:.35}}.sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:flex-end;justify-content:center;background-color:#0009;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;visibility:hidden;transition:opacity .5s ease,visibility .5s ease}.sheet-overlay.open{opacity:1;visibility:visible}.sheet{position:relative;display:flex;flex-direction:column;width:100%;max-width:var(--shell-w, 450px);max-height:calc(var(--app-h, 100vh) * .7);background-color:#242424;border-radius:45px 45px 0 0;box-shadow:0 -4px 16px #0000004d;overflow:hidden;transform:translateY(100%);transition:transform .55s cubic-bezier(.32,.72,0,1)}.sheet.open{transform:translateY(0)}.sheet-handle{flex:0 0 auto;padding:10px 18px 4px;cursor:grab;touch-action:none;user-select:none;-webkit-user-select:none}.sheet-handle:active{cursor:grabbing}.sheet-grabber{display:block;width:40px;height:4px;margin:0 auto;border-radius:100px;background-color:#ffffff42}.sheet-title{margin-top:12px;color:#fff;font-size:15px;font-weight:600;text-align:center;letter-spacing:.2px}.sheet-body{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:14px 16px calc(20px + env(safe-area-inset-bottom,0px))}@media (max-height: 600px){.sheet{border-radius:38px 38px 0 0}.sheet-handle{padding-top:8px}.sheet-title{margin-top:9px;font-size:14px}.sheet-body{padding:11px 13px calc(15px + env(safe-area-inset-bottom,0px))}}@media (max-height: 430px){.sheet{max-height:calc(var(--app-h, 100vh) * .82);border-radius:32px 32px 0 0}.sheet-title{margin-top:7px;font-size:13px}.sheet-body{padding:9px 11px calc(12px + env(safe-area-inset-bottom,0px))}}@media (prefers-reduced-motion: reduce){.sheet{transition:transform .01ms linear}.sheet-overlay{transition:opacity .01ms linear,visibility .01ms linear}}.unified-selector{position:relative}.filter-chip{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:0;border-radius:50%;background-color:#0000001a;color:#fff;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.filter-chip:hover{background-color:#0000003d;transform:scale(1.06)}.filter-chip:active{transform:scale(.95)}.filter-chip svg{width:26px;height:26px;stroke-width:2}.filter-chip .tag-indicator{position:absolute;top:5px;right:5px;width:8px;height:8px;border-radius:50%;background-color:#59bfff;border:1.5px solid rgba(0,0,0,.45)}.gender-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.gender-option{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:14px 8px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background-color:#313131;color:#cfcfcf;font-family:inherit;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.gender-option span{font-size:12px}.gender-option:hover{background-color:#3b3b3b;color:#fff}.gender-option.active{background-color:#fff;border-color:#fff;color:#000}.tags-grid{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}.tag-item{padding:8px 16px;border-radius:100px;background-color:#313131;color:#cfcfcf;border:0;font-family:inherit;font-size:14px;cursor:pointer;transition:background-color .2s ease,color .2s ease}.tag-item:hover{background-color:#3b3b3b;color:#fff}.tag-item.selected{background-color:#fff;color:#000}@media screen and (max-width: 768px){.gender-grid{gap:8px}.gender-option{padding:12px 6px}.tags-grid{gap:8px}.tag-item{padding:6px 12px;font-size:13px}}@media (max-height: 600px){.filter-chip{width:40px;height:40px}.filter-chip svg{width:23px;height:23px}.gender-option{padding:10px 4px;gap:4px}.gender-option span{font-size:11px}}@media (max-height: 430px){.filter-chip{width:34px;height:34px}.filter-chip svg{width:20px;height:20px}.gender-grid{gap:6px}.gender-option{padding:8px 2px;gap:3px}.gender-option span{font-size:10px}}@media (max-height: 350px){.filter-chip{width:30px;height:30px}.filter-chip svg{width:17px;height:17px}}
