*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#FFF6E8;color:#4A3824;font:16px/1.72 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;overflow-x:hidden}.wrap{width:min(1130px,calc(100% - 32px));margin:auto}a{color:inherit;text-decoration:none}button,input{font:inherit}img{display:block;max-width:100%}.fruit-line{position:fixed;top:0;left:0;right:0;height:8px;background:linear-gradient(90deg,#F3D7B0,#F7C77A);z-index:1000}.fruit-line-inner{height:100%;display:flex;align-items:center;justify-content:space-between;font-size:0}.brand-mini{position:absolute;top:9px;left:max(16px,calc((100vw - 1130px)/2));font-size:12px;color:#3A2A18}.text-btn{position:absolute;top:8px;right:max(16px,calc((100vw - 1130px)/2));height:34px;border:0;background:transparent;color:#3A2A18;cursor:pointer}.fruit-bar{position:fixed;top:8px;left:0;right:0;height:50px;background:#FFF6E8;border-bottom:1px solid rgba(232,155,74,.55);z-index:999}.fruit-bar-inner{height:50px;display:flex;align-items:center;justify-content:space-between;padding-top:8px}.brand{display:flex;align-items:center;min-width:120px;font-weight:800;color:#3A2A18}.brand img,.footer-brand-row img,.drawer-brand img{max-height:24px;width:auto;object-fit:contain}.bar-actions{display:flex;gap:8px;align-items:center}.square-btn,.primary-btn,.secondary-btn{min-height:44px;border-radius:12px;padding:0 16px;border:1px solid #E89B4A;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.square-btn{background:#FFFBF4;color:#3A2A18}.primary-btn{background:#E89B4A;color:#3A2A18;font-weight:700}.primary-btn.compact{min-height:40px}.secondary-btn{background:#FFF6E8;color:#3A2A18}.fruit-tabs{position:fixed;top:58px;left:0;right:0;height:40px;background:#FFF6E8;z-index:998}.fruit-tabs-inner{height:40px;display:flex;align-items:center;justify-content:flex-end;gap:12px}.fruit-tabs a{position:relative;color:#7A6248}.fruit-tabs a.active{color:#3A2A18;font-weight:700}.fruit-tabs a.active:after{content:"";position:absolute;left:0;right:0;bottom:-7px;height:2px;background:#6B8F4E}.dot{color:#E89B4A}.site-main{padding-top:118px;padding-bottom:30px}.hero,.section{margin:0 auto 24px}.notice{display:flex;justify-content:space-between;gap:16px;align-items:center;background:#F3D7B0;border:1px solid rgba(58,42,24,.14);padding:12px 16px;border-radius:12px}.notice a{font-weight:800;color:#3A2A18}.cover-slot,.image-slot{background:#F3D7B0;border:1px solid rgba(58,42,24,.14);border-radius:14px;display:flex;align-items:center;justify-content:center;overflow:hidden}.cover-slot{margin-top:16px;max-height:230px;aspect-ratio:16/9}.cover-slot img{width:100%;height:100%;max-height:230px;object-fit:contain;object-position:center}.cover-fallback{font-size:28px;font-weight:800;color:#3A2A18}.hero-copy{max-width:820px;margin:20px auto;text-align:center}.eyebrow{color:#C4722A;font-weight:800}.hero-copy h1,.page-head h1{color:#3A2A18;font-size:clamp(28px,4vw,32px);line-height:1.25;margin:.25em 0}.hero-copy p,.page-head p{margin:0 auto 16px}.actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.card,.panel{background:#FFFBF4;border:1px solid rgba(58,42,24,.14);border-radius:14px;box-shadow:0 14px 36px rgba(58,42,24,.10);padding:18px}.card h2,.panel h2,.section h2{color:#3A2A18;margin:.2em 0 .5em}.card h3,.panel h3{color:#3A2A18}.image-slot{height:170px;margin-bottom:14px}.image-slot img{width:100%;height:100%;object-fit:contain;object-position:center}.wide-image{height:210px}.app-image{height:360px}.grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.status-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.status{padding:16px;border-radius:12px;background:#F3E0C4;border:1px solid rgba(58,42,24,.14)}.page-head{margin-bottom:20px}.kicker{display:inline-block;margin-bottom:6px;color:#6B8F4E;font-weight:800}.prose article{margin-bottom:18px}.prose h2{font-size:22px}.prose p{margin:.45em 0 1em}.quote-note{border-left:4px solid #6B8F4E;padding-left:14px;color:#7A6248}.mini-links{display:flex;gap:10px;flex-wrap:wrap}.mini-links a{padding:8px 12px;border:1px solid #E89B4A;border-radius:10px;background:#FFF6E8}.site-footer{background:#3A2A18;color:#F3D7B0;padding:34px 0 70px}.footer-inner{display:grid;gap:24px}.footer-brand-row{display:flex;align-items:center;gap:10px}.footer-brand-row strong{color:#FFF6E8}.footer-brand-row span{color:#F3D7B0;font-size:13px}.footer-brand p{max-width:830px}.footer-groups{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.footer-groups section{display:flex;flex-direction:column;gap:5px}.footer-groups h2{font-size:16px;color:#FFF6E8;margin:0 0 4px}.footer-groups a{color:#F3D7B0}.copyright{padding-top:14px;border-top:1px solid rgba(243,215,176,.18);font-size:14px}.overlay{position:fixed;inset:0;background:rgba(58,42,24,.34);opacity:0;visibility:hidden;pointer-events:none;transition:.2s;z-index:1001}.overlay.show{opacity:1;visibility:visible;pointer-events:auto}.fruit-drawer,.search-panel{position:fixed;right:max(0px,calc((100vw - 1130px)/2));top:58px;background:#FFF6E8;border-top:1px solid #E89B4A;box-shadow:0 18px 40px rgba(58,42,24,.18);z-index:1002;visibility:hidden;pointer-events:none;transform:translateY(-8px);opacity:0;transition:.2s}.fruit-drawer.open,.search-panel.open{visibility:visible;pointer-events:auto;transform:translateY(0);opacity:1}.fruit-drawer{width:min(380px,calc(100vw - 16px));max-height:400px;overflow:auto;border-radius:0 0 0 12px;padding:14px}.search-panel{width:min(440px,calc(100vw - 16px));padding:14px;border-radius:0 0 0 12px}.drawer-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.drawer-brand{display:flex;gap:8px;align-items:center}.drawer-group{margin:0 0 14px}.drawer-group h2{font-size:14px;color:#C4722A;margin:0 0 4px}.drawer-group a{display:block;padding:7px 2px;border-bottom:1px dashed rgba(58,42,24,.12)}.drawer-group a strong,.drawer-group a span{display:block}.drawer-group a span{font-size:13px;color:#7A6248}.search-look{display:block;background:#FFFBF4;border:1px solid rgba(58,42,24,.14);border-radius:12px;padding:12px}.search-look span{display:block;color:#7A6248;font-size:14px;margin-bottom:8px}.search-look input{width:100%;min-height:44px;border:1px solid rgba(58,42,24,.18);border-radius:10px;padding:0 12px;background:#FFF6E8;color:#3A2A18}.preset-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.preset-links a{padding:8px 10px;border:1px solid #E89B4A;border-radius:10px}.locked{overflow:hidden}.mobile-bottom{display:none}.faq-list article{background:#FFFBF4;border:1px solid rgba(58,42,24,.14);border-radius:12px;padding:16px;margin-bottom:12px}.faq-list h2{font-size:18px;margin:0 0 8px}.legal-list{padding-left:1.2em}.legal-list li{margin-bottom:.5em}.service-note{background:#F3E0C4;border-left:4px solid #6B8F4E;padding:14px;border-radius:0 12px 12px 0}.card:hover,.panel:hover{transform:translateY(-1px)}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid rgba(107,143,78,.45);outline-offset:2px}@media(max-width:800px){.fruit-tabs{display:none}.site-main{padding-top:82px;padding-bottom:84px}.brand-mini{display:none}.text-btn{top:8px}.fruit-bar-inner{padding-top:8px}.two-col,.grid-4,.grid-3,.status-grid{grid-template-columns:1fr}.image-slot{height:170px}.app-image{height:320px}.footer-groups{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer{padding-bottom:90px}.fruit-drawer{right:8px;left:8px;width:auto;top:58px;max-height:60vh;border-radius:0 0 12px 12px}.search-panel{right:8px;left:8px;width:auto}.mobile-bottom{position:fixed;left:0;right:0;bottom:0;height:calc(50px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:#FFF6E8;border-top:1px solid rgba(58,42,24,.14);z-index:900;display:grid;grid-template-columns:repeat(5,1fr)}.mobile-bottom a{display:flex;align-items:center;justify-content:center;min-height:50px;color:#7A6248}.mobile-bottom a.active{background:#E89B4A;color:#3A2A18;font-weight:800}.notice{align-items:flex-start;flex-direction:column}.hero-copy{text-align:left}.actions{justify-content:flex-start}}