*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;-webkit-text-size-adjust:100%}
body{font-family:"Courier New","PingFang SC","Microsoft YaHei",monospace;color:#1a1208;line-height:1.55;background:#efe6d4}
img{max-width:100%;height:auto;display:block}
a{color:#1a1208;text-decoration:none}
ul{list-style:none}
button{font-family:inherit;cursor:pointer}
.cut{width:min(1080px,92vw);margin:0 auto}
.site-header{background:#c4122f;color:#fff;border-bottom:4px dashed #1a1208;position:sticky;top:0;z-index:20}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:.65rem 0;gap:.8rem}
.logo{font-weight:800;font-size:.85rem;color:#fff;transform:rotate(-2deg)}
.nav-main{display:flex;flex-wrap:wrap;gap:.35rem}
.nav-main a{background:#fff;border:2px dashed #1a1208;padding:.2rem .55rem;font-size:.7rem;font-weight:800}
.nav-main a.active{background:#111;color:#fff}
.btn-nav{background:#ffd400;border:2px solid #1a1208;padding:.28rem .7rem;font-size:.72rem;font-weight:800}
.section{padding:2.3rem 0}
.h2{font-size:1.2rem;font-weight:800;margin-bottom:.4rem}
.footer{background:#1a1208;color:#efe6d4;padding:1.8rem 0 0;font-size:.76rem}
.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:1rem;margin-bottom:1rem}
.footer a{color:#ffd400;border-bottom:1px dashed #ffd400}
.footer-links{display:flex;flex-wrap:wrap;gap:.3rem .7rem}
.footer-bottom{border-top:2px dashed #efe6d4;padding:.7rem 0;text-align:center;font-size:.68rem}
.faq-item{background:#fff;border:2px dashed #1a1208;margin-bottom:.5rem;transform:rotate(-.3deg)}
.faq-item:nth-child(even){transform:rotate(.4deg)}
.faq-q{width:100%;text-align:left;padding:.75rem .9rem;font-weight:800;background:transparent;border:none;display:flex;justify-content:space-between}
.faq-q::after{content:"+"}
.faq-item.open .faq-q::after{content:"−"}
.faq-a{display:none;padding:0 .9rem .8rem;font-size:.82rem}
.faq-item.open .faq-a{display:block}
.btn{display:inline-block;background:#c4122f;color:#fff;border:2px solid #1a1208;padding:.45rem .9rem;font-weight:800;font-size:.78rem}
@media(max-width:768px){.header-inner{flex-wrap:wrap}.footer-grid{grid-template-columns:1fr}}
