:root{--bg:#F4FBF4;--deep:#E4F3E6;--surface:#fff;--soft:#D8EDDC;--ink:#14321C;--text:#2A4632;--muted:#5E7A64;--aux:#88A090;--green:#1F8A4C;--mint:#3CB371;--forest:#0F3D24;--gold:#C9A227;--border:rgba(31,138,76,.22);--gold-border:rgba(201,162,39,.36);--shadow:0 16px 36px rgba(20,50,28,.10);--radius:14px;--top:113px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;font-size:16px;line-height:1.75;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font:inherit}img{max-width:100%;display:block}.shell{width:min(1200px,calc(100% - 32px));margin:0 auto}.site-header{position:fixed;inset:0 0 auto;z-index:80;box-shadow:0 6px 22px rgba(15,61,36,.06)}.vinebar{height:11px;background:var(--green);color:#F4FBF4;font-size:8px;line-height:11px}.vinebar-inner{display:flex;align-items:center;justify-content:space-between;height:100%}.text-button{position:relative;border:0;background:none;color:#F4FBF4;padding:0 2px;cursor:pointer;font-size:8px}.text-button:before{content:"";position:absolute;inset:-17px -10px}.stagebar{height:62px;background:#FFFDF2;border-bottom:1px solid var(--border)}.stagebar-inner{display:flex;align-items:center;justify-content:space-between;height:100%;gap:16px}.brand-link,.panel-brand{display:flex;align-items:center;gap:10px;min-width:0}.brand-logo{height:28px;width:auto;max-width:180px;object-fit:contain;object-position:left center}.brand-text{font-size:22px;font-weight:800;color:var(--forest);letter-spacing:.04em}.stage-actions{display:flex;align-items:center;gap:10px}.stage-button,.button-link{min-height:44px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:12px;padding:0 16px;background:#FFFDF2;color:var(--forest);font-weight:700;cursor:pointer}.stage-button.primary,.button-link.primary{background:linear-gradient(135deg,#3CB371 0%,#1F8A4C 56%,#0F3D24 100%);color:#F4FBF4;border-color:transparent}.fresh-tabs{height:40px;background:#DDF2E2;border-bottom:1px solid var(--border)}.fresh-tabs-inner{height:100%;display:flex;align-items:center;justify-content:center;gap:28px}.fresh-tabs a{position:relative;font-weight:700;color:var(--muted);padding:8px 4px 7px}.fresh-tabs a.active{color:var(--forest)}.fresh-tabs a.active:after{content:"";position:absolute;left:50%;bottom:0;width:28px;height:3px;background:var(--green);border-radius:3px;transform:translateX(-50%)}.site-main{padding-top:calc(var(--top) + 28px);min-height:70vh}.hero,.section-card,.wide-note,.article-shell,.faq-shell{background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow)}.hero{padding:32px;margin-bottom:24px}.hero h1{font-size:clamp(28px,4vw,32px);line-height:1.25;color:var(--ink);margin:0 0 12px}.hero p{margin:0;color:var(--muted);max-width:820px}.kicker{display:inline-flex;align-items:center;gap:7px;color:var(--green);font-weight:800;font-size:14px;letter-spacing:.04em;margin-bottom:10px}.kicker:before{content:"";width:20px;height:3px;border-radius:3px;background:var(--gold)}.intro-strip{display:flex;justify-content:space-between;align-items:center;gap:18px;background:#DDF2E2;color:var(--forest);border:1px solid var(--border);border-radius:14px;padding:12px 16px;margin-bottom:20px;font-weight:700}.grid-2,.grid-3,.grid-4{display:grid;gap:18px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.section-card{padding:22px}.section-card h2,.wide-note h2,.article-shell h2,.faq-shell h2{color:var(--ink);font-size:22px;line-height:1.35;margin:0 0 10px}.section-card h3{margin:14px 0 6px;color:var(--forest);font-size:18px}.section-card p,.wide-note p,.article-shell p,.faq-shell p{margin:0 0 12px}.section-card p:last-child,.wide-note p:last-child,.article-shell p:last-child,.faq-shell p:last-child{margin-bottom:0}.content-image,.home-image,.app-image{width:100%;height:160px;object-fit:contain;object-position:center;background:#F8FFF9;border:1px solid rgba(31,138,76,.12);border-radius:12px;margin-bottom:16px}.home-image.tall{height:180px}.banner-image{width:100%;max-height:240px;object-fit:contain;object-position:center;background:#E4F3E6;border-radius:14px;border:1px solid var(--border)}.app-image{height:360px;max-height:420px}.image-placeholder{background:linear-gradient(145deg,#EFF8F0,#DCEFE0);border:1px dashed rgba(31,138,76,.30);min-height:140px}.image-placeholder.banner-image{min-height:210px}.image-placeholder.app-image{min-height:320px}.home-section{margin:0 auto 24px}.home-banner{padding:24px;background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);text-align:center}.home-banner .banner-image{margin-bottom:18px}.home-banner h2{font-size:14px;text-transform:uppercase;letter-spacing:.12em;color:var(--green);margin:0 0 6px}.home-banner h3{font-size:26px;line-height:1.35;color:var(--ink);margin:0 auto 10px}.home-banner p{max-width:820px;margin:0 auto 16px}.text-links{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.text-links a{color:var(--forest);font-weight:800;border-bottom:2px solid var(--gold);padding:6px 2px}.wide-note{padding:26px;margin-bottom:24px}.wide-note.has-image{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.3fr);gap:24px;align-items:center}.wide-note .content-image{margin:0;height:190px}.status-grid .status{background:#F8FFF9;border:1px solid var(--border);border-radius:14px;padding:18px}.status strong{display:block;color:var(--forest);font-size:18px;margin-bottom:5px}.tag-row,.meta-row{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}.tag{display:inline-flex;align-items:center;min-height:34px;padding:5px 10px;border-radius:10px;background:#E7F5EA;color:var(--forest);border:1px solid var(--border);font-weight:700;font-size:14px}.article-shell{padding:30px;margin-bottom:24px}.article-shell .lead{font-size:18px;color:var(--ink);border-left:4px solid var(--gold);padding-left:14px}.article-section{padding:22px 0;border-top:1px solid rgba(31,138,76,.13)}.article-section:first-of-type{border-top:0}.article-section h2{margin-bottom:10px}.numbered-list{counter-reset:item}.numbered-item{position:relative;padding:20px 20px 20px 62px;background:#fff;border:1px solid var(--border);border-radius:14px;margin-bottom:14px}.numbered-item:before{counter-increment:item;content:counter(item,decimal-leading-zero);position:absolute;left:18px;top:18px;color:var(--gold);font-size:20px;font-weight:900}.person-grid .section-card{min-height:230px}.timeline{display:grid;gap:14px}.timeline-item{display:grid;grid-template-columns:120px 1fr;gap:18px;background:#fff;border:1px solid var(--border);border-radius:14px;padding:18px}.timeline-item strong{color:var(--forest)}.faq-shell{padding:28px;margin-bottom:24px}.faq-item{border-top:1px solid rgba(31,138,76,.14);padding:18px 0}.faq-item:first-of-type{border-top:0}.faq-item h2{font-size:18px}.notice{background:#FFF9DE;border:1px solid var(--gold-border);border-radius:14px;padding:16px;color:#4B452B;margin:18px 0}.site-footer{background:var(--forest);color:#E4F3E6;margin-top:56px;padding:42px 0 calc(26px + env(safe-area-inset-bottom))}.footer-head{display:flex;justify-content:space-between;align-items:flex-start;gap:28px;padding-bottom:28px;border-bottom:1px solid rgba(228,243,230,.16)}.footer-brand{display:flex;align-items:center;gap:12px;min-width:220px}.footer-brand div{display:flex;flex-direction:column}.footer-brand span{font-size:12px;color:#A9D9B8}.footer-head p{margin:0;max-width:760px;color:#C9E3D0}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding:28px 0}.footer-grid h2{font-size:14px;color:#A9D9B8;margin:0 0 9px}.footer-grid a{display:block;color:#F4FBF4;padding:4px 0}.footer-bottom{font-size:13px;color:#A9D9B8;border-top:1px solid rgba(228,243,230,.12);padding-top:18px}.screen-overlay{position:fixed;inset:0;background:rgba(8,31,18,.42);opacity:0;visibility:hidden;pointer-events:none;transition:.2s;z-index:90}.screen-overlay.open{opacity:1;visibility:visible;pointer-events:auto}.basket-panel,.search-panel{position:fixed;top:73px;background:#FFFDF2;border:1px solid var(--border);box-shadow:0 24px 60px rgba(15,61,36,.18);z-index:100;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-10px);transition:.22s}.basket-panel.open,.search-panel.open{opacity:1;visibility:visible;pointer-events:auto;transform:none}.basket-panel{left:max(16px,calc((100vw - 1200px)/2));width:min(500px,calc(100vw - 32px));max-height:calc(100vh - 90px);overflow:auto;border-radius:0 0 14px 14px;border-top:3px solid var(--green)}.search-panel{right:max(16px,calc((100vw - 1200px)/2));width:min(460px,calc(100vw - 32px));padding:18px;border-radius:0 0 14px 14px}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border-bottom:1px solid var(--border)}.icon-button{min-height:44px;border:1px solid var(--border);background:#fff;border-radius:12px;color:var(--forest);padding:0 13px;cursor:pointer}.basket-grid{display:grid;grid-template-columns:1fr 1fr;gap:4px 22px;padding:16px 18px 22px}.basket-grid h2{font-size:13px;color:var(--green);margin:8px 0}.basket-grid a{display:block;padding:9px 0;border-bottom:1px solid rgba(31,138,76,.10)}.basket-grid strong,.basket-grid span{display:block}.basket-grid strong{color:var(--forest);font-size:15px}.basket-grid span{font-size:12px;color:var(--muted);line-height:1.5;margin-top:2px}.search-visual{min-height:54px;border:1px solid var(--border);border-radius:12px;background:#F4FBF4;display:flex;align-items:center;padding:0 14px;color:var(--muted);margin:14px 0}.preset-links{display:flex;flex-wrap:wrap;gap:8px}.preset-links a{border:1px solid var(--border);background:#fff;border-radius:10px;padding:8px 10px;color:var(--forest);font-weight:700}.panel-open{overflow:hidden}.mobile-bottom{display:none}.button-link:hover,.stage-button:hover,.fresh-tabs a:hover,.footer-grid a:hover,.preset-links a:hover,.basket-grid a:hover{filter:brightness(.97)}a:focus-visible,button:focus-visible{outline:3px solid rgba(201,162,39,.60);outline-offset:3px}.section-nav{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 24px}.section-nav a{min-height:40px;display:inline-flex;align-items:center;padding:0 12px;background:#fff;border:1px solid var(--border);border-radius:10px;color:var(--forest);font-weight:700}.app-layout{display:grid;grid-template-columns:minmax(240px,.65fr) minmax(0,1.35fr);gap:28px;align-items:start}.small-icon{width:64px;height:64px;object-fit:contain;border-radius:14px}.mobile-card{background:#fff;border:1px solid var(--border);border-radius:18px;padding:22px;box-shadow:var(--shadow)}@media(max-width:820px){:root{--top:73px}.fresh-tabs{display:none}.site-main{padding-top:calc(var(--top) + 22px)}.grid-3,.grid-4,.footer-grid{grid-template-columns:1fr 1fr}.wide-note.has-image,.app-layout{grid-template-columns:1fr}.basket-panel{top:73px;left:16px;width:calc(100vw - 32px);max-height:60vh}.search-panel{top:73px;right:16px;width:calc(100vw - 32px)}.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);display:grid;grid-template-columns:repeat(5,1fr);background:#FFFDF2;border-top:1px solid var(--border);z-index:70}.mobile-bottom a{display:flex;align-items:center;justify-content:center;color:var(--forest);font-size:13px;font-weight:800}.mobile-bottom a.active{background:var(--green);color:#F4FBF4}.site-footer{padding-bottom:calc(76px + env(safe-area-inset-bottom))}.footer-head{flex-direction:column}.timeline-item{grid-template-columns:1fr}.app-image{height:320px}}@media(max-width:620px){.shell{width:calc(100% - 32px)}.stage-actions{gap:6px}.stage-button{padding:0 11px;font-size:14px}.brand-logo{max-width:132px;height:26px}.brand-text{font-size:20px}.hero,.section-card,.article-shell,.faq-shell,.wide-note,.home-banner{padding:20px}.grid-2,.grid-3,.grid-4,.footer-grid{grid-template-columns:1fr}.basket-grid{grid-template-columns:1fr}.home-image,.content-image{height:150px}.home-image.tall{height:160px}.banner-image{max-height:220px}.intro-strip{align-items:flex-start;flex-direction:column}.footer-grid{gap:12px}.footer-grid section{padding-bottom:12px;border-bottom:1px solid rgba(228,243,230,.10)}.numbered-item{padding-left:54px}.wide-note .content-image{height:160px}}
