:root{--brand: #6254d8;--brand-strong: #5145c4;--brand-soft: #eeecff;--surface: #f3f1ea;--paper: #ffffff;--ink: #1d1b17;--muted: #6f6b62;--subtle: #8d887d;--border: #dedad0;--green: #2e7d54;--green-soft: #edf7f1;--gold: #a87813;--gold-soft: #fff5dc;--blue: #2563b8;--blue-soft: #eef4ff;--red: #b8463b;--red-soft: #fff0ee;--shadow: 0 6px 24px rgba(35, 31, 24, .08);--max: 1180px;--radius: 8px;color-scheme:light}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:radial-gradient(circle at 16% 8%,rgba(98,84,216,.08),transparent 28rem),linear-gradient(180deg,#f8f6ef 0%,var(--surface) 36rem);color:var(--muted);font-family:PingFang SC,Microsoft YaHei,Noto Sans CJK SC,Source Han Sans SC,sans-serif;font-size:15px;line-height:1.7;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.reading-progress{--progress: 0%;position:fixed;top:0;left:0;z-index:30;width:100%;height:2px;background:transparent;pointer-events:none}.reading-progress:after{content:"";display:block;width:var(--progress);height:100%;background:linear-gradient(90deg,var(--brand),var(--brand-strong));transition:width 80ms linear}.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(226,224,216,.95);background:#fff}.site-header__inner{display:flex;align-items:center;gap:40px;height:64px;max-width:var(--max);margin:0 auto;padding:0 24px}.brand{display:inline-flex;align-items:center;flex:0 0 auto;min-width:0}.brand img{width:auto;height:38px;object-fit:contain}.nav{display:flex;align-self:stretch;align-items:center;justify-content:flex-start;flex:1 1 auto}.nav a{display:inline-flex;position:relative;align-items:center;height:100%;border-bottom:2.5px solid transparent;padding:2.5px 16px 0;color:var(--muted);font-size:13px;font-weight:500;transition:color .14s ease,border-color .14s ease}.nav a:hover{color:var(--ink)}.nav a.is-active{color:var(--brand);font-weight:600;border-bottom-color:var(--brand)}.dashboard-link{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-width:86px;height:34px;border:1px solid rgba(98,84,216,.2);border-radius:999px;background:var(--brand-soft);color:var(--brand);padding:0 14px;font-size:13px;font-weight:600;transition:background .16s ease,border-color .16s ease,color .16s ease}.dashboard-link:hover{border-color:#6254d866;background:#eeecffc7;color:var(--brand-strong)}.mobile-menu-btn{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;border:1px solid var(--border);border-radius:8px;background:#fff;padding:8px;cursor:pointer;transition:color .16s ease,border-color .16s ease}.mobile-menu-btn:hover{border-color:#6254d859;color:var(--brand)}.mobile-menu-btn span{display:block;width:100%;height:2px;background:currentColor;border-radius:1px;transition:transform .2s ease,opacity .2s ease}.mobile-nav{display:flex;flex-direction:column;gap:2px;visibility:hidden;max-height:0;overflow:hidden;border-top:1px solid transparent;opacity:0;padding:0 24px;transition:max-height .22s ease,opacity .18s ease,padding .22s ease,visibility .22s ease,border-color .22s ease}.mobile-nav a{display:flex;align-items:center;height:40px;border-radius:7px;padding:0 12px;color:var(--muted);font-size:14px;font-weight:600}.mobile-nav a:hover,.mobile-nav a.is-active{background:var(--brand-soft);color:var(--brand)}.mobile-nav__dashboard{justify-content:center;margin-top:6px;border:1px solid rgba(98,84,216,.2);background:var(--brand-soft);color:var(--brand)!important}.mobile-nav.is-open{visibility:visible;max-height:360px;border-top-color:var(--border);opacity:1;padding:12px 24px 16px}.shell{max-width:var(--max);margin:0 auto;padding:0 24px}.blog-hero{padding:56px 24px 28px;text-align:center}.blog-hero__inner{max-width:680px;margin:0 auto}h1,h2,h3{margin:0;color:var(--ink);line-height:1.35;font-weight:700;letter-spacing:0}.blog-hero h1{font-size:clamp(28px,4vw,42px)}.blog-hero p{margin:14px auto 0;color:var(--muted);font-size:16px}.topic-nav{padding:18px 0 8px}.topic-nav--secondary{padding-top:4px}.topic-nav__label{margin-bottom:8px;color:var(--subtle);font-size:12px;font-weight:700}.filter-bar{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.filter-bar::-webkit-scrollbar{display:none}.pill,.tag-chip{display:inline-flex;align-items:center;min-height:32px;border:1px solid var(--border);border-radius:7px;background:#fff;color:var(--muted);padding:5px 12px;font-size:13px;font-weight:600;white-space:nowrap}.pill:hover,.pill.is-active,.tag-chip:hover,.tag-chip.is-active{border-color:#6254d880;background:var(--brand-soft);color:var(--brand)}.posts-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding:22px 0 86px}.post-card{display:flex;min-width:0;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius);background:var(--paper);flex-direction:column;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.post-card:hover,.post-list-card:hover{border-color:#6254d880;box-shadow:var(--shadow);transform:translateY(-2px)}.cover-frame{display:block;width:100%;aspect-ratio:16 / 9;overflow:hidden;background:linear-gradient(135deg,#6254d82e,#2e7d541f),#f7f5ee}.cover,.cover-fallback{width:100%;height:100%}.cover{display:block;object-fit:cover;object-position:center}.cover-fallback{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;text-align:center;padding:16px}.cover-fallback__label{color:var(--brand);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:1px;opacity:.7}.cover-fallback__title{color:var(--ink);font-size:14px;font-weight:700;line-height:1.4;opacity:.5}.cover-fallback--guide{background:linear-gradient(135deg,#6254d826,#6254d80d),#f7f5ee}.cover-fallback--faq{background:linear-gradient(150deg,#2e7d5426,#2e7d540a),#f7f5ee}.cover-fallback--best{background:linear-gradient(120deg,#a8781324,#a878130a),#f7f5ee}.cover-fallback--update{background:linear-gradient(165deg,#2563b824,#2563b80a),#f7f5ee}.cover-fallback--case{background:linear-gradient(140deg,#b8463b1f,#b8463b0a),#f7f5ee}.post-card__body{display:flex;flex:1;min-height:0;flex-direction:column;padding:18px}.category-label{display:inline-flex;align-items:center;width:fit-content;min-height:24px;margin-bottom:10px;border-radius:5px;padding:2px 8px;font-size:12px;font-weight:700}a.category-label{transition:filter .16s ease,transform .16s ease}a.category-label:hover{filter:brightness(.96);transform:translateY(-1px)}.category-label.guide{background:var(--brand-soft);color:var(--brand)}.category-label.faq{background:var(--green-soft);color:var(--green)}.category-label.best{background:var(--gold-soft);color:var(--gold)}.category-label.update{background:var(--blue-soft);color:var(--blue)}.category-label.case{background:var(--red-soft);color:var(--red)}.post-card h2,.post-list-card h2{display:-webkit-box;overflow:hidden;font-size:17px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.post-card p,.post-list-card p{display:-webkit-box;overflow:hidden;margin:9px 0 16px;color:var(--muted);font-size:14px;-webkit-box-orient:vertical;-webkit-line-clamp:3}.post-meta{display:flex;justify-content:space-between;gap:12px;margin-top:auto;border-top:1px solid var(--border);padding-top:12px;color:var(--subtle);font-size:12px}.post-card__tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}.post-card__tags span{color:var(--brand);font-size:12px;font-weight:600;opacity:.7}.pagination{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:-50px;padding:0 0 78px}.tag-main>.pagination{margin-top:26px;padding-bottom:0}.pagination__summary{color:var(--subtle);font-size:13px}.pagination__controls,.pagination__pages{display:flex;align-items:center;gap:8px}.pagination__link,.pagination__page{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;border:1px solid var(--border);border-radius:7px;background:#fff;color:var(--ink);font-size:13px;font-weight:700}.pagination__link{flex-shrink:0;padding:0 13px}.pagination__link:hover,.pagination__page:hover,.pagination__page.is-active{border-color:var(--brand);background:var(--brand-soft);color:var(--brand)}.pagination__page.is-active{pointer-events:none}.pagination__link.is-disabled{color:var(--subtle);opacity:.45}.pagination__gap{display:inline-flex;align-items:center;height:36px;color:var(--subtle);font-weight:700}.tool-banner{grid-column:1 / -1;border-radius:16px;background:linear-gradient(105deg,#4338ca,#6d28d9 55%,#7c3aed);padding:1.5px;overflow:hidden}.tool-banner__inner{position:relative;display:flex;align-items:center;justify-content:space-between;gap:20px;overflow:hidden;border-radius:14.5px;background:linear-gradient(105deg,#ffffff1a,#ffffff0a);padding:24px 32px}.tool-banner__inner:before{content:"";position:absolute;right:-70px;top:-70px;width:280px;height:280px;border-radius:50%;background:#ffffff24;pointer-events:none}.tool-banner__inner:after{content:"";position:absolute;right:110px;bottom:-80px;width:220px;height:220px;border-radius:50%;background:#ffffff14;pointer-events:none}.tool-banner__text{position:relative;z-index:1;min-width:0}.tool-banner h2{margin:0 0 6px;color:#fff;font-size:18px;font-weight:600;line-height:1.4;letter-spacing:-.01em}.tool-banner p{margin:0;color:#ffffffb8;font-size:13.5px;line-height:1.6}.tool-banner__btn{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:10px;background:#fff;color:#4338ca;padding:11px 24px;font-size:14px;font-weight:600;white-space:nowrap;letter-spacing:-.01em;box-shadow:0 2px 12px #00000026;transition:transform .15s ease,box-shadow .15s ease}.tool-banner__btn:hover{transform:translateY(-1px);box-shadow:0 4px 18px #0003}.tool-banner__btn:active{transform:translateY(0);box-shadow:0 2px 8px #0000001f}.site-footer{border-top:1px solid rgba(226,224,216,.95);background:#fff;width:100%;margin-top:auto;padding:40px 24px 48px}.site-footer__inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:24px;max-width:var(--max);margin:0 auto;border-bottom:1px solid rgba(226,224,216,.95);padding-bottom:16px}.site-footer__brand{display:inline-flex;align-items:center;gap:10px;min-width:0}.site-footer__brand img{width:28px;height:28px;flex:0 0 auto;border-radius:6px;object-fit:cover}.site-footer__brand strong{color:var(--ink);font-size:15px;font-weight:700;white-space:nowrap}.site-footer__brand span{color:var(--subtle);font-size:13px}.footer-links{display:flex;align-items:center;gap:24px}.footer-links a{display:inline-flex;align-items:center;min-height:28px;color:var(--muted);font-size:13px;transition:color .16s ease}.footer-links a:hover{color:var(--brand)}.site-footer__legal{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;max-width:var(--max);margin:20px auto 0;color:var(--subtle);font-size:12px;text-align:center}.site-footer__legal a:hover{color:var(--brand)}.back-to-top{position:fixed;right:24px;bottom:28px;z-index:50;display:grid;width:40px;height:40px;place-items:center;border:1px solid rgba(15,23,42,.1);border-radius:10px;background:#fffffff2;box-shadow:0 2px 8px #0f172a14,0 8px 24px #0f172a14;color:var(--muted);cursor:pointer;opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease,box-shadow .2s ease,color .2s ease,background .2s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.back-to-top svg{width:16px;height:16px;flex-shrink:0}.back-to-top:hover{background:var(--brand-soft);border-color:#6254d840;color:var(--brand);box-shadow:0 4px 12px #6254d81f,0 12px 32px #6254d814;transform:translateY(-2px)}.back-to-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.breadcrumb{display:flex;gap:8px;align-items:center;margin-bottom:22px;color:var(--subtle);font-size:13px;overflow:hidden}.breadcrumb>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.breadcrumb a:hover{color:var(--brand)}.article-layout,.tag-layout{display:grid;grid-template-columns:minmax(0,820px) 300px;gap:32px;justify-content:center;padding:32px 24px 86px}.article-main,.tag-main{min-width:0}.article-header{margin-bottom:28px;padding-bottom:24px;border-bottom:1px solid var(--border)}.article-title{margin:10px 0 16px;font-size:clamp(26px,4vw,38px);line-height:1.3}.article-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;color:var(--subtle);font-size:13px}.article-meta__sep{color:var(--border);font-size:11px;user-select:none}.article-summary{width:100%;margin:18px 0 0;border-left:3px solid var(--brand);background:#6254d80d;border-radius:0 7px 7px 0;color:#4a453f;padding:14px 18px;font-size:15px;line-height:1.8}.article-footer{margin-top:28px;padding-top:22px;border-top:1px solid var(--border)}.article-tags{display:flex;flex-wrap:wrap;gap:8px}.article-tags a{display:inline-flex;align-items:center;min-height:28px;border:1px solid rgba(98,84,216,.2);border-radius:14px;background:var(--brand-soft);color:var(--brand);padding:3px 12px;font-size:12px;font-weight:600;transition:background .16s ease,border-color .16s ease}.article-tags a:hover{border-color:#6254d880;background:#fff}.related-tool{display:grid;gap:0;margin-top:28px;border:1px solid rgba(98,84,216,.13);border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 1px 8px #6254d80d;transition:border-color .22s ease,box-shadow .22s ease}.related-tool:hover{border-color:#6254d847;box-shadow:0 3px 16px #6254d817}.related-tool--inline{display:none}.related-tool--sidebar{margin-top:0;margin-bottom:14px}.related-tool--multi{border-color:#e8eaf0;border-radius:16px;box-shadow:0 2px 16px #18191f12}.related-tool--sidebar .related-tool__head{gap:11px;padding:14px 16px}.related-tool--sidebar .related-tool__icon{width:38px;height:38px;border-radius:9px}.related-tool--sidebar .related-tool__icon-mark{width:18px;height:18px;border-width:2px}.related-tool--sidebar .related-tool__icon-mark:before{top:3px;bottom:3px;left:5px;width:2px}.related-tool--sidebar .related-tool__icon-mark:after{right:3px;bottom:5px;left:3px;height:2px}.related-tool--sidebar .related-tool__eyebrow{font-size:11px}.related-tool--sidebar h2{font-size:15px}.related-tool--sidebar .related-tool__body{padding:14px 16px 0}.related-tool--sidebar .related-tool__body p{margin:0;color:var(--muted);font-size:13px;font-weight:400;line-height:1.55}.related-tool--sidebar .related-tool__button{min-height:36px;margin:12px 16px 0;border-radius:7px;font-size:13px}.related-tool--sidebar .related-tool__trust{margin:8px 16px 14px;font-size:11px}.related-tool--inline .related-tool__head{gap:12px;padding:18px 20px}.related-tool--inline .related-tool__icon{width:44px;height:44px;border-radius:10px}.related-tool--inline .related-tool__eyebrow{font-size:11px}.related-tool--inline h2{font-size:17px}.related-tool--inline .related-tool__body{padding:16px 20px 0}.related-tool--inline .related-tool__body p{font-size:13.5px;font-weight:400;line-height:1.6}.related-tool--inline .related-tool__button{min-height:40px;margin:14px 20px 0;border-radius:8px;font-size:14px}.related-tool--inline .related-tool__trust{margin:8px 20px 16px;font-size:11px}.related-tool__head{display:flex;align-items:center;gap:14px;background:linear-gradient(135deg,var(--tool-soft, #f3f1ff) 0%,#fff 125%);padding:20px 24px}.related-tool__head--multi{border-bottom:1px solid #eef0f5;background:#fff;padding:14px 16px 12px}.related-tool__icon{display:grid;width:46px;height:46px;flex:0 0 auto;place-items:center;overflow:hidden;border:0;border-radius:10px;background:#fff;color:var(--tool-color, var(--brand));box-shadow:0 1px 6px var(--tool-border, rgba(98, 84, 216, .1))}.related-tool__icon img{width:100%;height:100%;object-fit:cover}.related-tool__icon-svg,.related-tool__icon-svg svg{display:block;width:22px;height:22px}.related-tool__icon-svg svg{stroke-width:2.25}.related-tool__icon-mark{position:relative;display:block;width:22px;height:22px;border:2.5px solid currentColor;border-radius:4px}.related-tool__icon-mark:before,.related-tool__icon-mark:after{position:absolute;content:"";background:currentColor}.related-tool__icon-mark:before{top:4px;bottom:4px;left:7px;width:2.5px}.related-tool__icon-mark:after{right:4px;bottom:7px;left:4px;height:2.5px}.related-tool__title{min-width:0}.related-tool__eyebrow{margin:0 0 1px;color:var(--tool-color, var(--brand));font-size:11px;font-weight:600;line-height:1.2}.related-tool h2{margin:0;color:var(--ink);font-size:17px;font-weight:600;line-height:1.3}.related-tool--multi .related-tool__eyebrow{margin-bottom:1px;color:#9499a8;font-size:10px;font-weight:600;letter-spacing:.04em}.related-tool--multi h2{overflow:hidden;font-size:13px;font-weight:650;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.related-tool__body{padding:16px 24px 0}.related-tool__body p{margin:0;color:var(--muted);font-size:13.5px;font-weight:400;line-height:1.6}.related-tool__button{display:flex;align-items:center;justify-content:center;min-height:40px;margin:14px 24px 0;border:1.5px solid var(--tool-border, rgba(98, 84, 216, .35));border-radius:8px;background:transparent;color:var(--tool-color, var(--brand));padding:8px 18px;font-size:14px;font-weight:600;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.related-tool__button:hover{border-color:var(--tool-color, var(--brand));background:var(--tool-soft, var(--brand-soft));color:var(--tool-color, var(--brand-strong));transform:translateY(-1px)}.related-tool__trust{margin:8px 24px 18px;color:var(--subtle);font-size:11px;font-weight:500;line-height:1.4;text-align:center}.related-tool__list{padding:8px 0}.related-tool__item{position:relative;display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:56px;padding:10px 16px;color:inherit;transition:background .16s ease}.related-tool__item:not(:last-child):after{position:absolute;right:16px;bottom:0;left:64px;height:1px;background:#f0f2f6;content:""}.related-tool__item:hover{background:#fafbff}.related-tool__item-icon{display:grid;width:36px;height:36px;place-items:center;overflow:hidden;border-radius:10px;background:var(--tool-soft, var(--brand-soft));color:var(--tool-color, var(--brand))}.related-tool__item-icon img{width:100%;height:100%;object-fit:cover}.related-tool__item-icon .related-tool__icon-svg,.related-tool__item-icon .related-tool__icon-svg svg{width:18px;height:18px}.related-tool__item-icon .related-tool__icon-mark{width:18px;height:18px;border-width:2px}.related-tool__item-icon .related-tool__icon-mark:before{top:3px;bottom:3px;left:5px;width:2px}.related-tool__item-icon .related-tool__icon-mark:after{right:3px;bottom:5px;left:3px;height:2px}.related-tool__item-info{display:grid;min-width:0;gap:2px}.related-tool__item-name{overflow:hidden;color:var(--ink);font-size:13px;font-weight:650;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.related-tool__item-desc{overflow:hidden;color:var(--subtle);font-size:11px;font-weight:400;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.related-tool__item-button{display:inline-flex;align-items:center;justify-content:center;min-height:28px;border-radius:7px;background:var(--tool-soft, var(--brand-soft));color:var(--tool-color, var(--brand));padding:5px 10px;font-size:11px;font-weight:600;line-height:1.2;white-space:nowrap}.related-tool--sidebar .related-tool__item{grid-template-columns:36px minmax(0,1fr) auto}.related-tool--sidebar .related-tool__item-button{min-height:28px}.related-tool--sidebar .related-tool__item-icon{width:36px;height:36px}.article-body{overflow:hidden;border:1px solid var(--border);border-radius:var(--radius);background:#fff;padding:38px;color:#39352f;font-size:16px;line-height:1.88}.article-body h2{margin:42px 0 14px;border-bottom:1px solid var(--border);padding-bottom:10px;font-size:22px}.article-body h2:first-child{margin-top:0}.article-body h3{margin:32px 0 10px;font-size:18px}.article-body p{margin:0 0 17px}.article-body a{color:var(--brand);font-weight:700}.article-body ul,.article-body ol{margin:0 0 18px;padding-left:24px}.article-body li{margin:5px 0}.article-body img{max-width:100%;height:auto;border-radius:var(--radius)}.article-body blockquote{margin:22px 0;border-left:4px solid var(--brand);border-radius:0 8px 8px 0;background:var(--brand-soft);padding:16px 20px}.article-body pre{overflow-x:auto;margin:22px 0;border-radius:var(--radius);background:#1e1b17;padding:18px 20px}.article-body code{border-radius:5px;background:#f2f0e8;color:var(--brand-strong);padding:2px 6px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.9em}.article-body pre code{background:transparent;color:#efe9d6;padding:0}.article-body table{display:block;overflow-x:auto;width:100%;margin:22px 0;border-collapse:collapse;font-size:14px}.article-body th,.article-body td{border:1px solid var(--border);padding:9px 12px;text-align:left}.article-body th{background:#f8f6ef;color:var(--ink)}.sidebar{position:sticky;top:88px;align-self:start}.sidebar-panel,.tag-header{border:1px solid var(--border);border-radius:var(--radius);background:#fff;padding:20px}.sidebar-panel+.sidebar-panel{margin-top:14px}.sidebar-panel h2{margin-bottom:12px;font-size:14px}.toc-list{display:grid;gap:2px;margin:0;padding:0;list-style:none}.toc-list a{display:block;border-left:2px solid transparent;border-radius:0 6px 6px 0;padding:5px 8px;color:var(--muted);font-size:13px;transition:background .12s ease,color .12s ease,border-color .12s ease}.toc-list a:hover,.toc-list a.is-active{border-left-color:var(--brand);background:var(--brand-soft);color:var(--brand)}.toc-list .toc-indent a{padding-left:20px;font-size:12px;color:var(--subtle)}.toc-list .toc-indent a:hover,.toc-list .toc-indent a.is-active{color:var(--brand)}.mobile-toc{display:none;margin-bottom:20px;border:1px solid var(--border);border-radius:var(--radius);background:var(--paper);overflow:hidden}.mobile-toc summary{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;color:var(--ink);font-size:14px;font-weight:700;cursor:pointer;user-select:none;list-style:none}.mobile-toc summary::-webkit-details-marker{display:none}.mobile-toc summary:after{content:"";display:block;width:8px;height:8px;border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);transform:rotate(45deg);transition:transform .2s ease;flex-shrink:0}.mobile-toc[open] summary:after{transform:rotate(-135deg)}.mobile-toc .toc-list{padding:0 16px 14px;border-top:1px solid var(--border)}.article-cta{margin-top:28px}.related-posts{margin-top:40px;padding-top:32px;border-top:1px solid var(--border)}.related-posts h2{margin-bottom:18px;font-size:20px}.related-posts__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.tag-header{display:flex;gap:18px;align-items:flex-start;margin-bottom:18px}.tag-mark{display:grid;width:54px;height:54px;flex:0 0 auto;place-items:center;border-radius:8px;background:var(--brand-soft);color:var(--brand);font-size:18px;font-weight:800}.tag-mark--faq{background:var(--green-soft);color:var(--green)}.tag-mark--best{background:var(--gold-soft);color:var(--gold)}.tag-mark--update{background:var(--blue-soft);color:var(--blue)}.tag-mark--case{background:var(--red-soft);color:var(--red)}.tag-header h1{font-size:26px}.tag-header p{margin:6px 0 0}.post-list{display:grid;gap:14px}.post-list-card{display:grid;grid-template-columns:190px minmax(0,1fr);gap:18px;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius);background:#fff;padding:16px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.post-list-card .cover-frame{height:128px;aspect-ratio:auto;border-radius:7px}.tag-cloud{display:flex;flex-wrap:wrap;gap:8px}@media(max-width:980px){.posts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-layout,.tag-layout{grid-template-columns:1fr;gap:24px}.sidebar{position:static}.related-tool--inline{display:grid}.related-tool--sidebar{display:none}.related-posts__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.related-tool--inline .related-tool__icon-mark{width:20px;height:20px}.mobile-toc{display:block}.sidebar .sidebar-panel{display:none}}@media(max-width:720px){body{font-size:14px}.reading-progress{height:3px}.site-header__inner{justify-content:space-between;height:58px;padding:0 16px}.brand img{height:30px}.nav,.dashboard-link{display:none}.mobile-menu-btn{display:flex}.shell,.article-layout,.tag-layout{padding-right:16px;padding-left:16px}.blog-hero{padding:38px 16px 18px;text-align:left}.posts-grid{grid-template-columns:1fr;gap:14px;padding-bottom:58px}.related-posts__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.pagination{align-items:stretch;flex-direction:column;margin-top:-32px;padding-bottom:56px}.tag-main>.pagination{margin-top:22px;padding-bottom:0}.pagination__controls{justify-content:space-between}.pagination__pages{overflow-x:auto;padding-bottom:2px}.tool-banner{grid-column:auto;margin:8px 0 18px}.tool-banner__inner{flex-direction:column;align-items:flex-start;padding:20px 22px 24px;gap:16px}.tool-banner__inner:before{right:-40px;top:-40px;width:160px;height:160px}.tool-banner__inner:after{display:none}.tool-banner h2{font-size:16px}.tool-banner p{font-size:13px}.tool-banner__btn{width:100%;padding:13px 0;text-align:center}.related-tool--inline{display:grid}.related-tool--sidebar{display:none}.related-tool--inline .related-tool__head{gap:10px;padding:14px}.related-tool--inline .related-tool__icon{width:36px;height:36px;border-radius:8px}.related-tool--inline .related-tool__body{padding:0 14px}.related-tool--inline .related-tool__body p{font-size:12.5px}.related-tool--inline .related-tool__button{min-height:36px;margin:10px 14px 0;font-size:13px}.related-tool__item{grid-template-columns:36px minmax(0,1fr) auto;gap:10px;padding:10px 14px}.related-tool__item:not(:last-child):after{right:14px;left:60px}.related-tool__item-icon{width:36px;height:36px}.related-tool__item-button{min-height:28px}.related-tool--inline .related-tool__trust{margin:6px 14px 12px;font-size:10.5px}.site-footer__inner{align-items:center;flex-direction:column;gap:14px}.footer-links{justify-content:center;flex-direction:row;flex-wrap:wrap;gap:14px 24px}.site-footer__brand{justify-content:center;align-items:center;flex-wrap:nowrap}.site-footer__brand span{flex-basis:auto;padding-left:0;text-align:center}.site-footer__legal{justify-content:center;gap:8px 14px}.back-to-top{right:16px;bottom:20px;width:38px;height:38px}.article-body{padding:24px 20px;font-size:15px}.article-body h2{font-size:20px}.post-list-card{grid-template-columns:1fr}.post-list-card .cover-frame{height:100%;aspect-ratio:3 / 1}}@media(max-width:480px){.related-posts__grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:1ms!important}}
