
*,*::before,*::after{box-sizing:border-box}
html,body{background:#0d0d0d;color:#e7edf3;font-family:Arial,Helvetica,sans-serif !important;min-width:0 !important;-webkit-text-size-adjust:100%;text-size-adjust:100%}
a{color:#bcd7ff;text-decoration:none}
a:hover{color:#e7f0ff}
.modern-page{max-width:980px;margin:0 auto;padding:16px}
.titlebar{background:#1f2227;border:1px solid #2b3038;border-radius:12px;padding:12px 16px;margin:12px 0;font-size:18px;font-weight:800;line-height:1.3;text-align:center}
.card{background:#1f2227;border:1px solid #2b3038;border-radius:12px;padding:14px;box-shadow:0 8px 20px rgba(0,0,0,.28)}
.card + .card{margin-top:12px}

/* details */
.movie-wrapper{display:flex;flex-wrap:wrap;gap:20px;align-items:start}
.poster{flex:0 0 120px;max-width:120px}
.poster img{width:100%;height:auto;border:1px solid #fff;border-radius:6px;box-shadow:0 2px 6px rgba(0,0,0,.35)}
.details{flex:1;min-width:200px}
.details .detail-row{display:flex;margin:4px 0;font-size:12px;line-height:1.55}
.details .label{color:#aeb2ba;font-weight:700;min-width:80px;margin-right:10px}
.details .value{color:#e7edf3}

/* synopsis */
.synopsis{background:#1f2227;border:1px solid #2b3038;border-radius:12px;padding:14px}
.synopsis-title{position:relative;display:inline-block;font-size:18px;font-weight:700;margin:0 0 8px}
.synopsis-title::after{content:"";display:block;width:120px;height:3px;background:#2F77D1;border-radius:2px;margin-top:6px}
.synopsis p{font-size:12px;line-height:1.55;margin:0}

/* top CTAs */
.cta-row{display:flex;gap:18px;justify-content:center;margin:14px 0}
.cta-btn{display:inline-flex;align-items:center;justify-content:center;height:38px;padding:0 28px;border-radius:10px;background:#2a2a2a;border:1px solid #5e5e5e;color:#fff;font-weight:700;letter-spacing:.3px;min-width:240px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.06);transition:transform .15s ease,filter .15s ease}
.cta-btn:hover{transform:translateY(-1px);filter:brightness(1.06)}

/* big poster frame */
.poster-wrap{background:#1a1d22;border:1px solid #2b3038;border-radius:12px;padding:12px;text-align:center;margin:12px auto 18px;max-width:740px}
.poster-wrap img{display:block;margin:0 auto;max-width:100%;height:auto;border:1px solid #fff;border-radius:6px;box-shadow:0 6px 18px rgba(0,0,0,.55)}

/* share + report row */
.media-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:14px 0 12px;padding:10px 12px;background:#1f2227;border:1px solid #2b3038;border-radius:10px}
.media-actions .left{display:flex;align-items:center;gap:8px;flex:1 1 auto}
.media-actions .right-holder{position:relative;z-index:9990;flex:0 0 auto}

/* Report button */
.report-btn{min-width:260px;background:#2F77D1;border:1px solid #2b3038;border-radius:8px;pointer-events:auto}
#reportBtn,#reportBtn.reported{display:inline-flex;align-items:center;justify-content:center;height:46px;padding:0 18px;line-height:1}
#reportBtn.reported{background:#29b35b !important;border-color:#1f8a45 !important;color:#fff !important}

/* original link bars */
.orig-links{margin-top:12px}
.linkbar{display:flex;align-items:center;justify-content:center;height:46px;padding:0 18px;margin:10px 0;border-radius:12px;font-weight:700;color:#fff;text-decoration:none;box-shadow:inset 0 -2px rgba(0,0,0,.25);transition:transform .15s ease,filter .15s ease}
.linkbar.link1{background:#2F77D1}
.linkbar.link2,.linkbar.link3{background:#2DAA44}
.linkbar:hover{transform:translateY(-1px);filter:brightness(1.06)}

/* Report modal */
#reportBtn.reported{background:#2ecc71 !important;pointer-events:none;cursor:default}
.report-modal-overlay{display:none;position:fixed;z-index:100000;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.7);justify-content:center;align-items:center}
.report-modal-content{background:#333;border:1px solid #555;color:#fff;width:90%;max-width:420px;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.5);padding:18px;position:relative;font-size:13px}
.report-modal-content h3{margin:0 0 12px;text-align:center;font-weight:700}
.report-modal-content .close-btn{position:absolute;right:12px;top:8px;font-size:26px;cursor:pointer;color:#aaa}
.report-modal-content .close-btn:hover{color:#fff}
.report-modal-content label{display:block;margin:8px 0;cursor:pointer;font-size:12px}
.report-modal-content textarea{width:100%;min-height:90px;background:#444;border:1px solid #555;border-radius:6px;color:#eee;padding:10px;resize:vertical;font-size:12px}
.report-modal-content button[type="submit"]{display:block;margin:16px auto 0;background:#2F77D1;border:1px solid #2b3038;color:#fff;font-weight:700;border-radius:8px;padding:10px 16px;cursor:pointer}
.note-box{background:#ff6b35;color:#fff;border-left:5px solid #ff4500;border-radius:8px;padding:12px;margin:10px 0;box-shadow:0 2px 8px rgba(255,107,53,.3);font-weight:400}
.note-box p{margin:0}

/* Responsive */
@media (max-width:768px){
  .modern-page{padding:12px}
  .movie-wrapper{flex-direction:column;align-items:center;gap:15px}
  .poster{flex:none;max-width:150px}
  .details{width:100%;max-width:100%}
  .cta-row{flex-direction:column;align-items:stretch}
  .cta-btn{width:100%}
  .media-actions{flex-direction:column;align-items:stretch}
  .linkbar{width:100%}
}
