:root{font-family:Segoe UI Variable,PingFang SC,Microsoft YaHei,system-ui,sans-serif;color:#12222c;background:#f4f7f8;font-synthesis:none;text-rendering:optimizeLegibility;color-scheme:light dark;--bg: #f4f7f8;--surface: #ffffff;--surface-soft: #eaf0f2;--surface-strong: #dbe7e9;--ink: #12222c;--muted: #5a6972;--subtle: #7b8990;--line: #d8e1e4;--navy: #102b3b;--navy-2: #183c4c;--navy-text: #eef7f7;--accent: #087f73;--accent-strong: #05655c;--accent-soft: #d9efeb;--danger: #b23c45;--danger-soft: #f8e7e9;--shadow: 0 18px 55px rgba(20, 58, 70, .09);--shadow-soft: 0 8px 24px rgba(20, 58, 70, .07);--radius: 16px;--radius-sm: 10px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px}body{margin:0;min-width:320px;min-height:100dvh;background:var(--bg);color:var(--ink)}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}h1,h2,h3,p{margin-top:0}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid color-mix(in srgb,var(--accent) 35%,transparent);outline-offset:3px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{width:min(1200px,calc(100% - 48px));margin-inline:auto}.section{padding:96px 0}.button{min-height:46px;padding:0 20px;border:1px solid transparent;border-radius:var(--radius-sm);display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;white-space:nowrap;cursor:pointer;transition:transform .18s ease,background-color .18s ease,border-color .18s ease,color .18s ease,opacity .18s ease}.button:hover{transform:translateY(-1px)}.button:active{transform:translateY(1px) scale(.99)}.button:disabled{opacity:.52;cursor:not-allowed;transform:none}.button-primary{background:var(--navy);color:#f4fbfb}.button-primary:hover{background:var(--navy-2)}.button-secondary{background:var(--surface);color:var(--navy);border-color:var(--line)}.button-secondary:hover{border-color:var(--accent)}.button-accent{background:#0a8c7e;color:#f5fffd}.button-accent:hover{background:#08776c}.button-ghost-dark{background:transparent;color:var(--navy-text);border-color:#ffffff47}.button-ghost-dark:hover{background:#ffffff14;border-color:#ffffff7a}.button-wide{width:100%}.site-header{position:sticky;top:0;z-index:30;background:color-mix(in srgb,var(--bg) 90%,transparent);border-bottom:1px solid color-mix(in srgb,var(--line) 72%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.header-inner{height:72px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:inline-flex;align-items:center;gap:11px;flex-shrink:0}.brand-symbol{width:34px;height:34px;border-radius:10px;background:var(--navy);position:relative;display:inline-grid;place-items:center;overflow:hidden}.brand-symbol:before,.brand-symbol:after,.brand-symbol span{content:"";position:absolute;width:4px;border-radius:3px;background:#4abaaa;transform:rotate(35deg)}.brand-symbol:before{height:15px;left:10px;top:10px}.brand-symbol span{height:22px;left:16px;top:6px}.brand-symbol:after{height:12px;left:22px;top:11px}.brand-copy{display:flex;flex-direction:column;line-height:1.05}.brand-copy strong{font-size:17px;letter-spacing:-.04em}.brand-copy small{margin-top:5px;color:var(--subtle);font-size:8px;letter-spacing:.16em;font-weight:700}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:34px;margin-left:auto}.desktop-nav a{color:var(--muted);font-size:14px;font-weight:650;transition:color .18s ease}.desktop-nav a:hover{color:var(--accent)}.button-header{min-height:42px;padding-inline:16px;background:var(--navy);color:#f4fbfb}.hero-section{min-height:calc(100dvh - 72px);display:grid;align-items:center;background:var(--navy);color:var(--navy-text);overflow:hidden;position:relative}.hero-section:before{content:"";position:absolute;inset:auto -10% -42% 45%;height:78%;background:radial-gradient(circle,rgba(29,143,131,.22),transparent 68%);pointer-events:none}.hero-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(430px,1.08fr);gap:7vw;align-items:center;padding-top:56px;padding-bottom:56px;position:relative}.hero-copy{max-width:580px}.eyebrow{margin-bottom:18px;color:#75d1c3;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.eyebrow.light{color:var(--accent)}.hero-copy h1{max-width:650px;margin-bottom:22px;font-size:clamp(42px,5.1vw,68px);line-height:1.08;letter-spacing:-.055em}.hero-description{max-width:500px;margin-bottom:30px;color:#bfd0d4;font-size:18px;line-height:1.8}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.hero-visual{position:relative;padding:8px 12px 42px}.hero-image-frame{aspect-ratio:1.12;background:#f2f4f3;border-radius:var(--radius);overflow:hidden;box-shadow:0 26px 80px #02101852;transform:rotate(1.5deg)}.hero-image-frame img{width:100%;height:100%;object-fit:cover;transform:scale(1.15)}.hero-note{position:absolute;left:-24px;bottom:0;width:min(330px,80%);padding:16px;display:flex;align-items:center;gap:12px;color:var(--ink);background:#eef8f6;border-radius:var(--radius-sm);box-shadow:var(--shadow)}.hero-note svg{color:var(--accent);flex:0 0 auto}.hero-note div{display:flex;flex-direction:column;gap:3px}.hero-note strong{font-size:14px}.hero-note span{color:#5b6b70;font-size:12px}.announcement-bar{background:var(--accent-soft);color:#174f4b;border-bottom:1px solid color-mix(in srgb,var(--accent) 20%,transparent)}.announcement-inner{min-height:46px;display:flex;align-items:center;justify-content:center;gap:9px}.announcement-inner p{margin:0;font-size:13px;font-weight:650;text-align:center}.announcement-inner svg{flex:0 0 auto}.proof-strip{background:var(--surface);border-bottom:1px solid var(--line)}.proof-grid{min-height:106px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center}.proof-grid>div{min-width:0;padding:0 24px;display:flex;align-items:center;gap:13px;border-right:1px solid var(--line)}.proof-grid>div:first-child{padding-left:0}.proof-grid>div:last-child{padding-right:0;border-right:0}.proof-grid svg{color:var(--accent);flex:0 0 auto}.proof-grid span{display:flex;flex-direction:column;gap:3px;color:var(--muted);font-size:12px}.proof-grid strong{color:var(--ink);font-size:14px}.section-heading{max-width:690px;margin-bottom:36px}.section-heading.compact{margin-bottom:32px}.section-heading h2,.supply-copy h2,.contact-copy h2,.faq-heading h2{margin-bottom:14px;font-size:clamp(31px,4vw,48px);line-height:1.12;letter-spacing:-.045em}.section-heading p:not(.eyebrow),.supply-copy>p,.contact-copy>p,.faq-heading p{color:var(--muted);font-size:16px;line-height:1.75}.catalog-tools{margin-bottom:26px;display:flex;align-items:center;justify-content:space-between;gap:20px}.search-box{width:310px;min-height:46px;padding:0 13px;display:flex;align-items:center;gap:10px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm)}.search-box:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 15%,transparent)}.search-box svg{color:var(--subtle);flex:0 0 auto}.search-box input{width:100%;min-width:0;border:0;outline:0;color:var(--ink);background:transparent}.search-box input::placeholder{color:#718087}.search-box button{padding:4px;display:grid;place-items:center;background:transparent;border:0;cursor:pointer}.category-scroll{display:flex;align-items:center;gap:8px;overflow-x:auto;scrollbar-width:thin}.category-scroll button{min-height:38px;padding:0 13px;border:1px solid var(--line);border-radius:var(--radius-sm);background:transparent;color:var(--muted);font-size:13px;font-weight:700;white-space:nowrap;cursor:pointer}.category-scroll button.active{background:var(--navy);border-color:var(--navy);color:#f5fbfb}.product-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}.product-card{grid-column:span 6;min-width:0;display:grid;grid-template-columns:minmax(180px,.9fr) minmax(0,1.1fr);overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 1px #fff9;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.product-card:nth-child(1){grid-column:span 7}.product-card:nth-child(2){grid-column:span 5;grid-template-columns:1fr}.product-card:nth-child(2) .product-image-button{aspect-ratio:2.2}.product-card:nth-child(3),.product-card:nth-child(4),.product-card:nth-child(5){grid-column:span 4;grid-template-columns:1fr}.product-card:nth-child(3) .product-image-button,.product-card:nth-child(4) .product-image-button,.product-card:nth-child(5) .product-image-button{aspect-ratio:1.5}.product-card:nth-child(6){grid-column:span 12;grid-template-columns:.72fr 1.28fr}.product-card:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--accent) 38%,var(--line));box-shadow:var(--shadow-soft)}.product-image-button{min-width:0;padding:0;border:0;border-right:1px solid var(--line);background:#edf1f2;overflow:hidden;cursor:pointer}.product-image-button img{width:100%;height:100%;min-height:220px;object-fit:cover;transition:transform .45s cubic-bezier(.16,1,.3,1)}.product-card:hover .product-image-button img{transform:scale(1.035)}.product-card-body{min-width:0;padding:22px;display:flex;flex-direction:column}.product-card-topline{margin-bottom:18px;display:flex;justify-content:space-between;gap:10px;color:var(--accent);font-size:11px;font-weight:800}.product-card-topline span:last-child{color:var(--subtle);text-align:right}.product-card h3{margin-bottom:3px;font-size:26px;letter-spacing:-.035em}.product-subtitle{margin-bottom:13px;color:var(--muted);font-size:13px;font-weight:650}.product-summary{margin-bottom:18px;color:var(--muted);font-size:13px;line-height:1.7}.product-facts{margin-top:auto;margin-bottom:18px;display:flex;flex-wrap:wrap;gap:7px}.product-facts span{padding:6px 8px;background:var(--surface-soft);border-radius:7px;color:var(--muted);font-size:11px;font-weight:700}.product-actions{padding-top:14px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line)}.text-button,.icon-button{border:0;background:transparent;color:var(--navy);cursor:pointer}.text-button{padding:7px 0;display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:800}.icon-button{width:38px;height:38px;border-radius:var(--radius-sm);display:grid;place-items:center;background:var(--accent-soft);color:var(--accent)}.empty-state{min-height:340px;padding:48px;display:grid;place-items:center;align-content:center;text-align:center;background:var(--surface);border:1px dashed var(--line);border-radius:var(--radius)}.empty-state svg{color:var(--accent);margin-bottom:14px}.empty-state h3{margin-bottom:6px}.empty-state p{color:var(--muted)}.supply-section{background:var(--surface)}.supply-layout{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:7vw;align-items:center}.supply-copy>p{max-width:570px}.supply-steps{margin-top:34px;display:grid;gap:0}.supply-steps>div{padding:18px 0;display:grid;grid-template-columns:110px 1fr;gap:24px;border-bottom:1px solid var(--line)}.supply-steps span{color:var(--accent);font-size:13px;font-weight:800}.supply-steps p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}.supply-media-grid{display:grid;grid-template-columns:1.25fr .75fr;grid-template-rows:1fr 1fr;gap:12px}.supply-media-grid figure{margin:0;min-height:190px;display:flex;flex-direction:column;overflow:hidden;background:var(--surface-soft);border-radius:var(--radius)}.supply-media-grid .media-large{grid-row:span 2;min-height:420px}.supply-media-grid img{width:100%;height:100%;min-height:0;flex:1;object-fit:cover}.supply-media-grid figcaption{padding:11px 13px;color:var(--muted);font-size:11px;font-weight:650}.verification-card{min-height:190px;padding:22px;display:flex;flex-direction:column;justify-content:flex-end;background:var(--navy);color:var(--navy-text);border-radius:var(--radius)}.verification-card svg{margin-bottom:auto;color:#57c6b8}.verification-card strong{margin:16px 0 6px}.verification-card p{margin:0;color:#b8ccd0;font-size:12px;line-height:1.6}.service-section{background:var(--bg)}.service-bento{display:grid;grid-template-columns:1.15fr .85fr .85fr;gap:14px}.service-bento article{min-height:210px;padding:26px;display:flex;flex-direction:column;justify-content:flex-end;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.service-bento .service-main{grid-row:span 2;min-height:434px;background:var(--navy);color:var(--navy-text);border-color:var(--navy)}.service-bento article:nth-child(4){grid-column:span 2;min-height:210px}.service-bento svg{margin-bottom:auto;color:var(--accent)}.service-bento .service-main svg{color:#55c6b7}.service-bento h3{margin:18px 0 8px;font-size:21px}.service-bento p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}.service-bento .service-main p{color:#bbced2}.service-bento a{margin-top:28px;display:inline-flex;align-items:center;gap:8px;color:#75d6c8;font-size:13px;font-weight:800}.contact-section{background:var(--navy);color:var(--navy-text)}.contact-layout{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:9vw;align-items:center}.contact-copy>p:not(.eyebrow){max-width:600px;color:#b8cdd1}.wechat-field{max-width:520px;margin-top:30px;padding:11px 12px 11px 17px;display:flex;align-items:center;justify-content:space-between;gap:20px;background:#ffffff14;border:1px solid rgba(255,255,255,.17);border-radius:var(--radius-sm)}.wechat-field span{display:flex;flex-direction:column;gap:3px}.wechat-field small{color:#9fb9be;font-size:11px}.wechat-field strong{font-size:19px;letter-spacing:.02em}.wechat-field button{min-height:42px;padding:0 14px;display:inline-flex;align-items:center;gap:7px;border:0;border-radius:8px;background:#58c7b8;color:#0a2f2d;font-weight:800;cursor:pointer}.contact-meta{margin-top:15px;display:flex;gap:20px;color:#91aeb3;font-size:12px}.qr-panel{padding:24px;display:grid;grid-template-columns:170px 1fr;gap:22px;align-items:center;background:#edf6f5;color:var(--ink);border-radius:var(--radius);transform:rotate(-1deg)}.qr-frame{aspect-ratio:1;padding:8px;overflow:hidden;background:#fff;border-radius:var(--radius-sm)}.qr-frame img{width:100%;height:100%;object-fit:cover}.qr-panel strong{font-size:17px}.qr-panel p{margin:8px 0 0;color:#5d6f73;font-size:12px;line-height:1.6}.faq-section{background:var(--surface)}.faq-layout{display:grid;grid-template-columns:.68fr 1.32fr;gap:8vw;align-items:start}.faq-heading p{max-width:360px}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{min-height:72px;padding:18px 2px;display:flex;align-items:center;justify-content:space-between;gap:20px;list-style:none;font-weight:750;cursor:pointer}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary svg{flex:0 0 auto;color:var(--accent);transition:transform .18s ease}.faq-list details[open] summary svg{transform:rotate(180deg)}.faq-list details p{max-width:680px;margin:-4px 0 22px;color:var(--muted);font-size:14px;line-height:1.75}.compliance-section{padding:26px 0;background:var(--surface-soft);border-top:1px solid var(--line)}.compliance-inner{display:flex;align-items:flex-start;gap:12px}.compliance-inner svg{color:var(--accent);flex:0 0 auto;margin-top:2px}.compliance-inner p{margin:0;color:var(--muted);font-size:12px;line-height:1.7}.site-footer{padding:38px 0;background:var(--bg)}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.footer-inner p,.footer-inner>a{margin:0;color:var(--subtle);font-size:12px}.footer-inner>a:hover{color:var(--accent)}.mobile-contact-bar{display:none}.dialog-backdrop{position:fixed;inset:0;z-index:80;padding:30px;display:grid;place-items:center;background:#051219a3;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.product-dialog{width:min(900px,100%);max-height:calc(100dvh - 60px);display:grid;grid-template-columns:.9fr 1.1fr;overflow:auto;position:relative;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 30px 100px #00000047}.dialog-close{position:absolute;top:14px;right:14px;z-index:2;width:40px;height:40px;display:grid;place-items:center;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);cursor:pointer}.dialog-image{min-height:520px;background:var(--surface-soft);overflow:hidden}.dialog-image img{width:100%;height:100%;object-fit:cover}.dialog-content{padding:48px}.dialog-kicker{margin-bottom:8px;color:var(--accent);font-size:12px;font-weight:800}.dialog-content h2{margin-bottom:3px;font-size:38px;letter-spacing:-.04em}.dialog-subtitle{color:var(--muted);font-weight:700}.dialog-content>p:not(.dialog-kicker,.dialog-subtitle){color:var(--muted);font-size:14px;line-height:1.7}.dialog-specs{margin:26px 0;display:grid;grid-template-columns:repeat(3,1fr);background:var(--surface-soft);border-radius:var(--radius-sm)}.dialog-specs>div{padding:14px;display:flex;flex-direction:column;gap:5px;border-right:1px solid var(--line)}.dialog-specs>div:last-child{border:0}.dialog-specs span{color:var(--subtle);font-size:10px}.dialog-specs strong{font-size:12px}.detail-list{margin:0 0 26px;padding:0;display:grid;gap:11px;list-style:none}.detail-list li{display:flex;align-items:flex-start;gap:9px;color:var(--muted);font-size:13px;line-height:1.5}.detail-list svg{color:var(--accent);flex:0 0 auto;margin-top:2px}.toast{position:fixed;left:50%;bottom:26px;z-index:100;max-width:calc(100% - 32px);padding:12px 16px;display:flex;align-items:center;gap:9px;color:#f6fbfb;background:var(--navy);border-radius:var(--radius-sm);box-shadow:var(--shadow);opacity:0;pointer-events:none;transform:translate(-50%,14px);transition:opacity .18s ease,transform .18s ease}.toast.show{opacity:1;transform:translate(-50%)}.toast svg{color:#67d0c1}.loading-page,.state-page{min-height:100dvh;padding:32px;display:grid;place-items:center}.loading-shell{width:min(1120px,100%)}.skeleton{background:linear-gradient(100deg,var(--surface-soft) 30%,var(--surface) 50%,var(--surface-soft) 70%);background-size:250% 100%;border-radius:var(--radius)}.skeleton-nav{height:64px;margin-bottom:24px}.skeleton-hero{height:440px;margin-bottom:20px}.skeleton-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.skeleton-card{height:260px}.state-card{width:min(440px,100%);padding:36px;text-align:center;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.state-card p{color:var(--muted)}.admin-login-page{min-height:100dvh;padding:24px;display:grid;place-items:center;background:var(--bg)}.admin-login-card{width:min(430px,100%);padding:40px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.back-link{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:13px;font-weight:700}.login-icon{width:58px;height:58px;margin:34px 0 20px;display:grid;place-items:center;color:var(--accent);background:var(--accent-soft);border-radius:var(--radius)}.admin-login-card h1{margin-bottom:8px;font-size:34px;letter-spacing:-.045em}.admin-login-card>p{margin-bottom:26px;color:var(--muted)}.admin-login-card form{display:grid;gap:16px}.login-hint{margin:20px 0 0!important;padding-top:18px;border-top:1px solid var(--line);color:var(--subtle)!important;font-size:11px;line-height:1.65}.form-error,.admin-notice{display:flex;align-items:center;gap:8px;font-size:13px}.form-error{color:var(--danger)}.admin-shell{min-height:100dvh;background:var(--bg)}.admin-sidebar{position:fixed;inset:0 auto 0 0;z-index:20;width:248px;padding:26px 18px;display:flex;flex-direction:column;color:#dce9eb;background:var(--navy)}.admin-brand{padding:0 10px 26px;display:flex;align-items:center;gap:11px;border-bottom:1px solid rgba(255,255,255,.12)}.admin-brand .brand-symbol{background:#ffffff1a}.admin-brand div{display:flex;flex-direction:column;gap:4px}.admin-brand strong{font-size:15px}.admin-brand small{color:#8faab0;font-size:10px}.admin-sidebar nav{margin-top:24px;display:grid;gap:7px}.admin-sidebar nav button,.admin-sidebar-bottom a,.admin-sidebar-bottom button{width:100%;min-height:46px;padding:0 13px;display:flex;align-items:center;gap:11px;color:#aac0c5;background:transparent;border:0;border-radius:var(--radius-sm);font-size:13px;font-weight:700;text-align:left;cursor:pointer}.admin-sidebar nav button:hover,.admin-sidebar nav button.active,.admin-sidebar-bottom a:hover,.admin-sidebar-bottom button:hover{color:#f4fbfb;background:#ffffff17}.admin-sidebar-bottom{margin-top:auto;padding-top:18px;border-top:1px solid rgba(255,255,255,.12)}.admin-main{min-height:100dvh;margin-left:248px}.admin-topbar{height:88px;padding:0 34px;display:flex;align-items:center;justify-content:space-between;gap:22px;position:sticky;top:0;z-index:15;background:color-mix(in srgb,var(--bg) 91%,transparent);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.admin-topbar h1{margin:0 0 3px;font-size:21px;letter-spacing:-.025em}.admin-topbar p{margin:0;color:var(--subtle);font-size:11px}.admin-actions{display:flex;gap:9px}.admin-actions .button{min-height:42px}.admin-mobile-tabs{display:none}.admin-notice{margin:20px 34px 0;padding:13px 15px;border-radius:var(--radius-sm)}.admin-notice.success{color:#116158;background:var(--accent-soft)}.admin-notice.error{color:var(--danger);background:var(--danger-soft)}.admin-products-layout{padding:28px 34px 54px;display:grid;grid-template-columns:272px minmax(0,1fr);gap:22px;align-items:start}.product-sidebar-list,.editor-panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.product-sidebar-list{position:sticky;top:116px;overflow:hidden}.product-list-heading{min-height:50px;padding:0 14px 0 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);color:var(--muted);font-size:12px;font-weight:700}.product-list-heading button{width:30px;height:30px;display:grid;place-items:center;border:0;border-radius:8px;background:var(--surface-soft);color:var(--accent);cursor:pointer}.product-list-items{max-height:calc(100dvh - 184px);overflow-y:auto;padding:7px}.product-list-items button{width:100%;padding:9px;display:flex;align-items:center;gap:10px;background:transparent;border:1px solid transparent;border-radius:var(--radius-sm);text-align:left;cursor:pointer}.product-list-items button:hover{background:var(--surface-soft)}.product-list-items button.active{background:var(--accent-soft);border-color:color-mix(in srgb,var(--accent) 22%,transparent)}.product-list-items img{width:48px;height:48px;object-fit:cover;border-radius:8px;background:var(--surface-soft)}.product-list-items button>span{min-width:0;display:flex;flex-direction:column;gap:4px}.product-list-items strong{max-width:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.product-list-items small{color:var(--subtle);font-size:10px}.editor-panel{margin:28px 34px 54px;padding:30px}.admin-products-layout .editor-panel{margin:0}.editor-heading{margin-bottom:25px;display:flex;align-items:center;justify-content:space-between;gap:20px}.editor-heading>div{display:flex;flex-direction:column;gap:4px}.editor-heading span{color:var(--subtle);font-size:11px}.editor-heading h2{margin:0;font-size:24px;letter-spacing:-.03em}.danger-text-button{min-height:40px;padding:0 11px;display:inline-flex;align-items:center;gap:7px;color:var(--danger);background:var(--danger-soft);border:0;border-radius:var(--radius-sm);font-size:12px;font-weight:750;cursor:pointer}.image-editor{margin-bottom:26px;padding:16px;display:grid;grid-template-columns:180px 1fr;gap:20px;align-items:center;background:var(--surface-soft);border-radius:var(--radius)}.image-preview{aspect-ratio:1.4;overflow:hidden;background:var(--surface);border-radius:var(--radius-sm)}.image-preview img{width:100%;height:100%;object-fit:cover}.image-editor h3,.settings-section h3{margin-bottom:7px;font-size:15px}.image-editor p,.qr-admin-copy p{margin-bottom:12px;color:var(--muted);font-size:12px;line-height:1.55}.upload-button{width:fit-content;min-height:38px;padding:0 12px;display:inline-flex;align-items:center;gap:7px;color:var(--navy);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);font-size:12px;font-weight:750;cursor:pointer}.upload-button input{display:none}.input-error{display:block;margin-top:7px;color:var(--danger)}.editor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.field{min-width:0;display:flex;flex-direction:column;gap:7px}.field>span{color:var(--ink);font-size:12px;font-weight:750}.field input,.field textarea,.field select{width:100%;min-height:44px;padding:10px 12px;color:var(--ink);background:var(--surface);border:1px solid #b8c5c9;border-radius:var(--radius-sm);outline:0;resize:vertical}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 14%,transparent)}.field input::placeholder,.field textarea::placeholder{color:#718087}.field small{color:var(--subtle);font-size:10px}.field-full{grid-column:1 / -1}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.structured-field{gap:10px}.structured-field-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.structured-field-heading>div{display:flex;flex-direction:column;gap:4px}.structured-field-heading>div>span{color:var(--ink);font-size:12px;font-weight:750}.structured-field-heading button{min-height:34px;padding:0 10px;display:inline-flex;align-items:center;gap:6px;color:var(--accent-strong);background:var(--accent-soft);border:0;border-radius:var(--radius-sm);font-size:11px;font-weight:800;cursor:pointer}.spec-editor-scroll{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius-sm)}.spec-editor-table{width:100%;min-width:620px;border-collapse:collapse;table-layout:fixed;background:var(--surface)}.spec-editor-table th{padding:10px 12px;color:var(--muted);background:var(--surface-soft);font-size:10px;font-weight:800;text-align:left}.spec-editor-table th:first-child{width:180px}.spec-editor-table th:last-child{width:52px}.spec-editor-table td{padding:8px;vertical-align:top;border-top:1px solid var(--line)}.spec-editor-table input,.spec-editor-table textarea{width:100%;min-height:42px;padding:9px 10px;color:var(--ink);background:var(--surface);border:1px solid #b8c5c9;border-radius:7px;outline:0;resize:vertical}.spec-editor-table input:focus,.spec-editor-table textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 14%,transparent)}.spec-row-delete{width:36px;height:36px;display:grid;place-items:center;color:var(--danger);background:transparent;border:0;border-radius:7px;cursor:pointer}.spec-row-delete:hover{background:var(--danger-soft)}.switch-row{margin-top:24px;padding-top:22px;display:flex;flex-wrap:wrap;gap:30px;border-top:1px solid var(--line)}.switch-row label{display:inline-flex;align-items:center;gap:9px;font-size:13px;font-weight:700;cursor:pointer}.switch-row input{width:18px;height:18px;accent-color:var(--accent)}.settings-section{padding:24px 0;border-top:1px solid var(--line)}.settings-section:first-of-type{padding-top:0;border-top:0}.settings-section h3{margin-bottom:18px}.settings-contact-grid{margin-bottom:22px;padding:18px;display:grid;grid-template-columns:150px 1fr;gap:22px;align-items:center;background:var(--surface-soft);border-radius:var(--radius)}.qr-admin-preview{aspect-ratio:1;padding:7px;overflow:hidden;background:#fff;border-radius:var(--radius-sm)}.qr-admin-preview img{width:100%;height:100%;object-fit:cover}.admin-empty{min-height:350px;display:grid;place-items:center;align-content:center;gap:10px;color:var(--subtle);background:var(--surface);border:1px dashed var(--line);border-radius:var(--radius)}.admin-empty h2{margin:0 0 10px;color:var(--ink)}@media(prefers-reduced-motion:no-preference){.hero-copy>*{animation:rise-in .65s cubic-bezier(.16,1,.3,1) both}.hero-copy>*:nth-child(2){animation-delay:70ms}.hero-copy>*:nth-child(3){animation-delay:.13s}.hero-copy>*:nth-child(4){animation-delay:.19s}.hero-visual{animation:rise-in .76s .12s cubic-bezier(.16,1,.3,1) both}.skeleton{animation:shimmer 1.5s linear infinite}}@keyframes rise-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{to{background-position-x:-250%}}@media(prefers-color-scheme:dark){:root{--bg: #0b151b;--surface: #111e25;--surface-soft: #182830;--surface-strong: #20343d;--ink: #eef5f5;--muted: #a7b6ba;--subtle: #829398;--line: #2c3d45;--navy: #0f2b38;--navy-2: #173d4c;--navy-text: #edf6f6;--accent: #53bdaf;--accent-strong: #70d1c4;--accent-soft: #173b39;--danger: #ef9198;--danger-soft: #40252a;--shadow: 0 18px 55px rgba(0,0,0,.22);--shadow-soft: 0 8px 24px rgba(0,0,0,.2)}.button-accent{background:#49b9aa;color:#082724}.announcement-bar{color:#bde9e2}.hero-note,.qr-panel{background:#dcecea;color:#14262c}.product-image-button,.dialog-image,.image-preview{background:#dce2e2}.product-facts span{color:var(--ink)}.wechat-field button{color:#092825}.product-card{box-shadow:none}.field input,.field textarea,.field select{border-color:#52636a}}html[data-theme=light]{color-scheme:light;--bg: #f4f7f8;--surface: #ffffff;--surface-soft: #eaf0f2;--surface-strong: #dbe7e9;--ink: #12222c;--muted: #5a6972;--subtle: #7b8990;--line: #d8e1e4;--navy: #102b3b;--navy-2: #183c4c;--navy-text: #eef7f7;--accent: #087f73;--accent-strong: #05655c;--accent-soft: #d9efeb;--danger: #b23c45;--danger-soft: #f8e7e9;--shadow: 0 18px 55px rgba(20, 58, 70, .09);--shadow-soft: 0 8px 24px rgba(20, 58, 70, .07)}html[data-theme=light] .button-accent{background:#0a8c7e;color:#f5fffd}html[data-theme=light] .announcement-bar{color:#174f4b}html[data-theme=light] .hero-note,html[data-theme=light] .qr-panel{background:#eef8f6;color:#12222c}html[data-theme=light] .product-image-button,html[data-theme=light] .dialog-image,html[data-theme=light] .image-preview{background:#edf1f2}html[data-theme=dark]{color-scheme:dark}@media(max-width:980px){.container{width:min(100% - 36px,860px)}.hero-grid{grid-template-columns:1fr .9fr;gap:40px}.hero-copy h1{font-size:clamp(39px,5vw,54px)}.proof-grid{overflow-x:auto;grid-template-columns:repeat(4,230px)}.proof-grid>div{padding:0 20px}.proof-grid>div:first-child{padding-left:0}.product-card,.product-card:nth-child(n){grid-column:span 6;grid-template-columns:1fr}.product-card:nth-child(n) .product-image-button{aspect-ratio:1.7;border-right:0;border-bottom:1px solid var(--line)}.supply-layout{gap:40px}.contact-layout{grid-template-columns:1fr 340px;gap:40px}.qr-panel{grid-template-columns:130px 1fr}.admin-products-layout{grid-template-columns:230px minmax(0,1fr)}}@media(max-width:767px){html{scroll-padding-top:66px}body{padding-bottom:env(safe-area-inset-bottom,0)}.container{width:calc(100% - 32px)}.section{padding:68px 0}.header-inner{height:64px;gap:12px}.brand{gap:9px}.brand-symbol{width:31px;height:31px}.brand-symbol:before{left:9px;top:9px}.brand-symbol span{left:15px;top:5px}.brand-symbol:after{left:21px;top:10px}.brand-copy strong{font-size:15px}.brand-copy small{font-size:7px}.desktop-nav{display:none}.button-header{min-height:38px;padding:0 12px;font-size:12px}.hero-section{min-height:calc(100dvh - 64px)}.hero-grid{grid-template-columns:1fr;gap:28px;padding-top:38px;padding-bottom:38px}.hero-copy h1{margin-bottom:16px;font-size:clamp(36px,11vw,48px);line-height:1.08}.hero-description{margin-bottom:22px;font-size:15px;line-height:1.65}.eyebrow{margin-bottom:13px;font-size:10px}.hero-actions .button{flex:1;min-width:130px}.hero-visual{padding:0 8px 30px}.hero-image-frame{aspect-ratio:1.55}.hero-image-frame img{transform:scale(1.05)}.hero-note{left:-2px;width:min(290px,88%);padding:12px}.hero-note strong{font-size:12px}.hero-note span{font-size:10px}.announcement-inner{padding:10px 0;align-items:flex-start}.announcement-inner p{font-size:11px;line-height:1.55;text-align:left}.proof-strip{overflow:hidden}.proof-grid{width:100%;padding:0 16px;grid-template-columns:repeat(4,218px);overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.proof-grid::-webkit-scrollbar{display:none}.proof-grid>div{min-height:92px;padding:0 16px;scroll-snap-align:start}.proof-grid>div:first-child{padding-left:0}.section-heading{margin-bottom:28px}.section-heading h2,.supply-copy h2,.contact-copy h2,.faq-heading h2{font-size:32px}.section-heading p:not(.eyebrow),.supply-copy>p,.contact-copy>p,.faq-heading p{font-size:14px}.catalog-tools{align-items:stretch;flex-direction:column;gap:13px}.search-box{width:100%}.category-scroll{width:calc(100% + 16px);padding-right:16px;scrollbar-width:none}.category-scroll::-webkit-scrollbar{display:none}.product-grid{grid-template-columns:1fr;gap:12px}.product-card,.product-card:nth-child(n){grid-column:1;grid-template-columns:118px minmax(0,1fr);border-radius:14px}.product-card:nth-child(n) .product-image-button{aspect-ratio:auto;border-right:1px solid var(--line);border-bottom:0}.product-image-button img{min-height:100%;object-fit:cover}.product-card-body{padding:15px}.product-card-topline{margin-bottom:10px;font-size:9px}.product-card h3{font-size:21px}.product-subtitle{margin-bottom:8px;font-size:11px}.product-summary{display:-webkit-box;margin-bottom:10px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:11px;line-height:1.55}.product-facts{display:none}.product-actions{padding-top:9px}.text-button{font-size:11px}.icon-button{width:34px;height:34px}.supply-layout{grid-template-columns:1fr;gap:32px}.supply-steps{margin-top:25px}.supply-steps>div{grid-template-columns:84px 1fr;gap:14px;padding:15px 0}.supply-media-grid{grid-template-columns:1.15fr .85fr;gap:8px}.supply-media-grid .media-large{min-height:330px}.supply-media-grid figure,.verification-card{min-height:160px}.supply-media-grid figcaption{padding:8px;font-size:9px}.verification-card{padding:14px}.verification-card p{font-size:10px}.service-bento{grid-template-columns:1fr 1fr;gap:10px}.service-bento .service-main{grid-column:span 2;grid-row:auto;min-height:300px}.service-bento article{min-height:190px;padding:19px}.service-bento article:nth-child(4){grid-column:span 2;min-height:180px}.service-bento h3{font-size:17px}.service-bento p{font-size:11px}.contact-layout{grid-template-columns:1fr;gap:34px}.wechat-field{max-width:none}.qr-panel{padding:18px;grid-template-columns:132px 1fr;gap:15px;transform:none}.contact-meta{flex-direction:column;gap:4px}.faq-layout{grid-template-columns:1fr;gap:20px}.faq-list summary{min-height:64px;font-size:13px}.faq-list details p{font-size:12px}.footer-inner{padding-bottom:68px;align-items:flex-start;flex-direction:column}.mobile-contact-bar{position:fixed;inset:auto 0 0;z-index:40;padding:9px 12px calc(9px + env(safe-area-inset-bottom,0px));display:grid;grid-template-columns:.86fr 1.14fr;gap:8px;background:color-mix(in srgb,var(--surface) 94%,transparent);border-top:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mobile-contact-bar a,.mobile-contact-bar button{min-height:46px;display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--line);border-radius:var(--radius-sm);font-size:12px;font-weight:800}.mobile-contact-bar a{background:var(--surface-soft);color:var(--ink)}.mobile-contact-bar button{background:var(--accent);color:#f4fffd;border-color:var(--accent)}.toast{bottom:calc(78px + env(safe-area-inset-bottom,0px));font-size:12px}.dialog-backdrop{padding:0;align-items:end}.product-dialog{width:100%;max-height:90dvh;grid-template-columns:1fr;border-radius:var(--radius) var(--radius) 0 0}.dialog-image{min-height:210px;max-height:260px}.dialog-content{padding:25px 20px calc(28px + env(safe-area-inset-bottom,0px))}.dialog-content h2{font-size:31px}.dialog-specs{grid-template-columns:1fr}.dialog-specs>div{padding:10px 13px;border-right:0;border-bottom:1px solid var(--line)}.skeleton-hero{height:520px}.skeleton-grid{grid-template-columns:1fr}.skeleton-card{height:170px}.admin-sidebar{display:none}.admin-main{margin-left:0}.admin-topbar{height:auto;min-height:76px;padding:12px 16px}.admin-topbar h1{font-size:18px}.admin-actions .button{width:43px;min-height:43px;padding:0}.admin-actions .button svg{margin:0}.admin-actions .button{font-size:0;gap:0}.admin-mobile-tabs{padding:10px 16px;display:grid;grid-template-columns:repeat(3,1fr);gap:7px;background:var(--surface);border-bottom:1px solid var(--line)}.admin-mobile-tabs button,.admin-mobile-tabs a{min-height:40px;display:flex;align-items:center;justify-content:center;gap:6px;color:var(--muted);background:transparent;border:1px solid var(--line);border-radius:var(--radius-sm);font-size:11px;font-weight:750}.admin-mobile-tabs button.active{color:var(--accent);background:var(--accent-soft);border-color:transparent}.admin-notice{margin:14px 16px 0}.admin-products-layout{padding:16px 16px 100px;grid-template-columns:1fr;gap:12px}.product-sidebar-list{position:static}.product-list-items{max-height:none;padding:7px;display:flex;overflow-x:auto}.product-list-items button{width:178px;flex:0 0 178px}.product-list-items strong{max-width:100px}.editor-panel,.admin-products-layout .editor-panel{margin:16px 16px 100px;padding:20px 16px}.admin-products-layout .editor-panel{margin:0}.image-editor{grid-template-columns:120px 1fr;gap:14px;padding:12px}.image-editor p{display:none}.editor-grid{grid-template-columns:1fr;gap:14px}.field-full{grid-column:auto}.structured-field-heading{align-items:flex-start}.settings-contact-grid{grid-template-columns:110px 1fr;gap:14px}.admin-login-card{padding:28px 22px}}@media(max-width:390px){.brand-copy small{display:none}.button-header{font-size:0;width:40px;padding:0}.hero-copy h1{font-size:35px}.product-card,.product-card:nth-child(n){grid-template-columns:104px minmax(0,1fr)}.product-summary{display:none}.qr-panel{grid-template-columns:112px 1fr}.service-bento{grid-template-columns:1fr}.service-bento .service-main,.service-bento article:nth-child(4){grid-column:1}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.stitch-home{min-height:100dvh;color-scheme:light;color:#10243a;background:#edf3ff;font-family:Segoe UI Variable,PingFang SC,Microsoft YaHei,sans-serif;font-size:14px}.stitch-home button,.stitch-home input,.stitch-home select,.stitch-home textarea{font-family:inherit}.stitch-header{position:sticky;top:0;z-index:50;color:#f6fbff;background:#062038fa;box-shadow:0 4px 14px #0826402e;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.stitch-header-inner{width:min(100%,760px);height:62px;margin:0 auto;padding:7px 10px 7px 5px;display:flex;align-items:center;gap:9px}.stitch-logo{width:48px;height:48px;flex:0 0 48px;display:grid;place-items:center;overflow:hidden;background:transparent}.stitch-logo img{width:46px;height:46px;object-fit:contain}.stitch-header-title{min-width:0;display:flex;flex:1;flex-direction:column;gap:2px}.stitch-header-title strong{overflow:hidden;font-size:12px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.stitch-header-title span{display:flex;align-items:center;gap:5px;color:#6ee2d0;font-size:9px}.stitch-header-title i{width:6px;height:6px;border-radius:50%;background:#5de1cc;box-shadow:0 0 0 3px #5de1cc1f}.stitch-header-contact{min-height:37px;padding:0 11px;display:inline-flex;align-items:center;gap:5px;color:#f2fffd;background:#087f73;border:0;border-radius:8px;font-size:11px;font-weight:750;white-space:nowrap;cursor:pointer}.stitch-user-icon{flex:0 0 auto;color:#b8cad8}.stitch-main{width:min(100%,760px);min-height:100dvh;margin:0 auto;padding-bottom:132px;background:#f8f9ff;box-shadow:0 0 40px #1f426214}.stitch-announcement{min-height:34px;padding:8px 16px;display:flex;align-items:flex-start;gap:7px;color:#405268;background:#eaf1ff;border-bottom:1px solid #dce5f3;font-size:10px;line-height:1.55}.stitch-announcement svg{margin-top:1px;flex:0 0 auto;color:#087f73}.stitch-announcement span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stitch-quick-nav{min-height:61px;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-bottom:1px solid #e2e8f2}.stitch-quick-nav a{min-width:0;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;color:#2d4358;border-right:1px solid #edf0f5;font-size:9px;font-weight:650}.stitch-quick-nav a:last-child{border-right:0}.stitch-quick-nav svg{color:#087f73}.stitch-hero{margin:14px 16px 11px;padding:16px;color:#eef7ff;background:linear-gradient(145deg,#0a2845,#061d34);border:1px solid #183d5c;border-radius:8px;box-shadow:0 8px 22px #021a2f38}.stitch-hero-label{margin-bottom:8px;display:flex;align-items:center;gap:5px;color:#66d9c7;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:8px;font-weight:700;letter-spacing:.08em}.stitch-hero h1{max-width:360px;margin-bottom:7px;font-size:25px;line-height:1.18;letter-spacing:-.035em}.stitch-hero>p{max-width:480px;margin-bottom:13px;color:#b6c8d6;font-size:10px;line-height:1.65}.stitch-hero-stats{display:grid;grid-template-columns:1.18fr .82fr .82fr;gap:6px}.stitch-hero-stats>div{min-width:0;min-height:77px;padding:10px 8px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;background:#0f3555;border:1px solid rgba(160,204,228,.12);border-radius:5px}.stitch-hero-stats span{margin-bottom:6px;color:#90aabc;font-size:8px}.stitch-hero-stats strong{font-size:15px;line-height:1.2}.stitch-hero-stats div:first-child strong{font-size:11px}.stitch-hero-stats small{margin-top:3px;color:#78d6c8;font-size:7px}.stitch-hero-features{margin-top:7px;display:grid;grid-template-columns:repeat(2,1fr);gap:6px}.stitch-hero-features>div{min-width:0;padding:8px;display:flex;align-items:flex-start;gap:7px;background:#ffffff12;border-radius:5px}.stitch-hero-features svg{color:#61cfbf;flex:0 0 auto}.stitch-hero-features span{display:flex;flex-direction:column;color:#9cb2c1;font-size:7px;line-height:1.45}.stitch-hero-features strong{color:#edf8ff;font-size:9px}.stitch-hero-foot{margin-top:8px;padding:7px 9px;display:flex;align-items:center;justify-content:center;gap:6px;color:#c7dae5;background:#ffffff12;border-radius:5px;font-size:8px}.stitch-hero-foot svg{color:#61cfbf}.stitch-section{padding:12px 16px}.stitch-heading-row{margin-bottom:9px;display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.stitch-heading-row h2,.stitch-section-heading h2{margin-bottom:2px;color:#10243a;font-size:18px;line-height:1.32;letter-spacing:-.02em}.stitch-heading-row p,.stitch-section-heading p{margin:0;color:#65768a;font-size:9px;line-height:1.5}.stitch-heading-row>svg{color:#087f73}.stitch-photo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.stitch-photo-grid figure{min-width:0;aspect-ratio:1.12;margin:0;position:relative;overflow:hidden;background:#e5edf5;border-radius:7px;box-shadow:0 3px 10px #173d5a14}.stitch-photo-grid img{width:100%;height:100%;object-fit:cover}.stitch-photo-grid figcaption{position:absolute;inset:auto 5px 5px;padding:5px 6px;overflow:hidden;color:#f4f9fc;background:#051c30c7;border-radius:4px;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.stitch-batch-panel{margin-top:9px;padding:10px;background:#eaf1fb;border-radius:8px}.stitch-panel-title{margin-bottom:7px;display:flex;align-items:center;gap:7px}.stitch-panel-title svg{color:#087f73;flex:0 0 auto}.stitch-panel-title span{display:flex;flex-direction:column;color:#687a8b;font-size:7px}.stitch-panel-title strong{color:#12304a;font-size:10px}.stitch-batch-row{margin-top:5px;padding:8px;display:flex;align-items:flex-start;gap:8px;background:#fff;border-radius:5px}.stitch-batch-row b{width:21px;height:21px;display:grid;place-items:center;flex:0 0 auto;color:#087f73;background:#dff3ef;border-radius:4px;font-size:7px}.stitch-batch-row span{display:flex;flex-direction:column;color:#6a7887;font-size:7px;line-height:1.5}.stitch-batch-row strong{color:#233b51;font-size:9px}.stitch-catalog{padding-top:17px}.stitch-heading-tag{padding:4px 6px;color:#087f73;background:#e1f4f0;border-radius:4px;font-size:7px;font-weight:700;white-space:nowrap}.stitch-product-list{display:grid;gap:9px}.stitch-product-card{overflow:hidden;background:#fff;border:1px solid #e2e9f1;border-radius:9px;box-shadow:0 4px 13px #1a3d5b17}.stitch-product-main{min-height:164px;padding:13px;display:grid;grid-template-columns:120px minmax(0,1fr);gap:13px}.stitch-product-image{min-width:0;padding:4px;overflow:hidden;background:#fff;border:0;border-radius:6px;cursor:pointer}.stitch-product-image img{width:100%;height:100%;object-fit:contain}.stitch-product-info{min-width:0;display:flex;flex-direction:column}.stitch-product-badges{min-height:15px;display:flex;flex-wrap:wrap;gap:3px}.stitch-product-badges span{padding:3px 5px;color:#087f73;background:#e1f4f0;border-radius:3px;font-size:10px;font-weight:700}.stitch-product-info h3{margin:5px 0 1px;color:#10243a;font-size:18px;line-height:1.3}.stitch-product-subtitle{margin:1px 0 5px;color:#53677b;font-size:12px;font-weight:650;line-height:1.45}.stitch-product-summary{margin:0;display:-webkit-box;overflow:hidden;color:#6d7e8f;font-size:12px;line-height:1.6;-webkit-box-orient:vertical;-webkit-line-clamp:2}.stitch-product-meta{margin-top:8px;display:flex;align-items:flex-end;justify-content:space-between;gap:8px;color:#5d7184;font-size:11px;line-height:1.45}.stitch-product-meta strong{color:#087f73;font-size:12px}.stitch-product-actions{padding:0 13px 13px;display:grid;grid-template-columns:.9fr 1.1fr;gap:6px}.stitch-product-actions button{min-height:42px;display:flex;align-items:center;justify-content:center;gap:5px;color:#244159;background:#e8eff7;border:0;border-radius:5px;font-size:13px;font-weight:750;cursor:pointer;white-space:nowrap}.stitch-product-actions button.primary{color:#f5fffd;background:#087f73}.stitch-section-heading{margin-bottom:10px;text-align:center}.stitch-benefit-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.stitch-benefit-grid article{min-height:125px;padding:12px;background:#fff;border:1px solid #edf0f5;border-radius:8px;box-shadow:0 3px 10px #173d5a0d}.stitch-benefit-grid svg{margin-bottom:9px;color:#087f73}.stitch-benefit-grid h3{margin-bottom:4px;color:#18334a;font-size:11px}.stitch-benefit-grid p{margin:0;color:#718091;font-size:8px;line-height:1.55}.stitch-solid-button{min-height:40px;display:flex;align-items:center;justify-content:center;gap:6px;color:#f3fffd;background:#092c49;border:0;border-radius:6px;font-size:10px;font-weight:800;cursor:pointer}.stitch-contact{margin:4px 10px;padding:15px 10px;background:linear-gradient(140deg,#dae8ff,#eef3ff);border-radius:10px}.stitch-section-heading>span{color:#087f73;font-family:ui-monospace,Consolas,monospace;font-size:7px;font-weight:800;letter-spacing:.08em}.stitch-section-heading.left{text-align:left}.stitch-contact-card{padding:15px;display:flex;align-items:center;flex-direction:column;background:#fff;border-radius:9px;box-shadow:0 5px 14px #1d45671a}.stitch-avatar{width:56px;height:56px;margin-bottom:7px;object-fit:cover;border:3px solid #e8f0f6;border-radius:50%}.stitch-contact-card>strong{color:#1d354b;font-size:11px}.stitch-contact-card>span{margin-top:2px;color:#087f73;font-size:8px}.stitch-wechat-field{width:100%;margin-top:10px;padding:7px 7px 7px 10px;display:flex;align-items:center;justify-content:space-between;gap:10px;background:#edf2f7;border-radius:6px}.stitch-wechat-field>span{display:flex;flex-direction:column;color:#697a89}.stitch-wechat-field small{font-size:7px}.stitch-wechat-field b{color:#17354d;font-size:11px}.stitch-wechat-field button{min-height:33px;padding:0 9px;display:flex;align-items:center;gap:5px;color:#f4fffd;background:#087f73;border:0;border-radius:5px;font-size:8px;font-weight:750;cursor:pointer}.stitch-qr{width:144px;height:144px;margin-top:12px;padding:7px;overflow:hidden;background:#edf1f6;border-radius:8px}.stitch-qr img{width:100%;height:100%;object-fit:cover;border-radius:4px}.stitch-contact-card>p{margin:6px 0 0;color:#6f7f8e;font-size:7px}.stitch-faq-list{display:grid;gap:6px}.stitch-faq-list details{background:#fff;border:1px solid #e8edf3;border-radius:6px}.stitch-faq-list summary{min-height:40px;padding:8px 10px;display:flex;align-items:center;justify-content:space-between;gap:8px;color:#213b52;list-style:none;font-size:9px;font-weight:700;cursor:pointer}.stitch-faq-list summary::-webkit-details-marker{display:none}.stitch-faq-list summary svg{color:#718496;transition:transform .18s ease}.stitch-faq-list details[open] summary svg{transform:rotate(180deg)}.stitch-faq-list details>p{margin:0;padding:0 10px 10px;color:#697b8b;font-size:8px;line-height:1.6}.stitch-disclaimer{margin-top:10px;padding:10px;display:flex;align-items:flex-start;gap:7px;color:#607183;background:#eaf0f7;border-radius:7px}.stitch-disclaimer svg{flex:0 0 auto;color:#087f73}.stitch-disclaimer strong{color:#314a60;font-size:8px}.stitch-disclaimer p{margin:3px 0 0;font-size:7px;line-height:1.6}.stitch-empty{min-height:170px;display:grid;place-items:center;align-content:center;gap:6px;color:#6c7c8d;background:#fff;border-radius:8px}.stitch-empty svg{color:#087f73}.stitch-empty span{font-size:9px}.stitch-bottom-nav{position:fixed;inset:auto 0 0;z-index:55;width:min(100%,760px);margin:0 auto;padding:8px 12px max(6px,env(safe-area-inset-bottom,0px));color:#31475b;background:#fffffff7;border-top:1px solid #e0e7ef;box-shadow:0 -4px 14px #1d3e5c14;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.stitch-bottom-actions{display:grid;grid-template-columns:.9fr 1.1fr;gap:7px}.stitch-bottom-actions a,.stitch-bottom-actions button{min-height:38px;display:flex;align-items:center;justify-content:center;gap:5px;color:#17354d;background:#e7eef6;border:0;border-radius:6px;font-size:9px;font-weight:750;cursor:pointer}.stitch-bottom-actions button{color:#f2fffd;background:#087f73}.stitch-bottom-tabs{height:45px;display:grid;grid-template-columns:repeat(4,1fr)}.stitch-bottom-tabs a{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1px;color:#738291;font-size:7px}.stitch-bottom-tabs a.active{color:#087f73}.stitch-toast{position:fixed;left:50%;bottom:112px;z-index:70;max-width:calc(100% - 32px);padding:10px 13px;display:flex;align-items:center;gap:6px;color:#f4fffd;background:#092c49;border-radius:7px;box-shadow:0 8px 22px #07223840;opacity:0;pointer-events:none;transform:translate(-50%,10px);transition:opacity .18s ease,transform .18s ease;font-size:10px;white-space:nowrap}.stitch-toast.show{opacity:1;transform:translate(-50%)}.stitch-dialog-backdrop{position:fixed;inset:0;z-index:80;padding:16px;display:grid;place-items:center;background:#041524b8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.stitch-dialog{width:min(540px,100%);max-height:calc(100dvh - 32px);overflow:auto;position:relative;color:#10243a;background:#f4f7fb;border:1px solid rgba(255,255,255,.7);border-radius:12px;box-shadow:0 24px 70px #03182a57;overscroll-behavior:contain}.stitch-dialog-close{position:absolute;top:10px;right:10px;z-index:1;width:35px;height:35px;display:grid;place-items:center;color:#f4f9fc;background:#092c49;border:0;border-radius:6px;cursor:pointer}.stitch-dialog-visual{padding:14px;display:grid;grid-template-columns:42% minmax(0,1fr);align-items:center;gap:15px;background:#fff}.stitch-dialog-image{width:100%;aspect-ratio:1.35;padding:6px;object-fit:contain;background:#fff}.stitch-dialog-identity>span{color:#087f73;font-size:9px;font-weight:750}.stitch-dialog-identity h2{margin:4px 42px 4px 0;color:#0a2845;font-size:25px;line-height:1.15}.stitch-dialog-identity p{color:#667889;font-size:12px;line-height:1.5}.stitch-dialog-copy{padding:14px}.stitch-dialog-facts{margin:0 0 10px;display:grid;grid-template-columns:repeat(3,1fr);background:#e8eef5;border-radius:7px}.stitch-dialog-facts>div{padding:9px;display:flex;flex-direction:column;border-right:1px solid #dce4ec}.stitch-dialog-facts>div:last-child{border-right:0}.stitch-dialog-facts small{color:#748392;font-size:8px}.stitch-dialog-facts strong{font-size:10px}.stitch-med-intro,.stitch-med-section{margin-top:9px;padding:12px;background:#fff;border-radius:8px}.stitch-med-intro{border-left:4px solid #13998c}.stitch-med-intro>p{margin:0;color:#40596c;font-size:11px;line-height:1.75}.stitch-med-intro>div{margin-top:9px;padding-top:9px;display:grid;grid-template-columns:17px minmax(0,1fr);gap:7px;color:#087f73;border-top:1px solid #e1e9ee}.stitch-med-intro>div span{color:#627787;font-size:9px;line-height:1.55}.stitch-med-section-title{display:flex;align-items:center;gap:7px;color:#087f73}.stitch-med-section-title svg{flex:0 0 auto}.stitch-med-section-title h3{margin:0;color:#15334b;font-size:14px;line-height:1.35}.stitch-med-chapter-title{padding-bottom:8px;display:flex;align-items:center;gap:7px;color:#087f73;border-bottom:1px solid #e1e8ed}.stitch-med-chapter-title h3{margin:0;color:#112f48;font-size:14px;line-height:1.35}.stitch-med-helper{margin:8px 0 9px;color:#718290;font-size:9px;line-height:1.6}.stitch-med-subtitle{margin:11px 0 0;color:#173c55;font-size:10px}.stitch-med-list{margin:9px 0 0;padding:0;display:grid;gap:7px;list-style:none}.stitch-med-list li{display:grid;grid-template-columns:15px minmax(0,1fr);align-items:start;gap:7px;color:#556c7e;font-size:10px;line-height:1.55}.stitch-med-list li svg{margin-top:1px;color:#b3453f}.stitch-med-list.positive li svg,.stitch-med-list.neutral li svg{color:#087f73}.stitch-med-warning{background:#fff6f4;border:1px solid #f1d8d3}.stitch-med-warning .stitch-med-section-title,.stitch-med-warning .stitch-med-section-title h3{color:#9b3733}.stitch-fit-reference{padding:9px;display:grid;grid-template-columns:16px minmax(0,1fr);gap:7px;color:#087f73;background:#eaf5f3;border-radius:6px}.stitch-fit-reference p{margin:0;color:#466877;font-size:9px;line-height:1.6}.stitch-inline-warning{margin-top:11px;padding:10px;background:#fff6f4;border:1px solid #f1d8d3;border-radius:6px}.stitch-inline-warning h4{margin:0;display:flex;align-items:center;gap:6px;color:#973d38;font-size:10px}.stitch-inline-warning .stitch-med-list{margin-top:8px}.stitch-spec-table{overflow:hidden;background:#f5f8fa;border-radius:7px}.stitch-spec-table-head,.stitch-spec-row{display:grid;grid-template-columns:118px minmax(0,1fr);gap:10px}.stitch-spec-table-head{padding:8px 10px;color:#eaf7f5;background:#0b3b54;font-size:9px;font-weight:800}.stitch-spec-row{padding:11px 10px;align-items:start}.stitch-spec-row+.stitch-spec-row{border-top:1px solid #dfe7ec}.stitch-spec-value{color:#0a625b;font-size:11px;line-height:1.45}.stitch-spec-copy{min-width:0}.stitch-spec-copy>strong{display:block;color:#087f73;font-size:10px;line-height:1.45}.stitch-spec-copy ul{margin:6px 0 0;padding:0;display:grid;gap:5px;list-style:none}.stitch-spec-copy li{position:relative;padding-left:10px;color:#607482;font-size:9px;line-height:1.65}.stitch-spec-copy li:before{content:"";position:absolute;top:.65em;left:0;width:4px;height:4px;background:#43a99b;border-radius:50%}.stitch-operation-guide{margin-top:4px;display:grid}.stitch-operation-guide article{padding:11px 0;display:grid;grid-template-columns:24px minmax(0,1fr);gap:9px}.stitch-operation-guide article+article{border-top:1px solid #e1e8ed}.stitch-operation-guide article>span{width:24px;height:24px;display:grid;place-items:center;color:#087f73;background:#e1f2ef;border-radius:6px;font-size:10px;font-weight:800}.stitch-operation-guide h4{margin:2px 0 5px;color:#0a5f58;font-size:10px;line-height:1.45}.stitch-operation-guide p{position:relative;margin:4px 0 0;padding-left:10px;color:#5e7280;font-size:9px;line-height:1.65}.stitch-operation-guide p:before{content:"";position:absolute;top:.65em;left:0;width:4px;height:4px;background:#43a99b;border-radius:50%}.stitch-effect-levels{margin-top:9px;display:grid;gap:6px}.stitch-effect-levels>div{padding:10px;display:grid;grid-template-columns:96px minmax(0,1fr);align-items:start;gap:8px;background:#f1f5f8;border-left:3px solid #43a99b;border-radius:0 6px 6px 0}.stitch-effect-levels span{color:#0a5f58;font-size:9px;font-weight:800;line-height:1.45}.stitch-effect-levels p{margin:0;color:#586f80;font-size:9px;line-height:1.55}.stitch-reaction-list{margin-top:9px;display:flex;flex-wrap:wrap;gap:5px}.stitch-reaction-list span{padding:5px 7px;color:#5c6f7e;background:#edf2f6;border-radius:5px;font-size:8px}.stitch-med-notice{margin-top:10px;padding:10px;display:grid;grid-template-columns:18px minmax(0,1fr);gap:8px;color:#405a6d;background:#dcece9;border-radius:7px}.stitch-med-notice svg{color:#087f73}.stitch-med-notice p{margin:0;font-size:9px;line-height:1.55}.stitch-dialog-actions{position:sticky;bottom:-14px;margin:12px -14px -14px;padding:10px 14px calc(10px + env(safe-area-inset-bottom));display:grid;grid-template-columns:.75fr 1.4fr;gap:7px;background:#f4f7fbf5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stitch-dialog-actions button{min-height:41px}.stitch-dialog-secondary{color:#17354d;background:#e2eaf2;border:0;border-radius:6px;font-size:9px;font-weight:750;cursor:pointer}.stitch-dialog-actions .stitch-solid-button{margin:0}@media(max-width:520px){.stitch-dialog-backdrop{padding:8px;align-items:end}.stitch-dialog{max-height:calc(100dvh - 8px);border-radius:12px 12px 0 0}.stitch-dialog-visual{grid-template-columns:38% minmax(0,1fr)}}@media(max-width:350px){.stitch-dialog-visual{grid-template-columns:1fr}.stitch-dialog-image{max-height:150px}.stitch-spec-table-head,.stitch-spec-row{grid-template-columns:96px minmax(0,1fr)}}@media(min-width:768px){.stitch-home{padding-bottom:18px}.stitch-main{padding-left:36px;padding-right:36px}.stitch-announcement,.stitch-quick-nav{margin-inline:-36px;padding-inline:36px}.stitch-hero{margin-top:24px;padding:25px}.stitch-hero h1{max-width:480px;font-size:34px}.stitch-hero>p{font-size:12px}.stitch-section{padding:20px 16px}.stitch-heading-row h2,.stitch-section-heading h2{font-size:22px}.stitch-heading-row p,.stitch-section-heading p{font-size:10px}.stitch-product-list{grid-template-columns:repeat(2,1fr)}.stitch-product-main{grid-template-columns:120px minmax(0,1fr)}.stitch-product-card:last-child:nth-child(odd){grid-column:1 / -1}.stitch-benefit-grid{grid-template-columns:repeat(4,1fr)}.stitch-benefit-grid article{min-height:150px}}@media(max-width:410px){.stitch-user-icon{display:none}.stitch-header-inner{padding-right:8px;padding-left:4px}.stitch-header-contact{padding-inline:8px}.stitch-product-main{grid-template-columns:96px minmax(0,1fr)}}@media(max-width:350px){.stitch-header-title{display:none}.stitch-header-contact{margin-left:auto}.stitch-hero h1{font-size:22px}.stitch-product-main{grid-template-columns:82px minmax(0,1fr);gap:9px;padding:10px}.stitch-product-actions{padding:0 10px 10px}.stitch-product-actions button{font-size:12px}}.stitch-about{padding:12px 8px 8px;background:linear-gradient(180deg,#081f36,#061a2f)}.stitch-about-title,.stitch-about-subtitle{display:flex;align-items:center;gap:7px;color:#5fe1d2}.stitch-about-title svg,.stitch-about-subtitle svg{flex:0 0 auto}.stitch-about .stitch-about-title h1,.stitch-about .stitch-about-subtitle h2{max-width:none;margin:0;color:inherit;font-size:15px;font-weight:800;line-height:1.35;letter-spacing:0}.stitch-about>.stitch-about-intro{max-width:none;margin:5px 0 14px;color:#f0f5fa;font-size:12px;font-weight:600;line-height:1.72}.stitch-about-subtitle{margin-bottom:9px}.stitch-about-list{display:grid;gap:6px}.stitch-about-list article{min-width:0;padding:10px;display:grid;grid-template-columns:20px minmax(0,1fr);align-items:start;gap:8px;background:#293f55;border:1px solid rgba(203,222,235,.04);border-radius:5px}.stitch-about-list article>svg{margin-top:1px;color:#60dfcf}.stitch-about-list h3{margin:0 0 2px;color:#f5f8fb;font-size:13px;font-weight:800;line-height:1.4}.stitch-about-list p{margin:0;color:#c8d3de;font-size:11px;font-weight:600;line-height:1.65}@media(min-width:768px){.stitch-about{padding:20px}.stitch-about .stitch-about-title h1,.stitch-about .stitch-about-subtitle h2{font-size:18px}.stitch-about>.stitch-about-intro{font-size:13px}.stitch-about-list h3{font-size:14px}.stitch-about-list p{font-size:12px}}@media(max-width:350px){.stitch-about .stitch-about-title h1,.stitch-about .stitch-about-subtitle h2{font-size:14px}.stitch-about>.stitch-about-intro{font-size:11px}}
