/* roulang page: index */
:root{
      --color-ink:#191716;
      --color-deep:#211B18;
      --color-coral:#FF6B4A;
      --color-coral-dark:#EC5637;
      --color-amber:#FFB45C;
      --color-rose:#A85D50;
      --color-bg:#FFF7ED;
      --color-bg-soft:#F7F1EA;
      --color-card:#FFFDF9;
      --color-muted:#74665D;
      --color-border:#E9DCCF;
      --color-border-strong:#D7BDAA;
      --shadow-soft:0 14px 40px rgba(57,35,24,.10);
      --shadow-hover:0 18px 48px rgba(57,35,24,.14);
      --radius-xs:10px;
      --radius-sm:12px;
      --radius-md:14px;
      --radius-lg:18px;
      --radius-xl:26px;
      --container:1180px;
      --section:88px;
      --ease:180ms ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
      color:var(--color-ink);
      background:
        radial-gradient(circle at 14% 12%,rgba(255,180,92,.16),transparent 28%),
        radial-gradient(circle at 90% 8%,rgba(255,107,74,.12),transparent 24%),
        linear-gradient(180deg,var(--color-bg) 0%,#fffaf3 36%,var(--color-bg-soft) 100%);
      line-height:1.65;
      letter-spacing:.01em;
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.45;
      background-image:
        linear-gradient(90deg,rgba(33,27,24,.035) 1px,transparent 1px),
        linear-gradient(180deg,rgba(33,27,24,.025) 1px,transparent 1px);
      background-size:28px 28px;
      z-index:-1;
    }
    a{color:inherit;text-decoration:none;transition:color var(--ease),background var(--ease),border-color var(--ease),transform var(--ease),box-shadow var(--ease)}
    a:hover{color:var(--color-coral)}
    img{max-width:100%;display:block}
    button,input{font:inherit}
    button{cursor:pointer}
    :focus-visible{outline:3px solid rgba(255,107,74,.32);outline-offset:3px;border-radius:12px}
    .site-container{max-width:var(--container);margin:0 auto;padding:0 22px}
    .section{padding:var(--section) 0}
    .section-tight{padding:58px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border:1px solid rgba(255,107,74,.24);
      border-radius:999px;
      background:rgba(255,255,255,.68);
      color:var(--color-rose);
      font-size:13px;
      font-weight:700;
      box-shadow:0 8px 22px rgba(57,35,24,.06);
    }
    .eyebrow:before{
      content:"";
      width:8px;height:8px;border-radius:50%;
      background:var(--color-coral);
      box-shadow:0 0 0 5px rgba(255,107,74,.14);
    }
    h1,h2,h3,h4,p{overflow-wrap:anywhere;word-break:break-word}
    h1,h2,h3{margin:0;color:var(--color-ink);line-height:1.12;font-weight:800}
    h1{font-size:clamp(34px,6vw,68px);letter-spacing:-.02em}
    h2{font-size:clamp(26px,3.5vw,42px);letter-spacing:-.015em}
    h3{font-size:clamp(19px,2vw,24px)}
    p{margin:0;color:var(--color-muted)}
    .section-head{
      display:flex;
      justify-content:space-between;
      gap:24px;
      align-items:flex-end;
      margin-bottom:34px;
    }
    .section-head .copy{max-width:620px}
    .section-head p{margin-top:14px;font-size:16px}
    .top-shell{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(255,247,237,.93);
      backdrop-filter:saturate(1.2) blur(12px);
      border-bottom:1px solid rgba(233,220,207,.88);
      transition:box-shadow var(--ease),background var(--ease);
    }
    .top-shell.is-scrolled{box-shadow:0 10px 30px rgba(57,35,24,.08);background:rgba(255,250,243,.98)}
    .top-bar{
      max-width:var(--container);
      margin:0 auto;
      padding:12px 22px;
      background:transparent;
      color:var(--color-ink);
    }
    .top-bar ul{background:transparent}
    .brand{
      display:inline-flex;
      align-items:center;
      gap:10px;
      font-weight:800;
      color:var(--color-ink);
      max-width:310px;
    }
    .brand-mark{
      width:38px;height:38px;
      border-radius:12px;
      background:
        radial-gradient(circle at 70% 24%,#fff 0 8%,transparent 9%),
        linear-gradient(135deg,var(--color-coral),var(--color-amber));
      box-shadow:0 10px 24px rgba(255,107,74,.25);
      position:relative;
      flex:0 0 38px;
    }
    .brand-mark:after{
      content:"";
      position:absolute;
      left:8px;right:8px;top:18px;
      border-top:2px dashed rgba(33,27,24,.34);
    }
    .brand-text{font-size:16px;line-height:1.18}
    .menu.nav-menu{gap:6px;align-items:center}
    .nav-menu a{
      border-radius:12px;
      padding:10px 13px;
      color:#4D4038;
      font-weight:700;
      font-size:14px;
    }
    .nav-menu a:hover{background:#fff;color:var(--color-coral)}
    .nav-menu a.active{
      background:#fff;
      color:var(--color-coral);
      box-shadow:0 8px 24px rgba(57,35,24,.07);
    }
    .nav-actions{
      display:flex;
      align-items:center;
      gap:10px;
      justify-content:flex-end;
    }
    .command-search{
      height:42px;
      min-width:230px;
      display:flex;
      align-items:center;
      gap:9px;
      padding:0 10px 0 13px;
      border:1px solid var(--color-border);
      border-radius:14px;
      background:#fffdf9;
      color:var(--color-muted);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.8);
    }
    .command-search input{
      width:100%;
      height:40px;
      border:0;
      background:transparent;
      box-shadow:none;
      margin:0;
      padding:0;
      color:var(--color-ink);
      font-size:14px;
    }
    .command-search input:focus{box-shadow:none;border:0;background:transparent}
    .keycap{
      min-width:38px;
      height:24px;
      border:1px solid var(--color-border);
      border-radius:8px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      font-size:12px;
      color:#8C7A70;
      background:#FFF7ED;
    }
    .btn{
      min-height:44px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      padding:12px 18px;
      border-radius:var(--radius-sm);
      font-weight:800;
      border:1px solid transparent;
      line-height:1.1;
      white-space:normal;
      text-align:center;
    }
    .btn-primary{
      color:#fff;
      background:var(--color-coral);
      box-shadow:0 12px 28px rgba(255,107,74,.25);
    }
    .btn-primary:hover,.btn-primary:focus{color:#fff;background:var(--color-coral-dark);transform:translateY(-1px);box-shadow:0 16px 34px rgba(255,107,74,.30)}
    .btn-secondary{
      color:var(--color-deep);
      background:#fffaf3;
      border-color:var(--color-border-strong);
    }
    .btn-secondary:hover{color:var(--color-deep);border-color:var(--color-coral);transform:translateY(-1px);box-shadow:0 12px 26px rgba(57,35,24,.08)}
    .btn-dark{
      color:#fff;
      background:var(--color-deep);
      border-color:rgba(255,255,255,.12);
    }
    .btn-dark:hover{color:#fff;background:#332720;transform:translateY(-1px)}
    .title-bar{
      background:transparent;
      color:var(--color-ink);
      padding:0;
    }
    .title-bar-title{font-weight:800}
    .countdown-strip{
      background:var(--color-deep);
      color:#fff;
      border-bottom:1px solid rgba(255,255,255,.08);
    }
    .countdown-inner{
      max-width:var(--container);
      margin:0 auto;
      padding:12px 22px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      flex-wrap:wrap;
    }
    .strip-left{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
    .strip-label{
      display:inline-flex;
      align-items:center;
      height:28px;
      padding:0 10px;
      border-radius:999px;
      background:rgba(255,180,92,.16);
      color:#FFD9A7;
      font-size:13px;
      font-weight:800;
      border:1px solid rgba(255,180,92,.24);
    }
    .countdown{
      display:flex;
      gap:8px;
      align-items:center;
      flex-wrap:wrap;
    }
    .time-pill{
      min-width:54px;
      padding:5px 9px;
      border-radius:10px;
      background:rgba(255,255,255,.09);
      border:1px dashed rgba(255,255,255,.24);
      text-align:center;
      color:#fff;
      font-weight:800;
      font-variant-numeric:tabular-nums;
    }
    .time-pill small{display:block;font-size:11px;color:#D7C8BE;font-weight:600;line-height:1.1}
    .strip-link{font-weight:800;color:#FFD9A7}
    .hero{
      padding:70px 0 44px;
      position:relative;
    }
    .hero-panel{
      position:relative;
      overflow:hidden;
      border-radius:32px;
      background:
        linear-gradient(135deg,rgba(255,253,249,.96),rgba(255,247,237,.86)),
        radial-gradient(circle at 74% 18%,rgba(255,107,74,.18),transparent 32%);
      border:1px solid rgba(233,220,207,.9);
      box-shadow:var(--shadow-soft);
    }
    .hero-panel:before,.cta-band:before{
      content:"";
      position:absolute;
      inset:auto 0 0 0;
      height:10px;
      background-image:radial-gradient(circle at 8px 5px,rgba(33,27,24,.22) 3px,transparent 4px);
      background-size:22px 10px;
      opacity:.55;
    }
    .hero-content{padding:48px}
    .hero-copy{max-width:760px;margin:0 auto 28px;text-align:center}
    .hero-copy .eyebrow{margin-bottom:18px}
    .hero-copy p{
      margin:20px auto 0;
      max-width:780px;
      font-size:18px;
      color:#5E4F47;
    }
    .hero-actions{
      margin-top:28px;
      display:flex;
      justify-content:center;
      align-items:center;
      gap:12px;
      flex-wrap:wrap;
    }
    .hero-data{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:14px;
      max-width:760px;
      margin:28px auto 0;
    }
    .data-chip{
      padding:14px 16px;
      border-radius:18px;
      background:#fff;
      border:1px solid var(--color-border);
      text-align:left;
    }
    .data-chip strong{display:block;font-size:22px;color:var(--color-deep);line-height:1.1}
    .data-chip span{font-size:13px;color:var(--color-muted);font-weight:700}
    .preheat-stage{
      display:grid;
      grid-template-columns:260px 1fr;
      gap:20px;
      align-items:stretch;
      margin-top:24px;
    }
    .progress-card,.tier-card,.entry-card,.shot-card,.step-card,.review-card,.info-panel,.rank-card,.faq-wrap,.download-card{
      background:rgba(255,255,255,.82);
      border:1px solid var(--color-border);
      border-radius:var(--radius-lg);
      box-shadow:0 10px 30px rgba(57,35,24,.07);
    }
    .progress-card{
      padding:22px;
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      min-height:260px;
    }
    .progress-ring{
      width:152px;height:152px;border-radius:50%;
      background:conic-gradient(var(--color-coral) 0 76%,#F0DFD2 76% 100%);
      display:grid;
      place-items:center;
      position:relative;
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.8);
    }
    .progress-ring:after{
      content:"";
      width:112px;height:112px;border-radius:50%;
      background:#fffaf3;
      position:absolute;
      box-shadow:inset 0 8px 18px rgba(57,35,24,.06);
    }
    .progress-ring strong{
      position:relative;
      z-index:1;
      font-size:32px;
      color:var(--color-deep);
      line-height:1;
    }
    .progress-card h3{margin-top:18px;text-align:center}
    .progress-card p{text-align:center;margin-top:8px;font-size:14px}
    .tier-grid{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:14px;
    }
    .tier-card{
      position:relative;
      padding:20px;
      overflow:hidden;
    }
    .tier-card.recommend{
      border-color:rgba(255,107,74,.55);
      box-shadow:0 16px 36px rgba(255,107,74,.13);
    }
    .tier-card.recommend:before{
      content:"推荐";
      position:absolute;
      top:14px;right:14px;
      padding:4px 8px;
      border-radius:999px;
      font-size:12px;
      color:#fff;
      background:var(--color-coral);
      font-weight:800;
    }
    .tier-card h3{font-size:20px;margin-bottom:8px}
    .tier-card p{font-size:14px;min-height:46px}
    .tier-card ul{margin:14px 0 18px;list-style:none;padding:0}
    .tier-card li{
      display:flex;
      gap:8px;
      align-items:flex-start;
      color:#5E4F47;
      font-size:14px;
      margin:8px 0;
    }
    .tier-card li:before{content:"✓";color:var(--color-coral);font-weight:900}
    .stage-section{
      background:linear-gradient(180deg,rgba(255,255,255,.42),rgba(247,241,234,.66));
    }
    .screenshot-stage{
      position:relative;
      border-radius:28px;
      padding:24px;
      background:var(--color-deep);
      box-shadow:var(--shadow-soft);
      overflow:hidden;
      border:1px solid rgba(255,255,255,.08);
    }
    .screenshot-stage:before{
      content:"";
      position:absolute;
      inset:0;
      background:
        radial-gradient(circle at 18% 22%,rgba(255,180,92,.18),transparent 24%),
        radial-gradient(circle at 84% 0%,rgba(255,107,74,.20),transparent 28%);
      pointer-events:none;
    }
    .shot-toolbar{
      position:relative;
      display:flex;
      gap:8px;
      padding-bottom:16px;
      border-bottom:1px solid rgba(255,255,255,.10);
    }
    .dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.28)}
    .shot-grid{
      position:relative;
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:18px;
      padding-top:18px;
    }
    .shot-card{
      background:#FFF7ED;
      border-color:rgba(255,255,255,.12);
      padding:22px;
      min-height:170px;
      box-shadow:none;
    }
    .shot-card.dark{
      background:rgba(255,255,255,.08);
      color:#fff;
      border-color:rgba(255,255,255,.14);
    }
    .shot-card.dark h3,.shot-card.dark p{color:#fff}
    .entry-matrix{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:12px;
      margin-top:14px;
    }
    .entry-mini{
      padding:14px;
      border-radius:16px;
      background:#fff;
      border:1px solid var(--color-border);
    }
    .entry-mini b{display:block;color:var(--color-deep);font-size:15px}
    .entry-mini span{font-size:12px;color:var(--color-muted)}
    .tag-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}
    .tag{
      display:inline-flex;
      align-items:center;
      min-height:28px;
      padding:5px 10px;
      border-radius:999px;
      background:#FFF2E3;
      color:#8E493F;
      border:1px solid rgba(168,93,80,.18);
      font-size:13px;
      font-weight:800;
    }
    .steps-wrap{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:18px;
      counter-reset:step;
    }
    .step-card{
      padding:24px;
      position:relative;
      overflow:hidden;
    }
    .step-card:before{
      counter-increment:step;
      content:"0" counter(step);
      display:inline-grid;
      place-items:center;
      width:42px;height:42px;
      border-radius:14px;
      background:var(--color-deep);
      color:#FFD9A7;
      font-weight:900;
      margin-bottom:18px;
    }
    .step-card h3{margin-bottom:10px}
    .step-card:hover,.review-card:hover,.entry-card:hover,.tier-card:hover,.rank-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-hover);border-color:rgba(255,107,74,.38)}
    .compare-wrap{
      display:grid;
      grid-template-columns:1fr 1.12fr;
      gap:22px;
      align-items:start;
    }
    .feature-list{
      display:grid;
      gap:12px;
    }
    .feature-item{
      padding:18px;
      border-radius:18px;
      border:1px dashed var(--color-border-strong);
      background:rgba(255,255,255,.72);
      display:flex;
      gap:14px;
      align-items:flex-start;
    }
    .feature-icon{
      width:38px;height:38px;
      border-radius:12px;
      background:#FFE3D9;
      color:var(--color-coral-dark);
      display:grid;
      place-items:center;
      font-weight:900;
      flex:0 0 38px;
    }
    .feature-item b{display:block;margin-bottom:4px}
    .feature-item span{font-size:14px;color:var(--color-muted)}
    .table-like{
      background:#fff;
      border:1px solid var(--color-border);
      border-radius:22px;
      overflow:hidden;
      box-shadow:var(--shadow-soft);
    }
    .compare-row{
      display:grid;
      grid-template-columns:1fr 1fr 1fr;
      border-bottom:1px solid var(--color-border);
    }
    .compare-row:last-child{border-bottom:0}
    .compare-cell{
      padding:18px;
      border-right:1px solid var(--color-border);
    }
    .compare-cell:last-child{border-right:0}
    .compare-cell.head{
      background:#FFF0E8;
      font-weight:900;
      color:var(--color-deep);
    }
    .compare-cell.highlight{background:#FFF9F3}
    .compare-cell small{display:block;color:var(--color-muted);font-weight:600;margin-top:4px}
    .wall{
      display:grid;
      grid-template-columns:.9fr 1.1fr;
      gap:24px;
      align-items:stretch;
    }
    .masonry{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:14px;
    }
    .entry-card{
      padding:20px;
      min-height:158px;
      overflow:hidden;
      position:relative;
    }
    .entry-card.large{grid-row:span 2;min-height:330px;background:linear-gradient(160deg,#fff,#FFF0E8)}
    .entry-card h3{margin-bottom:10px}
    .abstract-block{
      height:118px;
      border-radius:18px;
      margin-top:18px;
      border:1px solid rgba(255,107,74,.16);
      background:
        linear-gradient(135deg,rgba(255,107,74,.18),rgba(255,180,92,.16)),
        repeating-linear-gradient(90deg,rgba(33,27,24,.05) 0 1px,transparent 1px 18px);
    }
    .bubble-stack{display:grid;gap:14px}
    .review-card{
      padding:18px;
      display:flex;
      gap:13px;
      align-items:flex-start;
    }
    .avatar,.avatar-mini{
      border-radius:50%;
      display:grid;
      place-items:center;
      font-weight:900;
      color:#fff;
      background:linear-gradient(135deg,var(--color-coral),var(--color-amber));
      border:3px solid #fffaf3;
      flex:0 0 auto;
    }
    .avatar{width:44px;height:44px}
    .avatar-mini{width:34px;height:34px;margin-left:-10px}
    .avatar-mini:first-child{margin-left:0}
    .review-card b{display:block;color:var(--color-deep);margin-bottom:3px}
    .review-card p{font-size:14px}
    .avatar-wall{
      margin-top:18px;
      display:flex;
      align-items:center;
      gap:12px;
      flex-wrap:wrap;
    }
    .avatar-line{display:flex;align-items:center;padding-left:0}
    .avatar-note{font-size:14px;color:var(--color-muted);font-weight:800}
    .rank-info-grid{
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:24px;
    }
    .rank-card{padding:20px}
    .rank-list{margin:0;padding:0;list-style:none;display:grid;gap:10px}
    .rank-list li{
      display:grid;
      grid-template-columns:42px 1fr auto;
      gap:12px;
      align-items:center;
      padding:12px;
      border-radius:15px;
      background:#fffaf3;
      border:1px solid var(--color-border);
    }
    .rank-no{
      width:32px;height:32px;
      border-radius:10px;
      display:grid;
      place-items:center;
      background:var(--color-deep);
      color:#FFD9A7;
      font-weight:900;
    }
    .rank-list b{display:block}
    .rank-list span{font-size:13px;color:var(--color-muted)}
    .trend{font-size:13px;color:var(--color-coral-dark);font-weight:900}
    .info-panel{padding:22px}
    .info-list{margin:0;padding:0;list-style:none;display:grid;gap:14px}
    .info-list a{
      display:flex;
      gap:12px;
      justify-content:space-between;
      align-items:flex-start;
      padding:14px 0;
      border-bottom:1px dashed var(--color-border);
      color:var(--color-deep);
    }
    .info-list li:last-child a{border-bottom:0}
    .info-list b{font-size:16px}
    .info-list small{
      color:var(--color-muted);
      white-space:nowrap;
      margin-top:2px;
    }
    .download-section{padding-bottom:40px}
    .cta-band{
      position:relative;
      overflow:hidden;
      border-radius:28px;
      background:
        radial-gradient(circle at 90% 20%,rgba(255,180,92,.20),transparent 28%),
        linear-gradient(135deg,var(--color-deep),#332720);
      color:#fff;
      padding:38px;
      border:1px solid rgba(255,255,255,.10);
      box-shadow:var(--shadow-soft);
    }
    .cta-band h2,.cta-band p{color:#fff}
    .cta-band p{color:#EADDD3;margin-top:12px;max-width:680px}
    .cta-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
    .guard-list{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      margin-top:22px;
    }
    .guard{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:#FFE0C0;
      font-weight:800;
      font-size:14px;
    }
    .guard:before{
      content:"";
      width:8px;height:8px;border-radius:50%;
      background:var(--color-amber);
    }
    .faq-wrap{
      padding:12px;
      background:rgba(255,255,255,.72);
    }
    .accordion{background:transparent}
    .accordion-item{
      border:1px solid var(--color-border);
      border-radius:14px;
      overflow:hidden;
      margin:10px 0;
      background:#fffdf9;
    }
    .accordion-title{
      border:0!important;
      color:var(--color-deep);
      font-weight:900;
      font-size:16px;
      padding:18px 48px 18px 18px;
      background:#fffdf9;
    }
    .accordion-title:hover,.accordion-title:focus{background:#FFF2E8;color:var(--color-deep)}
    .accordion-title:before{font-size:24px;color:var(--color-coral);margin-top:-12px}
    .is-active>.accordion-title{border-left:4px solid var(--color-coral)!important;background:#FFF7ED}
    .accordion-content{
      border:0!important;
      border-top:1px solid var(--color-border)!important;
      background:#fffdf9;
      color:var(--color-muted);
      padding:18px;
      line-height:1.75;
    }
    .site-footer{
      background:var(--color-deep);
      color:#EADDD3;
      padding:48px 0 26px;
      margin-top:36px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr .8fr;
      gap:28px;
      align-items:start;
    }
    .footer-brand .brand-text,.footer-brand{color:#fff}
    .footer-brand p{margin-top:14px;color:#BFAEA3;max-width:420px;font-size:14px}
    .footer-title{color:#fff;font-weight:900;margin-bottom:12px}
    .footer-links{display:grid;gap:9px}
    .footer-links a{color:#D9C9BD;font-size:14px}
    .footer-links a:hover{color:var(--color-amber)}
    .copyright{
      margin-top:34px;
      padding-top:20px;
      border-top:1px solid rgba(255,255,255,.10);
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
      color:#AD9B90;
      font-size:13px;
    }
    .age-note{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:10px 12px;
      border-radius:14px;
      background:rgba(255,180,92,.10);
      border:1px solid rgba(255,180,92,.24);
      color:#FFD9A7;
      font-weight:800;
      font-size:13px;
      margin-top:16px;
    }
    @media (max-width:1024px){
      :root{--section:68px}
      .top-bar{padding:10px 18px}
      .nav-actions{width:100%;justify-content:flex-start;margin-top:12px;flex-wrap:wrap}
      .command-search{min-width:min(100%,360px)}
      .hero-content{padding:36px}
      .preheat-stage,.compare-wrap,.wall,.rank-info-grid{grid-template-columns:1fr}
      .tier-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
    }
    @media (max-width:768px){
      .site-container{padding:0 18px}
      .section-head{display:block}
      .section-head .btn{margin-top:18px}
      .hero{padding:42px 0 34px}
      .hero-content{padding:28px 18px}
      .hero-copy{text-align:left}
      .hero-actions{justify-content:flex-start}
      .hero-data{grid-template-columns:1fr;gap:10px}
      .tier-grid,.steps-wrap,.shot-grid{grid-template-columns:1fr}
      .masonry{grid-template-columns:1fr}
      .entry-card.large{min-height:220px}
      .compare-row{grid-template-columns:1fr}
      .compare-cell{border-right:0;border-bottom:1px solid var(--color-border)}
      .compare-cell:last-child{border-bottom:0}
      .footer-grid{grid-template-columns:1fr}
      .cta-band{padding:28px 20px}
      .countdown-inner{align-items:flex-start}
      .nav-menu a{padding:10px 8px}
      .top-bar-right .menu{display:block}
      .nav-actions .btn{width:100%}
      .command-search{width:100%;min-width:0}
    }
    @media (max-width:520px){
      h1{font-size:34px}
      h2{font-size:27px}
      .brand{max-width:250px}
      .brand-text{font-size:14px}
      .countdown{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}
      .time-pill{min-width:0}
      .btn{width:100%;padding-left:14px;padding-right:14px}
      .hero-actions,.cta-actions{width:100%}
      .preheat-stage{gap:14px}
      .progress-ring{width:132px;height:132px}
      .progress-ring:after{width:96px;height:96px}
      .rank-list li{grid-template-columns:34px 1fr;align-items:start}
      .trend{grid-column:2}
      .info-list a{display:block}
      .info-list small{display:block;margin-top:6px}
    }

/* roulang page: category1 */
:root{
      --color-ink:#191716;
      --color-deep:#211B18;
      --color-text:#332925;
      --color-muted:#76695f;
      --color-soft:#FFF7ED;
      --color-panel:#FFFCF7;
      --color-warm:#F7F1EA;
      --color-line:#E7D8C8;
      --color-line-strong:#D8BFA9;
      --color-primary:#FF6B4A;
      --color-primary-dark:#EA5738;
      --color-accent:#FFB45C;
      --color-rose:#A85D50;
      --color-good:#5E8D65;
      --shadow-sm:0 8px 24px rgba(57,35,24,.08);
      --shadow-md:0 14px 40px rgba(57,35,24,.10);
      --shadow-lg:0 18px 48px rgba(57,35,24,.14);
      --radius-xs:10px;
      --radius-sm:12px;
      --radius-md:14px;
      --radius-lg:18px;
      --radius-xl:26px;
      --space-section:82px;
      --max-width:1180px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,'PingFang SC','Microsoft YaHei','Noto Sans SC',sans-serif;
      color:var(--color-text);
      line-height:1.68;
      background:
        radial-gradient(circle at 14% 8%,rgba(255,180,92,.20),transparent 28%),
        radial-gradient(circle at 88% 20%,rgba(255,107,74,.14),transparent 30%),
        linear-gradient(180deg,var(--color-soft) 0%,#fffaf3 44%,var(--color-warm) 100%);
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.28;
      background-image:
        linear-gradient(rgba(33,27,24,.035) 1px,transparent 1px),
        linear-gradient(90deg,rgba(33,27,24,.028) 1px,transparent 1px);
      background-size:28px 28px;
      z-index:-1;
    }
    a{color:inherit;text-decoration:none;transition:color .18s ease,background .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease}
    a:hover,a:focus{color:var(--color-primary)}
    img{max-width:100%;display:block}
    button,input{font:inherit}
    input[type="search"],input[type="text"],input[type="email"]{
      border-radius:14px;
      border:1px solid var(--color-line);
      background:#fffdfa;
      min-height:46px;
      box-shadow:none;
      transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
    }
    input:focus{
      border-color:rgba(255,107,74,.8)!important;
      box-shadow:0 0 0 4px rgba(255,107,74,.16)!important;
      background:#fff!important;
      outline:none;
    }
    .site-container{
      width:min(calc(100% - 36px),var(--max-width));
      margin:0 auto;
    }
    .top-shell{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(255,247,237,.94);
      backdrop-filter:saturate(1.1) blur(10px);
      border-bottom:1px solid rgba(231,216,200,.82);
      transition:box-shadow .2s ease,background .2s ease;
    }
    .top-shell.is-scrolled{
      box-shadow:0 12px 32px rgba(57,35,24,.10);
      background:rgba(255,252,247,.97);
    }
    .title-bar{
      background:transparent;
      color:var(--color-ink);
      padding:0;
    }
    .top-bar{
      max-width:var(--max-width);
      margin:0 auto;
      padding:13px 18px;
      background:transparent;
    }
    .top-bar ul{
      background:transparent;
      align-items:center;
      gap:5px;
    }
    .top-bar-left,.top-bar-right{display:flex;align-items:center}
    .brand{
      display:inline-flex;
      align-items:center;
      gap:10px;
      min-height:42px;
      font-weight:800;
      color:var(--color-ink);
      word-break:break-word;
    }
    .brand:hover{color:var(--color-ink)}
    .brand-mark{
      width:36px;
      height:36px;
      flex:0 0 36px;
      border-radius:12px;
      position:relative;
      background:linear-gradient(135deg,var(--color-primary),var(--color-accent));
      box-shadow:0 10px 24px rgba(255,107,74,.24);
    }
    .brand-mark:before,.brand-mark:after{
      content:"";
      position:absolute;
      top:8px;
      bottom:8px;
      width:4px;
      border-radius:10px;
      background:rgba(255,247,237,.86);
    }
    .brand-mark:before{left:9px}
    .brand-mark:after{right:9px}
    .brand-text{
      font-size:18px;
      letter-spacing:.01em;
      overflow-wrap:anywhere;
    }
    .top-bar .menu a{
      border-radius:12px;
      color:var(--color-text);
      font-weight:700;
      padding:11px 14px;
    }
    .top-bar .menu a:hover{
      background:rgba(255,180,92,.18);
      color:var(--color-ink);
    }
    .top-bar .menu a.active{
      background:var(--color-deep);
      color:#fff7ed;
      box-shadow:0 8px 20px rgba(33,27,24,.14);
    }
    .nav-actions{
      display:flex;
      align-items:center;
      gap:10px;
    }
    .command-search{
      margin:0;
      height:44px;
      min-width:252px;
      display:flex;
      align-items:center;
      gap:8px;
      border:1px solid var(--color-line);
      border-radius:14px;
      padding:0 10px 0 13px;
      background:#fffdfa;
      color:var(--color-muted);
      box-shadow:0 5px 18px rgba(57,35,24,.05);
    }
    .command-search input{
      min-height:auto;
      height:38px;
      border:0;
      padding:0;
      margin:0;
      background:transparent;
      font-size:14px;
    }
    .command-search input:focus{box-shadow:none!important}
    .keycap{
      padding:2px 7px;
      border-radius:8px;
      border:1px solid var(--color-line);
      background:var(--color-soft);
      font-size:12px;
      color:var(--color-muted);
      line-height:1.4;
      white-space:nowrap;
    }
    .btn,.button.btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:44px;
      border-radius:12px;
      border:1px solid transparent;
      padding:12px 18px;
      margin:0;
      font-weight:800;
      line-height:1.2;
      cursor:pointer;
      transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease,color .18s ease;
      white-space:nowrap;
    }
    .btn:hover,.btn:focus{transform:translateY(-1px)}
    .btn-primary{
      background:var(--color-primary);
      color:#fff;
      box-shadow:0 12px 26px rgba(255,107,74,.26);
    }
    .btn-primary:hover,.btn-primary:focus{
      background:var(--color-primary-dark);
      color:#fff;
      box-shadow:0 16px 34px rgba(255,107,74,.30);
    }
    .btn-secondary{
      background:#fffaf4;
      color:var(--color-deep);
      border-color:var(--color-line-strong);
    }
    .btn-secondary:hover,.btn-secondary:focus{
      background:#fff3e6;
      color:var(--color-deep);
      border-color:var(--color-primary);
      box-shadow:0 10px 26px rgba(57,35,24,.10);
    }
    .btn-dark{
      background:var(--color-deep);
      color:#fff7ed;
      border-color:rgba(255,247,237,.2);
    }
    .btn-dark:hover{color:#fff;background:#15110f}
    .update-strip{
      background:var(--color-deep);
      color:#fff7ed;
      border-bottom:1px dashed rgba(255,247,237,.24);
    }
    .update-strip-inner{
      min-height:58px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      padding:10px 0;
    }
    .strip-left{
      display:flex;
      align-items:center;
      gap:12px;
      flex-wrap:wrap;
    }
    .strip-badge{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:7px 11px;
      border-radius:999px;
      background:rgba(255,180,92,.16);
      border:1px solid rgba(255,180,92,.42);
      color:#ffe0b2;
      font-weight:800;
      font-size:13px;
    }
    .time-pills{
      display:flex;
      align-items:center;
      gap:7px;
      flex-wrap:wrap;
    }
    .time-pill{
      min-width:48px;
      text-align:center;
      padding:6px 9px;
      border-radius:10px;
      background:rgba(255,247,237,.10);
      border:1px dashed rgba(255,247,237,.32);
      font-weight:800;
      color:#fff;
      font-variant-numeric:tabular-nums;
    }
    .strip-note{
      color:#e8d9ca;
      font-size:14px;
    }
    .hero-compact{
      padding:42px 0 24px;
      border-bottom:1px solid rgba(231,216,200,.74);
      background:
        linear-gradient(90deg,rgba(255,180,92,.16),transparent 46%),
        linear-gradient(180deg,rgba(255,252,247,.86),rgba(255,247,237,.72));
    }
    .crumbs{
      display:flex;
      gap:8px;
      align-items:center;
      flex-wrap:wrap;
      color:var(--color-muted);
      font-size:14px;
      margin-bottom:16px;
    }
    .crumbs a{font-weight:700;color:var(--color-rose)}
    .crumbs span:last-child{color:var(--color-text);font-weight:800}
    .hero-grid{
      align-items:center;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      border-radius:999px;
      padding:7px 12px;
      background:#fff3e6;
      color:var(--color-rose);
      border:1px solid var(--color-line);
      font-weight:800;
      font-size:14px;
      margin-bottom:14px;
    }
    h1{
      margin:0;
      color:var(--color-ink);
      font-size:clamp(32px,5.2vw,56px);
      line-height:1.08;
      font-weight:800;
      max-width:820px;
      overflow-wrap:anywhere;
    }
    .hero-copy{
      max-width:720px;
      margin:16px 0 0;
      color:var(--color-muted);
      font-size:18px;
    }
    .hero-actions{
      display:flex;
      align-items:center;
      gap:12px;
      flex-wrap:wrap;
      margin-top:24px;
    }
    .hero-side{
      border-radius:var(--radius-xl);
      background:#fffdf8;
      border:1px solid var(--color-line);
      padding:18px;
      box-shadow:var(--shadow-md);
      position:relative;
      overflow:hidden;
    }
    .hero-side:before{
      content:"";
      position:absolute;
      inset:0 auto 0 0;
      width:8px;
      background:repeating-linear-gradient(to bottom,var(--color-primary) 0 12px,transparent 12px 22px);
      opacity:.72;
    }
    .status-card{
      padding-left:8px;
    }
    .status-head{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      border-bottom:1px dashed var(--color-line);
      padding-bottom:13px;
      margin-bottom:14px;
    }
    .status-title{
      font-weight:800;
      color:var(--color-ink);
      font-size:18px;
    }
    .status-dot{
      display:inline-flex;
      align-items:center;
      gap:6px;
      font-weight:800;
      color:var(--color-good);
      font-size:13px;
    }
    .status-dot:before{
      content:"";
      width:9px;
      height:9px;
      border-radius:50%;
      background:var(--color-good);
      box-shadow:0 0 0 5px rgba(94,141,101,.12);
    }
    .mini-grid{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:10px;
    }
    .mini-card{
      border-radius:16px;
      background:var(--color-soft);
      border:1px solid var(--color-line);
      padding:13px;
    }
    .mini-card strong{
      display:block;
      color:var(--color-ink);
      font-size:15px;
      margin-bottom:4px;
    }
    .mini-card span{
      color:var(--color-muted);
      font-size:13px;
    }
    .avatar-row{
      display:flex;
      align-items:center;
      margin-top:16px;
      gap:12px;
    }
    .avatars{
      display:flex;
      align-items:center;
      min-width:128px;
    }
    .avatar{
      width:34px;
      height:34px;
      border-radius:50%;
      border:3px solid #fffdf8;
      margin-left:-9px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      font-weight:800;
      font-size:12px;
      box-shadow:0 7px 16px rgba(57,35,24,.12);
    }
    .avatar:first-child{margin-left:0}
    .a1{background:linear-gradient(135deg,#FF6B4A,#FFB45C)}
    .a2{background:linear-gradient(135deg,#A85D50,#FF8A65)}
    .a3{background:linear-gradient(135deg,#5E8D65,#FFB45C)}
    .a4{background:linear-gradient(135deg,#211B18,#A85D50)}
    .a5{background:linear-gradient(135deg,#D88B64,#FF6B4A)}
    .avatar-text{
      color:var(--color-muted);
      font-size:13px;
      line-height:1.45;
    }
    main{display:block}
    .section{
      padding:var(--space-section) 0;
    }
    .section-tight{padding:58px 0}
    .section-heading{
      margin-bottom:28px;
    }
    .section-kicker{
      color:var(--color-rose);
      font-weight:800;
      margin-bottom:8px;
      display:inline-flex;
      align-items:center;
      gap:8px;
    }
    .section-kicker:before{
      content:"";
      width:24px;
      height:2px;
      border-radius:999px;
      background:var(--color-primary);
    }
    h2{
      margin:0;
      color:var(--color-ink);
      font-size:clamp(26px,3.6vw,40px);
      line-height:1.18;
      font-weight:800;
      overflow-wrap:anywhere;
    }
    .section-desc{
      margin:12px 0 0;
      max-width:660px;
      color:var(--color-muted);
      font-size:16px;
    }
    .layout-panel{
      align-items:flex-start;
    }
    .filter-card{
      position:sticky;
      top:96px;
      border-radius:var(--radius-xl);
      background:#fffdf8;
      border:1px solid var(--color-line);
      box-shadow:var(--shadow-sm);
      padding:20px;
      overflow:hidden;
    }
    .filter-card:after{
      content:"";
      display:block;
      border-bottom:1px dashed var(--color-line-strong);
      margin:18px -20px 0;
    }
    .filter-title{
      color:var(--color-ink);
      font-size:18px;
      font-weight:800;
      margin-bottom:14px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
    }
    .filter-title small{
      color:var(--color-rose);
      font-size:12px;
      border-radius:999px;
      background:#fff3e6;
      padding:4px 8px;
    }
    .filter-block{
      padding:16px 0;
      border-top:1px solid var(--color-line);
    }
    .filter-block:first-of-type{border-top:0;padding-top:0}
    .filter-label{
      color:var(--color-muted);
      font-size:13px;
      font-weight:800;
      margin-bottom:9px;
    }
    .tag-cloud{
      display:flex;
      gap:8px;
      flex-wrap:wrap;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      gap:5px;
      border-radius:999px;
      border:1px solid var(--color-line);
      background:#fff8ef;
      color:var(--color-text);
      padding:7px 10px;
      font-size:13px;
      font-weight:700;
      line-height:1.2;
    }
    .tag.is-hot{
      background:rgba(255,107,74,.10);
      border-color:rgba(255,107,74,.40);
      color:var(--color-rose);
    }
    .side-list{
      list-style:none;
      margin:0;
      padding:0;
      display:grid;
      gap:9px;
    }
    .side-list li{
      display:flex;
      align-items:flex-start;
      gap:9px;
      color:var(--color-muted);
      font-size:14px;
    }
    .side-list li:before{
      content:"✓";
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:20px;
      height:20px;
      flex:0 0 20px;
      border-radius:50%;
      background:#fff0e5;
      color:var(--color-primary);
      font-weight:900;
      font-size:12px;
      margin-top:2px;
    }
    .entry-list{
      display:grid;
      gap:18px;
    }
    .entry-card{
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:18px;
      align-items:center;
      padding:20px;
      border-radius:var(--radius-xl);
      background:#fffdf8;
      border:1px solid var(--color-line);
      box-shadow:0 10px 26px rgba(57,35,24,.06);
      position:relative;
      overflow:hidden;
    }
    .entry-card:hover{
      border-color:rgba(255,107,74,.72);
      box-shadow:var(--shadow-lg);
      transform:translateY(-2px);
    }
    .entry-no{
      width:48px;
      height:58px;
      border-radius:16px;
      background:linear-gradient(180deg,#fff1df,#fff8ef);
      border:1px dashed var(--color-line-strong);
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      color:var(--color-rose);
      font-weight:900;
      font-variant-numeric:tabular-nums;
    }
    .entry-no span{
      font-size:12px;
      color:var(--color-muted);
      font-weight:800;
    }
    .entry-title{
      color:var(--color-ink);
      font-size:20px;
      line-height:1.28;
      font-weight:800;
      margin-bottom:7px;
      overflow-wrap:anywhere;
    }
    .entry-desc{
      color:var(--color-muted);
      margin:0 0 12px;
      font-size:15px;
    }
    .entry-meta{
      display:flex;
      align-items:center;
      gap:9px;
      flex-wrap:wrap;
    }
    .meta-pill{
      display:inline-flex;
      align-items:center;
      gap:5px;
      border-radius:999px;
      padding:5px 9px;
      background:var(--color-soft);
      border:1px solid var(--color-line);
      color:var(--color-muted);
      font-size:12px;
      font-weight:800;
    }
    .entry-action{
      display:flex;
      flex-direction:column;
      align-items:flex-end;
      gap:10px;
      min-width:142px;
    }
    .bubble-mini{
      border-radius:14px;
      background:#fff3e6;
      border:1px solid var(--color-line);
      color:var(--color-rose);
      padding:7px 10px;
      font-size:12px;
      font-weight:800;
      white-space:nowrap;
    }
    .pagination-wrap{
      margin-top:26px;
      display:flex;
      justify-content:center;
    }
    .pagination{
      display:flex;
      gap:8px;
      flex-wrap:wrap;
      justify-content:center;
    }
    .pagination a,.pagination .current{
      min-width:42px;
      min-height:42px;
      border-radius:12px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      border:1px solid var(--color-line);
      background:#fffdf8;
      color:var(--color-text);
      font-weight:800;
      padding:0 12px;
    }
    .pagination .current{
      background:var(--color-primary);
      color:#fff;
      border-color:var(--color-primary);
    }
    .pagination a:hover{
      border-color:var(--color-primary);
      color:var(--color-primary);
      transform:translateY(-1px);
    }
    .proof-section{
      background:linear-gradient(180deg,rgba(255,252,247,.7),rgba(247,241,234,.86));
      border-top:1px solid rgba(231,216,200,.72);
      border-bottom:1px solid rgba(231,216,200,.72);
    }
    .wall-grid{
      align-items:stretch;
    }
    .masonry{
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:16px;
    }
    .wall-card{
      border-radius:var(--radius-xl);
      background:#fffdf8;
      border:1px solid var(--color-line);
      box-shadow:var(--shadow-sm);
      padding:18px;
      min-height:150px;
      position:relative;
      overflow:hidden;
    }
    .wall-card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}
    .wall-card.large{
      min-height:336px;
      background:
        linear-gradient(135deg,rgba(255,107,74,.13),transparent 48%),
        linear-gradient(180deg,#fffdf8,#fff7ed);
    }
    .wall-card.dark{
      background:var(--color-deep);
      color:#fff7ed;
      border-color:rgba(255,247,237,.16);
    }
    .wall-card.dark p,.wall-card.dark .quote-user{color:#e8d9ca}
    .wall-label{
      display:inline-flex;
      border-radius:999px;
      background:#fff0e5;
      color:var(--color-rose);
      border:1px solid rgba(255,107,74,.28);
      padding:6px 10px;
      font-weight:800;
      font-size:13px;
      margin-bottom:12px;
    }
    .wall-card h3{
      margin:0 0 10px;
      color:inherit;
      font-size:22px;
      line-height:1.28;
      font-weight:800;
    }
    .wall-card p{
      margin:0;
      color:var(--color-muted);
      font-size:15px;
    }
    .ticket-lines{
      margin-top:24px;
      display:grid;
      gap:10px;
    }
    .ticket-line{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      border-radius:14px;
      padding:12px 13px;
      background:rgba(255,255,255,.68);
      border:1px dashed var(--color-line-strong);
      font-weight:800;
    }
    .ticket-line span:last-child{color:var(--color-rose)}
    .quote-list{
      display:grid;
      gap:14px;
    }
    .quote{
      border-radius:18px;
      background:#fffdf8;
      border:1px solid var(--color-line);
      padding:15px;
      box-shadow:var(--shadow-sm);
    }
    .quote p{
      margin:0 0 12px;
      color:var(--color-text);
      font-weight:600;
    }
    .quote-user{
      display:flex;
      align-items:center;
      gap:10px;
      color:var(--color-muted);
      font-size:13px;
      font-weight:800;
    }
    .quote-user .avatar{
      width:30px;
      height:30px;
      border-width:2px;
      margin:0;
    }
    .steps-strip{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:16px;
      margin-top:28px;
    }
    .step-card{
      border-radius:var(--radius-xl);
      padding:19px;
      background:#fffdf8;
      border:1px solid var(--color-line);
      box-shadow:var(--shadow-sm);
      position:relative;
    }
    .step-num{
      width:38px;
      height:38px;
      border-radius:13px;
      background:var(--color-deep);
      color:#fff7ed;
      display:flex;
      align-items:center;
      justify-content:center;
      font-weight:900;
      margin-bottom:13px;
    }
    .step-card h3{
      margin:0 0 8px;
      color:var(--color-ink);
      font-size:18px;
      font-weight:800;
    }
    .step-card p{
      margin:0;
      color:var(--color-muted);
      font-size:15px;
    }
    .cta-panel{
      border-radius:30px;
      background:
        radial-gradient(circle at 92% 20%,rgba(255,180,92,.22),transparent 30%),
        linear-gradient(135deg,var(--color-deep),#171311);
      color:#fff7ed;
      padding:34px;
      position:relative;
      overflow:hidden;
      box-shadow:0 24px 64px rgba(33,27,24,.24);
    }
    .cta-panel:before,.cta-panel:after{
      content:"";
      position:absolute;
      top:0;
      bottom:0;
      width:12px;
      background:repeating-linear-gradient(to bottom,rgba(255,247,237,.38) 0 9px,transparent 9px 18px);
      opacity:.42;
    }
    .cta-panel:before{left:0}
    .cta-panel:after{right:0}
    .cta-content{position:relative;z-index:1}
    .cta-panel h2{
      color:#fff7ed;
      max-width:720px;
    }
    .cta-panel p{
      max-width:700px;
      color:#e8d9ca;
      margin:14px 0 0;
    }
    .guard-points{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      margin:22px 0 0;
    }
    .guard{
      display:inline-flex;
      align-items:center;
      gap:7px;
      border-radius:999px;
      background:rgba(255,247,237,.10);
      border:1px solid rgba(255,247,237,.20);
      color:#fff4e4;
      padding:8px 11px;
      font-weight:800;
      font-size:13px;
    }
    .guard:before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--color-accent);
    }
    .cta-actions{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      margin-top:26px;
    }
    .cta-actions .btn-secondary{
      background:rgba(255,247,237,.10);
      color:#fff7ed;
      border-color:rgba(255,247,237,.30);
    }
    .cta-actions .btn-secondary:hover{
      background:rgba(255,247,237,.18);
      color:#fff;
      border-color:rgba(255,180,92,.72);
    }
    .faq-wrap{
      max-width:920px;
      margin:0 auto;
    }
    .accordion{
      background:transparent;
    }
    .accordion-item{
      margin-bottom:12px;
      border-radius:var(--radius-lg);
      overflow:hidden;
      border:1px solid var(--color-line);
      background:#fffdf8;
      box-shadow:0 8px 20px rgba(57,35,24,.05);
    }
    .accordion-title{
      border:0!important;
      color:var(--color-ink);
      font-size:16px;
      font-weight:800;
      padding:18px 48px 18px 18px;
      background:#fffdf8;
    }
    .accordion-title:hover,.accordion-title:focus{
      background:#fff4e8;
      color:var(--color-ink);
    }
    .accordion-title:before{
      right:18px;
      top:50%;
      margin-top:-11px;
      color:var(--color-primary);
      font-size:22px;
      font-weight:700;
    }
    .is-active>.accordion-title{
      border-left:4px solid var(--color-primary)!important;
      background:#fff7ed;
    }
    .accordion-content{
      border:0!important;
      border-top:1px solid var(--color-line)!important;
      background:#fffdf8;
      color:var(--color-muted);
      padding:16px 20px 20px;
    }
    .site-footer{
      background:var(--color-deep);
      color:#e8d9ca;
      padding:54px 0 24px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.45fr .8fr .8fr;
      gap:34px;
      padding-bottom:30px;
      border-bottom:1px solid rgba(255,247,237,.14);
    }
    .footer-brand .brand{color:#fff7ed}
    .footer-brand p{
      max-width:420px;
      margin:15px 0 0;
      color:#d8c7b8;
      font-size:14px;
    }
    .age-note{
      display:inline-flex;
      margin-top:16px;
      border-radius:999px;
      border:1px solid rgba(255,180,92,.42);
      color:#ffe0b2;
      background:rgba(255,180,92,.12);
      padding:7px 11px;
      font-weight:800;
      font-size:13px;
    }
    .footer-title{
      color:#fff7ed;
      font-weight:800;
      margin-bottom:13px;
    }
    .footer-links{
      display:grid;
      gap:9px;
    }
    .footer-links a{
      color:#d8c7b8;
      font-size:14px;
    }
    .footer-links a:hover{color:var(--color-accent)}
    .copyright{
      padding-top:20px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      flex-wrap:wrap;
      color:#bfae9e;
      font-size:13px;
    }
    .reveal{
      border-radius:22px;
      border:1px solid var(--color-line);
      padding:24px;
      background:#fffdf8;
      box-shadow:var(--shadow-lg);
    }
    .reveal h3{
      color:var(--color-ink);
      font-weight:800;
      margin-bottom:10px;
    }
    .close-button{
      color:var(--color-muted);
    }
    @media (max-width:1024px){
      :root{--space-section:66px}
      .top-bar{padding-left:18px;padding-right:18px}
      .command-search{min-width:210px}
      .nav-actions{gap:8px}
      .btn{padding-left:14px;padding-right:14px}
      .entry-card{grid-template-columns:auto 1fr}
      .entry-action{
        grid-column:1 / -1;
        flex-direction:row;
        align-items:center;
        justify-content:space-between;
      }
      .filter-card{position:static}
    }
    @media (max-width:767px){
      .site-container{width:min(calc(100% - 28px),var(--max-width))}
      .top-bar{
        padding:0 14px 16px;
        border-top:1px solid var(--color-line);
      }
      .top-bar-left,.top-bar-right,.top-bar ul{
        width:100%;
        display:block;
      }
      .top-bar .menu{
        padding-top:10px;
      }
      .top-bar .menu li{
        display:block;
        width:100%;
      }
      .top-bar .menu a{
        width:100%;
        margin:4px 0;
      }
      .nav-actions{
        display:grid;
        grid-template-columns:1fr;
        width:100%;
        margin-top:10px;
      }
      .command-search{
        width:100%;
        min-width:0;
        height:48px;
      }
      .nav-actions .btn{
        width:100%;
      }
      .update-strip-inner{
        align-items:flex-start;
        flex-direction:column;
      }
      .time-pills{
        display:grid;
        grid-template-columns:repeat(2,minmax(0,1fr));
        width:100%;
      }
      .time-pill{min-width:0}
      .hero-compact{padding:34px 0 20px}
      .hero-copy{font-size:16px}
      .hero-actions .btn{
        width:100%;
      }
      .hero-side{margin-top:22px}
      .mini-grid{grid-template-columns:1fr}
      .avatar-row{align-items:flex-start;flex-direction:column}
      .entry-card{
        grid-template-columns:1fr;
        gap:13px;
        padding:16px;
      }
      .entry-no{
        width:100%;
        height:auto;
        min-height:44px;
        flex-direction:row;
        gap:8px;
      }
      .entry-action{
        grid-column:auto;
        flex-direction:column;
        align-items:stretch;
      }
      .entry-action .btn{
        width:100%;
      }
      .bubble-mini{text-align:center}
      .masonry{
        grid-template-columns:1fr;
      }
      .wall-card.large{min-height:auto}
      .steps-strip{
        grid-template-columns:1fr;
      }
      .cta-panel{
        padding:26px 20px;
        border-radius:24px;
      }
      .cta-actions .btn{
        width:100%;
      }
      .footer-grid{
        grid-template-columns:1fr;
        gap:26px;
      }
      .copyright{
        align-items:flex-start;
        flex-direction:column;
      }
    }
    @media (max-width:520px){
      h1{font-size:32px}
      h2{font-size:26px}
      .brand-text{font-size:16px}
      .brand-mark{width:34px;height:34px;flex-basis:34px}
      .section{padding:52px 0}
      .section-tight{padding:44px 0}
      .filter-card,.wall-card,.step-card{border-radius:18px}
      .pagination a,.pagination .current{
        min-width:40px;
        min-height:40px;
      }
    }
