: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}.brand-lu-icon{display:block;width:30px;height:30px;-o-object-fit:cover;object-fit:cover;margin-right:4px;border-radius:8px;flex:none}.site-footer .brand-lu-icon{width:32px;height:32px;border-radius:9px;margin-right:5px}.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}}.categories-panel{background:#fff;border-right:1px solid #e9e7ed;box-sizing:border-box}.categories-panel>a{border:0;background:transparent;border-radius:10px;padding:11px 12px;display:flex;align-items:center;justify-content:flex-start;gap:11px;text-align:left;color:#686270;font-size:13px;white-space:nowrap}.categories-panel>a.active,.categories-panel>a:hover{background:#eeeafe;color:#6549d8;font-weight:700}.categories-panel>a svg{width:18px;height:18px;flex:none}.categories-panel>a small{margin-left:auto}.mobile-sidebar-host{display:none}@media(max-width:800px){.global-aside.global-fixed{display:none!important}#categories,.directory #categories{position:static!important;inset:auto!important;top:auto!important;right:auto!important;bottom:auto!important;left:auto!important;z-index:auto!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0!important;transform:none!important;overflow:visible!important;overscroll-behavior:auto!important;touch-action:pan-y!important}.directory #categories{align-self:stretch!important}.mobile-sidebar-host{display:block;width:100%;margin:0 0 18px;padding:0 14px;box-sizing:border-box}.mobile-sidebar-host .categories-panel{position:static!important;inset:auto!important;width:100%!important;height:auto!important;max-width:none!important;max-height:none!important;margin:0!important;padding:12px!important;overflow:visible!important;border:1px solid #e7e1f2;border-radius:16px;box-shadow:0 10px 30px rgba(74,52,137,.08);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:6px;gap:6px}.mobile-sidebar-host .category-heading{grid-column:1/-1;margin:0 4px 6px!important}.mobile-sidebar-host .sidebar-ad{grid-column:1/-1;width:100%!important;margin:0 0 8px!important}.mobile-sidebar-host .categories-panel>a{min-width:0;white-space:normal;background:#faf9ff;border:1px solid #eee9fa}}@media(max-width:420px){.mobile-sidebar-host .categories-panel{grid-template-columns:1fr}.mobile-sidebar-host .category-heading,.mobile-sidebar-host .sidebar-ad{grid-column:1}}@media(min-width:1101px){body:has(.article-page) .article-page,body:has(.detail-page) .detail-page,body:has(.global-aside.global-fixed) main:not(.home-main),body:has(.knowledge-detail) .knowledge-detail{box-sizing:border-box!important;width:calc(100% - 220px)!important;max-width:none!important;margin-left:220px!important;margin-right:0!important;padding-left:clamp(28px,3vw,56px)!important;padding-right:clamp(28px,3vw,56px)!important}body:has(.article-page) .global-engage,body:has(.article-page) .global-share,body:has(.detail-page) .global-engage,body:has(.detail-page) .global-share,body:has(.knowledge-detail) .global-engage,body:has(.knowledge-detail) .global-share{box-sizing:border-box!important;width:calc(100% - 220px)!important;max-width:none!important;margin-left:220px!important;margin-right:0!important;padding-left:clamp(28px,3vw,56px)!important;padding-right:calc(clamp(28px,3vw,56px) + 302px)!important}body:has(.article-page) .global-engage .comments,body:has(.article-page) .global-engage>.engagement,body:has(.article-page) .global-share .share-box,body:has(.detail-page) .global-engage .comments,body:has(.detail-page) .global-engage>.engagement,body:has(.detail-page) .global-share .share-box,body:has(.knowledge-detail) .global-engage .comments,body:has(.knowledge-detail) .global-engage>.engagement,body:has(.knowledge-detail) .global-share .share-box{box-sizing:border-box!important;width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important}}@media(min-width:801px){#categories,.categories-panel{background:linear-gradient(180deg,#ffffff,#faf8ff 55%,#f4f7ff)!important;border-right:1px solid #ded8f0!important;box-shadow:12px 0 38px rgba(61,42,112,.07)!important}#categories:after,.categories-panel:after{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,#7055e5,#20c8d5,#7055e5);background-size:200% 100%;animation:railGlow 5s linear infinite}}#categories .side-title,.categories-panel .category-heading{position:relative;color:#262031!important;border:0!important;padding:9px 10px 13px!important;margin:0 0 8px!important;font-size:18px!important;font-weight:950!important;letter-spacing:-.35px!important}.directory #categories .side-title{display:flex!important;align-items:center!important;gap:10px!important;min-height:52px;margin:2px 0 13px!important;padding:9px 12px!important;border:1px solid #39305d!important;border-radius:14px!important;background:radial-gradient(circle at 85% 10%,rgba(52,222,224,.25),transparent 34%),linear-gradient(135deg,#17142c,#332562 72%,#174d59)!important;color:#fff!important;box-shadow:0 12px 26px rgba(42,29,91,.22),inset 0 0 0 1px rgba(255,255,255,.05)!important;font-size:17px!important;letter-spacing:.4px!important;overflow:hidden}.directory #categories .side-title:before{content:"AI";display:grid;place-items:center;flex:none;width:31px;height:31px;border-radius:10px;background:linear-gradient(145deg,#866cff,#28d7d7);color:#fff;font:950 11px/1 system-ui;letter-spacing:.5px;box-shadow:0 0 18px rgba(54,218,219,.32),inset 0 0 0 1px rgba(255,255,255,.35)}.directory #categories .side-title:after{content:"";position:absolute;left:auto;right:12px;bottom:10px;width:36px;height:2px;border-radius:9px;background:linear-gradient(90deg,transparent,#4de7e3);box-shadow:0 0 9px #42dedb}.hero-like .like-count{display:inline-block;min-width:2ch;text-align:left;font:inherit;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.hero-like:disabled{cursor:wait;opacity:.72}#categories .side-title:after,.categories-panel .category-heading:after{content:"";position:absolute;left:10px;right:10px;bottom:0;height:2px;border-radius:9px;background:linear-gradient(90deg,#7157e8,#37c7d7,transparent)}#categories>a,.categories-panel>a{position:relative!important;margin:2px 0!important;border:1px solid transparent!important;border-radius:12px!important;padding:10px!important;transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease!important}#categories>a svg,.categories-panel>a svg{box-sizing:content-box;padding:7px;border-radius:9px;background:linear-gradient(145deg,#eee9ff,#e8f8fb);color:#694fdb;box-shadow:inset 0 0 0 1px #ded7f5}#categories>a.active,#categories>a:hover,.categories-panel>a.active,.categories-panel>a:hover{transform:translateX(3px);border-color:#d8cff4!important;background:linear-gradient(90deg,#f0ebff,#f8fbff)!important;box-shadow:0 8px 20px rgba(75,52,145,.08)}#categories>a small,.categories-panel>a small{min-width:27px;margin-left:auto!important;padding:3px 7px;border-radius:99px;background:#ece8f8;color:#63577d!important;text-align:center;font-size:10px!important;font-weight:850!important}#categories>a.prompt-link small,.categories-panel>a:last-child small{min-width:0;background:#e1f8f6;color:#168a91!important}@keyframes railGlow{to{background-position:200% 0}}header{box-shadow:0 7px 25px rgba(35,27,58,.045)}header nav{align-items:center;gap:clamp(12px,1.45vw,24px)}header nav>a{position:relative;padding:8px 2px;font-size:13px;white-space:nowrap}header nav>a:not(.nav-external):after{content:"";position:absolute;left:50%;right:50%;bottom:1px;height:2px;border-radius:2px;background:#7157e8;transition:.2s}header nav>a:not(.nav-external):hover:after{left:2px;right:2px}header nav .nav-external{padding:7px 10px;border:1px solid #ded7f1;border-radius:999px;background:linear-gradient(135deg,#f5f1ff,#f0fbfc);color:#6048c9;font-size:11px;font-weight:800}header nav .nav-external:after{content:"↗";margin-left:5px;color:#20a9b6}header nav .nav-external:hover{border-color:#bfb1ea;box-shadow:0 7px 18px rgba(70,50,130,.1);transform:translateY(-1px)}.header-actions{gap:9px!important}.header-actions select{height:38px!important;padding:0 30px 0 12px!important;border:1px solid #dcd5e8!important;border-radius:10px!important;background-color:#fff!important;color:#443b51!important;font-size:12px!important;font-weight:750!important;box-shadow:0 5px 14px rgba(43,31,70,.055);cursor:pointer}.header-actions .submit{border:0!important;background:linear-gradient(135deg,#7157e8,#5538cd)!important;color:#fff!important;padding:11px 16px!important;box-shadow:0 8px 19px rgba(86,57,200,.25);transition:.18s}.header-actions .submit:hover{transform:translateY(-1px);box-shadow:0 11px 25px rgba(86,57,200,.32)}@media(max-width:1280px) and (min-width:761px){header{gap:20px!important;padding-left:22px!important;padding-right:22px!important}header nav{gap:9px!important}header nav>a{font-size:11px!important}header nav .nav-external{padding:6px 7px!important}.header-actions .submit{padding:10px!important}}@media(max-width:800px){.directory #categories .side-title{display:none!important}#categories:after,.categories-panel:after{display:none}.global-engage,.global-share{margin-left:0!important;text-align:left!important}.global-engage>.engagement,.global-share .share-box{width:100%!important;margin-left:0!important;margin-right:0!important}}@media (min-width:801px){.scenario-layout>.prose-ad-host,.scenario-layout>article.prose{grid-column:1;grid-row:1}.scenario-layout>.scenario-side{grid-column:2;grid-row:1/2}.scenario-layout:has(.prose-ad-host:not(:empty))>article.prose{grid-row:2}.scenario-layout:has(.prose-ad-host:not(:empty))>.scenario-side{grid-row:1/3}body:has(.scenario-detail) .global-engage,body:has(.scenario-detail) .global-share{box-sizing:border-box!important;width:calc(100% - 220px)!important;max-width:none!important;margin-left:220px!important;margin-right:0!important;padding-left:3vw!important;padding-right:calc(3vw + 324px)!important;text-align:left!important}body:has(.scenario-detail) .global-engage .comments,body:has(.scenario-detail) .global-engage>.engagement,body:has(.scenario-detail) .global-share .share-box{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;text-align:left!important}}@media (max-width:800px){body:has(.scenario-detail) .global-engage,body:has(.scenario-detail) .global-share{width:100%!important;margin-left:0!important;padding-left:14px!important;padding-right:14px!important;text-align:left!important}}.admin-quick-entry{position:fixed;right:26px;bottom:82px;z-index:50;display:flex;gap:8px}.admin-quick-entry a{padding:10px 14px;border-radius:999px;background:#6d54dd;color:#fff;font-size:12px;font-weight:800;box-shadow:0 8px 24px #4933a233}.admin-quick-entry a+a{background:#171326}@media(max-width:700px){.admin-quick-entry{right:12px;bottom:72px;flex-direction:column}}.admin-unified-shell>.admin-unified-aside{position:fixed;left:0;top:0;bottom:0;z-index:80;width:220px;box-sizing:border-box;padding:22px 14px;overflow-y:auto;background:linear-gradient(180deg,#171328,#251c48);color:#fff}.admin-unified-aside a{display:block;margin:4px 0;padding:10px 12px;border-radius:9px;color:#dcd6f4;font-size:13px}.admin-unified-aside a.active,.admin-unified-aside a:hover{background:#8067ee;color:#fff}.admin-unified-aside hr{border:0;border-top:1px solid #ffffff18;margin:12px 0}.admin-unified-shell .standalone-editor>aside,.admin-unified-shell .studio>aside{display:none!important}.admin-unified-shell .standalone-editor>main,.admin-unified-shell .studio>main{width:100%;box-sizing:border-box}@media(max-width:800px){.admin-unified-shell>.admin-unified-aside{position:relative;width:100%;height:auto;display:flex;gap:6px;overflow-x:auto;padding:10px}.admin-unified-aside .admin-brand,.admin-unified-aside hr{display:none}.admin-unified-aside a{white-space:nowrap}.admin-unified-shell .standalone-editor,.admin-unified-shell .studio{padding-left:0!important}}.admin-unified-shell{width:100%;max-width:100vw;overflow-x:hidden}.admin-unified-shell .standalone-editor,.admin-unified-shell .studio{box-sizing:border-box!important;width:100%!important;max-width:100vw!important;padding-left:220px!important;overflow-x:hidden!important}.admin-unified-shell .standalone-editor>main,.admin-unified-shell .studio>main{box-sizing:border-box!important;width:100%!important;max-width:1280px!important;min-width:0!important;margin-left:0!important;padding-left:32px!important;padding-right:32px!important;overflow-x:hidden!important}.admin-unified-shell .form-grid,.admin-unified-shell .rich-editor,.admin-unified-shell section{box-sizing:border-box!important;min-width:0!important;max-width:100%!important}.admin-sort{display:flex;align-items:center;gap:8px;margin:0 0 16px;padding:10px 12px;border:1px solid #e4dfeb;border-radius:12px;background:#fff}.admin-sort span{font-size:12px;font-weight:800;color:#625a6c}.admin-sort button{border:1px solid #ded8e8;border-radius:8px;background:#f7f5fa;padding:8px 11px;color:#5e5668;cursor:pointer}.admin-sort button.active{border-color:#7257e8;background:#ede8ff;color:#6044d1}@media(max-width:800px){.admin-unified-shell .standalone-editor,.admin-unified-shell .studio{padding-left:0!important}.admin-unified-shell .standalone-editor>main,.admin-unified-shell .studio>main{padding:16px 12px!important}.admin-sort{overflow-x:auto}.admin-sort button{white-space:nowrap}}.practice-nav{position:relative}.practice-nav small{position:absolute;top:-10px;right:-9px;padding:1px 5px;border-radius:99px;background:linear-gradient(135deg,#725cff,#1fbce8);color:#fff;font-size:8px;line-height:1.5;text-transform:uppercase}.auth-open{display:inline-flex;align-items:center;gap:6px;border:0;border-radius:11px;padding:9px 14px;background:linear-gradient(135deg,#6c4eff,#137fe6);color:#fff;font-weight:850;white-space:nowrap;cursor:pointer}.auth-modal{position:fixed;z-index:10000;inset:0;display:grid;place-items:center;padding:20px;background:#08101e99;backdrop-filter:blur(8px)}.auth-modal>div{position:relative;width:min(410px,100%);padding:30px;border:1px solid #e2e7f0;border-radius:24px;background:#fff;box-shadow:0 30px 80px #07112655}.auth-modal h2{margin:0 0 20px;font-size:24px}.auth-close{position:absolute;right:14px;top:14px;border:0;background:#f1f3f8;border-radius:50%;padding:6px}.auth-modal label{display:flex;align-items:center;gap:8px;padding:11px 13px;border:1px solid #dbe1ec;border-radius:12px}.auth-modal input{min-width:0;flex:1 1;border:0;outline:0;font:inherit}.auth-modal .auth-google,.auth-modal .auth-primary{width:100%;border:0;border-radius:12px;padding:12px;margin-top:12px;font-weight:850}.auth-primary{background:#126fe5;color:#fff}.auth-google{background:#f0f3f8;color:#202738}.auth-modal>div>span{display:block;margin-top:11px;text-align:center;color:#9aa0ad}.auth-modal p{font-size:13px;color:#697386}.auth-user{display:flex;align-items:center;gap:5px;padding:4px 7px 4px 12px;border-radius:12px;background:#eef4ff;color:#315db0;font-weight:800}.auth-user button{display:grid;place-items:center;border:0;background:#fff;border-radius:8px;padding:6px;color:#58667d}@media(max-width:800px){.auth-open{padding:8px 10px}.practice-nav small{position:static;margin-left:4px}}.practice-layout.guest{grid-template-columns:minmax(0,760px) 270px}.user-panel{padding:18px!important;border:1px solid #dde5f2;border-radius:20px;background:linear-gradient(180deg,#fff,#f6f9ff);box-shadow:0 18px 45px #17376b18}.user-panel h2{margin:0 0 15px;font-size:18px}.user-panel-profile{display:flex!important;align-items:center;gap:11px!important;padding:12px!important;background:#edf3ff;border-radius:14px}.user-panel-profile>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#725cff,#20bce6);color:#fff}.user-panel-profile img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.user-panel-profile svg{width:22px!important}.user-panel-profile div{display:grid;min-width:0}.user-panel-profile b,.user-panel-profile small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-panel-profile small{display:block!important;max-width:125px;margin:3px 0 0!important;font-size:10px;color:#7c879b}.user-panel nav{display:grid;grid-gap:5px;gap:5px;margin-top:14px}.user-panel nav a,.user-panel-bottom a,.user-panel-bottom button{display:flex;align-items:center;gap:9px;width:100%;padding:10px 11px;border:0;border-radius:10px;background:transparent;color:#46536a;font:inherit;font-size:13px;text-align:left}.user-panel nav a:hover,.user-panel-bottom a:hover,.user-panel-bottom button:hover{background:#e9f0ff;color:#315fc1}.user-panel-bottom{margin-top:22px;padding-top:12px;border-top:1px solid #e1e8f2}@media(max-width:800px){.practice-layout.guest{display:block}.user-panel{display:flex!important;padding:8px 12px!important;border-radius:0}.user-panel h2,.user-panel-bottom,.user-panel-profile div{display:none}.user-panel-profile{padding:4px!important}.user-panel-profile>span{width:34px;height:34px}.user-panel nav{display:flex;margin:0}.user-panel nav a{white-space:nowrap}}.user-admin{width:min(1120px,calc(100% - 290px));margin:34px 32px 80px 260px}.user-admin>header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:28px;border:1px solid #e1e6ef;border-radius:22px;background:linear-gradient(135deg,#fff,#f2f6ff)}.user-admin h1{margin:5px 0;font-size:32px}.user-admin header small{color:#6754d8;font-weight:900}.user-admin header>div:last-child{display:flex}.user-admin input{min-width:270px;border:1px solid #d8dfeb;border-radius:10px 0 0 10px;padding:11px}.user-admin button{border:0;border-radius:9px;padding:9px 12px;background:#edf2fb;color:#435578;font-weight:750}.user-admin header button{border-radius:0 10px 10px 0;background:#536de0;color:#fff}.user-admin>section{display:grid;grid-gap:10px;gap:10px;margin-top:18px}.user-admin article{display:grid;grid-template-columns:44px minmax(190px,1fr) auto;grid-gap:13px;gap:13px;align-items:center;padding:16px;border:1px solid #e3e8f0;border-radius:16px;background:#fff}.admin-user-avatar{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#725cff,#24bce6);color:#fff;font-weight:900}.user-admin article>div:nth-child(2){display:grid}.user-admin article small,.user-admin article span{font-size:12px;color:#798395}.user-admin article nav{display:flex;gap:7px}.admin-user-msg{padding:10px 14px;border-radius:10px;background:#edf8ef;color:#3b8153}@media(max-width:800px){.user-admin{width:auto;margin:20px 14px}.user-admin>header{align-items:stretch;flex-direction:column}.user-admin input{min-width:0;flex:1 1}.user-admin article{grid-template-columns:42px 1fr}.user-admin article nav{grid-column:1/-1;flex-wrap:wrap}}.practice-intro{width:min(1244px,100%);box-sizing:border-box;margin-left:auto;margin-right:auto}header>nav{min-width:0;overflow:hidden}header>nav>a{white-space:nowrap}@media(max-width:1250px){header>nav{gap:10px!important}header>nav>a{font-size:12px!important}.nav-external{padding-left:8px!important;padding-right:8px!important}}@media(max-width:1000px){header>nav{overflow-x:auto;scrollbar-width:none}header>nav::-webkit-scrollbar{display:none}}.site-shell>header,body>header{position:relative!important;top:auto!important}.practice-square{max-width:1280px;margin:auto;padding:34px 24px 80px;background:radial-gradient(circle at 0 50%,#eafff8,transparent 34%),radial-gradient(circle at 100% 80%,#fff0d8,transparent 32%)}.practice-discover{min-height:280px;display:flex;align-items:center;justify-content:space-between;padding:58px 70px;border-radius:32px;background:radial-gradient(circle at 58% 100%,#61ddd0 0,transparent 31%),radial-gradient(circle at 67% 23%,#ff987b 0,transparent 34%),linear-gradient(120deg,#fff9e8,#ffe6a7);box-shadow:0 22px 60px #638a7a1f}.practice-discover small{color:#13aa9d;font-weight:900;letter-spacing:.15em}.practice-discover h1{font-size:48px;margin:13px 0}.practice-discover p{font-size:18px}.practice-discover>a{padding:17px 29px;border-radius:999px;background:#fff;font-weight:900}.practice-filters{display:flex;gap:30px;justify-content:center;padding:28px;color:#6d756f}.practice-filters b{color:#10ad9f;border-bottom:3px solid #21c6b7;padding-bottom:9px}.practice-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.practice-cards>article{padding:20px;border:1px solid #e6ece7;border-radius:26px;background:#fffffff0;box-shadow:0 16px 40px #55746612}.practice-cards article>header{height:auto;position:static;padding:0;border:0;background:none;display:flex;gap:10px}.practice-cards header>span{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#2dcabb,#70dfd2);color:#fff;font-weight:900}.practice-cards header>div{display:grid}.practice-cards header small{color:#9aa39e}.practice-cards header i{margin-left:auto}.practice-cards article>img{width:100%;height:220px;-o-object-fit:cover;object-fit:cover;border-radius:18px;margin-top:17px}.practice-cards h2{font-size:22px}.practice-cards p{color:#737d77;line-height:1.7}.practice-cards footer{display:flex;justify-content:space-between;padding:16px 0 0;border:0;color:#16ad9f}.practice-video-card{display:block;padding:10px;border-radius:10px;background:#edf8f5;color:#148c82;font-size:12px}.practice-welcome{grid-column:1/-1;padding:70px;text-align:center;border:1px dashed #b9d8cd;border-radius:24px;background:#ffffffa8}.practice-welcome b{font-size:23px}@media(max-width:900px){.practice-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.practice-square{padding:16px 14px 50px}.practice-discover{min-height:230px;padding:32px 23px;align-items:flex-start;flex-direction:column}.practice-discover h1{font-size:35px}.practice-cards{grid-template-columns:1fr}}.site-shell>header,body>header{position:sticky!important;top:0!important;z-index:80!important}.practice-nav{gap:5px!important}.practice-nav,.practice-nav small{display:inline-flex!important;align-items:center!important}.practice-nav small{position:static!important;inset:auto!important;transform:translateY(-1px);flex:none}.site-shell .hero{padding:34px 28px 30px!important;min-height:0!important}.site-shell .hero h1{margin:10px 0 8px!important;font-size:clamp(30px,4vw,50px)!important}.site-shell .hero p{margin:0 auto!important}.hero-search{display:flex;align-items:center;gap:9px;width:min(420px,100%);height:42px;margin:18px auto 0;padding:0 14px;border:1px solid rgba(99,102,241,.2);border-radius:12px;background:#fff;box-shadow:0 9px 25px rgba(49,46,129,.08);text-align:left}.hero-search svg{flex:none;color:#7668bd}.hero-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#172033;font-size:13px}.hero-search input::-moz-placeholder{color:#9299a9}.hero-search input::placeholder{color:#9299a9}.category-heading,.side-title{display:none!important}.header-search{width:150px;min-width:120px;height:36px;display:flex;align-items:center;gap:6px;padding:0 10px;border:1px solid rgba(99,102,241,.2);border-radius:999px;background:#fff;box-shadow:0 5px 18px rgba(49,46,129,.07)}.header-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#172033;font-size:12px;text-overflow:ellipsis}.header-search input::-moz-placeholder{color:#8790a5}.header-search input::placeholder{color:#8790a5}.header-submit-tool{display:inline-flex;align-items:center;justify-content:center;min-width:-moz-max-content;min-width:max-content;padding:8px 11px;border-radius:9px;background:#FF8800;color:#fff!important;font-size:11px;font-weight:850}.home-friend-links{position:relative;z-index:10;max-width:1180px;margin:0 auto 34px;padding:18px 22px;border:1px solid #e6e3ec;border-radius:16px;background:#fff}.home-friend-links>small{display:block;margin-bottom:12px;color:#918a99;font-size:11px;font-weight:850}.home-friend-links>div{display:flex;flex-wrap:wrap;align-items:center;gap:18px}.home-friend-links a{display:inline-flex;align-items:center;min-height:54px}.home-friend-links img{display:block;width:240px;height:54px;-o-object-fit:contain;object-fit:contain}.home-friend-links a>small{font-size:12px;color:#625b6b}.home-friend-links a:hover>small{color:#7157e8}.directory #categories,.global-aside.global-fixed{position:fixed!important;top:72px!important;bottom:0!important;left:0!important;height:calc(100dvh - 72px)!important;max-height:none!important;width:220px!important;overflow:hidden!important;overscroll-behavior:none;display:flex!important;flex-direction:column!important;gap:clamp(1px,.42vh,6px)!important;padding:clamp(8px,1.1vh,14px) 12px!important;background:linear-gradient(180deg,#fbfcff,#f4f7ff)!important;border-right:1px solid rgba(99,102,241,.13)!important;box-shadow:10px 0 30px rgba(30,41,59,.045)!important}.directory #categories>a,.global-aside.global-fixed>a{flex:1 1;min-height:30px!important;max-height:47px;padding:clamp(5px,.65vh,9px) 10px!important;border-radius:11px!important;font-size:clamp(12px,1.65vh,14px)!important;line-height:1.1!important}.directory #categories>a svg,.global-aside.global-fixed>a svg{width:17px!important;height:17px!important;flex:0 0 17px}.directory #categories .sidebar-ad,.global-aside .sidebar-ad{flex:0 0 auto;max-height:clamp(54px,12vh,112px);overflow:hidden;border-radius:12px}.directory #categories .sidebar-ad img,.global-aside .sidebar-ad img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.load-more-sentinel{height:48px;display:grid;place-items:center}.load-more-sentinel span{width:24px;height:24px;border:2px solid #dfe3ff;border-top-color:#6366f1;border-radius:50%;animation:luai-load .8s linear infinite}.site-footer{position:relative!important;z-index:90!important;width:100%!important;isolation:isolate;background:radial-gradient(circle at 8% 0,rgba(113,87,232,.16),transparent 34%),linear-gradient(135deg,#17151e,#211d2b 55%,#15131a)!important;border-top:1px solid rgba(255,255,255,.09)!important;padding:56px max(5vw,28px) 26px!important;box-shadow:0 -18px 50px rgba(20,17,28,.12)}.site-footer>div{padding-right:16px}.site-footer>div>b{font-size:13px!important;letter-spacing:.02em}.site-footer a{transition:color .18s ease,transform .18s ease}.site-footer a:hover{color:#fff!important;transform:translateX(2px)}.site-footer>small{margin-top:8px;color:#777080!important}@keyframes luai-load{to{transform:rotate(1turn)}}@media(max-height:650px) and (min-width:801px){.directory #categories .sidebar-ad,.global-aside .sidebar-ad{display:none!important}.directory #categories>a,.global-aside.global-fixed>a{font-size:12px!important}}@media(max-width:1280px) and (min-width:801px){.header-search{width:120px;min-width:100px}.header-search input{font-size:11px}}@media(max-width:800px){.site-shell>header,body>header{position:sticky!important;top:0!important}.header-search{width:125px;min-width:90px;height:34px}.directory #categories,.global-aside.global-fixed,.global-aside.global-inline{position:relative!important;inset:auto!important;width:100%!important;height:auto!important;max-height:none!important;overflow-x:auto!important;overflow-y:hidden!important;display:flex!important;flex-direction:row!important;padding:8px!important;gap:7px!important;box-shadow:none!important;border:1px solid rgba(99,102,241,.12)!important}.directory #categories>a,.global-aside.global-inline>a{flex:0 0 auto!important;min-height:38px!important;max-height:38px!important;white-space:nowrap}.directory #categories .sidebar-ad,.global-aside .sidebar-ad{display:none!important}.site-shell .hero{padding:25px 18px 22px!important}.site-shell .hero h1{font-size:31px!important}.site-footer{padding:40px 20px 22px!important}}@media(max-width:600px){.header-search{width:105px;min-width:80px}.header-search svg{display:none}.header-actions{flex-wrap:nowrap!important}.site-shell>header{height:62px!important;min-height:62px}}.practice-author-avatar,.practice-author-avatar>img,.practice-author-avatar>span{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;-o-object-fit:cover;object-fit:cover}.practice-author-avatar>span{background:linear-gradient(135deg,#2dcabb,#70dfd2);color:#fff;font-weight:900}.practice-card-cover{display:block;width:100%;height:220px;-o-object-fit:cover;object-fit:cover;border-radius:18px;margin-top:17px}.practice-cards h2 a:hover{color:#13a99b}.practice-discover{min-height:190px!important;padding:34px 48px!important;border-radius:24px!important}.practice-discover h1{font-size:38px!important;margin:8px 0!important}.practice-discover p{font-size:15px!important;margin:0}.practice-square{max-width:1380px!important}.practice-video{position:relative;width:100%;aspect-ratio:16/9;margin:16px 0;overflow:hidden;border-radius:16px;background:linear-gradient(135deg,#152337,#274d56)}.practice-video button,.practice-video iframe{width:100%;height:100%;border:0}.practice-video button{position:relative;padding:0;background:none;color:#fff;cursor:pointer}.practice-video img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.practice-video button>span{display:grid;place-items:center;width:100%;height:100%;font-weight:900;letter-spacing:.08em}.practice-video button>i{position:absolute;left:50%;top:50%;display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:#ffffffec;color:#17202c;font-style:normal;transform:translate(-50%,-50%);box-shadow:0 12px 30px #0004}.practice-cards .practice-video{aspect-ratio:16/9;margin:14px 0 0}.practice-cards .practice-video button>i{width:44px;height:44px}.practice-interactions{max-width:800px;margin:24px 0}.practice-interactions .engagement,.practice-interactions .share-box{width:100%!important;max-width:none!important}.practice-author-page article.no-cover{grid-template-columns:1fr!important}.practice-author-page article.no-cover>div{grid-column:1}.practice-visual-editor{width:100%;min-height:240px;padding:17px 2px;outline:0;font-size:16px;line-height:1.8;color:#26322d}.practice-editor-input{display:block;border:0;background:transparent;resize:vertical;box-sizing:border-box;font-family:inherit}.practice-preview{margin-top:14px;border:1px solid #e6e1f0;border-radius:12px;background:#faf9fe;padding:12px 16px}.practice-preview>small{display:block;font-size:11px;font-weight:700;color:#9a93a8;letter-spacing:.5px;margin-bottom:8px}.practice-preview-body{font-size:15px;line-height:1.8;color:#26322d;word-break:break-word}.practice-preview-body img{max-width:100%;border-radius:10px;margin:6px 0}.practice-preview-body figure{margin:8px 0}.practice-visual-editor:empty:before{content:attr(data-placeholder);color:#9aa49f}.practice-visual-editor img{display:block;max-width:min(100%,720px);height:auto;margin:16px auto;border-radius:14px}.contributor-video-preview{max-width:650px}.profile-fields{display:grid!important}.practice-article{max-width:1180px!important;margin:34px auto 80px!important;padding:0 24px!important}.practice-back{display:inline-flex;margin-bottom:18px;font-size:15px;font-weight:850;color:#3868ce}.practice-detail-layout{display:grid;grid-template-columns:minmax(0,800px) 280px;grid-gap:34px;gap:34px;align-items:start}.practice-detail-layout>article{min-width:0;padding:34px;border:1px solid #e1e7ef;border-radius:24px;background:#fff}.practice-detail-layout article>header{height:auto;position:static;display:block;padding:0;border:0;background:none}.practice-article h1{font-size:32px!important;line-height:1.28!important;letter-spacing:-.7px;margin:16px 0 10px}.practice-article article>header>p{font-size:15px;line-height:1.7;color:#727b88}.practice-article .prose{font-size:15px!important;line-height:1.9!important}.practice-article .prose p{margin:1.15em 0}.practice-article .prose figure img,.practice-article .prose img{display:block;width:min(100%,760px)!important;max-width:100%!important;height:auto!important;margin:22px auto!important;border-radius:14px}.practice-article .prose figure{max-width:100%;margin:22px 0}.practice-byline{display:flex;align-items:center;gap:10px;width:-moz-max-content;width:max-content}.practice-byline img,.practice-byline>span{width:38px;height:38px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.practice-byline>span{display:grid;place-items:center;background:#e8f8f4;color:#168f83;font-weight:900}.practice-byline small{color:#7d8792}.practice-tool-link{color:#4e59d9;font-weight:800;background:#f0f1ff;border-radius:5px;padding:1px 4px}.practice-detail-side{position:sticky!important;top:90px!important}.practice-side-block{display:grid;grid-gap:4px;gap:4px;padding:18px;border:1px solid #e3e8e5;border-radius:18px;background:#fff}.practice-side-block h2{font-size:16px;margin:0 0 8px}.practice-side-block>a{display:flex;justify-content:space-between;gap:10px;padding:10px 0;border-top:1px solid #eef1ef;font-size:12px}.practice-side-block>a small{flex:none;color:#8a9490}.practice-side-block .hot-author{justify-content:flex-start;align-items:center}.hot-author>img,.hot-author>span{width:38px;height:38px;-o-object-fit:cover;object-fit:cover;border-radius:50%}.hot-author>span{display:grid;place-items:center;background:#e8f8f4;color:#168f83;font-weight:900}.hot-author>div{display:grid}.practice-author-page{max-width:960px;margin:36px auto 80px;padding:0 22px}.practice-author-page>a{font-weight:850;color:#3868ce}.practice-author-page>header{height:auto;position:static;display:flex;gap:18px;align-items:center;margin:22px 0;padding:28px;border:1px solid #e2e8e4;border-radius:24px;background:#fff}.practice-author-page>header>img,.practice-author-page>header>span{width:82px;height:82px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.practice-author-page>header>span{display:grid;place-items:center;background:#e8f8f4;color:#168f83;font-size:22px;font-weight:900}.practice-author-page h1{margin:0;font-size:30px}.practice-author-page header p{margin:7px 0;color:#707b75}.practice-author-page>section{display:grid;grid-gap:14px;gap:14px}.practice-author-page article{display:grid;grid-template-columns:180px 1fr;grid-gap:18px;gap:18px;padding:16px;border:1px solid #e2e8e4;border-radius:18px;background:#fff}.practice-author-page article img{width:180px;height:120px;-o-object-fit:cover;object-fit:cover;border-radius:12px}.practice-author-page article h2{font-size:19px;margin:5px 0}.practice-author-page article p{color:#707b75}@media(max-width:800px){.practice-detail-layout{display:block}.practice-detail-layout>article{padding:22px}.practice-article h1{font-size:27px!important}.practice-detail-side{position:static!important;margin-top:20px}.practice-author-page article{grid-template-columns:1fr}.practice-author-page article img{width:100%;height:auto;max-height:260px}.practice-author-page>header{align-items:flex-start}}.practice-cards{display:block!important;-moz-columns:3;column-count:3;-moz-column-gap:20px;column-gap:20px}.practice-cards>article{display:inline-block;width:100%;min-height:0;margin:0 0 20px;page-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid}.practice-cards>article>p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;margin:5px 0 0}.practice-cards>article>footer{align-items:center}.practice-cards article>footer>div{display:flex;align-items:center;gap:12px}.practice-card-like,.practice-cards article>footer span{display:inline-flex;align-items:center;gap:5px;border:0;background:none;color:#16ad9f;font:inherit;cursor:pointer}.practice-card-like svg,.practice-cards article>footer span svg{width:17px;height:17px}.practice-card-like:hover{color:#f04f72}.practice-cards .practice-video{margin:16px 0 4px}.practice-filters button{border:0;background:none;padding:9px 4px;color:#6d756f;font:inherit;font-weight:750;cursor:pointer}.practice-filters button.active{color:#10ad9f;border-bottom:3px solid #21c6b7}.practice-load-more{display:flex;align-items:center;gap:12px;margin:28px auto 0;padding:12px 24px;border:1px solid #bfe2da;border-radius:999px;background:#fff;color:#128f83;font-weight:850;box-shadow:0 10px 26px #2a756518;cursor:pointer}.practice-load-more:hover{background:#eaf9f5}.practice-load-more small{color:#87958f;font-weight:600}@media(max-width:900px){.practice-cards{-moz-columns:2;column-count:2}}@media(max-width:650px){.practice-cards{-moz-columns:1;column-count:1}}.lang-select-wrap{position:relative}.lang-hint{position:absolute;top:calc(100% + 12px);right:0;z-index:60;width:320px;max-width:calc(100vw - 24px);background:#fff;border:1px solid #ece7f6;border-radius:16px;box-shadow:0 18px 48px rgba(43,31,70,.18);padding:18px 20px;color:#443b51;text-align:left;cursor:default;animation:langhint .22s ease}@keyframes langhint{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.lang-hint:before{content:"";position:absolute;top:-6px;right:26px;width:12px;height:12px;background:#fff;border-left:1px solid #ece7f6;border-top:1px solid #ece7f6;transform:rotate(45deg)}.lang-hint-icon{width:38px;height:38px;border-radius:11px;background:linear-gradient(135deg,#7157e8,#5538cd);color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:12px;box-shadow:0 8px 18px rgba(86,57,200,.28)}.lang-hint-text{font-size:13.5px;line-height:1.6;color:#5a5368;margin:0 0 13px}.lang-hint-link{display:inline-flex;align-items:center;gap:6px;border:0;background:linear-gradient(135deg,#7157e8,#5538cd);color:#fff;border-radius:10px;padding:10px 14px;font-size:13px;font-weight:700;cursor:pointer;box-shadow:0 8px 18px rgba(86,57,200,.22);transition:.16s}.lang-hint-link:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(86,57,200,.32)}.lang-hint-dismiss{position:absolute;top:10px;right:10px;border:0;background:#f4f2fa;color:#9aa1b5;font-size:16px;line-height:1;width:24px;height:24px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.15s}.lang-hint-dismiss:hover{color:#443b51;background:#ece8f5}.lang-switch{display:inline-flex;align-items:center;gap:7px;height:36px;padding:0 14px;border:1px solid #e5e5e5;border-radius:999px;background:#fff;color:#2b1f46;font-size:13px;font-weight:600;cursor:pointer;transition:opacity .15s}.lang-switch:hover{opacity:.8}.lang-flag{font-size:15px;line-height:1}.lang-menu{position:absolute;top:calc(100% + 6px);right:0;z-index:60;min-width:150px;background:#fff;border:1px solid #eee9f6;border-radius:12px;box-shadow:0 12px 32px rgba(43,31,70,.14);padding:6px;display:grid;grid-gap:2px;gap:2px}.lang-menu button{display:flex;align-items:center;gap:8px;border:0;background:transparent;padding:8px 10px;border-radius:8px;font-size:13px;color:#2b1f46;cursor:pointer;text-align:left}.lang-menu button:hover{background:#f6f2ff}.lang-menu button.active{background:#f0ebff;font-weight:700}
/*# sourceMappingURL=61f88723b500508e.css.map*/