*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#F3EEEA;color:#3D3333;font-family:Arial,"PingFang SC","Microsoft YaHei",sans-serif;font-size:16px;line-height:1.75;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input{font:inherit}.wrap{width:min(1180px,calc(100% - 32px));margin:auto}.site-head{position:fixed;z-index:80;top:0;left:0;right:0}.shell-line{height:18px;background:#8C2F2F;color:#FFFCF9;font-size:11px;line-height:18px}.shell-inner{display:flex;justify-content:space-between;align-items:center;height:18px}.text-btn{border:0;background:transparent;color:#FFFCF9;padding:0 4px;cursor:pointer}.mast{height:60px;background:#F3EEEA;border-bottom:1px solid rgba(178,58,58,.16)}.mast-inner{height:60px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px}.brand{justify-self:start;min-height:44px;display:flex;align-items:center;font-weight:800;color:#2C2222;font-size:20px}.brand img,.footer-logo img,.mini-brand img{height:32px;width:auto;max-width:180px;object-fit:contain}.cocoon-btn,.app-link,.btn{min-height:44px;padding:9px 16px;border-radius:10px;border:1px solid #B23A3A;display:inline-flex;align-items:center;justify-content:center;font-weight:700}.cocoon-btn{background:#FFFCF9;color:#2C2222;cursor:pointer}.app-link{justify-self:end;background:linear-gradient(135deg,#C94A4A 0%,#B23A3A 52%,#8C2F2F 100%);color:#FFFCF9}.tag-strip{height:40px;background:#D8CFC6;border-bottom:1px solid rgba(107,101,99,.3)}.tag-inner{height:40px;display:flex;align-items:center;gap:8px}.tag-inner a{padding:4px 10px;border-radius:6px;font-size:14px}.tag-inner a.active{background:#B23A3A;color:#FFFCF9}.page-main{padding-top:136px;min-height:70vh}.hero,.section{padding:28px 0}.hero-slot,.image-slot{background:#E7E0DA;border:1px solid rgba(178,58,58,.16);border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-slot{min-height:210px;max-height:300px}.hero-slot img{width:100%;height:100%;max-height:300px;object-fit:contain;object-position:center}.image-slot{min-height:180px}.image-slot img{width:100%;max-height:240px;object-fit:contain;object-position:center}.hero-copy{max-width:850px;padding:24px 0}.eyebrow{color:#8C2F2F;font-weight:800;letter-spacing:.08em}.hero h1,.page-head h1{font-size:clamp(28px,4vw,32px);line-height:1.25;color:#2C2222;margin:8px 0 14px}.hero h2{font-size:22px;color:#2C2222;margin:0 0 10px}.hero-actions,.link-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.btn.primary{background:linear-gradient(135deg,#C94A4A 0%,#B23A3A 52%,#8C2F2F 100%);color:#FFFCF9}.btn.secondary{background:#F3EEEA;color:#2C2222}.section-title{display:flex;justify-content:space-between;gap:16px;align-items:end;margin-bottom:16px}.section-title h2{margin:0;color:#2C2222;font-size:24px}.section-title p{margin:0;color:#6B5C5C}.cards-3,.cards-4,.cards-6,.status-grid,.footer-grid{display:grid;gap:16px}.cards-3{grid-template-columns:repeat(3,1fr)}.cards-4{grid-template-columns:repeat(4,1fr)}.cards-6{grid-template-columns:repeat(3,1fr)}.status-grid{grid-template-columns:repeat(4,1fr)}.card,.paper-card,.number-card,.status-card,.article-box{background:#FFFCF9;border:1px solid rgba(178,58,58,.16);border-radius:12px;box-shadow:0 14px 36px rgba(44,34,34,.10);padding:18px}.card h3,.paper-card h3,.number-card h3,.status-card h3{margin:8px 0;color:#2C2222}.tone-red{border-top:5px solid #B23A3A}.tone-rust{border-top:5px solid #8C2F2F}.tone-slate{border-top:5px solid #6B6563}.number{font-size:32px;font-weight:900;color:#B23A3A;line-height:1}.list-pages{display:grid;gap:12px}.list-row{display:grid;grid-template-columns:72px 1fr auto;gap:16px;align-items:center;background:#FFFCF9;border-bottom:1px solid rgba(178,58,58,.16);padding:16px;border-radius:10px}.list-row strong{font-size:22px;color:#B23A3A}.page-head{padding:30px 0 16px}.page-head p{max-width:860px;color:#6B5C5C}.prose{max-width:900px}.prose h2{color:#2C2222;margin-top:30px}.prose h3{color:#8C2F2F}.prose p{margin:12px 0}.note{background:#EDE6E0;border-left:4px solid #B23A3A;padding:14px 16px;border-radius:8px}.step-list{counter-reset:steps;display:grid;gap:14px}.step{counter-increment:steps;background:#FFFCF9;border:1px solid rgba(178,58,58,.16);border-radius:12px;padding:18px}.step:before{content:counter(steps,decimal-leading-zero);font-size:28px;color:#B23A3A;font-weight:900}.faq-list{display:grid;gap:14px}.faq-item{background:#FFFCF9;border:1px solid rgba(178,58,58,.16);border-radius:12px;padding:18px}.faq-item h2{font-size:19px;margin:0 0 8px;color:#2C2222}.site-footer{background:#2C2222;color:#E7E0DA;padding:34px 0 84px;margin-top:48px}.footer-brand{padding-bottom:20px}.footer-logo{display:inline-flex;align-items:center;gap:12px}.footer-logo strong,.footer-logo small{display:block}.footer-grid{grid-template-columns:repeat(4,1fr)}.footer-grid h2{font-size:16px;color:#FFFCF9}.footer-grid a{display:block;color:#D8CFC6;padding:3px 0}.footer-note,.copyright{border-top:1px solid rgba(216,207,198,.18);margin-top:18px;padding-top:16px;color:#D8CFC6;font-size:14px}.page-overlay{position:fixed;z-index:90;inset:0;background:rgba(44,34,34,.45);visibility:hidden;opacity:0;pointer-events:none;transition:.18s}.page-overlay.is-open{visibility:visible;opacity:1;pointer-events:auto}.cocoon{position:fixed;z-index:100;top:78px;right:max(3vw,16px);width:min(580px,94vw);max-height:58vh;background:#FFFCF9;border:1px solid rgba(178,58,58,.16);box-shadow:0 14px 36px rgba(44,34,34,.18);border-radius:0 0 12px 12px;padding:18px;overflow:auto;visibility:hidden;opacity:0;pointer-events:none;transform:translateY(-8px);transition:.18s}.cocoon.is-open{visibility:visible;opacity:1;pointer-events:auto;transform:none}.cocoon-head,.search-head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px}.mini-brand{display:flex;align-items:center;gap:10px;font-weight:800}.close-btn{min-height:44px;border:1px solid #B23A3A;background:#F3EEEA;color:#2C2222;border-radius:10px;padding:8px 14px;cursor:pointer}.cocoon-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.cocoon-grid h2{font-size:15px;color:#8C2F2F;margin:0 0 8px}.cocoon-grid a{display:block;padding:8px;border-radius:8px}.cocoon-grid a:hover{background:#EDE6E0}.cocoon-grid b,.cocoon-grid small{display:block}.cocoon-grid small{color:#6B5C5C;line-height:1.5}.search-layer{position:fixed;z-index:100;top:78px;left:0;right:0;visibility:hidden;opacity:0;pointer-events:none}.search-layer.is-open{visibility:visible;opacity:1;pointer-events:auto}.search-card{width:min(760px,calc(100% - 32px));margin:auto;background:#FFFCF9;border:1px solid rgba(178,58,58,.16);padding:20px;box-shadow:0 14px 36px rgba(44,34,34,.18)}.search-card input{width:100%;min-height:48px;border:1px solid #D8CFC6;border-radius:10px;background:#F3EEEA;padding:10px 12px;margin:10px 0 14px;color:#2C2222}.preset-links{display:flex;flex-wrap:wrap;gap:10px}.preset-links a{border:1px solid #B23A3A;background:#F3EEEA;padding:8px 12px;border-radius:8px}.layer-open{overflow:hidden}.mobile-bottom{display:none}a:hover,.btn:hover{filter:brightness(.97)}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid rgba(201,74,74,.45);outline-offset:2px}
@media(max-width:800px){.wrap{width:min(100% - 32px,1180px)}.tag-strip{display:none}.page-main{padding-top:94px;padding-bottom:58px}.mast-inner{grid-template-columns:1fr auto 1fr;gap:8px}.brand img{max-width:120px;height:30px}.brand span{font-size:18px}.cocoon-btn,.app-link{padding:8px 10px;min-height:44px}.hero,.section{padding:20px 0}.cards-3,.cards-4,.cards-6,.status-grid{grid-template-columns:1fr}.list-row{grid-template-columns:52px 1fr}.list-row a{grid-column:2}.footer-grid{grid-template-columns:1fr 1fr}.cocoon{top:78px;right:3%;width:94%;max-height:72vh}.cocoon-grid{grid-template-columns:1fr 1fr}.search-layer{top:18px;bottom:0;background:#F3EEEA}.search-card{width:100%;height:100%;border:0;overflow:auto;padding-top:70px}.mobile-bottom{position:fixed;z-index:70;left:0;right:0;bottom:0;height:calc(50px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(5,1fr);background:#FFFCF9;border-top:1px solid rgba(178,58,58,.16)}.mobile-bottom a{display:flex;align-items:center;justify-content:center;min-height:50px;font-size:13px}.mobile-bottom a.active{background:#B23A3A;color:#FFFCF9}.site-footer{padding-bottom:100px}}
@media(max-width:520px){.shell-inner span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:78%}.cocoon-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.hero-slot{min-height:170px}.hero-actions .btn{width:100%}}
