.social-btn-wechat{color:#07c160}.home-sections{display:flex;flex-direction:column;gap:3.5rem}.home-section{animation:sectionIn .4s ease-out backwards;animation-delay:.2s}.home-section:nth-child(2){animation-delay:.3s}.home-section:nth-child(3){animation-delay:.45s}.home-section-tools{margin-top:-1.5rem}.hero-section{position:relative;overflow:hidden;padding:2.25rem 1.75rem}@media(min-width:640px){.hero-section{padding:3rem 2.75rem}}.hero-bg{position:absolute;inset:0;background:radial-gradient(560px 240px at 0% 0%,var(--hero-orb-a) 0%,transparent 66%),radial-gradient(420px 220px at 100% 100%,var(--hero-orb-b) 0%,transparent 72%);pointer-events:none}.hero-content{position:relative}.hero-badge{position:relative;display:inline-flex;align-items:center;margin-bottom:1.25rem;overflow:hidden;border-radius:999px;border:1px solid color-mix(in srgb,var(--line-strong) 72%,white 28%);background:linear-gradient(180deg,#fffffff5,color-mix(in srgb,var(--surface-strong) 88%,#d7deeb 12%) 46%,color-mix(in srgb,var(--surface-soft) 84%,#c8d2e3 16%));padding:.32rem .92rem .36rem;font-size:.75rem;font-weight:700;color:color-mix(in srgb,var(--muted) 90%,var(--text) 10%);letter-spacing:.04em;text-shadow:0 1px 0 rgba(255,255,255,.78);box-shadow:inset 0 1px #ffffffeb,inset 0 -1px #7e8da824,0 12px 24px -22px var(--shadow-soft)}.hero-badge:before,.hero-badge:after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none}.hero-badge:before{background:linear-gradient(90deg,#fff0,#ffffffc7 18%,#ffffff14 34%,#fff0 52%,#ffffff6b 74%,#fff0);opacity:.72}.hero-badge:after{inset:1px;background:linear-gradient(180deg,#ffffff75,#ffffff14 42%,#7785a014)}:root.dark .hero-badge,[data-theme=dark] .hero-badge{border-color:color-mix(in srgb,var(--line-strong) 84%,var(--accent) 16%);background:linear-gradient(180deg,color-mix(in srgb,var(--surface-raised) 96%,white 4%),color-mix(in srgb,var(--surface-strong) 92%,var(--accent-soft) 8%));color:color-mix(in srgb,var(--text) 84%,var(--accent) 16%);text-shadow:0 1px 0 rgba(6,8,13,.48);box-shadow:inset 0 1px #ffffff14,inset 0 -1px #080b126b,0 12px 24px -22px var(--shadow-strong)}:root.dark .hero-badge:before,[data-theme=dark] .hero-badge:before{background:linear-gradient(90deg,#fff0,#ffffff1f 18%,#ffffff08 40%,#fff0 60%,#ffffff0f 82%,#fff0);opacity:.4}:root.dark .hero-badge:after,[data-theme=dark] .hero-badge:after{background:linear-gradient(180deg,#ffffff0a,#ffffff03 44%,#080b1229)}.hero-title{max-width:42rem;font-family:var(--font-serif);font-size:1.6rem;font-weight:600;line-height:1.2;letter-spacing:-.02em;color:var(--text)}@media(min-width:640px){.hero-title{font-size:2rem}}.hero-desc{margin-top:1.25rem;max-width:36rem;font-size:.9375rem;line-height:1.75;color:var(--muted)}.hero-social{display:flex;flex-wrap:wrap;gap:.625rem;margin-top:2rem}.posts-grid{display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width:768px){.posts-grid{grid-template-columns:repeat(2,1fr)}}.post-item{animation:fadeSlideIn .4s ease-out backwards;animation-delay:var(--delay)}.tools-grid{display:grid;gap:1rem;grid-template-columns:repeat(1,1fr)}@media(min-width:640px){.tools-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1280px){.tools-grid{grid-template-columns:repeat(4,1fr)}}.tool-item{animation:fadeSlideIn .4s ease-out backwards;animation-delay:var(--delay)}.section-footer{margin-top:1.25rem;text-align:right}.view-all-link{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;color:var(--accent);text-decoration:none;padding:.5rem 1rem;border-radius:999px;border:1px solid var(--line);background:linear-gradient(180deg,color-mix(in srgb,var(--surface-strong) 82%,var(--surface) 18%),color-mix(in srgb,var(--surface) 84%,var(--surface-soft) 16%));box-shadow:0 12px 28px -24px var(--shadow-soft);transition:all .2s ease}.view-all-link:hover{background:var(--accent-soft);border-color:color-mix(in srgb,var(--accent) 40%,var(--line) 60%);color:var(--accent);transform:translateY(-1px);box-shadow:0 18px 30px -24px var(--shadow-strong);text-decoration:none}.view-all-link:after{content:"→";font-size:.75rem;transition:transform .2s ease}.view-all-link:hover:after{transform:translate(3px)}@keyframes sectionIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-section{animation:heroIn .5s cubic-bezier(.22,1,.36,1) backwards}.hero-badge{animation:fadeSlideIn .4s ease-out backwards;animation-delay:.1s}.hero-title{animation:fadeSlideIn .4s ease-out backwards;animation-delay:.18s}.hero-desc{animation:fadeSlideIn .4s ease-out backwards;animation-delay:.26s}.hero-social{animation:fadeSlideIn .4s ease-out backwards;animation-delay:.34s}@keyframes heroIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}
