:root{--bg-body:#0a0a0b;--bg-card:#141416;--bg-soft:#1b1b1f;--accent:#ff4757;--accent-soft:rgba(255,71,87,.14);--text-main:#fff;--text-dim:#94949e;--border:hsla(0,0%,100%,.08);--radius:12px;--shadow:0 10px 30px rgba(0,0,0,.5)}.video-page{background-color:var(--bg-body);color:var(--text-main);min-height:100vh;margin-top:40px}@media (max-width:768px){.video-page{margin-top:-10px}}.video-preview{border-radius:var(--radius);box-shadow:var(--shadow);background:var(--bg-card);text-decoration:none}.video-preview:after{background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.5));pointer-events:none}.video-preview:hover .video-thumb{transform:scale(1.025);filter:brightness(1.08)}.play-icon{top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;width:58px;height:58px;border-radius:999px;padding-left:4px;background:rgba(0,0,0,.58);border:1px solid hsla(0,0%,100%,.22);color:#fff;font-size:1.6rem;pointer-events:none;box-shadow:0 12px 28px rgba(0,0,0,.38)}.play-icon:before,.watch-icon{width:0;height:0;border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:11px solid;content:""}.watch-icon{display:inline-block;border-top-width:6px;border-bottom-width:6px;border-left-width:9px}.video-bottom{display:flex;flex-direction:column;align-items:flex-start;gap:1.4rem;min-width:0}.video-copy{display:grid;grid-gap:.65rem;gap:.65rem;min-width:0}.video-model{color:var(--accent);text-decoration:none;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}.video-model:hover{color:#ff6a77}.video-actions{gap:.8rem;flex-wrap:wrap}.watch-btn{background:var(--accent);min-height:46px;padding:.78rem 1.45rem;border-radius:50px;font-weight:700;font-size:1rem;gap:.5rem;width:-moz-fit-content;width:fit-content;border:1px solid hsla(0,0%,100%,.1);transition:transform .2s ease,filter .2s ease}.watch-btn:hover{transform:translateY(-2px);filter:brightness(1.1)}.video-actions .xf-act--like{min-height:46px;padding:0 1rem;border-radius:999px;border:1px solid var(--border);background:var(--bg-soft);color:var(--text-main);font-size:.95rem;font-weight:700;display:inline-flex;align-items:center;gap:.45rem;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease}.video-actions .xf-act--like:hover{transform:translateY(-2px);border-color:rgba(255,71,87,.45);background:var(--accent-soft)}.video-actions .xf-act--like.is-liked{color:var(--accent);border-color:rgba(255,71,87,.45);background:var(--accent-soft)}.video-actions .xf-act--like:disabled{cursor:default;opacity:.85}.related-section{max-width:1080px;margin:0 auto}.section-title1{font-size:1.1rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-dim)}@media (max-width:480px){.section-title1{font-size:.9rem}}.related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));grid-gap:1.2rem;gap:1.2rem}.related-card{background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--border);overflow:hidden;text-decoration:none;transition:transform .2s ease,border-color .2s ease,background .2s ease}.related-card img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block;border-bottom:1px solid var(--border)}.related-title{padding:.85rem;font-size:.75rem;line-height:1.25;color:var(--text-main);display:block;white-space:normal;word-wrap:break-word;overflow:hidden;max-height:5.45rem;position:relative}.related-title:after{content:"";position:absolute;bottom:0;right:0;width:100%;height:1.5rem;background:linear-gradient(transparent,var(--bg-card));pointer-events:none}.related-card:hover .related-title:after{background:linear-gradient(transparent,#18181b)}.related-card:hover{transform:translateY(-3px);border-color:rgba(255,71,87,.55);background:#18181b}@media (max-width:768px){.video-hero{grid-template-columns:1fr;gap:1.5rem}.video-bottom{align-items:center;text-align:center}.video-actions{justify-content:center}.related-grid{grid-template-columns:1fr 1fr}}@media (max-width:480px){.video-page{padding:1rem .75rem 3rem}.video-actions .xf-act--like,.watch-btn{flex:1 1 145px;justify-content:center}.video-actions{width:100%}.related-grid{gap:.8rem}.related-title{font-size:.6rem;padding:.7rem}}.related-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;margin-top:20px}.section-title1{margin:0}.view-model-btn{background:var(--bg-soft);color:var(--text-main);border:1px solid var(--border);padding:8px 14px;border-radius:10px;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:6px;transition:all .2s ease}.view-model-btn:hover{border-color:rgba(255,71,87,.6);background:var(--accent-soft);color:var(--accent)}.video-preview{display:block;border-radius:12px;overflow:hidden;background:#000;border:1px solid var(--border)}.video-thumb{width:100%;object-fit:cover;display:block;transition:transform .25s ease,filter .25s ease}.video-preview:hover .video-thumb{transform:scale(1.04);filter:brightness(1.05)}.play-icon:before{width:60px;height:60px;background:rgba(0,0,0,.6);box-shadow:0 10px 25px rgba(0,0,0,.5);position:absolute}.play-icon:after{border-left:16px solid #fff;border-top:10px solid transparent;border-bottom:10px solid transparent;position:relative;left:3px}.video-overlay{position:absolute;top:8px;left:8px;right:8px;display:flex;justify-content:space-between;z-index:2}.video-badge{background:rgba(0,0,0,.7);font-size:11px;padding:4px 8px;border-radius:6px}.video-badge-right{background:rgba(255,71,87,.85)}.video-info{display:flex;flex-direction:column;gap:10px}.video-actions{display:flex;align-items:center;gap:10px}.watch-btn{background:linear-gradient(90deg,#ff4b5c,#ff006a);border-radius:8px;padding:8px 14px;font-size:13px;white-space:nowrap}.watch-btn:hover{opacity:.9}@media (max-width:600px){.video-hero{padding:0 6px}.watch-btn{font-size:12px;padding:7px 12px}}.video-preview{max-width:820px;margin:0 auto}.video-thumb{aspect-ratio:16/9}.video-meta{display:flex;align-items:center;gap:8px;margin-top:4px}.video-source{font-size:12px;color:#aaa;padding:4px 8px;border-radius:6px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.08)}.video-overlay-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-80%);z-index:3}.video-overlay-center span{background:rgba(0,0,0,.7);color:#fff;font-size:12px;font-weight:600;padding:6px 10px;border-radius:6px;border:1px solid hsla(0,0%,100%,.15);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.watch-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 16px;border-radius:10px;font-size:15px;font-weight:600;color:#fff;text-decoration:none;background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 6px 20px rgba(34,197,94,.35);transition:all .2s ease}.watch-btn:hover{transform:translateY(-1px);box-shadow:0 10px 28px rgba(34,197,94,.45)}.watch-btn:active{transform:scale(.96)}.watch-arrow{transition:transform .2s ease}.watch-btn:hover .watch-arrow{transform:translateX(3px)}.play-icon{position:absolute;inset:0;display:grid;place-items:center;z-index:2}.play-icon:before{content:"";width:70px;height:70px;border-radius:50%;background:rgba(0,0,0,.55);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid hsla(0,0%,100%,.2);box-shadow:0 12px 30px rgba(0,0,0,.5);transition:transform .2s ease}.play-icon:after{content:"";position:absolute;border-left:18px solid #fff;border-top:11px solid transparent;border-bottom:11px solid transparent;margin-left:4px}.video-preview:hover .play-icon:before{transform:scale(1.1)}.video-preview:after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.25)}.video-overlay-center span{background:rgba(0,0,0,.55);font-size:11px;padding:4px 8px;font-weight:500}.video-overlay-center{transform:translate(-50%,-120%)}.video-preview{position:relative}.video-badge-right{position:absolute;top:5px;right:5px;left:auto;z-index:3}.collection-icon{width:14px;height:14px;border:2px solid #fff;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1px;gap:1px}.collection-icon div{background:#fff}.xf-share-btn{display:inline-flex;align-items:center;justify-content:center;height:40px;width:40px;border-radius:10px;border:1px solid hsla(0,0%,100%,.08);background:#1b1b1f;color:#fff;cursor:pointer;transition:all .2s ease}.xf-share-btn:hover{background:hsla(0,0%,100%,.08);transform:translateY(-1px)}.xf-share-btn:active{transform:scale(.92)}.video-actions .xf-share-btn{margin-left:2px}.like-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:40px;padding:0 14px;border-radius:10px;border:1px solid hsla(0,0%,100%,.08);background:#1b1b1f}.related-tags{max-width:1080px;margin:5px auto 0;padding-top:4px;border-top:1px solid hsla(0,0%,100%,.06)}.related-tags-title{font-size:12px;letter-spacing:.4px;text-transform:uppercase;color:hsla(0,0%,100%,.5);margin-bottom:10px}.related-tags-list{display:flex;flex-wrap:wrap;gap:10px}.related-tag{padding:7px 12px;border-radius:999px;font-size:12px;font-weight:500;color:#d1d1d6;text-decoration:none;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.06);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:transform .15s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease}.related-tag:hover{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.15);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.4),0 0 0 1px hsla(0,0%,100%,.05);color:#fff}.related-tag:active{transform:scale(.96)}.video-hero{max-width:700px;margin:5px auto;display:flex;flex-direction:column;gap:14px;padding:0 10px}.video-title{font-size:15px;font-weight:500;line-height:1.35;word-break:break-word;overflow-wrap:anywhere;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}@media (max-width:768px){.video-title{font-size:12px;line-height:1.3;white-space:normal;word-break:break-word;overflow-wrap:break-word;max-width:100%;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}}.video-loader-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background-color:#0a0a0b;z-index:99999}.video-loader-content{display:flex;flex-direction:column;align-items:center;gap:15px}.video-loader-spinner{width:50px;height:50px;border:4px solid hsla(0,0%,100%,.1);border-top-color:#ff4757;border-radius:50%;display:block!important;visibility:visible!important;animation:video-spin .8s linear infinite}.video-loader-text{color:#fff;font-family:sans-serif;font-size:14px;font-weight:500;margin:0}@keyframes video-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.live-card{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:14px;padding:16px 18px;border-radius:16px;background:linear-gradient(135deg,#161616,#0f0f0f);border:1px solid hsla(0,0%,100%,.06);text-decoration:none;color:#fff;transition:all .2s ease}.live-card:hover{transform:translateY(-2px);border-color:rgba(255,45,85,.5)}.live-content{display:flex;flex-direction:column;gap:6px}.live-header{display:flex;align-items:center;gap:8px}.live-dot{width:8px;height:8px;background:#ff2d55;border-radius:50%}.live-title{font-size:15px;font-weight:600}.live-sub{font-size:12.5px;color:#9aa0a6}.live-cta{background:#ff2d55;padding:10px 16px;border-radius:12px;font-size:13px;font-weight:600;white-space:nowrap;transition:all .2s ease}.live-card:hover .live-cta{background:#e0264a}@media (max-width:640px){.live-card{flex-direction:column;align-items:stretch;gap:12px;width:100%;margin-top:4px}.live-cta{width:100%;text-align:center;padding:12px}.live-cta,.live-title{font-size:14px}.live-sub{font-size:12px}}.stripchat-banner-wrapper{position:relative;display:inline-flex;justify-content:center;align-items:center;overflow:hidden;padding:5px;border-radius:20px}.stripchat-banner-wrapper:before{content:"";position:absolute;inset:-40%;background:radial-gradient(circle,rgba(255,0,120,.12) 0,transparent 65%);opacity:.9;pointer-events:none}.stripchat-banner-image{position:relative;z-index:2;display:block;border-radius:14px;max-width:100%;height:auto}@media (max-width:767px){.mobile-stripchat-banner{max-width:300px;border-radius:14px}.stripchat-banner-wrapper{padding:4px;border-radius:16px}.stripchat-banner-image{border-radius:12px}}.mobile-stripchat-banner{display:block;max-width:280px}.desktop-stripchat-banner{display:none;max-width:728px}@media (min-width:768px){.mobile-stripchat-banner{display:none!important}.desktop-stripchat-banner{display:block!important}}.trending-cams-section{width:100%;display:flex;flex-direction:column;align-items:center;margin:24px 0}.trending-cams-header{width:100%;max-width:1150px;margin-bottom:12px}.trending-cams-frame{width:100%;max-width:1150px;overflow:hidden;border-radius:16px;background:#fff}.trending-cams-frame iframe{width:100%;height:430px;border:none;display:block}@media (max-width:768px){.trending-cams-frame{overflow-x:auto;-webkit-overflow-scrolling:touch}.trending-cams-frame iframe{width:1000px;height:260px}}.cams-section-wrapper{width:100%;max-width:1100px;margin:32px auto;padding:22px;border-radius:24px;background:linear-gradient(135deg,#021716,#042f2e 45%,#031f1e);border:1px solid rgba(110,231,200,.12);box-shadow:0 10px 30px rgba(0,0,0,.35),0 0 20px rgba(255,79,163,.08);position:relative;overflow:hidden}.cams-section-wrapper:before{content:"";position:absolute;top:-120px;right:-120px;width:260px;height:260px;background:rgba(255,79,163,.08);filter:blur(70px);border-radius:50%;pointer-events:none}.cams-section-header{margin-bottom:18px;position:relative;z-index:2}.cams-video-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px;position:relative;z-index:2}.cams-video-card{width:100%;overflow:hidden;border-radius:22px;background:#071312;border:1px solid hsla(0,0%,100%,.06);box-shadow:0 8px 18px rgba(0,0,0,.28),0 0 12px rgba(110,231,200,.06);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.cams-video-card:hover{transform:translateY(-4px);border-color:rgba(255,79,163,.22);box-shadow:0 14px 28px rgba(0,0,0,.4),0 0 18px rgba(255,79,163,.12)}.cams-video-card iframe{width:100%;height:340px;border:none;display:block;border-radius:22px}@media (max-width:1000px){.cams-video-card iframe{height:300px}}@media (max-width:768px){.cams-section-wrapper{padding:14px;border-radius:20px}.cams-video-grid{grid-template-columns:1fr;gap:18px}.cams-video-card{border-radius:18px}.cams-video-card iframe{height:260px;border-radius:18px}.ah-mobile-premium-bar{width:94%;max-width:420px;margin:12px auto;display:block;text-decoration:none;border-radius:16px;background:linear-gradient(135deg,#021716,#063534 50%,#021716);border:1px solid rgba(255,79,163,.16);box-shadow:0 6px 18px rgba(0,0,0,.32),0 0 14px rgba(255,79,163,.05);overflow:hidden}.ah-mobile-premium-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:10px;gap:10px;padding:10px 12px}.ah-mobile-live-badge{display:flex;align-items:center;gap:5px;color:#fff;font-size:10px;font-weight:700;white-space:nowrap;flex-shrink:0}.ah-mobile-live-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:#22c55e;box-shadow:0 0 6px rgba(34,197,94,.7)}.ah-mobile-text-area{min-width:0}.ah-mobile-title{color:#fff;font-size:13px;font-weight:700;line-height:1.1}.ah-mobile-description,.ah-mobile-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ah-mobile-description{margin-top:2px;color:hsla(0,0%,100%,.72);font-size:10px;line-height:1.2}.ah-mobile-button{padding:9px 12px;border-radius:12px;background:linear-gradient(135deg,#ff4fa3,#ff72b7);color:#fff;font-size:11px;font-weight:700;white-space:nowrap;box-shadow:0 4px 12px rgba(255,79,163,.22);flex-shrink:0}}@media (min-width:769px){.ah-mobile-premium-bar{width:100%;max-width:760px;margin:16px auto;display:block;text-decoration:none;border-radius:20px;background:linear-gradient(135deg,#021716,#063534 50%,#021716);border:1px solid rgba(255,79,163,.16);box-shadow:0 8px 22px rgba(0,0,0,.34),0 0 16px rgba(255,79,163,.05);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.ah-mobile-premium-bar:hover{transform:translateY(-2px);border-color:rgba(255,79,163,.26);box-shadow:0 12px 28px rgba(0,0,0,.42),0 0 18px rgba(255,79,163,.08)}.ah-mobile-premium-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:16px;gap:16px;padding:14px 18px}.ah-mobile-live-badge{display:flex;align-items:center;gap:6px;color:#fff;font-size:12px;font-weight:700;white-space:nowrap;flex-shrink:0}.ah-mobile-live-badge:before{content:"";width:7px;height:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 8px rgba(34,197,94,.7)}.ah-mobile-text-area{min-width:0}.ah-mobile-title{color:#fff;font-size:18px;font-weight:800;line-height:1.1;white-space:nowrap}.ah-mobile-description{margin-top:3px;color:hsla(0,0%,100%,.72);font-size:13px;line-height:1.3;white-space:nowrap}.ah-mobile-button{padding:12px 22px;border-radius:14px;background:linear-gradient(135deg,#ff4fa3,#ff72b7);color:#fff;font-size:14px;font-weight:700;white-space:nowrap;box-shadow:0 6px 16px rgba(255,79,163,.22);flex-shrink:0}}.ah-mobile-live-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:#22c55e;box-shadow:0 0 6px rgba(34,197,94,.7);animation:ahPulseLive 1.8s infinite}@keyframes ahPulseLive{0%{transform:scale(1);opacity:1}50%{transform:scale(1.35);opacity:.6}to{transform:scale(1);opacity:1}}.promoted-section{margin-top:18px!important}.promoted-header{margin-bottom:12px!important}.section-title1{font-size:22px!important;font-weight:900!important;color:#fff!important;letter-spacing:-.4px!important}.promoted-grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;grid-gap:14px!important;gap:14px!important}.promoted-card{position:relative!important;display:block!important;overflow:hidden!important;border-radius:18px!important;background:#0b0b0b!important;border:1px solid hsla(0,0%,100%,.06)!important;text-decoration:none!important;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease!important}.promoted-card:hover{transform:translateY(-3px)!important;border-color:hsla(0,0%,100%,.14)!important;box-shadow:0 10px 35px rgba(0,0,0,.45)!important}.promoted-image-wrap{position:relative!important;aspect-ratio:3/4!important;overflow:hidden!important}.promoted-image{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;transition:transform .25s ease!important}.promoted-card:hover .promoted-image{transform:scale(1.03)!important}.of-badge{position:absolute!important;top:10px!important;left:10px!important;width:34px!important;height:34px!important;border-radius:12px!important;background:rgba(0,0,0,.58)!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:5!important;border:1px solid hsla(0,0%,100%,.08)!important}.of-badge img{width:19px!important;height:19px!important;object-fit:contain!important}.promoted-overlay{position:absolute!important;left:0!important;right:0!important;bottom:0!important;padding:18px 14px 14px!important;background:linear-gradient(0deg,rgba(0,0,0,.95) 0,rgba(0,0,0,.76) 45%,transparent)!important}.promoted-name{color:#fff!important;font-size:17px!important;font-weight:800!important;line-height:1.15!important;margin-bottom:7px!important;text-shadow:0 2px 12px rgba(0,0,0,.7)!important}.promoted-offer{display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:12px!important;font-weight:700!important;color:#fff!important;background:rgba(0,185,255,.14)!important;border:1px solid rgba(0,185,255,.2)!important;padding:6px 10px!important;border-radius:999px!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;width:-moz-fit-content!important;width:fit-content!important;line-height:1.2!important}@media (max-width:900px){.promoted-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.section-title1{font-size:19px!important}.promoted-card{border-radius:15px!important}.promoted-overlay{padding:14px 10px 10px!important}.promoted-name{font-size:14px!important;line-height:1.12!important;margin-bottom:6px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.promoted-offer{font-size:10px!important;padding:5px 8px!important;border-radius:999px!important;max-width:100%!important;text-align:center!important}.of-badge{width:28px!important;height:28px!important;border-radius:10px!important;top:8px!important;left:8px!important}.of-badge img{width:15px!important;height:15px!important}}@media (max-width:480px){.promoted-grid{gap:8px!important}.promoted-overlay{padding:12px 9px 9px!important}.promoted-name{font-size:13px!important}.promoted-offer{font-size:9px!important;padding:4px 7px!important}}