:root{
    color-scheme:light;
    --blog-bg:#f5f7fb;
    --blog-bg-soft:#eef3fb;
    --blog-surface:#ffffff;
    --blog-surface-soft:#f8faff;
    --blog-card:#ffffff;
    --blog-border:#dfe6f0;
    --blog-text:#142033;
    --blog-heading:#0a1324;
    --blog-muted:#64748b;
    --blog-primary:#2868f0;
    --blog-primary-strong:#174bc4;
    --blog-primary-soft:#eaf1ff;
    --blog-accent:#0ca678;
    --blog-nav:rgba(255,255,255,.9);
    --blog-shadow:0 22px 60px rgba(42,58,88,.12);
    --blog-shadow-soft:0 12px 34px rgba(42,58,88,.08)
}
[data-blog-theme="dark"]{
    color-scheme:dark;
    --blog-bg:#07111f;
    --blog-bg-soft:#0a1729;
    --blog-surface:#0d1b30;
    --blog-surface-soft:#10223a;
    --blog-card:#0f2037;
    --blog-border:#263b57;
    --blog-text:#e8f0fb;
    --blog-heading:#f7faff;
    --blog-muted:#9aabc1;
    --blog-primary:#6f9bff;
    --blog-primary-strong:#4c78e8;
    --blog-primary-soft:#142b50;
    --blog-accent:#43d7b5;
    --blog-nav:rgba(7,17,31,.9);
    --blog-shadow:0 24px 70px rgba(0,0,0,.32);
    --blog-shadow-soft:0 14px 36px rgba(0,0,0,.2)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{display:flex;min-width:320px;min-height:100vh;flex-direction:column;margin:0;background:radial-gradient(circle at 12% 0%,rgba(40,104,240,.1),transparent 31rem),var(--blog-bg);color:var(--blog-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.7;transition:background-color .2s ease,color .2s ease}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
img{display:block;max-width:100%}
.blog-container{width:min(1160px,calc(100% - 40px));margin-right:auto;margin-left:auto}
.blog-nav{position:sticky;top:0;z-index:30;border-bottom:1px solid var(--blog-border);background:var(--blog-nav);backdrop-filter:blur(18px)}
.blog-nav-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.blog-brand{display:flex;align-items:center;gap:11px;color:var(--blog-heading);font-size:18px;font-weight:850;letter-spacing:-.02em}
.blog-brand-logo-wrap{position:relative;width:42px;height:42px;display:grid;flex:0 0 auto;place-items:center}
.blog-brand-logo{grid-area:1/1;display:block;width:auto;max-width:42px;height:42px;object-fit:contain;background:transparent;box-shadow:none}
.blog-brand-logo-light{display:block}.blog-brand-logo-dark{display:none}
[data-blog-theme="dark"] .blog-brand-logo-light{display:none}[data-blog-theme="dark"] .blog-brand-logo-dark{display:block}
.blog-brand-fallback{width:42px;height:42px;display:grid;flex:0 0 auto;place-items:center;color:var(--blog-primary);font-size:22px;font-weight:900}
.blog-nav-actions,.blog-nav-links{display:flex;align-items:center;gap:8px}
.blog-nav-link{padding:9px 13px;border-radius:10px;color:var(--blog-muted);font-size:13px;font-weight:750;transition:.18s ease}
.blog-nav-link:hover,.blog-nav-link.is-active{background:var(--blog-primary-soft);color:var(--blog-primary)}
.blog-nav-link.is-cta{background:linear-gradient(135deg,var(--blog-primary),var(--blog-primary-strong));color:#fff;box-shadow:0 9px 20px rgba(40,104,240,.2)}
.blog-theme-toggle{width:40px;height:40px;display:grid;place-items:center;padding:0;border:1px solid var(--blog-border);border-radius:11px;background:var(--blog-surface);color:var(--blog-heading);cursor:pointer;transition:.18s ease}
.blog-theme-toggle:hover{border-color:var(--blog-primary);color:var(--blog-primary);transform:translateY(-1px)}
.blog-theme-icon{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
[data-blog-theme="light"] .blog-theme-icon.is-sun,[data-blog-theme="dark"] .blog-theme-icon.is-moon{display:none}
.blog-hero{padding:76px 0 50px;text-align:center}
.blog-hero.is-empty{padding-bottom:34px}
.blog-eyebrow,.article-category{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border:1px solid color-mix(in srgb,var(--blog-primary) 24%,transparent);border-radius:999px;background:var(--blog-primary-soft);color:var(--blog-primary);font-size:11px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}
.blog-eyebrow:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--blog-accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--blog-accent) 13%,transparent)}
.blog-hero h1{max-width:900px;margin:21px auto 16px;color:var(--blog-heading);font-size:clamp(38px,5.7vw,66px);line-height:1.04;letter-spacing:-.055em}
.blog-hero p{max-width:690px;margin:0 auto;color:var(--blog-muted);font-size:clamp(15px,1.8vw,18px)}
.blog-main{flex:1;padding-bottom:80px}
.blog-featured{overflow:hidden;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(330px,.9fr);min-height:430px;border:1px solid var(--blog-border);border-radius:30px;background:var(--blog-card);box-shadow:var(--blog-shadow)}
.blog-featured-cover{min-height:100%;overflow:hidden;background:var(--blog-bg-soft)}
.blog-featured-cover img{width:100%;height:100%;object-fit:cover}
.blog-featured-cover .article-card-placeholder{min-height:100%}
.blog-featured-body{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;padding:44px}
.blog-featured-label,.blog-section-heading span,.related-heading span{display:block;margin-bottom:12px;color:var(--blog-primary);font-size:11px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.blog-featured-body h2{margin:17px 0 14px;color:var(--blog-heading);font-size:clamp(27px,3vw,40px);line-height:1.12;letter-spacing:-.035em}
.blog-featured-body p{margin:0 0 25px;color:var(--blog-muted);font-size:15px}
.blog-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:66px 0 24px}
.blog-section-heading span{margin-bottom:5px}
.blog-section-heading h2,.related-heading h2{margin:0;color:var(--blog-heading);font-size:28px;line-height:1.2;letter-spacing:-.03em}
.blog-section-heading p{margin:0;color:var(--blog-muted);font-size:13px}
.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.article-card{overflow:hidden;display:flex;min-width:0;flex-direction:column;border:1px solid var(--blog-border);border-radius:22px;background:var(--blog-card);box-shadow:var(--blog-shadow-soft);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.article-card:hover{transform:translateY(-5px);border-color:color-mix(in srgb,var(--blog-primary) 42%,var(--blog-border));box-shadow:var(--blog-shadow)}
.article-card-cover{aspect-ratio:16/9;overflow:hidden;background:var(--blog-bg-soft)}
.article-card-cover img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.article-card:hover .article-card-cover img{transform:scale(1.025)}
.article-card-placeholder{width:100%;height:100%;min-height:210px;display:grid;place-items:center;background:radial-gradient(circle at 30% 20%,rgba(40,104,240,.26),transparent 35%),linear-gradient(145deg,var(--blog-primary-soft),var(--blog-bg-soft))}
.article-card-placeholder span{width:58px;height:58px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--blog-primary) 22%,transparent);border-radius:18px;background:color-mix(in srgb,var(--blog-surface) 72%,transparent);color:var(--blog-primary);font-size:25px;font-weight:900}
.article-card-body{display:flex;min-width:0;flex:1;flex-direction:column;padding:23px}
.article-meta{display:flex;align-items:center;flex-wrap:wrap;gap:7px 13px;color:var(--blog-muted);font-size:12px;font-weight:650}
.article-meta-dot:before{content:"";display:inline-block;width:4px;height:4px;margin-right:7px;border-radius:50%;background:var(--blog-primary);vertical-align:middle}
.article-card h2{margin:14px 0 9px;color:var(--blog-heading);font-size:21px;line-height:1.28;letter-spacing:-.025em}
.article-card p{margin:0 0 20px;color:var(--blog-muted);font-size:14px}
.article-read-more{display:inline-flex;align-items:center;gap:8px;margin-top:auto;color:var(--blog-primary);font-size:13px;font-weight:850}
.article-read-more span{transition:transform .18s ease}
.article-read-more:hover span{transform:translateX(4px)}
.article-read-more.is-button{margin-top:0;padding:11px 15px;border-radius:11px;background:var(--blog-primary);color:#fff}
.blog-main.is-empty{display:flex;align-items:flex-start}
.blog-main.is-empty .blog-grid{width:100%}
.blog-empty{position:relative;overflow:hidden;grid-column:1/-1;display:grid;grid-template-columns:170px minmax(0,570px);align-items:center;justify-content:center;gap:42px;padding:40px 48px;border:1px solid var(--blog-border);border-radius:28px;background:linear-gradient(145deg,var(--blog-surface),var(--blog-surface-soft));box-shadow:var(--blog-shadow-soft)}
.blog-empty:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 16% 25%,rgba(40,104,240,.13),transparent 22rem)}
.blog-empty>*{position:relative}
.blog-empty-visual{width:170px;height:170px;display:grid;place-items:center;align-content:center;gap:9px;border:1px solid var(--blog-border);border-radius:34px;background:var(--blog-primary-soft)}
.blog-empty-glow{position:absolute;width:110px;height:110px;border-radius:50%;background:rgba(40,104,240,.14);filter:blur(24px)}
.blog-empty-icon{width:62px;height:62px;display:grid;place-items:center;border-radius:19px;background:var(--blog-surface);color:var(--blog-primary);box-shadow:var(--blog-shadow-soft)}
.blog-empty-icon svg{display:block;width:30px!important;height:30px!important}
.blog-empty-line{width:72px;height:6px;border-radius:99px;background:color-mix(in srgb,var(--blog-primary) 18%,var(--blog-border))}
.blog-empty-line.is-long{width:92px}
.blog-empty-eyebrow{color:var(--blog-primary);font-size:11px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.blog-empty h2{margin:9px 0 8px;color:var(--blog-heading);font-size:29px;line-height:1.2;letter-spacing:-.03em}
.blog-empty p{margin:0;color:var(--blog-muted)}
.blog-empty-actions{display:flex;gap:10px;margin-top:22px}
.blog-empty-actions a{padding:10px 14px;border-radius:10px;background:var(--blog-primary);color:#fff;font-size:13px;font-weight:800}
.blog-empty-actions a.is-secondary{border:1px solid var(--blog-border);background:var(--blog-surface);color:var(--blog-text)}
.blog-pagination{display:flex;align-items:center;justify-content:center;gap:8px;padding-top:38px}
.blog-pagination a,.blog-pagination span{min-width:39px;height:39px;display:grid;place-items:center;border:1px solid var(--blog-border);border-radius:10px;background:var(--blog-surface);color:var(--blog-muted);font-size:13px;font-weight:750}
.blog-pagination .is-current{border-color:var(--blog-primary);background:var(--blog-primary);color:#fff}
.article-reading-width{width:min(820px,calc(100% - 40px));margin-right:auto;margin-left:auto}
.article-hero{padding:72px 0 38px;text-align:center}
.article-hero h1{margin:20px 0 18px;color:var(--blog-heading);font-size:clamp(36px,5.3vw,64px);line-height:1.06;letter-spacing:-.05em}
.article-hero .article-meta{justify-content:center}
.article-cover-frame{margin-bottom:56px}
.article-cover-large{overflow:hidden;width:100%;aspect-ratio:16/8.4;max-height:610px;border:1px solid var(--blog-border);border-radius:28px;background:var(--blog-bg-soft);box-shadow:var(--blog-shadow)}
.article-cover-large>img{width:100%;height:100%;object-fit:cover}
.article-cover-large .article-card-placeholder{min-height:100%}
.article-shell{display:grid;grid-template-columns:minmax(0,760px) 260px;justify-content:center;gap:64px;padding-bottom:76px}
.article-content{min-width:0}
.article-lead{margin:0 0 28px;padding-bottom:28px;border-bottom:1px solid var(--blog-border);color:var(--blog-heading);font-size:20px;font-weight:550;line-height:1.65}
.article-prose{min-width:0;color:var(--blog-text);font-size:16px;line-height:1.85;overflow-wrap:anywhere}
.article-prose>*:first-child{margin-top:0}
.article-prose h2,.article-prose h3,.article-prose h4{margin:1.7em 0 .65em;color:var(--blog-heading);line-height:1.25;letter-spacing:-.025em}
.article-prose h2{font-size:30px}.article-prose h3{font-size:24px}.article-prose h4{font-size:19px}
.article-prose p{margin:0 0 1.2em}
.article-prose a{color:var(--blog-primary);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.article-prose blockquote{margin:1.6em 0;padding:19px 22px;border-left:4px solid var(--blog-primary);border-radius:0 14px 14px 0;background:var(--blog-primary-soft);color:var(--blog-heading)}
.article-prose pre{overflow:auto;padding:18px;border-radius:14px;background:#08111f;color:#dbe7f7}
.article-prose ul,.article-prose ol{padding-left:24px}
.article-prose figure{max-width:100%;margin:2em 0}
.article-prose img{width:auto;max-width:100%;max-height:680px;margin-right:auto;margin-left:auto;border-radius:18px;object-fit:contain;box-shadow:var(--blog-shadow-soft)}
.article-prose figcaption{margin-top:9px;color:var(--blog-muted);font-size:12px;text-align:center}
.article-prose table{display:block;max-width:100%;overflow-x:auto;border-collapse:collapse}
.article-prose td,.article-prose th{padding:10px;border:1px solid var(--blog-border)}
.article-aside{position:relative;min-width:0}
.article-aside-card{position:sticky;top:104px;padding:22px;border:1px solid var(--blog-border);border-radius:18px;background:var(--blog-surface);box-shadow:var(--blog-shadow-soft)}
.article-aside-card small{display:block;margin-bottom:8px;color:var(--blog-primary);font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.article-aside-card strong{display:block;color:var(--blog-heading);font-size:17px}
.article-aside-card p{margin:8px 0 0;color:var(--blog-muted);font-size:13px}
.article-back{display:inline-flex;margin-top:18px;color:var(--blog-primary);font-size:13px;font-weight:800}
.related-section{padding:65px 0 82px;border-top:1px solid var(--blog-border);background:var(--blog-bg-soft)}
.related-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}
.related-heading span{margin-bottom:5px}
.related-heading>a{color:var(--blog-primary);font-size:13px;font-weight:800}
.site-footer{margin-top:auto;border-top:1px solid var(--blog-border);background:var(--blog-surface)}
.site-footer-inner{width:min(1160px,calc(100% - 40px));min-height:150px;margin-right:auto;margin-left:auto;display:flex;align-items:center;justify-content:space-between;gap:24px;color:var(--blog-muted);font-size:12px}
.site-footer-copy{display:grid;gap:3px}
.site-footer-copy strong{color:var(--blog-heading);font-size:17px}
.site-footer-copy p{margin:0}
.site-footer-copy span{margin-top:5px;font-size:11px}
.site-footer .footer-social{display:flex;align-items:center;justify-content:center;gap:10px}
.site-footer .footer-social a{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:1px solid var(--blog-border);border-radius:10px;background:var(--blog-surface-soft);transition:.18s ease}
.site-footer .footer-social a:hover{border-color:var(--blog-primary);background:var(--blog-primary-soft);transform:translateY(-2px)}
.site-footer .footer-social svg{width:16px;height:16px;color:var(--blog-muted)}
.site-footer-legal{width:min(1160px,calc(100% - 40px));margin-right:auto;margin-left:auto;display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px 16px;padding-bottom:22px;color:var(--blog-muted);font-size:12px}
.site-footer-legal a{font-weight:750}
.site-footer-legal a:hover{color:var(--blog-primary)}
@media(max-width:980px){
    .blog-featured{grid-template-columns:1fr;min-height:0}.blog-featured-cover{aspect-ratio:16/8.5}.blog-featured-body{padding:32px}.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-shell{grid-template-columns:minmax(0,760px);gap:36px}.article-aside{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px}.article-aside-card{position:static}.article-back{margin-top:0}.article-cover-frame{margin-bottom:42px}
}
@media(max-width:680px){
    .blog-container,.article-reading-width{width:min(100% - 24px,1160px)}.blog-nav-inner{min-height:66px;gap:10px}.blog-brand{font-size:16px}.blog-brand-logo-wrap,.blog-brand-logo,.blog-brand-fallback{width:36px;max-width:36px;height:36px}.blog-nav-actions{gap:5px}.blog-nav-links{gap:4px}.blog-nav-link{padding:8px 10px;font-size:12px}.blog-nav-link:first-child{display:none}.blog-theme-toggle{width:37px;height:37px}.blog-hero{padding:52px 0 34px}.blog-hero h1{margin-top:17px;font-size:clamp(33px,11vw,48px)}.blog-hero p{font-size:14px}.blog-main{padding-bottom:55px}.blog-featured{border-radius:22px}.blog-featured-cover{aspect-ratio:4/3}.blog-featured-body{padding:24px}.blog-featured-body h2{font-size:28px}.blog-section-heading{align-items:flex-start;flex-direction:column;margin:45px 0 18px}.blog-section-heading h2,.related-heading h2{font-size:24px}.blog-grid{grid-template-columns:1fr;gap:17px}.article-card{border-radius:19px}.article-card-body{padding:20px}.blog-empty{grid-template-columns:1fr;gap:25px;padding:27px 20px;text-align:center}.blog-empty-visual{width:142px;height:142px;margin:auto}.blog-empty-actions{flex-direction:column}.blog-empty-actions a{width:100%}.article-hero{padding:50px 0 28px}.article-hero h1{font-size:clamp(34px,11vw,48px)}.article-cover-frame{margin-bottom:34px}.article-cover-large{aspect-ratio:4/3;border-radius:20px}.article-shell{gap:30px;padding-bottom:55px}.article-lead{font-size:18px}.article-prose{font-size:15px;line-height:1.8}.article-prose h2{font-size:26px}.article-prose h3{font-size:22px}.article-prose img{max-height:480px;border-radius:14px}.article-aside{grid-template-columns:1fr}.article-back{margin-top:0}.related-section{padding:48px 0 58px}.related-heading{align-items:flex-start;flex-direction:column}.site-footer-inner{min-height:0;align-items:flex-start;flex-direction:column;padding-top:28px;padding-bottom:20px}.site-footer-legal{justify-content:flex-start;padding-bottom:28px}
}
