*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:"Noto Sans SC",system-ui,sans-serif;background:#fff;color:#1e293b;line-height:1.78;font-size:16px}
a{color:#c2410c;text-decoration:none}
a:hover{text-decoration:underline;color:#9a3412}
img{max-width:100%;height:auto;display:block}

.site-header{background:#fff;border-bottom:2px solid #fed7aa;position:sticky;top:0;z-index:400}
.header-inner{max-width:1080px;margin:0 auto;padding:14px 22px;display:flex;align-items:center;justify-content:space-between;gap:14px;position:relative}
.brand{display:flex;align-items:center;gap:10px;color:#431407;font-weight:600;font-size:.92rem;line-height:1.35}
.brand em{font-style:normal;color:#ea580c;font-weight:700}
.site-nav ul{display:flex;flex-wrap:wrap;gap:6px 18px;list-style:none}
.site-nav a{color:#64748b;font-size:.9rem;padding:4px 0}
.site-nav a.active,.site-nav a:hover{color:#c2410c;font-weight:600;text-decoration:none}
.nav-toggle{display:none;background:none;border:0;cursor:pointer;padding:8px;flex-direction:column;gap:5px}
.nav-toggle span{display:block;width:22px;height:2px;background:#431407;transition:transform .2s}
.nav-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle.is-open span:nth-child(2){opacity:0}
.nav-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.ads-top-bar{background:#fff7ed;border-bottom:1px solid #ffedd5;padding:10px 0}
#applist .applist-title{font-size:.82rem;color:#78716c;margin-bottom:8px}
#ads{display:flex;flex-wrap:wrap;gap:12px}

.cqr-shell{max-width:1080px;margin:0 auto;padding:0 22px 72px}
.cqr-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(220px,.85fr);gap:36px;align-items:start;padding:40px 0 36px;border-bottom:3px solid #fdba74;scroll-margin-top:72px}
.cqr-lead .cqr-badge{display:inline-block;font-size:.74rem;color:#9a3412;background:linear-gradient(135deg,#ffedd5,#fef3c7);padding:6px 14px;border-radius:6px 18px 6px 18px;margin-bottom:16px;letter-spacing:.04em;border:1px solid #fed7aa}
.cqr-lead h1{font-size:clamp(1.48rem,4vw,2.02rem);line-height:1.32;margin-bottom:18px;color:#431407;font-weight:700}
.cqr-lead .cqr-deck{font-size:1.01rem;color:#334155;margin-bottom:14px;text-align:justify}
.cqr-lead .cqr-note{font-size:.86rem;color:#78716c;padding:14px 16px;background:#fffbeb;border-radius:10px;border-left:4px solid #f59e0b;margin-top:18px}

.cqr-rail{position:sticky;top:78px;display:flex;flex-direction:column;gap:9px}
.cqr-rail a{display:flex;align-items:center;gap:10px;padding:13px 16px;background:#fff;border:2px solid #fed7aa;border-radius:12px;font-size:.88rem;font-weight:600;color:#9a3412;transition:all .16s}
.cqr-rail a::before{content:"";width:8px;height:8px;border-radius:50%;background:#fdba74;flex-shrink:0}
.cqr-rail a:hover,.cqr-rail a.is-on{background:#ea580c;color:#fff;border-color:#ea580c;text-decoration:none}
.cqr-rail a.is-on::before,.cqr-rail a:hover::before{background:#fff}

.cqr-block{padding:38px 0;border-bottom:1px dashed #fde68a;scroll-margin-top:76px;max-width:860px}
.cqr-block:last-of-type{border-bottom:0}
.cqr-block h2{font-size:1.18rem;margin-bottom:16px;color:#431407;padding-bottom:8px;border-bottom:2px solid #ffedd5;line-height:1.38}
.cqr-block p{margin-bottom:14px;color:#334155;font-size:.97rem;text-align:justify}
.cqr-block ul,.cqr-block ol{margin:0 0 14px 1.35rem;color:#334155;font-size:.94rem}
.cqr-block li{margin-bottom:8px}

.cqr-callout{background:linear-gradient(90deg,#fff7ed 0%,#fff 70%);border:1px solid #fed7aa;border-radius:12px;padding:16px 18px;margin:18px 0;font-size:.91rem;color:#78350f}
.cqr-callout strong{color:#c2410c}

.cqr-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;margin:20px 0}
.cqr-card{background:#fffbeb;border:1px solid #fde68a;border-radius:12px;padding:16px 18px;font-size:.9rem;color:#44403c}
.cqr-card h3{font-size:.95rem;color:#9a3412;margin-bottom:8px}

.cqr-fig{margin:22px 0;border-radius:14px;overflow:hidden;border:1px solid #fed7aa;box-shadow:0 6px 22px rgba(234,88,12,.07)}
.cqr-fig figcaption{font-size:.79rem;color:#78716c;padding:11px 16px;background:#fff7ed;text-align:center}

.cqr-steps{counter-reset:cstep;list-style:none;margin:16px 0;padding:0}
.cqr-steps li{counter-increment:cstep;position:relative;padding:14px 0 14px 52px;border-bottom:1px dotted #fde68a;font-size:.93rem}
.cqr-steps li::before{content:counter(cstep);position:absolute;left:0;top:14px;width:36px;height:36px;background:#ea580c;color:#fff;border-radius:50%;font-size:.85rem;font-weight:700;display:flex;align-items:center;justify-content:center}

.cqr-faq{padding:36px 0 20px}
.cqr-faq>h2{font-size:1.14rem;margin-bottom:22px;color:#431407;border-bottom:2px solid #ffedd5;padding-bottom:10px}
.faq-row{border-bottom:1px solid #ffedd5;padding:16px 0}
.faq-row h3{font-size:.98rem;margin-bottom:8px;color:#431407}
.faq-row p{font-size:.92rem;color:#475569;margin:0}

.cqr-tail{padding:28px 0 10px;font-size:.93rem;color:#475569;background:#fffbeb;border-radius:12px;padding:22px 20px;margin-top:12px;border:1px solid #fde68a}
.cqr-tail h2{font-size:1.04rem;margin-bottom:12px;color:#431407}

.site-footer{background:#fff7ed;border-top:1px solid #fed7aa;padding:30px 22px;text-align:center;font-size:.87rem;color:#78716c}
.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 20px;margin-bottom:10px}
.footer-sub{font-size:.8rem;color:#a8a29e;margin-top:6px}
.prose-page{max-width:760px;margin:44px auto;padding:0 22px 52px}
.prose-page h1{font-size:1.42rem;margin-bottom:16px;color:#431407}
.prose-page p{margin-bottom:12px;color:#334155}
.error-page{max-width:480px;margin:80px auto;padding:0 22px;text-align:center}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

@media(max-width:860px){
  .cqr-split{grid-template-columns:1fr;gap:24px}
  .cqr-rail{position:static;flex-direction:row;flex-wrap:wrap}
  .cqr-rail a{flex:1;min-width:140px;justify-content:center;padding:11px 12px;font-size:.82rem}
  .nav-toggle{display:flex}
  .site-nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid #fed7aa;padding:12px 22px;box-shadow:0 8px 24px rgba(0,0,0,.06);z-index:350}
  .site-nav.is-open{display:block}
  .site-nav ul{flex-direction:column;gap:10px}
}
