/* ==========================================================
   WHITE / LIGHT VIDEO SITE UI
   ========================================================== */
:root{
  --bg:#ffffff;
  --surface:#ffffff;
  --surface-soft:#f8fafc;
  --line:#e2e8f0;
  --text:#111827;
  --muted:#64748b;
  --blue:#1687ff;
  --blue2:#21a8ff;
  --orange:#f5a000;
  --shadow:0 7px 25px rgba(15,23,42,.08);
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:#fff;color:var(--text);font-family:Arial,Helvetica,sans-serif}
body{min-height:100vh}
a{color:inherit}
.site-header{background:#fff;border-bottom:1px solid var(--line);box-shadow:0 3px 18px rgba(15,23,42,.06)}
.header-inner{width:min(1180px,calc(100% - 28px));margin:auto;min-height:108px;padding:15px 0 13px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px}
.brand-logo{display:inline-flex;align-items:center;justify-content:center;gap:0;text-decoration:none;line-height:1;text-align:center}
.brand-name{display:inline-block;color:#111!important;font-size:30px!important;font-weight:900!important;letter-spacing:-1.5px!important;text-shadow:none}
.brand-tagline{display:inline-flex;align-items:center;margin-left:0;padding:6px 8px 7px;background:#f5a000;color:#111!important;border-radius:2px;font-size:22px!important;line-height:1;font-weight:900;letter-spacing:-1px;text-transform:none}
.header-ad{color:#64748b;font-size:12px;text-align:center}
.container{width:min(1180px,calc(100% - 28px));margin:auto;padding:28px 0 70px}
.status{text-align:center;color:#64748b;margin:5px 0 18px}.status.error{color:#dc2626}
.top-buttons{width:100%;max-width:900px;margin:0 auto 24px;display:flex;justify-content:center;align-items:center;gap:10px}
.top-button-wrap{min-width:0}
.top-ad-button{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:7px 14px;border:1px solid #dbe4ee;border-radius:10px;text-decoration:none!important;color:#111827!important;background:#fff;box-shadow:0 4px 12px rgba(15,23,42,.07);font-size:12px;font-weight:800;overflow:hidden;transition:.18s ease}
.top-ad-button:before{content:"";position:absolute;inset:-100%;background:linear-gradient(115deg,transparent 42%,rgba(255,255,255,.8) 50%,transparent 58%);animation:buttonShine 3s infinite}
.top-ad-button span{position:relative;z-index:1;white-space:nowrap}.onlyfans-button{border-color:#f5c76b}.telegram-button{border-color:#8bcfff}
.top-ad-button:hover{transform:translateY(-1px);box-shadow:0 7px 18px rgba(15,23,42,.12)}
@keyframes buttonShine{0%,45%{transform:translateX(-55%) rotate(8deg)}70%,100%{transform:translateX(55%) rotate(8deg)}}
.video-list{display:flex;flex-direction:column;gap:10px;width:min(820px,100%);margin:0 auto}
.video-list-item{display:flex;align-items:center;gap:12px;width:100%;min-height:86px;padding:8px 10px;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 4px 14px rgba(15,23,42,.06);transition:border-color .18s,box-shadow .18s,transform .18s}
.video-list-item:hover{border-color:#cbd5e1;box-shadow:0 7px 20px rgba(15,23,42,.09);transform:translateY(-1px)}
.video-list-thumb{position:relative;flex:0 0 120px;width:120px;height:68px;overflow:hidden;border-radius:7px;background:#111;display:flex;align-items:center;justify-content:center;text-decoration:none}
.video-list-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.list-thumb-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#111}
.list-play{position:absolute;left:50%;top:50%;width:34px;height:34px;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;border:2px solid rgba(255,255,255,.96);border-radius:50%;background:rgba(0,0,0,.22);box-shadow:0 2px 9px rgba(0,0,0,.22)}
.list-play .play-triangle,.list-thumb-placeholder .play-triangle{border-top-width:7px;border-bottom-width:7px;border-left-width:11px;margin-left:3px}
.video-list-info{min-width:0;flex:1;display:flex;align-items:center;justify-content:space-between;gap:12px}
.video-list-title{min-width:0;color:#111827;font-size:14px;font-weight:800;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.video-list-title:hover{text-decoration:underline}
.video-list-info .download-now-centered{flex:0 0 auto;width:145px!important;max-width:none!important;min-height:38px!important;padding:0 12px!important;border-radius:9px!important;font-size:11px!important;white-space:nowrap!important}
.pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin:26px auto 0}.page-btn{min-width:40px;height:40px;border:1px solid #dbe4ee;border-radius:9px;background:#fff;color:#334155;font-weight:800;cursor:pointer}.page-btn.active{background:#1687ff;color:#fff;border-color:#1687ff}
@media(max-width:700px){
  .video-list{gap:8px}
  .video-list-item{min-height:76px;padding:7px 8px;gap:9px}
  .video-list-thumb{flex-basis:100px;width:100px;height:58px}
  .video-list-info{gap:8px}
  .video-list-title{font-size:12px}
  .video-list-info .download-now-centered{width:112px!important;min-height:34px!important;padding:0 6px!important;font-size:9px!important;border-radius:8px!important}
}
@media(max-width:430px){
  .video-list-thumb{flex-basis:92px;width:92px;height:54px}
  .video-list-info{display:grid;grid-template-columns:minmax(0,1fr);gap:6px}
  .video-list-title{font-size:11px}
  .video-list-info .download-now-centered{width:118px!important;min-height:30px!important;font-size:9px!important;margin:0!important}
}
/* Download page */
.download-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px 14px;background:#fff}.download-card{width:min(430px,100%);background:#fff;border:1px solid #dbe4ee;border-radius:18px;box-shadow:0 12px 40px rgba(15,23,42,.10);overflow:hidden}.download-head{padding:18px 18px 12px;text-align:center;border-bottom:1px solid #e5e7eb}.download-brand{font-size:24px;font-weight:900;color:#111827}.download-brand span{color:#1687ff}.download-title{margin:8px 0 0;color:#475569;font-size:13px;line-height:1.4;word-break:break-word}.download-ad{margin:18px;border:1px dashed #b9d8f5;border-radius:12px;min-height:180px;display:flex;align-items:center;justify-content:center;color:#64748b;background:#fff;font-size:11px;letter-spacing:1.4px}.download-ad-top{width:320px;max-width:calc(100% - 36px);height:50px;min-height:50px;margin:18px auto 14px}.download-native{margin-top:18px}.download-thumb{display:block;width:calc(100% - 36px);margin:18px auto 0;aspect-ratio:16/9;object-fit:cover;border-radius:12px;background:#f1f5f9}.download-actions{padding:0 18px 22px;display:flex;gap:10px}.download-main{flex:1;display:flex;align-items:center;justify-content:center;min-height:44px;border-radius:11px;text-decoration:none;color:#fff;font-weight:900;font-size:13px;background:linear-gradient(135deg,#1687ff,#075bda);border:1px solid #8bcfff;box-shadow:0 4px 16px rgba(22,135,255,.20);white-space:nowrap}.download-home{display:flex;align-items:center;justify-content:center;min-height:44px;padding:0 14px;border-radius:11px;text-decoration:none;color:#334155;border:1px solid #dbe4ee;background:#fff;font-size:12px;font-weight:800}@media(max-width:480px){.download-ad{min-height:150px}.download-title{font-size:12px}}

/* ==================== PLAYER LIGHT BACKGROUND FIX ==================== */
.player-shell{background:#fff}
.player-wrap{background:#111}
/* ================================================================ */
