:root{--color-morning:#f5c842;--color-morning-light:#fff3cd;--color-morning-dark:#d4a914;--color-evening:#3b9fd9;--color-evening-light:#d6efff;--color-evening-dark:#2178ad;--color-silver:#b8bcc4;--color-silver-light:#e8eaed;--color-silver-dark:#8a8e96;--color-bg:#fff;--color-bg-soft:#f7f8fa;--color-bg-warm:#fffcf5;--color-text:#1a1a2e;--color-text-secondary:#5a5e6b;--color-text-muted:#9ca3af;--color-border:#e5e7eb;--color-border-light:#f0f1f3;--color-accent-green:#34c759;--color-accent-red:#ff6b6b;--font-body:-apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", sans-serif;--font-heading:var(--font-body);--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2.5rem;--space-2xl:4rem;--space-3xl:6rem;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-xl:28px;--radius-full:9999px;--shadow-sm:0 1px 3px #1a1a2e0f;--shadow-md:0 4px 16px #1a1a2e14;--shadow-lg:0 8px 32px #1a1a2e1a;--shadow-xl:0 16px 48px #1a1a2e1f;--shadow-glow-morning:0 0 40px #f5c84233;--shadow-glow-evening:0 0 40px #3b9fd933;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.4s cubic-bezier(.4, 0, .2, 1);--max-width:1200px;--header-height:72px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);color:var(--color-text);background:var(--color-bg);font-size:16px;line-height:1.7}img{max-width:100%;height:auto;display:block}a{color:var(--color-evening);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--color-evening-dark)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-text);font-weight:700;line-height:1.3}h1{letter-spacing:-.02em;font-size:2.5rem}h2{letter-spacing:-.01em;font-size:1.75rem}h3{font-size:1.25rem}.container{max-width:var(--max-width);padding:0 var(--space-lg);margin:0 auto}.section{padding:var(--space-3xl) 0}.section-title{text-align:center;margin-bottom:var(--space-xl)}.section-title h2{margin-bottom:var(--space-sm)}.section-title p{color:var(--color-text-secondary);max-width:640px;margin:0 auto;font-size:1.1rem}.badge{border-radius:var(--radius-full);align-items:center;gap:4px;padding:4px 12px;font-size:.8rem;font-weight:600;display:inline-flex}.badge-morning{background:var(--color-morning-light);color:var(--color-morning-dark)}.badge-evening{background:var(--color-evening-light);color:var(--color-evening-dark)}.btn{border-radius:var(--radius-lg);cursor:pointer;transition:all var(--transition-base);border:none;justify-content:center;align-items:center;gap:8px;padding:14px 32px;font-size:1rem;font-weight:600;line-height:1;text-decoration:none;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--color-morning), var(--color-morning-dark));color:var(--color-text);box-shadow:var(--shadow-md), var(--shadow-glow-morning)}.btn-primary:hover{box-shadow:var(--shadow-lg), 0 0 60px #f5c8424d;color:var(--color-text);transform:translateY(-2px)}.btn-secondary{background:var(--color-bg);color:var(--color-evening);border:2px solid var(--color-evening)}.btn-secondary:hover{background:var(--color-evening);color:#fff;transform:translateY(-2px)}.card{background:var(--color-bg);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);padding:var(--space-xl);transition:all var(--transition-base)}.card:hover{box-shadow:var(--shadow-lg);border-color:#0000;transform:translateY(-4px)}.card-morning{border-left:4px solid var(--color-morning)}.card-evening{border-left:4px solid var(--color-evening)}.grid-2{gap:var(--space-xl);grid-template-columns:repeat(2,1fr);display:grid}.grid-3{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);display:grid}.grid-4{gap:var(--space-lg);grid-template-columns:repeat(4,1fr);display:grid}.grid-5{gap:var(--space-lg);grid-template-columns:repeat(5,1fr);display:grid}.stat-item{text-align:center;padding:var(--space-lg)}.stat-number{background:linear-gradient(135deg, var(--color-morning), var(--color-evening));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800;line-height:1.1}.stat-label{color:var(--color-text-secondary);margin-top:var(--space-xs);font-size:.9rem}.feature-item{align-items:center;gap:var(--space-md);padding:var(--space-md);border-radius:var(--radius-md);transition:background var(--transition-fast);display:flex}.feature-item:hover{background:var(--color-bg-soft)}.feature-icon{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.feature-icon-morning{background:var(--color-morning-light)}.feature-icon-evening{background:var(--color-evening-light)}.table-wrapper{border-radius:var(--radius-md);border:1px solid var(--color-border);overflow-x:auto}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid var(--color-border-light);padding:12px 16px;font-size:.95rem}th{background:var(--color-bg-soft);text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-secondary);font-size:.85rem;font-weight:600}tr:hover td{background:var(--color-bg-warm)}tr:last-child td{border-bottom:none}.legal-notice{background:var(--color-bg-soft);border-radius:var(--radius-md);padding:var(--space-md) var(--space-lg);color:var(--color-text-muted);text-align:center;margin-top:var(--space-xl);border:1px solid var(--color-border-light);font-size:.85rem}@media (max-width:1024px){.grid-4{grid-template-columns:repeat(2,1fr)}.grid-5{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){h1{font-size:1.75rem}h2{font-size:1.4rem}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.grid-5{grid-template-columns:repeat(2,1fr)}.section{padding:var(--space-2xl) 0}.container{padding:0 var(--space-md)}.btn{padding:12px 24px;font-size:.95rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}.fade-in-up{animation:.6s forwards fadeInUp}html[lang=en]{--spacing-tracking:normal}html[lang=en] h1{letter-spacing:-.015em;line-height:1.15}html[lang=en] h2,html[lang=en] h3{letter-spacing:-.01em}html[lang=en] body{line-height:1.65}html[lang=en] .btn{white-space:nowrap}@media (max-width:900px){html[lang=en] .btn{white-space:normal}}html[lang=en] .section-title p{max-width:640px;margin-left:auto;margin-right:auto}
.Header-module__9fWxfa__header{z-index:100;-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--color-border-light);height:var(--header-height);background:#ffffffd9;position:sticky;top:0}.Header-module__9fWxfa__headerInner{max-width:var(--max-width);padding:0 var(--space-lg);justify-content:space-between;align-items:center;height:100%;margin:0 auto;display:flex}.Header-module__9fWxfa__logo{color:var(--color-text);box-sizing:border-box;align-items:center;height:100%;padding:8px 0;text-decoration:none;display:flex}.Header-module__9fWxfa__logoImage{object-fit:contain;width:auto;max-width:140px;height:70%;max-height:56px;display:block}.Header-module__9fWxfa__nav{align-items:center;gap:4px;display:flex}.Header-module__9fWxfa__navLink{color:var(--color-text-secondary);border-radius:var(--radius-sm);transition:all var(--transition-fast);padding:8px 16px;font-size:.95rem;font-weight:500;text-decoration:none}.Header-module__9fWxfa__navLink:hover,.Header-module__9fWxfa__navLinkActive{color:var(--color-text);background:var(--color-bg-soft)}.Header-module__9fWxfa__navCTA{background:linear-gradient(135deg, var(--color-morning), var(--color-morning-dark));border-radius:var(--radius-full);margin-left:8px;padding:8px 20px;font-size:.9rem;font-weight:600;color:var(--color-text)!important}.Header-module__9fWxfa__navCTA:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.Header-module__9fWxfa__menuToggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;display:none}.Header-module__9fWxfa__menuBar{background:var(--color-text);width:22px;height:2px;transition:all var(--transition-fast);border-radius:2px}@media (max-width:768px){.Header-module__9fWxfa__menuToggle{display:flex}.Header-module__9fWxfa__nav{top:var(--header-height);background:var(--color-bg);padding:var(--space-md);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-lg);flex-direction:column;display:none;position:absolute;left:0;right:0}.Header-module__9fWxfa__navOpen{display:flex}.Header-module__9fWxfa__navLink{width:100%;padding:12px 16px}.Header-module__9fWxfa__dropdownToggle{text-align:left;justify-content:flex-start;width:100%}.Header-module__9fWxfa__navCTA{text-align:center;margin:8px 0 0}.Header-module__9fWxfa__dropdownMenu{box-shadow:none;padding:0;padding-left:var(--space-lg);border:none;border-radius:0;position:static}.Header-module__9fWxfa__dropdownItem{border-radius:var(--radius-sm);padding:10px 16px}}.Header-module__9fWxfa__dropdown{position:relative}.Header-module__9fWxfa__dropdownToggle{cursor:pointer;font:inherit;background:0 0;border:none;align-items:center;gap:4px;display:flex}.Header-module__9fWxfa__dropdownArrow{font-size:.65rem;transition:transform .2s;display:inline-block}.Header-module__9fWxfa__arrowOpen{transform:rotate(180deg)}.Header-module__9fWxfa__dropdownMenu{background:var(--color-bg);border:1px solid var(--color-border-light);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:var(--space-xs) 0;z-index:200;min-width:180px;position:absolute;top:100%;left:50%;transform:translate(-50%)}.Header-module__9fWxfa__dropdownItem{color:var(--color-text-secondary);transition:all var(--transition-fast);white-space:nowrap;padding:10px 20px;font-size:.9rem;text-decoration:none;display:block}.Header-module__9fWxfa__dropdownItem:hover{color:var(--color-text);background:var(--color-bg-soft)}.Header-module__9fWxfa__langSwitch{margin-left:var(--space-sm);white-space:nowrap;align-items:center;gap:6px;font-size:.85rem;font-weight:600;display:inline-flex}.Header-module__9fWxfa__langOption{color:var(--color-text-muted);border-radius:var(--radius-sm);transition:color var(--transition-fast);padding:2px 4px;text-decoration:none}.Header-module__9fWxfa__langOption:hover{color:var(--color-evening-dark)}.Header-module__9fWxfa__langCurrent{color:var(--color-evening-dark);font-weight:700}.Header-module__9fWxfa__langDivider{color:var(--color-border)}@media (max-width:768px){.Header-module__9fWxfa__langSwitch{justify-content:center;margin:8px 0 0;font-size:1rem}}
.Footer-module__nhiC3q__footer{background:var(--color-text);color:#ccd1d9;padding:var(--space-3xl) 0 var(--space-xl)}.Footer-module__nhiC3q__footerGrid{max-width:var(--max-width);padding:0 var(--space-lg);gap:var(--space-2xl);grid-template-columns:2fr 1fr 1fr 1fr;margin:0 auto;display:grid}.Footer-module__nhiC3q__footerBrand h3{color:#fff;margin-bottom:var(--space-sm);font-size:1.3rem}.Footer-module__nhiC3q__footerBrand .Footer-module__nhiC3q__slogan{color:#8b90a0;margin-bottom:var(--space-lg);font-size:.9rem}.Footer-module__nhiC3q__footerBrand .Footer-module__nhiC3q__hotline{color:var(--color-morning);align-items:center;gap:8px;font-size:1.1rem;font-weight:600;display:flex}.Footer-module__nhiC3q__footerCol h4{color:#fff;margin-bottom:var(--space-md);text-transform:uppercase;letter-spacing:.05em;font-size:.9rem}.Footer-module__nhiC3q__footerCol a{color:#8b90a0;transition:color var(--transition-fast);padding:4px 0;font-size:.9rem;text-decoration:none;display:block}.Footer-module__nhiC3q__footerCol a:hover{color:#fff}.Footer-module__nhiC3q__footerBottom{max-width:var(--max-width);padding:var(--space-xl) var(--space-lg) 0;margin:0 auto;margin-top:var(--space-2xl);border-top:1px solid #ffffff1a}.Footer-module__nhiC3q__legalText{color:#6b7080;text-align:center;font-size:.8rem;line-height:1.6}.Footer-module__nhiC3q__copyright{text-align:center;color:#6b7080;margin-top:var(--space-md);font-size:.8rem}@media (max-width:768px){.Footer-module__nhiC3q__footerGrid{gap:var(--space-xl);grid-template-columns:1fr}}
.PurchaseModal-module__6lwX1W__overlay{-webkit-backdrop-filter:blur(8px);z-index:9999;padding:var(--space-md);background-color:#0f172aa6;justify-content:center;align-items:center;animation:.2s ease-out PurchaseModal-module__6lwX1W__fadeIn;display:flex;position:fixed;inset:0}@keyframes PurchaseModal-module__6lwX1W__fadeIn{0%{opacity:0}to{opacity:1}}.PurchaseModal-module__6lwX1W__modal{border-radius:var(--radius-xl);background:#fff;border:1px solid #e5e7ebcc;width:100%;max-width:480px;animation:.25s cubic-bezier(.16,1,.3,1) PurchaseModal-module__6lwX1W__slideUp;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}@keyframes PurchaseModal-module__6lwX1W__slideUp{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.PurchaseModal-module__6lwX1W__closeBtn{color:#64748b;cursor:pointer;z-index:10;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;transition:all .15s;display:flex;position:absolute;top:1rem;right:1rem}.PurchaseModal-module__6lwX1W__closeBtn:hover{color:#0f172a;background:#e2e8f0}.PurchaseModal-module__6lwX1W__modalHeader{text-align:center;background:linear-gradient(#f8fafc 0%,#fff 100%);border-bottom:1px solid #f1f5f9;padding:1.5rem 1.5rem 1rem}.PurchaseModal-module__6lwX1W__brandBadge{color:#2563eb;background:#eff6ff;border-radius:999px;margin-bottom:.5rem;padding:3px 10px;font-size:.75rem;font-weight:600;display:inline-block}.PurchaseModal-module__6lwX1W__title{color:var(--color-text);margin:0 0 .25rem;font-size:1.35rem;font-weight:700}.PurchaseModal-module__6lwX1W__subtitle{color:var(--color-text-secondary);margin:0;font-size:.82rem;line-height:1.4}.PurchaseModal-module__6lwX1W__productBrief{border-radius:var(--radius-md);background:#f8fafc;border:1px solid #e2e8f0;align-items:center;gap:.875rem;margin:1rem 1.25rem .5rem;padding:.75rem;display:flex}.PurchaseModal-module__6lwX1W__briefImg{border-radius:var(--radius-sm);object-fit:cover;border:1px solid #cbd5e1;width:64px;height:64px}.PurchaseModal-module__6lwX1W__briefInfo{flex:1}.PurchaseModal-module__6lwX1W__briefTitle{color:var(--color-text);margin-bottom:.2rem;font-size:.92rem;font-weight:700}.PurchaseModal-module__6lwX1W__briefDesc{color:var(--color-text-muted);margin-bottom:.35rem;font-size:.75rem}.PurchaseModal-module__6lwX1W__briefPrice{align-items:baseline;gap:.35rem;display:flex}.PurchaseModal-module__6lwX1W__priceSymbol{color:#e11d48;font-size:.85rem;font-weight:700}.PurchaseModal-module__6lwX1W__priceNum{color:#e11d48;font-size:1.25rem;font-weight:800}.PurchaseModal-module__6lwX1W__priceTag{color:#e11d48;background:#ffe4e6;border-radius:4px;padding:2px 6px;font-size:.7rem;font-weight:600}.PurchaseModal-module__6lwX1W__tabs{border-radius:var(--radius-md);background:#f1f5f9;gap:4px;margin:.875rem 1.25rem 0;padding:3px;display:flex}.PurchaseModal-module__6lwX1W__tabBtn{color:#64748b;border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;flex:1;padding:.6rem .5rem;font-size:.88rem;font-weight:600;transition:all .15s}.PurchaseModal-module__6lwX1W__tabActive{color:var(--color-text);background:#fff;box-shadow:0 1px 4px #00000014}.PurchaseModal-module__6lwX1W__wechatNotice{border-radius:var(--radius-sm);color:#854d0e;background:#fefce8;border:1px solid #fef08a;gap:.5rem;margin:.75rem 1.25rem 0;padding:.65rem .875rem;font-size:.78rem;line-height:1.4;display:flex}.PurchaseModal-module__6lwX1W__wechatNotice strong{margin-bottom:2px;display:block}.PurchaseModal-module__6lwX1W__wechatNotice p{margin:0}.PurchaseModal-module__6lwX1W__tabContent{padding:1rem 1.25rem .5rem}.PurchaseModal-module__6lwX1W__mobileActions{flex-direction:column;gap:.75rem;display:flex}.PurchaseModal-module__6lwX1W__primaryActionBtn{color:#fff;border-radius:var(--radius-md);cursor:pointer;text-align:left;background:linear-gradient(135deg,#ff5000 0%,#ff7b00 100%);border:none;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:.875rem 1rem;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 4px 12px #ff500040}.PurchaseModal-module__6lwX1W__primaryActionBtn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #ff500059}.PurchaseModal-module__6lwX1W__primaryActionBtn span{font-size:1.4rem}.PurchaseModal-module__6lwX1W__primaryActionBtn strong{font-size:.95rem;font-weight:700;line-height:1.2;display:block}.PurchaseModal-module__6lwX1W__primaryActionBtn small{opacity:.92;margin-top:2px;font-size:.74rem;display:block}.PurchaseModal-module__6lwX1W__koulingBox{border-radius:var(--radius-sm);background:#f8fafc;border:1px dashed #cbd5e1;padding:.65rem .75rem}.PurchaseModal-module__6lwX1W__koulingLabel{color:#64748b;margin-bottom:.25rem;font-size:.72rem}.PurchaseModal-module__6lwX1W__koulingCode{color:#0f172a;-webkit-user-select:all;user-select:all;word-break:break-all;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.78rem;line-height:1.3}.PurchaseModal-module__6lwX1W__secondaryActionBtn{text-align:center;color:#334155;border-radius:var(--radius-md);background:#f1f5f9;padding:.65rem;font-size:.84rem;font-weight:600;text-decoration:none;transition:background .15s;display:block}.PurchaseModal-module__6lwX1W__secondaryActionBtn:hover{background:#e2e8f0}.PurchaseModal-module__6lwX1W__desktopActions{flex-direction:column;align-items:center;padding:.5rem 0;display:flex}.PurchaseModal-module__6lwX1W__qrCard{text-align:center;border-radius:var(--radius-md);background:#f8fafc;border:1px solid #e2e8f0;padding:1rem 1.5rem .85rem}.PurchaseModal-module__6lwX1W__qrImg{border-radius:var(--radius-sm);background:#fff;width:140px;height:140px;margin:0 auto .65rem;padding:4px;display:block;box-shadow:0 2px 8px #0000000f}.PurchaseModal-module__6lwX1W__qrText{color:#475569;font-size:.82rem}.PurchaseModal-module__6lwX1W__desktopDivider{color:#94a3b8;margin:.6rem 0;font-size:.75rem;position:relative}.PurchaseModal-module__6lwX1W__desktopWebBtn{color:#fff;border-radius:var(--radius-md);background:#0f172a;padding:.65rem 1.25rem;font-size:.84rem;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-block}.PurchaseModal-module__6lwX1W__desktopWebBtn:hover{opacity:.9}.PurchaseModal-module__6lwX1W__guaranteeGrid{text-align:center;background:#f8fafc;border-top:1px solid #f1f5f9;grid-template-columns:repeat(4,1fr);gap:.5rem;padding:.875rem 1.25rem;display:grid}.PurchaseModal-module__6lwX1W__guaranteeItem{color:#64748b;flex-direction:column;align-items:center;gap:.2rem;font-size:.72rem;display:flex}.PurchaseModal-module__6lwX1W__guaranteeIcon{font-size:1rem}.PurchaseModal-module__6lwX1W__toast{color:#fff;pointer-events:none;white-space:nowrap;z-index:20;background:#0f172aeb;border-radius:999px;padding:.6rem 1.2rem;font-size:.82rem;font-weight:500;animation:.2s ease-out PurchaseModal-module__6lwX1W__toastPop;position:absolute;top:1.5rem;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #0003}@keyframes PurchaseModal-module__6lwX1W__toastPop{0%{opacity:0;transform:translate(-50%,-10px)}to{opacity:1;transform:translate(-50%)}}
