:root{--cream:#FFF8E8;--deep:#F7E8C4;--card:#FFFDF6;--soft:#F3DFA3;--title:#3A2A12;--text:#4A3820;--muted:#7A5E38;--aux:#9A7A52;--yellow:#F4B942;--ripe:#E89B20;--orange:#E07A2F;--cocoa:#3A2A12;--border:rgba(232,155,32,.22);--shadow:0 14px 36px rgba(58,42,18,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--text);font-family:Arial,"PingFang SC","Microsoft YaHei",sans-serif;font-size:16px;line-height:1.75;overflow-x:hidden}body.locked{overflow:hidden}a{color:inherit;text-decoration:none}button{font:inherit}.wrap{width:min(1180px,calc(100% - 32px));margin:auto}.site-top-fixed{position:fixed;left:0;right:0;top:0;z-index:50}.fruit-strip{height:16px;background:var(--ripe);color:var(--cocoa);font-size:10px;line-height:16px}.strip-inner{height:16px;display:flex;justify-content:space-between;align-items:center}.text-button{border:0;background:transparent;color:var(--cocoa);padding:0 4px;cursor:pointer;font-weight:700}.masthead{height:58px;background:rgba(255,253,246,.98);border-bottom:1px solid var(--border)}.masthead-inner{height:58px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px}.brand-link{justify-self:start;display:flex;align-items:center;min-height:44px;max-width:250px}.brand-logo{display:block;max-height:34px;max-width:230px;width:auto;object-fit:contain}.brand-fallback{font-size:20px;font-weight:800;color:var(--title)}.menu-button,.app-link,.btn{min-height:44px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;font-weight:800}.menu-button{justify-self:center;border:1px solid var(--ripe);background:var(--cream);color:var(--cocoa);padding:0 22px;cursor:pointer}.app-link{justify-self:end;background:linear-gradient(135deg,#F4B942 0%,#E89B20 55%,#E07A2F 100%);color:var(--cocoa);padding:0 18px}.topic-tabs{height:38px;background:var(--soft);border-bottom:1px solid var(--border)}.tabs-inner{height:38px;display:flex;align-items:center;gap:8px}.tabs-inner a{padding:4px 10px;border-radius:8px;font-size:14px;font-weight:700;line-height:24px}.tabs-inner a.is-current{background:var(--ripe);color:var(--cocoa)}.page-main{padding-top:132px;min-height:60vh}.hero,.page-hero{padding:30px 0}.hero-media,.image-slot{display:flex;align-items:center;justify-content:center;background:var(--deep);border:1px solid var(--border);border-radius:16px;overflow:hidden}.hero-media{min-height:190px;max-height:300px}.hero-media img{width:100%;max-height:300px;object-fit:contain;object-position:center}.hero-copy{padding:24px 0 8px;max-width:900px}.eyebrow{display:inline-block;color:var(--ripe);font-weight:900;letter-spacing:.08em}.hero h1,.page-hero h1{font-size:clamp(28px,4vw,32px);line-height:1.25;color:var(--title);margin:8px 0 12px}.hero-copy p,.page-hero p{margin:0 0 18px}.actions{display:flex;gap:12px;flex-wrap:wrap}.btn{padding:0 18px;border:1px solid var(--ripe)}.btn.primary{background:linear-gradient(135deg,#F4B942 0%,#E89B20 55%,#E07A2F 100%);color:var(--cocoa)}.btn.secondary{background:var(--card);color:var(--cocoa)}.section{padding:36px 0}.section.alt{background:var(--deep)}.section-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:18px}.section-head h2{color:var(--title);font-size:24px;margin:0}.section-head p{margin:0;color:var(--muted)}.grid-3,.grid-4,.status-grid,.footer-grid{display:grid;gap:16px}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.status-grid{grid-template-columns:repeat(4,1fr)}.card{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:18px;box-shadow:var(--shadow)}.card h3{margin:0 0 8px;color:var(--title);font-size:19px}.card p{margin:0 0 10px}.card-link{font-weight:800;color:#7A4810}.accent-a{border-top:5px solid var(--ripe)}.accent-b{border-top:5px solid var(--orange)}.feature-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,420px);gap:28px;align-items:center}.feature-row.reverse{grid-template-columns:minmax(260px,420px) minmax(0,1fr)}.feature-row.reverse .feature-copy{order:2}.feature-row.reverse .image-slot{order:1}.content-image{display:block;max-width:100%;width:auto;max-height:240px;object-fit:contain;object-position:center}.image-slot{min-height:210px;padding:10px}.app-image{max-height:420px;max-width:100%;object-fit:contain}.number-list{display:grid;gap:12px}.number-item{display:grid;grid-template-columns:58px 1fr;gap:14px;align-items:start;background:var(--card);border:1px solid var(--border);border-radius:14px;padding:16px}.num{font-size:30px;font-weight:900;color:var(--ripe);line-height:1}.number-item h3{margin:0 0 5px;color:var(--title)}.number-item p{margin:0}.article-shell{width:min(900px,calc(100% - 32px));margin:0 auto 46px}.article-shell>p,.article-shell li{font-size:16px}.article-section{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:22px;margin:16px 0}.article-section h2{font-size:21px;margin:0 0 10px;color:var(--title)}.article-section h3{font-size:18px;color:var(--title)}.article-section p{margin:0 0 12px}.article-section p:last-child{margin-bottom:0}.notice{border-left:4px solid var(--orange);background:var(--deep);padding:14px 16px;border-radius:10px;color:var(--cocoa)}.tag{display:inline-block;background:var(--soft);color:var(--cocoa);font-weight:800;border-radius:8px;padding:3px 8px;margin-right:6px}.timeline{display:grid;gap:14px}.timeline .step{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:18px}.faq details{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:15px 18px;margin:12px 0}.faq summary{cursor:pointer;font-weight:800;color:var(--title)}.faq details p{margin:10px 0 0}.site-footer{background:var(--cocoa);color:var(--deep);padding:38px 0 80px}.footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:24px}.footer-brand strong{font-size:20px}.footer-brand span{color:#E9CF99}.footer-logo{max-height:32px;max-width:180px;object-fit:contain}.footer-grid{grid-template-columns:repeat(4,1fr)}.footer-grid h2{font-size:16px;color:#FFF8E8;margin:0 0 8px}.footer-grid a{display:block;color:#F7E8C4;padding:3px 0}.footer-note{margin:24px 0 8px;color:#E9CF99}.copyright{margin:0;color:#D9BF8A}.overlay{position:fixed;inset:0;background:rgba(58,42,18,.48);z-index:80;opacity:0;visibility:hidden;pointer-events:none;transition:.2s}.overlay.is-open{opacity:1;visibility:visible;pointer-events:auto}.fruit-menu,.search-layer{position:fixed;z-index:90;background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow);visibility:hidden;opacity:0;pointer-events:none;transition:.2s}.fruit-menu.is-open,.search-layer.is-open{visibility:visible;opacity:1;pointer-events:auto}.fruit-menu{top:84px;left:50%;transform:translate(-50%,-16px);width:min(740px,92%);max-height:calc(100vh - 110px);overflow:auto;border-radius:16px;padding:18px}.fruit-menu.is-open{transform:translate(-50%,0)}.menu-head,.search-head{display:flex;justify-content:space-between;align-items:center;gap:20px}.menu-brand{display:flex;align-items:center;gap:10px}.menu-brand img{max-height:32px;max-width:160px;object-fit:contain}.menu-brand span{display:block;font-size:12px;color:var(--muted)}.icon-close{width:44px;height:44px;border:1px solid var(--border);border-radius:12px;background:var(--cream);color:var(--cocoa);font-size:24px;cursor:pointer}.menu-groups{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:16px}.menu-groups h2{font-size:16px;margin:0 0 8px;color:var(--ripe)}.menu-groups a{display:block;border-top:1px solid var(--border);padding:10px 0}.menu-groups b{display:block;color:var(--title)}.menu-groups span{display:block;color:var(--muted);font-size:13px}.search-layer{top:82px;left:50%;transform:translateX(-50%);width:min(740px,calc(100% - 32px));border-radius:16px;padding:18px}.search-head strong{font-size:20px;color:var(--title)}.search-head p{margin:0;color:var(--muted)}.search-look{margin:16px 0;border:1px solid var(--ripe);border-radius:12px;background:var(--cream);min-height:48px;display:flex;align-items:center;padding:0 14px;color:var(--aux)}.preset-links{display:flex;flex-wrap:wrap;gap:10px}.preset-links a{background:var(--soft);color:var(--cocoa);border-radius:10px;padding:9px 12px;font-weight:700}.mobile-bottom{display:none}a:focus-visible,button:focus-visible{outline:3px solid var(--orange);outline-offset:2px}@media (hover:hover){.card-link:hover,.footer-grid a:hover,.preset-links a:hover{text-decoration:underline}.btn:hover,.app-link:hover,.menu-button:hover{filter:brightness(.97)}}@media(max-width:760px){.topic-tabs{display:none}.page-main{padding-top:82px}.wrap{width:min(100% - 32px,1180px)}.masthead-inner{grid-template-columns:minmax(0,1fr) auto auto;gap:8px}.brand-link{min-width:0;overflow:hidden}.brand-logo{max-width:145px}.brand-fallback{font-size:17px;white-space:nowrap}.menu-button{padding:0 14px}.app-link{padding:0 12px}.hero,.page-hero{padding-top:22px}.grid-3,.grid-4,.status-grid{grid-template-columns:1fr}.feature-row,.feature-row.reverse{grid-template-columns:1fr}.feature-row.reverse .feature-copy,.feature-row.reverse .image-slot{order:initial}.image-slot{min-height:170px}.menu-groups{grid-template-columns:1fr}.fruit-menu{top:78px;width:92%;max-height:calc(100vh - 144px)}.search-layer{top:78px;width:92%}.footer-grid{grid-template-columns:repeat(2,1fr)}.site-footer{padding-bottom:90px}.mobile-bottom{position:fixed;z-index:60;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(5,1fr);height:calc(50px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:var(--card);border-top:1px solid var(--border)}.mobile-bottom a{display:flex;align-items:center;justify-content:center;min-height:50px;font-size:13px;font-weight:800}.mobile-bottom a.is-current{background:var(--ripe);color:var(--cocoa)}.section-head{display:block}.section-head p{margin-top:6px}.number-item{grid-template-columns:48px 1fr}.num{font-size:26px}}@media(max-width:390px){.brand-logo{max-width:112px}.brand-fallback{font-size:15px}.menu-button,.app-link{padding:0 9px;font-size:13px}.footer-grid{grid-template-columns:1fr}}
