:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;margin:0;background:#05030a;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif}body{overflow:hidden}button,a{-webkit-tap-highlight-color:transparent}.app-wrapper{width:100%;height:100vh;overflow-y:auto;color:#fff;background:radial-gradient(circle at top left,rgba(255,78,205,.22),transparent 35%),radial-gradient(circle at top right,rgba(122,92,255,.2),transparent 32%),#05030a}.top-nav{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;padding:16px 5vw;background:#05030ac7;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.08)}.brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:.3px;cursor:pointer}.brand img{width:42px;height:42px;object-fit:cover;border-radius:50%;box-shadow:0 0 22px #ff4ecd52}.nav-links{display:flex;gap:22px}.nav-links a{color:#ffffffb8;text-decoration:none;font-size:14px;font-weight:700}.nav-links a:hover{color:#fff}.nav-button{border:1px solid rgba(255,255,255,.16);color:#fff;background:#ffffff14;padding:10px 16px;border-radius:999px;font-weight:800;cursor:pointer}.nav-button:hover{background:#ffffff24}.nav-right,.account-buttons{display:flex;align-items:center;gap:12px}.account-menu-wrap{position:relative}.account-menu-button{min-width:92px}.account-menu{position:absolute;top:calc(100% + 10px);right:0;z-index:40;width:min(280px,calc(100vw - 28px));padding:12px;border-radius:16px;background:#0e091bf5;border:1px solid rgba(255,255,255,.14);box-shadow:0 18px 45px #0000006b;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.account-menu-email{display:block;margin-bottom:10px;padding:4px 4px 10px;border-bottom:1px solid rgba(255,255,255,.1);color:#ffffffbd;font-size:13px;overflow-wrap:anywhere}.account-menu-logout{width:100%;border:none;border-radius:12px;padding:11px 12px;color:#fff;background:#ffffff17;font-weight:800;text-align:left;cursor:pointer}.account-menu-logout:hover{background:#ffffff26}.primary-btn,.secondary-btn{border:none;border-radius:999px;padding:14px 22px;font-weight:900;font-size:15px;cursor:pointer;text-decoration:none;transition:transform .16s ease,opacity .16s ease,background .16s ease}.primary-btn{background:linear-gradient(135deg,#ff4ecd,#7a5cff);color:#fff;box-shadow:0 16px 35px #ff4ecd3d}.primary-btn:hover,.secondary-btn:hover{transform:translateY(-2px)}.secondary-btn{color:#fff;border:1px solid rgba(255,255,255,.18);background:#ffffff14}.card-chat-btn{width:100%;margin-top:12px;padding:13px 16px;border-radius:16px;font-size:15px;animation:softPulse 2.2s infinite}@keyframes softPulse{0%,to{box-shadow:0 12px 30px #ff4ecd33}50%{box-shadow:0 14px 38px #ff4ecd6b}}.hero{min-height:700px;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:42px;padding:54px 5vw 46px}.eyebrow{color:#ff4ecd;font-weight:900;text-transform:uppercase;letter-spacing:1.2px;font-size:12px}.hero h1,.profile-content h1{font-size:clamp(42px,5.6vw,82px);line-height:.95;margin:14px 0 18px}.hero-text{max-width:590px;color:#ffffffbd;font-size:18px;line-height:1.6}.hero-actions{display:flex;gap:14px;margin-top:28px;flex-wrap:wrap}.mobile-hero-priority{display:none}.hero-card{height:620px;border-radius:34px;overflow:hidden;position:relative;cursor:pointer;box-shadow:0 38px 95px #0009;border:1px solid rgba(255,255,255,.12)}.hero-card img{width:100%;height:100%;object-fit:cover}.hero-card:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.95),rgba(0,0,0,.16) 55%,transparent 78%)}.hero-card-info{position:absolute;left:28px;right:28px;bottom:28px;z-index:2}.live-badge,.soon-badge,.profile-status,.chat-badge{display:inline-block;background:#ff4ecdeb;padding:7px 11px;border-radius:999px;font-size:12px;font-weight:900;text-transform:uppercase}.live-badge{text-transform:none}.hero-card-info h2{font-size:48px;margin:14px 0 4px}.hero-card-info p{color:#fffc;margin:0 0 12px}.section,.about-section{padding:34px 5vw}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:18px}.section-heading h2,.premium-section h2,.about-section h2{font-size:32px;margin:0}.section-heading p,.premium-section p{color:#ffffffa6;margin:6px 0 0}.girls-row{display:grid;grid-template-columns:repeat(5,minmax(180px,1fr));gap:18px}.girl-card{height:360px;border-radius:24px;overflow:hidden;position:relative;cursor:pointer;background:#140b24;border:1px solid rgba(255,255,255,.08);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.girl-card:hover{transform:translateY(-6px);border-color:#ff4ecd8c;box-shadow:0 20px 55px #0000006b}.girl-card img{width:100%;height:100%;object-fit:cover}.card-gradient{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.96),rgba(0,0,0,.22) 55%,transparent 75%)}.girl-info{position:absolute;left:16px;right:16px;bottom:16px;z-index:2}.girl-info h3{margin:0 0 4px;font-size:24px}.girl-info p{margin:2px 0;color:#ffffffb8;font-size:13px}.girl-info .role{color:#ff4ecd;font-weight:900;text-transform:uppercase;letter-spacing:.6px}.girl-card.locked img{filter:grayscale(.5) brightness(.55)}.soon-badge{position:absolute;top:14px;left:14px;z-index:3;background:#ffffff24;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.premium-section{margin:40px 5vw;padding:42px;border-radius:30px;background:linear-gradient(135deg,#ff4ecd2e,#7a5cff2e),#ffffff0f;border:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:30px;align-items:center}.features{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:18px}.features div{padding:18px;background:#ffffff12;border:1px solid rgba(255,255,255,.09);border-radius:18px;color:#fffc;font-weight:800}.profile-hero{min-height:calc(100vh - 80px);display:grid;grid-template-columns:.95fr 1.05fr;align-items:center;gap:48px;padding:56px 5vw;overflow-x:hidden}.profile-hero>*{min-width:0;box-sizing:border-box}.profile-image-card{height:680px;border-radius:36px;overflow:hidden;position:relative;border:1px solid rgba(255,255,255,.12);box-shadow:0 38px 95px #0009}.profile-image-card img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.profile-image-card:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.72),transparent 60%)}.profile-status{position:absolute;left:24px;bottom:24px;z-index:2}.profile-content h3{color:#ff4ecd;font-size:22px;margin:0 0 8px}.profile-content{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.profile-tagline{font-size:20px;color:#ffffffd1;margin:0 0 20px}.profile-bio{max-width:680px;color:#ffffffb3;line-height:1.7;font-size:17px}.profile-details{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px}.profile-details div{padding:18px;border-radius:18px;background:#ffffff12;border:1px solid rgba(255,255,255,.09)}.profile-details span{display:block;color:#ffffff7a;font-size:12px;font-weight:900;text-transform:uppercase;margin-bottom:8px}.profile-details strong{color:#fff;font-size:14px}.reply-note{margin-top:18px;color:#ffffff9e;font-size:14px}.mobile-profile-actions,.mobile-memory-section{display:none}.profile-gallery{display:flex;flex-direction:column;gap:18px;grid-column:1 / -1;width:100%;max-width:100%;min-width:0;overflow:hidden}.profile-gallery-section{width:100%;max-width:100%;min-width:0;overflow:hidden}.profile-gallery-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.profile-gallery-heading h2{margin:0;font-size:20px}.profile-gallery-heading span{color:#ffffff7a;font-size:11px;font-weight:900;text-transform:uppercase}.profile-gallery-row{display:flex;flex-wrap:nowrap;gap:12px;width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scroll-snap-type:x proximity;scrollbar-width:none;padding-bottom:4px}.profile-gallery-row::-webkit-scrollbar{display:none}.profile-gallery-card{position:relative;flex:0 0 150px;min-width:150px;width:150px;height:210px;overflow:hidden;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:#ffffff12;scroll-snap-align:start;padding:0;color:inherit;cursor:pointer;appearance:none}.profile-gallery-card:focus-visible{outline:2px solid rgba(255,78,205,.88);outline-offset:3px}.profile-gallery-card img,.profile-gallery-card video{width:100%;height:100%;display:block;object-fit:cover}.profile-gallery-card video{aspect-ratio:9 / 16;background:#05030a;pointer-events:none}.profile-gallery-video-card{touch-action:manipulation}.profile-gallery-video-card video{pointer-events:none;user-select:none;-webkit-user-select:none}.profile-gallery-video-card:after{content:"▶";position:absolute;left:50%;top:50%;z-index:2;transform:translate(-50%,-50%);width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#0000006b;color:#fff;font-size:15px;box-shadow:0 10px 28px #00000057;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.locked-gallery-card{display:grid;place-items:center;padding:14px;text-align:center;background:linear-gradient(135deg,#ff4ecd29,#7a5cff24),#ffffff0f}.locked-gallery-card span{color:#ffffffd1;font-size:13px;font-weight:900}.profile-gallery-message{margin:0;color:#ffffff8a;font-size:13px}.media-lightbox{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:24px;background:#000000e6}.media-lightbox-backdrop{position:absolute;inset:0}.media-lightbox-content{position:relative;z-index:1;display:grid;place-items:center;max-width:95vw;max-height:85vh}.media-lightbox-close{position:fixed;top:18px;right:18px;z-index:2;width:46px;height:46px;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:#0c0812bd;color:#fff;font-size:30px;line-height:1;cursor:pointer;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.media-lightbox-image,.media-lightbox-video{max-width:95vw;max-height:85vh;object-fit:contain;border-radius:18px;box-shadow:0 28px 90px #0000009e}.media-lightbox-video{width:auto;height:auto;background:#05030a}.chat-wrapper{overflow:hidden;background:radial-gradient(circle at 18% 8%,rgba(255,78,205,.18),transparent 30%),radial-gradient(circle at 82% 0%,rgba(122,92,255,.16),transparent 28%),#05030a}.chat-page{height:calc(100vh - 75px);display:grid;grid-template-columns:minmax(240px,.46fr) minmax(0,1.54fr);gap:22px;padding:24px 5vw;max-width:1480px;margin:0 auto}.chat-profile-card{position:relative;overflow:hidden;border-radius:30px;border:1px solid rgba(255,255,255,.12);box-shadow:0 30px 85px #0000008c;min-height:520px}.chat-profile-card img{width:100%;height:100%;object-fit:cover}.chat-profile-card:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.86),transparent 58%)}.chat-profile-overlay{position:absolute;left:24px;right:24px;bottom:24px;z-index:2}.chat-profile-overlay .profile-status{display:none}.chat-profile-overlay h1{font-size:46px;margin:16px 0 4px}.chat-profile-overlay p{color:#ffffffc2;margin:0}.chat-panel{border-radius:28px;background:linear-gradient(180deg,#ffffff1b,#ffffff0d),#080610d6;border:1px solid rgba(255,255,255,.14);overflow:hidden;display:flex;flex-direction:column;min-height:520px;box-shadow:0 28px 85px #0000006b;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.chat-header{padding:15px 18px;display:flex;justify-content:space-between;align-items:center;gap:14px;border-bottom:1px solid rgba(255,255,255,.09);background:linear-gradient(180deg,#ffffff13,#ffffff06),#00000052}.chat-person{display:flex;align-items:center;gap:12px;min-width:0}.chat-person img{width:50px;height:50px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,78,205,.72);box-shadow:0 0 0 4px #ff4ecd1a;flex:0 0 auto}.chat-header h2{margin:0 0 4px;font-size:22px;line-height:1.05}.chat-header p{margin:0;color:#ffffffa3;font-size:13px;line-height:1.35}.online-dot{display:inline-block;width:8px;height:8px;background:#35e66b;border-radius:50%;margin-right:7px;box-shadow:0 0 14px #35e66bb3}.messages-area{flex:1;padding:20px 22px 22px;overflow-y:auto;display:flex;flex-direction:column;gap:12px;background:radial-gradient(circle at 0% 0%,rgba(255,78,205,.08),transparent 31%),radial-gradient(circle at 100% 8%,rgba(122,92,255,.075),transparent 28%),#0000001f;scroll-behavior:smooth}.messages-area::-webkit-scrollbar{width:8px}.messages-area::-webkit-scrollbar-thumb{background:#ffffff29;border-radius:999px}.welcome-card{display:flex;gap:14px;padding:14px;border-radius:20px;background:#ffffff12;border:1px solid rgba(255,255,255,.095);margin-bottom:8px;box-shadow:inset 0 1px #ffffff0d}.welcome-card img{width:54px;height:54px;border-radius:16px;object-fit:cover}.welcome-card h3{margin:0 0 6px;font-size:17px}.welcome-card p{margin:0;color:#ffffff9e;line-height:1.45;font-size:13px}.message-row{display:flex;align-items:flex-end;gap:9px;width:100%}.user-message{justify-content:flex-end}.kate-message{justify-content:flex-start}.message-avatar{width:32px;height:32px;object-fit:cover;border-radius:50%;border:1px solid rgba(255,255,255,.14);box-shadow:0 8px 18px #00000038;flex:0 0 auto}.message-stack{display:flex;flex-direction:column;max-width:min(74%,680px);min-width:0}.user-message .message-stack{align-items:flex-end}.kate-message .message-stack{align-items:flex-start}.message-bubble{padding:12px 15px;border-radius:21px;line-height:1.45;font-size:15.5px;overflow-wrap:anywhere;word-break:normal}.kate-message .message-bubble{background:linear-gradient(180deg,#ffffff26,#ffffff1b),#ffffff14;color:#fffffff0;border-bottom-left-radius:7px;border:1px solid rgba(255,255,255,.07);box-shadow:0 10px 24px #0000002e}.user-message .message-bubble{background:linear-gradient(135deg,#ff4ecd,#a765ff 52%,#7a5cff);color:#fff;border-bottom-right-radius:7px;box-shadow:0 13px 30px #7a5cff40}.message-time{margin-top:5px;color:#ffffff61;font-size:11px;line-height:1;padding:0 4px}.user-message .message-time{color:#ffffff6b;text-align:right}.typing-bubble{display:flex;align-items:center;gap:5px;width:max-content;padding:13px 16px;border-radius:20px 20px 20px 7px;background:linear-gradient(180deg,#ffffff26,#ffffff1a),#ffffff14;border:1px solid rgba(255,255,255,.07);box-shadow:0 10px 24px #0000002e}.typing-bubble span{width:6px;height:6px;background:#ffffffc2;border-radius:50%;animation:typingBounce 1s infinite ease-in-out}.typing-bubble span:nth-child(2){animation-delay:.14s}.typing-bubble span:nth-child(3){animation-delay:.28s}@keyframes typingBounce{0%,80%,to{transform:translateY(0);opacity:.45}40%{transform:translateY(-4px);opacity:1}}.chat-input-bar{display:flex;gap:10px;padding:14px 16px;border-top:1px solid rgba(255,255,255,.09);background:linear-gradient(180deg,#ffffff09,#ffffff03),#0000006b}.chat-input-bar input{flex:1;min-width:0;border:1px solid rgba(255,255,255,.13);background:#ffffff17;color:#fff;border-radius:999px;padding:14px 17px;outline:none;font-size:16px;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.chat-input-bar input:focus{border-color:#ff4ecdb3;background:#ffffff1f;box-shadow:0 0 0 4px #ff4ecd1a}.chat-input-bar input::placeholder{color:#ffffff6b}.chat-input-bar button{border:none;border-radius:999px;min-width:86px;padding:0 20px;font-weight:900;color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff4ecd,#7a5cff);box-shadow:0 10px 24px #7a5cff38;transition:transform .16s ease,opacity .16s ease}.chat-input-bar button:not(:disabled):hover{transform:translateY(-1px)}.chat-input-bar button:disabled{opacity:.55;cursor:not-allowed}.chat-note{color:#ffffff61;font-size:12px;text-align:center;margin:0;padding:0 12px 12px;background:#0000006b}footer{padding:28px 5vw 42px;color:#ffffff73;font-size:13px;border-top:1px solid rgba(255,255,255,.08)}.auth-backdrop{position:fixed;inset:0;background:#000000bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:18px}.auth-modal{width:100%;max-width:480px;background:#120a24;border:1px solid rgba(255,255,255,.1);border-radius:28px;padding:28px;position:relative;box-shadow:0 30px 80px #0009}.auth-close{position:absolute;top:14px;right:14px;width:40px;height:40px;border:none;border-radius:50%;background:#ffffff14;color:#fff;font-size:22px;cursor:pointer}.auth-modal h2{margin:0 0 10px;font-size:32px}.auth-subtitle{color:#ffffffa6;margin-bottom:24px}.auth-form{display:flex;flex-direction:column;gap:14px}.auth-form input{width:100%;padding:14px 16px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:#ffffff14;color:#fff;font-size:15px}.auth-form input:focus{outline:none;border-color:#ff4ecd}.auth-message{color:#ff8ca8;font-size:14px}.auth-link{margin-top:10px;border:none;background:transparent;color:#ff4ecd;cursor:pointer;font-weight:800}@media(max-width:1100px){.girls-row{grid-template-columns:repeat(3,minmax(180px,1fr))}}@media(max-width:900px){.hero,.profile-hero{grid-template-columns:1fr;min-height:auto}.chat-wrapper{height:100dvh;min-height:0;overflow:hidden}.chat-page{grid-template-columns:1fr;height:calc(100dvh - 72px);max-height:calc(100dvh - 72px);min-height:0;padding:12px;gap:0;overflow:hidden}.chat-profile-card{display:none}.chat-panel{display:flex;flex-direction:column;min-height:0;height:100%;border-radius:24px;overflow:hidden}.messages-area{flex:1 1 auto;min-height:0;overflow-y:auto;padding:16px;gap:11px}.chat-header,.chat-input-bar,.chat-note{flex-shrink:0}.message-stack{max-width:min(82%,620px)}.hero-card{height:520px}.profile-image-card{height:560px}.girls-row{grid-template-columns:repeat(2,minmax(0,1fr))}.premium-section{flex-direction:column;align-items:flex-start}.features,.profile-details{grid-template-columns:repeat(2,1fr)}.nav-links{display:none}}@media(max-width:520px){.media-lightbox{padding:16px}.media-lightbox-content{max-width:95vw;max-height:84vh}.media-lightbox-close{top:12px;right:12px;width:48px;height:48px;font-size:30px}.media-lightbox-image,.media-lightbox-video{max-width:95vw;max-height:84vh;border-radius:14px}.top-nav{padding:12px 14px}.brand span{font-size:14px}.brand img{width:36px;height:36px}.nav-button{padding:9px 12px;font-size:13px}.hero,.profile-hero{padding:28px 16px 24px}.profile-hero{display:flex;flex-direction:column;gap:14px;padding-top:14px;align-items:stretch;width:100%;max-width:100%;overflow-x:hidden}.hero{display:flex;flex-direction:column;gap:14px;padding-top:14px}.mobile-hero-priority{order:1;display:flex;flex-direction:column;gap:12px}.mobile-girls-strip{display:grid;grid-auto-flow:column;grid-auto-columns:23%;gap:10px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;scrollbar-width:none;padding-bottom:2px}.mobile-girls-strip::-webkit-scrollbar{display:none}.mobile-girl-thumb{min-width:0;padding:0;border:1px solid rgba(255,255,255,.12);border-radius:14px;overflow:hidden;background:#ffffff12;color:#fff;cursor:pointer;scroll-snap-align:start}.mobile-girl-thumb img{display:block;width:100%;aspect-ratio:1 / 1.18;object-fit:cover}.mobile-girl-thumb span{display:block;padding:5px 2px 6px;font-size:11px;font-weight:800;line-height:1}.mobile-hero-actions{display:flex;gap:10px}.mobile-hero-actions .secondary-btn{margin-top:0;padding:12px 10px;text-align:center;font-size:13px}.mobile-hero-actions .secondary-btn{width:100%}.hero-card{order:2;height:400px}.hero-content{order:3}.hero-content .features,.hero-content .hero-actions{display:none}.hero h1,.profile-content h1{font-size:44px}.hero-text{font-size:16px}.hero-card{height:400px;border-radius:24px}.profile-image-card{order:1;width:100%;max-width:100%;min-width:0;height:255px;border-radius:24px}.profile-image-card img{object-position:center top}.mobile-profile-actions{order:2;display:flex;gap:10px;width:100%;max-width:100%;min-width:0}.mobile-profile-actions .primary-btn,.mobile-profile-actions .secondary-btn{flex:1;margin-top:0;padding:12px 10px;text-align:center;font-size:13px}.profile-gallery{order:3;display:flex;flex-direction:column;gap:14px;width:100%;max-width:100%;min-width:0;overflow:hidden}.profile-gallery-row{width:100%;max-width:100%}.profile-preview-section{display:flex;flex-direction:column;gap:9px}.profile-preview-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.profile-preview-heading h2{margin:0;font-size:18px}.profile-preview-heading span{color:#ffffff7a;font-size:11px;font-weight:900;text-transform:uppercase}.profile-preview-grid{display:grid;gap:8px;width:100%;max-width:100%;min-width:0}.pictures-preview{grid-template-columns:repeat(4,minmax(0,1fr))}.videos-preview{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-preview-tile{position:relative;overflow:hidden;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#ffffff12;aspect-ratio:1 / 1.18;width:100%;min-width:0}.profile-preview-tile img,.profile-preview-tile video{width:100%;height:100%;object-fit:cover;display:block}.video-preview-tile:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.38),transparent 62%)}.video-play-dot{position:absolute;left:50%;top:50%;z-index:2;transform:translate(-50%,-50%);width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#fff3;color:#fff;font-size:12px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.profile-content{order:4;width:100%;max-width:100%;min-width:0;overflow-x:hidden}.profile-content .eyebrow,.profile-content h1,.profile-content h3,.profile-tagline,.profile-details,.reply-note{display:none}.profile-bio{margin:0;font-size:15px;line-height:1.55}.mobile-memory-section{display:flex;flex-direction:column;gap:10px;margin-top:18px}.mobile-memory-section h2{margin:0;font-size:18px}.mobile-memory-grid{display:grid;grid-template-columns:1fr;gap:8px}.mobile-memory-grid div{padding:12px;border-radius:14px;background:#ffffff12;border:1px solid rgba(255,255,255,.1);color:#ffffffd6;font-size:13px;font-weight:800}.mobile-memory-section p{margin:0;color:#ffffff7a;font-size:12px;text-align:center}.profile-content .hero-actions{display:none}.chat-page{padding:0;height:calc(100dvh - 61px);max-height:calc(100dvh - 61px)}.chat-panel{border-radius:0;border-left:none;border-right:none;border-bottom:none}.chat-header{padding:12px 13px;align-items:center;flex-direction:row;gap:10px}.chat-person{gap:10px;flex:1}.chat-person img{width:42px;height:42px;box-shadow:0 0 0 3px #ff4ecd1a}.chat-header h2{font-size:18px}.chat-header p{font-size:12px}.chat-badge{font-size:10px;padding:6px 9px;white-space:nowrap}.welcome-card{display:none}.message-stack{max-width:84%}.message-bubble{font-size:14.5px;padding:11px 14px;border-radius:19px}.kate-message .message-bubble{border-bottom-left-radius:6px}.user-message .message-bubble{border-bottom-right-radius:6px}.message-avatar{width:28px;height:28px}.message-time{font-size:10.5px}.typing-bubble{padding:12px 15px}.messages-area{padding:14px 12px}.chat-input-bar{padding:11px 12px;gap:8px}.chat-input-bar input{padding:12px 14px;font-size:15px}.chat-input-bar button{min-width:70px;padding:0 15px}.chat-note{font-size:11px;padding-bottom:10px}.section,.about-section{padding:26px 16px}.section-heading{display:block}.girls-row{gap:12px}.girl-card{height:305px}.girl-info{left:12px;right:12px;bottom:12px}.girl-info h3{font-size:22px}.girl-info p{font-size:12px}.card-chat-btn,.girl-info .primary-btn,.girl-info .secondary-btn{width:100%;padding:12px 10px;margin-top:10px;font-size:13px}.premium-section{margin:24px 16px;padding:24px}.features,.profile-details{grid-template-columns:1fr}.auth-modal{padding:24px;border-radius:24px}}
