
    .wrap {
      width: min(1120px, calc(100% - 40px));
      min-height: 100vh;
      margin: 0 auto;
      display:flex;
      flex-direction: column;
      align-items: center;
      padding: 48px 0;
    }

    .card {
      position: relative;
      /* width: 100%; */
      padding: clamp(28px, 5vw, 64px);
      border: 1px solid var(--panel-border);
      border-radius: 34px;
      background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.055));
      box-shadow: var(--shadow);
      backdrop-filter: blur(22px);
      overflow: hidden;
    }

    .card::after {
      content: "";
      position: absolute;
      width: 420px;
      height: 420px;
      right: -180px;
      top: -190px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(56, 189, 248, 0.34), transparent 65%);
      filter: blur(2px);
      pointer-events: none;
    }

    .detail-main {
      position: relative;
      /* z-index: 1; */
      display: grid;
      grid-template-columns: 1fr 1.3fr;
      gap: clamp(1.5rem, 7vw,3rem);
      align-items: center;
      margin-top: 120px;
    }

    .poster-box {
      position:relative;
      border-radius: 6px; 
      align-self: start; 
      justify-self: center;
      overflow: hidden;      
      
    }

    /* 现代电影海报通用的动态防干扰遮罩 */
    .poster-box::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* 顶部压暗 40% 保证标题清晰，底部压暗 60% 保证元数据/Tag 可读，中间透明留出视觉焦点 */
        background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.65) 0%,
            rgba(0, 0, 0, 0.1) 35%,
            rgba(0, 0, 0, 0.1) 65%,
            rgba(0, 0, 0, 0.8) 100%
        );
        pointer-events: none; /* 保证不挡住鼠标点击事件 */
    }

    .poster-rating {
      position: absolute;
      top: 1rem;
      left: 1rem;
      background: rgba(0, 0, 0, 0.2);
      backdrop-filter: blur(8px);
      /* border: 1px solid var(--accent); */
      color:#f5ebe0;
      font-size: 0.75rem;
      font-weight: 600;
      padding: 5px 12px;
      border-radius: 6px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      z-index: 100;
    }

    /* @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Cormorant+Garamond:ital,wght@1,600&family=Oswald:wght@600&family=Rajdhani:wght@700&display=swap'); */

    
    .poster-text {
      position: absolute;
      top: 70%;
      left:50%;
      transform: translateX(-50%);
      place-items: center;
      z-index: 100;
      display: flex;
      flex-direction: column;
      gap:1rem;
    }
    .poster-title{
      text-align:center ;
      font-weight: 300;
      text-transform: uppercase;
      color:#f5ebe0;
      font-size: clamp(0.5rem, 5vw, 1rem);
      line-height: 1.1;
      max-height: 4.4em;
      overflow: hidden;
    }
    .poster-subtitle{
      text-align:center ;
      font-weight: 200;
      color:#f5ebe0;
      font-size: 0.5rem;
    }
    
    .poster-box img {
      width:100%;
      height:auto;
      display:block;
    }

    .detail-info-box {
      display: flex;
      flex-direction: column;
      align-items: start;
      gap:0; 
    }

    .meta-container{
        display:flex; 
        flex-wrap: wrap;
        margin: 1rem 0;
        gap:0.5rem;
    }
    .meta-item {
      display: inline-flex;
      font-family: var(--font-mono);
      padding: 8px 12px; 
      color: var(--accent);
      /* background: rgba(56, 189, 248, 0.05); */
      border: 1px solid rgba(125, 211, 252, 0.24);
      border-radius: 16px;
      font-size: 13px;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      align-items: center;
      justify-content: center;
      min-width: 3rem;
      
    }

    .main-eyebow_title{
      font-family: var(--font-mono);
      font-size: 1rem;
      font-weight: 600;
      margin: 0.5rem 0;
      padding-left: 0.5rem;
      border-radius: 3px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      border-left: 5px solid var(--accent);
      
    }

    .main-title {
      font-family: var(--font-title);      
      max-width: 760px;
      /* margin: 0.2rem; */
      font-size: clamp(2.2rem, 8vw, 4.5rem);
      line-height: 0.94;
      font-weight: 800;
      letter-spacing: -1px;
    }

    .gradient-text {
      background: linear-gradient(90deg, #ffffff, #bae6fd 42%, #ddd6fe 78%, #bbf7d0);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }
    .ep-season-no {
       font-size:clamp(1.5rem, 6vw, 2.5rem);
       letter-spacing: 3px;
       font-weight: 700; 
       margin:1rem 0 0;
    }
    .ep-title {
      font-size: 1.3rem; 
      margin: 26px 0 0;
    }

    .plot {
      border-left: 0.3rem solid var(--accent); 
      border-radius: 0.15rem;
      padding-left: 1rem;
      margin: 1.5rem 0 0;
      color: var(--text-muted);
      font-size: clamp(18px, 2.2vw, 22px);
      line-height: 1.5;

   }

    /* .plot:hover {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      max-height: calc(1.5em * 3); 
    } */

    .btn-box {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 34px;
    }

    .button-main, .button-alt {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 0 20px;
      border-radius: 999px;
      text-decoration: none;
      font-weight: 800;
      transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
    }

    .button-main {
      color: var(--bg-color);
      background: #f8fafc;
      box-shadow: 0 14px 34px rgba(248, 250, 252, 0.16);
    }

    .button-alt {
      color: var(--text-main);
      border: 1px solid rgba(255,255,255,0.18);
      background: rgba(255,255,255,0.07);
    }

    .button-main:hover {
      transform: translateY(-2px);
      color: var(--bg-color);
    }
    .button-alt:hover {
      transform: translateY(-2px);
    }

    .mini-panel {
      border: 1px solid rgba(255,255,255,0.14);
      border-radius: 26px;
      background: rgba(2, 6, 23, 0.34);
      padding: 24px;
      color: var(--text-muted);
    }

    .mini-panel h2 {
      margin: 0 0 18px;
      font-size: 18px;
      letter-spacing: -0.02em;
    }

    .feature {
      display: flex;
      gap: 14px;
      padding: 16px 0;
      border-top: 1px solid rgba(255,255,255,0.1);
      align-items: center;
    }

    .feature:first-of-type { border-top: 0; padding-top: 0; }
    .feature:last-child { padding-bottom: 0; }

    .feature .icon {
      flex: 0 0 38px;
      height: 38px;
      display: grid;
      place-items: center;
      border-radius: 12px;
      background: rgba(56, 189, 248, 0.14);
      border: 1px solid rgba(125, 211, 252, 0.18);
    }

    .feature strong {
      display: inline block;
      margin-bottom: 4px;
      font-size: 15px;
    }
    .feature strong::after {
      content:" : "

    }
    .feature span {
      color: var(--text-sub);
      line-height: 1.45;
      font-size: 14px;
    }

    @media (max-width: 840px) {
      .detail-main { grid-template-columns: 1fr; margin-top: 120px;}
      .poster-box {width:80%;margin-top: 2rem;max-width: 380px;}
      .detail-rating { white-space: normal; }
    }