/* roulang page: index */
:root{
      --primary:#FF4D2E;
      --primary-dark:#E63A1E;
      --primary-soft:#FFF0EA;
      --secondary:#6C3BFF;
      --secondary-soft:#F1ECFF;
      --accent:#FFD43B;
      --accent-text:#3A2500;
      --bg:#FFF8F2;
      --bg-light:#FFFBF5;
      --card:#FFFFFF;
      --text:#1F1B16;
      --muted:#6F665E;
      --border:#F0DFD2;
      --dark:#211713;
      --dark-2:#2A1A2E;
      --shadow:0 12px 36px rgba(66,35,18,.08);
      --shadow-strong:0 22px 60px rgba(255,77,46,.18);
      --radius-sm:14px;
      --radius:24px;
      --radius-lg:30px;
      --container:1220px;
      --speed:220ms ease-out;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans CJK SC",sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 8% 10%, rgba(255,77,46,.12), transparent 28%),
        radial-gradient(circle at 90% 0%, rgba(255,212,59,.18), transparent 30%),
        linear-gradient(180deg,var(--bg-light),var(--bg));
      line-height:1.75;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:color var(--speed),background var(--speed),border-color var(--speed),transform var(--speed),box-shadow var(--speed)}
    img{max-width:100%;display:block}
    button,input{font:inherit}
    button{cursor:pointer}
    :focus-visible{outline:3px solid rgba(108,59,255,.35);outline-offset:3px}
    .site-wrap{position:relative;min-height:100vh}
    .container{
      width:min(calc(100% - 32px),var(--container));
      margin:0 auto;
    }
    .section{padding:84px 0;position:relative}
    .section-tight{padding:64px 0}
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:24px;
      margin-bottom:32px;
    }
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--primary);
      background:var(--primary-soft);
      border:1px solid rgba(255,77,46,.16);
      border-radius:999px;
      padding:7px 12px;
      font-size:13px;
      font-weight:800;
      margin-bottom:12px;
    }
    .section-title{
      font-size:clamp(26px,3vw,38px);
      line-height:1.18;
      font-weight:900;
      letter-spacing:-.02em;
      margin:0;
    }
    .section-desc{
      max-width:620px;
      color:var(--muted);
      margin:10px 0 0;
      font-size:16px;
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:50px;
      padding:13px 20px;
      border-radius:999px;
      border:1px solid transparent;
      font-weight:850;
      line-height:1;
      white-space:nowrap;
      transition:transform var(--speed),box-shadow var(--speed),background var(--speed),border-color var(--speed),color var(--speed);
    }
    .btn-primary{
      background:var(--primary);
      color:#fff;
      box-shadow:0 14px 32px rgba(255,77,46,.28);
    }
    .btn-primary:hover,.btn-primary:focus{
      background:var(--primary-dark);
      color:#fff;
      transform:translateY(-2px);
      box-shadow:0 18px 42px rgba(255,77,46,.34);
    }
    .btn-secondary{
      background:#fff;
      color:var(--primary);
      border-color:rgba(255,77,46,.22);
      box-shadow:0 10px 24px rgba(66,35,18,.06);
    }
    .btn-secondary:hover,.btn-secondary:focus{
      background:var(--primary-soft);
      border-color:var(--primary);
      color:var(--primary-dark);
      transform:translateY(-2px);
    }
    .btn-ghost{
      background:rgba(255,255,255,.08);
      color:#fff;
      border-color:rgba(255,255,255,.24);
    }
    .btn-ghost:hover{background:rgba(255,255,255,.16);color:#fff;transform:translateY(-2px)}
    .badge,.tag{
      display:inline-flex;
      align-items:center;
      gap:6px;
      border-radius:999px;
      padding:6px 10px;
      font-size:12px;
      font-weight:800;
      line-height:1.1;
    }
    .badge-yellow{background:var(--accent);color:var(--accent-text)}
    .badge-purple{background:var(--secondary-soft);color:var(--secondary)}
    .badge-red{background:var(--primary-soft);color:var(--primary)}
    .card{
      background:var(--card);
      border:1px solid rgba(255,77,46,.12);
      border-radius:var(--radius);
      box-shadow:var(--shadow);
      transition:transform var(--speed),box-shadow var(--speed),border-color var(--speed),background var(--speed);
    }
    .card:hover{
      transform:translateY(-3px);
      box-shadow:0 18px 45px rgba(66,35,18,.12);
      border-color:rgba(255,77,46,.32);
    }

    .top-shell{
      position:relative;
      z-index:20;
      background:rgba(255,251,245,.86);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(240,223,210,.9);
    }
    .brand-row{
      min-height:76px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      padding:12px 0;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:max-content;
    }
    .logo-mark{
      width:46px;
      height:46px;
      border-radius:16px;
      background:linear-gradient(135deg,var(--primary),var(--accent));
      box-shadow:0 16px 30px rgba(255,77,46,.22);
      position:relative;
      display:grid;
      place-items:center;
      color:#fff;
      font-weight:950;
    }
    .logo-mark:before,.logo-mark:after{
      content:"";
      position:absolute;
      width:22px;
      height:15px;
      border-radius:5px;
      border:2px solid rgba(255,255,255,.82);
      transform:rotate(-9deg);
    }
    .logo-mark:after{
      width:18px;
      height:12px;
      transform:translate(7px,6px) rotate(12deg);
      opacity:.7;
    }
    .brand-title{
      font-size:18px;
      font-weight:950;
      line-height:1.15;
      letter-spacing:-.01em;
    }
    .brand-sub{
      margin-top:3px;
      font-size:12px;
      color:var(--muted);
      font-weight:700;
    }
    .nav-search{
      flex:1;
      max-width:520px;
      position:relative;
    }
    .nav-search input{
      width:100%;
      height:50px;
      border:1px solid var(--border);
      border-radius:999px;
      background:#fff;
      padding:0 18px 0 46px;
      color:var(--text);
      box-shadow:0 8px 22px rgba(66,35,18,.04);
      transition:border-color var(--speed),box-shadow var(--speed);
    }
    .nav-search input:focus{
      border-color:var(--primary);
      box-shadow:0 0 0 5px rgba(255,77,46,.10),0 12px 26px rgba(66,35,18,.08);
      outline:none;
    }
    .search-icon{
      position:absolute;
      left:18px;
      top:50%;
      transform:translateY(-50%);
      color:var(--primary);
      font-weight:900;
    }
    .channel-row{
      border-top:1px solid rgba(240,223,210,.72);
      padding:10px 0 12px;
      position:relative;
    }
    .channel-row:after{
      content:"";
      display:block;
      height:3px;
      width:180px;
      border-radius:999px;
      background:linear-gradient(90deg,var(--primary),var(--accent),transparent);
      position:absolute;
      left:max(16px,calc((100% - var(--container))/2));
      bottom:-2px;
    }
    .channel-scroll{
      display:flex;
      gap:10px;
      overflow-x:auto;
      scrollbar-width:none;
      -webkit-overflow-scrolling:touch;
      padding-bottom:1px;
    }
    .channel-scroll::-webkit-scrollbar{display:none}
    .nav-pill{
      display:inline-flex;
      align-items:center;
      height:40px;
      padding:0 16px;
      border-radius:999px;
      border:1px solid rgba(255,77,46,.12);
      background:rgba(255,255,255,.7);
      color:var(--muted);
      font-size:14px;
      font-weight:850;
      white-space:nowrap;
    }
    .nav-pill:hover{
      color:var(--primary);
      border-color:rgba(255,77,46,.32);
      background:#fff;
      transform:translateY(-1px);
    }
    .nav-pill.active{
      background:var(--primary);
      color:#fff;
      border-color:var(--primary);
      box-shadow:0 12px 24px rgba(255,77,46,.22);
    }

    .hero{
      padding:54px 0 86px;
      background:
        radial-gradient(circle at 18% 20%, rgba(255,77,46,.30), transparent 26%),
        radial-gradient(circle at 84% 16%, rgba(108,59,255,.18), transparent 28%),
        linear-gradient(135deg,#24172B 0%,#211713 48%,#4A1E13 100%);
      color:#fff;
      position:relative;
      overflow:hidden;
    }
    .hero:before{
      content:"";
      position:absolute;
      inset:0;
      background-image:
        linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);
      background-size:38px 38px;
      mask-image:linear-gradient(180deg,rgba(0,0,0,.8),rgba(0,0,0,.2));
    }
    .hero-stage{
      position:relative;
      z-index:2;
      border:1px solid rgba(255,255,255,.14);
      background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.04));
      border-radius:34px;
      padding:34px;
      box-shadow:0 34px 90px rgba(0,0,0,.25);
      overflow:hidden;
    }
    .hero-stage:after{
      content:"更新提醒";
      position:absolute;
      top:26px;
      right:-46px;
      transform:rotate(35deg);
      background:var(--accent);
      color:var(--accent-text);
      font-weight:950;
      letter-spacing:.08em;
      padding:9px 54px;
      box-shadow:0 12px 26px rgba(0,0,0,.22);
    }
    .hero-copy{
      max-width:760px;
      padding:26px 0 18px;
    }
    .hero-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border-radius:999px;
      background:rgba(255,212,59,.16);
      border:1px dashed rgba(255,212,59,.7);
      color:#FFE88A;
      font-size:13px;
      font-weight:900;
      margin-bottom:18px;
    }
    h1{
      font-size:clamp(34px,5vw,58px);
      line-height:1.08;
      font-weight:950;
      letter-spacing:-.045em;
      margin:0;
      max-width:840px;
    }
    .hero-intro{
      color:rgba(255,248,242,.82);
      font-size:18px;
      line-height:1.85;
      max-width:780px;
      margin:20px 0 0;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:28px;
    }
    .hero-data{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:14px;
      margin-top:34px;
    }
    .data-tile{
      background:rgba(255,255,255,.10);
      border:1px solid rgba(255,255,255,.16);
      border-radius:20px;
      padding:16px;
      min-height:102px;
    }
    .data-num{
      font-size:30px;
      font-weight:950;
      color:#fff;
      line-height:1;
    }
    .data-label{color:rgba(255,248,242,.72);font-size:13px;margin-top:8px}
    .hero-matrix{
      margin-top:26px;
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:16px;
      align-items:stretch;
    }
    .poster-panel{
      min-height:278px;
      border-radius:28px;
      background:
        radial-gradient(circle at 20% 20%,rgba(255,212,59,.35),transparent 24%),
        radial-gradient(circle at 80% 68%,rgba(108,59,255,.36),transparent 28%),
        linear-gradient(135deg,rgba(255,77,46,.65),rgba(255,255,255,.08));
      border:1px solid rgba(255,255,255,.18);
      padding:24px;
      position:relative;
      overflow:hidden;
    }
    .poster-panel:before{
      content:"";
      position:absolute;
      width:220px;height:220px;
      border:18px solid rgba(255,255,255,.12);
      border-radius:50%;
      right:-56px;bottom:-56px;
    }
    .poster-title{font-size:24px;font-weight:950;line-height:1.2;margin:0 0 12px}
    .poster-list{
      position:relative;
      z-index:1;
      display:grid;
      gap:10px;
      margin-top:26px;
      max-width:430px;
    }
    .poster-item{
      display:flex;
      justify-content:space-between;
      gap:12px;
      align-items:center;
      background:rgba(255,255,255,.12);
      border:1px solid rgba(255,255,255,.14);
      border-radius:16px;
      padding:12px 14px;
      color:rgba(255,248,242,.86);
      font-size:14px;
      font-weight:750;
    }
    .count-card{
      border-radius:28px;
      background:#fff;
      color:var(--text);
      padding:22px;
      border:1px solid rgba(255,255,255,.38);
      box-shadow:0 24px 50px rgba(0,0,0,.20);
    }
    .count-title{font-size:15px;font-weight:950;margin-bottom:14px}
    .count-grid{display:flex;align-items:center;gap:7px}
    .count-box{
      width:52px;
      height:54px;
      display:grid;
      place-items:center;
      border-radius:14px;
      background:var(--dark);
      color:#fff;
      font-size:22px;
      font-weight:950;
      box-shadow:inset 0 -6px 0 rgba(255,255,255,.06);
    }
    .colon{font-weight:950;color:var(--primary)}
    .count-note{
      margin-top:14px;
      padding:12px;
      border-radius:16px;
      background:var(--primary-soft);
      color:var(--muted);
      font-size:13px;
      line-height:1.6;
    }

    .mock-wrap{
      overflow:hidden;
    }
    .carousel-layout{
      display:grid;
      grid-template-columns:320px 1fr;
      gap:28px;
      align-items:center;
    }
    .carousel-controls{
      display:flex;
      gap:10px;
      margin-top:22px;
    }
    .round-btn{
      width:48px;
      height:48px;
      border-radius:50%;
      border:1px solid rgba(255,77,46,.18);
      background:#fff;
      color:var(--primary);
      display:grid;
      place-items:center;
      font-size:22px;
      font-weight:950;
      box-shadow:var(--shadow);
      transition:all var(--speed);
    }
    .round-btn:hover{background:var(--primary);color:#fff;transform:translateY(-2px);box-shadow:var(--shadow-strong)}
    .screenshot-track{
      display:flex;
      gap:18px;
      overflow-x:auto;
      scroll-snap-type:x mandatory;
      padding:12px 4px 22px;
      scrollbar-color:rgba(255,77,46,.35) transparent;
    }
    .shot-card{
      scroll-snap-align:start;
      flex:0 0 31%;
      min-width:260px;
      border-radius:28px;
      background:#fff;
      border:1px solid rgba(255,77,46,.12);
      box-shadow:var(--shadow);
      padding:18px;
      transition:all var(--speed);
    }
    .shot-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-strong);border-color:rgba(255,77,46,.28)}
    .window-dots{display:flex;gap:6px;margin-bottom:14px}
    .window-dots span{width:9px;height:9px;border-radius:50%;background:var(--border)}
    .window-dots span:nth-child(1){background:var(--primary)}
    .window-dots span:nth-child(2){background:var(--accent)}
    .window-dots span:nth-child(3){background:var(--secondary)}
    .shot-label{font-size:12px;font-weight:900;color:var(--secondary);background:var(--secondary-soft);border-radius:999px;padding:5px 9px;display:inline-flex;margin-bottom:14px}
    .shot-title{font-size:19px;font-weight:950;margin:0 0 10px}
    .skeleton-line{height:12px;border-radius:999px;background:linear-gradient(90deg,#F5E7DB,#FFF4ED);margin:10px 0}
    .skeleton-line.short{width:62%}
    .skeleton-line.mid{width:78%}
    .ui-row{
      display:flex;
      justify-content:space-between;
      align-items:center;
      border:1px solid var(--border);
      border-radius:14px;
      padding:10px 12px;
      margin-top:10px;
      font-size:13px;
      color:var(--muted);
      font-weight:750;
    }
    .ui-status{width:10px;height:10px;border-radius:50%;background:#22C55E;display:inline-block;margin-right:6px}
    .mini-progress{
      height:9px;
      background:#FFF0EA;
      border-radius:999px;
      overflow:hidden;
      margin-top:16px;
    }
    .mini-progress i{display:block;height:100%;background:linear-gradient(90deg,var(--primary),var(--accent));border-radius:999px}
    
    .requirements{
      background:linear-gradient(180deg,rgba(255,240,234,.62),rgba(255,251,245,.74));
    }
    .check-panel{
      padding:26px;
      height:100%;
    }
    .check-list{
      list-style:none;
      padding:0;
      margin:0;
      display:grid;
      gap:14px;
    }
    .check-list li{
      display:flex;
      gap:12px;
      align-items:flex-start;
      padding:14px;
      background:#fff;
      border:1px solid var(--border);
      border-radius:18px;
      color:var(--muted);
      font-weight:700;
    }
    .check-icon{
      flex:0 0 28px;
      width:28px;
      height:28px;
      border-radius:50%;
      background:var(--primary);
      color:#fff;
      display:grid;
      place-items:center;
      font-weight:950;
      line-height:1;
    }
    .param-panel{
      padding:26px;
      height:100%;
      background:
        radial-gradient(circle at 100% 0%,rgba(255,212,59,.22),transparent 28%),
        #fff;
    }
    .param-row{
      min-height:58px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      border-bottom:1px dashed var(--border);
      color:var(--muted);
      font-weight:750;
    }
    .param-row:last-child{border-bottom:0}
    .notice-box{
      margin-top:18px;
      border:1px dashed rgba(255,212,59,.9);
      background:#FFF8D8;
      color:#6B4B00;
      border-radius:18px;
      padding:14px 16px;
      font-size:14px;
      font-weight:750;
    }

    .testimonials{
      background:
        radial-gradient(circle at 15% 20%,rgba(108,59,255,.10),transparent 24%),
        linear-gradient(180deg,var(--bg),#fff);
    }
    .masonry{
      columns:3 280px;
      column-gap:18px;
    }
    .quote-card{
      break-inside:avoid;
      display:inline-block;
      width:100%;
      padding:22px;
      margin:0 0 18px;
      border-radius:24px;
      background:#fff;
      border:1px solid rgba(255,77,46,.12);
      box-shadow:var(--shadow);
      transition:all var(--speed);
    }
    .quote-card:hover{transform:translateY(-3px);box-shadow:0 18px 45px rgba(66,35,18,.12)}
    .quote-card.large{padding:28px;background:linear-gradient(135deg,#fff,var(--primary-soft))}
    .quote-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}
    .avatar{
      width:42px;height:42px;border-radius:50%;
      background:linear-gradient(135deg,var(--secondary),var(--primary));
      color:#fff;display:grid;place-items:center;font-weight:950;
    }
    .quote-name{font-weight:950}
    .quote-text{color:var(--muted);margin:12px 0 0;font-size:15px}
    .stars{color:#FFB703;letter-spacing:1px;font-size:14px}

    .progress-panel{
      padding:30px;
      background:
        radial-gradient(circle at 8% 10%,rgba(255,77,46,.16),transparent 25%),
        #fff;
    }
    .task-list{display:grid;gap:16px}
    .task-item{
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:14px;
      align-items:center;
      padding:16px;
      border:1px solid var(--border);
      border-radius:20px;
      background:rgba(255,255,255,.72);
    }
    .task-num{
      width:38px;height:38px;border-radius:14px;
      display:grid;place-items:center;
      background:var(--dark);
      color:#fff;font-weight:950;
    }
    .task-title{font-weight:950;margin:0}
    .task-desc{color:var(--muted);font-size:14px;margin:2px 0 0}
    .progress-bar{
      height:10px;border-radius:999px;background:#F6E6D9;overflow:hidden;margin-top:22px;
    }
    .progress-bar span{
      display:block;height:100%;width:76%;
      background:linear-gradient(90deg,var(--primary),var(--accent));
      border-radius:999px;
    }

    .analysis-grid{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:16px;
    }
    .kpi-card{
      padding:22px;
      border-radius:24px;
      background:#fff;
      border:1px solid rgba(255,77,46,.12);
      box-shadow:var(--shadow);
    }
    .kpi-num{font-size:34px;line-height:1;font-weight:950;color:var(--primary);margin-bottom:8px}
    .kpi-label{font-weight:900}
    .kpi-desc{font-size:13px;color:var(--muted);margin-top:8px}
    .chart-card{
      margin-top:18px;
      padding:26px;
      border-radius:28px;
      background:var(--dark);
      color:#fff;
      overflow:hidden;
      position:relative;
    }
    .chart-bars{
      display:flex;
      align-items:flex-end;
      gap:14px;
      height:178px;
      margin-top:20px;
      border-bottom:1px solid rgba(255,255,255,.16);
    }
    .bar{
      flex:1;
      min-width:26px;
      border-radius:14px 14px 0 0;
      background:linear-gradient(180deg,var(--accent),var(--primary));
      position:relative;
      box-shadow:0 12px 28px rgba(255,77,46,.22);
    }
    .bar span{
      position:absolute;
      top:-26px;
      left:50%;
      transform:translateX(-50%);
      font-size:12px;
      color:rgba(255,248,242,.74);
      font-weight:800;
    }

    .updates{
      background:#fff;
    }
    .news-layout{
      display:grid;
      grid-template-columns:1.45fr .75fr;
      gap:22px;
      align-items:start;
    }
    .news-list{
      padding:8px;
      border-radius:28px;
      background:var(--bg-light);
      border:1px solid var(--border);
    }
    .news-link{
      display:grid;
      grid-template-columns:1fr auto;
      gap:16px;
      align-items:center;
      padding:18px;
      border-radius:20px;
      border:1px solid transparent;
    }
    .news-link:hover{
      background:#fff;
      border-color:rgba(255,77,46,.22);
      box-shadow:var(--shadow);
      transform:translateY(-2px);
    }
    .news-title{font-weight:950;margin:0 0 4px;font-size:18px}
    .news-summary{margin:0;color:var(--muted);font-size:14px}
    .news-date{font-size:13px;color:var(--primary);font-weight:900;white-space:nowrap}
    .recommend-panel{
      padding:24px;
      border-radius:28px;
      background:
        radial-gradient(circle at 100% 0%,rgba(255,212,59,.25),transparent 30%),
        var(--primary-soft);
      border:1px solid rgba(255,77,46,.16);
      position:sticky;
      top:18px;
    }
    .recommend-panel h3{font-size:22px;font-weight:950;margin:0 0 12px}
    .quick-list{display:grid;gap:10px;margin-top:16px}
    .quick-list a{
      display:flex;
      justify-content:space-between;
      gap:12px;
      padding:12px 14px;
      border-radius:16px;
      background:#fff;
      color:var(--muted);
      font-weight:800;
      border:1px solid rgba(255,77,46,.10);
    }
    .quick-list a:hover{color:var(--primary);border-color:rgba(255,77,46,.28);transform:translateY(-1px)}

    .cta-section{padding:86px 0}
    .cta-panel{
      position:relative;
      overflow:hidden;
      border-radius:34px;
      padding:40px;
      background:
        radial-gradient(circle at 90% 20%,rgba(255,212,59,.35),transparent 24%),
        linear-gradient(135deg,var(--primary),#B72D17 55%,var(--secondary));
      color:#fff;
      box-shadow:var(--shadow-strong);
    }
    .cta-panel:before{
      content:"快速入口";
      position:absolute;
      right:34px;
      top:28px;
      width:104px;
      height:104px;
      border-radius:32px 42px 28px 44px;
      background:var(--accent);
      color:var(--accent-text);
      display:grid;
      place-items:center;
      font-weight:950;
      transform:rotate(10deg);
      box-shadow:0 18px 35px rgba(0,0,0,.16);
    }
    .cta-grid{
      display:grid;
      grid-template-columns:1fr auto;
      gap:28px;
      align-items:center;
      position:relative;
      z-index:1;
    }
    .cta-panel h2{font-size:clamp(28px,3.2vw,42px);line-height:1.15;font-weight:950;margin:0 0 12px}
    .cta-panel p{color:rgba(255,248,242,.82);max-width:680px;margin:0}
    .cta-buttons{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}

    .faq-wrap{
      max-width:900px;
      margin:0 auto;
    }
    .accordion{
      background:transparent;
    }
    .accordion-item{
      margin-bottom:12px;
      border-radius:20px;
      overflow:hidden;
      border:1px solid rgba(255,77,46,.12);
      background:#fff;
      box-shadow:0 10px 28px rgba(66,35,18,.06);
    }
    .accordion-title{
      border:0!important;
      color:var(--text)!important;
      font-size:16px;
      font-weight:950;
      padding:20px 52px 20px 20px;
      background:#fff;
    }
    .accordion-title:hover,.accordion-title:focus{
      background:var(--primary-soft);
    }
    .accordion-title:before{
      color:var(--primary);
      font-size:24px;
      margin-top:-13px;
      right:20px;
    }
    .accordion-content{
      border:0!important;
      background:#fff!important;
      color:var(--muted);
      padding:0 20px 20px;
      font-size:15px;
      line-height:1.85;
    }
    .is-active>.accordion-title{
      background:var(--primary-soft);
      color:var(--primary-dark)!important;
    }

    .site-footer{
      background:linear-gradient(135deg,var(--dark),var(--dark-2));
      color:#FFF8F2;
      padding:54px 0 28px;
      border-top:1px solid rgba(255,212,59,.22);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr .9fr;
      gap:30px;
      align-items:start;
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:12px;
      font-size:20px;
      font-weight:950;
      margin-bottom:12px;
    }
    .footer-text,.footer-note{
      color:rgba(255,248,242,.68);
      font-size:14px;
      line-height:1.8;
      margin:0;
    }
    .footer-title{
      color:#fff;
      font-weight:950;
      margin-bottom:12px;
    }
    .footer-links{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .footer-links a{
      display:inline-flex;
      border-radius:999px;
      padding:8px 12px;
      background:rgba(255,255,255,.07);
      color:rgba(255,248,242,.78);
      font-size:14px;
      font-weight:750;
    }
    .footer-links a:hover{color:var(--accent);background:rgba(255,255,255,.12)}
    .copyright{
      margin-top:34px;
      padding-top:20px;
      border-top:1px solid rgba(255,255,255,.10);
      color:rgba(255,248,242,.56);
      font-size:13px;
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
    }

    @media screen and (max-width:1023px){
      .brand-row{flex-wrap:wrap}
      .nav-search{order:3;flex-basis:100%;max-width:none}
      .hero-matrix{grid-template-columns:1fr}
      .carousel-layout{grid-template-columns:1fr}
      .analysis-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
      .news-layout{grid-template-columns:1fr}
      .recommend-panel{position:relative;top:auto}
      .cta-grid{grid-template-columns:1fr}
      .cta-buttons{justify-content:flex-start}
      .footer-grid{grid-template-columns:1fr 1fr}
    }
    @media screen and (max-width:767px){
      .container{width:min(calc(100% - 24px),var(--container))}
      .section{padding:58px 0}
      .section-tight{padding:46px 0}
      .brand-row{gap:12px}
      .brand-title{font-size:16px}
      .brand-sub{display:none}
      .brand-row>.btn{min-height:44px;padding:11px 14px;font-size:13px}
      .nav-search input{height:46px}
      .hero{padding:32px 0 58px}
      .hero-stage{padding:22px;border-radius:26px}
      .hero-stage:after{font-size:12px;right:-55px;top:18px}
      .hero-intro{font-size:16px}
      .hero-actions .btn{width:100%}
      .hero-data{grid-template-columns:1fr}
      .poster-panel{min-height:230px;padding:18px;border-radius:22px}
      .count-grid{flex-wrap:wrap}
      .count-box{width:48px;height:50px}
      .shot-card{flex-basis:88%;min-width:250px}
      .section-head{display:block}
      .check-panel,.param-panel,.progress-panel{padding:20px}
      .task-item{grid-template-columns:auto 1fr}
      .task-item .badge{grid-column:2}
      .analysis-grid{grid-template-columns:1fr}
      .news-link{grid-template-columns:1fr;gap:6px}
      .cta-panel{padding:28px 20px;border-radius:26px}
      .cta-panel:before{display:none}
      .cta-buttons .btn{width:100%}
      .footer-grid{grid-template-columns:1fr}
      .copyright{display:block}
    }

/* roulang page: category1 */
:root{
      --primary:#ff4d2e;
      --primary-dark:#e63a1e;
      --primary-soft:#fff0ea;
      --secondary:#6c3bff;
      --secondary-soft:#f1ecff;
      --accent:#ffd43b;
      --accent-text:#3a2500;
      --bg:#fff8f2;
      --bg-light:#fffbf5;
      --card:#ffffff;
      --text:#1f1b16;
      --muted:#6f665e;
      --border:#f0dfd2;
      --footer:#24172b;
      --shadow:0 12px 36px rgba(66,35,18,.08);
      --shadow-strong:0 22px 60px rgba(255,77,46,.18);
      --radius-lg:30px;
      --radius-md:22px;
      --radius-sm:14px;
      --max:1200px;
      --ease:all .22s ease-out;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans CJK SC",sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 8% 4%, rgba(255,212,59,.22), transparent 26%),
        radial-gradient(circle at 90% 12%, rgba(255,77,46,.16), transparent 28%),
        linear-gradient(180deg,var(--bg-light),var(--bg));
      line-height:1.75;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    a:hover,a:focus{color:var(--primary)}
    img{max-width:100%;display:block}
    button,input{font-family:inherit}
    input:focus,a:focus,button:focus{outline:3px solid rgba(108,59,255,.22);outline-offset:2px}
    .container{width:min(calc(100% - 32px),var(--max));margin:0 auto}
    .top-shell{
      position:relative;
      z-index:20;
      background:rgba(255,251,245,.88);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(240,223,210,.8);
      box-shadow:0 8px 28px rgba(66,35,18,.05);
    }
    .brand-row{
      min-height:74px;
      display:flex;
      align-items:center;
      gap:18px;
      padding:12px 0;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:260px;
      color:var(--text);
    }
    .logo-mark{
      width:46px;
      height:46px;
      border-radius:16px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      flex:0 0 auto;
      color:#fff;
      font-weight:900;
      background:
        linear-gradient(135deg,var(--primary),#ff8b39 52%,var(--secondary));
      box-shadow:0 12px 26px rgba(255,77,46,.28);
      transform:rotate(-4deg);
      position:relative;
    }
    .logo-mark:after{
      content:"";
      position:absolute;
      right:-5px;
      top:6px;
      width:12px;
      height:12px;
      border-radius:999px;
      background:var(--accent);
      border:2px solid #fff;
    }
    .brand-title{display:block;font-size:18px;font-weight:900;letter-spacing:-.02em;line-height:1.15}
    .brand-sub{display:block;margin-top:3px;font-size:12px;color:var(--muted);line-height:1.2}
    .nav-search{
      flex:1;
      height:48px;
      display:flex;
      align-items:center;
      gap:8px;
      padding:0 16px;
      border:1px solid var(--border);
      border-radius:999px;
      background:#fff;
      box-shadow:0 8px 24px rgba(66,35,18,.05);
    }
    .search-icon{font-size:20px;color:var(--primary);font-weight:800}
    .nav-search input{
      width:100%;
      height:44px;
      border:0;
      box-shadow:none;
      margin:0;
      padding:0;
      background:transparent;
      color:var(--text);
      font-size:14px;
    }
    .nav-search input:focus{outline:0;box-shadow:none}
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:48px;
      padding:13px 20px;
      border-radius:999px;
      font-weight:800;
      font-size:15px;
      line-height:1;
      border:1px solid transparent;
      cursor:pointer;
      transition:var(--ease);
      white-space:nowrap;
    }
    .btn-primary{
      color:#fff;
      background:var(--primary);
      box-shadow:0 14px 28px rgba(255,77,46,.26);
    }
    .btn-primary:hover,.btn-primary:focus{
      color:#fff;
      background:var(--primary-dark);
      transform:translateY(-2px);
      box-shadow:0 18px 38px rgba(255,77,46,.32);
    }
    .btn-secondary{
      color:var(--primary);
      background:#fff;
      border-color:rgba(255,77,46,.22);
      box-shadow:0 10px 24px rgba(66,35,18,.06);
    }
    .btn-secondary:hover,.btn-secondary:focus{
      color:var(--primary-dark);
      background:var(--primary-soft);
      border-color:var(--primary);
      transform:translateY(-2px);
    }
    .btn-purple{
      color:#fff;
      background:var(--secondary);
      box-shadow:0 14px 28px rgba(108,59,255,.22);
    }
    .btn-purple:hover,.btn-purple:focus{
      color:#fff;
      background:#5830dc;
      transform:translateY(-2px);
    }
    .channel-row{
      border-top:1px solid rgba(240,223,210,.62);
      background:rgba(255,248,242,.78);
    }
    .channel-scroll{
      display:flex;
      align-items:center;
      gap:10px;
      padding:11px 0 13px;
      overflow-x:auto;
      scrollbar-width:none;
      position:relative;
    }
    .channel-scroll::-webkit-scrollbar{display:none}
    .channel-scroll:after{
      content:"";
      position:absolute;
      left:0;
      bottom:0;
      width:126px;
      height:3px;
      border-radius:999px;
      background:linear-gradient(90deg,var(--primary),var(--accent),transparent);
    }
    .nav-pill{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      height:40px;
      padding:0 18px;
      border-radius:999px;
      font-size:14px;
      font-weight:800;
      color:var(--muted);
      border:1px solid transparent;
      background:rgba(255,255,255,.55);
      white-space:nowrap;
    }
    .nav-pill:hover{
      color:var(--primary);
      border-color:rgba(255,77,46,.22);
      background:#fff;
    }
    .nav-pill.active{
      color:#fff;
      background:linear-gradient(135deg,var(--primary),#ff7a3c);
      box-shadow:0 12px 26px rgba(255,77,46,.22);
    }
    .section{padding:78px 0}
    .section-tight{padding:58px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border-radius:999px;
      color:var(--primary-dark);
      font-size:13px;
      font-weight:900;
      background:var(--primary-soft);
      border:1px solid rgba(255,77,46,.14);
    }
    .badge{
      display:inline-flex;
      align-items:center;
      height:28px;
      padding:0 10px;
      border-radius:999px;
      font-size:12px;
      font-weight:900;
      background:var(--secondary-soft);
      color:var(--secondary);
    }
    .badge.hot{background:var(--accent);color:var(--accent-text)}
    .badge.ok{background:#eaf9ef;color:#167a3d}
    .category-hero{
      padding:58px 0 38px;
      position:relative;
    }
    .category-hero:before{
      content:"";
      position:absolute;
      inset:0 0 auto 0;
      height:420px;
      background:
        radial-gradient(circle at 22% 20%, rgba(255,77,46,.18), transparent 30%),
        radial-gradient(circle at 76% 16%, rgba(108,59,255,.13), transparent 28%);
      pointer-events:none;
    }
    .hero-panel{
      position:relative;
      overflow:hidden;
      padding:34px;
      border-radius:var(--radius-lg);
      border:1px solid rgba(255,77,46,.16);
      background:rgba(255,255,255,.82);
      box-shadow:var(--shadow-strong);
    }
    .hero-panel:after{
      content:"更新提醒";
      position:absolute;
      right:-32px;
      top:34px;
      transform:rotate(38deg);
      padding:8px 44px;
      color:var(--accent-text);
      background:var(--accent);
      font-weight:900;
      font-size:13px;
      box-shadow:0 8px 18px rgba(58,37,0,.12);
    }
    h1{
      margin:18px 0 16px;
      font-size:48px;
      line-height:1.12;
      letter-spacing:-.045em;
      font-weight:950;
      color:var(--text);
    }
    .hero-summary{
      max-width:690px;
      margin:0;
      color:var(--muted);
      font-size:17px;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:26px;
    }
    .index-strip{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:24px;
    }
    .index-chip{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:9px 13px;
      border-radius:999px;
      background:#fff;
      border:1px solid var(--border);
      color:var(--muted);
      font-weight:800;
      font-size:13px;
    }
    .index-chip strong{color:var(--primary)}
    .progress-card{
      height:100%;
      padding:26px;
      border-radius:26px;
      background:linear-gradient(180deg,#fff,var(--primary-soft));
      border:1px solid rgba(255,77,46,.18);
      box-shadow:var(--shadow);
      position:relative;
    }
    .progress-ring{
      width:164px;
      height:164px;
      border-radius:50%;
      margin:6px auto 18px;
      display:grid;
      place-items:center;
      background:conic-gradient(var(--primary) 0 78%, #ffe2d7 78% 100%);
      box-shadow:inset 0 0 0 14px rgba(255,255,255,.88),0 16px 32px rgba(255,77,46,.18);
    }
    .progress-ring span{
      width:112px;
      height:112px;
      border-radius:50%;
      display:grid;
      place-items:center;
      background:#fff;
      color:var(--text);
      font-weight:950;
      font-size:32px;
      line-height:1;
      box-shadow:inset 0 0 0 1px var(--border);
    }
    .progress-meta{text-align:center}
    .progress-meta strong{display:block;font-size:19px;font-weight:950}
    .progress-meta p{margin:5px 0 0;color:var(--muted);font-size:14px;line-height:1.55}
    .tier-list{display:grid;gap:10px;margin-top:20px}
    .tier-item{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:13px 14px;
      border-radius:18px;
      background:#fff;
      border:1px solid var(--border);
      transition:var(--ease);
    }
    .tier-item:hover{
      border-color:rgba(255,77,46,.42);
      transform:translateY(-2px);
      box-shadow:0 12px 26px rgba(66,35,18,.08);
    }
    .tier-item b{font-size:14px}
    .tier-item small{display:block;color:var(--muted);font-size:12px}
    .filter-panel{
      padding:22px;
      border-radius:26px;
      background:#fff;
      border:1px solid var(--border);
      box-shadow:var(--shadow);
    }
    .filter-head{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:16px;
      margin-bottom:16px;
    }
    .filter-head h2,.section-title h2{
      margin:0;
      font-size:32px;
      line-height:1.2;
      font-weight:950;
      letter-spacing:-.025em;
    }
    .filter-head p,.section-title p{
      margin:8px 0 0;
      color:var(--muted);
      max-width:720px;
    }
    .filter-tags{
      display:flex;
      gap:10px;
      overflow-x:auto;
      padding-bottom:4px;
      scrollbar-width:thin;
    }
    .filter-tag{
      flex:0 0 auto;
      display:inline-flex;
      align-items:center;
      height:40px;
      padding:0 15px;
      border-radius:999px;
      border:1px solid var(--border);
      background:var(--bg-light);
      color:var(--muted);
      font-weight:850;
      font-size:14px;
    }
    .filter-tag:hover{border-color:var(--primary);color:var(--primary);background:#fff}
    .filter-tag.active{background:var(--primary);color:#fff;border-color:var(--primary)}
    .portal-layout{
      display:grid;
      grid-template-columns:minmax(0,1fr) 342px;
      gap:24px;
      align-items:start;
    }
    .content-stack{display:grid;gap:16px}
    .guide-card{
      position:relative;
      display:grid;
      grid-template-columns:86px minmax(0,1fr) auto;
      gap:18px;
      align-items:center;
      padding:22px;
      border-radius:26px;
      background:#fff;
      border:1px solid var(--border);
      box-shadow:0 10px 26px rgba(66,35,18,.055);
      transition:var(--ease);
    }
    .guide-card:nth-child(even){margin-left:28px}
    .guide-card:hover{
      border-color:rgba(255,77,46,.46);
      background:#fffdf9;
      transform:translateY(-3px);
      box-shadow:0 18px 40px rgba(66,35,18,.1);
    }
    .card-no{
      width:72px;
      height:72px;
      border-radius:22px;
      display:grid;
      place-items:center;
      color:var(--primary);
      background:var(--primary-soft);
      font-size:22px;
      font-weight:950;
      border:1px dashed rgba(255,77,46,.32);
    }
    .guide-card h3{
      margin:0 0 8px;
      font-size:21px;
      line-height:1.3;
      font-weight:950;
    }
    .guide-card p{
      margin:0;
      color:var(--muted);
      font-size:15px;
      line-height:1.65;
    }
    .card-tags{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:12px;
    }
    .date-pill{
      min-width:92px;
      text-align:center;
      padding:9px 10px;
      border-radius:16px;
      background:var(--secondary-soft);
      color:var(--secondary);
      font-size:12px;
      font-weight:900;
    }
    .side-panel{
      position:sticky;
      top:18px;
      display:grid;
      gap:16px;
    }
    .side-card{
      padding:22px;
      border-radius:26px;
      background:#fff;
      border:1px solid var(--border);
      box-shadow:var(--shadow);
    }
    .side-card.highlight{
      background:linear-gradient(160deg,var(--footer),#3a1f2d);
      color:#fff8f2;
      border-color:rgba(255,212,59,.25);
    }
    .side-card h3{
      margin:0 0 14px;
      font-size:20px;
      font-weight:950;
    }
    .quick-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}
    .quick-list li{
      display:flex;
      align-items:flex-start;
      gap:10px;
      color:var(--muted);
      font-size:14px;
      line-height:1.55;
    }
    .highlight .quick-list li{color:rgba(255,248,242,.78)}
    .check-dot{
      width:22px;
      height:22px;
      flex:0 0 auto;
      border-radius:999px;
      display:inline-grid;
      place-items:center;
      background:var(--accent);
      color:var(--accent-text);
      font-size:12px;
      font-weight:950;
    }
    .update-box{
      margin-top:16px;
      padding:14px;
      border-radius:18px;
      background:rgba(255,212,59,.14);
      border:1px dashed rgba(255,212,59,.55);
      color:rgba(255,248,242,.88);
      font-size:13px;
      line-height:1.65;
    }
    .process-grid{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:24px;
      align-items:stretch;
    }
    .steps-card,.notice-card{
      padding:28px;
      border-radius:var(--radius-lg);
      background:#fff;
      border:1px solid var(--border);
      box-shadow:var(--shadow);
    }
    .step-row{
      display:grid;
      grid-template-columns:54px 1fr;
      gap:14px;
      padding:16px 0;
      border-bottom:1px solid var(--border);
    }
    .step-row:last-child{border-bottom:0}
    .step-num{
      width:46px;
      height:46px;
      border-radius:16px;
      display:grid;
      place-items:center;
      background:var(--secondary-soft);
      color:var(--secondary);
      font-weight:950;
    }
    .step-row h3{margin:0 0 4px;font-size:18px;font-weight:950}
    .step-row p{margin:0;color:var(--muted);font-size:14px;line-height:1.65}
    .mini-countdown{
      display:flex;
      gap:8px;
      margin:18px 0;
    }
    .time-box{
      min-width:58px;
      padding:10px 8px;
      border-radius:16px;
      text-align:center;
      background:var(--accent);
      color:var(--accent-text);
      font-weight:950;
      box-shadow:0 10px 20px rgba(255,212,59,.18);
    }
    .time-box small{display:block;font-size:11px;font-weight:850;opacity:.72}
    .notice-card{
      background:
        radial-gradient(circle at 90% 12%, rgba(255,212,59,.35), transparent 34%),
        linear-gradient(180deg,#fff,var(--primary-soft));
    }
    .notice-card p{color:var(--muted)}
    .notice-list{margin:18px 0 0;padding:0;list-style:none;display:grid;gap:12px}
    .notice-list li{
      padding:13px 14px;
      border-radius:18px;
      background:#fff;
      border:1px solid rgba(255,77,46,.13);
      color:var(--muted);
      font-size:14px;
    }
    .cta-panel{
      position:relative;
      overflow:hidden;
      border-radius:34px;
      padding:36px;
      background:
        radial-gradient(circle at 80% 20%, rgba(255,212,59,.32), transparent 26%),
        linear-gradient(135deg,var(--primary),#ff7b38 48%,var(--secondary));
      color:#fff;
      box-shadow:var(--shadow-strong);
    }
    .cta-panel:before{
      content:"快速指引";
      position:absolute;
      right:28px;
      top:26px;
      padding:9px 14px;
      border-radius:999px;
      background:var(--accent);
      color:var(--accent-text);
      font-weight:950;
      transform:rotate(4deg);
    }
    .cta-panel h2{
      margin:0 0 10px;
      font-size:34px;
      line-height:1.18;
      font-weight:950;
      letter-spacing:-.025em;
      max-width:740px;
    }
    .cta-panel p{margin:0;color:rgba(255,255,255,.84);max-width:760px}
    .cta-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
    .cta-actions .btn-secondary{border-color:rgba(255,255,255,.4)}
    .faq-wrap{
      max-width:920px;
      margin:28px auto 0;
    }
    .accordion{
      background:transparent;
      border:0;
    }
    .accordion-item{
      margin-bottom:12px;
      border-radius:22px;
      overflow:hidden;
      border:1px solid var(--border);
      background:#fff;
      box-shadow:0 8px 20px rgba(66,35,18,.05);
      transition:var(--ease);
    }
    .accordion-item:hover{border-color:rgba(255,77,46,.28);box-shadow:0 12px 30px rgba(66,35,18,.08)}
    .accordion-title{
      padding:18px 22px;
      border:0;
      color:var(--text);
      font-size:16px;
      font-weight:950;
      line-height:1.45;
    }
    .accordion-title:hover,.accordion-title:focus{background:var(--primary-soft);color:var(--primary-dark)}
    .accordion-title:before{font-size:24px;margin-top:-12px;color:var(--primary)}
    .accordion-content{
      border:0;
      padding:0 22px 20px;
      color:var(--muted);
      background:#fff;
      font-size:15px;
      line-height:1.75;
    }
    .is-active>.accordion-title{background:var(--primary-soft);color:var(--primary-dark)}
    .site-footer{
      margin-top:60px;
      padding:52px 0 26px;
      background:
        radial-gradient(circle at 12% 0, rgba(255,77,46,.24), transparent 30%),
        linear-gradient(180deg,var(--footer),#211713);
      color:#fff8f2;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.25fr .7fr 1fr;
      gap:34px;
      align-items:start;
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:12px;
      font-size:20px;
      font-weight:950;
      margin-bottom:14px;
    }
    .footer-text,.footer-note{
      margin:0;
      color:rgba(255,248,242,.68);
      font-size:14px;
      line-height:1.75;
    }
    .footer-title{
      color:#fff;
      font-weight:950;
      margin-bottom:13px;
      font-size:15px;
    }
    .footer-links{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .footer-links a{
      display:inline-flex;
      align-items:center;
      height:34px;
      padding:0 12px;
      border-radius:999px;
      background:rgba(255,248,242,.08);
      color:rgba(255,248,242,.76);
      font-size:13px;
      font-weight:800;
      border:1px solid rgba(255,248,242,.1);
    }
    .footer-links a:hover{color:var(--accent);border-color:rgba(255,212,59,.42);background:rgba(255,212,59,.08)}
    .copyright{
      margin-top:34px;
      padding-top:20px;
      border-top:1px solid rgba(255,248,242,.13);
      display:flex;
      justify-content:space-between;
      gap:16px;
      color:rgba(255,248,242,.56);
      font-size:13px;
    }
    @media (max-width:1023px){
      .brand-row{flex-wrap:wrap}
      .brand{min-width:0;flex:1}
      .nav-search{order:3;flex-basis:100%}
      h1{font-size:40px}
      .portal-layout,.process-grid{grid-template-columns:1fr}
      .side-panel{position:static}
      .guide-card:nth-child(even){margin-left:0}
      .footer-grid{grid-template-columns:1fr 1fr}
    }
    @media (max-width:639px){
      .container{width:min(calc(100% - 24px),var(--max))}
      .brand-row{gap:12px}
      .brand-title{font-size:16px}
      .brand-sub{font-size:11px}
      .brand-row>.btn{width:100%}
      .nav-search{height:46px}
      .section{padding:54px 0}
      .category-hero{padding:34px 0 22px}
      .hero-panel{padding:24px 18px}
      .hero-panel:after{right:-42px;top:26px;font-size:12px}
      h1{font-size:34px;line-height:1.15}
      .hero-summary{font-size:15px}
      .hero-actions,.cta-actions{flex-direction:column}
      .hero-actions .btn,.cta-actions .btn{width:100%}
      .progress-ring{width:138px;height:138px}
      .progress-ring span{width:94px;height:94px;font-size:27px}
      .filter-head{display:block}
      .filter-head h2,.section-title h2{font-size:26px}
      .portal-layout{gap:18px}
      .guide-card{
        grid-template-columns:1fr;
        gap:12px;
        padding:19px;
      }
      .card-no{width:58px;height:58px;border-radius:18px}
      .date-pill{width:max-content}
      .steps-card,.notice-card{padding:22px}
      .mini-countdown{flex-wrap:wrap}
      .cta-panel{padding:28px 20px}
      .cta-panel:before{position:static;display:inline-flex;margin-bottom:14px;transform:none}
      .cta-panel h2{font-size:27px}
      .footer-grid{grid-template-columns:1fr}
      .copyright{flex-direction:column}
    }
