*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#FFF8E6;color:#3D3426;font:16px/1.75 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}.shell{width:min(1160px,calc(100% - 32px));margin:auto}.site-header{position:fixed;top:0;left:0;right:0;z-index:60}.banana-strip{height:10px;background:#E6B422;color:#2C2416;font-size:10px;overflow:hidden}.strip-inner{height:10px;display:flex;align-items:center;justify-content:space-between}.plain-btn{border:0;background:transparent;color:#2C2416;padding:0 4px;font-size:10px;line-height:10px}.banana-stage{height:52px;background:#FFF8E6;border-bottom:1px solid rgba(230,180,34,.4)}.stage-inner{height:52px;display:flex;align-items:center;justify-content:space-between;gap:12px}.brand-link{display:flex;align-items:center;min-height:44px}.brand-logo,.footer-logo,.box-brand img{max-height:24px;max-width:170px;object-fit:contain}.brand-text{font-weight:800;color:#8B6914;font-size:20px}.stage-actions{display:flex;gap:8px;align-items:center}.box-btn,.app-btn,.btn-primary,.btn-secondary{min-height:44px;border-radius:10px;padding:9px 16px;border:1px solid #E6B422;font-weight:700}.box-btn,.btn-secondary{background:#FFFDF6;color:#8B6914}.app-btn,.btn-primary{background:#E6B422;color:#2C2416}.banana-tabs{height:44px;background:#FFFDF6;border-bottom:1px solid rgba(44,36,22,.12)}.tab-inner{height:44px;display:flex;align-items:center;gap:16px}.banana-tabs a{height:44px;display:flex;align-items:center;border-bottom:3px solid transparent;color:#5C5140}.banana-tabs a.active{border-color:#E6B422;color:#8B6914;font-weight:800}.site-main{padding-top:126px;min-height:60vh}.hero,.page-hero,.section-block{padding:28px 0}.page-hero{padding-top:36px}.eyebrow{color:#6B8F3A;font-weight:800;letter-spacing:.08em}.hero h1,.page-hero h1{font-size:clamp(28px,4vw,32px);line-height:1.25;margin:8px 0 14px;color:#2C2416}.lede{max-width:820px;color:#5C5140}.two-grid,.three-grid,.content-grid,.status-grid,.app-grid{display:grid;gap:18px}.two-grid{grid-template-columns:repeat(2,1fr)}.three-grid{grid-template-columns:repeat(3,1fr)}.content-grid{grid-template-columns:1.25fr .75fr}.status-grid{grid-template-columns:repeat(4,1fr)}.app-grid{grid-template-columns:.8fr 1.2fr}.card,.feature,.article-card,.status-card,.policy-card,.faq-item{background:#FFFDF6;border:1px solid rgba(44,36,22,.12);border-radius:12px;box-shadow:0 14px 34px rgba(44,36,22,.09);padding:18px}.card h2,.feature h2,.article-card h2,.policy-card h2{margin:12px 0 8px;color:#2C2416}.image-slot{width:100%;height:168px;background:#FBEAA0;border-radius:10px;display:flex;align-items:center;justify-content:center;overflow:hidden}.image-slot img{width:100%;height:100%;object-fit:contain;object-position:center}.image-placeholder{background:linear-gradient(135deg,#F5E6B8,#FFFDF6)}.cover-slot{height:auto;max-height:220px}.cover-slot img{max-height:220px}.feature-cover{text-align:center;background:#FFFDF6;border:1px solid rgba(44,36,22,.12);border-radius:14px;padding:20px}.feature-cover .image-slot{height:220px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px}.text-link{font-weight:800;color:#8B6914;text-decoration:underline;text-decoration-color:#E6B422;text-underline-offset:4px}.section-title{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:14px}.section-title h2{margin:0;color:#2C2416}.section-title p{margin:0;color:#7A6E58}.alt{background:#F5E6B8}.dark{background:#2C2416;color:#FFF8E6}.dark h2,.dark h3{color:#FBEAA0}.dark p{color:#FFF8E6}.status-card{box-shadow:none;border-left:4px solid #E6B422}.status-card h3{margin-top:0}.article-list{display:grid;gap:14px}.article-card p:last-child{margin-bottom:0}.fact-note{border-left:4px solid #6B8F3A;padding:12px 14px;background:#FFFDF6}.muted{color:#7A6E58}.site-footer{background:#2C2416;color:#FFF8E6;padding:36px 0 90px}.footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:24px}.footer-brand div{display:flex;flex-direction:column}.footer-brand strong{color:#FBEAA0}.footer-brand span{font-size:12px;color:#FFF8E6}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.footer-grid h2{font-size:16px;color:#FBEAA0}.footer-grid a{display:block;margin:8px 0;color:#FFF8E6}.footer-note{border-top:1px solid rgba(255,248,230,.16);margin-top:24px;padding-top:20px}.copyright{color:#FBEAA0}.overlay{position:fixed;inset:0;background:rgba(44,36,22,.35);z-index:70;opacity:0;visibility:hidden;pointer-events:none;transition:.2s}.overlay.show{opacity:1;visibility:visible;pointer-events:auto}.banana-box,.search-panel{position:fixed;z-index:80;right:max(16px,calc((100vw - 1160px)/2));top:62px;width:min(440px,calc(100vw - 32px));background:#FFF8E6;border-top:2px solid #E6B422;border-radius:0 0 10px 10px;box-shadow:0 14px 34px rgba(44,36,22,.18);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px);transition:.2s}.banana-box.show,.search-panel.show{opacity:1;visibility:visible;pointer-events:auto;transform:none}.banana-box{max-height:76vh;overflow:auto}.box-head,.search-head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid rgba(44,36,22,.12)}.box-brand{display:flex;align-items:center;gap:10px}.close-btn{min-height:44px;padding:8px 12px;border:1px solid #E6B422;border-radius:10px;background:#FFFDF6;color:#8B6914}.box-groups{padding:8px 16px 18px}.box-groups h2{font-size:14px;color:#6B8F3A;margin:14px 0 6px}.box-groups a{display:grid;grid-template-columns:100px 1fr;gap:8px;padding:8px 0;border-bottom:1px dashed rgba(44,36,22,.12)}.box-groups span{font-size:13px;color:#7A6E58}.search-panel{width:min(430px,calc(100vw - 32px));padding-bottom:16px}.search-label{display:block;padding:16px}.search-label input{width:100%;min-height:44px;margin-top:10px;border:1px solid #E6B422;border-radius:10px;background:#FFFDF6;padding:0 12px;color:#2C2416}.preset-links{padding:0 16px;display:flex;flex-wrap:wrap;gap:8px}.preset-links a{border:1px solid rgba(139,105,20,.35);background:#FFFDF6;border-radius:10px;padding:8px 10px}.panel-open{overflow:hidden}.mobile-bottom{display:none}.faq-list{display:grid;gap:14px}.faq-item h2{font-size:18px;margin-top:0}.table-like{display:grid;gap:12px}.table-row{display:grid;grid-template-columns:160px 1fr;gap:16px;border-bottom:1px solid rgba(44,36,22,.12);padding:12px 0}.notice{background:#FBEAA0;color:#2C2416;border-radius:12px;padding:16px}.section-image.tall{max-height:420px}
a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid #6B8F3A;outline-offset:3px}@media (max-width:800px){.banana-tabs{display:none}.site-main{padding-top:62px;padding-bottom:60px}.two-grid,.three-grid,.content-grid,.status-grid,.app-grid,.footer-grid{grid-template-columns:1fr}.banana-box,.search-panel{top:62px;right:16px;width:calc(100vw - 32px)}.banana-box{height:58vh;max-height:58vh}.mobile-bottom{position:fixed;left:0;right:0;bottom:0;z-index:65;height:calc(50px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:#FFFDF6;border-top:1px solid rgba(44,36,22,.12);display:grid;grid-template-columns:repeat(5,1fr)}.mobile-bottom a{display:flex;align-items:center;justify-content:center;min-height:50px;font-size:13px}.mobile-bottom a.active{background:#E6B422;color:#2C2416;font-weight:800}.image-slot{height:160px}.feature-cover .image-slot{height:200px}.site-footer{padding-bottom:90px}.table-row{grid-template-columns:1fr}.box-groups a{grid-template-columns:92px 1fr}.hero,.page-hero,.section-block{padding:22px 0}}
