
:root{--blue:#2563eb;--sky:#0ea5e9;--text:#0f172a;--muted:#64748b;--line:#dbe7f7;--bg:#f3f7fc}*{box-sizing:border-box}body{margin:0;background:linear-gradient(180deg,#f8fbff 0,#eef5ff 55%,#f8fbff 100%);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif}.mt-header{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);box-shadow:0 1px 0 rgba(15,23,42,.08)}.mt-nav{max-width:1280px;margin:0 auto;height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 24px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:#0f172a;font-weight:950;font-size:22px}.logo{width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,#0284c7,#22c55e);color:#fff;display:grid;place-items:center;font-weight:900}.links{display:flex;gap:8px;align-items:center}.links a{padding:10px 14px;border-radius:14px;color:#334155;text-decoration:none;font-weight:800}.links a:hover,.links a.active{background:#eaf3ff;color:#2563eb}.wrap{max-width:1120px;margin:0 auto;padding:42px 24px 70px}.crumb{color:#64748b;margin-bottom:24px}.crumb a{color:#2563eb;text-decoration:none;font-weight:800}.article{background:#17181d;color:#f8fafc;border-radius:24px;box-shadow:0 28px 80px rgba(15,23,42,.12);padding:48px 56px;margin:0 auto}.meta{display:flex;gap:10px;color:#93a4b8;font-size:16px;margin-bottom:18px}.article h1{font-size:42px;line-height:1.2;margin:0 0 28px;font-weight:950;letter-spacing:-1px}.article p{font-size:19px;line-height:1.95;color:#d7dee8;margin:0 0 22px}.article h2{font-size:27px;margin:42px 0 16px;color:#fff}.steps{display:grid;gap:14px;margin:18px 0 28px}.step{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.10);border-radius:16px;padding:16px 18px;color:#e5edf8;font-size:18px;line-height:1.7}.step b{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#2563eb;margin-right:10px}.tutorial-img{display:block;width:100%;border-radius:18px;margin:26px 0;border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 44px rgba(0,0,0,.22);background:#fff}.note{background:#e9fff4;color:#065f46;border-radius:16px;padding:18px 20px;margin-top:28px;line-height:1.8;font-weight:700}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.card{display:block;background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;text-decoration:none;color:#0f172a;box-shadow:0 18px 44px rgba(15,23,42,.06)}.card:hover{border-color:#2563eb;transform:translateY(-2px)}.card h3{margin:8px 0 10px;font-size:22px}.card p{margin:0;color:#64748b;line-height:1.7}.hero{margin-bottom:28px}.hero h1{font-size:44px;margin:0 0 8px}.hero p{color:#64748b;font-size:18px}.footer{text-align:center;color:#64748b;padding:40px}.backtop{position:fixed;right:24px;bottom:24px;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#2563eb;color:#fff;text-decoration:none;font-weight:900;box-shadow:0 18px 44px rgba(37,99,235,.28)}@media(max-width:800px){.links{display:none}.article{padding:30px 22px;border-radius:18px}.article h1{font-size:32px}.grid{grid-template-columns:1fr}.wrap{padding:28px 14px}.mt-nav{padding:0 14px}.article p,.step{font-size:16px}}
