*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{color:#333;background:#fff;min-height:100vh;font-family:PingFang SC,Microsoft YaHei,Helvetica Neue,Arial,sans-serif;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;font:inherit;background:0 0;border:none}:focus-visible{outline:2px solid var(--color-brand);outline-offset:2px;border-radius:2px}:focus:not(:focus-visible){outline:none}:root{--ring:var(--color-brand);--color-brand-50:#fceaea;--color-brand-100:#fab5b5;--color-brand-200:#f7a0a0;--color-brand-300:#f27575;--color-brand-400:#ed4d4d;--color-brand:#e51c1c;--color-brand-500:#e51c1c;--color-brand-600:#b71717;--color-brand-700:#991010;--color-brand-800:#6b0808;--color-brand-900:#3d0202;--shadow-glow:0 0 20px #e51c1c4d;--shadow-glow-lg:0 0 40px #e51c1c66;--color-success:#29a04d;--color-success-light:#eaf7ee;--color-warning:#e8811c;--color-warning-light:#fbf0e4;--color-danger:#e54848;--color-danger-light:#fceaea;--color-info:#737373;--color-text:#1a1a1a;--color-text-secondary:#404040;--color-text-muted:#737373;--color-text-placeholder:#999;--color-bg:#fafafa;--color-bg-secondary:#f5f5f5;--color-bg-elevated:#fff;--color-border:#e0e0e0;--color-border-light:#f0f0f0;--radius:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--shadow-sm:0 0 6px #0000000d;--shadow-md:0 2px 12px #0000001a;--shadow-lg:0 8px 24px #0000001f;--duration-fast:.15s;--duration-standard:.3s;--duration-emphasized:.5s;--duration-slow:.7s;--ease-standard:cubic-bezier(.4, 0, .2, 1);--ease-emphasized:cubic-bezier(.16, 1, .3, 1);--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--gradient-brand:linear-gradient(135deg, #e51c1c 0%, #ff2d2d 100%);--gradient-hero:linear-gradient(180deg, #fafafa 0%, #fceaea 50%, #fafafa 100%);--gradient-cta:linear-gradient(135deg, #d91919 0%, #ff2d2d 100%);--gradient-text:linear-gradient(90deg, #e51c1c 0%, #ff5252 100%);--font-family-base:"PingFang SC", "Microsoft YaHei", system-ui, -apple-system, sans-serif;--font-family-mono:"SF Mono", "Fira Code", monospace;--text-display:3.5rem;--text-h1:2.5rem;--text-h2:2rem;--text-h3:1.5rem;--text-h4:1.25rem;--text-body:1rem;--text-body-sm:.875rem;--text-caption:.75rem;--header-height:72px;--content-max-width:1400px}html.dark{--color-brand-50:#fceeee;--color-brand-100:#fac0c0;--color-brand-200:#f7abab;--color-brand-300:#f28585;--color-brand-400:#ff5252;--color-brand:#e83838;--color-brand-500:#e83838;--color-brand-600:#c12929;--color-brand-700:#a02020;--color-brand-800:#701515;--color-brand-900:#4a0a0a;--shadow-glow:0 0 20px #ff525266;--shadow-glow-lg:0 0 40px #ff525280;--color-text:#f2f2f2;--color-text-secondary:#d9d9d9;--color-text-muted:#999;--color-text-placeholder:#666;--color-bg:#141414;--color-bg-secondary:#1f1f1f;--color-bg-elevated:#2e2e2e;--color-border:#3a3a3a;--color-border-light:#2e2e2e;--shadow-sm:0 1px 3px #0000004d;--shadow-md:0 2px 12px #0000004d;--shadow-lg:0 8px 24px #0006;--gradient-hero:linear-gradient(180deg, #141414 0%, #2e2e2e 50%, #141414 100%)}.section-title{text-align:center;color:var(--color-text);margin-bottom:.5rem;font-size:2rem;font-weight:700}.section-subtitle{color:var(--color-text-muted);text-align:center;margin-bottom:3rem;font-size:1rem}.rich-content{color:var(--color-text-secondary);word-wrap:break-word;overflow-wrap:break-word;font-size:1rem;line-height:1.8}.rich-content h1,.rich-content h2,.rich-content h3{color:var(--color-text);margin:1.5em 0 .5em}.rich-content p{margin:1em 0}.rich-content img,.rich-content video,.rich-content iframe{border-radius:var(--radius-lg);max-width:100%;height:auto;margin:1.5em auto}.rich-content table{max-width:100%;display:block;overflow-x:auto}.rich-content a{color:var(--color-brand);text-decoration:underline}img[loading]{display:block}img.error-fallback{background:var(--color-bg-secondary);justify-content:center;align-items:center;min-height:100px;display:flex}.img-placeholder{background:var(--color-bg-secondary);position:relative;overflow:hidden}.img-placeholder:after{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);animation:1.5s infinite img-shimmer;position:absolute;inset:0}@keyframes img-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.aspect-ratio-box{width:100%;position:relative;overflow:hidden}.aspect-ratio-box>img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.skeleton{border-radius:var(--radius);background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;animation:1.5s infinite shimmer}html.dark .skeleton{background:linear-gradient(90deg,#2a2a2a 25%,#3a3a3a 50%,#2a2a2a 75%)}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}html.dark body{color:var(--color-text);background:var(--color-bg)}html.dark .card-base{background:var(--color-bg-elevated);box-shadow:var(--shadow-sm)}html.dark .card-base:hover{box-shadow:var(--shadow-md)}html.dark .site-header.scrolled{box-shadow:var(--shadow-sm);background:#1a1a1af2}html.dark .nav-link--disabled{color:var(--color-text-muted)}html.dark .rich-content img{opacity:.9}.detail-skeleton{padding:2rem 0}.skip-link{z-index:200;background:var(--color-brand);color:#fff;border-radius:var(--radius);padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:top .2s;position:absolute;top:-100%;left:.5rem}.skip-link:focus{top:.5rem}@media (width<=768px){.section-title{font-size:1.5rem}.section-subtitle{margin-bottom:2rem;font-size:.9rem}.section-py{padding:3rem 0}.rich-content{font-size:.95rem}}*,:before,:after,::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 #0000;--un-ring-shadow:0 0 #0000;--un-shadow-inset: ;--un-shadow:0 0 #0000;--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:#93c5fd80;--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.section-container{width:100%;max-width:1400px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.section-subtitle{text-align:center;color:var(--color-text-muted);margin-bottom:3rem;font-size:1rem;line-height:1.5rem}.section-title{text-align:center;color:var(--color-text);margin-bottom:.5rem;font-size:1.875rem;font-weight:700;line-height:2.25rem}.btn-outline{border-width:2px;border-color:var(--color-brand);color:var(--color-brand);border-radius:.5rem;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-weight:500;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-primary{background-color:var(--color-brand);--un-text-opacity:1;color:rgb(255 255 255/var(--un-text-opacity));border-radius:.5rem;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-weight:500;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:inline-flex}.card-base:hover,[card-base=""]:hover{--un-translate-y:-.25rem;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));--un-shadow:var(--un-shadow-inset) 0 10px 15px -3px var(--un-shadow-color,#0000001a),var(--un-shadow-inset) 0 4px 6px -4px var(--un-shadow-color,#0000001a);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.btn-primary:active{--un-scale-x:.98;--un-scale-y:.98;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.card-base,[card-base=""]{border-width:1px;border-color:var(--color-border);background-color:var(--color-bg-elevated);--un-shadow:var(--un-shadow-inset) 0 4px 6px -1px var(--un-shadow-color,#0000001a),var(--un-shadow-inset) 0 2px 4px -2px var(--un-shadow-color,#0000001a);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);border-radius:.75rem;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.btn-outline:hover{background-color:var(--color-brand);--un-text-opacity:1;color:rgb(255 255 255/var(--un-text-opacity))}.btn-primary:hover{background-color:var(--color-brand-600);--un-shadow:var(--shadow-glow);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.text-gradient{--un-gradient-from-position:0%;--un-gradient-from:var(--color-brand) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:var(--color-brand-400) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to);--un-gradient-shape:to right in oklch;--un-gradient:var(--un-gradient-shape), var(--un-gradient-stops);background-image:linear-gradient(var(--un-gradient));color:#0000;-webkit-background-clip:text;background-clip:text}.section-py{padding-top:4rem;padding-bottom:4rem}@media (width>=640px){.section-container{padding-left:1.5rem;padding-right:1.5rem}.section-py{padding-top:5rem;padding-bottom:5rem}}@media (width>=1024px){.section-container{padding-left:2rem;padding-right:2rem}.section-py{padding-top:6rem;padding-bottom:6rem}}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.sticky{position:sticky}.static{position:static}.line-clamp-1{-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-2{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}[line-clamp-1~=default\:]:default{-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}[rows~="4"]{grid-template-rows:repeat(4,minmax(0,1fr))}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:.25rem}.mb-2,[is-active~=mb-2]:active,[mb-2=""]{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6,[is-active~=mb-6]:active{margin-bottom:1.5rem}.mb-8,[mb-8=""]{margin-bottom:2rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-2{margin-top:.5rem}.block,[block=""]{display:block}.hidden{display:none}.aspect-video{aspect-ratio:16/9}.h-0{height:0}.h-12{height:3rem}.h-3,.h3,[h-3=""]{height:.75rem}.h-32{height:8rem}.h-4,.h4,[h-4=""],[is-active~=h-4]:active{height:1rem}.h-44{height:11rem}.h-48,[h-48=""]{height:12rem}.h-5,[h-5=""]{height:1.25rem}.h-6{height:1.5rem}.h-64,[is-active~=h-64]:active{height:16rem}.h-8,[h-8=""]{height:2rem}.h-9,[is-active~=h-9]:active{height:2.25rem}.h-96,[h-96=""]{height:24rem}.h1{height:.25rem}.h2{height:.5rem}.max-h-96{max-height:24rem}.w-1\/2{width:50%}.w-1\/3,[is-active~=w-1\/3]:active{width:33.3333%}.w-1\/4{width:25%}.w-12{width:3rem}.w-16{width:4rem}.w-2\/3{width:66.6667%}.w-20,[w-20=""]{width:5rem}.w-24,[w-24=""]{width:6rem}.w-3\/4{width:75%}.w-5\/6,[is-active~=w-5\/6]:active{width:83.3333%}.w-full,[is-active~=w-full]:active,[w-full=""]{width:100%}[w-1=""]{width:.25rem}[w-2=""]{width:.5rem}[w-3=""]{width:.75rem}[w-5=""]{width:1.25rem}.flex{display:flex}.inline-flex{display:inline-flex}.flex-shrink{flex-shrink:1}.flex-wrap{flex-wrap:wrap}.transform{transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.space-y-3>:not([hidden])~:not([hidden]),[space-y-3=""]>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(.75rem * var(--un-space-y-reverse))}.overflow-hidden{overflow:hidden}.border,[border=""]{border-width:1px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-\[var\(--color-border-light\)\]{border-color:var(--color-border-light)}.border-\[var\(--color-border\)\]{border-color:var(--color-border)}.border-brand{border-color:var(--color-brand)}.border-gray-200{--un-border-opacity:1;border-color:rgb(229 231 235/var(--un-border-opacity))}.hover\:border-brand:hover{border-color:var(--color-brand)}.rounded,[is-active~=rounded]:active,[rounded=""]{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg,[is-active~=rounded-lg]:active,[rounded-lg=""]{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.bg-brand{background-color:var(--color-brand)}.bg-brand-50{background-color:var(--color-brand-50)}[stroke-width~="1.5"]{stroke-width:1.5px}[stroke-width~="2"]{stroke-width:2px}[stroke~=\#fff]{--un-stroke-opacity:1;stroke:rgb(255 255 255/var(--un-stroke-opacity))}.object-cover{object-fit:cover}.p-4{padding:1rem}.p-5,[p-5=""]{padding:1.25rem}.p-6{padding:1.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4,[px-4=""]{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2,[py-2=""]{padding-top:.5rem;padding-bottom:.5rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pt-8{padding-top:2rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm,[text-sm=""]{font-size:.875rem;line-height:1.25rem}.text-xs,[text-xs=""]{font-size:.75rem;line-height:1rem}.text-\[var\(--color-text-muted\)\]{color:var(--color-text-muted)}.text-\[var\(--color-text-secondary\)\]{color:var(--color-text-secondary)}.text-brand,[text-brand=""]{color:var(--color-brand)}.text-gray-400,[text-gray-400=""]{--un-text-opacity:1;color:rgb(156 163 175/var(--un-text-opacity))}.text-gray-500{--un-text-opacity:1;color:rgb(107 114 128/var(--un-text-opacity))}.text-white{--un-text-opacity:1;color:rgb(255 255 255/var(--un-text-opacity))}.hover\:text-brand:hover{color:var(--color-brand)}.font-bold{font-weight:700}.font-medium{font-weight:500}.hover\:underline:hover,[hover\:underline=""]:hover{text-decoration-line:underline}.tab{tab-size:4}.hover\:opacity-90:hover{opacity:.9}.disabled\:opacity-40:disabled{opacity:.4}.outline{outline-style:solid}.backdrop-filter{-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-property:opacity;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-200{transition-duration:.2s}.ease{transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (width>=768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}
