/* roulang page: index */
:root{
      --bg:#1b1118;
      --bg-2:#2a1725;
      --surface:#fff8f1;
      --surface-2:#fffdf9;
      --ink:#2b2026;
      --muted:#76656c;
      --soft:#efe3dc;
      --line:rgba(116,75,79,.18);
      --primary:#7f244e;
      --primary-2:#a3315d;
      --accent:#f27b4d;
      --amber:#f5b35b;
      --rose:#ffe1d4;
      --white:#ffffff;
      --radius-sm:12px;
      --radius:20px;
      --radius-lg:30px;
      --shadow:0 18px 50px rgba(43,18,30,.14);
      --shadow-strong:0 24px 70px rgba(127,36,78,.28);
      --container:1220px;
      --ease:all .25s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:PingFang SC,Microsoft YaHei,Noto Sans SC,Helvetica Neue,Arial,sans-serif;
      color:var(--ink);
      background:
        radial-gradient(circle at 12% 8%, rgba(242,123,77,.18), transparent 32%),
        radial-gradient(circle at 90% 0%, rgba(127,36,78,.24), transparent 34%),
        linear-gradient(180deg,#21121d 0%,#34202b 36%,#fff8f1 36%,#fff8f1 100%);
      line-height:1.75;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    a:hover,a:focus{color:var(--primary)}
    button,input,select{font:inherit}
    button{cursor:pointer}
    img{max-width:100%;display:block}
    .site-wrap{min-height:100vh}
    .container{
      width:min(calc(100% - 32px),var(--container));
      margin:0 auto;
    }
    .section{
      padding:88px 0;
      position:relative;
    }
    .section.compact{padding:64px 0}
    .section-title{
      max-width:820px;
      margin-bottom:34px;
    }
    .section-title.center{
      text-align:center;
      margin-left:auto;
      margin-right:auto;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 13px;
      border-radius:999px;
      background:rgba(242,123,77,.12);
      color:#8b3a23;
      font-size:13px;
      font-weight:700;
      letter-spacing:.02em;
      border:1px solid rgba(242,123,77,.24);
      margin-bottom:14px;
    }
    h1,h2,h3,h4,p{margin-top:0}
    h1{
      font-size:clamp(32px,5vw,56px);
      line-height:1.16;
      letter-spacing:-.04em;
      font-weight:800;
      margin-bottom:20px;
      color:#fff9f4;
    }
    h2{
      font-size:clamp(26px,3.2vw,38px);
      line-height:1.24;
      font-weight:800;
      letter-spacing:-.03em;
      color:var(--ink);
      margin-bottom:14px;
    }
    h3{
      font-size:22px;
      line-height:1.35;
      font-weight:750;
      margin-bottom:10px;
    }
    .lead{
      font-size:18px;
      color:rgba(255,249,244,.82);
      max-width:820px;
      margin-bottom:26px;
    }
    .muted{color:var(--muted)}
    .header{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(32,18,29,.92);
      backdrop-filter:blur(16px);
      border-bottom:1px solid rgba(255,225,212,.14);
    }
    .nav-shell{
      min-height:78px;
      display:grid;
      grid-template-columns:230px minmax(320px,1fr) auto;
      gap:20px;
      align-items:center;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:10px;
      color:#fff9f4;
      font-weight:850;
      letter-spacing:-.03em;
      line-height:1.2;
    }
    .brand-mark{
      width:38px;height:38px;
      border-radius:14px;
      background:linear-gradient(135deg,var(--accent),var(--primary));
      box-shadow:0 12px 26px rgba(242,123,77,.24);
      display:grid;
      place-items:center;
      color:white;
      font-weight:900;
    }
    .brand span:last-child{font-size:16px}
    .search-nav{
      position:relative;
      display:flex;
      align-items:center;
      background:#fff8f1;
      border:1px solid rgba(255,225,212,.4);
      border-radius:999px;
      padding:6px;
      box-shadow:0 12px 35px rgba(0,0,0,.15);
    }
    .search-icon{
      width:38px;
      text-align:center;
      color:var(--primary);
      font-size:18px;
    }
    .search-nav input{
      flex:1;
      min-width:0;
      border:0;
      box-shadow:none;
      background:transparent;
      margin:0;
      height:42px;
      padding:0 8px;
      color:var(--ink);
    }
    .search-nav input:focus{box-shadow:none;background:transparent}
    .search-nav button{
      border:0;
      height:42px;
      border-radius:999px;
      padding:0 18px;
      color:#fff;
      background:linear-gradient(135deg,var(--primary),var(--primary-2));
      font-weight:800;
      transition:var(--ease);
    }
    .search-nav button:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(127,36,78,.28)}
    .nav-links{
      display:flex;
      align-items:center;
      justify-content:flex-end;
      gap:8px;
      white-space:nowrap;
    }
    .nav-link{
      color:rgba(255,249,244,.78);
      padding:10px 14px;
      border-radius:999px;
      font-size:14px;
      font-weight:700;
    }
    .nav-link:hover,.nav-link.active{
      color:#fff;
      background:rgba(242,123,77,.15);
    }
    .member-pill{
      color:#2b1717;
      background:linear-gradient(135deg,#ffd08a,#f27b4d);
      box-shadow:0 10px 22px rgba(242,123,77,.22);
    }
    .mobile-toggle{
      display:none;
      border:1px solid rgba(255,225,212,.2);
      color:#fff;
      background:rgba(255,255,255,.06);
      border-radius:14px;
      width:44px;height:44px;
    }
    .mobile-panel{display:none}
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:48px;
      padding:13px 22px;
      border-radius:999px;
      font-weight:800;
      border:1px solid transparent;
      transition:var(--ease);
      line-height:1.2;
    }
    .btn-primary{
      color:white;
      background:linear-gradient(135deg,var(--primary),#b33761 55%,var(--accent));
      box-shadow:0 18px 36px rgba(127,36,78,.28);
    }
    .btn-primary:hover,.btn-primary:focus{
      color:white;
      transform:translateY(-2px);
      box-shadow:0 22px 44px rgba(127,36,78,.36);
    }
    .btn-secondary{
      color:#fff8f1;
      background:rgba(255,255,255,.08);
      border-color:rgba(255,225,212,.28);
    }
    .btn-secondary:hover,.btn-secondary:focus{
      color:#fff;
      background:rgba(242,123,77,.16);
      transform:translateY(-2px);
    }
    .btn-light{
      color:var(--primary);
      background:#fff9f4;
      border-color:rgba(127,36,78,.15);
    }
    .btn-light:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(43,18,30,.12)}
    .hero{
      padding:72px 0 58px;
      color:#fff;
      overflow:hidden;
    }
    .hero-kv{
      position:relative;
      min-height:560px;
      border-radius:36px;
      padding:44px;
      background:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
        radial-gradient(circle at 80% 24%, rgba(245,179,91,.25), transparent 26%),
        radial-gradient(circle at 18% 78%, rgba(242,123,77,.28), transparent 24%),
        linear-gradient(135deg,#3a182d 0%,#21121d 48%,#5b2437 100%);
      background-size:44px 44px,44px 44px,auto,auto,auto;
      box-shadow:var(--shadow-strong);
      border:1px solid rgba(255,225,212,.16);
      overflow:hidden;
    }
    .hero-kv:before{
      content:"";
      position:absolute;inset:0;
      background:
        repeating-radial-gradient(ellipse at 72% 58%, rgba(255,225,212,.14) 0 1px, transparent 1px 16px);
      opacity:.34;
      pointer-events:none;
    }
    .hero-content{
      position:relative;
      z-index:2;
      max-width:920px;
    }
    .hero-badge{
      display:inline-flex;
      align-items:center;
      gap:10px;
      padding:9px 14px;
      border-radius:999px;
      background:rgba(255,248,241,.1);
      border:1px solid rgba(255,225,212,.22);
      color:#ffe6d7;
      font-weight:800;
      margin-bottom:22px;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      gap:14px;
      margin:26px 0 28px;
    }
    .countdown-bar{
      position:absolute;
      left:44px;right:44px;bottom:34px;
      z-index:2;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      padding:16px 18px;
      border-radius:22px;
      background:rgba(20,12,18,.74);
      border:1px solid rgba(255,225,212,.18);
    }
    .countdown-text{
      color:#fff0e7;
      font-weight:800;
    }
    .countdown-items{display:flex;gap:10px;flex-wrap:wrap}
    .time-box{
      min-width:70px;
      text-align:center;
      padding:8px 10px;
      border-radius:16px;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,225,212,.14);
    }
    .time-box strong{display:block;font-size:21px;line-height:1;color:#ffd08a}
    .time-box span{font-size:12px;color:rgba(255,249,244,.7)}
    .node-map{
      position:absolute;
      right:42px;top:110px;
      width:min(440px,42%);
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      z-index:1;
      opacity:.95;
    }
    .map-node{
      min-height:118px;
      border-radius:24px;
      padding:18px;
      background:rgba(255,248,241,.1);
      border:1px solid rgba(255,225,212,.18);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
    }
    .map-node:nth-child(2){transform:translateY(34px)}
    .map-node:nth-child(3){transform:translateY(-4px)}
    .map-node b{display:block;color:#fff8f1;margin-bottom:6px}
    .map-node small{color:rgba(255,249,244,.68)}
    .stat-row{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
    }
    .stat-chip{
      padding:10px 14px;
      border-radius:16px;
      background:rgba(255,248,241,.1);
      border:1px solid rgba(255,225,212,.16);
      color:#fff0e7;
      font-weight:700;
    }
    .comparison-section{
      background:var(--surface);
      padding-top:88px;
    }
    .compare-card{
      background:var(--surface-2);
      border:1px solid var(--line);
      border-radius:28px;
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    table.member-table{
      margin:0;
      border-collapse:separate;
      border-spacing:0;
      background:transparent;
    }
    .member-table th,.member-table td{
      border-bottom:1px solid var(--line);
      padding:22px 20px;
      vertical-align:middle;
      color:var(--ink);
    }
    .member-table th{
      background:#fff0e6;
      font-size:16px;
      font-weight:850;
      text-align:center;
    }
    .member-table th:first-child{text-align:left}
    .member-table tr:last-child td{border-bottom:0}
    .member-table td:first-child{
      font-weight:800;
      color:#553039;
      width:22%;
    }
    .highlight-col{
      background:linear-gradient(180deg,rgba(255,225,212,.48),rgba(255,248,241,.65));
      position:relative;
    }
    .recommend{
      display:inline-flex;
      margin-left:8px;
      padding:4px 8px;
      border-radius:999px;
      background:var(--primary);
      color:white;
      font-size:12px;
      font-weight:800;
    }
    .check{color:var(--primary);font-weight:900}
    .mobile-plans{display:none}
    .plan-card{
      background:#fffdf9;
      border:1px solid var(--line);
      border-radius:24px;
      padding:24px;
      box-shadow:var(--shadow);
      margin-bottom:16px;
    }
    .plan-card.featured{
      border-color:rgba(127,36,78,.32);
      background:linear-gradient(180deg,#fff0e8,#fffdf9);
    }
    .plan-list{list-style:none;margin:0;padding:0}
    .plan-list li{
      display:flex;gap:10px;
      padding:9px 0;
      border-bottom:1px dashed rgba(116,75,79,.16);
    }
    .plan-list li:last-child{border-bottom:0}
    .path-section{
      background:
        radial-gradient(circle at 12% 16%, rgba(242,123,77,.12), transparent 28%),
        linear-gradient(180deg,#fff8f1,#f5ece5);
    }
    .path-board{
      position:relative;
      display:grid;
      grid-template-columns:1.1fr .9fr 1fr;
      gap:22px;
      align-items:stretch;
    }
    .path-board:before{
      content:"";
      position:absolute;
      left:8%;right:8%;top:48%;
      border-top:2px dashed rgba(127,36,78,.22);
      z-index:0;
    }
    .path-card{
      position:relative;
      z-index:1;
      border-radius:26px;
      padding:26px;
      background:#fffdf9;
      border:1px solid var(--line);
      box-shadow:var(--shadow);
      transition:var(--ease);
    }
    .path-card:hover{
      transform:translateY(-5px);
      border-color:rgba(242,123,77,.42);
      box-shadow:0 22px 48px rgba(43,18,30,.16);
    }
    .path-card.offset{margin-top:54px}
    .path-icon{
      width:48px;height:48px;
      border-radius:18px;
      display:grid;place-items:center;
      background:linear-gradient(135deg,#ffe1d4,#ffd08a);
      color:var(--primary);
      font-size:22px;
      margin-bottom:16px;
      font-weight:900;
    }
    .level-tag{
      display:inline-flex;
      padding:5px 10px;
      border-radius:999px;
      background:rgba(127,36,78,.08);
      color:var(--primary);
      font-size:13px;
      font-weight:800;
      margin-bottom:12px;
    }
    .progress{
      height:9px;
      border-radius:999px;
      background:#ead9d1;
      overflow:hidden;
      margin-top:16px;
    }
    .progress span{
      display:block;height:100%;
      border-radius:inherit;
      background:linear-gradient(90deg,var(--primary),var(--accent));
    }
    .preview-section{
      background:#2a1725;
      color:#fff8f1;
      overflow:hidden;
    }
    .preview-section h2{color:#fff8f1}
    .preview-section .muted{color:rgba(255,249,244,.7)}
    .filter-panel{
      display:grid;
      grid-template-columns:1.3fr .8fr .8fr auto;
      gap:12px;
      padding:18px;
      border-radius:24px;
      background:rgba(255,248,241,.08);
      border:1px solid rgba(255,225,212,.14);
      margin-bottom:28px;
    }
    .filter-panel input,.filter-panel select{
      height:48px;
      border-radius:16px;
      border:1px solid rgba(255,225,212,.22);
      background:#fff8f1;
      color:var(--ink);
      margin:0;
      box-shadow:none;
    }
    .filter-panel input:focus,.filter-panel select:focus{
      border-color:var(--accent);
      box-shadow:0 0 0 4px rgba(242,123,77,.16);
    }
    .preview-grid{
      display:grid;
      grid-template-columns:1.1fr .9fr 1fr;
      gap:22px;
    }
    .preview-card{
      border-radius:26px;
      overflow:hidden;
      background:rgba(255,248,241,.08);
      border:1px solid rgba(255,225,212,.14);
      transition:var(--ease);
    }
    .preview-card:hover{
      transform:translateY(-5px);
      border-color:rgba(242,123,77,.48);
      box-shadow:0 22px 54px rgba(0,0,0,.22);
    }
    .preview-art{
      height:150px;
      background:
        linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px),
        radial-gradient(circle at 70% 30%, rgba(245,179,91,.52), transparent 28%),
        linear-gradient(135deg,#7f244e,#f27b4d);
      background-size:28px 28px,28px 28px,auto,auto;
      display:flex;
      align-items:flex-end;
      padding:16px;
    }
    .preview-art .badge{
      background:rgba(32,18,29,.72);
      color:#ffd9c7;
      border-radius:999px;
      padding:7px 10px;
      font-weight:800;
      font-size:12px;
    }
    .preview-body{padding:22px}
    .preview-body h3{color:#fff8f1}
    .meta{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin:14px 0 18px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      padding:5px 9px;
      border-radius:999px;
      background:rgba(255,225,212,.12);
      border:1px solid rgba(255,225,212,.14);
      color:#ffe4d4;
      font-size:12px;
      font-weight:800;
    }
    .updates-section{
      background:#fff8f1;
    }
    .updates-layout{
      display:grid;
      grid-template-columns:1.4fr .8fr;
      gap:24px;
      align-items:start;
    }
    .news-list{
      background:#fffdf9;
      border:1px solid var(--line);
      border-radius:26px;
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .news-item{
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:16px;
      align-items:center;
      padding:20px 22px;
      border-bottom:1px solid var(--line);
      transition:var(--ease);
    }
    .news-item:last-child{border-bottom:0}
    .news-item:hover{
      background:#fff1e9;
      color:var(--primary);
    }
    .news-date{
      min-width:78px;
      color:var(--muted);
      font-weight:800;
      font-size:13px;
    }
    .news-title{
      font-weight:850;
      color:var(--ink);
    }
    .news-item:hover .news-title{color:var(--primary)}
    .news-arrow{color:var(--accent);font-weight:900}
    .side-panel{
      border-radius:26px;
      padding:26px;
      background:
        linear-gradient(rgba(127,36,78,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(127,36,78,.04) 1px, transparent 1px),
        linear-gradient(180deg,#fffdf9,#fff0e8);
      background-size:30px 30px;
      border:1px solid var(--line);
      box-shadow:var(--shadow);
    }
    .quick-list{list-style:none;margin:18px 0 0;padding:0}
    .quick-list li{
      display:flex;
      align-items:flex-start;
      gap:10px;
      padding:11px 0;
      border-bottom:1px dashed rgba(116,75,79,.18);
      color:var(--muted);
    }
    .quick-list li:last-child{border-bottom:0}
    .quick-list b{color:var(--primary)}
    .faq-section{
      background:linear-gradient(180deg,#f5ece5,#fff8f1);
    }
    .accordion{
      background:transparent;
      border:0;
    }
    .accordion-item{
      margin-bottom:14px;
      border:1px solid var(--line);
      border-radius:22px;
      background:#fffdf9;
      overflow:hidden;
      box-shadow:0 12px 32px rgba(43,18,30,.08);
    }
    .accordion-title{
      border:0!important;
      color:var(--ink)!important;
      font-weight:850;
      font-size:17px;
      padding:22px 56px 22px 22px;
      background:#fffdf9;
    }
    .accordion-title:hover,.accordion-title:focus{
      background:#fff1e9;
    }
    .accordion-title:before{
      right:24px;
      color:var(--primary);
      font-size:22px;
      margin-top:-12px;
    }
    .accordion-content{
      border:0!important;
      padding:0 22px 24px;
      color:var(--muted);
      background:#fffdf9;
      line-height:1.8;
    }
    .cta-section{
      background:#fff8f1;
      padding-bottom:96px;
    }
    .cta-card{
      position:relative;
      overflow:hidden;
      border-radius:34px;
      padding:42px;
      color:#fff8f1;
      background:
        linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px),
        radial-gradient(circle at 12% 24%, rgba(242,123,77,.38), transparent 26%),
        linear-gradient(135deg,#321727,#7f244e);
      background-size:38px 38px,38px 38px,auto,auto;
      box-shadow:var(--shadow-strong);
      border:1px solid rgba(255,225,212,.18);
    }
    .cta-card h2{color:#fff8f1}
    .cta-grid{
      display:grid;
      grid-template-columns:1fr .9fr;
      gap:32px;
      align-items:center;
    }
    .form-card{
      padding:24px;
      border-radius:26px;
      background:rgba(255,248,241,.1);
      border:1px solid rgba(255,225,212,.18);
    }
    .form-card label{
      color:#ffe6d7;
      font-weight:800;
      margin-bottom:8px;
    }
    .form-card input,.form-card select{
      border-radius:16px;
      border:1px solid rgba(255,225,212,.28);
      height:50px;
      margin-bottom:14px;
      background:#fff8f1;
      color:var(--ink);
      box-shadow:none;
    }
    .form-card input:focus,.form-card select:focus{
      border-color:var(--accent);
      box-shadow:0 0 0 4px rgba(242,123,77,.18);
    }
    .form-tip{
      color:rgba(255,249,244,.68);
      font-size:13px;
      margin-top:12px;
    }
    .footer{
      background:#21121d;
      color:rgba(255,249,244,.72);
      padding:42px 0 28px;
      border-top:1px solid rgba(255,225,212,.12);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr;
      gap:24px;
      align-items:start;
    }
    .footer-brand{
      color:#fff8f1;
      font-weight:850;
      font-size:18px;
      margin-bottom:10px;
    }
    .footer-links{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      justify-content:flex-end;
    }
    .footer-links a{
      padding:8px 12px;
      border-radius:999px;
      color:rgba(255,249,244,.72);
      background:rgba(255,255,255,.04);
    }
    .footer-links a:hover{
      color:#fff;
      background:rgba(242,123,77,.14);
    }
    .copyright{
      margin-top:26px;
      padding-top:22px;
      border-top:1px solid rgba(255,225,212,.1);
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
      font-size:13px;
      color:rgba(255,249,244,.55);
    }
    @media screen and (max-width:1023px){
      .nav-shell{
        grid-template-columns:1fr auto;
        gap:12px;
        padding:14px 0;
      }
      .search-nav{
        grid-column:1 / -1;
        order:3;
      }
      .nav-links{display:none}
      .mobile-toggle{display:inline-grid;place-items:center}
      .mobile-panel{
        padding:0 0 14px;
        border-top:1px solid rgba(255,225,212,.1);
      }
      .mobile-panel.open{display:block}
      .mobile-panel .nav-link{
        display:inline-flex;
        margin:12px 8px 0 0;
      }
      .node-map{
        position:relative;
        right:auto;top:auto;
        width:100%;
        margin-top:30px;
        grid-template-columns:1fr 1fr;
      }
      .map-node:nth-child(2),.map-node:nth-child(3){transform:none}
      .countdown-bar{
        position:relative;
        left:auto;right:auto;bottom:auto;
        margin-top:28px;
        flex-direction:column;
        align-items:flex-start;
      }
      .path-board,.preview-grid,.updates-layout,.cta-grid{
        grid-template-columns:1fr;
      }
      .path-board:before{display:none}
      .path-card.offset{margin-top:0}
      .filter-panel{
        grid-template-columns:1fr 1fr;
      }
    }
    @media screen and (max-width:767px){
      body{background:linear-gradient(180deg,#21121d 0%,#34202b 30%,#fff8f1 30%,#fff8f1 100%)}
      .section{padding:58px 0}
      .hero{padding:28px 0 42px}
      .hero-kv{
        min-height:auto;
        padding:28px 22px;
        border-radius:26px;
      }
      .lead{font-size:16px}
      .hero-actions .btn{width:100%}
      .stat-row{display:grid;grid-template-columns:1fr 1fr}
      .node-map{grid-template-columns:1fr}
      .countdown-items{width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
      .time-box{min-width:0;padding:8px 4px}
      .desktop-table{display:none}
      .mobile-plans{display:block}
      .filter-panel{grid-template-columns:1fr}
      .preview-grid{gap:16px}
      .news-item{
        grid-template-columns:1fr auto;
        gap:8px;
      }
      .news-date{grid-column:1 / -1}
      .cta-card{padding:28px 20px;border-radius:26px}
      .footer-grid{grid-template-columns:1fr}
      .footer-links{justify-content:flex-start}
      .search-nav button{padding:0 12px}
      .brand span:last-child{font-size:15px}
    }
    @media screen and (max-width:520px){
      .container{width:min(calc(100% - 24px),var(--container))}
      .stat-row{grid-template-columns:1fr}
      .countdown-items{grid-template-columns:repeat(2,1fr)}
      .member-table th,.member-table td{padding:16px 12px}
      .section-title{margin-bottom:24px}
    }

/* roulang page: category1 */
:root{
      --color-bg:#171016;
      --color-bg-2:#24151d;
      --color-panel:#fff8f2;
      --color-panel-2:#fff1e5;
      --color-card:#ffffff;
      --color-primary:#7b274f;
      --color-primary-2:#a33564;
      --color-accent:#f27a4d;
      --color-amber:#f3b35f;
      --color-text:#2a2025;
      --color-muted:#75666d;
      --color-soft:#efe2da;
      --color-line:rgba(123,39,79,.18);
      --color-dark-text:#fff6ee;
      --color-dark-muted:#d8c4bd;
      --shadow-soft:0 18px 45px rgba(61,31,43,.12);
      --shadow-hover:0 24px 60px rgba(123,39,79,.22);
      --radius-sm:12px;
      --radius-md:18px;
      --radius-lg:26px;
      --radius-xl:34px;
      --container:1220px;
      --transition:all .22s ease;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:"PingFang SC","Microsoft YaHei","Noto Sans SC","Helvetica Neue",Arial,sans-serif;
      color:var(--color-text);
      background:
        radial-gradient(circle at 14% 8%, rgba(242,122,77,.18), transparent 27%),
        radial-gradient(circle at 88% 0%, rgba(123,39,79,.22), transparent 30%),
        linear-gradient(180deg,#1b1117 0%,#2a1821 22%,#fff8f2 22%,#fff8f2 100%);
      line-height:1.75;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--transition)}
    a:hover,a:focus{color:var(--color-primary)}
    img{max-width:100%;height:auto;display:block}
    button,input,select{font:inherit}
    button{cursor:pointer}
    input,select{
      min-height:46px;
      border-radius:999px;
      border:1px solid var(--color-line);
      background:#fff;
      color:var(--color-text);
      padding:0 16px;
      outline:none;
      transition:var(--transition);
    }
    input:focus,select:focus{
      border-color:rgba(242,122,77,.75);
      box-shadow:0 0 0 4px rgba(242,122,77,.16);
    }
    .container{
      width:min(calc(100% - 32px),var(--container));
      margin:0 auto;
    }
    .section{
      padding:76px 0;
      position:relative;
    }
    .section-tight{padding:46px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border-radius:999px;
      color:var(--color-primary);
      background:rgba(123,39,79,.09);
      border:1px solid rgba(123,39,79,.13);
      font-size:13px;
      font-weight:700;
      letter-spacing:.02em;
      margin-bottom:14px;
    }
    .eyebrow:before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--color-accent),var(--color-primary));
      box-shadow:0 0 0 5px rgba(242,122,77,.12);
    }
    h1,h2,h3,p{margin-top:0}
    h1{
      font-size:clamp(31px,4.6vw,52px);
      line-height:1.16;
      font-weight:800;
      letter-spacing:-.02em;
      margin-bottom:18px;
      color:#fff7ef;
    }
    h2{
      font-size:clamp(25px,3vw,36px);
      line-height:1.24;
      font-weight:800;
      margin-bottom:14px;
      color:var(--color-text);
    }
    h3{
      font-size:21px;
      line-height:1.35;
      font-weight:750;
      margin-bottom:10px;
      color:var(--color-text);
    }
    .lead{
      font-size:18px;
      color:var(--color-dark-muted);
      max-width:760px;
      margin-bottom:0;
    }
    .section-intro{
      display:flex;
      justify-content:space-between;
      align-items:flex-end;
      gap:24px;
      margin-bottom:30px;
    }
    .section-intro p{
      max-width:680px;
      color:var(--color-muted);
      margin-bottom:0;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:60;
      background:rgba(31,18,25,.92);
      backdrop-filter:blur(16px);
      border-bottom:1px solid rgba(255,248,242,.1);
      box-shadow:0 14px 35px rgba(0,0,0,.18);
    }
    .nav-shell{
      width:min(calc(100% - 28px),var(--container));
      min-height:78px;
      margin:0 auto;
      display:grid;
      grid-template-columns:auto minmax(320px,1fr) auto;
      align-items:center;
      gap:18px;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:10px;
      color:#fff8f2;
      font-weight:800;
      letter-spacing:-.02em;
      white-space:nowrap;
    }
    .brand-mark{
      width:38px;
      height:38px;
      border-radius:14px;
      background:
        linear-gradient(135deg,rgba(242,122,77,.95),rgba(123,39,79,.95)),
        radial-gradient(circle at 35% 30%,#fff,transparent 26%);
      box-shadow:0 12px 30px rgba(242,122,77,.22);
      position:relative;
      overflow:hidden;
    }
    .brand-mark:after{
      content:"";
      position:absolute;
      inset:9px;
      border:1px solid rgba(255,255,255,.52);
      border-radius:10px;
      transform:rotate(12deg);
    }
    .brand-text{font-size:17px}
    .nav-search{
      position:relative;
      display:flex;
      align-items:center;
      background:rgba(255,248,242,.96);
      border:1px solid rgba(255,255,255,.28);
      border-radius:999px;
      padding:5px;
      box-shadow:inset 0 0 0 1px rgba(123,39,79,.08);
    }
    .nav-search .search-icon{
      width:38px;
      text-align:center;
      color:var(--color-primary);
      font-size:18px;
    }
    .nav-search input{
      border:none;
      box-shadow:none;
      background:transparent;
      flex:1;
      min-width:0;
      padding:0 8px;
    }
    .nav-search input:focus{box-shadow:none}
    .nav-search button{
      border:none;
      border-radius:999px;
      padding:11px 18px;
      color:#fff;
      font-weight:700;
      background:linear-gradient(135deg,var(--color-primary),var(--color-primary-2));
      box-shadow:0 12px 22px rgba(123,39,79,.22);
      transition:var(--transition);
    }
    .nav-search button:hover,.nav-search button:focus{
      transform:translateY(-2px);
      background:linear-gradient(135deg,var(--color-primary-2),var(--color-accent));
      box-shadow:0 16px 28px rgba(242,122,77,.25);
    }
    .nav-links{
      display:flex;
      align-items:center;
      gap:8px;
      justify-content:flex-end;
      white-space:nowrap;
    }
    .nav-link{
      display:inline-flex;
      align-items:center;
      min-height:38px;
      padding:8px 13px;
      border-radius:999px;
      color:rgba(255,248,242,.82);
      font-size:14px;
      font-weight:700;
      border:1px solid transparent;
    }
    .nav-link:hover,.nav-link:focus,.nav-link.active{
      color:#fff;
      background:rgba(242,122,77,.16);
      border-color:rgba(242,122,77,.26);
    }
    .member-pill{
      color:#2a151d;
      background:linear-gradient(135deg,#f4b76c,#f27a4d);
      border-color:transparent;
      box-shadow:0 12px 26px rgba(242,122,77,.2);
    }
    .member-pill:hover,.member-pill:focus{
      color:#271018;
      transform:translateY(-2px);
      box-shadow:0 18px 34px rgba(242,122,77,.32);
    }

    .page-hero{
      padding:58px 0 34px;
      color:#fff;
      position:relative;
      overflow:hidden;
    }
    .page-hero:before{
      content:"";
      position:absolute;
      inset:0;
      background-image:
        linear-gradient(rgba(255,248,242,.06) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,248,242,.06) 1px,transparent 1px);
      background-size:54px 54px;
      mask-image:linear-gradient(180deg,#000 0%,transparent 86%);
      pointer-events:none;
    }
    .breadcrumb{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      align-items:center;
      color:rgba(255,248,242,.7);
      font-size:14px;
      margin-bottom:20px;
      position:relative;
      z-index:1;
    }
    .breadcrumb a{
      color:#fff5eb;
      border-bottom:1px solid rgba(242,122,77,.45);
    }
    .breadcrumb span:not(:last-child):after{
      content:"/";
      margin-left:8px;
      color:rgba(255,248,242,.42);
    }
    .hero-grid{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);
      gap:28px;
      align-items:stretch;
    }
    .hero-panel{
      padding:34px;
      border-radius:var(--radius-xl);
      border:1px solid rgba(255,248,242,.16);
      background:
        radial-gradient(circle at 16% 20%,rgba(242,122,77,.2),transparent 30%),
        linear-gradient(135deg,rgba(255,248,242,.08),rgba(255,248,242,.035));
      box-shadow:0 26px 70px rgba(0,0,0,.25);
    }
    .hero-actions{
      margin-top:26px;
      display:flex;
      flex-wrap:wrap;
      gap:12px;
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:46px;
      padding:12px 20px;
      border-radius:999px;
      border:1px solid transparent;
      font-weight:800;
      line-height:1.2;
      transition:var(--transition);
    }
    .btn-primary{
      color:#fff;
      background:linear-gradient(135deg,var(--color-primary),var(--color-primary-2),var(--color-accent));
      box-shadow:0 16px 34px rgba(123,39,79,.26);
    }
    .btn-primary:hover,.btn-primary:focus{
      color:#fff;
      transform:translateY(-2px);
      box-shadow:0 22px 44px rgba(123,39,79,.34);
      filter:saturate(1.08);
    }
    .btn-secondary{
      color:#fff5eb;
      background:rgba(255,248,242,.08);
      border-color:rgba(255,248,242,.22);
    }
    .btn-secondary:hover,.btn-secondary:focus{
      color:#fff;
      transform:translateY(-2px);
      background:rgba(242,122,77,.15);
      border-color:rgba(242,122,77,.4);
    }
    .btn-light{
      color:var(--color-primary);
      background:#fff;
      border-color:rgba(123,39,79,.16);
      box-shadow:0 14px 30px rgba(61,31,43,.1);
    }
    .btn-light:hover,.btn-light:focus{
      transform:translateY(-2px);
      color:#fff;
      background:var(--color-primary);
      box-shadow:var(--shadow-hover);
    }
    .status-map{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:14px;
    }
    .status-card{
      min-height:126px;
      padding:18px;
      border-radius:22px;
      background:rgba(255,248,242,.1);
      border:1px solid rgba(255,248,242,.16);
      color:#fff8f2;
      position:relative;
      overflow:hidden;
      transition:var(--transition);
    }
    .status-card:nth-child(2){transform:translateY(18px)}
    .status-card:nth-child(3){transform:translateY(-4px)}
    .status-card:hover{
      transform:translateY(-4px);
      border-color:rgba(242,122,77,.48);
      background:rgba(255,248,242,.14);
    }
    .status-card:nth-child(2):hover{transform:translateY(12px)}
    .status-card:before{
      content:"";
      position:absolute;
      right:-26px;
      top:-26px;
      width:86px;
      height:86px;
      border-radius:50%;
      border:1px dashed rgba(243,179,95,.45);
    }
    .status-icon{
      width:38px;
      height:38px;
      display:grid;
      place-items:center;
      border-radius:14px;
      margin-bottom:12px;
      background:linear-gradient(135deg,rgba(242,122,77,.95),rgba(123,39,79,.95));
      box-shadow:0 12px 28px rgba(0,0,0,.2);
      font-size:19px;
    }
    .status-card strong{
      display:block;
      font-size:16px;
      margin-bottom:4px;
    }
    .status-card span{
      display:block;
      color:rgba(255,248,242,.72);
      font-size:13px;
      line-height:1.55;
    }
    .progress-strip{
      margin-top:22px;
      padding:15px 18px;
      border-radius:20px;
      background:rgba(255,248,242,.09);
      border:1px solid rgba(255,248,242,.14);
    }
    .progress-title{
      display:flex;
      justify-content:space-between;
      gap:10px;
      color:#fff5eb;
      font-size:13px;
      font-weight:800;
      margin-bottom:10px;
    }
    .progress-line{
      height:9px;
      border-radius:999px;
      background:rgba(255,248,242,.15);
      overflow:hidden;
    }
    .progress-line span{
      display:block;
      width:72%;
      height:100%;
      border-radius:inherit;
      background:linear-gradient(90deg,var(--color-accent),var(--color-amber),#fff1cf);
    }

    .filter-card{
      margin-top:-8px;
      padding:22px;
      border-radius:var(--radius-lg);
      background:var(--color-card);
      border:1px solid var(--color-line);
      box-shadow:var(--shadow-soft);
    }
    .filter-row{
      display:grid;
      grid-template-columns:1.2fr .8fr auto;
      gap:14px;
      align-items:center;
    }
    .filter-tags{
      display:flex;
      gap:10px;
      overflow:auto;
      padding-bottom:2px;
      scrollbar-width:thin;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:6px;
      flex:0 0 auto;
      padding:9px 13px;
      border-radius:999px;
      border:1px solid rgba(123,39,79,.16);
      background:#fff8f3;
      color:var(--color-primary);
      font-size:13px;
      font-weight:800;
      transition:var(--transition);
    }
    .tag:hover,.tag.active{
      background:var(--color-primary);
      color:#fff;
      border-color:var(--color-primary);
      transform:translateY(-1px);
    }
    .sort-button{
      border:none;
      border-radius:999px;
      min-height:46px;
      padding:0 18px;
      color:#fff;
      font-weight:800;
      background:linear-gradient(135deg,var(--color-primary),var(--color-primary-2));
      transition:var(--transition);
    }
    .sort-button:hover,.sort-button:focus{
      transform:translateY(-2px);
      box-shadow:0 16px 30px rgba(123,39,79,.24);
    }

    .content-layout{
      align-items:flex-start;
    }
    .content-card{
      padding:0;
      border-radius:var(--radius-lg);
      background:var(--color-card);
      border:1px solid var(--color-line);
      box-shadow:var(--shadow-soft);
      overflow:hidden;
      transition:var(--transition);
      height:100%;
    }
    .content-card:hover{
      transform:translateY(-4px);
      border-color:rgba(242,122,77,.45);
      box-shadow:var(--shadow-hover);
    }
    .abstract-cover{
      height:132px;
      position:relative;
      background:
        radial-gradient(circle at 18% 26%,rgba(243,179,95,.9),transparent 18%),
        radial-gradient(circle at 82% 15%,rgba(123,39,79,.78),transparent 24%),
        linear-gradient(135deg,#3a1d2b,#8b315a 58%,#f27a4d);
      overflow:hidden;
    }
    .abstract-cover:before{
      content:"";
      position:absolute;
      inset:0;
      background-image:
        linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px);
      background-size:28px 28px;
      opacity:.55;
    }
    .abstract-cover:after{
      content:"激情久久五月的婷婷";
      position:absolute;
      left:18px;
      bottom:14px;
      color:rgba(255,248,242,.88);
      font-weight:800;
      font-size:15px;
      letter-spacing:.02em;
    }
    .content-card-body{padding:23px}
    .meta-line{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-bottom:12px;
    }
    .badge{
      display:inline-flex;
      align-items:center;
      padding:5px 9px;
      border-radius:999px;
      font-size:12px;
      font-weight:800;
      color:var(--color-primary);
      background:rgba(123,39,79,.08);
      border:1px solid rgba(123,39,79,.12);
    }
    .badge.gold{
      color:#7a3d0a;
      background:rgba(243,179,95,.22);
      border-color:rgba(243,179,95,.34);
    }
    .badge.coral{
      color:#8b351b;
      background:rgba(242,122,77,.15);
      border-color:rgba(242,122,77,.28);
    }
    .content-card p{
      color:var(--color-muted);
      margin-bottom:18px;
    }
    .card-foot{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      border-top:1px solid rgba(123,39,79,.1);
      padding-top:16px;
      color:var(--color-muted);
      font-size:13px;
    }
    .card-link{
      color:var(--color-primary);
      font-weight:900;
    }
    .card-link:hover{color:var(--color-accent)}

    .side-panel{
      position:sticky;
      top:104px;
      display:grid;
      gap:16px;
    }
    .aside-card{
      padding:24px;
      border-radius:var(--radius-lg);
      border:1px solid var(--color-line);
      background:
        linear-gradient(180deg,#fff,#fff6ef);
      box-shadow:var(--shadow-soft);
    }
    .aside-card.dark{
      color:#fff8f2;
      background:
        radial-gradient(circle at 20% 12%,rgba(242,122,77,.24),transparent 30%),
        linear-gradient(135deg,#321824,#5c203d);
      border-color:rgba(255,248,242,.16);
    }
    .aside-card.dark h3{color:#fff8f2}
    .aside-card.dark p{color:rgba(255,248,242,.72)}
    .check-list{
      list-style:none;
      margin:14px 0 0;
      padding:0;
      display:grid;
      gap:10px;
    }
    .check-list li{
      position:relative;
      padding-left:25px;
      color:var(--color-muted);
      font-size:15px;
    }
    .check-list li:before{
      content:"✓";
      position:absolute;
      left:0;
      top:0;
      color:var(--color-accent);
      font-weight:900;
    }
    .aside-card.dark .check-list li{color:rgba(255,248,242,.78)}
    .hot-search{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:14px;
    }

    .process-zone{
      border-radius:var(--radius-xl);
      padding:34px;
      background:
        linear-gradient(135deg,rgba(255,255,255,.95),rgba(255,241,229,.95)),
        radial-gradient(circle at 80% 18%,rgba(242,122,77,.18),transparent 30%);
      border:1px solid var(--color-line);
      box-shadow:var(--shadow-soft);
      position:relative;
      overflow:hidden;
    }
    .process-zone:before{
      content:"";
      position:absolute;
      inset:22px;
      border:1px dashed rgba(123,39,79,.13);
      border-radius:28px;
      pointer-events:none;
    }
    .step-grid{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:16px;
      margin-top:24px;
    }
    .step-card{
      padding:22px;
      border-radius:22px;
      background:#fff;
      border:1px solid rgba(123,39,79,.13);
      box-shadow:0 12px 26px rgba(61,31,43,.08);
      transition:var(--transition);
    }
    .step-card:nth-child(even){margin-top:28px}
    .step-card:hover{
      transform:translateY(-4px);
      border-color:rgba(242,122,77,.42);
      box-shadow:var(--shadow-hover);
    }
    .step-no{
      width:36px;
      height:36px;
      border-radius:14px;
      display:grid;
      place-items:center;
      color:#fff;
      font-weight:900;
      margin-bottom:14px;
      background:linear-gradient(135deg,var(--color-primary),var(--color-accent));
    }
    .step-card p{color:var(--color-muted);margin-bottom:0}

    .pagination-wrap{
      display:flex;
      justify-content:center;
      margin-top:34px;
    }
    .pagination{
      display:flex;
      gap:8px;
      margin:0;
    }
    .pagination li{display:block}
    .pagination a,.pagination .current{
      min-width:40px;
      height:40px;
      display:grid;
      place-items:center;
      border-radius:14px;
      font-weight:800;
      border:1px solid rgba(123,39,79,.14);
      background:#fff;
      color:var(--color-primary);
    }
    .pagination .current{
      background:var(--color-primary);
      color:#fff;
      border-color:var(--color-primary);
    }
    .pagination a:hover{
      background:#fff1e5;
      transform:translateY(-2px);
    }

    .faq-wrap{
      max-width:920px;
      margin:0 auto;
    }
    .accordion{
      background:transparent;
      border:none;
    }
    .accordion-item{
      margin-bottom:14px;
      border:1px solid var(--color-line);
      border-radius:20px;
      overflow:hidden;
      background:#fff;
      box-shadow:0 10px 24px rgba(61,31,43,.07);
    }
    .accordion-title{
      border:none;
      color:var(--color-text);
      font-size:17px;
      font-weight:800;
      padding:20px 56px 20px 22px;
      line-height:1.45;
      background:#fff;
    }
    .accordion-title:hover,.accordion-title:focus{
      color:var(--color-primary);
      background:#fff5ee;
    }
    .accordion-title:before{
      content:"›";
      right:22px;
      font-size:26px;
      margin-top:-15px;
      transition:var(--transition);
      color:var(--color-accent);
    }
    .is-active>.accordion-title:before{
      transform:rotate(90deg);
    }
    .accordion-content{
      border:none;
      padding:0 22px 22px;
      color:var(--color-muted);
      background:#fffaf6;
    }

    .join-card{
      border-radius:var(--radius-xl);
      padding:38px;
      color:#fff8f2;
      background:
        radial-gradient(circle at 14% 16%,rgba(243,179,95,.28),transparent 27%),
        radial-gradient(circle at 92% 24%,rgba(242,122,77,.28),transparent 30%),
        linear-gradient(135deg,#2a141e,#6f2448 58%,#8c3156);
      box-shadow:0 28px 76px rgba(64,24,43,.25);
      position:relative;
      overflow:hidden;
    }
    .join-card:before{
      content:"";
      position:absolute;
      inset:0;
      background-image:
        linear-gradient(rgba(255,248,242,.08) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,248,242,.08) 1px,transparent 1px);
      background-size:42px 42px;
      opacity:.55;
    }
    .join-inner{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:1fr 420px;
      gap:28px;
      align-items:center;
    }
    .join-card h2{color:#fff8f2}
    .join-card p{color:rgba(255,248,242,.75)}
    .join-form{
      padding:18px;
      border-radius:24px;
      background:rgba(255,248,242,.12);
      border:1px solid rgba(255,248,242,.18);
    }
    .join-form label{
      color:#fff4e9;
      font-size:13px;
      font-weight:800;
      margin-bottom:7px;
    }
    .join-form input,.join-form select{
      width:100%;
      margin-bottom:12px;
      border-color:rgba(255,248,242,.22);
      background:rgba(255,255,255,.96);
    }
    .join-form .hint{
      display:block;
      color:rgba(255,248,242,.68);
      font-size:12px;
      line-height:1.55;
      margin-top:10px;
    }
    .join-form .btn{width:100%;border:none}

    .footer{
      padding:46px 0 28px;
      background:#170f14;
      color:rgba(255,248,242,.78);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1fr auto;
      gap:34px;
      align-items:start;
      padding-bottom:28px;
      border-bottom:1px solid rgba(255,248,242,.1);
    }
    .footer-brand{
      color:#fff8f2;
      font-weight:900;
      font-size:20px;
      margin-bottom:12px;
    }
    .footer p{
      max-width:620px;
      margin:0;
      color:rgba(255,248,242,.66);
    }
    .footer-links{
      display:flex;
      flex-wrap:wrap;
      justify-content:flex-end;
      gap:10px;
      max-width:360px;
    }
    .footer-links a{
      padding:8px 11px;
      border-radius:999px;
      color:rgba(255,248,242,.72);
      background:rgba(255,248,242,.05);
      border:1px solid rgba(255,248,242,.08);
      font-size:14px;
      font-weight:700;
    }
    .footer-links a:hover,.footer-links a:focus{
      color:#fff;
      background:rgba(242,122,77,.14);
      border-color:rgba(242,122,77,.28);
    }
    .copyright{
      display:flex;
      justify-content:space-between;
      gap:16px;
      padding-top:18px;
      color:rgba(255,248,242,.52);
      font-size:13px;
    }

    @media (max-width:1023px){
      .nav-shell{
        grid-template-columns:1fr auto;
        padding:13px 0;
      }
      .nav-search{
        grid-column:1/-1;
        order:3;
      }
      .nav-links{
        gap:6px;
      }
      .hero-grid{
        grid-template-columns:1fr;
      }
      .status-card:nth-child(2),.status-card:nth-child(3){transform:none}
      .filter-row{
        grid-template-columns:1fr;
      }
      .side-panel{
        position:static;
        margin-top:22px;
      }
      .step-grid{
        grid-template-columns:repeat(2,1fr);
      }
      .join-inner{
        grid-template-columns:1fr;
      }
    }
    @media (max-width:767px){
      body{
        background:
          radial-gradient(circle at 14% 4%, rgba(242,122,77,.18), transparent 26%),
          linear-gradient(180deg,#1b1117 0%,#2a1821 18%,#fff8f2 18%,#fff8f2 100%);
      }
      .container{width:min(calc(100% - 24px),var(--container))}
      .section{padding:54px 0}
      .site-header{position:relative}
      .nav-shell{
        width:min(calc(100% - 20px),var(--container));
        gap:10px;
      }
      .brand-text{font-size:15px;max-width:170px;white-space:normal;line-height:1.25}
      .brand-mark{width:34px;height:34px;border-radius:12px}
      .nav-links{
        overflow:auto;
        justify-content:flex-start;
        grid-column:1/-1;
        order:4;
        padding-bottom:3px;
      }
      .nav-link{
        flex:0 0 auto;
      }
      .nav-search{
        border-radius:20px;
        padding:6px;
      }
      .nav-search button{
        padding:10px 14px;
      }
      .page-hero{
        padding:38px 0 24px;
      }
      .hero-panel{
        padding:24px;
        border-radius:26px;
      }
      .lead{
        font-size:16px;
      }
      .hero-actions .btn{
        width:100%;
      }
      .status-map{
        grid-template-columns:1fr;
      }
      .section-intro{
        display:block;
      }
      .filter-card{
        padding:16px;
        border-radius:22px;
      }
      .filter-tags{
        margin-bottom:2px;
      }
      .sort-button{
        width:100%;
      }
      .content-card-body{
        padding:20px;
      }
      .card-foot{
        align-items:flex-start;
        flex-direction:column;
      }
      .process-zone{
        padding:24px 18px;
      }
      .process-zone:before{
        inset:12px;
        border-radius:22px;
      }
      .step-grid{
        grid-template-columns:1fr;
      }
      .step-card:nth-child(even){margin-top:0}
      .join-card{
        padding:24px;
        border-radius:26px;
      }
      .footer-grid{
        grid-template-columns:1fr;
      }
      .footer-links{
        justify-content:flex-start;
      }
      .copyright{
        flex-direction:column;
      }
    }
    @media (max-width:520px){
      h1{font-size:30px}
      h2{font-size:24px}
      .breadcrumb{font-size:13px}
      .nav-search .search-icon{display:none}
      .nav-search input{padding-left:12px}
      .abstract-cover{height:112px}
      .pagination{
        flex-wrap:wrap;
        justify-content:center;
      }
      .btn{min-height:44px}
    }
