:root{--blue:#1557ff;--navy:#07142d;--muted:#667085;--line:#e5eaf2;--ice:#f5f8ff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--navy);background:#fff;margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}.site-header{justify-content:space-between;align-items:center;max-width:1240px;height:80px;margin:auto;padding:0 28px;display:flex}.brand{align-items:center;gap:11px;display:flex}.brand-mark{color:#fff;background:linear-gradient(135deg,#0f50ff,#22b6ff);border-radius:12px;place-items:center;width:40px;height:40px;font-weight:900;display:grid}.brand b{letter-spacing:.08em;font-size:15px;display:block}.brand small{color:#6e7a8e;margin-top:2px;font-size:10px;display:block}nav{color:#39465c;gap:32px;font-size:14px;font-weight:600;display:flex}nav a:hover{color:var(--blue)}.outline-button,.primary-button{border-radius:10px;padding:12px 18px;font-size:13px;font-weight:800}.outline-button{border:1px solid #dbe2ec}.primary-button{color:#fff;background:var(--blue);padding:15px 22px;display:inline-block;box-shadow:0 10px 26px #1557ff33}.hero{background:linear-gradient(120deg,#f7faff 0%,#fff 55%,#edf6ff 100%);border-block:1px solid #edf1f7;grid-template-columns:1.05fr .95fr;align-items:center;min-height:600px;padding:90px max(28px,50vw - 592px);display:grid;overflow:hidden}.eyebrow{color:var(--blue);text-transform:uppercase;letter-spacing:.15em;font-size:12px;font-weight:900}.hero h1{letter-spacing:-.05em;max-width:650px;margin:20px 0;font-size:64px;line-height:1.03}.hero-copy p{max-width:600px;color:var(--muted);margin:0 0 32px;font-size:18px;line-height:1.75}.hero-visual{place-items:center;min-height:400px;display:grid;position:relative}.orb{filter:blur(1px);border-radius:50%;position:absolute}.orb-one{background:linear-gradient(135deg,#1557ff,#3ec7ff);width:330px;height:330px;right:50px}.orb-two{opacity:.8;background:#805dff;width:170px;height:170px;bottom:10px;left:35px}.tech-card{z-index:2;color:#fff;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#07142de8;border:1px solid #fffb;border-radius:24px;width:360px;padding:34px;transform:rotate(-3deg);box-shadow:0 30px 80px #07142d44}.tech-card span{color:#68d7ff;letter-spacing:.14em;font-size:11px;font-weight:800}.tech-card strong{margin:18px 0 30px;font-size:26px;line-height:1.28;display:block}.mini-chart{align-items:end;gap:8px;height:75px;display:flex}.mini-chart i{background:linear-gradient(#5fe2ff,#1557ff);border-radius:6px 6px 0 0;flex:1;display:block}.mini-chart i:first-child{height:35%}.mini-chart i:nth-child(2){height:70%}.mini-chart i:nth-child(3){height:52%}.mini-chart i:nth-child(4){height:100%}.topics{border-inline:1px solid var(--line);border-top:1px solid var(--line);grid-template-columns:repeat(4,1fr);max-width:1184px;margin:0 auto;display:grid}.topics a{box-sizing:border-box;border-right:1px solid var(--line);border-bottom:1px solid var(--line);align-items:center;gap:12px;min-height:106px;padding:25px;font-size:14px;font-weight:800;display:flex}.topics a:last-child{border:0}.topics span{color:#aab4c5;font:700 11px var(--font-geist-mono)}.content-section{max-width:1184px;margin:auto;padding:90px 0 110px}.section-heading{justify-content:space-between;align-items:end;margin-bottom:34px;display:flex}.section-heading h2{letter-spacing:-.035em;margin:10px 0 0;font-size:38px}.text-button{color:var(--blue);cursor:pointer;background:0 0;border:0;font-weight:800}.post-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.post-card{border:1px solid var(--line);background:#fff;border-radius:18px;transition:all .2s;overflow:hidden}.post-card:hover{transform:translateY(-5px);box-shadow:0 18px 50px #182b4b16}.post-cover{color:#fff;flex-direction:column;justify-content:space-between;height:210px;padding:24px;display:flex}.post-cover span{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fff2;border-radius:20px;align-self:flex-start;padding:8px 11px;font-size:11px;font-weight:800}.post-cover b{opacity:.9;font-size:44px}.post-cover.blue{background:linear-gradient(135deg,#0d40c9,#3188ff)}.post-cover.cyan{background:linear-gradient(135deg,#036b90,#2ed2e3)}.post-cover.violet{background:linear-gradient(135deg,#4e2db7,#9275ff)}.post-body{padding:24px}.post-body small{color:#8c97a9;font-size:11px}.post-body h3{margin:12px 0 9px;font-size:21px;line-height:1.35}.post-body p{color:var(--muted);font-size:14px;line-height:1.6}.post-body a{color:var(--blue);margin-top:8px;font-size:13px;font-weight:800;display:inline-block}footer{background:var(--navy);color:#fff;justify-content:space-between;align-items:center;padding:48px max(28px,50vw - 592px);display:flex}.inverse small,footer p,footer>small{color:#a9b6cb}@media (max-width:800px){nav{display:none}.site-header{height:70px;padding:0 18px}.outline-button{padding:10px 12px}.hero{grid-template-columns:1fr;padding:65px 22px}.hero h1{font-size:43px}.hero-visual{min-height:360px}.topics{grid-template-columns:1fr 1fr;margin:0 16px}.topics a:nth-child(2n){border-right:0}.content-section{padding:70px 18px}.post-grid{grid-template-columns:1fr}.section-heading{align-items:start;gap:20px}.section-heading h2{font-size:31px}footer{flex-direction:column;align-items:start;gap:20px;padding:42px 24px}}.admin-shell{color:#14213a;background:#f5f7fb;grid-template-columns:250px 1fr;min-height:100vh;display:grid}.admin-sidebar{color:#fff;background:#081832;flex-direction:column;height:100vh;padding:25px 18px;display:flex;position:sticky;top:0}.admin-brand{border-bottom:1px solid #ffffff16;padding:0 8px 28px}.admin-brand small{color:#8fa4c5}.admin-menu{flex-direction:column;gap:7px;padding:24px 0;display:flex}.admin-menu button{text-align:left;color:#aebbd0;cursor:pointer;background:0 0;border:0;border-radius:9px;padding:13px 15px;font-size:14px}.admin-menu button:hover,.admin-menu button.active{color:#fff;background:#1557ff}.admin-user{border-top:1px solid #ffffff16;grid-template-columns:36px 1fr auto;align-items:center;gap:9px;margin-top:auto;padding:16px 8px 0;display:grid}.admin-user>span{background:#1b65ff;border-radius:10px;place-items:center;width:36px;height:36px;font-weight:800;display:grid}.admin-user b,.admin-user small{font-size:11px;display:block}.admin-user small{color:#8fa4c5;margin-top:3px}.admin-user a{color:#8fa4c5;font-size:11px}.admin-main{min-width:0;padding:35px 42px}.admin-top{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.admin-top small{color:#78869a}.admin-top h1{margin:5px 0 0;font-size:30px}.admin-primary,.publish{color:#fff;cursor:pointer;background:#1557ff;border:0;border-radius:9px;padding:12px 17px;font-weight:800}.notice{color:#1749a6;background:#eef5ff;border:1px solid #cfe0ff;border-radius:9px;margin:-10px 0 22px;padding:13px 16px;font-size:13px}.table-card,.editor-card,.side-card,.user-card{background:#fff;border:1px solid #e3e8f1;border-radius:13px;box-shadow:0 3px 16px #19304f08}.table-tools{border-bottom:1px solid #e8edf4;gap:12px;padding:18px;display:flex}.table-tools input{flex:1}.table-tools input,.table-tools select,.editor-card input,.editor-card textarea,.editor-card select,.side-card input,.side-card textarea{color:#14213a;background:#fff;border:1px solid #dce3ed;border-radius:8px;outline:none;padding:11px 12px}.table-tools input:focus,.editor-card input:focus,.editor-card textarea:focus,.side-card input:focus,.side-card textarea:focus{border-color:#1557ff;box-shadow:0 0 0 3px #1557ff12}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid #edf0f5;padding:15px 18px;font-size:13px}th{color:#78869a;text-transform:uppercase;letter-spacing:.05em;font-size:11px}td small{color:#8a96a8;margin-top:5px;display:block}td button{color:#1557ff;cursor:pointer;background:0 0;border:0;font-weight:700}.status{color:#9a6710;background:#fff4d7;border-radius:18px;padding:5px 9px;font-size:11px}.status.live{color:#197044;background:#dcf8e8}.editor-layout{grid-template-columns:minmax(0,1fr) 300px;gap:22px;display:grid}.editor-card{padding:26px}.editor-card label,.side-card label{flex-direction:column;gap:8px;margin-bottom:18px;font-size:12px;font-weight:800;display:flex}.field-row{grid-template-columns:1fr 220px;gap:15px;display:grid}.content-editor{resize:vertical;line-height:1.75}.ai-box{background:linear-gradient(120deg,#f0f5ff,#f7f4ff);border:1px solid #cddcff;border-radius:12px;margin-bottom:24px;padding:18px}.ai-box b{color:#20469a}.ai-box p{color:#68778d;margin:6px 0 14px;font-size:12px}.ai-input{gap:8px;display:flex}.ai-input input{flex:1}.ai-input button{color:#fff;cursor:pointer;background:#6b4eff;border:0;border-radius:8px;padding:0 15px;font-weight:800}.ai-input button:disabled{opacity:.6}.editor-side{flex-direction:column;gap:18px;display:flex}.side-card{padding:20px}.side-card h3{margin:0 0 8px;font-size:16px}.side-card>p{color:#78869a;font-size:12px;line-height:1.6}.publish,.save{width:100%;margin-top:10px}.save{cursor:pointer;background:#fff;border:1px solid #dbe2ec;border-radius:8px;padding:11px;font-weight:800}.counter{text-align:right;color:#9ba5b4;margin-top:-13px;margin-bottom:15px;font-size:10px}.keyword-list{flex-wrap:wrap;gap:6px;display:flex}.keyword-list span{color:#275bb5;background:#edf3ff;border-radius:20px;padding:5px 8px;font-size:10px}.user-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.user-card{gap:14px;padding:22px;display:flex}.user-card>span{color:#1557ff;background:#eaf1ff;border-radius:12px;flex:none;place-items:center;width:42px;height:42px;font-weight:900;display:grid}.user-card h3{margin:2px 0;font-size:15px}.user-card p{color:#7d899b;margin:5px 0 12px;font-size:11px}.user-card small{color:#7d899b;margin-top:12px;font-size:11px;line-height:1.5;display:block}.role{color:#1557ff;background:#e3ecff;border-radius:16px;padding:5px 8px;font-size:10px}.role-1{color:#197044;background:#e6f8ee}.role-2{color:#7444b7;background:#f3eaff}@media (max-width:900px){.admin-shell{grid-template-columns:1fr}.admin-sidebar{height:auto;position:relative}.admin-menu{grid-template-columns:1fr 1fr;display:grid}.admin-user{display:none}.admin-main{padding:24px 16px}.editor-layout,.user-grid,.field-row{grid-template-columns:1fr}.table-card{overflow:auto}.admin-top h1{font-size:24px}}.article-page article{max-width:1240px;margin:80px auto 120px;padding:0 28px}.article-page article>h1,.article-page article>.eyebrow,.article-page article>.article-lead,.article-page article>.article-meta{max-width:900px;margin-left:auto;margin-right:auto;display:block}.article-page h1{letter-spacing:-.045em;margin-top:18px;margin-bottom:18px;font-size:54px;line-height:1.08}.article-lead{color:#617087;font-size:20px;line-height:1.7}.article-meta{color:#8b96a8;border-bottom:1px solid #e4e9f0;padding:20px 0;font-size:12px}.article-banner{color:#fff;background:linear-gradient(135deg,#093194,#1d74ff 55%,#49d0ff);border-radius:20px;justify-content:space-between;align-items:end;height:340px;margin:38px 0;padding:35px;display:flex}.article-banner b{font-size:58px}.article-banner span{font-size:13px}.article-content{max-width:820px;margin:auto}.article-content h2{letter-spacing:-.025em;margin:48px 0 12px;font-size:30px}.article-content li{margin:8px 0}@media (max-width:700px){.article-page article{margin-top:50px;padding:0 18px}.article-page h1{font-size:39px}.article-banner{height:260px}.article-banner b{font-size:34px}}.categories-layout{grid-template-columns:320px minmax(0,1fr);align-items:start;gap:22px;display:grid}.category-form{background:#fff;border:1px solid #e3e8f1;border-radius:13px;padding:23px}.category-form h2,.table-title h2{margin:0 0 7px;font-size:18px}.category-form>p,.table-title p{color:#7c899d;margin:0 0 20px;font-size:12px;line-height:1.55}.category-form label{flex-direction:column;gap:7px;margin-bottom:16px;font-size:12px;font-weight:800;display:flex}.category-form input,.category-form textarea,.table-title input{border:1px solid #dce3ed;border-radius:8px;outline:none;padding:11px 12px}.category-form .admin-primary{width:100%;margin-top:8px}.form-message{color:#1557ff;margin:4px 0 8px;display:block}.table-title{border-bottom:1px solid #e8edf4;justify-content:space-between;align-items:center;padding:20px;display:flex}.table-title input{width:210px}.table-card code{color:#56647a;background:#f1f4f8;border-radius:5px;padding:5px 7px;font-size:11px}@media (max-width:1000px){.categories-layout{grid-template-columns:1fr}}.users-layout{grid-template-columns:300px minmax(0,1fr);align-items:start;gap:22px;display:grid}.users-layout .category-form select{background:#fff;border:1px solid #dce3ed;border-radius:8px;padding:11px 12px}.users-layout .user-grid{grid-template-columns:repeat(2,1fr)}@media (max-width:1000px){.users-layout,.users-layout .user-grid{grid-template-columns:1fr}}.login-page{background:radial-gradient(circle at 80% 10%,#d9ecff 0,#0000 32%),linear-gradient(135deg,#f7faff,#eef3fb);place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{background:#fff;border:1px solid #e2e8f1;border-radius:20px;width:min(440px,100%);padding:38px;box-shadow:0 24px 70px #172c4d18}.login-card>.brand{margin-bottom:42px}.login-card h1{margin:12px 0 8px;font-size:36px}.login-card>div>p{color:#728096;margin-bottom:28px;font-size:14px}.login-card form{flex-direction:column;gap:18px;display:flex}.login-card label{flex-direction:column;gap:8px;font-size:12px;font-weight:800;display:flex}.login-card input{border:1px solid #d9e1ec;border-radius:9px;outline:none;padding:13px}.login-card input:focus{border-color:#1557ff;box-shadow:0 0 0 3px #1557ff12}.login-card form button{color:#fff;cursor:pointer;background:#1557ff;border:0;border-radius:9px;padding:14px;font-weight:800}.login-error{color:#b42318;background:#fff0f0;border-radius:8px;font-size:12px;margin-bottom:18px!important;padding:11px!important}.login-foot{text-align:center;color:#8a96a8;margin-top:24px;display:block}.setup-login{text-align:center;color:#fff;background:#1557ff;border-radius:9px;padding:14px;font-weight:800;display:block}.featured-preview{object-fit:cover;background:#f4f6fa;border:1px solid #dce3ed;border-radius:10px;width:100%;max-height:360px;margin:-4px 0 20px;display:block}.image-cover{background-position:50%;background-size:cover}.article-featured-image{object-fit:cover;background:#f1f4f8;border-radius:20px;width:100%;max-height:520px;margin:38px 0;display:block}.rich-editor{background:#fff;border:1px solid #d7dfeb;border-radius:12px;margin-top:-10px;margin-bottom:22px;overflow:hidden}.rich-toolbar{background:#f8faff;border-bottom:1px solid #e2e7ef;flex-wrap:wrap;align-items:center;gap:2px;padding:8px 10px;display:flex}.rich-toolbar button{color:#42516a;cursor:pointer;background:0 0;border:0;border-radius:7px;min-width:36px;height:34px;padding:0 9px;font-size:13px;font-weight:700}.rich-toolbar button:hover,.rich-toolbar button.active{color:#1557ff;background:#e7efff}.rich-surface,.rich-html{box-sizing:border-box;color:#18243a;background:#fff;border:0;outline:0;width:100%;min-height:430px;padding:20px;font:16px/1.75 Arial,Helvetica,sans-serif}.rich-surface h2{margin:28px 0 10px;font-size:26px}.rich-surface p{margin:0 0 16px}.rich-surface img{border-radius:10px;max-width:100%;height:auto}.rich-html{resize:vertical;color:#d9e7ff;white-space:pre;background:#101828;font-family:Consolas,Monaco,monospace;font-size:14px;display:block}.rich-help{color:#7a879a;background:#fbfcfe;border-top:1px solid #edf0f5;padding:8px 12px;font-size:11px;display:block}.breadcrumbs{color:#718096;align-items:center;gap:9px;max-width:1184px;margin:0 auto 30px;font-size:13px;font-weight:600;display:flex}.breadcrumbs a:hover{color:var(--blue)}.article-actions{border-top:1px solid var(--line);justify-content:space-between;gap:20px;max-width:820px;margin:64px auto 0;padding-top:24px;display:flex}.article-actions a{color:var(--blue);font-size:14px;font-weight:700}.article-content img{border-radius:14px;max-width:100%;height:auto}.article-content table{border-collapse:collapse;max-width:100%;margin:28px 0;display:block;overflow-x:auto}.article-content th,.article-content td{border:1px solid var(--line);text-align:left;padding:12px 14px}.article-content a{color:var(--blue);text-decoration:underline}.article-content blockquote{border-left:4px solid var(--blue);background:var(--ice);color:#3d4b61;margin:28px 0;padding:18px 22px}@media (max-width:700px){.rich-toolbar{gap:1px}.rich-toolbar button{min-width:32px;padding:0 7px}.rich-surface,.rich-html{min-height:340px;padding:16px}.breadcrumbs{white-space:nowrap;overflow:hidden}.article-actions{flex-direction:column}.article-page .site-header .outline-button{font-size:0}.article-page .site-header .outline-button:after{content:"Panel";font-size:12px}}.category-hero{background:linear-gradient(135deg,#f3f7ff,#eefbff);border-radius:24px;max-width:1184px;margin:55px auto 36px;padding:48px}.category-hero .breadcrumbs{margin-bottom:28px}.category-hero h1{letter-spacing:-.045em;margin:14px 0;font-size:52px}.category-hero>p{color:#5f6f86;max-width:720px;font-size:18px;line-height:1.7}.category-hero>small{color:#78869a;margin-top:18px;font-weight:700;display:block}.category-directory{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;max-width:1184px;margin:0 auto 100px;padding:0 28px;display:grid}.category-public-card{border:1px solid var(--line);background:#fff;border-radius:18px;gap:22px;padding:28px;transition:all .2s;display:flex}.category-public-card:hover{border-color:#b8cdfd;transform:translateY(-2px);box-shadow:0 14px 35px #17366b12}.category-number{color:var(--blue);font-size:13px;font-weight:800}.category-public-card h2{margin:0 0 8px;font-size:23px}.category-public-card p{color:#65748a;min-height:46px;margin:0 0 16px;line-height:1.55}.category-public-card b{color:var(--blue);font-size:13px}.category-results{min-height:360px}.category-results .post-body h2{margin:12px 0;font-size:21px}.empty-state{text-align:center;background:#fafcff;border:1px dashed #ccd6e5;border-radius:18px;grid-column:1/-1;padding:60px 28px}.empty-state h2{margin:0 0 10px}.empty-state p{color:#6d7b90}.empty-state a{color:var(--blue);margin-top:10px;font-weight:800;display:inline-block}.topics a div{flex-direction:column;gap:4px;display:flex}.topics a small{color:#8a97aa;font-size:10px;font-weight:500}.topics .all-topics{background:#f4f7fd}.footer-links{color:#cbd6e8;gap:18px;font-size:12px;font-weight:700;display:flex}@media (max-width:800px){.category-hero{margin:25px 18px 28px;padding:30px 24px}.category-hero h1{font-size:38px}.category-directory{grid-template-columns:1fr;margin-bottom:70px;padding:0 18px}.category-public-card{padding:22px}.footer-links{flex-wrap:wrap}}.page-loading{min-height:100vh;color:var(--navy);background:#f8faff;padding:80px max(24px,50vw - 592px)}.loading-brand{align-items:center;gap:14px;font-size:20px;display:flex}.loading-line{background:linear-gradient(90deg,#e6ecf6 25%,#f5f8fd 50%,#e6ecf6 75%) 0 0/200% 100%;border-radius:10px;width:min(520px,80%);height:22px;margin:60px 0 26px;animation:1.2s infinite loading-shimmer}.loading-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.loading-grid i{background:linear-gradient(90deg,#e6ecf6 25%,#f5f8fd 50%,#e6ecf6 75%) 0 0/200% 100%;border-radius:18px;height:230px;animation:1.2s infinite loading-shimmer}.page-loading>span{color:#78869a;margin-top:22px;font-size:13px;display:block}@keyframes loading-shimmer{to{background-position:-200% 0}}@media (max-width:700px){.page-loading{padding:45px 20px}.loading-grid{grid-template-columns:1fr}.loading-grid i{height:150px}.loading-grid i:nth-child(n+2){display:none}}.rich-editor-tabs{background:#f7f8fb;border-bottom:1px solid #dfe5ee;justify-content:space-between;align-items:end;padding:10px 10px 0;display:flex}.rich-editor-tabs>div{align-items:end;gap:4px;display:flex}.rich-editor-tabs button{color:#53627a;cursor:pointer;background:0 0;border:1px solid #0000;padding:10px 14px}.rich-editor-tabs>div button.active{color:#1557ff;background:#fff;border-color:#d7deea #d7deea #fff}.rich-editor-tabs .media-button{color:#1557ff;background:#fff;border:1px solid #1557ff;border-radius:7px;margin-bottom:9px;font-weight:800}.rich-toolbar select{color:#39465c;background:#fff;border:1px solid #d8dfeb;border-radius:6px;min-width:128px;height:34px;padding:0 9px}.toolbar-separator{background:#dbe2ec;width:1px;height:24px;margin:0 3px}.color-tool{color:#42516a;cursor:pointer;border-radius:7px;min-width:36px;height:34px;font-weight:800;position:relative;place-items:center!important;margin:0!important;display:grid!important}.color-tool:hover{background:#e7efff}.color-tool input{opacity:0;width:1px;height:1px;position:absolute}.rich-surface blockquote{color:#3d4b61;background:#f5f8ff;border-left:4px solid #1557ff;margin:22px 0;padding:15px 19px}.rich-surface table{border-collapse:collapse;width:100%;margin:20px 0}.rich-surface th,.rich-surface td{text-align:left;border:1px solid #dce3ed;padding:10px 12px}.rich-surface hr{border:0;border-top:1px solid #dce3ed;margin:28px 0}.rich-surface pre{color:#d9e7ff;background:#101828;border-radius:8px;padding:16px;font:14px/1.6 Consolas,monospace;overflow:auto}@media (max-width:700px){.rich-editor-tabs{align-items:center}.rich-editor-tabs .media-button{margin-bottom:8px;padding:8px}.rich-toolbar select{min-width:110px}.toolbar-separator{display:none}}.article-page{background:linear-gradient(#f7faff 0,#fff 760px)}.article-page>.site-header{z-index:5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffd9;border-bottom:1px solid #edf1f7;position:relative}.article-page article{margin-top:0;padding-top:0}.article-hero{background:radial-gradient(circle at 87% 16%,#ddebff 0,#0000 28%),linear-gradient(125deg,#f8faff 0%,#fff 52%,#f0f7ff 100%);border-bottom:1px solid #e8eef7;margin:0 calc(50% - 50vw);padding:58px max(28px,50vw - 592px) 72px;position:relative;overflow:hidden}.article-hero:after{content:"";opacity:.35;border:1px solid #bcd3ff;border-radius:50%;width:430px;height:430px;position:absolute;bottom:-180px;right:-90px}.article-heading{z-index:1;max-width:920px;margin:0 auto;position:relative}.article-hero .breadcrumbs{max-width:1184px;margin:0 auto 42px}.article-category{color:#1557ff;text-transform:uppercase;letter-spacing:.11em;background:#fff;border:1px solid #cbdcff;border-radius:999px;align-items:center;min-height:32px;padding:8px 13px;font-size:11px;font-weight:900;display:inline-flex;box-shadow:0 5px 18px #1557ff0d}.article-heading h1{letter-spacing:-.055em;text-wrap:balance;max-width:920px;margin:22px 0 18px;font-size:clamp(44px,5vw,68px);line-height:1.04}.article-heading .article-lead{color:#586980;max-width:820px;margin:0;font-size:20px;line-height:1.7}.article-heading .article-meta{border-top:1px solid #dfe8f4;align-items:center;gap:13px;max-width:none;margin:34px 0 0;padding:24px 0 0;display:flex}.author-avatar{color:#fff;background:linear-gradient(135deg,#1557ff,#35bfff);border-radius:14px;flex:none;place-items:center;width:44px;height:44px;font-size:16px;font-weight:900;display:grid;box-shadow:0 8px 22px #1557ff35}.author-data,.article-date{flex-direction:column;gap:4px;display:flex}.author-data b,.article-date b{color:#1c2a42;font-size:12px}.author-data small,.article-date small{color:#7b899d;font-size:11px}.meta-divider{background:#dbe4ef;width:1px;height:38px;margin:0 5px}.article-media{z-index:2;max-width:1184px;margin:-1px auto 0;position:relative}.article-featured-image,.article-media .article-banner{border:1px solid #e1e8f2;border-radius:26px;width:100%;height:min(56vw,600px);max-height:600px;margin:42px 0 0;box-shadow:0 28px 75px #122a541d}.article-featured-image{object-fit:cover}.article-media .article-banner{padding:50px}.article-reading-card{background:#fff;border:1px solid #e6ebf2;border-radius:24px;max-width:930px;margin:44px auto 0;padding:62px 55px 52px;position:relative;box-shadow:0 18px 55px #132a4b0b}.article-reading-card:before{content:"";background:linear-gradient(90deg,#1557ff,#36c5ff);border-radius:0 0 8px 8px;height:4px;position:absolute;top:0;left:55px;right:55px}.article-content{max-width:760px}.article-content>p:first-of-type{color:#263750;font-size:19px}.article-content p,.article-content li{color:#3d4b61;font-size:17px;line-height:1.9}.article-content p{margin:0 0 24px}.article-content h2{color:#101d34;letter-spacing:-.035em;margin:58px 0 20px;padding-bottom:13px;font-size:32px;line-height:1.2;position:relative}.article-content h2:after{content:"";background:#1557ff;border-radius:4px;width:54px;height:4px;position:absolute;bottom:0;left:0}.article-content h3{color:#18263d;margin:38px 0 14px;font-size:24px;line-height:1.3}.article-content ul,.article-content ol{margin:22px 0;padding-left:24px}.article-content li{margin:10px 0;padding-left:6px}.article-content li::marker{color:#1557ff;font-weight:800}.article-content a{text-underline-offset:3px;font-weight:700;text-decoration-color:#8db1ff}.article-content img{border:1px solid #e4e9f1;border-radius:18px;margin:34px auto;display:block;box-shadow:0 16px 42px #142d5416}.article-content figure{margin:36px 0}.article-content figcaption{text-align:center;color:#8190a4;margin-top:10px;font-size:12px}.article-content blockquote{background:linear-gradient(135deg,#eff5ff,#f8fbff);border:0;border-radius:16px;margin:36px 0;padding:26px 28px 26px 68px;font-size:18px;line-height:1.75;position:relative}.article-content blockquote:before{content:"“";color:#1557ff;font:700 52px Georgia,serif;position:absolute;top:8px;left:22px}.article-content table{border:1px solid #dfe6f0;border-radius:12px;width:100%;margin:34px 0;display:table;overflow:hidden}.article-content th{color:#173e91;background:#eff4ff}.article-content th,.article-content td{border-color:#dfe6f0;padding:14px 16px;font-size:14px}.article-content pre{color:#dbe8ff;background:#0d1729;border-radius:14px;margin:30px 0;padding:22px;font:14px/1.7 Consolas,monospace;overflow:auto}.article-content code{color:#1749a6;background:#edf2fa;border-radius:5px;padding:2px 6px;font-family:Consolas,monospace}.article-content pre code{color:inherit;background:0 0;padding:0}.article-content hr{border:0;border-top:1px solid #e3e9f1;margin:48px 0}.article-actions{max-width:760px;margin-top:62px;padding-top:28px}.article-actions a{background:#f9fbff;border:1px solid #dae3f0;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:10px 14px;text-decoration:none;transition:all .2s;display:flex}.article-actions a:hover{background:#eff5ff;border-color:#9dbbff;transform:translateY(-2px)}.article-actions a b{font-size:12px}.article-actions a span{color:#1557ff}@media (max-width:800px){.article-page{background:#fff}.article-hero{padding:32px 20px 46px}.article-hero .breadcrumbs{margin-bottom:30px}.article-heading h1{font-size:40px}.article-heading .article-lead{font-size:17px}.article-heading .article-meta{flex-wrap:wrap;align-items:flex-start}.meta-divider{display:none}.article-date{width:calc(100% - 60px);margin-top:-8px;margin-left:57px}.article-media{padding:0 18px}.article-featured-image,.article-media .article-banner{border-radius:18px;height:58vw;min-height:240px;margin-top:24px}.article-reading-card{box-shadow:none;border-radius:18px;margin:24px 12px 0;padding:42px 22px 34px}.article-reading-card:before{left:22px;right:22px}.article-content h2{margin-top:44px;font-size:27px}.article-content h3{font-size:22px}.article-content p,.article-content li{font-size:16px;line-height:1.8}.article-content blockquote{padding:22px}.article-content blockquote:before{display:none}.article-content table{display:block;overflow-x:auto}.article-actions{gap:10px}.article-actions a{justify-content:flex-start}}@media (min-width:1001px){.article-heading,.article-heading h1{max-width:1120px}.article-heading .article-lead{max-width:980px}.article-media{max-width:1400px}.article-reading-card{width:calc(100vw - 64px);max-width:1400px;padding-left:60px;padding-right:60px}.article-content{width:100%;max-width:1280px}.article-content>article,.article-content>.printer-article,.article-content>main,.article-content>section{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important}.article-content>p,.article-content>h2,.article-content>h3,.article-content>h4,.article-content>ul,.article-content>ol,.article-content>blockquote,.article-content>pre{max-width:900px;margin-left:auto;margin-right:auto}.article-content>table,.article-content>figure,.article-content>img{max-width:1100px;margin-left:auto;margin-right:auto}.article-actions{max-width:1280px}}.article-page .article-featured-image{object-fit:contain;object-position:center;background:#fff;width:100%;height:auto;max-height:none;display:block}@media (max-width:800px){.article-page .article-featured-image{object-fit:contain;width:100%;height:auto;min-height:0;max-height:none}}@media (min-width:1001px){.article-page article{width:100%;max-width:1240px;margin-left:auto;margin-right:auto;padding-left:28px;padding-right:28px}.article-hero{padding-left:max(28px,50vw - 592px);padding-right:max(28px,50vw - 592px)}.article-hero .breadcrumbs,.article-heading,.article-media,.article-reading-card{width:100%;max-width:1184px;margin-left:auto;margin-right:auto}.article-heading h1{max-width:980px}.article-heading .article-lead{max-width:880px}.article-media{padding:0}.article-reading-card{padding-left:52px;padding-right:52px}.article-content{width:100%;max-width:1080px;margin-left:auto;margin-right:auto}.article-content>article,.article-content>.printer-article,.article-content>main,.article-content>section{box-sizing:border-box;width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}.article-content>p,.article-content>h2,.article-content>h3,.article-content>h4,.article-content>ul,.article-content>ol,.article-content>blockquote,.article-content>pre{width:100%;max-width:860px;margin-left:auto;margin-right:auto}.article-content img,.article-content table,.article-content figure{max-width:100%}.article-actions{width:100%;max-width:1080px;margin-left:auto;margin-right:auto}}@media (max-width:1000px){.article-page article,.article-media,.article-reading-card,.article-content{max-width:100%}}.site-header,.article-page>.site-header{z-index:1000;-webkit-backdrop-filter:blur(14px);background:#fffffff0;border-bottom:1px solid #e2e8f0e6;position:sticky;top:0;box-shadow:0 8px 26px #0f234112}@media (min-width:801px){.article-page .article-hero{box-sizing:border-box;border:1px solid #e2eaf5;border-radius:24px;width:100%;max-width:1184px;margin:28px auto 0;padding:46px 52px 56px}.article-page .article-hero .breadcrumbs,.article-page .article-heading{width:100%;max-width:1080px;margin-left:auto;margin-right:auto}.article-page .article-hero .breadcrumbs{margin-bottom:38px}.article-page .article-media,.article-page .article-reading-card{width:100%;max-width:1184px;margin-left:auto;margin-right:auto}}@media (max-width:800px){.article-page .article-hero{border-radius:18px;width:100%;max-width:100%;margin:14px auto 0}}.article-page .article-hero{border-left:0;border-right:0;border-radius:0;width:100vw;max-width:none;margin:0 calc(50% - 50vw)}@media (min-width:801px){.article-page .article-hero{padding-left:max(28px,50vw - 592px);padding-right:max(28px,50vw - 592px)}.article-page .article-hero .breadcrumbs,.article-page .article-heading{width:100%;max-width:1184px;margin-left:auto;margin-right:auto}}@media (max-width:800px){.article-page .article-hero{border-radius:0;width:100vw;max-width:none;margin:0 calc(50% - 50vw)}}.article-page .article-hero{background:#eef5ff}.article-page .article-hero:after{display:none}.site-header,.article-page>.site-header{z-index:1000;width:100%;max-width:1240px;height:80px;box-shadow:none;-webkit-backdrop-filter:none;background:#fff;border-top:1px solid #1557ff59;border-bottom:0;margin-left:auto;margin-right:auto;padding-left:28px;padding-right:28px;position:sticky;top:0}.site-header:after{content:"";pointer-events:none;background:#e8edf4;width:100vw;height:1px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}@media (max-width:800px){.site-header,.article-page>.site-header{height:70px;padding-left:18px;padding-right:18px}}.article-page{overflow-x:clip}.site-header,.article-page>.site-header{z-index:9999;position:sticky;top:0}@media (max-width:800px){html,body,.article-page{width:100%;max-width:100%;overflow-x:clip}.article-page article{width:100%;max-width:100%;margin:0 auto 72px;padding:0}.article-page .article-hero{box-sizing:border-box;padding:28px 18px 40px}.article-page .article-hero .breadcrumbs{white-space:nowrap;scrollbar-width:none;gap:7px;width:100%;max-width:100%;margin-bottom:26px;overflow-x:auto}.article-page .article-hero .breadcrumbs::-webkit-scrollbar{display:none}.article-heading{width:100%;max-width:100%}.article-heading h1{letter-spacing:-.045em;overflow-wrap:anywhere;max-width:100%;margin:18px 0 15px;font-size:clamp(32px,9.6vw,42px);line-height:1.08}.article-heading .article-lead{width:100%;max-width:100%;font-size:16px;line-height:1.65}.article-heading .article-meta{gap:11px;width:100%;max-width:100%;margin-top:25px;padding-top:20px}.author-data,.article-date{min-width:0}.author-data b,.article-date b,.author-data small,.article-date small{overflow-wrap:anywhere}.article-page .article-media{box-sizing:border-box;width:100%;max-width:100%;margin:0 auto;padding:0 12px}.article-page .article-featured-image,.article-page .article-media .article-banner{border-radius:15px;width:100%;max-width:100%;height:auto;min-height:0;margin-top:18px}.article-page .article-media .article-banner{min-height:220px;padding:24px}.article-page .article-media .article-banner b{overflow-wrap:anywhere;font-size:30px}.article-page .article-reading-card{box-sizing:border-box;border-radius:16px;width:calc(100% - 16px);max-width:none;margin:20px 8px 0;padding:36px 16px 30px;overflow:hidden}.article-reading-card:before{left:16px;right:16px}.article-content{overflow-wrap:anywhere;word-break:normal;width:100%;min-width:0;max-width:100%;margin:0}.article-content *{box-sizing:border-box;min-width:0;max-width:100%}.article-content>article,.article-content>.printer-article,.article-content>main,.article-content>section{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}.article-content [style*=width]{max-width:100%!important}.article-content [style*=grid-template-columns],.article-content [class*=grid],.article-content [class*=columns]{grid-template-columns:minmax(0,1fr)!important}.article-content [style*="display: flex"],.article-content [style*=display\:flex],.article-content [class*=actions],.article-content [class*=tags]{flex-wrap:wrap!important}.article-content img,.article-content picture,.article-content video,.article-content svg,.article-content canvas,.article-content iframe{margin-left:auto;margin-right:auto;display:block;width:auto!important;max-width:100%!important;height:auto!important}.article-content iframe{aspect-ratio:16/9;width:100%!important}.article-content table{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%!important;max-width:100%!important}.article-content pre{white-space:pre;width:100%;max-width:100%;overflow-x:auto}.article-content p,.article-content li{font-size:16px;line-height:1.78}.article-content h1{overflow-wrap:anywhere;font-size:30px!important;line-height:1.15!important}.article-content h2{margin-top:40px;font-size:26px}.article-content h3{font-size:21px}.article-content blockquote{margin:28px 0;padding:20px 18px}.article-actions{flex-direction:column;gap:10px;width:100%;max-width:100%;margin-top:44px}.article-actions a{justify-content:space-between;width:100%}}.admin-menu a{color:#c9d5e6;border-radius:9px;align-items:center;gap:10px;padding:11px 13px;font-size:14px;font-weight:700;text-decoration:none;display:flex}.admin-menu a:hover{color:#fff;background:#ffffff14}.editor-statusbar{color:#52627a;background:#f8fafc;border:1px solid #dfe6ef;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;padding:10px 12px;font-size:13px;display:flex}.editor-statusbar>div{gap:7px;display:flex}.editor-statusbar button{padding:7px 10px}.featured-field{margin:18px 0}.featured-head{justify-content:space-between;align-items:center;gap:14px;margin-bottom:10px;display:flex}.featured-head b,.featured-head small{display:block}.featured-head small{color:#748198;margin-top:4px}.featured-field .media-button{color:#fff;background:#1768ff;border:0;border-radius:9px;padding:10px 14px;font-weight:800}.featured-wrap{background:#f3f6fa;border:1px solid #dce3ed;border-radius:12px;position:relative;overflow:hidden}.featured-wrap img{object-fit:cover;width:100%;max-height:390px;display:block}.featured-wrap button{color:#fff;background:#071a36e0;border:0;border-radius:8px;padding:8px 11px;position:absolute;top:12px;right:12px}.featured-empty{color:#77849a;background:#f8fafc;border:2px dashed #ced7e3;border-radius:12px;place-items:center;min-height:150px;display:grid}.seo-score{background:#eef4ff;border-radius:10px;align-items:center;gap:10px;margin:0 0 15px;padding:12px;display:flex}.seo-score strong{color:#1557ff;font-size:24px}.seo-score span{color:#58677f;font-size:13px}.article-gallery{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin:22px 0;display:grid}.article-gallery figure{margin:0}.article-gallery img{object-fit:cover;border-radius:10px;width:100%;height:220px}.preview-modal{z-index:6000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#07142db8;padding:30px 18px;position:fixed;inset:0;overflow:auto}.preview-article{background:#fff;border-radius:18px;width:min(900px,100%);min-height:80vh;margin:auto;padding:clamp(28px,6vw,72px);position:relative;box-shadow:0 30px 100px #00000059}.preview-article>img{object-fit:cover;border-radius:14px;width:100%;max-height:460px}.preview-article h1{font-size:clamp(34px,6vw,62px);line-height:1.05}.preview-excerpt{color:#59677b;font-size:20px}.preview-article div{font-size:17px;line-height:1.8}.preview-article div img,.preview-article div video,.preview-article div iframe{max-width:100%}.preview-close{float:right;color:#fff;background:#071a36;border:0;border-radius:50%;width:42px;height:42px;font-size:26px;position:sticky;top:0}.video-embed iframe{aspect-ratio:16/9;border:0;width:100%}.rich-surface:empty:before{content:attr(data-placeholder);color:#98a2b3}.rich-surface figure{margin:22px 0}.rich-surface img,.rich-surface video,.rich-surface iframe{max-width:100%}.rich-editor-tabs{gap:8px}.rich-editor-tabs>.media-button{margin-right:0}@media (max-width:900px){.editor-statusbar,.featured-head{flex-direction:column;align-items:flex-start}.editor-statusbar>div{flex-wrap:wrap}.preview-article{padding:24px}}
.header-actions{align-items:center;gap:12px;display:flex}.search-link{color:#40506a;align-items:center;gap:6px;font-size:13px;font-weight:800;display:flex}.search-link:hover{color:var(--blue)}.secondary-button{color:#17243b;background:#fff;border:1px solid #cfd9e8;border-radius:10px;justify-content:center;align-items:center;min-height:46px;padding:13px 20px;font-size:13px;font-weight:800;display:inline-flex}.hero-actions{flex-wrap:wrap;gap:12px;display:flex}.marketing-hero{min-height:650px}.hero-search{background:#ffffffd9;border:1px solid #dce6f4;border-radius:16px;max-width:610px;margin-top:30px;padding:16px;box-shadow:0 14px 35px #17366b0d}.hero-search label{color:#31415a;margin-bottom:10px;font-size:12px;font-weight:800;display:block}.hero-search div{gap:8px;display:flex}.hero-search input{border:1px solid #d8e0eb;border-radius:9px;outline:none;flex:1;min-width:0;padding:13px 14px}.hero-search input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1557ff12}.hero-search button,.search-form button{background:var(--blue);color:#fff;cursor:pointer;border:0;border-radius:9px;padding:0 18px;font-weight:800}.featured-guide{display:block;transform:rotate(-2deg)}.featured-guide p{color:#c7d3e5;font-size:14px;line-height:1.6}.featured-guide b{color:#76dcff;font-size:13px}.topics a div b{display:block}.trust-section,.popular-section,.commerce-cta,.newsletter-section{max-width:1184px;margin:0 auto;padding:85px 0}.trust-section>div:first-child,.popular-section>div:first-child{max-width:680px}.trust-section h2,.popular-section h2,.commerce-cta h2,.newsletter-section h2{letter-spacing:-.04em;margin:12px 0 14px;font-size:40px;line-height:1.12}.trust-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:35px;display:grid}.trust-grid article{border:1px solid var(--line);background:#fff;border-radius:18px;padding:28px}.trust-grid article>b{color:var(--blue);font-size:12px}.trust-grid h3{margin:18px 0 10px;font-size:21px}.trust-grid p,.popular-section p,.commerce-cta p,.newsletter-section p{color:var(--muted);line-height:1.7}.popular-section{border-top:1px solid var(--line);grid-template-columns:.8fr 1.2fr;gap:60px;display:grid}.popular-links{flex-direction:column;display:flex}.popular-links a{border-bottom:1px solid var(--line);grid-template-columns:42px 1fr 22px;align-items:center;gap:16px;padding:21px 0;display:grid}.popular-links span{color:#9ba8ba;font-size:12px;font-weight:800}.popular-links small,.popular-links b{display:block}.popular-links small{color:var(--blue);text-transform:uppercase;letter-spacing:.1em;margin-bottom:6px;font-size:10px;font-weight:900}.popular-links b{font-size:17px;line-height:1.35}.popular-links i{color:var(--blue);font-style:normal}.commerce-cta{color:#fff;background:linear-gradient(125deg,#07142d,#12336e);border-radius:24px;justify-content:space-between;align-items:center;gap:40px;padding:55px 60px;display:flex}.commerce-cta p{color:#c3cee0;max-width:650px}.commerce-cta .secondary-button{color:#fff;background:0 0;border-color:#fff5}.newsletter-section{justify-content:space-between;align-items:center;gap:30px;display:flex}.newsletter-section>div{max-width:780px}.newsletter-badge{color:var(--blue);background:#edf3ff;border-radius:999px;padding:12px 18px;font-size:12px;font-weight:900}.site-footer{padding:64px max(28px,50vw - 592px) 28px;display:block}.footer-grid{grid-template-columns:1.5fr repeat(3,1fr);gap:45px;display:grid}.footer-grid>div:not(:first-child){flex-direction:column;gap:11px;display:flex}.footer-grid h3{margin:0 0 9px;font-size:13px}.footer-grid a{color:#c7d2e3;font-size:12px}.footer-grid a:hover{color:#fff}.footer-brand-column p{max-width:300px}.footer-bottom{color:#93a2b8;border-top:1px solid #ffffff18;justify-content:space-between;gap:20px;margin-top:45px;padding-top:22px;display:flex}.search-page{min-height:70vh}.search-heading{text-align:center;background:linear-gradient(135deg,#f5f8ff,#eef8ff);padding:80px max(28px,50vw - 450px)}.search-heading h1{letter-spacing:-.045em;margin:14px auto;font-size:52px}.search-heading p{color:var(--muted)}.search-form{gap:10px;max-width:720px;margin:28px auto 0;display:flex}.search-form input{border:1px solid #d8e1ed;border-radius:10px;outline:none;flex:1;min-width:0;padding:15px 16px;font-size:15px}.search-results{max-width:1184px;margin:0 auto;padding:70px 0 100px}.search-suggestions{text-align:center;max-width:900px;margin:0 auto;padding:70px 28px 100px}.search-suggestions div{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.search-suggestions a{border:1px solid var(--line);background:#fff;border-radius:999px;padding:11px 16px;font-size:13px;font-weight:800}.post-cover-media{background:#edf2f8;position:relative;overflow:hidden}.post-cover-media img{object-fit:cover;width:100%;height:100%;transition:transform .35s;position:absolute;inset:0}.post-cover-media:after{content:"";pointer-events:none;background:linear-gradient(#07142d0a,#07142dad);position:absolute;inset:0}.post-cover-media span,.post-cover-media b{z-index:1;position:relative}.post-card:hover .post-cover-media img{transform:scale(1.035)}@media (max-width:1000px){.site-header nav a:nth-last-child(-n+2){display:none}.trust-section,.popular-section,.commerce-cta,.newsletter-section,.search-results{margin-left:18px;margin-right:18px}.footer-grid{grid-template-columns:1fr 1fr}.popular-section{grid-template-columns:1fr}.commerce-cta{flex-direction:column;align-items:flex-start}}@media (max-width:800px){.header-actions .outline-button,.search-link span{display:none}.marketing-hero{padding-top:52px}.hero-search{margin-top:24px}.hero-search div,.search-form{flex-direction:column}.hero-search button,.search-form button{min-height:46px}.trust-section,.popular-section,.newsletter-section{padding:65px 0}.trust-section h2,.popular-section h2,.commerce-cta h2,.newsletter-section h2{font-size:32px}.trust-grid{grid-template-columns:1fr}.commerce-cta{margin:0 18px;padding:38px 24px}.newsletter-section{flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:1fr;gap:32px}.footer-bottom{flex-direction:column}.search-heading{padding:55px 20px}.search-heading h1{font-size:39px}.search-results{padding-top:55px}.featured-guide{width:min(340px,92vw)}}@media (prefers-reduced-motion:reduce){.post-cover-media img{transition:none}.post-card:hover .post-cover-media img{transform:none}}
.skip-link{z-index:20000;color:#fff;background:#07142d;border-radius:8px;padding:12px 16px;font-weight:800;transition:top .2s;position:fixed;top:-80px;left:16px}.skip-link:focus{top:16px}.article-toc{background:#f8fbff;border:1px solid #dbe5f2;border-radius:16px;max-width:860px;margin:0 auto 42px;padding:24px 26px}.article-toc>b{margin-bottom:12px;font-size:14px;display:block}.article-toc ol{margin:0;padding-left:20px}.article-toc li{color:#506078;margin:8px 0;font-size:14px;line-height:1.55}.article-toc a:hover{color:var(--blue)}.article-content h2{scroll-margin-top:110px}.editorial-note{border-left:4px solid var(--blue);background:#f5f8ff;border-radius:0 14px 14px 0;max-width:860px;margin:50px auto 0;padding:24px 26px}.editorial-note b{margin-bottom:8px;display:block}.editorial-note p{color:#53627a;margin:0 0 10px;line-height:1.7}.editorial-note a{color:var(--blue);font-size:13px;font-weight:800}.editorial-page{max-width:1080px;margin:0 auto;padding:90px 28px 110px}.editorial-page h1{letter-spacing:-.05em;max-width:850px;margin:16px 0 20px;font-size:58px;line-height:1.04}.editorial-lead{color:#5e6d82;max-width:820px;font-size:20px;line-height:1.75}.editorial-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:50px;display:grid}.editorial-grid article,.policy-list section{border:1px solid var(--line);background:#fff;border-radius:18px;padding:28px}.editorial-grid h2,.policy-list h2{margin:0 0 12px;font-size:22px}.editorial-grid p,.policy-list p,.editorial-callout p{color:#617087;line-height:1.75}.editorial-callout{background:linear-gradient(135deg,#eef5ff,#f8fbff);border-radius:22px;margin-top:40px;padding:38px}.editorial-callout h2{margin-top:0}.editorial-callout a{color:var(--blue);font-weight:800}.policy-list{gap:18px;margin-top:45px;display:grid}.policy-list section{scroll-margin-top:100px}.policy-list p{margin-bottom:0}.related-articles{max-width:1184px;margin:78px auto 118px;padding:0 28px}.related-heading{justify-content:space-between;align-items:end;gap:30px;margin-bottom:30px;display:flex}.related-heading h2{letter-spacing:-.045em;margin:10px 0 8px;font-size:42px}.related-heading p{max-width:640px;color:var(--muted);margin:0;line-height:1.65}.related-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.related-card{background:#fff;border:1px solid #dfe6ef;border-radius:20px;flex-direction:column;min-width:0;transition:transform .22s,box-shadow .22s,border-color .22s;display:flex;overflow:hidden;box-shadow:0 8px 26px #132a4b0d}.related-card:hover{border-color:#bdd0f4;transform:translateY(-5px);box-shadow:0 20px 48px #132a4b1f}.related-media{aspect-ratio:16/10;background:linear-gradient(135deg,#0d40c9,#3188ff) 50%/cover;display:block;position:relative;overflow:hidden}.related-media:after{content:"";background:linear-gradient(#0000 45%,#07142d29);position:absolute;inset:0}.related-media span{z-index:1;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#07142dad;border:1px solid #ffffff38;border-radius:999px;padding:8px 12px;font-size:11px;font-weight:900;position:absolute;top:18px;left:18px}.related-body{flex-direction:column;flex:1;min-height:285px;padding:22px;display:flex}.related-meta{color:#8a97aa;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;font-size:11px;display:flex}.related-meta span{color:var(--blue);text-transform:uppercase;letter-spacing:.06em;font-weight:800}.related-body h3{letter-spacing:-.025em;-webkit-line-clamp:3;-webkit-box-orient:vertical;min-height:78px;margin:0 0 13px;font-size:23px;line-height:1.42;display:-webkit-box;overflow:hidden}.related-body h3 a{color:inherit}.related-body h3 a:hover{color:var(--blue)}.related-body p{color:#65748a;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 20px;font-size:14px;line-height:1.65;display:-webkit-box;overflow:hidden}.related-link{color:var(--blue);align-items:center;gap:8px;margin-top:auto;font-size:13px;font-weight:900;display:inline-flex}.related-link span{transition:transform .2s}.related-card:hover .related-link span{transform:translate(4px)}:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline-offset:3px;border-radius:6px;outline:3px solid #1557ff59}.post-card h2 a,.post-card h3 a{color:inherit}.post-card h2 a:hover,.post-card h3 a:hover{color:var(--blue)}.not-found-page{flex-direction:column;justify-content:center;align-items:flex-start;max-width:900px;min-height:64vh;margin:0 auto;padding:110px 28px;display:flex}.not-found-page h1{letter-spacing:-.055em;margin:14px 0 18px;font-size:clamp(44px,7vw,76px);line-height:1}.not-found-page p{max-width:680px;color:var(--muted);margin:0 0 30px;font-size:18px;line-height:1.75}.post-cover{background-position:50%;background-size:cover}.post-card{content-visibility:auto;contain-intrinsic-size:420px}.article-featured-image{aspect-ratio:auto}.search-results,.category-results{min-height:420px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.post-card:hover,.article-actions a:hover,.featured-guide,.related-card:hover{transform:none!important}}@media (max-width:1000px){.related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.related-heading{flex-direction:column;align-items:flex-start}.related-heading .text-button{align-self:flex-start}.related-body h3{min-height:auto}}@media (max-width:800px){.article-toc,.editorial-note{padding:20px}.related-articles{margin:58px auto 82px;padding:0 18px}.related-heading{margin-bottom:22px}.related-heading h2{font-size:34px}.related-grid{grid-template-columns:1fr;gap:18px}.related-card{border-radius:17px}.related-media{aspect-ratio:16/9}.related-body{min-height:0;padding:20px}.related-body h3{-webkit-line-clamp:3;font-size:21px}.related-meta{flex-direction:column;align-items:flex-start;gap:5px}.editorial-page{padding:60px 20px 80px}.editorial-page h1{font-size:40px}.editorial-lead{font-size:17px}.editorial-grid{grid-template-columns:1fr}.editorial-callout{padding:28px 22px}.not-found-page{padding:75px 20px}.not-found-page p{font-size:16px}}
