:root{--bg:#fafbfd;--surface:#fff;--text:#141a2e;--text-muted:#5d6679;--border:#e9ecf5;--border-strong:#dde1ee;--brand:#0ca678;--brand-dark:#0a8a64;--brand-soft:#e6f7f1;--radius:16px;--radius-sm:10px;--maxw:1120px;--shadow-sm:0 1px 2px rgba(20,30,60,.05);--shadow:0 4px 14px rgba(20,30,60,.06);--shadow-lg:0 12px 34px rgba(20,30,60,.1)}*{box-sizing:border-box}body,html{margin:0;padding:0}body{color:var(--text);background:var(--bg);overflow-x:clip;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.bg-decor{position:fixed;inset:0;z-index:-1;pointer-events:none;background-color:var(--bg);background-image:radial-gradient(960px 420px at 50% -160px,rgba(20,160,120,.05),transparent 72%),linear-gradient(rgba(46,67,130,.022) 1px,transparent 0),linear-gradient(90deg,rgba(46,67,130,.022) 1px,transparent 0);background-size:100% 100%,88px 88px,88px 88px;-webkit-mask-image:linear-gradient(180deg,#000,#000 30%,rgba(0,0,0,.2) 70%,transparent 96%);mask-image:linear-gradient(180deg,#000,#000 30%,rgba(0,0,0,.2) 70%,transparent 96%)}.bg-decor .blob{position:absolute;border-radius:50%;filter:blur(60px);opacity:.5}a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:var(--maxw);margin:0 auto;padding:0 24px}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:hsla(0,0%,100%,.82);-webkit-backdrop-filter:saturate(180%) blur(12px);backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--border)}.site-header .inner{display:flex;align-items:center;justify-content:space-between;gap:18px;height:64px;overflow:hidden}.logo{display:inline-flex;align-items:center;flex:0 0 auto;gap:10px;font-weight:700;font-size:18px;color:var(--text);white-space:nowrap}.logo:hover{text-decoration:none}.logo .mark{width:30px;height:30px;border-radius:9px;background:linear-gradient(135deg,#16b487,#0a8a64);color:#fff;display:grid;place-items:center;font-size:13px;font-weight:800;box-shadow:0 2px 8px rgba(12,166,120,.35)}.nav{display:flex;flex:0 1 auto;gap:8px;font-size:15px;min-width:0;overflow-x:auto;scrollbar-width:none;white-space:nowrap}.nav::-webkit-scrollbar{display:none}.nav a{flex:0 0 auto;color:var(--text-muted);padding:7px 13px;border-radius:9px}.nav a:hover{color:var(--text);background:var(--brand-soft);text-decoration:none}.nav-toggle{display:none;flex:0 0 auto;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:0;border:1px solid var(--border-strong);border-radius:10px;background:var(--surface);cursor:pointer}.nav-toggle-bar{display:block;width:20px;height:2px;margin:0 auto;border-radius:2px;background:var(--text);transition:transform .18s ease,opacity .18s ease}.nav-toggle[aria-expanded=true] .nav-toggle-bar:first-child{transform:translateY(7px) rotate(45deg)}.nav-toggle[aria-expanded=true] .nav-toggle-bar:nth-child(2){opacity:0}.nav-toggle[aria-expanded=true] .nav-toggle-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero{position:relative;text-align:center;padding:36px 0 16px}.hero-decor{position:absolute;inset:-10px 0 auto 0;height:260px;z-index:-1;display:flex;justify-content:center;pointer-events:none;color:#9db4ee;opacity:.5}.hero-decor svg{width:min(760px,100%);height:100%}.hero h1{font-size:44px;line-height:1.14;margin:0 0 16px;letter-spacing:-1px;font-weight:800}.hero h1 .accent{background:linear-gradient(120deg,#16b487,#0d9488);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero p{font-size:18px;max-width:600px;margin:0 auto}.hero p,.trust-row{color:var(--text-muted)}.trust-row{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 22px;margin:24px 0 4px;font-size:14px}.trust-row span{display:inline-flex;align-items:center;gap:7px}.trust-row svg{width:16px;height:16px;color:#16a34a}.tools-section{margin:8px 0 24px}.tool-tabs{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 24px}.tool-tab{display:inline-flex;align-items:center;gap:7px;padding:8px 18px;font:inherit;font-size:14.5px;font-weight:600;color:var(--text);border-radius:999px;background:var(--surface);border:1px solid var(--border-strong);cursor:pointer;transition:background .14s ease,border-color .14s ease,color .14s ease}.tool-tab:hover{border-color:var(--brand)}.tool-tab.is-active{color:#fff;background:var(--text);border-color:var(--text)}.tool-tab .tab-count{font-size:12px;color:var(--text-muted);background:#eef1f8;border-radius:999px;padding:0 7px;line-height:18px}.tool-tab.is-active .tab-count{color:#fff;background:hsla(0,0%,100%,.22)}.tool-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:16px;gap:16px}.tool-card{position:relative;display:flex;flex-direction:column;gap:14px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow-sm);transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease}a.tool-card:hover{text-decoration:none;transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:#bfe5d6}.tool-card .card-head{display:flex;align-items:center;gap:14px}.tool-card .icon{flex:0 0 auto;width:46px;height:46px;border-radius:13px;display:grid;place-items:center}.tool-card .icon svg{width:24px;height:24px}.tool-card .head-text{min-width:0}.tool-card .head-text h3{margin:0 0 2px;font-size:16.5px;font-weight:700;line-height:1.3;color:var(--text)}.tool-card .cat-tag{font-size:13px;font-weight:600}.tool-card .desc{margin:0;font-size:13.5px;color:var(--text-muted);line-height:1.55}.tool-card.coming{opacity:.72;box-shadow:none;background:#fbfcfe}.badge-soon{display:inline-block;font-size:11px;font-weight:500;color:var(--text-muted);background:#eef1f8;border-radius:6px;padding:1px 7px;margin-left:6px;vertical-align:middle}.home-section{position:relative;margin:0;padding:72px 0}.home-section:before{content:"";position:absolute;z-index:-1;top:0;bottom:0;left:50%;width:100vw;transform:translateX(-50%);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.home-section.band-tint:before{background:#f4f7fb}.home-section.band-surface:before{background:var(--surface)}.section-head{text-align:center;margin:0 0 34px}.section-head h2{font-size:27px;font-weight:800;letter-spacing:-.4px;margin:0 0 8px}.section-head p{color:var(--text-muted);font-size:15.5px;margin:0}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:18px;gap:18px}.feature{text-align:center;padding:8px 12px}.feature .fi{width:52px;height:52px;border-radius:15px;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center;margin:0 auto 14px}.feature .fi svg{width:24px;height:24px}.feature h3{margin:0 0 6px;font-size:16px;font-weight:600}.feature p{margin:0;font-size:13.5px;color:var(--text-muted);line-height:1.65}.flow{display:flex;gap:0}.flow-step{flex:1 1;text-align:center;padding:0 14px;position:relative}.flow-step:not(:last-child):after{content:"";position:absolute;top:27px;left:calc(50% + 34px);right:calc(-50% + 34px);height:2px;background-image:linear-gradient(90deg,#bfe5d6 0 7px,transparent 7px 13px);background-size:13px 2px}.flow-num{position:relative;z-index:1;width:54px;height:54px;border-radius:50%;margin:0 auto 16px;display:grid;place-items:center;font-size:19px;font-weight:800;color:var(--brand);background:var(--surface);border:2px solid #c9ede1;box-shadow:0 6px 16px rgba(12,166,120,.14)}.flow-step h3{margin:0 0 6px;font-size:16px;font-weight:600}.flow-step p{margin:0;font-size:13.5px;color:var(--text-muted);line-height:1.65}.about-band{text-align:center}.about-band p{color:var(--text-muted);font-size:16px;line-height:1.85;max-width:760px;margin:0 auto}.about-band p strong{color:var(--text)}@media (max-width:680px){.flow{flex-direction:column;gap:22px}.flow-step:not(:last-child):after{display:none}}.tool-page{margin:6px auto 48px;padding:0;background:none;border:none;box-shadow:none}.breadcrumb{margin:30px auto 16px;font-size:13.5px;line-height:1.6}.breadcrumb,.breadcrumb a{color:var(--text-muted)}.breadcrumb a:hover{color:var(--brand)}.tool-hero{display:flex;align-items:center;gap:16px;margin:26px 0 30px}.tool-hero .icon{flex:0 0 auto;width:44px;height:44px;padding:4px;border-radius:16px;display:grid;place-items:center}.tool-hero .icon svg{width:32px;height:32px}.tool-hero h1{font-size:25px;margin:0}.tool-hero h1,.tool-page>h1{font-weight:800;letter-spacing:-.5px}.tool-page>h1{font-size:30px;margin:4px 0 10px}.tool-page>p{color:var(--text-muted);font-size:16.5px;margin-top:0}.tool-section{margin-top:22px;background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:28px 30px}.section-title{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:700;margin:0 0 18px}.section-title:before{content:"";width:4px;height:19px;border-radius:2px;background:linear-gradient(180deg,#16b487,#0d9488)}.tool-ui{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:26px;margin:22px 0 8px;box-shadow:0 10px 30px rgba(20,30,60,.06)}.tool-ui label{font-size:14.5px;color:var(--text)}.tool-ui input:not([type]),.tool-ui input[type=email],.tool-ui input[type=number],.tool-ui input[type=password],.tool-ui input[type=search],.tool-ui input[type=tel],.tool-ui input[type=text],.tool-ui input[type=url],.tool-ui select{font:inherit;padding:9px 12px;border:1px solid var(--border-strong);border-radius:9px;margin-left:6px;background:#fff;color:var(--text);transition:border-color .12s ease,box-shadow .12s ease}.tool-ui input::placeholder{color:#9aa3b6}.tool-ui input:focus,.tool-ui select:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px rgba(12,166,120,.15)}.dropzone{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;padding:40px 24px;border:2px dashed #bfe5d6;border-radius:16px;background:radial-gradient(420px 160px at 50% 0,rgba(20,160,120,.06),transparent 70%),#fff;cursor:pointer;transition:border-color .14s ease,background .14s ease,box-shadow .14s ease,transform .1s ease}.dropzone:hover{border-color:var(--brand);box-shadow:0 8px 26px rgba(12,166,120,.12)}.dropzone:focus-visible{outline:none;border-color:var(--brand);box-shadow:0 0 0 4px rgba(12,166,120,.16)}.dropzone.is-drag{border-color:var(--brand);background:var(--brand-soft);transform:scale(1.006)}.dz-icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:var(--brand-soft);color:var(--brand);margin-bottom:4px;box-shadow:0 0 0 8px rgba(12,166,120,.06)}.dz-icon svg{width:28px;height:28px}.dz-title{font-size:16px;font-weight:600;color:var(--text)}.dz-link{color:var(--brand);text-decoration:underline;text-underline-offset:2px}.dz-hint{font-size:13px;color:var(--text-muted)}.field{margin:18px 0 0}.field>.field-label{display:block;font-size:14px;font-weight:600;color:var(--text);margin-bottom:7px}.field input:not([type]),.field input[type=email],.field input[type=number],.field input[type=password],.field input[type=search],.field input[type=tel],.field input[type=text],.field input[type=url],.field select{margin-left:0;width:100%;max-width:420px}.field-inline{gap:16px}.field-inline,.wm-swatches{display:flex;flex-wrap:wrap}.wm-swatches{gap:10px}.wm-swatch{width:30px;height:30px;border-radius:8px;border:2px solid transparent;box-shadow:inset 0 0 0 1px rgba(0,0,0,.12);cursor:pointer;padding:0}.wm-swatch[aria-pressed=true]{border-color:var(--brand)}.actions{margin-top:22px;display:flex;align-items:center;gap:14px}.file-list{list-style:none;padding:0;margin:18px 0 0;display:flex;flex-direction:column;gap:8px}.file-row{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--border);border-radius:11px;padding:10px 12px;box-shadow:var(--shadow-sm)}.file-row .fr-doc{flex:0 0 auto;color:#e03131}.file-row .fr-name{flex:1 1;min-width:0;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-row .fr-size{font-size:12.5px;color:var(--text-muted)}.mini{font:inherit;display:inline-grid;place-items:center;width:30px;height:30px;padding:0;border-radius:8px;border:1px solid var(--border-strong);background:#fff;color:var(--text-muted);cursor:pointer;transition:background .12s ease,color .12s ease,border-color .12s ease}.mini:hover:not(:disabled){background:var(--brand-soft);color:var(--brand);border-color:#bfe5d6}.mini:disabled{opacity:.4;cursor:not-allowed}.tool-ui button:not(.mini){font:inherit;font-weight:600;font-size:15px;color:#fff;background:var(--brand);border:none;border-radius:11px;padding:12px 28px;cursor:pointer;box-shadow:0 6px 16px rgba(12,166,120,.3);transition:background .12s ease,transform .1s ease,box-shadow .12s ease}.tool-ui button:not(.mini):hover:not(:disabled){background:var(--brand-dark);box-shadow:0 8px 22px rgba(12,166,120,.36)}.tool-ui button:not(.mini):active:not(:disabled){transform:scale(.98)}.tool-ui button:not(.mini):disabled{background:#b8c2db;box-shadow:none;cursor:not-allowed}.tool-ui ol,.tool-ui ul{padding-left:1.2rem}.tool-ui ol li{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--border);border-radius:9px;padding:9px 12px;margin-bottom:8px}.tool-ui [role=alert]{color:#c0392b;background:#fdecec;border:1px solid #f6d2d2;border-radius:9px;padding:9px 13px;font-size:14px}.howto-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));grid-gap:18px;gap:18px}.howto-step .num{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;font-weight:800;font-size:15px;color:var(--brand);background:var(--brand-soft);margin-bottom:12px}.howto-step h3{margin:0 0 5px;font-size:15.5px;font-weight:600}.howto-step p{margin:0;font-size:13.5px;color:var(--text-muted);line-height:1.6}.faq{margin:0}.faq>div{padding:18px 2px;border-top:1px solid var(--border)}.faq>div:first-child{border-top:none;padding-top:4px}.faq dt{font-weight:600;font-size:16px;margin:0 0 6px}.faq dd{margin:0;color:var(--text-muted);line-height:1.72}.tool-section.related{background:none;border:none;border-radius:0;padding:30px 2px 0}.related .section-title{margin-bottom:6px}.related-sub{margin:0 0 18px;font-size:14px;color:var(--text-muted)}.related-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}.related-grid .tool-card{padding:16px}.related-grid .tool-card .icon{width:40px;height:40px;border-radius:11px}.related-grid .tool-card .icon svg{width:21px;height:21px}.related-grid .tool-card{gap:10px}.related-grid .tool-card .head-text h3{font-size:15px}.related-grid .tool-card .desc{font-size:13px}@media (max-width:560px){.related-grid{grid-template-columns:1fr}}.site-footer{background:#11162a;border-top:1px solid hsla(0,0%,100%,.08);margin-top:0;padding:44px 0 30px}.footer-cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:28px;gap:28px}.footer-cols h4{font-size:14px;margin:0 0 12px;color:#fff}.footer-cols ul{list-style:none;padding:0;margin:0}.footer-cols li{margin:7px 0}.footer-cols a{font-size:13.5px;color:hsla(0,0%,100%,.62)}.footer-cols a:hover{color:#fff}.footer-bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px 16px;margin-top:30px;padding-top:20px;border-top:1px solid hsla(0,0%,100%,.08);font-size:13px;color:hsla(0,0%,100%,.55);text-align:center}.footer-bottom a{color:hsla(0,0%,100%,.62)}.footer-bottom a:hover{color:#fff}@media (max-width:560px){.container{padding:0 16px}.site-header .inner{gap:10px}.logo{gap:8px;font-size:16px}.logo .mark{width:28px;height:28px;border-radius:8px;font-size:12px}.hero h1{font-size:33px}.tool-page{padding:0}.tool-section,.tool-ui{padding:18px 16px}.guide-body blockquote{padding:10px 14px}.tool-section.related{padding:24px 0 0}}@media (max-width:700px){.nav-toggle{display:flex}.site-header .inner{position:relative;overflow:visible}.nav{position:absolute;top:calc(100% + 8px);right:16px;flex-direction:column;gap:4px;min-width:184px;padding:8px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);overflow:visible;display:none}.nav.open{display:flex}.nav a{padding:10px 14px;border-radius:8px}}.guide-body{font-size:16px;line-height:1.8;color:var(--text);overflow-wrap:break-word}.guide-body h2{font-size:21px;font-weight:700;margin:32px 0 12px}.guide-body h3{font-size:17px;font-weight:600;margin:22px 0 8px}.guide-body p{margin:0 0 14px}.guide-body ol,.guide-body ul{margin:0 0 16px;padding-left:1.4rem}.guide-body li{margin:6px 0}.guide-body strong{font-weight:700;color:var(--text)}.guide-body em{color:var(--text-muted)}.guide-body u{text-decoration-thickness:2px;-webkit-text-decoration-color:rgba(12,166,120,.35);text-decoration-color:rgba(12,166,120,.35);text-underline-offset:3px}.guide-body a{font-weight:600;text-underline-offset:3px}.guide-body blockquote{margin:0 0 20px;padding:16px 18px;background:var(--brand-soft);border:1px solid #c9ede1;border-radius:var(--radius-sm)}.guide-body blockquote ul{margin:8px 0 0}.guide-body table{width:100%;border-collapse:collapse;margin:0 0 18px;font-size:14.5px;line-height:1.6}.guide-body td,.guide-body th{border:1px solid var(--border-strong);padding:9px 12px;text-align:left;vertical-align:top}.guide-body th{background:var(--brand-soft);font-weight:600}.guide-body code{background:#eef1f8;border-radius:5px;padding:1px 6px;font-size:13.5px}.guide-body img{display:block;max-width:100%;height:auto;border-radius:8px;border:1px solid var(--border)}.guide-body figure{margin:0 0 20px}.guide-body figcaption{margin-top:8px;line-height:1.6;text-align:center}.guide-body figcaption,.version-block{font-size:13px;color:var(--text-muted)}.version-block{margin-top:30px;padding-top:16px;border-top:1px solid var(--border)}.guide-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:16px;gap:16px;margin-top:24px}.guide-card{display:flex;flex-direction:column;gap:8px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:22px 22px 18px;box-shadow:var(--shadow-sm);transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease}a.guide-card:hover{text-decoration:none;transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:#bfe5d6}.guide-card .g-tag{align-self:flex-start;font-size:12px;font-weight:600;color:var(--brand-dark);background:var(--brand-soft);border-radius:999px;padding:3px 11px}.guide-card h3{margin:4px 0 0;font-size:17.5px;font-weight:700;line-height:1.4;color:var(--text)}.guide-card .g-desc{margin:0;font-size:13.5px;color:var(--text-muted);line-height:1.6}.guide-card .g-more{margin-top:auto;padding-top:6px;font-size:13.5px;font-weight:600;color:var(--brand)}.guide-meta{margin:6px 0 4px;font-size:13.5px;color:var(--text-muted)}.tool-page>p.guide-lead{font-size:17px;line-height:1.85;color:var(--text)}.guide-body h2{display:flex;align-items:center;gap:9px;padding-bottom:8px;border-bottom:1px solid var(--border)}.guide-body h2:before{content:"";width:4px;height:18px;border-radius:2px;background:linear-gradient(180deg,#16b487,#0d9488)}.guide-body blockquote{position:relative;list-style:none}.guide-body blockquote>strong:first-child{display:inline-block;font-size:13px;font-weight:700;color:var(--brand-dark);letter-spacing:.5px;margin-bottom:4px}.guide-body .guide-callout,.guide-body .guide-quote,.guide-body .guide-summary{margin:0 0 20px;padding:16px 18px;border:1px solid #c9ede1;border-radius:var(--radius-sm);background:var(--brand-soft)}.guide-body .guide-callout>strong:first-child,.guide-body .guide-quote>strong:first-child,.guide-body .guide-summary>strong:first-child{display:inline-block;margin-bottom:5px;font-size:13px;font-weight:700;color:var(--brand-dark)}.guide-body .guide-callout ul,.guide-body .guide-quote ul,.guide-body .guide-summary ul{margin-top:8px;margin-bottom:0}.guide-body .guide-callout>:last-child,.guide-body .guide-quote>:last-child,.guide-body .guide-summary>:last-child{margin-bottom:0}.guide-body .guide-callout--warn,.guide-body .guide-callout[data-type=warn]{color:#7c2d12;background:#fff7ed;border-color:#fed7aa}.guide-body .guide-callout--warn>strong:first-child,.guide-body .guide-callout[data-type=warn]>strong:first-child{color:#9a3412}.guide-body .guide-callout--tip,.guide-body .guide-callout[data-type=tip]{color:#0f3f46;background:#ecfeff;border-color:#a5f3fc}.guide-body .guide-callout--tip>strong:first-child,.guide-body .guide-callout[data-type=tip]>strong:first-child{color:#0e7490}.guide-body .guide-callout--info,.guide-body .guide-callout[data-type=info]{color:#1e3a5f;background:#eff6ff;border-color:#bfdbfe}.guide-body .guide-callout--info>strong:first-child,.guide-body .guide-callout[data-type=info]>strong:first-child{color:#1d4ed8}.guide-body .guide-quote{border-left:4px solid var(--brand);background:#f7fbfa}.guide-body .guide-kv{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;margin:0 0 18px;padding:0;list-style:none}.guide-body .guide-kv>div,.guide-body .guide-kv>li{min-width:0;margin:0;padding:12px 14px;border:1px solid var(--border);border-radius:8px;background:#fff}.guide-body .guide-kv dt,.guide-body .guide-kv strong:first-child{display:block;margin-bottom:4px;font-size:13px;font-weight:700;color:var(--brand-dark)}.guide-body .guide-kv dd{margin:0;color:var(--text-muted)}.guide-body .guide-steps{counter-reset:guide-step;margin:0 0 20px;padding:0;list-style:none}.guide-body .guide-steps>li{counter-increment:guide-step;display:grid;grid-template-columns:34px 1fr;grid-gap:12px;gap:12px;margin:0;padding:12px 0;border-bottom:1px solid var(--border)}.guide-body .guide-steps>li:last-child{border-bottom:0}.guide-body .guide-steps>li:before{content:counter(guide-step);display:grid;place-items:center;width:30px;height:30px;border-radius:50%;color:#fff;font-size:13px;font-weight:700;background:linear-gradient(135deg,#16b487,#0a8a64)}.guide-body .guide-table-wrap{width:100%;margin:0 0 18px;overflow-x:auto;-webkit-overflow-scrolling:touch}.guide-body .guide-table-wrap table{margin:0}.guide-body .guide-formula{margin:0 0 18px;padding:14px 16px;overflow-x:auto;border:1px solid var(--border);border-radius:8px;background:#f7f9fc;font-size:14px}.guide-body .guide-formula code{display:inline-block;min-width:max-content;padding:0;background:transparent}.guide-body .guide-content-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin:0 0 20px}.guide-body .guide-content-card{min-width:0;padding:14px 15px;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.guide-body .guide-content-card>strong:first-child{display:block;margin-bottom:5px;font-size:14px}.guide-body .guide-content-card p:last-child{margin-bottom:0}.guide-body .guide-tool-cta{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:20px 0;padding:16px 18px;border:1px solid #bfe5d6;border-radius:8px;background:linear-gradient(180deg,#fff,#f2fbf7)}.guide-body .guide-tool-cta p{margin:0}.guide-body .guide-tool-cta a{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 14px;border-radius:8px;color:#fff;font-size:14px;font-weight:700;background:var(--brand)}.guide-body .guide-tool-cta a:hover{background:var(--brand-dark);text-decoration:none}@media (max-width:760px){.guide-body table{display:block;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.guide-body td,.guide-body th{min-width:118px}.guide-body .guide-content-cards,.guide-body .guide-kv{grid-template-columns:1fr}.guide-body .guide-steps>li{grid-template-columns:30px 1fr;gap:10px}.guide-body .guide-tool-cta{align-items:flex-start;flex-direction:column}.guide-body .guide-tool-cta a{width:100%}}.result-preview{margin-top:8px}.result-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.result-ok{display:inline-flex;align-items:center;gap:7px;font-size:14.5px;font-weight:600;color:var(--brand-dark)}.result-reset{font:inherit;font-size:13.5px;color:var(--text-muted);background:none;border:none;cursor:pointer;padding:4px 6px}.result-reset:hover{color:var(--text);text-decoration:underline}.result-stage{background:#f1f3f8;border:1px solid var(--border-strong);border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:320px}.result-frame{width:100%;height:60vh;max-height:640px;border:0;background:#fff}.result-img{max-width:100%;max-height:60vh;object-fit:contain;display:block}.result-generic{display:flex;flex-direction:column;align-items:center;gap:6px;padding:48px 16px;text-align:center}.result-generic-hint{font-size:13px;color:var(--text-muted)}.result-locked{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;padding:56px 28px;max-width:420px}.result-locked-icon{width:64px;height:64px;display:grid;place-items:center;border-radius:50%;color:var(--brand);background:var(--brand-soft);box-shadow:0 0 0 8px rgba(12,166,120,.07)}.result-locked-icon svg{width:30px;height:30px}.result-locked-title{font-size:17px;font-weight:700;color:var(--text)}.result-locked-hint{font-size:13.5px;line-height:1.7;color:var(--text-muted)}.result-thumbs{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.result-thumb{font:inherit;display:grid;place-items:center;width:34px;height:34px;padding:0;line-height:1;font-size:14px;border-radius:8px;border:1px solid var(--border-strong);background:#fff;color:var(--text-muted);cursor:pointer}.result-thumb.is-active{background:var(--brand);border-color:var(--brand);color:#fff}.result-actions{display:flex;gap:12px;margin-top:16px}.result-actions button.ghost{color:var(--brand-dark);background:var(--brand-soft);box-shadow:none}.tool-ui button.btn-text{font:inherit;font-size:13.5px;font-weight:500;width:auto;height:auto;color:var(--text-muted);background:none;border:none;border-radius:8px;box-shadow:none;padding:8px 10px;cursor:pointer;white-space:nowrap}.tool-ui button.btn-text:hover:not(:disabled){color:var(--brand-dark);background:var(--brand-soft);box-shadow:none;transform:none}a,button,input,select{-webkit-tap-highlight-color:transparent}@media (max-width:560px){.guide-list{grid-template-columns:minmax(0,1fr)}.guide-card{min-width:0}.breadcrumb{margin:20px auto 12px}.tool-hero{align-items:flex-start;gap:12px;margin:18px 0 20px}.tool-hero h1{min-width:0;font-size:23px;line-height:1.3;overflow-wrap:anywhere}.tool-page>p{font-size:15.5px;line-height:1.75}.dropzone{min-height:180px;padding:30px 16px}.field-inline{flex-direction:column;gap:12px}.field-inline>*{width:100%;min-width:0}.field input:not([type]),.field input[type=email],.field input[type=number],.field input[type=password],.field input[type=search],.field input[type=tel],.field input[type=text],.field input[type=url],.field select{width:100%;max-width:none;min-height:44px}.field input[type=range]{width:100%;min-height:44px;margin:0}.actions,.result-actions{align-items:stretch;flex-direction:column;gap:10px}.result-actions button,.tool-ui button:not(.mini){width:100%;min-height:44px}.file-row{gap:8px;padding:8px 10px}.file-row .mini{width:40px;height:40px}.result-bar{align-items:flex-start}.result-stage{min-height:220px}.result-frame{height:68svh;min-height:360px}.result-locked{padding:40px 18px}.footer-cols a{display:inline-flex;align-items:center;min-height:40px}}@media (max-width:360px){.container{padding:0 12px}.tool-section,.tool-ui{padding-right:12px;padding-left:12px}.file-row .fr-size{display:none}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}