:root{--ink:#17151d;--muted:#73707d;--line:#e9e7ed;--purple:#7157e8;--pale:#f6f4ff;--bg:#fbfafc}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}button,input,select{font:inherit}a{color:inherit;text-decoration:none}.site-shell{min-height:100vh}header{height:72px;display:flex;align-items:center;gap:46px;padding:0 max(5vw,24px);border-bottom:1px solid var(--line);background:rgba(255,255,255,.88);backdrop-filter:blur(16px);position:sticky;top:0;z-index:10}.brand{display:flex;align-items:baseline;font-size:21px;letter-spacing:-1px;white-space:nowrap}.brand b,.brand span{font-weight:900}.brand span{color:var(--purple)}.brand em{font-style:normal;font-weight:650;margin-left:4px}nav{display:flex;gap:28px;font-size:14px;font-weight:600;color:#5d5965}nav a:hover{color:var(--purple)}.header-actions{display:flex;align-items:center;gap:12px;margin-left:auto}.header-actions select{border:0;background:transparent;color:#56515f}.submit{padding:10px 15px;border:1px solid var(--line);border-radius:10px;background:#fff;font-size:13px;font-weight:700}.hero{text-align:center;padding:78px 24px 62px;background:radial-gradient(circle at 50% 20%,#e9e3ff 0,rgba(246,244,255,.5) 34%,transparent 67%)}.eyebrow{width:-moz-max-content;width:max-content;margin:auto;display:flex;gap:7px;align-items:center;color:#654ad4;background:#eee9ff;border:1px solid #ded5ff;border-radius:99px;padding:7px 12px;font-size:12px;font-weight:750}.hero h1{font-size:clamp(38px,5vw,66px);letter-spacing:-3.5px;line-height:1.06;margin:19px 0 14px}.hero p{font-size:17px;color:var(--muted);margin:0 auto 30px;max-width:670px;line-height:1.7}.search{max-width:690px;height:60px;margin:auto;background:#fff;border:1px solid #dedbe5;border-radius:15px;box-shadow:0 14px 36px rgba(55,40,90,.09);display:flex;align-items:center;padding:0 17px;gap:12px;text-align:left}.search svg{color:#8b8497}.search input{border:0;outline:0;flex:1 1;font-size:15px}.search kbd{color:#9993a4;background:#f4f2f6;border:1px solid #e2dfe6;border-radius:6px;padding:3px 7px;font-size:11px}.trust{display:flex;justify-content:center;align-items:center;gap:16px;color:#908b97;font-size:12px;margin-top:24px}.trust b{color:#3d3746}.trust i{height:12px;width:1px;background:#d6d2da}.directory{display:grid;grid-template-columns:230px 1fr;grid-gap:42px;gap:42px;max-width:1400px;margin:auto;padding:38px max(3vw,20px) 80px}aside{position:sticky;top:105px;align-self:start;display:flex;flex-direction:column;gap:4px}.side-title{font-size:10px;color:#a09aa8;font-weight:800;letter-spacing:1.3px;margin:0 12px 11px}aside button{border:0;background:transparent;border-radius:10px;padding:11px 12px;display:flex;align-items:center;gap:11px;text-align:left;color:#686270;font-size:13px;cursor:pointer}aside button.active,aside button:hover{background:#eeeafe;color:#6549d8;font-weight:700}aside small{margin-left:auto;color:#aaa4af;font-weight:500}.toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.toolbar>span{font-size:12px;color:#9a949f}.tabs{display:flex;gap:7px}.tabs button{display:flex;align-items:center;gap:6px;border:1px solid var(--line);background:#fff;border-radius:9px;padding:9px 13px;color:#756f7c;font-size:12px;font-weight:700;cursor:pointer}.tabs button.active{background:var(--ink);color:#fff;border-color:var(--ink)}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.card{min-height:188px;background:#fff;border:1px solid var(--line);border-radius:15px;padding:18px;position:relative;transition:.2s ease;display:flex;flex-direction:column}.card:hover{transform:translateY(-3px);border-color:#cfc7ef;box-shadow:0 15px 35px rgba(37,24,70,.08)}.logo{width:46px;height:46px;margin-bottom:17px}.logo img,.logo span{width:100%;height:100%;border-radius:12px;-o-object-fit:cover;object-fit:cover}.logo span{display:grid;place-items:center;color:#fff;font-size:13px;font-weight:850;box-shadow:inset 0 0 0 1px rgba(255,255,255,.2)}.card-top{display:flex;gap:10px}.card-top>div{min-width:0}.card h3{font-size:15px;margin:0 0 7px;letter-spacing:-.2px}.card p{font-size:12px;color:var(--muted);line-height:1.55;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.arrow{margin-left:auto;color:#bbb5c1;flex:none}.card:hover .arrow{color:var(--purple)}.meta{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:14px}.meta>div{display:flex;gap:6px;color:#aaa3af;font-size:9px}.price{font-size:9px;padding:4px 7px;border-radius:5px;font-weight:800}.price.free{background:#e8f8ef;color:#29965a}.price.freemium{background:#eef2ff;color:#5367cf}.price.paid{background:#fff1e7;color:#c66a2d}.empty{text-align:center;padding:100px;color:#999}.empty svg{width:38px;height:38px}footer{border-top:1px solid var(--line);padding:40px max(5vw,24px);display:flex;align-items:center;gap:25px;color:#8b8591;font-size:12px}footer p{margin-right:auto}@media(max-width:1050px){.grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){header{gap:15px;height:64px}.submit,nav{display:none}.hero{padding:55px 18px 45px}.hero h1{letter-spacing:-2px}.directory{display:block;padding-top:22px}aside{position:static;flex-direction:row;overflow:auto;margin-bottom:24px;padding-bottom:5px}.side-title,aside small{display:none}aside button{white-space:nowrap;border:1px solid var(--line);background:#fff}.grid{grid-template-columns:1fr}.trust{gap:8px}.toolbar{align-items:flex-end}.tabs button{padding:8px}.card{min-height:175px}footer{align-items:flex-start;flex-wrap:wrap}footer p{width:100%;order:3}.search kbd{display:none}header{gap:10px!important;height:62px!important;padding:0 15px!important}header .brand{font-size:18px}header nav{display:flex!important;margin-left:auto;gap:12px;overflow:auto}header nav a{font-size:11px;white-space:nowrap}header nav a:nth-child(2){display:none}.header-actions{margin-left:0}.header-actions select{max-width:72px;font-size:11px}.hero{padding:42px 15px 38px}.hero h1{font-size:36px}.hero p{font-size:14px}.search{height:54px}.directory{padding-left:14px;padding-right:14px}.toolbar>span{display:none}}.public-grid{display:grid;grid-template-columns:220px minmax(0,1fr);grid-gap:32px;gap:32px;max-width:1440px;margin:auto;padding:0 28px}.global-aside{position:sticky;top:92px;align-self:start;padding-top:45px;display:flex;flex-direction:column;max-height:calc(100vh - 110px);overflow:auto}.global-aside>b{font-size:11px;color:#9c96a1;letter-spacing:1px;padding:10px}.global-aside a{justify-content:space-between;padding:10px 12px;border-radius:8px;font-size:12px;color:#6f6875}.global-aside a:hover{background:#eeeafe;color:#664bd5}.global-aside small{color:#aaa}.site-footer{background:#18161e;color:#aaa4b0;padding:55px max(5vw,25px) 25px;display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;grid-gap:45px;gap:45px}.site-footer>div{display:flex;flex-direction:column;gap:11px}.site-footer .brand{color:#fff}.site-footer>div>b{color:#fff;font-size:12px}.site-footer a,.site-footer p{font-size:11px;line-height:1.7}.site-footer small{grid-column:1/-1;border-top:1px solid #302d36;padding-top:20px}.engagement{margin-top:45px}.like{border:1px solid #e2dce9;background:#fff;color:#7656dc;border-radius:99px;padding:10px 16px;font-weight:700;display:flex;gap:7px;align-items:center}.like svg{width:17px}.comments{margin-top:35px}.comments h2{display:flex;gap:8px;align-items:center}.comments h2 svg{width:21px}.comments article{border-bottom:1px solid #eee;padding:15px 0}.comments article small{margin-left:10px;color:#aaa}.comments article p{font-size:13px}.comments form{display:grid;grid-gap:10px;gap:10px;margin-top:20px}.comments input,.comments textarea,.submit-page input,.submit-page textarea{border:1px solid #ddd9e2;border-radius:8px;padding:11px}.comments textarea,.submit-page textarea{min-height:100px}.comments form button,.submit-page button{width:-moz-max-content;width:max-content;border:0;background:#7055e5;color:#fff;border-radius:8px;padding:10px 16px}.comments form span{color:#4b9b68;font-size:11px}.submit-page{max-width:680px;margin:60px auto 100px;padding:0 20px}.submit-page>p{color:#777}.submit-page form{display:grid;grid-gap:17px;gap:17px;margin-top:30px}.submit-page label{display:grid;grid-gap:7px;gap:7px;font-size:12px;font-weight:700}.success{background:#eaf8ef;color:#36855a;padding:20px;border-radius:10px;margin-top:30px}.html-area{width:100%;min-height:320px;background:#17151d;color:#e8e3ef;padding:16px;border:0;font:12px/1.6 monospace}.rich-area iframe,.rich-area img,.rich-area video{max-width:100%;margin:12px 0}.html-toggle{margin-left:auto!important}@media(max-width:800px){.public-grid{display:block;padding:0}.global-aside{position:sticky;top:62px;z-index:8;flex-direction:row;background:#fff;padding:8px 12px;border-bottom:1px solid #eee;max-height:none;overflow:auto}.global-aside small,.global-aside>b{display:none}.global-aside a{white-space:nowrap;border:1px solid #eee;margin-right:6px}.site-footer{grid-template-columns:1fr 1fr;gap:28px}.site-footer>div:first-child,.site-footer>div:last-of-type{grid-column:1/-1}}.global-fixed{position:fixed!important;left:20px;top:80px;width:190px;z-index:7}.global-engage{max-width:820px;margin:0 auto 70px;padding:0 22px}.factbox p:first-of-type,.site-footer+.site-footer,.site-shell>footer{display:none}@media(max-width:1100px) and (min-width:801px){.global-fixed{display:none}}@media(max-width:800px){.global-fixed{position:sticky!important;left:auto;top:62px;width:auto}.global-engage{padding:0 15px}}@media(min-width:801px){#categories,.global-fixed{position:fixed!important;left:0!important;top:72px!important;bottom:0;width:220px!important;max-height:none!important;background:#fff;z-index:9;padding:20px 12px!important;border-right:1px solid #e9e7ed;overflow-y:auto}.directory .content{margin-left:220px}}.home-banners{margin-left:250px;max-width:1150px;padding:28px 28px 0;display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.home-banners>a{display:block;min-height:145px;border-radius:14px;overflow:hidden}.home-banners img{width:100%;height:145px;-o-object-fit:cover;object-fit:cover}.detail-ads a>div,.home-banners a>div{height:100%;min-height:145px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#eee9ff,#f8f6ff);border:1px dashed #cfc4ec;color:#7157e8}.detail-ads b,.home-banners b{margin:5px}.detail-ads small,.home-banners small{color:#999}.detail-ads{max-width:900px;margin:35px auto;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;padding:0 20px}.detail-ads a>div,.detail-ads>a{min-height:105px}.detail-ads img{width:100%;height:105px;-o-object-fit:cover;object-fit:cover;border-radius:10px}.comments .avatar{display:inline-grid;place-items:center;width:32px;height:32px;border-radius:50%;color:#fff;font-weight:800;margin-right:9px;vertical-align:middle}.settings-float{position:fixed;left:30px;bottom:30px;z-index:20;background:#7157e8;color:#fff;padding:10px 13px;border-radius:8px;font-size:11px}.settings-admin{max-width:900px;margin:auto;padding:40px 20px}.settings-admin>header{display:flex;justify-content:space-between}.settings-admin header button{background:#7157e8;color:#fff;border:0;border-radius:8px;padding:10px 14px}.placement-editor{background:#fff;border:1px solid #e5e2e8;padding:18px;border-radius:10px;margin:10px 0;display:grid;grid-gap:12px;gap:12px}.placement-editor label{display:grid;grid-gap:6px;gap:6px;font-size:11px}.placement-editor input{padding:9px;border:1px solid #ddd;border-radius:7px}.placement-editor img{max-width:320px;max-height:130px;-o-object-fit:cover;object-fit:cover}@media(max-width:800px){#categories,.global-fixed{position:sticky!important;left:auto!important;top:62px!important;bottom:auto;width:auto!important;max-height:none!important;flex-direction:row;padding:8px!important;border-right:0}.directory .content{margin-left:0}.home-banners{margin-left:0;padding:15px;grid-template-columns:1fr}.home-banners img,.home-banners>a{min-height:110px;height:110px}.detail-ads{grid-template-columns:1fr}.settings-float{left:auto;right:12px;bottom:12px}}@media(min-width:801px){.site-shell>main{padding-left:220px}.site-shell .home-banners{margin-left:0;max-width:1280px;margin-right:auto}.site-shell .directory{display:block;max-width:1280px;margin:0 auto;padding-left:28px;padding-right:28px}.site-shell .directory .content{margin-left:0}.site-shell .hero{width:100%}}#categories .prompt-link{display:flex;align-items:center;gap:11px;text-align:left;color:#686270;font-size:13px;padding:11px 12px;border-radius:10px}#categories .prompt-link:hover{background:#eeeafe;color:#6549d8}#categories .prompt-link small{margin-left:auto}.global-aside a{display:flex;align-items:center;justify-content:flex-start;gap:10px}.global-aside a svg{width:18px;height:18px;flex:none}.global-aside a small{margin-left:auto}.prose-ad{margin:35px 0;text-decoration:none}.prose-ad,.prose-ad>img{display:block;width:100%}.prose-ad>img{height:130px;-o-object-fit:cover;object-fit:cover;border-radius:12px}.prose-ad>div{min-height:130px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#eee9ff,#faf8ff);border:1px dashed #cbbfeb;border-radius:12px;color:#7055e5}.prose-ad b{margin:4px}.prose-ad small{color:#999}.detail-ads{display:none!important}@media(max-width:800px){.site-shell>main{padding-left:0}.site-shell .home-banners{margin-left:0}.global-aside a{display:flex!important}.prose-ad>img{height:95px}.prose-ad>div{min-height:95px}}.home-banners{grid-template-columns:1fr!important}.prose-ad-host{grid-column:1;grid-row:1}.detail-layout>article.prose{grid-column:1;grid-row:2}.detail-layout>.factbox{grid-column:2;grid-row:1/3}.prose-ad-host .prose-ad{margin-top:0}@media(max-width:800px){.detail-layout>.factbox,.detail-layout>article.prose,.prose-ad-host{grid-column:auto;grid-row:auto}}@media(min-width:801px){.site-shell .home-banners{width:100%;max-width:1280px;margin-left:auto!important;margin-right:auto!important;padding:28px 28px 0!important}}@media(max-width:800px){.site-shell .home-banners{width:100%;margin:0!important;padding:15px!important}}.rich-tools{flex-wrap:wrap;position:sticky;top:0;z-index:2}.html-area,.rich-area{display:block;width:100%;min-height:520px;max-height:70vh;overflow:auto;padding:20px;border:0;outline:0;resize:vertical;font:14px/1.75 ui-sans-serif,system-ui}.rich-area figure{margin:25px auto;text-align:center}.prose figcaption,.rich-area figcaption{margin-top:7px}.ai-divider{height:42px;border:0!important;display:flex;align-items:center;justify-content:center;gap:4px}.ai-divider i,.ai-divider span{display:block!important;padding:0!important;transform:none!important;width:4px;height:18px;border-radius:5px;background:#8d77ef!important}.ai-divider i{height:30px;width:5px;background:linear-gradient(#49d6e9,#7157e8)!important}.cover-preview{display:block;max-width:280px;max-height:150px;-o-object-fit:cover;object-fit:cover;margin-top:8px;border-radius:8px}.hero-actions .visit,.hero-like{height:44px!important;min-width:118px!important;padding:0 15px!important;justify-content:center!important}.detail-side{grid-column:2;grid-row:1/3;display:flex;flex-direction:column;gap:16px;position:sticky;top:92px;align-self:start}.detail-side .factbox{position:static;margin:0;background:#fff;width:100%}.side-ad{display:block;border-radius:12px;overflow:hidden}.side-ad img{display:block;width:100%;height:120px;-o-object-fit:cover;object-fit:cover}.side-ad>div{min-height:120px;display:grid;place-content:center;text-align:center;background:#eee9ff;border:1px dashed #c9bdeb;color:#7157e8}.detail-side .related{margin:0}.detail-side .related h2{font-size:16px}.detail-side .related>div{grid-template-columns:1fr}.detail-side .related a{display:flex;gap:11px;padding:12px}.detail-side .related p{margin:4px 0}.detail-side .related-logo{width:40px;height:40px;flex:none}.detail-side .related-logo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:9px}.sidebar-ad{display:block!important;width:100%;min-height:92px!important;padding:0!important;margin-bottom:12px;border-radius:10px!important;overflow:hidden;background:#f1edff!important}.sidebar-ad img{width:100%;height:92px;-o-object-fit:cover;object-fit:cover;display:block}.sidebar-ad span,.sidebar-ad.placeholder{display:grid!important;place-content:center;color:#7c67dd;font-size:11px;border:1px dashed #c8bceb}#categories,.global-fixed{height:calc(100vh - 72px - var(--footer-clearance,0px))!important;max-height:calc(100vh - 72px - var(--footer-clearance,0px))!important;overflow-y:auto!important;overscroll-behavior:contain;transition:bottom .08s linear,height .08s linear}#categories>a:not(.prompt-link){border:0;background:transparent;border-radius:10px;padding:11px 12px;display:flex;align-items:center;gap:11px;text-align:left;color:#686270;font-size:13px;white-space:nowrap}#categories>a.active,#categories>a:hover{background:#eeeafe;color:#6549d8;font-weight:700}#categories:before{display:none!important}#categories .side-title,.category-heading{font-size:18px!important;font-weight:900!important;letter-spacing:-.3px!important;color:#27222d!important;margin:8px 10px 13px!important;padding-bottom:10px;border-bottom:2px solid #7b61e8}.banner-two-host,.home-side-ad-host{width:100%}.home-banner-extra{display:block;width:100%;min-height:145px;border-radius:14px;overflow:hidden}.home-banner-extra img{display:block;width:100%;height:145px;-o-object-fit:cover;object-fit:cover}.home-banner-extra>div{height:145px;display:grid;place-content:center;text-align:center;background:#eee9ff;border:1px dashed #c8bceb;color:#7157e8}.detail-bottom-ad{max-width:1160px;margin:0 auto 35px;padding:0 25px 20px}.global-engage{border-top:2px solid #ddd7eb!important;padding-top:42px!important}.comments{border-top:1px solid #e2dde9;padding-top:28px}.prose{padding-bottom:25px;border-bottom:1px solid #e5e0eb}.search{cursor:text}.search:focus-within{border-color:#7157e8;box-shadow:0 14px 38px rgba(85,60,170,.16)}.article-page{max-width:1160px}.article-page .article-cover{margin:25px 0}.article-page .article-cover img,.news-grid .cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;margin:0;border-radius:inherit}.article-page .detail-layout{margin-top:35px}.article-page .prose{margin-top:0}.news-grid .cover{overflow:hidden}@media(max-width:800px){.html-area,.rich-area{min-height:400px;max-height:65vh}.detail-side{grid-column:auto;grid-row:auto;position:static;margin-top:25px}.hero-actions{width:100%}.hero-actions .visit,.hero-like{flex:1 1}.sidebar-ad{min-width:150px!important;margin:0 8px 0 0}.global-fixed{height:auto}.article-page .article-cover{height:200px}}.logo-upload-box{display:flex;align-items:center;gap:15px;padding:14px;border:1px dashed #cfc7dc;border-radius:10px;background:#faf9fc}.logo-upload-box img,.logo-upload-box span{width:82px;height:82px;border-radius:16px;-o-object-fit:cover;object-fit:cover;display:grid;place-content:center;background:#eeeafe;color:#7863d6;font-size:11px}.logo-upload-box input{flex:1 1;background:#fff}.moderation-toast{margin-bottom:15px;padding:11px 14px;border-radius:8px;background:#e8f7ed;color:#318055;font-size:12px}.status-chip{display:inline-block!important;padding:5px 8px;border-radius:99px;font-weight:750}.status-chip.pending{background:#fff3d8;color:#9a6810}.status-chip.approved{background:#e3f7ea;color:#278251}.status-chip.rejected{background:#fde8e8;color:#b74242}.review-list article.review-approved{border-color:#9bd7b0;background:#fbfffc}.review-list article.review-rejected{opacity:.68}.review-list button:disabled{cursor:not-allowed;background:#edf6f0;color:#34815a;border-color:#b9dcc5}.review-list article.review-rejected button:disabled{background:#f8e8e8;color:#a94b4b;border-color:#e5bcbc}@media(max-width:700px){.logo-upload-box{align-items:flex-start;flex-direction:column}.logo-upload-box input{width:100%}}.article-page,.knowledge-detail{padding-bottom:28px!important}.article-page .detail-layout,.knowledge-detail .detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 260px;grid-gap:42px;gap:42px;align-items:start}.article-page .prose-ad-host,.knowledge-detail .prose-ad-host{grid-column:1;grid-row:1}.article-page .detail-layout>article,.knowledge-detail .detail-layout>article{grid-column:1;grid-row:2}.article-page .detail-side,.knowledge-detail .detail-side{grid-column:2;grid-row:1/3}.article-heading{position:static;height:auto;border:0;background:transparent;display:block;padding:0;margin:38px 0 0}.article-heading small{display:block;color:#999;margin-bottom:12px}.article-heading h1{margin:0}.article-page .article-cover{width:100%;height:320px;margin:25px 0 10px;border-radius:16px;overflow:hidden}.article-page .article-cover img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;margin:0}.article-detail-layout{margin-top:25px!important}.knowledge-layout{margin-top:22px}.knowledge-detail .knowledge-title{margin-bottom:20px}.article-page .factbox,.knowledge-detail .factbox{border:1px solid #e7e4e9;border-radius:14px;padding:20px;height:-moz-max-content;height:max-content}.article-page .factbox h3,.knowledge-detail .factbox h3{font-size:14px;margin:0 0 18px}.article-page .factbox p,.knowledge-detail .factbox p{display:flex;justify-content:space-between;gap:12px;font-size:11px;border-bottom:1px solid #eee;padding:10px 0;margin:0}.article-page .factbox span,.knowledge-detail .factbox span{color:#999}.article-page .factbox>div,.knowledge-detail .factbox>div{color:#48a26d;font-size:10px;margin-top:16px}.knowledge-mini-icon{width:38px;height:38px;border-radius:10px;display:grid;place-content:center;color:#fff;flex:none}.banner-two-host:empty,.home-side-ad-host:empty,.prose-ad-host:empty{display:none!important}.global-engage{margin-bottom:40px!important;padding-top:20px!important}.global-engage .engagement{margin-top:0}.global-engage .comments{margin-top:16px;padding-top:20px}.detail-bottom-ad:empty{display:none}.placement-title{display:flex;justify-content:space-between;align-items:center}.delete-placement{border:1px solid #edc4c4;background:#fff3f3;color:#b84949;border-radius:7px;padding:7px 10px;cursor:pointer}.placement-editor>small{color:#89828e;background:#f7f5f9;border-radius:7px;padding:12px}@media(max-width:800px){.article-page .detail-layout,.knowledge-detail .detail-layout{display:block}.article-page .article-cover{height:200px}.article-page .detail-side,.knowledge-detail .detail-side{margin-top:24px}.global-engage{padding-top:15px!important}}@media(min-width:801px){.article-page{box-sizing:border-box!important;width:calc(100% - 220px)!important;max-width:1160px!important;margin-left:220px!important;margin-right:0!important}.article-page .detail-layout{grid-template-columns:minmax(0,1fr) 260px!important}}.article-page article.prose{min-width:0!important;overflow:hidden}.article-page article.prose img,.article-page article.prose video{width:auto!important;height:auto!important}.article-page article.prose iframe,.article-page article.prose img,.article-page article.prose video{display:block!important;max-width:100%!important;margin:20px auto!important}.article-page article.prose figure{display:block!important;max-width:100%!important;margin:24px 0!important;overflow:hidden}.article-page article.prose figure img{margin-left:auto!important;margin-right:auto!important}.article-page article.prose div,.article-page article.prose h2,.article-page article.prose h3,.article-page article.prose p{max-width:100%!important;overflow-wrap:anywhere}.article-page article.prose table{display:block;max-width:100%;overflow-x:auto}.article-page .detail-side{min-width:0}@media(min-width:1380px){.article-page{margin-left:calc(220px + (100vw - 1380px)/2)!important}}@media(max-width:800px){.article-page{width:auto!important;max-width:none!important;margin-left:auto!important;margin-right:auto!important}.article-page article.prose img,.article-page article.prose video{max-width:100%!important;height:auto!important}}.article-page .article-detail-layout{row-gap:14px!important}.article-page article.prose{margin-top:0!important}.news-related{padding-top:3px}.news-related>h2{font-size:17px!important;margin:5px 0 10px!important}.news-related>div{display:grid!important;grid-template-columns:1fr!important;grid-gap:9px!important;gap:9px!important}.news-related-card{display:grid!important;grid-template-columns:62px minmax(0,1fr)!important;grid-gap:10px!important;gap:10px!important;padding:9px!important;border:1px solid #e7e3eb!important;border-radius:11px!important;background:#fff!important;align-items:start!important;transition:.18s ease}.news-related-card:hover{border-color:#cbbfee!important;box-shadow:0 8px 20px rgba(55,38,95,.08);transform:translateY(-1px)}.news-related-card>img,.news-related-card>span{display:grid;width:62px;height:62px;-o-object-fit:cover;object-fit:cover;border-radius:8px;background:linear-gradient(135deg,#24203b,#7259e7);place-content:center;color:#fff;font-weight:900}.news-related-card>div{min-width:0}.news-related-card small{display:block;color:#a09aa5;font-size:9px;margin-bottom:3px}.news-related-card b{display:-webkit-box;font-size:11px;line-height:1.45;color:#29242e}.news-related-card b,.news-related-card p{-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-related-card p{display:-webkit-box!important;margin:4px 0 0!important;font-size:9px!important;line-height:1.45!important;color:#85808a!important}@media(max-width:800px){.article-page .article-detail-layout{margin-top:8px!important}.news-related-card{grid-template-columns:72px minmax(0,1fr)!important}.news-related-card>img,.news-related-card>span{width:72px;height:72px}}.article-page .article-detail-layout{margin-top:12px!important;-moz-column-gap:42px!important;column-gap:42px!important;row-gap:0!important;grid-template-rows:auto!important}.article-page .article-main{grid-column:1!important;grid-row:1!important;min-width:0}.article-page .article-main .prose-ad-host{display:block;grid-column:auto!important;grid-row:auto!important}.article-page .article-main .prose-ad{margin:0 0 14px!important}.article-page .article-main article.prose{display:block;grid-column:auto!important;grid-row:auto!important;margin-top:0!important}.article-page .article-detail-layout>.detail-side{grid-column:2!important;grid-row:1!important}@media(max-width:800px){.article-page .article-detail-layout>.detail-side,.article-page .article-main{grid-column:auto!important;grid-row:auto!important}}.brand-icon{width:25px;height:25px;-o-object-fit:contain;object-fit:contain;margin:0 8px 0 0;border-radius:7px;flex:none}.brand{align-items:center!important}.brand-domain{font-size:10px!important;font-weight:800;color:#8f8995!important;font-style:normal;margin-left:1px;align-self:baseline!important;margin-bottom:0!important;letter-spacing:0!important;border:0!important;border-top:0!important;padding:0!important;grid-column:auto!important}.site-footer .brand-icon{width:28px;height:28px}.site-footer .brand .brand-domain{border:0!important;padding:0!important;margin-top:0!important}.knowledge-detail article.prose{min-width:0;overflow:hidden}.knowledge-detail article.prose figure{display:block;width:100%;max-width:100%;margin:26px auto;text-align:center;overflow:hidden}.knowledge-detail article.prose figure img,.knowledge-detail article.prose img{display:block!important;width:auto!important;max-width:100%!important;height:auto!important;margin:0 auto!important;-o-object-fit:contain;object-fit:contain;border-radius:12px}.knowledge-detail article.prose figcaption{display:block;text-align:center;margin:8px auto 0;color:#96909c;font-size:11px;line-height:1.5}.knowledge-detail article.prose iframe,.knowledge-detail article.prose video{display:block;max-width:100%!important;margin:24px auto}.knowledge-detail article.prose div,.knowledge-detail article.prose h2,.knowledge-detail article.prose h3,.knowledge-detail article.prose p{max-width:100%;overflow-wrap:anywhere}.knowledge-detail article.prose table{display:block;max-width:100%;overflow-x:auto}@media(max-width:800px){.knowledge-detail article.prose{padding:22px}.knowledge-detail article.prose figure img,.knowledge-detail article.prose img{max-width:100%!important;height:auto!important}}.knowledge-layout>article.prose{grid-row:1!important}.knowledge-layout:has(.prose-ad-host:not(:empty))>article.prose{grid-row:2!important}.knowledge-layout>.detail-side{grid-row:1/3!important}.knowledge-detail .detail-side .related{margin-top:28px;padding-top:24px;border-top:2px solid color-mix(in srgb,var(--accent) 28%,#e6e1eb)}.knowledge-detail .detail-side .related>h2{margin:0 0 14px;font-size:18px;display:flex;align-items:center;gap:9px}.knowledge-detail .detail-side .related>h2:before{content:"✦";display:grid;place-items:center;width:25px;height:25px;border-radius:8px;background:color-mix(in srgb,var(--accent) 14%,white);color:var(--accent);font-size:12px}.knowledge-detail .detail-side .related>div{display:grid!important;grid-template-columns:1fr!important;grid-gap:10px!important;gap:10px!important}.knowledge-detail .detail-side .related a{display:flex;align-items:center;gap:11px;padding:11px!important;border:1px solid #e7e2ec;border-radius:12px;background:linear-gradient(135deg,#fff,color-mix(in srgb,var(--accent) 4%,white));transition:.2s ease}.knowledge-detail .detail-side .related a:hover{border-color:color-mix(in srgb,var(--accent) 45%,white);transform:translateY(-1px);box-shadow:0 8px 20px rgba(57,40,95,.08)}.knowledge-detail .detail-side .related a b{font-size:12px}.knowledge-detail .detail-side .related a p{font-size:9px!important;line-height:1.5!important;margin:3px 0 0!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:800px){.knowledge-layout:has(.prose-ad-host:not(:empty))>article.prose,.knowledge-layout>article.prose{grid-row:auto!important}.knowledge-detail .detail-side .related{margin-top:24px}body,html{max-width:100%;overflow-x:hidden}body{min-width:0}header{height:62px!important;min-height:62px;display:flex!important;flex-wrap:nowrap!important;padding:0 12px!important;gap:8px!important;overflow:visible}header .brand{flex:none;font-size:17px!important;white-space:nowrap}header .brand-domain{font-size:8px!important}header .brand-icon{width:21px;height:21px;margin:0 5px 0 0}header nav{display:none!important}.header-actions{margin-left:auto!important;display:flex;gap:6px;min-width:0}.header-actions select{width:76px;max-width:76px;height:34px;font-size:10px;padding:0 5px}.header-actions .submit{padding:9px 10px!important;font-size:10px!important;white-space:nowrap}#categories,.global-fixed{top:62px!important;bottom:auto!important;z-index:8!important;width:100%!important;max-width:100%!important;max-height:54px!important;align-self:auto!important;box-sizing:border-box!important;overflow-x:auto!important;overflow-y:hidden!important;overscroll-behavior-x:contain;scrollbar-width:none}#categories,#categories>a,.global-fixed,.global-fixed>a{height:auto!important;min-height:0!important}}@media(max-width:800px){#categories::-webkit-scrollbar,.global-fixed::-webkit-scrollbar{display:none}.global-fixed{position:fixed!important;left:0!important;right:0!important;margin:0!important}.directory #categories{position:sticky!important}.about-page,.article-page,.category-page,.detail-page,.knowledge-detail,.knowledge-page,.news-page,.site-shell>main,.submit-page{width:100%!important;max-width:100%!important;box-sizing:border-box!important;margin-left:0!important;margin-right:0!important}.hero{padding:34px 16px!important}.hero h1{font-size:31px!important;line-height:1.15}.hero p{font-size:13px!important}.hero .trust{flex-wrap:wrap;gap:8px}.directory{display:block!important;padding:0 12px 55px!important}.directory .content{width:100%;min-width:0}.category-grid,.grid,.knowledge-grid,.news-grid{grid-template-columns:1fr!important}.toolbar{gap:8px}.toolbar .tabs{overflow-x:auto}.card{min-width:0}.tool-hero{display:block!important;padding:20px!important}.tool-hero>div:nth-child(2){min-width:0}.tool-hero h1{font-size:27px!important;overflow-wrap:anywhere}.hero-actions{width:100%;display:grid!important;grid-template-columns:1fr 1fr;margin-top:18px!important}.hero-actions .like,.hero-actions .visit{width:100%!important;box-sizing:border-box;justify-content:center;margin:0!important}.article-page .detail-layout,.detail-layout,.knowledge-detail .detail-layout{display:block!important;margin-top:18px!important}.article-page,.detail-page,.knowledge-detail{padding:20px 14px 18px!important}.article-page article.prose,.detail-page article.prose,.knowledge-detail article.prose{padding:20px!important;font-size:14px;line-height:1.8;overflow:hidden}.prose iframe,.prose img,.prose video{max-width:100%!important;height:auto!important}.detail-side{width:100%!important;min-width:0;margin-top:22px!important}.factbox{position:static!important;top:auto!important}.related>div{grid-template-columns:1fr!important}.knowledge-detail>section{padding:20px!important;margin:22px 0 16px!important}.knowledge-detail h1{font-size:31px!important}.knowledge-hero{border-radius:18px!important}.article-heading h1,.article-page h1{font-size:29px!important;overflow-wrap:anywhere}.lead{font-size:15px!important}.global-engage{width:100%!important;max-width:820px!important;box-sizing:border-box!important;margin:0 auto 28px!important;padding:0 14px!important}.global-engage .engagement{margin-top:0!important}.global-engage .comments{margin-top:14px!important}.comments input,.comments textarea{width:100%;box-sizing:border-box}.comments article{overflow-wrap:anywhere}.site-footer{padding:38px 18px 22px!important;grid-template-columns:1fr 1fr!important;gap:24px 18px!important}.site-footer>div:first-child,.site-footer>div:last-of-type{grid-column:1/-1}.site-footer .brand{font-size:19px!important}}@media(max-width:390px){.header-actions .submit,header .brand em{display:none}.hero h1{font-size:28px!important}.site-footer{grid-template-columns:1fr!important}.site-footer>div{grid-column:1!important}.hero-actions{grid-template-columns:1fr!important}}.article-page,.detail-page,.knowledge-detail{padding-bottom:12px!important}.detail-bottom-ad:empty{display:none!important}.global-engage{padding-top:0!important}.global-engage,.global-engage .engagement{margin-top:0!important}.emoji-picker{display:flex;flex-wrap:wrap;gap:7px;padding:8px 10px;border:1px solid #e6e0eb;border-radius:10px;background:#faf8fc}.comments form .emoji-picker button{display:grid;place-items:center;width:36px;height:34px;margin:0;padding:0;border:1px solid #e7e1eb;border-radius:8px;background:#fff;color:inherit;font-size:19px;line-height:1;cursor:pointer;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.comments form .emoji-picker button:focus-visible,.comments form .emoji-picker button:hover{transform:translateY(-1px);border-color:#8b5cf6;box-shadow:0 3px 10px rgba(92,47,145,.14);outline:none}@media(max-width:800px){.emoji-picker{gap:5px;padding:7px}.comments form .emoji-picker button{width:33px;height:32px;font-size:18px}}.captcha-row{display:flex;align-items:flex-end;gap:8px;padding:10px;border:1px solid #e6e0eb;border-radius:10px;background:#faf8fc}.captcha-row label{display:flex!important;align-items:center;gap:8px;flex:1 1;margin:0!important;font-size:13px!important}.captcha-row input{width:90px!important;margin-left:auto}.comments form .captcha-refresh{width:40px;height:38px;padding:0;display:grid;place-items:center;background:#fff;color:#7157e8;border:1px solid #ded6ee}.captcha-refresh svg{width:16px}.language-tabs{position:sticky;top:0;z-index:5;display:flex;gap:8px;margin:18px 0;padding:10px;background:#f6f5f8e8;backdrop-filter:blur(10px)}.language-tabs button{border:1px solid #dcd6e5;background:#fff;border-radius:9px;padding:9px 16px;cursor:pointer}.language-tabs button.active{background:#7055e5;color:#fff;border-color:#7055e5}.localized-seo h3{margin:4px 0 12px;color:#7055e5}.localized-seo textarea{min-height:90px}@media(max-width:700px){.language-tabs{overflow:auto}.language-tabs button{white-space:nowrap}}@media (min-width:1101px){body:has(.global-aside.global-fixed) main:not(.home-main){width:calc(100% - 250px)!important;max-width:1160px!important;margin-left:250px!important;margin-right:auto!important;box-sizing:border-box}}.captcha-row,.captcha-row label{justify-content:flex-start!important}.captcha-row label{flex:0 1 auto!important}.captcha-row input{width:88px!important;margin-left:0!important}.media-library{margin:10px 0;padding:14px;border:1px solid #dfe5ef;border-radius:12px;background:#fff;box-shadow:0 10px 30px rgba(21,35,60,.09)}.media-library>div{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.media-library h3{margin:0;font-size:16px}.media-library>div>button{border:0;background:#eef2f7;border-radius:7px;padding:6px 12px;cursor:pointer}.media-library section{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:10px;gap:10px;max-height:420px;overflow:auto}.media-library section button{min-width:0;padding:7px;border:1px solid #e4e8ef;border-radius:9px;background:#fafbfc;cursor:pointer;text-align:left}.media-library section button:hover{border-color:#6557e8;background:#f5f3ff}.media-library img{display:block;width:100%;height:88px;-o-object-fit:cover;object-fit:cover;border-radius:6px;background:#eef1f5}.media-library small{display:block;margin-top:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#556070}@media (max-width:700px){.media-library section{grid-template-columns:repeat(2,minmax(0,1fr))}}.rich-area h2{margin:34px 0 14px!important;font-size:30px!important;line-height:1.3!important;letter-spacing:-.5px;font-weight:850!important;color:#211b2b!important}.rich-area h3{margin:27px 0 11px!important;font-size:23px!important;line-height:1.4!important;font-weight:800!important;color:#30273c!important}.prose blockquote,.rich-area blockquote{position:relative;margin:26px 0!important;padding:22px 24px 22px 58px!important;border:1px solid #ded6f4!important;border-left:5px solid #7659e8!important;border-radius:12px!important;background:linear-gradient(135deg,#f7f4ff,#fcfbff)!important;color:#514762!important;font-size:15px;line-height:1.85;box-shadow:0 8px 24px rgba(73,48,145,.07)}.prose blockquote:before,.rich-area blockquote:before{content:"“";position:absolute;left:19px;top:5px;color:#8066e8;font:700 43px/1 Georgia,serif;opacity:.72}.prose blockquote p:first-child,.rich-area blockquote p:first-child{margin-top:0}.prose blockquote p:last-child,.rich-area blockquote p:last-child{margin-bottom:0}.prose figure,.rich-area figure{display:block!important;width:100%!important;max-width:100%!important;margin:28px auto!important;text-align:center}.prose figure img,.prose img,.rich-area img{display:block!important;width:720px!important;max-width:100%!important;height:auto!important;margin:24px auto!important;-o-object-fit:contain!important;object-fit:contain!important;border-radius:12px}.prose figure img,.rich-area figure img{margin:0 auto!important}.prose figcaption,.rich-area figcaption{margin:8px auto 0!important;text-align:center;color:#96909c;font-size:11px;line-height:1.5}@media(max-width:800px){.rich-area h2{font-size:25px!important}.rich-area h3{font-size:20px!important}.prose blockquote,.rich-area blockquote{padding:18px 17px 18px 46px!important}.prose blockquote:before,.rich-area blockquote:before{left:14px;font-size:36px}.prose figure img,.prose img,.rich-area img{width:100%!important;height:auto!important}}.prose>div>article{display:grid;grid-gap:18px;gap:18px}.prose section{position:relative;display:block;margin:0!important;padding:26px 28px!important;border:1px solid rgba(103,82,143,.14)!important;border-radius:18px!important;background:linear-gradient(145deg,#fff,#fdfcff 72%,#f6f2ff)!important;box-shadow:0 10px 30px rgba(41,28,65,.055)!important;overflow:hidden}.prose section:after{content:"";position:absolute;right:-38px;top:-42px;width:105px;height:105px;border-radius:50%;background:radial-gradient(circle,rgba(113,87,232,.12),rgba(69,205,224,.035) 62%,transparent 68%);pointer-events:none}.prose section>h1,.prose section>h2,.prose section>h3{position:relative;z-index:1;color:#27202f!important}.prose section>h1{font-size:27px!important;line-height:1.38!important;margin:0 0 16px!important;letter-spacing:-.5px}.prose section>h2{display:flex;align-items:flex-start;gap:10px;font-size:21px!important;line-height:1.45!important;margin:0 0 14px!important}.prose section>h2:before{content:"";width:5px;height:23px;flex:none;margin-top:4px;border-radius:6px;background:linear-gradient(180deg,#4bd3e5,#7357e8);box-shadow:0 0 12px rgba(91,90,221,.25)}.prose section>h3{font-size:17px!important;line-height:1.5!important;margin:22px 0 9px!important}.prose section>p{position:relative;z-index:1;margin:10px 0!important}.prose section>p:last-child{margin-bottom:0!important}.prose section>p:first-of-type{margin-top:0!important}@media(max-width:800px){.prose>div>article{gap:13px}.prose section{padding:20px!important;border-radius:14px!important}.prose section>h1{font-size:23px!important}.prose section>h2{font-size:19px!important}.prose section>h3{font-size:16px!important}}.admin,.content-admin,.settings-admin,.standalone-editor,.studio{--admin-accent:#6e56df;--admin-ink:#26212d;--admin-line:#e8e3ed;--admin-soft:#f8f6fb}.admin,.standalone-editor,.studio{background:radial-gradient(circle at 78% 4%,#eee9ff 0,transparent 28%),#f7f6f9!important}.admin>main,.standalone-editor>main,.studio>main{padding:42px clamp(22px,4vw,58px)!important}.content-list article,.placement-editor,.standalone-editor section,.studio-list article,.tool-editor{border:1px solid rgba(103,82,143,.13)!important;border-radius:18px!important;box-shadow:0 12px 35px rgba(41,28,65,.055);background:rgba(255,255,255,.96)!important}.standalone-editor section{padding:28px!important}.standalone-editor section>h2{font-size:19px!important;letter-spacing:-.3px;color:var(--admin-ink);display:flex;align-items:center;gap:10px}.standalone-editor section>h2:before{content:"";width:5px;height:22px;border-radius:5px;background:linear-gradient(#57d7e8,#7459e7)}.fields input,.fields select,.fields textarea,.standalone-editor input,.standalone-editor select,.standalone-editor textarea{border:1px solid var(--admin-line)!important;border-radius:11px!important;background:#fcfbfd!important;transition:.18s ease;box-shadow:inset 0 1px 2px rgba(40,25,65,.02)}.fields input:focus,.fields select:focus,.fields textarea:focus,.standalone-editor input:focus,.standalone-editor select:focus,.standalone-editor textarea:focus{outline:0;border-color:#8a72e8!important;background:#fff!important;box-shadow:0 0 0 4px rgba(112,85,229,.11)}.language-tabs{display:inline-flex!important;padding:5px!important;border:1px solid #e5dfee;border-radius:14px;background:#fff!important;box-shadow:0 8px 24px rgba(46,31,75,.06)}.language-tabs button{border:0!important;border-radius:10px!important;padding:9px 16px!important;background:transparent!important;color:#77707e!important}.language-tabs button.active{background:linear-gradient(135deg,#7258e4,#5b48c9)!important;color:#fff!important;box-shadow:0 6px 15px rgba(93,68,204,.25)}.rich-editor{border:1px solid #ddd6e8!important;border-radius:16px!important;box-shadow:0 12px 35px rgba(47,31,75,.07);overflow:hidden!important}.rich-tools{padding:11px!important;gap:7px!important;background:linear-gradient(180deg,#fbfaff,#f5f2f9)!important;border-bottom:1px solid #e7e1ed!important}.rich-tools button{padding:7px 11px!important;border-radius:8px!important;font-size:11px!important;cursor:pointer;transition:.16s ease}.rich-tools button:hover{color:#6048d0;border-color:#c8bced!important;background:#f1edff!important;transform:translateY(-1px)}.html-area,.rich-area{padding:28px!important;background:#fff!important}.editor-page,.modal{background:rgba(25,18,35,.58)!important;backdrop-filter:blur(10px);animation:adminFade .18s ease}.editor-card,.modal form{border:1px solid rgba(255,255,255,.55);border-radius:24px!important;box-shadow:0 30px 90px rgba(20,12,34,.3)!important;animation:adminRise .22s ease}.modal-head{padding:27px 30px!important;background:linear-gradient(135deg,#fbfaff,#f2effa);border-radius:24px 24px 0 0}.fields{gap:20px!important;padding:30px!important}.modal-actions{position:sticky;bottom:0;background:rgba(255,255,255,.94);backdrop-filter:blur(8px);padding:18px 30px!important}.editor-message,.moderation-toast,.toast{border-radius:11px!important;box-shadow:0 10px 25px rgba(34,93,58,.1)}@keyframes adminFade{0%{opacity:0}to{opacity:1}}@keyframes adminRise{0%{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:none}}@media(max-width:800px){.admin>main,.standalone-editor>main,.studio>main{padding:18px 13px!important}.html-area,.rich-area,.standalone-editor section{padding:18px!important}.language-tabs{display:flex!important;overflow:auto}.editor-page,.modal{padding:9px!important}.editor-card,.modal form{border-radius:17px!important}}@media(min-width:1101px){.tag-page{box-sizing:border-box;width:calc(100% - 220px);max-width:1160px;margin-left:220px;margin-right:0}}@media(min-width:1380px){.tag-page{margin-left:calc(220px + (100vw - 1380px)/2)}}.tag-page>header{isolation:isolate;background:radial-gradient(circle at 85% 15%,rgba(124,92,255,.25),transparent 34%),radial-gradient(circle at 10% 90%,rgba(0,211,255,.13),transparent 30%),linear-gradient(135deg,#fbfaff,#f2efff)!important}.tag-heading-copy{position:relative;z-index:1;min-width:0;display:flex;flex:1 1;flex-direction:column;align-items:flex-start}.tag-heading-copy>small{display:block!important;margin:0 0 10px!important;font-size:15px!important;line-height:1.4!important;opacity:1!important;visibility:visible!important}.tag-eyebrow{display:inline-flex!important;align-items:center;gap:9px;font-size:15px!important;line-height:1.35!important;font-weight:900!important;letter-spacing:.7px!important;color:#fff!important;padding:9px 14px!important;border:1px solid rgba(255,255,255,.28);border-radius:999px!important;background:linear-gradient(100deg,#6548e8,#3979eb)!important;box-shadow:0 8px 22px rgba(87,67,209,.24)}.tag-eyebrow span{font-size:17px}.tag-page header h1{width:100%;margin:0 0 9px!important;font-size:38px!important;line-height:1.22!important;color:#211b2b!important}.tag-page header h1,.tag-page header p{display:block!important;opacity:1!important;visibility:visible!important}.tag-page header p{width:100%!important;max-width:720px!important;margin:0!important;font-size:15px!important;line-height:1.75!important;color:#575060!important;transform:none!important}.tag-orbit{background:linear-gradient(145deg,#6548e8,#17a9dc)!important;box-shadow:0 16px 38px rgba(82,73,208,.35),inset 0 1px rgba(255,255,255,.3)!important}.tag-cloud{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.tag-cloud a{--tag-hue:260;position:relative;isolation:isolate;overflow:hidden;display:flex;min-height:72px;flex-direction:column;justify-content:center;gap:8px;padding:18px 19px;border:1px solid hsl(var(--tag-hue) 65% 86%);border-radius:15px;background:linear-gradient(135deg,hsl(var(--tag-hue) 85% 98%),#fff);box-shadow:0 7px 22px rgba(43,31,73,.055);transition:.2s}.tag-cloud a:before{content:"";position:absolute;z-index:-1;width:72px;height:72px;right:-30px;top:-32px;border-radius:50%;background:hsl(var(--tag-hue) 82% 64%/.18);box-shadow:0 0 32px hsl(var(--tag-hue) 80% 55%/.18)}.tag-cloud a:after{content:"";position:absolute;left:0;top:18px;width:3px;height:31px;border-radius:0 4px 4px 0;background:hsl(var(--tag-hue) 75% 55%);box-shadow:0 0 12px hsl(var(--tag-hue) 80% 55%/.55)}.tag-cloud a:hover{transform:translateY(-3px);border-color:hsl(var(--tag-hue) 72% 70%);box-shadow:0 14px 30px hsl(var(--tag-hue) 40% 35%/.13)}.tag-cloud b{font-size:14px;color:hsl(var(--tag-hue) 45% 29%);overflow-wrap:anywhere}.tag-cloud span{font-size:10px;color:#81798b}.heading-title-row{display:flex;width:100%;align-items:center;gap:18px}.heading-title-row h1{min-width:0;flex:1 1}.knowledge-title-copy{display:flex!important;min-width:0;flex:1 1;flex-direction:column;align-items:flex-start}.heading-title-row .hero-like{flex:none;height:40px!important;min-width:108px!important;margin:0!important;padding:0 15px!important;border:1px solid rgba(100,73,224,.22)!important;border-radius:999px!important;background:linear-gradient(135deg,#fff,#f0ebff)!important;color:#684bda!important;box-shadow:0 7px 18px rgba(91,66,190,.12);transition:.18s}.heading-title-row .hero-like:hover{transform:translateY(-1px);border-color:#927de9!important;box-shadow:0 10px 22px rgba(91,66,190,.18)}.heading-title-row .hero-like svg{fill:#8065e8;stroke:#8065e8}.global-engage{box-sizing:border-box;border-top:1px solid #ddd7eb!important;padding-top:28px!important}.global-engage>.engagement{margin:0!important}.global-engage>.engagement>.like{display:none!important}.global-engage .comments{border-top:0!important;margin-top:0!important;padding-top:0!important;text-align:left!important}.global-engage .comments article,.global-engage .comments form,.global-engage .comments h2{text-align:left!important;margin-left:0!important;margin-right:0!important}.prose{border-bottom:0!important}@media(min-width:801px){body:has(.article-page) .global-engage{width:calc(100% - 220px)!important;max-width:1160px!important;margin-left:220px!important;margin-right:0!important;padding-left:25px!important;padding-right:25px!important}body:has(.article-page) .global-engage>.engagement{width:calc(100% - 302px)!important;max-width:none!important}body:has(.knowledge-detail) .global-engage{width:100%!important;max-width:900px!important;margin-left:auto!important;margin-right:auto!important;padding-left:25px!important;padding-right:25px!important}body:has(.knowledge-detail) .global-engage>.engagement{width:calc(100% - 302px)!important;max-width:none!important}body:has(.detail-page) .global-engage{width:100%!important;max-width:1160px!important;margin-left:auto!important;margin-right:auto!important;padding-left:25px!important;padding-right:25px!important}body:has(.detail-page) .global-engage>.engagement{width:calc(100% - 310px)!important;max-width:none!important}}@media(min-width:1380px){body:has(.article-page) .global-engage{margin-left:calc(220px + (100vw - 1380px)/2)!important}}@media(max-width:1100px){.tag-page{width:auto;margin-left:auto;margin-right:auto}.tag-page>header{align-items:flex-start}}@media(max-width:900px){.tag-cloud{grid-template-columns:repeat(2,1fr)}}@media(max-width:800px){.global-engage{margin-left:0!important;margin-right:0!important;padding:20px 14px 0!important}.global-engage,.global-engage>.engagement{width:100%!important;max-width:none!important}.heading-title-row{align-items:flex-start;gap:12px}.heading-title-row .hero-like{min-width:auto!important;height:38px!important;padding:0 12px!important}.tag-heading-copy>small{font-size:14px!important}}@media(max-width:600px){.tag-cloud{grid-template-columns:1fr 1fr;gap:10px}.tag-cloud a{min-height:64px;padding:14px}.tag-page>header{padding:22px!important}.tag-page header h1{font-size:29px!important}.tag-page header p{font-size:14px!important}.tag-orbit{margin-bottom:16px}}.detail-page .crumb{align-items:center;gap:10px;margin-bottom:25px;font-size:14px!important;line-height:1.4;font-weight:750;color:#6d6576}.detail-page .crumb a{color:#5f46cf;font-weight:850}.detail-page .crumb a:hover{color:#4127b7}.detail-page .crumb span:first-of-type{color:#b3abbc;font-weight:500}.detail-page .crumb span:last-child{color:#4f4857;font-weight:800}.detail-page .detail-layout{margin-top:30px!important;align-items:start}.detail-page .detail-layout>article.prose{grid-column:1!important;grid-row:1!important;margin-top:0!important}.detail-page .detail-layout>.detail-side{grid-column:2!important;grid-row:1!important}.article-page article.prose{color:#504a56}.article-page article.prose,.article-page article.prose li,.article-page article.prose p{font-size:15px!important;line-height:1.82!important}.article-page article.prose h2{font-size:22px!important;line-height:1.45!important;margin:30px 0 12px!important}.article-page article.prose h3{font-size:18px!important;line-height:1.5!important;margin:25px 0 10px!important}.article-page article.prose figure img,.article-page article.prose img{display:block!important;width:auto!important;max-width:min(100%,680px)!important;height:auto!important;-o-object-fit:contain!important;object-fit:contain!important;margin:22px auto!important}.article-page article.prose figure{width:100%!important;margin:24px auto!important;text-align:center}.article-page article.prose figcaption{margin-top:-13px!important}.tag-page>header{height:auto!important;min-height:150px!important;overflow:hidden!important;align-items:center!important}.tag-heading-copy{height:auto!important;overflow:visible!important}.tag-heading-copy>h1,.tag-heading-copy>p,.tag-heading-copy>small{position:static!important;float:none!important;clear:both!important;flex:none!important}.tag-heading-copy>small{width:auto!important}.tag-heading-copy>h1,.tag-heading-copy>p{height:auto!important}.tag-heading-copy>p{min-height:26px!important}.hero-like{display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important}.hero-like,.hero-like svg{vertical-align:middle!important}.hero-like svg{display:block!important;flex:0 0 auto!important;align-self:center!important;margin:0!important}.article-page>a,.knowledge-detail>a{display:inline-flex;align-items:center;gap:8px;margin-bottom:4px;padding:9px 13px;border:1px solid #ded8e9;border-radius:999px;background:linear-gradient(135deg,#fff,#f4f0ff);color:#6048c7!important;font-size:14px!important;line-height:1.25!important;font-weight:850!important;box-shadow:0 6px 18px rgba(72,49,141,.07);transition:.18s}.article-page>a:hover,.knowledge-detail>a:hover{transform:translateX(-2px);border-color:#bfb1e8;box-shadow:0 9px 22px rgba(72,49,141,.12)}@media(min-width:801px){body:has(.detail-page) .global-engage{box-sizing:border-box!important;width:calc(100% - 250px)!important;max-width:1160px!important;margin-left:250px!important;margin-right:0!important;padding-left:25px!important;padding-right:335px!important}body:has(.detail-page) .global-engage>.engagement{width:100%!important;max-width:none!important}}.editor-card .html-area,.standalone-editor .html-area,.tool-editor .html-area{display:block!important;width:100%!important;height:clamp(560px,70vh,820px)!important;min-height:560px!important;max-height:none!important;overflow:auto!important;resize:vertical!important;padding:24px 26px!important;border:1px solid #40394d!important;border-radius:0 0 13px 13px!important;outline:0!important;background:#17141d!important;background-color:#17141d!important;color:#eeeaf4!important;caret-color:#75d9e8!important;-webkit-text-fill-color:#eeeaf4!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.05),inset 0 0 45px rgba(0,0,0,.16)!important;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace!important;font-size:13px!important;font-weight:500!important;line-height:1.75!important;letter-spacing:.05px!important;white-space:pre-wrap!important;-moz-tab-size:2;-o-tab-size:2;tab-size:2}.editor-card .html-area:focus,.standalone-editor .html-area:focus,.tool-editor .html-area:focus{border-color:#8068e8!important;box-shadow:0 0 0 4px rgba(112,85,229,.13),inset 0 0 45px rgba(0,0,0,.16)!important}@media(max-width:800px){.editor-card .html-area,.standalone-editor .html-area,.tool-editor .html-area{height:65vh!important;min-height:480px!important;padding:18px!important;font-size:12px!important}.detail-page .crumb{font-size:13px!important;margin-bottom:18px}.detail-page .detail-layout{margin-top:18px!important}.article-page article.prose,.article-page article.prose li,.article-page article.prose p{font-size:14px!important;line-height:1.8!important}.article-page article.prose h2{font-size:20px!important}.article-page article.prose h3{font-size:17px!important}.article-page article.prose figure img,.article-page article.prose img{max-width:100%!important}}.global-share{box-sizing:border-box;width:100%;max-width:1160px;margin:0 auto;padding:0 335px 24px 25px}.global-share .share-box{margin:0}@media(min-width:801px){body:has(.article-page) .global-share{width:calc(100% - 220px);margin-left:220px;margin-right:0;padding-right:327px}body:has(.knowledge-detail) .global-share{max-width:900px;padding-right:327px}body:has(.detail-page) .global-share{width:calc(100% - 250px);margin-left:250px;margin-right:0;padding-right:335px}}@media(min-width:1380px){body:has(.article-page) .global-share{margin-left:calc(220px + (100vw - 1380px)/2)}body:has(.detail-page) .global-share{margin-left:calc(250px + (100vw - 1410px)/2)}}@media(max-width:800px){.global-share{width:100%;max-width:none;margin:0;padding:8px 14px 24px}}.share-box{position:relative;margin:34px 0 8px;padding:22px;border:1px solid #e4deeb;border-radius:18px;background:linear-gradient(145deg,#fff,#faf8ff);box-shadow:0 12px 34px rgba(55,38,90,.055);font-style:normal}.share-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}.share-heading>div{display:flex;align-items:center;gap:11px}.share-heading>div>svg{width:38px;height:38px;padding:9px;box-sizing:border-box;border-radius:11px;background:#eee9ff;color:#7055e5}.share-heading span{display:grid;grid-gap:2px;gap:2px}.share-heading b{font-size:16px;color:#27222d}.share-heading small{font-size:11px;color:#8d8592}.share-copy{display:flex;align-items:center;gap:6px;padding:8px 11px;border:1px solid #ddd5e7;border-radius:9px;background:#fff;color:#645b6d;font-size:11px;font-weight:750;cursor:pointer}.share-copy svg{width:14px}.share-networks{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));grid-gap:9px;gap:9px}.share-networks>button{display:flex;flex-direction:column;align-items:center;gap:7px;min-width:0;padding:10px 4px 8px;border:1px solid transparent;border-radius:12px;background:transparent;color:#716978;font-size:9px;cursor:pointer;transition:.18s}.share-networks>button:hover{background:#fff;border-color:#e2dbe9;box-shadow:0 7px 20px rgba(48,33,78,.09);transform:translateY(-2px)}.share-brand{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;color:#fff;font:900 19px/1 Arial,sans-serif;box-shadow:0 6px 13px rgba(25,20,35,.12)}.brand-facebook{background:#1877f2;font-size:27px}.brand-x{background:#070707}.brand-linkedin{background:#0a66c2;font-size:14px}.brand-reddit{position:relative;background:#ff4500;font-size:0}.brand-reddit:before{content:"●";width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#fff;color:#ff4500;font-size:17px}.brand-reddit:after{content:"• •";position:absolute;color:#ff4500;font-size:9px;letter-spacing:5px;margin-left:4px}.brand-wechat{position:relative;background:#08c25e}.brand-wechat i{position:absolute;width:19px;height:15px;border-radius:50%;background:#fff}.brand-wechat i:first-child{left:7px;top:8px}.brand-wechat i:last-child{right:6px;bottom:7px;background:#d9ffe8}.brand-weibo{background:#e6162d;font-size:14px}.brand-xiaohongshu{background:#ff2442;font-size:9px}.brand-zhihu{background:#1772f6;font-size:18px}.share-toast{position:absolute;left:50%;bottom:14px;z-index:5;display:flex;align-items:center;gap:7px;transform:translateX(-50%);padding:9px 13px;border-radius:10px;background:#211d28;color:#fff;font-size:11px;box-shadow:0 10px 30px #1e192755}.share-toast svg{width:15px;color:#72e19d}@media(max-width:700px){.share-box{padding:17px 13px;margin-top:25px}.share-heading{align-items:flex-start}.share-heading small{font-size:10px}.share-copy{white-space:nowrap}.share-networks{grid-template-columns:repeat(4,1fr);gap:6px}.share-networks>button{font-size:9px}.share-brand{width:36px;height:36px}.share-toast{position:fixed;bottom:25px;width:-moz-max-content;width:max-content;max-width:calc(100vw - 40px);text-align:center}}
/*# sourceMappingURL=851d4bcde9915bca.css.map*/