/* roulang page: index */
:root{
      --bg:#09070D;
      --bg-2:#130B1D;
      --bg-3:#2A0D18;
      --panel:#15101B;
      --panel-2:#1C1024;
      --text:#F4EDF5;
      --muted:#B9AEBB;
      --weak:#7C7180;
      --line:rgba(255,255,255,.10);
      --line-hot:rgba(255,46,136,.38);
      --hot:#FF2E88;
      --purple:#9B5CFF;
      --amber:#FFB84D;
      --green:#42E6B7;
      --radius-sm:14px;
      --radius:22px;
      --radius-lg:30px;
      --shadow:0 22px 70px rgba(0,0,0,.48);
      --glow:0 0 34px rgba(255,46,136,.22);
      --container:1220px;
      --font:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans CJK SC",sans-serif;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:var(--font);
      color:var(--text);
      line-height:1.75;
      background:
        radial-gradient(circle at 12% 5%, rgba(255,46,136,.18), transparent 32%),
        radial-gradient(circle at 88% 8%, rgba(155,92,255,.16), transparent 34%),
        radial-gradient(circle at 52% 55%, rgba(42,13,24,.76), transparent 45%),
        linear-gradient(180deg, var(--bg), var(--bg-2) 48%, #08060B);
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.18;
      background-image:
        linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
      background-size:42px 42px;
      mask-image:linear-gradient(to bottom, rgba(0,0,0,.9), transparent 78%);
      z-index:-1;
    }
    a{color:inherit;text-decoration:none;transition:.22s ease}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    ::selection{background:rgba(255,46,136,.36);color:#fff}
    .site-container{
      width:min(var(--container), calc(100% - 40px));
      margin-inline:auto;
    }
    .section{
      padding:92px 0;
      position:relative;
    }
    .section.tight{padding:64px 0}
    .section-head{
      display:flex;
      justify-content:space-between;
      align-items:end;
      gap:24px;
      margin-bottom:34px;
    }
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--amber);
      font-weight:750;
      letter-spacing:.02em;
      margin-bottom:10px;
      font-size:14px;
    }
    .section-kicker:before{
      content:"";
      width:28px;
      height:3px;
      border-radius:999px;
      background:linear-gradient(90deg,var(--hot),var(--amber));
      box-shadow:var(--glow);
    }
    h1,h2,h3,p{margin-top:0}
    h1{
      font-size:clamp(32px,5.2vw,62px);
      line-height:1.1;
      letter-spacing:-.05em;
      font-weight:850;
      margin-bottom:18px;
    }
    h2{
      font-size:clamp(26px,3.2vw,40px);
      line-height:1.18;
      letter-spacing:-.035em;
      font-weight:820;
      margin-bottom:10px;
    }
    h3{
      font-size:20px;
      line-height:1.35;
      font-weight:760;
      margin-bottom:10px;
    }
    p{color:var(--muted);font-size:16px}
    .lead{
      font-size:18px;
      color:#D8CEDB;
      max-width:820px;
      margin-bottom:0;
    }
    .text-gradient{
      background:linear-gradient(90deg,#fff,var(--hot),var(--purple));
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
    }
    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      background:rgba(9,7,13,.78);
      backdrop-filter:blur(18px);
      border-bottom:1px solid var(--line);
    }
    .navbar{
      min-height:78px;
      padding:0;
    }
    .nav-shell{
      width:100%;
      display:grid;
      grid-template-columns:1fr auto 1fr;
      align-items:center;
      gap:18px;
    }
    .nav-left,.nav-right{
      display:flex;
      align-items:center;
      gap:12px;
    }
    .nav-left{justify-content:flex-end}
    .nav-right{justify-content:flex-start}
    .brand-logo{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      min-width:310px;
      padding:11px 18px;
      border:1px solid rgba(255,46,136,.28);
      border-radius:999px;
      background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
      box-shadow:0 0 28px rgba(255,46,136,.14);
      font-weight:850;
      letter-spacing:-.03em;
      white-space:nowrap;
    }
    .brand-mark{
      width:22px;
      height:22px;
      border-radius:50%;
      border:2px solid var(--hot);
      box-shadow:0 0 18px rgba(255,46,136,.65), inset 0 0 10px rgba(155,92,255,.45);
      position:relative;
      flex:0 0 auto;
    }
    .brand-mark:after{
      content:"";
      position:absolute;
      inset:5px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--hot),var(--purple));
    }
    .nav-link-custom{
      position:relative;
      padding:10px 14px;
      color:var(--muted);
      font-size:15px;
      font-weight:700;
      border-radius:999px;
    }
    .nav-link-custom:hover,
    .nav-link-custom:focus{
      color:#fff;
      background:rgba(255,46,136,.10);
      outline:none;
    }
    .nav-link-custom.active{
      color:#fff;
      background:rgba(255,46,136,.15);
      border:1px solid rgba(255,46,136,.22);
    }
    .nav-link-custom.active:after{
      content:"";
      position:absolute;
      left:18px;
      right:18px;
      bottom:4px;
      height:2px;
      border-radius:99px;
      background:linear-gradient(90deg,var(--hot),var(--purple));
    }
    .navbar-toggler{
      border:1px solid rgba(255,46,136,.34);
      border-radius:14px;
      padding:9px 11px;
      color:#fff;
      box-shadow:none!important;
      background:rgba(255,255,255,.04);
    }
    .toggler-lines{
      width:23px;
      height:16px;
      display:grid;
      align-content:space-between;
    }
    .toggler-lines span{
      display:block;
      height:2px;
      border-radius:10px;
      background:linear-gradient(90deg,var(--hot),var(--purple));
    }
    .btn-neon{
      border:0;
      border-radius:999px;
      color:#fff;
      font-weight:800;
      padding:13px 23px;
      background:linear-gradient(135deg,var(--hot),var(--purple));
      box-shadow:0 12px 34px rgba(255,46,136,.25);
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:9px;
      min-height:48px;
    }
    .btn-neon:hover,.btn-neon:focus{
      color:#fff;
      transform:translateY(-2px);
      box-shadow:0 18px 44px rgba(255,46,136,.35);
      outline:0;
    }
    .btn-ghost{
      border:1px solid rgba(255,46,136,.45);
      color:#fff;
      border-radius:999px;
      padding:12px 22px;
      background:rgba(255,255,255,.035);
      font-weight:780;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:9px;
      min-height:48px;
    }
    .btn-ghost:hover,.btn-ghost:focus{
      color:#fff;
      background:rgba(255,46,136,.12);
      transform:translateY(-2px);
      box-shadow:var(--glow);
      outline:0;
    }
    .chip,.badge-soft{
      display:inline-flex;
      align-items:center;
      gap:7px;
      border-radius:999px;
      padding:7px 11px;
      color:#EADFEB;
      font-size:13px;
      font-weight:720;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.055);
    }
    .chip:before,.badge-soft:before{
      content:"";
      width:7px;
      height:7px;
      border-radius:50%;
      background:var(--hot);
      box-shadow:0 0 10px rgba(255,46,136,.8);
    }
    .hero{
      padding:42px 0 78px;
    }
    .age-strip{
      border:1px solid rgba(255,184,77,.22);
      background:linear-gradient(90deg, rgba(255,184,77,.12), rgba(255,46,136,.08), transparent);
      border-radius:18px;
      padding:12px 16px;
      color:#FFE3B0;
      font-size:14px;
      margin-bottom:24px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
    }
    .age-strip strong{color:#fff}
    .hero-banner{
      position:relative;
      overflow:hidden;
      border:1px solid var(--line);
      border-radius:34px;
      background:
        linear-gradient(115deg, rgba(255,255,255,.08), rgba(255,255,255,.025) 45%, rgba(255,46,136,.10)),
        radial-gradient(circle at 88% 18%, rgba(255,46,136,.25), transparent 34%),
        radial-gradient(circle at 15% 100%, rgba(155,92,255,.22), transparent 32%);
      box-shadow:var(--shadow);
      padding:42px;
      min-height:380px;
    }
    .hero-banner:before{
      content:"";
      position:absolute;
      top:-90px;
      right:10%;
      width:330px;
      height:330px;
      border-radius:50%;
      background:rgba(255,46,136,.16);
      filter:blur(30px);
    }
    .hero-banner:after{
      content:"";
      position:absolute;
      inset:auto -80px -120px auto;
      width:460px;
      height:260px;
      background:linear-gradient(135deg, rgba(255,46,136,.25), rgba(155,92,255,.12));
      transform:skewX(-18deg);
      filter:blur(2px);
      opacity:.7;
    }
    .hero-content{position:relative;z-index:2}
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:13px;
      margin:28px 0 26px;
    }
    .hero-points{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:12px;
      max-width:850px;
    }
    .hero-point{
      border:1px solid rgba(255,255,255,.10);
      border-radius:18px;
      padding:14px;
      background:rgba(9,7,13,.48);
    }
    .hero-point b{
      display:block;
      color:#fff;
      font-size:22px;
      line-height:1.1;
      font-variant-numeric:tabular-nums;
    }
    .hero-point span{
      color:var(--muted);
      font-size:13px;
    }
    .dashboard-row{
      margin-top:22px;
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:18px;
    }
    .panel-card{
      position:relative;
      overflow:hidden;
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
      box-shadow:0 16px 52px rgba(0,0,0,.32);
      transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease;
    }
    .panel-card:hover{
      transform:translateY(-4px);
      border-color:rgba(255,46,136,.50);
      box-shadow:0 20px 70px rgba(0,0,0,.45), var(--glow);
    }
    .metric-grid{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:14px;
    }
    .metric-card{
      padding:18px;
      min-height:152px;
    }
    .metric-card:before{
      content:"";
      position:absolute;
      top:0;
      left:0;
      right:0;
      height:3px;
      background:linear-gradient(90deg,var(--hot),var(--purple),var(--amber));
      opacity:.82;
    }
    .metric-icon{
      width:38px;
      height:38px;
      border-radius:13px;
      display:grid;
      place-items:center;
      color:#fff;
      background:rgba(255,46,136,.13);
      border:1px solid rgba(255,46,136,.22);
      margin-bottom:13px;
    }
    .metric-value{
      font-size:30px;
      line-height:1;
      font-weight:870;
      font-variant-numeric:tabular-nums;
      color:#fff;
      margin-bottom:8px;
    }
    .metric-title{
      font-weight:770;
      color:#fff;
      margin-bottom:4px;
    }
    .metric-note{
      color:var(--muted);
      font-size:13px;
      line-height:1.55;
      margin:0;
    }
    .matrix-grid{
      display:grid;
      grid-template-columns:1.3fr .9fr .9fr;
      grid-auto-rows:minmax(188px, auto);
      gap:18px;
    }
    .matrix-card{
      padding:22px;
      min-height:188px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
    }
    .matrix-card.big{
      grid-row:span 2;
      min-height:394px;
      background:
        linear-gradient(180deg, rgba(255,46,136,.16), rgba(255,255,255,.035)),
        radial-gradient(circle at 70% 25%, rgba(155,92,255,.30), transparent 34%);
    }
    .poster-art{
      flex:1;
      min-height:150px;
      border-radius:20px;
      margin:18px 0;
      border:1px solid rgba(255,255,255,.10);
      background:
        linear-gradient(135deg, rgba(255,46,136,.30), transparent 42%),
        linear-gradient(45deg, rgba(255,184,77,.18), transparent 35%),
        repeating-linear-gradient(90deg, rgba(255,255,255,.08) 0 8px, transparent 8px 20px),
        #160B1C;
      position:relative;
      overflow:hidden;
    }
    .poster-art:after{
      content:"97";
      position:absolute;
      right:20px;
      bottom:10px;
      color:rgba(255,255,255,.16);
      font-size:82px;
      font-weight:900;
      line-height:1;
    }
    .card-link{
      color:#fff;
      font-weight:800;
      display:inline-flex;
      align-items:center;
      gap:8px;
      margin-top:12px;
    }
    .card-link:hover{color:var(--amber)}
    .compare-wrap{
      display:grid;
      grid-template-columns:1fr auto 1fr;
      gap:18px;
      align-items:stretch;
    }
    .compare-panel{
      padding:26px;
    }
    .compare-divider{
      width:62px;
      display:grid;
      place-items:center;
      color:#fff;
      font-weight:900;
    }
    .arrow-pill{
      width:48px;
      height:48px;
      border-radius:50%;
      display:grid;
      place-items:center;
      background:linear-gradient(135deg,var(--hot),var(--purple));
      box-shadow:var(--glow);
    }
    .check-list{
      list-style:none;
      padding:0;
      margin:18px 0 0;
      display:grid;
      gap:12px;
    }
    .check-list li{
      display:flex;
      gap:10px;
      color:var(--muted);
      border-top:1px solid rgba(255,255,255,.075);
      padding-top:12px;
    }
    .check-list li:before{
      content:"";
      width:9px;
      height:9px;
      border-radius:50%;
      background:var(--hot);
      box-shadow:0 0 12px rgba(255,46,136,.85);
      margin-top:9px;
      flex:0 0 auto;
    }
    .timeline{
      position:relative;
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:16px;
    }
    .timeline:before{
      content:"";
      position:absolute;
      top:34px;
      left:8%;
      right:8%;
      height:2px;
      background:linear-gradient(90deg,transparent,var(--hot),var(--purple),transparent);
      opacity:.65;
    }
    .timeline-item{
      padding:22px;
      position:relative;
      z-index:1;
    }
    .timeline-num{
      width:44px;
      height:44px;
      border-radius:16px;
      background:#120B18;
      border:1px solid rgba(255,46,136,.36);
      display:grid;
      place-items:center;
      color:#fff;
      font-weight:900;
      box-shadow:var(--glow);
      margin-bottom:18px;
    }
    .info-layout{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:22px;
    }
    .link-list{
      list-style:none;
      padding:0;
      margin:0;
      display:grid;
      gap:12px;
    }
    .link-list a{
      display:flex;
      justify-content:space-between;
      gap:18px;
      padding:15px 16px;
      border-radius:16px;
      border:1px solid rgba(255,255,255,.09);
      background:rgba(255,255,255,.035);
      color:#fff;
      font-weight:720;
    }
    .link-list a:hover{
      border-color:rgba(255,46,136,.42);
      background:rgba(255,46,136,.09);
      transform:translateX(4px);
    }
    .link-list small{
      color:var(--weak);
      white-space:nowrap;
    }
    .recommend-card{
      padding:24px;
      height:100%;
      background:
        linear-gradient(180deg, rgba(155,92,255,.12), rgba(255,46,136,.07)),
        rgba(255,255,255,.03);
    }
    .guarantee-grid{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:16px;
    }
    .guarantee-card{
      padding:22px;
      min-height:190px;
    }
    .guarantee-card .icon-dot{
      width:42px;
      height:42px;
      border-radius:50%;
      background:radial-gradient(circle,var(--amber),var(--hot));
      box-shadow:0 0 24px rgba(255,184,77,.25);
      margin-bottom:16px;
    }
    .multi-panel{
      display:grid;
      grid-template-columns:.9fr 1.1fr;
      gap:22px;
      align-items:center;
      padding:30px;
    }
    .device-grid{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:14px;
    }
    .device-card{
      border-radius:22px;
      border:1px solid rgba(255,255,255,.10);
      background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
      padding:18px;
      min-height:168px;
      position:relative;
      overflow:hidden;
    }
    .device-card:after{
      content:"";
      position:absolute;
      inset:auto 14px 14px 14px;
      height:5px;
      border-radius:999px;
      background:linear-gradient(90deg,var(--hot),var(--purple));
      opacity:.68;
    }
    .accordion{
      display:grid;
      gap:14px;
    }
    .accordion-item{
      background:rgba(19,11,29,.86);
      border:1px solid rgba(255,255,255,.10);
      border-radius:18px!important;
      overflow:hidden;
    }
    .accordion-button{
      background:transparent!important;
      color:#fff!important;
      font-weight:780;
      padding:18px 20px;
      box-shadow:none!important;
    }
    .accordion-button:not(.collapsed){
      border-bottom:1px solid rgba(255,46,136,.22);
    }
    .accordion-button:focus{
      box-shadow:0 0 0 .2rem rgba(255,46,136,.16)!important;
      border-color:rgba(255,46,136,.34);
    }
    .accordion-button::after{
      filter:invert(1) grayscale(1);
      opacity:.8;
    }
    .accordion-body{
      color:var(--muted);
      padding:18px 20px 22px;
      line-height:1.8;
    }
    .form-section-card{
      display:grid;
      grid-template-columns:.86fr 1.14fr;
      gap:26px;
      padding:30px;
    }
    .form-control,.form-select{
      background:#120B18;
      border:1px solid rgba(255,255,255,.14);
      color:#fff;
      border-radius:14px;
      padding:12px 14px;
    }
    .form-control::placeholder{color:rgba(244,237,245,.45)}
    .form-control:focus,.form-select:focus{
      background:#120B18;
      color:#fff;
      border-color:var(--hot);
      box-shadow:0 0 0 .2rem rgba(255,46,136,.16);
    }
    .form-select option{background:#120B18;color:#fff}
    textarea.form-control{min-height:126px}
    .form-label{
      color:#F2E8F4;
      font-weight:720;
      margin-bottom:7px;
    }
    .form-check-input{
      background-color:#120B18;
      border:1px solid rgba(255,46,136,.45);
      box-shadow:none!important;
    }
    .form-check-input:checked{
      background-color:var(--hot);
      border-color:var(--hot);
    }
    .form-check-label{
      color:var(--muted);
      font-size:14px;
    }
    .form-alert{
      display:none;
      border-radius:16px;
      border:1px solid rgba(66,230,183,.25);
      background:rgba(66,230,183,.08);
      color:#C8FFEF;
      padding:12px 14px;
      margin-top:14px;
    }
    .site-footer{
      border-top:1px solid rgba(255,46,136,.24);
      background:linear-gradient(180deg, rgba(9,7,13,.92), #050407);
      padding:46px 0 26px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:28px;
      align-items:start;
    }
    .footer-brand{
      display:inline-flex;
      align-items:center;
      gap:10px;
      font-weight:850;
      margin-bottom:14px;
    }
    .footer-links{
      display:flex;
      justify-content:flex-end;
      flex-wrap:wrap;
      gap:10px;
    }
    .footer-links a{
      color:var(--muted);
      border:1px solid rgba(255,255,255,.09);
      border-radius:999px;
      padding:8px 12px;
      font-size:14px;
    }
    .footer-links a:hover{
      color:#fff;
      border-color:rgba(255,46,136,.40);
      background:rgba(255,46,136,.08);
    }
    .copyright{
      margin-top:24px;
      padding-top:18px;
      border-top:1px solid rgba(255,255,255,.08);
      color:var(--weak);
      font-size:13px;
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
    }
    @media (max-width: 991.98px){
      .site-container{width:min(100% - 28px, var(--container))}
      .navbar{min-height:68px;padding:10px 0}
      .nav-shell{
        display:flex;
        justify-content:space-between;
      }
      .brand-logo{
        min-width:0;
        max-width:calc(100vw - 100px);
        padding:10px 13px;
        font-size:14px;
      }
      .navbar-collapse{
        margin-top:12px;
        padding:12px;
        border:1px solid rgba(255,255,255,.10);
        border-radius:20px;
        background:rgba(15,9,20,.98);
      }
      .mobile-nav-list{
        display:grid;
        gap:8px;
      }
      .nav-left,.nav-right{
        display:contents;
      }
      .nav-link-custom{
        display:block;
        border-radius:14px;
        padding:12px 14px;
      }
      .hero-banner{padding:28px;border-radius:28px}
      .dashboard-row,.info-layout,.multi-panel,.form-section-card,.footer-grid{
        grid-template-columns:1fr;
      }
      .metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
      .matrix-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
      .matrix-card.big{grid-column:1 / -1;grid-row:auto;min-height:320px}
      .compare-wrap{grid-template-columns:1fr}
      .compare-divider{width:100%;height:50px}
      .timeline{grid-template-columns:repeat(2,minmax(0,1fr))}
      .timeline:before{display:none}
      .guarantee-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
      .device-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
    }
    @media (max-width: 767.98px){
      .section{padding:64px 0}
      .section.tight{padding:48px 0}
      .section-head{
        display:block;
        margin-bottom:24px;
      }
      .lead{font-size:16px}
      .age-strip{
        align-items:flex-start;
        flex-direction:column;
        gap:8px;
      }
      .hero{padding:26px 0 56px}
      .hero-banner{padding:22px;min-height:auto}
      .hero-actions{display:grid;grid-template-columns:1fr;gap:10px}
      .hero-points{grid-template-columns:1fr}
      .metric-grid,.matrix-grid,.timeline,.guarantee-grid,.device-grid{
        grid-template-columns:1fr;
      }
      .poster-art{min-height:120px}
      .panel-card:hover{transform:none}
      .form-section-card,.multi-panel{padding:22px}
      .copyright{display:block}
      .copyright span{display:block;margin-top:8px}
    }
    @media (max-width: 520px){
      h1{font-size:32px}
      h2{font-size:26px}
      .site-container{width:min(100% - 22px, var(--container))}
      .brand-logo{font-size:13px}
      .chip,.badge-soft{font-size:12px}
      .hero-point b,.metric-value{font-size:25px}
      .link-list a{
        display:block;
      }
      .link-list small{display:block;margin-top:4px}
    }

/* roulang page: category1 */
:root{
      --bg:#09070D;
      --bg-2:#130B1D;
      --bg-3:#2A0D18;
      --card:rgba(255,255,255,.065);
      --card-2:rgba(255,255,255,.035);
      --line:rgba(255,255,255,.10);
      --line-hot:rgba(255,46,136,.46);
      --text:#F4EDF5;
      --muted:#B9AEBB;
      --weak:#7C7180;
      --pink:#FF2E88;
      --purple:#9B5CFF;
      --amber:#FFB84D;
      --green:#65F2C2;
      --radius-xl:28px;
      --radius-lg:22px;
      --radius-md:16px;
      --shadow:0 20px 70px rgba(0,0,0,.48);
      --glow:0 0 28px rgba(255,46,136,.26);
      --font:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans CJK SC",sans-serif;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:var(--font);
      color:var(--text);
      background:
        radial-gradient(circle at 16% 4%, rgba(255,46,136,.22), transparent 32%),
        radial-gradient(circle at 86% 12%, rgba(155,92,255,.16), transparent 34%),
        linear-gradient(145deg, var(--bg) 0%, var(--bg-2) 48%, #12070c 100%);
      min-height:100vh;
      line-height:1.75;
      overflow-x:hidden;
    }
    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      z-index:-1;
      opacity:.23;
      background-image:
        linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
      background-size:42px 42px;
      mask-image:linear-gradient(to bottom, rgba(0,0,0,.9), transparent 72%);
    }
    a{color:inherit;text-decoration:none;transition:color .22s ease, border-color .22s ease, transform .22s ease, background .22s ease}
    img{max-width:100%;display:block}
    button,input,select,textarea{font-family:inherit}
    ::selection{background:rgba(255,46,136,.42);color:#fff}

    .site-container{
      width:min(100% - 40px, 1220px);
      margin-inline:auto;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      border-bottom:1px solid rgba(255,255,255,.08);
      background:rgba(9,7,13,.78);
      backdrop-filter:blur(18px);
      box-shadow:0 12px 42px rgba(0,0,0,.28);
    }
    .navbar{padding:14px 0}
    .nav-shell{
      width:100%;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:28px;
    }
    .nav-left,.nav-right{
      display:flex;
      align-items:center;
      gap:14px;
      flex:1;
    }
    .nav-left{justify-content:flex-end}
    .nav-right{justify-content:flex-start}
    .brand-logo{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:11px;
      color:#fff;
      font-weight:850;
      letter-spacing:-.02em;
      white-space:nowrap;
      min-width:max-content;
    }
    .brand-logo span:last-child{
      max-width:360px;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    .brand-mark{
      width:34px;
      height:34px;
      border-radius:50%;
      display:inline-block;
      position:relative;
      flex:0 0 auto;
      background:
        radial-gradient(circle at 35% 30%, #fff 0 5%, transparent 7%),
        conic-gradient(from 120deg, var(--pink), var(--purple), var(--amber), var(--pink));
      box-shadow:0 0 22px rgba(255,46,136,.42);
    }
    .brand-mark::after{
      content:"";
      position:absolute;
      inset:8px;
      border-radius:50%;
      background:#110916;
      border:1px solid rgba(255,255,255,.20);
    }
    .nav-link-custom{
      position:relative;
      padding:10px 14px;
      border-radius:999px;
      color:var(--muted);
      font-weight:700;
      font-size:14px;
      border:1px solid transparent;
    }
    .nav-link-custom:hover{
      color:#fff;
      background:rgba(255,255,255,.055);
      border-color:rgba(255,46,136,.24);
    }
    .nav-link-custom.active{
      color:#fff;
      background:linear-gradient(135deg, rgba(255,46,136,.22), rgba(155,92,255,.14));
      border-color:rgba(255,46,136,.42);
      box-shadow:0 0 20px rgba(255,46,136,.16);
    }
    .nav-link-custom.active::before{
      content:"";
      position:absolute;
      left:14px;
      right:14px;
      bottom:5px;
      height:2px;
      border-radius:99px;
      background:linear-gradient(90deg,var(--pink),var(--purple));
    }
    .navbar-toggler{
      border:1px solid rgba(255,46,136,.42);
      border-radius:14px;
      padding:10px 11px;
      box-shadow:none!important;
      background:rgba(255,46,136,.08);
    }
    .toggler-lines{display:grid;gap:4px}
    .toggler-lines span{
      width:22px;
      height:2px;
      border-radius:99px;
      background:linear-gradient(90deg,var(--pink),var(--purple));
      display:block;
    }

    main{position:relative}
    .section{padding:90px 0}
    .section.tight{padding:62px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border-radius:999px;
      color:#fff;
      font-weight:750;
      font-size:13px;
      border:1px solid rgba(255,46,136,.34);
      background:rgba(255,46,136,.09);
      box-shadow:0 0 20px rgba(255,46,136,.12);
    }
    .eyebrow::before{
      content:"";
      width:7px;height:7px;border-radius:50%;
      background:var(--pink);
      box-shadow:0 0 12px var(--pink);
    }
    .section-title{
      margin:14px 0 12px;
      font-weight:850;
      line-height:1.16;
      letter-spacing:-.04em;
      font-size:clamp(28px,4vw,42px);
    }
    .section-copy{
      color:var(--muted);
      max-width:760px;
      margin:0;
      font-size:16px;
    }
    .btn-neon,.btn-ghost{
      border:0;
      min-height:46px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      padding:12px 22px;
      border-radius:999px;
      font-weight:800;
      transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
    }
    .btn-neon{
      color:#fff;
      background:linear-gradient(135deg,var(--pink),var(--purple));
      box-shadow:0 14px 34px rgba(255,46,136,.22);
    }
    .btn-neon:hover{
      color:#fff;
      transform:translateY(-2px);
      box-shadow:0 18px 46px rgba(255,46,136,.36);
      background:linear-gradient(155deg,var(--pink),var(--purple));
    }
    .btn-ghost{
      color:#fff;
      border:1px solid rgba(255,46,136,.42);
      background:rgba(255,255,255,.035);
    }
    .btn-ghost:hover{
      color:#fff;
      transform:translateY(-2px);
      background:rgba(255,46,136,.12);
      border-color:rgba(255,46,136,.7);
    }
    .btn-neon:focus-visible,.btn-ghost:focus-visible,.chip:focus-visible,.form-control:focus,.form-select:focus{
      outline:0;
      box-shadow:0 0 0 .22rem rgba(255,46,136,.22);
    }

    .category-hero{
      padding:52px 0 34px;
      position:relative;
    }
    .category-hero::after{
      content:"";
      position:absolute;
      right:-80px;
      top:-10px;
      width:390px;
      height:390px;
      border-radius:50%;
      background:radial-gradient(circle, rgba(255,46,136,.22), transparent 68%);
      filter:blur(4px);
      z-index:-1;
    }
    .breadcrumb-line{
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      gap:10px;
      color:var(--weak);
      font-size:14px;
      margin-bottom:22px;
    }
    .breadcrumb-line a{color:var(--muted)}
    .breadcrumb-line a:hover{color:#fff}
    .breadcrumb-line .current{color:#fff}
    .hero-panel{
      display:grid;
      grid-template-columns:minmax(0,1.16fr) minmax(320px,.84fr);
      gap:28px;
      align-items:stretch;
    }
    .hero-copy-card,.rush-card{
      border:1px solid var(--line);
      background:linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.026));
      border-radius:var(--radius-xl);
      box-shadow:var(--shadow);
      overflow:hidden;
      position:relative;
    }
    .hero-copy-card{
      padding:34px;
    }
    .hero-copy-card::before,.rush-card::before,.panel-card::before,.sidebar-card::before{
      content:"";
      position:absolute;
      left:0;right:0;top:0;
      height:2px;
      background:linear-gradient(90deg,var(--pink),var(--purple),transparent);
    }
    h1{
      margin:16px 0 16px;
      font-weight:880;
      line-height:1.1;
      font-size:clamp(32px,5.2vw,58px);
      letter-spacing:-.055em;
    }
    .hero-sub{
      color:var(--muted);
      font-size:17px;
      max-width:760px;
      margin:0 0 22px;
    }
    .age-alert{
      display:flex;
      gap:12px;
      align-items:flex-start;
      padding:14px 16px;
      border-radius:18px;
      background:rgba(255,184,77,.08);
      border:1px solid rgba(255,184,77,.26);
      color:#F8E2BD;
      margin-top:22px;
    }
    .age-alert strong{color:#fff}
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:24px;
    }

    .rush-card{
      padding:20px;
      display:flex;
      flex-direction:column;
      gap:16px;
      min-height:100%;
      background:
        radial-gradient(circle at 80% 10%, rgba(255,46,136,.20), transparent 38%),
        linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
    }
    .rush-strip{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:12px;
      border-radius:18px;
      background:rgba(255,46,136,.12);
      border:1px solid rgba(255,46,136,.28);
    }
    .rush-strip span:first-child{font-weight:850;color:#fff}
    .countdown{
      display:flex;
      align-items:center;
      gap:6px;
      font-variant-numeric:tabular-nums;
    }
    .countdown b{
      min-width:32px;
      padding:5px 7px;
      border-radius:10px;
      text-align:center;
      background:#0d0711;
      color:#fff;
      border:1px solid rgba(255,255,255,.12);
    }
    .featured-entry{
      flex:1;
      border-radius:24px;
      padding:22px;
      border:1px solid rgba(255,255,255,.11);
      background:
        linear-gradient(135deg, rgba(155,92,255,.18), transparent 38%),
        linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
      position:relative;
      overflow:hidden;
    }
    .featured-entry::after{
      content:"97";
      position:absolute;
      right:-6px;
      bottom:-28px;
      font-size:116px;
      line-height:1;
      font-weight:900;
      color:rgba(255,255,255,.055);
      letter-spacing:-.08em;
    }
    .featured-entry h2{
      position:relative;
      z-index:1;
      margin:16px 0 8px;
      font-size:26px;
      line-height:1.2;
      font-weight:850;
    }
    .featured-entry p{
      position:relative;
      z-index:1;
      color:var(--muted);
      margin:0 0 18px;
    }
    .mini-stats{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:10px;
      margin-top:18px;
    }
    .mini-stat{
      padding:12px 10px;
      border-radius:16px;
      border:1px solid rgba(255,255,255,.10);
      background:rgba(0,0,0,.18);
    }
    .mini-stat strong{
      display:block;
      font-size:20px;
      color:#fff;
      line-height:1.1;
      font-variant-numeric:tabular-nums;
    }
    .mini-stat span{font-size:12px;color:var(--weak)}

    .chips-wrap{
      display:flex;
      gap:12px;
      overflow-x:auto;
      padding:8px 2px 4px;
      scrollbar-width:thin;
      scrollbar-color:rgba(255,46,136,.5) transparent;
    }
    .chip{
      flex:0 0 auto;
      border:1px solid rgba(255,255,255,.12);
      color:var(--muted);
      background:rgba(255,255,255,.045);
      border-radius:999px;
      padding:10px 15px;
      font-weight:750;
      min-height:42px;
      cursor:default;
      transition:all .22s ease;
    }
    .chip.active{
      color:#fff;
      border-color:rgba(255,46,136,.65);
      background:linear-gradient(135deg, rgba(255,46,136,.82), rgba(155,92,255,.68));
      box-shadow:0 0 24px rgba(255,46,136,.20);
    }
    .chip:hover{
      color:#fff;
      border-color:rgba(255,46,136,.5);
      transform:translateY(-1px);
    }

    .content-layout{
      display:grid;
      grid-template-columns:minmax(0,1fr) 320px;
      gap:26px;
      align-items:start;
    }
    .poster-grid{
      display:grid;
      grid-template-columns:repeat(12,1fr);
      gap:18px;
    }
    .poster-card{
      grid-column:span 4;
      min-height:100%;
      border:1px solid var(--line);
      border-radius:var(--radius-lg);
      background:linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
      overflow:hidden;
      box-shadow:0 16px 46px rgba(0,0,0,.28);
      transition:transform .22s ease, border-color .22s ease, box-shadow .22s ease;
    }
    .poster-card.large{grid-column:span 8}
    .poster-card.wide{grid-column:span 6}
    .poster-card:hover{
      transform:translateY(-4px);
      border-color:rgba(255,46,136,.58);
      box-shadow:0 22px 58px rgba(0,0,0,.42), var(--glow);
    }
    .poster-cover{
      min-height:178px;
      position:relative;
      overflow:hidden;
      background:
        radial-gradient(circle at 25% 20%, rgba(255,46,136,.55), transparent 28%),
        radial-gradient(circle at 72% 42%, rgba(155,92,255,.42), transparent 30%),
        linear-gradient(145deg, #1A0B22, #09070D);
    }
    .poster-card.large .poster-cover{min-height:226px}
    .poster-cover::before{
      content:"";
      position:absolute;
      inset:0;
      opacity:.28;
      background:repeating-linear-gradient(90deg, transparent 0 15px, rgba(255,255,255,.12) 16px 17px);
      transform:skewX(-12deg) scale(1.08);
    }
    .poster-no{
      position:absolute;
      left:16px;
      top:16px;
      font-size:34px;
      font-weight:900;
      letter-spacing:-.07em;
      color:rgba(255,255,255,.92);
      text-shadow:0 0 22px rgba(255,46,136,.55);
      font-variant-numeric:tabular-nums;
    }
    .corner-badge{
      position:absolute;
      right:14px;
      top:14px;
      padding:6px 10px;
      border-radius:999px;
      font-size:12px;
      font-weight:800;
      color:#fff;
      background:rgba(0,0,0,.36);
      border:1px solid rgba(255,255,255,.18);
      backdrop-filter:blur(10px);
    }
    .poster-body{padding:19px}
    .poster-body h3{
      margin:0 0 9px;
      font-weight:830;
      font-size:20px;
      line-height:1.25;
    }
    .poster-body p{
      margin:0 0 14px;
      color:var(--muted);
      font-size:15px;
      display:-webkit-box;
      -webkit-line-clamp:2;
      -webkit-box-orient:vertical;
      overflow:hidden;
    }
    .tag-list{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-bottom:16px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:6px 10px;
      border-radius:999px;
      color:#EEDDF0;
      font-size:12px;
      font-weight:760;
      background:rgba(255,255,255,.052);
      border:1px solid rgba(255,255,255,.105);
    }
    .tag::before{
      content:"";
      width:6px;height:6px;border-radius:50%;
      background:var(--pink);
      box-shadow:0 0 8px rgba(255,46,136,.8);
    }
    .text-link{
      display:inline-flex;
      align-items:center;
      gap:6px;
      font-weight:850;
      color:#fff;
    }
    .text-link:hover{color:#ffd7e8;transform:translateX(2px)}

    .side-stack{
      position:sticky;
      top:100px;
      display:grid;
      gap:16px;
    }
    .sidebar-card,.panel-card{
      position:relative;
      overflow:hidden;
      border-radius:var(--radius-lg);
      border:1px solid var(--line);
      background:linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
      box-shadow:0 18px 50px rgba(0,0,0,.30);
      padding:20px;
    }
    .sidebar-card h3,.panel-card h3{
      margin:0 0 10px;
      font-size:20px;
      font-weight:830;
    }
    .sidebar-card p,.panel-card p{color:var(--muted);margin:0 0 14px}
    .side-list{
      display:grid;
      gap:10px;
      padding:0;
      margin:0;
      list-style:none;
    }
    .side-list li{
      display:flex;
      align-items:flex-start;
      gap:10px;
      padding:10px 0;
      border-bottom:1px solid rgba(255,255,255,.075);
      color:var(--muted);
    }
    .side-list li:last-child{border-bottom:0}
    .side-list li::before{
      content:"";
      margin-top:10px;
      width:7px;height:7px;border-radius:50%;
      flex:0 0 auto;
      background:var(--amber);
      box-shadow:0 0 10px rgba(255,184,77,.62);
    }
    .quick-links{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
    }
    .quick-links a{
      padding:8px 10px;
      border-radius:999px;
      color:var(--muted);
      border:1px solid rgba(255,255,255,.10);
      background:rgba(255,255,255,.04);
      font-size:13px;
      font-weight:750;
    }
    .quick-links a:hover{color:#fff;border-color:rgba(255,46,136,.48);background:rgba(255,46,136,.10)}

    .flow-grid{
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:22px;
      align-items:stretch;
    }
    .steps{
      display:grid;
      gap:12px;
      margin-top:18px;
    }
    .step-item{
      display:grid;
      grid-template-columns:52px 1fr;
      gap:14px;
      padding:15px;
      border-radius:18px;
      border:1px solid rgba(255,255,255,.10);
      background:rgba(255,255,255,.035);
    }
    .step-num{
      width:52px;height:52px;border-radius:18px;
      display:grid;place-items:center;
      color:#fff;
      font-weight:900;
      background:linear-gradient(135deg,var(--pink),var(--purple));
      box-shadow:0 0 24px rgba(255,46,136,.20);
      font-variant-numeric:tabular-nums;
    }
    .step-item h4{margin:0 0 3px;font-size:17px;font-weight:820}
    .step-item p{margin:0;color:var(--muted);font-size:14px}
    .compare-mini{
      min-height:100%;
      display:grid;
      align-content:center;
      gap:12px;
    }
    .compare-row{
      display:flex;
      justify-content:space-between;
      gap:12px;
      padding:14px 0;
      border-bottom:1px solid rgba(255,255,255,.08);
    }
    .compare-row:last-child{border-bottom:0}
    .compare-row span{color:var(--muted)}
    .compare-row strong{
      color:#fff;
      font-variant-numeric:tabular-nums;
    }
    .compare-row strong.hot{color:var(--amber)}

    .accordion{--bs-accordion-border-color:transparent;--bs-accordion-bg:transparent}
    .accordion-item{
      background:linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.026));
      border:1px solid rgba(255,255,255,.10)!important;
      border-radius:20px!important;
      overflow:hidden;
      margin-bottom:12px;
      color:var(--text);
    }
    .accordion-button{
      background:transparent!important;
      color:var(--text)!important;
      font-weight:800;
      padding:18px 20px;
      box-shadow:none!important;
    }
    .accordion-button:not(.collapsed){
      border-bottom:1px solid rgba(255,46,136,.22);
    }
    .accordion-button:focus{
      box-shadow:0 0 0 .22rem rgba(255,46,136,.18)!important;
      border-color:rgba(255,46,136,.32)!important;
    }
    .accordion-button::after{
      filter:invert(1);
      opacity:.7;
    }
    .accordion-body{
      color:var(--muted);
      padding:18px 20px 20px;
    }

    .feedback-card{
      border-radius:var(--radius-xl);
      border:1px solid rgba(255,46,136,.24);
      background:
        radial-gradient(circle at 8% 10%, rgba(255,46,136,.20), transparent 30%),
        linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.028));
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .feedback-left{
      padding:30px;
      height:100%;
      border-right:1px solid rgba(255,255,255,.09);
    }
    .feedback-right{padding:30px}
    .form-label{
      color:#fff;
      font-weight:760;
      margin-bottom:7px;
    }
    .form-control,.form-select{
      color:#fff;
      background-color:#120B18;
      border:1px solid rgba(255,255,255,.14);
      border-radius:14px;
      padding:12px 14px;
    }
    .form-control::placeholder{color:rgba(244,237,245,.45)}
    .form-select{
      --bs-form-select-bg-img:none;
      color:var(--muted);
    }
    textarea.form-control{min-height:126px;resize:vertical}
    .form-check-input{
      background-color:#120B18;
      border-color:rgba(255,255,255,.25);
    }
    .form-check-input:checked{
      background-color:var(--pink);
      border-color:var(--pink);
    }
    .form-check-input:focus{
      box-shadow:0 0 0 .2rem rgba(255,46,136,.16);
      border-color:var(--pink);
    }
    .form-check-label{color:var(--muted)}
    .form-note{
      color:var(--weak);
      font-size:13px;
      margin-top:12px;
    }
    .submit-hint{
      display:none;
      margin-top:14px;
      padding:12px 14px;
      border-radius:14px;
      color:#fff;
      background:rgba(101,242,194,.10);
      border:1px solid rgba(101,242,194,.26);
    }

    .site-footer{
      padding:48px 0 26px;
      border-top:1px solid rgba(255,46,136,.22);
      background:
        linear-gradient(180deg, rgba(19,11,29,.74), rgba(9,7,13,.96)),
        radial-gradient(circle at 50% 0%, rgba(255,46,136,.14), transparent 34%);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:30px;
      align-items:start;
    }
    .footer-brand{
      display:inline-flex;
      align-items:center;
      gap:11px;
      font-weight:850;
      font-size:18px;
      margin-bottom:12px;
    }
    .site-footer p{
      color:var(--muted);
      margin:0;
      max-width:700px;
    }
    .footer-links{
      display:flex;
      flex-wrap:wrap;
      justify-content:flex-end;
      gap:10px;
    }
    .footer-links a{
      padding:9px 12px;
      color:var(--muted);
      border-radius:999px;
      border:1px solid rgba(255,255,255,.09);
      background:rgba(255,255,255,.035);
      font-weight:730;
      font-size:14px;
    }
    .footer-links a:hover{
      color:#fff;
      border-color:rgba(255,46,136,.44);
      background:rgba(255,46,136,.10);
    }
    .copyright{
      margin-top:28px;
      padding-top:18px;
      border-top:1px solid rgba(255,255,255,.08);
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
      color:var(--weak);
      font-size:13px;
    }

    @media (max-width: 1199px){
      .site-container{width:min(100% - 32px, 1080px)}
      .poster-card{grid-column:span 6}
      .poster-card.large{grid-column:span 12}
    }
    @media (max-width: 991px){
      .navbar{padding:12px 0}
      .site-header .site-container{width:min(100% - 24px, 100%)}
      .navbar-collapse{
        margin-top:14px;
        border-radius:22px;
        border:1px solid rgba(255,255,255,.10);
        background:rgba(12,7,18,.96);
        padding:12px;
        box-shadow:0 20px 60px rgba(0,0,0,.38);
      }
      .mobile-nav-list{
        display:grid;
        gap:8px;
      }
      .nav-left,.nav-right{
        display:grid;
        gap:8px;
        justify-content:stretch;
        width:100%;
      }
      .nav-link-custom{
        width:100%;
        border-radius:14px;
        padding:12px 14px;
      }
      .nav-link-custom.active::before{
        left:6px;right:auto;top:14px;bottom:14px;width:3px;height:auto;
      }
      .brand-logo span:last-child{max-width:72vw}
      .hero-panel,.content-layout,.flow-grid,.footer-grid{
        grid-template-columns:1fr;
      }
      .side-stack{position:static}
      .feedback-left{border-right:0;border-bottom:1px solid rgba(255,255,255,.09)}
      .footer-links{justify-content:flex-start}
    }
    @media (max-width: 767px){
      .site-container{width:min(100% - 24px, 100%)}
      .section{padding:62px 0}
      .section.tight{padding:46px 0}
      .category-hero{padding:34px 0 24px}
      .hero-copy-card,.rush-card,.feedback-left,.feedback-right{padding:22px}
      .hero-actions .btn-neon,.hero-actions .btn-ghost{width:100%}
      .mini-stats{grid-template-columns:1fr}
      .poster-grid{grid-template-columns:1fr}
      .poster-card,.poster-card.large,.poster-card.wide{grid-column:span 1}
      .poster-card.large .poster-cover,.poster-cover{min-height:158px}
      .step-item{grid-template-columns:44px 1fr}
      .step-num{width:44px;height:44px;border-radius:14px}
      .copyright{display:grid}
    }
    @media (max-width: 520px){
      h1{font-size:31px}
      .section-title{font-size:26px}
      .breadcrumb-line{font-size:13px}
      .rush-strip{display:grid}
      .countdown b{min-width:30px}
      .featured-entry h2{font-size:22px}
      .feedback-card{border-radius:22px}
    }
