:root{--bg:#F7FBF4;--deep:#E8F3E4;--paper:#FFFEFA;--soft:#FFF3F0;--title:#1E3A24;--text:#2A2A2A;--muted:#5A6358;--sub:#7A8476;--red:#E23C3C;--red2:#B91C1C;--green:#2D6A3E;--light:#7BC47D;--line:rgba(30,58,36,.14);--shadow:0 14px 36px rgba(30,58,36,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.75 -apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;overflow-x:hidden}body.locked{overflow:hidden}a{color:inherit;text-decoration:none}button{font:inherit}.wrap{width:min(1160px,calc(100% - 32px));margin:auto}.site-top{position:fixed;inset:0 0 auto;z-index:60}.melon-line{height:11px;background:var(--red);color:#fff;font-size:8px;line-height:11px}.line-inner{height:11px;display:flex;align-items:center;justify-content:space-between}.micro-brand{color:#fff;letter-spacing:.08em}.text-button{border:0;background:transparent;color:#fff;padding:0 4px;font-size:8px;line-height:11px;cursor:pointer}.melon-bar{height:46px;background:rgba(247,251,244,.97);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.bar-inner{height:46px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;min-height:44px;color:var(--green);font-weight:800;font-size:20px}.brand-logo{display:block;max-height:24px;width:auto;object-fit:contain}.bar-actions{display:flex;align-items:center;gap:10px}.menu-button,.app-link,.button-primary,.button-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border-radius:12px;border:1px solid transparent;font-weight:700;cursor:pointer}.menu-button{background:var(--paper);border-color:var(--line);color:var(--green)}.app-link,.button-primary{background:var(--red);color:#fff}.button-secondary{background:var(--bg);border-color:var(--red);color:var(--green)}.melon-tabs{height:42px;background:rgba(247,251,244,.98);border-bottom:1px solid var(--line)}.tab-inner{height:42px;display:flex;align-items:center;justify-content:center;gap:0}.tab-inner a{position:relative;padding:0 18px;color:var(--green);font-size:14px;line-height:42px}.tab-inner a+a:before{content:"";position:absolute;left:0;top:13px;width:1px;height:16px;background:rgba(45,106,62,.35)}.tab-inner a.active{color:var(--red);font-weight:800}.tab-inner a.active:after{content:"";position:absolute;left:18px;right:18px;bottom:5px;height:2px;background:var(--green)}.site-main{padding-top:115px;min-height:65vh}.hero,.page-hero{padding:36px 0 26px}.hero-media,.media-slot{background:var(--deep);border:1px solid var(--line);border-radius:16px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-media{min-height:210px;max-height:230px}.hero-media img{width:100%;height:230px;object-fit:contain;object-position:center}.media-slot{min-height:166px}.media-slot img,.card-media img{width:100%;height:176px;object-fit:contain;object-position:center}.fallback-title{color:var(--green);font-size:28px;font-weight:800}.hero-copy{max-width:820px;margin:24px auto 0;text-align:center}.eyebrow{color:var(--red);font-weight:800;letter-spacing:.08em}.hero h1,.page-hero h1{margin:4px 0 12px;color:var(--title);font-size:clamp(28px,4vw,32px);line-height:1.25}.hero-copy p,.lede{color:var(--muted);margin:0 auto;max-width:860px}.button-row{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:20px}.section{padding:34px 0}.section.alt{background:var(--deep)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:18px}.section-head h2{margin:0;color:var(--title);font-size:24px}.section-head p{margin:0;color:var(--muted);max-width:680px}.two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.four-col{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.three-col{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.content-card,.text-card,.status-card,.faq-item{background:var(--paper);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);overflow:hidden}.content-card .copy,.text-card,.status-card{padding:18px}.content-card h3,.text-card h2,.text-card h3,.status-card h3{color:var(--title);margin:0 0 8px}.content-card p,.text-card p,.status-card p{margin:0 0 10px;color:var(--muted)}.content-card a,.text-card a,.inline-link{color:var(--red2);font-weight:700}.feature-row{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:24px;align-items:center}.feature-row.reverse{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr)}.feature-copy h2{margin:0 0 10px;color:var(--title);font-size:25px}.feature-copy p{color:var(--muted)}.long-copy{max-width:900px}.long-copy h2{color:var(--title);margin:30px 0 8px;font-size:23px}.long-copy h3{color:var(--green);margin:22px 0 6px}.long-copy p{margin:0 0 16px}.note{border-left:4px solid var(--red);background:var(--soft);padding:14px 16px;border-radius:0 12px 12px 0;color:var(--title)}.fact{border-left:4px solid var(--green);background:var(--deep);padding:14px 16px;border-radius:0 12px 12px 0}.status-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.status-card{box-shadow:none}.status-dot{display:inline-block;width:10px;height:10px;border-radius:50%;background:var(--red);margin-right:8px}.plain-list{margin:0;padding-left:1.2em}.plain-list li{margin:.45em 0}.page-hero .wrap{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:center}.page-hero .media-slot{min-height:210px}.page-hero .media-slot img{height:210px;object-fit:contain}.faq-list{display:grid;gap:14px}.faq-item{padding:18px}.faq-item h2{font-size:18px;color:var(--title);margin:0 0 8px}.faq-item p{margin:0;color:var(--muted)}.site-footer{background:var(--title);color:#E8F3E4;padding:38px 0 calc(28px + env(safe-area-inset-bottom))}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:26px}.footer-brand-link{display:flex;align-items:center;gap:10px;margin-bottom:12px}.footer-logo{height:24px;width:auto;object-fit:contain}.footer-brand p{color:#CFE0CF;margin:0}.site-footer h2{font-size:16px;margin:0 0 8px;color:#fff}.site-footer a{display:block;color:#E8F3E4;padding:3px 0}.copyright{border-top:1px solid rgba(255,255,255,.15);padding-top:18px;margin-top:24px;color:#CFE0CF}.overlay{position:fixed;inset:0;background:rgba(16,38,22,.44);z-index:70}.melon-drawer,.search-panel{position:fixed;z-index:80;background:var(--bg);border:1px solid var(--line);box-shadow:var(--shadow);visibility:hidden;pointer-events:none;opacity:0;transition:.2s ease}.melon-drawer{left:0;top:57px;width:300px;height:58vh;border-radius:0 0 12px 0;border-top:2px solid var(--red);transform:translateY(-10px)}.melon-drawer.open,.search-panel.open{visibility:visible;pointer-events:auto;opacity:1;transform:none}.drawer-head,.search-head{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid var(--line)}.drawer-brand{display:flex;align-items:center;gap:8px;color:var(--green)}.drawer-brand img{height:22px;width:auto;object-fit:contain}.close-button{min-width:44px;min-height:44px;border:1px solid var(--line);border-radius:12px;background:var(--paper);color:var(--green);cursor:pointer}.drawer-body{height:calc(58vh - 70px);overflow:auto;padding:14px}.drawer-body section{margin-bottom:18px}.drawer-body h2{font-size:14px;color:var(--red);margin:0 0 8px}.drawer-body a{display:block;padding:9px 8px;border-radius:10px}.drawer-body a:hover{background:var(--deep)}.drawer-body b{display:block;color:var(--title)}.drawer-body span{display:block;color:var(--muted);font-size:13px}.search-panel{top:57px;left:max(16px,calc((100% - min(1160px,calc(100% - 32px)))/2));width:460px;border-radius:0 0 14px 14px;transform:translateY(-10px)}.search-look{margin:14px;border:1px solid var(--line);border-radius:12px;background:var(--paper);padding:14px;color:var(--muted)}.search-links{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;padding:0 14px 14px}.search-links a{min-height:44px;display:flex;align-items:center;padding:0 12px;border-radius:10px;background:var(--deep);color:var(--green);font-weight:700}.mobile-bottom{display:none}a:focus-visible,button:focus-visible{outline:3px solid rgba(226,60,60,.35);outline-offset:2px}.content-card:hover{transform:translateY(-2px);transition:.18s ease}@media(max-width:860px){.four-col{grid-template-columns:repeat(2,1fr)}.three-col{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr 1fr}.footer-brand{grid-column:1/-1}.page-hero .wrap,.feature-row,.feature-row.reverse{grid-template-columns:1fr}.page-hero .copy{order:1}.page-hero .media-slot{order:2}.status-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.wrap{width:calc(100% - 32px)}.melon-tabs{display:none}.site-main{padding-top:57px;padding-bottom:66px}.bar-actions{gap:6px}.menu-button,.app-link{padding:0 11px}.two-col,.four-col,.three-col,.status-grid{grid-template-columns:1fr}.hero,.page-hero{padding-top:24px}.hero-media{min-height:180px}.hero-media img{height:210px}.section{padding:26px 0}.section-head{display:block}.section-head p{margin-top:6px}.melon-drawer{top:57px;width:calc(100% - 20px);height:62vh}.drawer-body{height:calc(62vh - 70px)}.search-panel{top:57px;left:10px;right:10px;width:auto}.mobile-bottom{position:fixed;z-index:50;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(--paper);border-top:1px solid var(--line)}.mobile-bottom a{display:flex;align-items:center;justify-content:center;min-height:50px;color:var(--green);font-size:13px}.mobile-bottom a.active{background:var(--red);color:#fff}.footer-grid{grid-template-columns:1fr 1fr}.site-footer{padding-bottom:calc(72px + env(safe-area-inset-bottom))}}
