:root{--bg0: #eef1fb;--bg1: #f7f4ff;--ink: #14151c;--muted: #6d7180;--line: #e6e8f0;--card: #ffffff;--chip: #f3f4f8;--chip-on: #16171d;--chip-on-text: #fff;--accent: #4f5dff;--accent-2: #6b57f5;--ok: #16794c;--ok-bg: #e9f8ef;--warn: #9a6700;--warn-bg: #fff6dd;--err: #b42318;--err-bg: #fde8e8;--info: #3554d1;--info-bg: #eef1ff;--shadow: 0 24px 80px rgba(40, 48, 90, .1);--input: #f5f6fb;--hero: #101218}html.dark{--bg0: #101218;--bg1: #171a24;--ink: #f2f3f7;--muted: #9aa0b4;--line: #2a2e3c;--card: #1b1e2a;--chip: #262a39;--chip-on: #f4f5f8;--chip-on-text: #15161c;--accent: #7b86ff;--accent-2: #9b86ff;--ok: #5ddea3;--ok-bg: rgba(93, 222, 163, .12);--warn: #f0c36d;--warn-bg: rgba(240, 195, 109, .12);--err: #ff8b8e;--err-bg: rgba(255, 139, 142, .12);--info: #9aa7ff;--info-bg: rgba(154, 167, 255, .12);--shadow: 0 24px 80px rgba(0, 0, 0, .35);--input: #232736;--hero: #f5f6fb}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;color:var(--ink);font-family:Manrope,Noto Sans SC,sans-serif;background:radial-gradient(900px 420px at 12% -10%,rgba(123,134,255,.22),transparent 60%),radial-gradient(720px 380px at 88% 0%,rgba(186,150,255,.18),transparent 58%),linear-gradient(180deg,var(--bg1),var(--bg0) 48%,#f3f5fb)}html.dark body{background:radial-gradient(900px 420px at 12% -10%,rgba(90,104,255,.18),transparent 60%),radial-gradient(720px 380px at 88% 0%,rgba(129,92,220,.16),transparent 58%),linear-gradient(180deg,#12141c,#0f1118)}button,input,textarea{font:inherit}a{color:var(--accent);text-decoration:none}.app{width:min(1120px,calc(100% - 32px));margin:0 auto;padding:22px 0 72px}.nav{display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{display:flex;align-items:center;gap:12px}.brand h1{margin:0;font-size:17px;letter-spacing:-.03em}.brand p{margin:2px 0 0;color:var(--muted);font-size:12px}.mk{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#5b67ff,#7a5cf4);box-shadow:0 10px 24px #4f5dff47}.mk svg{width:20px;height:20px}.ntools{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.qchip,.nav-tut,.locale,.icon-btn{display:inline-flex;align-items:center;gap:6px;height:36px;padding:0 12px;border:1px solid var(--line);border-radius:999px;background:#ffffffb8;color:var(--ink);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}html.dark .qchip,html.dark .nav-tut,html.dark .locale,html.dark .icon-btn{background:#1b1e2ad1}.qchip.live{border-color:#cdebd8}.qchip .dot{width:7px;height:7px;border-radius:50%;background:#c8ccd8}.qchip.live .dot{background:#29c071;box-shadow:0 0 0 4px #29c07129}.qlabel{color:var(--muted);font-size:12px}.qsep{color:#c5c9d6}.qchip b{font-variant-numeric:tabular-nums}.nav-tut{color:var(--ink);font-size:13px;font-weight:600}.nav-tut svg,.icon-btn svg{width:16px;height:16px}.locale{padding:3px;gap:2px}.locale button{border:0;background:transparent;color:var(--muted);height:28px;padding:0 10px;border-radius:999px;cursor:pointer}.locale button.on{background:var(--accent);color:#fff}.icon-btn{width:36px;padding:0;justify-content:center;cursor:pointer}.ann{margin:18px auto 0;width:min(760px,100%);display:flex;gap:10px;align-items:center;padding:10px 14px;border-radius:14px;background:var(--info-bg);color:var(--info);font-size:13px}.ann .tag{flex:none;font-size:11px;font-weight:700;padding:2px 8px;border-radius:999px;background:#fff}.hero{text-align:center;padding:34px 0 22px}.kick{display:inline-flex;align-items:center;height:28px;padding:0 12px;border-radius:999px;background:#efeaff;color:#6a4fe0;font-size:12px;font-weight:700}html.dark .kick{background:#9b86ff29;color:#cbb8ff}.hero h2{margin:14px 0 8px;font-size:clamp(28px,5vw,44px);letter-spacing:-.04em;color:var(--hero);line-height:1.15}.hero h2 .g{color:var(--accent)}.hero p{margin:0;color:var(--muted)}.home-tutorial-entry{position:relative;width:min(640px,100%);margin:0 auto 14px;padding:10px 14px 10px 10px;display:grid;grid-template-columns:112px minmax(0,1fr) auto;align-items:center;gap:16px;overflow:hidden;border:1px solid rgba(255,255,255,.74);border-radius:22px;background:#ffffffc7;color:var(--ink);box-shadow:0 14px 38px #28305a14;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.home-tutorial-entry:after{content:"";position:absolute;right:-52px;bottom:-70px;width:150px;height:150px;border-radius:50%;background:#6b57f51a;filter:blur(4px);pointer-events:none}.home-tutorial-entry:hover{transform:translateY(-2px);border-color:#4f5dff3d;box-shadow:0 18px 44px #28305a21}.home-tutorial-entry:focus-visible{outline:3px solid rgba(79,93,255,.28);outline-offset:3px}html.dark .home-tutorial-entry{border-color:var(--line);background:#1b1e2ad6}.home-tutorial-thumb{position:relative;display:block;width:112px;aspect-ratio:45 / 32;overflow:hidden;border-radius:15px;background:#fff;box-shadow:inset 0 0 0 1px #14151c14}.home-tutorial-thumb img{display:block;width:100%;height:100%;object-fit:cover}.home-tutorial-play{position:absolute;inset:0;margin:auto;width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.72);border-radius:50%;background:#12141dc7;color:#fff;box-shadow:0 8px 20px #12141d38;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.home-tutorial-play svg{width:15px;height:15px;margin-left:2px}.home-tutorial-copy{min-width:0;display:grid;gap:3px}.home-tutorial-meta{display:flex;align-items:center;gap:7px;color:var(--accent);font-size:11px;font-weight:800}.home-tutorial-meta i{width:3px;height:3px;border-radius:50%;background:currentColor;opacity:.55}.home-tutorial-copy strong{overflow:hidden;font-size:15px;letter-spacing:-.015em;text-overflow:ellipsis;white-space:nowrap}.home-tutorial-copy>span:last-child{overflow:hidden;color:var(--muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.home-tutorial-action{position:relative;z-index:1;display:inline-flex;align-items:center;gap:6px;color:var(--accent);font-size:12px;font-weight:800;white-space:nowrap}.home-tutorial-action svg{width:16px;height:16px;transition:transform .18s ease}.home-tutorial-entry:hover .home-tutorial-action svg{transform:translate(3px)}.card{width:min(640px,100%);margin:0 auto;background:var(--card);border-radius:28px;padding:22px 22px 26px;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.7)}html.dark .card{border-color:var(--line)}.seg,.qsub{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.seg button,.qsub button{border:0;background:var(--chip);color:var(--muted);height:36px;padding:0 16px;border-radius:999px;cursor:pointer;font-weight:650}.seg button.on,.qsub button.on{background:var(--chip-on);color:var(--chip-on-text)}.qsub{margin:14px 0 8px}.qsub button{height:32px;font-size:13px}.steps{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:8px;margin:18px 0 20px}.step{display:flex;flex-direction:column;align-items:center;gap:6px;color:var(--muted);font-size:12px}.step .dot{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--chip);font-weight:700}.step.on{color:var(--ink)}.step.on .dot{background:var(--accent);color:#fff}.step.done .dot{background:#d8defc;color:var(--accent)}.step-line{height:2px;background:var(--line);margin-bottom:18px}.step-line.done{background:#c9d2ff}.field{margin:4px 0 16px}.flabel{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:700;margin-bottom:8px}.flabel svg{width:16px;height:16px}input,textarea{width:100%;border:0;appearance:none;resize:vertical;background:var(--input);color:var(--ink);border-radius:16px;padding:14px 16px;outline:none;box-shadow:inset 0 0 0 1px transparent}input:focus,textarea:focus{box-shadow:inset 0 0 0 2px #4f5dff47}input.ok{box-shadow:inset 0 0 0 2px #16794c59}textarea{min-height:132px}textarea.short{min-height:108px}textarea.batch-in{min-height:168px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px}.fhint{margin:8px 0 0;color:var(--muted);font-size:12px}.err-hint{color:var(--err)}.alert{display:flex;flex-direction:column;gap:2px;padding:10px 12px;border-radius:14px;margin-bottom:12px;font-size:13px}.alert.err{background:var(--err-bg);color:var(--err)}.alert.warn{background:var(--warn-bg);color:var(--warn)}.alert.info{background:var(--info-bg);color:var(--info)}.alert.ok{background:var(--ok-bg);color:var(--ok)}.btn{width:100%;height:48px;border:0;border-radius:999px;color:#fff;font-weight:700;cursor:pointer;background:linear-gradient(90deg,var(--accent),var(--accent-2));display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn:disabled{opacity:.55;cursor:not-allowed}.btn.ghost{background:var(--chip);color:var(--ink)}.row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.spin{width:14px;height:14px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;display:none}.btn.loading .spin{display:inline-block;animation:spin .8s linear infinite}.btn.ghost .spin{border-color:#14151c33;border-top-color:var(--ink)}@keyframes spin{to{transform:rotate(360deg)}}.youget,.eligible{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:16px;background:#f4f6ff;margin:0 0 14px}html.dark .youget,html.dark .eligible{background:#7b86ff1a}.youget .k,.eligible .k{color:var(--muted);font-size:12px}.youget .b,.eligible .b{display:flex;align-items:center;gap:10px}.youget .ic,.eligible .ic{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#fff;color:var(--accent)}.plan{display:inline-flex;align-items:center;gap:4px;font-weight:800}.plan svg{width:16px;height:16px}.plan.tgo{color:#0f8a62}.plan.t5{color:#c27800}.plan.t20{color:#c0353a}.plan.tcredit{color:#3554d1}.summ{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:14px}.summ .lb{color:var(--muted);font-size:13px}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.guide{background:var(--input);border-radius:18px;padding:16px;margin-bottom:14px}.guide h4{margin:0 0 10px}.guide ol{margin:0;padding:0;list-style:none;display:grid;gap:8px}.guide li{display:flex;gap:8px;color:var(--muted);font-size:13px}.guide .n{width:18px;height:18px;border-radius:50%;background:#fff;color:var(--accent);display:grid;place-items:center;font-size:11px;font-weight:800;flex:none}.guide .open,.guide-more{display:inline-flex;align-items:center;gap:6px;margin-top:12px;font-weight:700}.sec{display:flex;gap:8px;color:var(--muted);font-size:12px;margin:4px 0 14px}.sec svg{width:16px;height:16px;flex:none}.done,.refresh-done{text-align:center}.ck{width:54px;height:54px;margin:8px auto 12px;border-radius:50%;display:grid;place-items:center;background:var(--ok-bg);color:var(--ok)}.ck svg{width:28px;height:28px}.done h3,.refresh-done h3{margin:0 0 6px}.eta{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:13px;margin:8px 0 16px}.eta svg{width:16px;height:16px}.detail{text-align:left;background:var(--input);border-radius:16px;padding:8px 14px;margin-bottom:16px}.drow{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--line);font-size:13px}.drow:last-child{border-bottom:0}.drow .k{color:var(--muted)}.bhint{color:var(--muted);font-size:13px;line-height:1.6;margin:8px 0 14px}.chips,.bsum{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 12px}.qchip2{background:var(--chip);border-radius:999px;padding:6px 10px;font-size:12px;color:var(--muted)}.qchip2.ok{background:var(--ok-bg);color:var(--ok)}.qchip2.err{background:var(--err-bg);color:var(--err)}.qchip2.info{background:var(--info-bg);color:var(--info)}.qchip2.warn{background:var(--warn-bg);color:var(--warn)}.blist,.tlist{display:grid;gap:8px;margin-bottom:12px}.bitem,.titem{border-radius:16px;background:var(--input);padding:12px}.btop,.titem .top{display:flex;justify-content:space-between;gap:10px;align-items:center}.bidx{width:20px;height:20px;border-radius:50%;background:#fff;display:grid;place-items:center;font-size:11px;font-weight:800}.bstat,.st{font-size:12px;font-weight:700}.bitem.st-ok .bstat,.titem.completed .st,.st.ok{color:var(--ok)}.bitem.st-failed .bstat,.titem.failed .st,.st.err{color:var(--err)}.bmeta,.titem .meta{margin-top:6px;color:var(--muted);font-size:12px;display:flex;gap:8px;flex-wrap:wrap}.mini-btn{border:0;background:#fff;color:var(--ink);border-radius:999px;height:32px;padding:0 12px;cursor:pointer;font-weight:700;font-size:12px}html.dark .mini-btn{background:#2a2e3c}.qactions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:4px 0 12px}.copymsg{opacity:0;color:var(--ok);font-size:12px}.copymsg.show{opacity:1}.live-pill{display:inline-flex;align-items:center;gap:6px;color:var(--accent);font-size:12px}.ld{width:8px;height:8px;border-radius:50%;background:var(--accent);animation:pulse 1.2s ease-in-out infinite}@keyframes pulse{50%{opacity:.3}}.rhero,.subhero{display:flex;justify-content:space-between;gap:12px;padding:16px;border-radius:18px;margin-bottom:12px;background:var(--info-bg)}.rhero.ok,.subhero{background:var(--ok-bg)}.rhero.err,.subhero.off{background:var(--err-bg)}.rhero.warn{background:var(--warn-bg)}.rhero h3,.subhero .pl{margin:4px 0;font-size:22px}.rstat,.stt{font-weight:800;align-self:center}.fail-reason{display:flex;gap:8px;background:var(--err-bg);color:var(--err);border-radius:14px;padding:10px 12px;margin-bottom:12px;font-size:13px}.substat{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px}.substat .c,.subgrid .it{background:var(--input);border-radius:14px;padding:12px}.subgrid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.substat .l,.subgrid .l{color:var(--muted);font-size:12px;margin-bottom:4px}.empty{text-align:center;padding:24px 8px;color:var(--muted)}.empty .ic{font-size:28px;margin-bottom:8px}.newcode{background:var(--input);border-radius:16px;padding:14px;margin:12px 0}.newcode .v{font-size:15px;font-weight:800;word-break:break-all;margin:8px 0 12px}.lastswap{margin-top:18px;padding-top:16px;border-top:1px solid var(--line)}.lhead{display:flex;justify-content:space-between;align-items:center}.lcode{margin:8px 0;word-break:break-all;cursor:pointer}footer{width:min(640px,100%);margin:18px auto 0;text-align:center;color:var(--muted);font-size:12px}.foot-link{font-weight:700}.dialog-mask{position:fixed;inset:0;background:#10121873;display:grid;place-items:center;padding:20px;z-index:30}.dialog{width:min(420px,100%);background:var(--card);border-radius:20px;padding:20px;box-shadow:var(--shadow)}.dialog h3{margin:0 0 8px}.dialog p{margin:0 0 16px;color:var(--muted)}.tut{width:min(920px,100%);margin:0 auto}.tutorial-nav{max-width:920px;margin:0 auto}.tutorial-nav-tools .back{display:inline-flex;align-items:center;gap:7px;height:36px;padding:0 13px;border:1px solid var(--line);border-radius:999px;background:#ffffffb8;color:var(--ink);font-size:13px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}html.dark .tutorial-nav-tools .back{background:#1b1e2ad1}.tut-hero{text-align:center;padding:48px 0 24px}.tut-hero h1{margin:14px 0 9px;font-size:clamp(34px,5vw,52px);letter-spacing:-.04em;line-height:1.06;color:var(--hero)}.tut-hero p{margin:0;color:var(--muted);font-size:16px}.video-card,.tut-card{background:var(--card);border-radius:28px;padding:24px;box-shadow:var(--shadow);margin-bottom:16px;border:1px solid rgba(255,255,255,.72)}html.dark .video-card,html.dark .tut-card{border-color:var(--line)}.tutorial-feature{padding:10px 10px 24px;overflow:hidden}.video-stage{position:relative;overflow:hidden;aspect-ratio:45 / 32;border-radius:21px;background:#11131a;box-shadow:inset 0 0 0 1px #ffffff14}.video-stage video{display:block;width:100%;height:100%;object-fit:contain;background:#11131a}.video-copy{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:28px;align-items:end;padding:22px 14px 0}.video-copy h2{margin:10px 0 7px;font-size:22px;letter-spacing:-.025em}.video-copy p{margin:0;color:var(--muted);font-size:14px;line-height:1.65}.video-tag{display:inline-flex;align-items:center;height:25px;padding:0 10px;border-radius:999px;background:#efeaff;color:#6a4fe0;font-size:11px;font-weight:700;letter-spacing:.02em}html.dark .video-tag{background:#9b86ff29;color:#cbb8ff}.video-route{display:grid;grid-template-columns:auto 1fr auto 1fr auto;align-items:center;gap:9px;color:var(--muted);font-size:12px;white-space:nowrap}.video-route span{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 11px;border-radius:999px;background:var(--chip);color:var(--ink);font-weight:700}.video-route i{display:block;height:1px;background:linear-gradient(90deg,var(--line),var(--accent))}.toc{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;position:sticky;top:12px;z-index:10;width:max-content;max-width:calc(100% - 24px);margin:10px auto 20px;padding:6px;border:1px solid rgba(230,232,240,.84);border-radius:999px;background:#f7f8fcd1;box-shadow:0 12px 36px #28305a14;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}html.dark .toc{border-color:var(--line);background:#14161fd1}.toc a{color:var(--ink);border-radius:999px;padding:8px 12px;font-size:12px;font-weight:700;transition:background .16s ease,color .16s ease}.toc a:hover,.toc a:focus-visible{background:var(--card);color:var(--accent);outline:none}.tut-card{scroll-margin-top:82px}.tut-section-head{display:flex;align-items:flex-start;gap:14px;margin-bottom:22px}.tut-section-head h2,.tut-compact-card h2{margin:1px 0 5px;font-size:22px;letter-spacing:-.025em}.tut-section-head p,.tut-compact-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.7}.section-index{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:24px;padding:0 8px;border-radius:999px;background:var(--chip);color:var(--accent);font-size:11px;font-weight:800;font-variant-numeric:tabular-nums}.steps-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.steps-list article{display:grid;grid-template-columns:32px 1fr;gap:12px;align-content:start;padding:16px;border:1px solid var(--line);border-radius:18px;background:var(--input)}.steps-list-featured{grid-template-columns:repeat(3,minmax(0,1fr))}.steps-list h3{margin:2px 0 6px;font-size:15px}.steps-list p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}.num{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#fff;display:grid;place-items:center;font-size:12px;font-weight:800;box-shadow:0 8px 18px #4f5dff38}.note{display:flex;align-items:flex-start;gap:8px;margin:14px 0 0;padding:12px 14px;border-radius:14px;background:var(--ok-bg);color:var(--ok);font-size:13px;line-height:1.55}.note svg{width:17px;height:17px;flex:none;margin-top:1px}.tut-secondary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.tut-compact-card{min-height:100%}.tut-compact-card .section-index{margin-bottom:15px}.tut-compact-card p+p{margin-top:12px}.tut-compact-card .caution{padding:11px 12px;border-radius:13px;background:var(--warn-bg);color:var(--warn)}.faq-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.faq-list article{padding:17px 18px;border-radius:18px;background:var(--input)}.faq-list h3{margin:0 0 7px;font-size:15px}.faq-list p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}.tutorial-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:18px;padding:24px 26px;border-radius:24px;background:#151720;color:#fff;box-shadow:var(--shadow)}.tutorial-cta>div{display:grid;gap:4px}.tutorial-cta span{color:#abb0c1;font-size:12px}.tutorial-cta strong{font-size:16px}.tutorial-cta .btn{width:auto;min-width:156px;padding:0 24px}.back{color:var(--muted);font-weight:700}@media(max-width:720px){.nav{align-items:flex-start;flex-direction:column}.row,.substat,.subgrid{grid-template-columns:1fr}.card{padding:18px 16px 22px;border-radius:22px}.hero h2{font-size:28px}.home-tutorial-entry{grid-template-columns:96px minmax(0,1fr) auto;gap:12px}.home-tutorial-thumb{width:96px}.home-tutorial-action>span{display:none}.home-tutorial-action svg{width:19px;height:19px}.tutorial-nav{flex-direction:row;align-items:center}.tutorial-nav .brand p{display:none}.tutorial-nav-tools{flex-wrap:nowrap}.tutorial-nav-tools .back{width:36px;padding:0;justify-content:center;font-size:0}.tutorial-nav-tools .back span{font-size:18px}.tut-hero{padding:38px 0 20px}.video-copy,.steps-list,.steps-list-featured,.tut-secondary-grid,.faq-list{grid-template-columns:1fr}.video-copy{align-items:start;gap:18px}.tut-secondary-grid{gap:0}.toc{justify-content:flex-start;flex-wrap:nowrap;width:calc(100% + 16px);max-width:none;margin-left:-8px;padding:6px;overflow-x:auto;scrollbar-width:none}.toc::-webkit-scrollbar{display:none}.toc a{flex:none}.tutorial-cta{align-items:stretch;flex-direction:column;padding:22px}.tutorial-cta .btn{width:100%}}@media(max-width:480px){.home-tutorial-entry{grid-template-columns:82px minmax(0,1fr) auto;gap:10px;padding:8px 12px 8px 8px;border-radius:19px}.home-tutorial-thumb{width:82px;border-radius:13px}.home-tutorial-copy{gap:2px}.home-tutorial-copy strong{font-size:14px}.home-tutorial-copy>span:last-child{display:none}.tutorial-app{width:min(100% - 22px,1120px);padding-top:14px}.tutorial-nav .brand{gap:8px}.tutorial-nav .mk{width:34px;height:34px;border-radius:11px}.tutorial-nav .brand h1{font-size:15px}.tutorial-nav-tools{gap:5px}.tutorial-nav-tools .back,.tutorial-nav-tools .icon-btn{width:34px;height:34px}.tutorial-nav-tools .locale{height:34px}.tutorial-nav-tools .locale button{height:26px;padding:0 8px}.tut-hero h1{font-size:34px}.video-card,.tut-card{border-radius:22px}.tutorial-feature{padding:6px 6px 20px}.video-stage{border-radius:17px}.video-copy{padding:18px 12px 0}.video-route{gap:6px}.video-route span{min-height:30px;padding:0 8px;font-size:10px}.tut-card{padding:20px}.tut-section-head{gap:10px}.steps-list article{padding:14px}}
