:root{font-family:PingFang SC,Microsoft YaHei,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;color:#1f2937;background-color:#fffaf5}*{box-sizing:border-box}body{margin:0;background:#fffaf5}a{color:#2563eb;text-decoration:none}a:hover{text-decoration:underline}.container{width:min(1100px,92vw);margin:0 auto}.hero-wrap{position:relative;overflow:hidden;border-bottom:1px solid #fde68a}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 10%,#fde68a 0,transparent 38%),radial-gradient(circle at 80% 20%,#fbcfe8 0,transparent 34%),linear-gradient(140deg,#fff7ed,#fffbeb 55%,#fef3c7);opacity:.88}.hero{position:relative;padding:28px 0 72px;animation:fadeInUp .7s ease both}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:42px}.brand{display:inline-flex;align-items:center;gap:8px;color:#7c2d12;font-weight:700;font-size:17px}.brand:hover{text-decoration:none}.brand__dot{width:11px;height:11px;border-radius:99px;background:linear-gradient(140deg,#f97316,#ef4444)}.topbar__links{display:flex;gap:18px;font-size:14px}.topbar__links a{color:#7c2d12}.hero__body{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:start}.hero__content h1{margin:16px 0;font-size:clamp(30px,5vw,46px);line-height:1.2;letter-spacing:.3px;color:#7c2d12}.hero__content p{margin:0;max-width:780px;color:#6b3f1d;font-size:17px}.badge{display:inline-block;padding:4px 10px;border-radius:999px;font-size:12px;color:#9a3412;background:#fed7aa}.hero__actions{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-width:146px;padding:10px 18px;border-radius:10px;font-weight:600;border:1px solid transparent}.btn:hover{text-decoration:none}.btn--primary{color:#fff;background:linear-gradient(140deg,#f97316,#ea580c)}.btn--primary:hover{background:linear-gradient(140deg,#ea580c,#c2410c)}.btn--ghost{color:#9a3412;border-color:#fdba74;background:#ffffffb8}.tip{display:block;margin-top:12px;color:#7c2d12}.hero__panel{border:1px solid #fdba74;border-radius:14px;background:#fffc;padding:16px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:fadeInUp .9s ease both}.hero__panel h3{margin:0 0 10px;color:#9a3412}.hero__panel ul{margin:0;padding:0;list-style:none}.hero__panel li{display:flex;justify-content:space-between;align-items:center;border-bottom:1px dashed #fdba74;padding:8px 0;color:#7c2d12}.hero__panel li strong{color:#ea580c}.hero__panel p{margin:12px 0 0;font-size:13px;color:#9a3412}.section{padding:64px 0}.section h2{margin:0 0 22px;font-size:clamp(24px,3vw,34px);line-height:1.25}.section--alt{background:#fff7ed;border-top:1px solid #fed7aa;border-bottom:1px solid #fed7aa}.section__lead{margin:-8px 0 22px;color:#7c2d12}.grid{display:grid;gap:16px}.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.card{padding:20px;border-radius:14px;background:#fff;border:1px solid #fed7aa;box-shadow:0 10px 22px #c2410c0f;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.card:hover{transform:translateY(-2px);border-color:#fb923c;box-shadow:0 14px 26px #c2410c1f}.card h3{margin:0 0 8px;font-size:18px}.card p{margin:0;color:#7c2d12}.card code{color:#c2410c}.card__icon{display:inline-flex;width:38px;height:38px;border-radius:12px;align-items:center;justify-content:center;margin-bottom:8px;background:#ffedd5;color:#c2410c}.card__icon svg{width:20px;height:20px;fill:currentColor}.card--center{text-align:center}.card--center img{width:172px;height:172px;margin:8px auto 12px;border-radius:10px;border:1px dashed #fdba74;display:block;background:#fff}.footer{background:#7c2d12;color:#ffedd5;padding:18px 0}.footer__inner{display:flex;gap:12px;justify-content:space-between;flex-wrap:wrap;font-size:14px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.topbar{flex-direction:column;align-items:flex-start;gap:8px}.hero__body,.grid--2,.grid--3{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.hero,.hero__panel,.card{animation:none!important;transition:none!important}}
