.blog-page{background:#ffffff}html.dark .blog-page,.dark .blog-page{background:#0a1017}.blog-page .hero-banner{position:relative;min-height:300px;margin-top:var(--space-6);overflow:hidden;background:#ffffff}html.dark .blog-page .hero-banner,.dark .blog-page .hero-banner{background:#0a1017}.blog-page .hero-banner::before,.blog-page .hero-banner::after{display:none}.blog-page .hero-banner-content{max-width:1040px;margin:0 auto}.blog-article-page .article-top-link{display:flex;align-items:center;gap:10px;width:fit-content;min-height:42px;margin-bottom:clamp(1.25rem,2.5vw,1.75rem);margin-left:0;margin-right:auto;padding:0 16px;border-radius:999px;border:1px solid rgba(148,163,184,0.18);background:rgba(15,23,42,0.34);color:#e2e8f0;font-size:var(--text-sm);font-weight:700;text-decoration:none;backdrop-filter:blur(10px);transition:transform 0.2s ease,border-color 0.2s ease,background 0.2s ease,color 0.2s ease}.blog-article-page .article-top-link:hover{transform:translateX(-2px);border-color:rgba(96,165,250,0.24);background:rgba(15,23,42,0.46);color:#f8fafc}html:not(.dark) .blog-article-page .article-top-link{background:rgba(255,255,255,0.72);color:#1e3a5f}html:not(.dark) .blog-article-page .article-top-link:hover{background:rgba(255,255,255,0.92);color:#0f172a}.blog-article-page .hero-banner-content{max-width:1160px}.blog-article-page .article-hero-grid{display:grid;grid-template-columns:minmax(0,1.1fr);gap:clamp(1.5rem,3vw,2.4rem);align-items:center}.blog-article-page .article-hero-grid.has-visual{grid-template-columns:minmax(0,1.05fr) minmax(320px,0.95fr)}.blog-article-page .article-hero-copy{display:grid;gap:var(--space-5);text-align:left}.blog-article-page .hero-badge,.blog-article-page .hero-title,.blog-article-page .hero-desc{margin-left:0;margin-right:0}.blog-article-page .hero-title{max-width:12ch}.blog-article-page .hero-desc{max-width:60ch}.blog-article-page .article-hero-visual{position:relative;margin:0;padding:0;border-radius:22px;border:0;background:transparent;box-shadow:none;overflow:hidden}.blog-article-page .article-hero-visual img{display:block;width:100%;aspect-ratio:16 / 10;object-fit:cover;border-radius:22px}.blog-article-page .article-hero-visual--generated{overflow:visible}.blog-article-page .article-hero-visual--generated .blog-card-visual{min-height:320px;border-radius:22px}.blog-article-page .article-hero-visual figcaption{display:inline-flex;align-items:center;gap:var(--space-2);position:absolute;left:24px;bottom:24px;min-height:34px;padding:0 var(--space-4);border-radius:999px;background:rgba(15,23,42,0.72);border:1px solid rgba(255,255,255,0.12);color:#f8fafc;font-size:var(--text-xs);font-weight:700;backdrop-filter:blur(10px)}.blog-page .article-meta i{flex:0 0 14px}.blog-page .hero-badge{border:1px solid rgba(148,163,184,0.24);background:#f4f8fb;color:#344054;width:fit-content;justify-self:start;box-shadow:none}.blog-article-page .hero-badge{width:fit-content;max-width:100%}html.dark .blog-page .hero-badge,.dark .blog-page .hero-badge{background:rgba(255,255,255,0.08);color:#e7f0fb;border-color:rgba(255,255,255,0.14)}.blog-page .hero-title{max-width:16ch;margin-left:auto;margin-right:auto;color:#050505}.dark .blog-page .hero-title,.dark .blog-page .hero-title span[style*="var(--text-primary)"]{color:#f8fafc !important}html:not(.dark) .blog-page .hero-title span[style*="var(--text-primary)"]{color:#0f172a !important}.blog-page .hero-banner .hero-desc{max-width:720px;color:#475467}.blog-page .section .hero-desc,.blog-page .section-header .hero-desc{color:var(--text-secondary)}.blog-page .section-header{max-width:760px}.blog-search-shell{position:relative;max-width:760px;margin:0 auto var(--space-4)}.blog-search-icon{position:absolute;left:18px;top:50%;width:18px;height:18px;color:var(--text-tertiary);transform:translateY(-50%);pointer-events:none}.blog-search-input{width:100%;min-height:58px;padding:0 22px 0 52px;border:1px solid var(--border);border-radius:var(--radius-full);background:var(--bg-primary);color:var(--text-primary);font-size:var(--text-base);outline:none;box-shadow:0 4px 18px rgba(2,6,23,0.08);transition:border-color var(--transition-fast),box-shadow var(--transition-fast),background var(--transition-fast)}.blog-search-input:hover,.blog-search-input:focus{border-color:rgba(96,165,250,0.38);box-shadow:0 8px 24px rgba(2,6,23,0.13)}.blog-search-input::placeholder{color:var(--text-tertiary)}.blog-search-actions{display:flex;align-items:center;justify-content:center;min-height:44px;margin-bottom:var(--space-5)}.blog-search-clear{min-height:40px;padding:0 var(--space-5);font-size:var(--text-sm)}.blog-search-summary{max-width:960px;margin:var(--space-5) auto var(--space-5);color:var(--text-secondary);font-size:var(--text-sm);text-align:left}.blog-search-empty{max-width:960px;margin:var(--space-5) auto var(--space-6);padding:var(--space-5);border:1px dashed var(--border);border-radius:var(--radius-xl);background:var(--bg-secondary);color:var(--text-secondary);text-align:left}.blog-search-empty strong{color:var(--text-primary)}.blog-page .article-card mark{padding:0 2px;border-radius:4px;background:rgba(255,214,10,0.26);color:inherit}.blog-page .article-card[hidden]{display:none}.blog-card-visual{position:relative;width:100%;aspect-ratio:1.52 / 1;min-height:210px;overflow:hidden;border-radius:14px;background:#d4fae3;color:#ffffff;isolation:isolate;transform:translateZ(0);transition:transform 0.2s ease}.blog-page .article-card:hover .blog-card-visual{transform:translateY(-2px)}.blog-card-logo-mark,.blog-card-chip,.blog-card-smile,.blog-card-date{position:absolute;display:inline-flex;align-items:center;justify-content:center;line-height:1;font-weight:900;letter-spacing:0;white-space:nowrap;text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased}.blog-card-logo-mark{left:6.5%;top:19%;width:12.5%;aspect-ratio:1 / 1;background:#02cf73;color:#ffffff;font-size:clamp(0.82rem,2.4vw,1.15rem)}.blog-card-chip{border-radius:3px;padding:0.28em 0.46em;font-size:clamp(1.28rem,3vw,1.7rem)}.blog-card-chip--behind{left:20%;top:19%;background:#7b2fff}.blog-card-chip--the{left:6.5%;top:40%;background:#ffb21a}.blog-card-chip--cloud{left:27%;top:40%;min-width:38%;border-radius:999px;background:#19c90f}.blog-card-chip--cloud::after{content:"->";display:inline-flex;align-items:center;justify-content:center;width:1.8em;height:1.8em;margin-left:0.3em;border-radius:999px;background:#ffffff;color:#18bc16;font-size:0.82em}.blog-card-smile{left:6.5%;top:61%;width:13%;aspect-ratio:1 / 1;border-radius:999px;background:#f23261;font-size:clamp(1.1rem,2.8vw,1.55rem)}.blog-card-date{left:20%;right:6.5%;top:62%;min-height:20%;border-radius:999px;background:#10aeea;font-size:clamp(1.2rem,3vw,1.72rem)}html.dark .blog-card-visual,.dark .blog-card-visual{background:#c8f4d9}.blog-grid,.focus-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:clamp(2rem,5vw,4.8rem);row-gap:clamp(3.2rem,7vw,5.2rem)}.blog-page .article-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px}.blog-page .article-meta span{display:inline-flex;align-items:center;min-height:auto;padding:0;border:0;border-radius:0;background:transparent;color:#101010;font-size:0.82rem;font-weight:800}.blog-page .article-meta span:first-child{position:relative;padding-left:36px;color:#111111}.blog-page .article-meta span:first-child::before{content:"";position:absolute;left:0;top:50%;width:28px;height:28px;border-radius:10px;background:#d8fae8;transform:translateY(-50%)}.blog-page .article-meta span:first-child::after{content:"";position:absolute;left:9px;top:50%;width:10px;height:10px;border-radius:3px;border:2px solid #13ce66;box-shadow:8px -5px 0 -3px #13ce66,10px 6px 0 -3px #13ce66;transform:translateY(-50%) rotate(45deg)}html.dark .blog-page .article-meta span:first-child,.dark .blog-page .article-meta span:first-child{color:#f7fbff}.blog-page .article-card,.blog-page .focus-card{position:relative;display:flex;flex-direction:column;min-height:100%;gap:14px;padding:0;overflow:visible;border-radius:0;border:0;background:transparent;box-shadow:none}.blog-page .article-card::before,.blog-page .focus-card::before{display:none}.blog-page .article-card:hover,.blog-page .focus-card:hover{transform:translateY(-2px);box-shadow:none}.blog-page .article-card h2,.blog-page .article-card h3,.blog-page .focus-card h3{margin:0;line-height:1.25}.blog-index-page .article-card h3{max-width:12.5em;color:#050505;font-size:clamp(1.34rem,2vw,1.55rem);font-weight:900;letter-spacing:0;line-height:1.06}html.dark .blog-index-page .article-card h3,.dark .blog-index-page .article-card h3,html.dark .blog-page .article-meta span,.dark .blog-page .article-meta span{color:#f8fbff}.blog-page .article-card p,.blog-page .focus-card p{margin:0;color:var(--text-secondary)}.blog-page .article-link{display:none}.blog-page .focus-icon{width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(59,130,246,0.2),rgba(14,165,233,0.12));border:1px solid rgba(96,165,250,0.22);color:#60a5fa;margin-bottom:var(--space-2)}.blog-article-page .article-shell{display:grid;grid-template-columns:minmax(0,1fr) 286px;align-items:start;max-width:1080px;margin:0 auto;gap:44px}.blog-article-page .article-main-column{display:grid;gap:var(--space-8);min-width:0}.blog-article-page .article-summary-card,.blog-article-page .article-shell>.article-card{padding:clamp(1.5rem,3vw,2.4rem)}.blog-article-page .article-summary-card{display:grid;gap:var(--space-5);border-radius:18px;border:1px solid #e5e7eb;background:#ffffff;box-shadow:none}html.dark .blog-article-page .article-summary-card,.dark .blog-article-page .article-summary-card{border-color:rgba(255,255,255,0.12);background:rgba(255,255,255,0.04)}.blog-article-page .article-summary-head{display:grid;grid-template-columns:52px minmax(0,1fr);gap:var(--space-4);align-items:center}.blog-article-page .article-summary-head h2{margin:0 0 4px;font-size:var(--text-xl)}.blog-article-page .article-summary-head p{margin:0;color:var(--text-secondary)}.blog-article-page .article-summary-icon,.blog-article-page .article-cta-icon{width:52px;height:52px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:#e7fbef;border:1px solid #baf3d1;color:#10c967}.blog-article-page .article-toc{display:grid;gap:10px}.blog-article-page .article-toc a{display:flex;align-items:center;gap:12px;min-height:48px;padding:0 16px;border-radius:16px;border:1px solid rgba(148,163,184,0.12);background:rgba(148,163,184,0.05);color:var(--text-primary);font-weight:600;text-decoration:none;transition:transform 0.2s ease,border-color 0.2s ease,background 0.2s ease}.blog-article-page .article-toc a::before{content:"";width:9px;height:9px;border-radius:999px;background:linear-gradient(135deg,#60a5fa,#38bdf8);flex:0 0 9px}.blog-article-page .article-toc a:hover{transform:translateX(3px);border-color:rgba(96,165,250,0.26);background:rgba(59,130,246,0.08)}.blog-article-page .article-shell>.article-card{max-width:none;width:100%;margin:0;border-radius:0}.blog-article-page .article-shell>.article-card h2{font-size:clamp(1.45rem,2vw,1.9rem)}.blog-article-page .article-prose>* + *{margin-top:1.15rem}.blog-article-page .article-prose{padding:0 !important;background:transparent;border:0;box-shadow:none}.blog-article-page .article-prose::before{display:none}.blog-article-page .article-prose:hover{transform:none;border-color:transparent;box-shadow:none}.blog-article-page .article-prose>p:first-of-type{margin-top:0;font-size:1.12rem;line-height:1.72;color:var(--text-primary)}.blog-article-page .article-prose p{margin:0;font-size:1.05rem;line-height:1.72;color:#050505}html.dark .blog-article-page .article-prose p,.dark .blog-article-page .article-prose p{color:#dbe7f5}.blog-article-page .article-prose h2{display:flex;align-items:center;gap:12px;margin:2.8rem 0 0.9rem;line-height:1.2;scroll-margin-top:112px}.blog-article-page .article-prose h2::before{content:"";width:14px;height:14px;border-radius:5px;background:#10c967;box-shadow:0 0 0 6px rgba(16,201,103,0.1);flex:0 0 14px}.blog-article-page .article-prose a{color:color-mix(in srgb,var(--text-primary) 78%,#2563eb 22%);font-weight:600;text-decoration:underline;text-decoration-color:rgba(37,99,235,0.28);text-decoration-thickness:0.08em;text-underline-offset:0.16em;text-decoration-skip-ink:auto;transition:color 0.18s ease,text-decoration-color 0.18s ease}.blog-article-page .article-prose a:hover{color:#2563eb;text-decoration-color:currentColor}.blog-article-page .article-prose img{display:block;width:100%;margin:1.5rem 0;border-radius:18px;border:1px solid rgba(148,163,184,0.14)}.blog-article-page .article-prose strong{color:var(--text-primary)}.blog-article-page .article-prose blockquote{margin:1.75rem 0;padding:1.2rem 1.35rem;border-left:4px solid #60a5fa;border-radius:0 16px 16px 0;background:rgba(59,130,246,0.08);color:var(--text-primary)}.blog-article-page .article-inline-ad{margin:2.75rem 0;padding:1.1rem 0;border-top:1px solid rgba(148,163,184,0.16);border-bottom:1px solid rgba(148,163,184,0.16)}.blog-article-page .article-inline-ad ins{width:100%;min-height:140px}.blog-article-page .article-inline-ad--bottom{margin-bottom:0}.blog-article-page .checklist,.blog-article-page .point-list,.blog-article-page .step-list{display:grid;gap:0;margin-top:var(--space-6)}.blog-article-page .checklist div,.blog-article-page .point-list div,.blog-article-page .step-list div{display:grid;grid-template-columns:20px 1fr;gap:var(--space-4);padding:var(--space-4) 0;color:var(--text-secondary);border-top:1px solid rgba(148,163,184,0.14)}.blog-article-page .checklist div:first-child,.blog-article-page .point-list div:first-child,.blog-article-page .step-list div:first-child{border-top:0;padding-top:0}.blog-article-page .cta-row{display:grid;position:sticky;top:calc(var(--nav-height) + 24px);grid-template-columns:1fr;gap:14px}.blog-article-page .article-cta-card h2{margin-bottom:2px}.blog-article-page .article-cta-card p{margin-top:0}.blog-article-page .cta-row .article-card{justify-content:space-between;gap:16px;padding:26px;border:1px solid #e5e7eb;border-radius:22px;background:#ffffff;box-shadow:none}.blog-article-page .cta-row .article-card:first-child{background:linear-gradient(180deg,#fff9e8 0%,#ffffff 54%),#ffffff}.blog-article-page .cta-row .article-card h2{color:#050505;font-size:1.28rem;line-height:1.08}.blog-article-page .cta-row .article-card p{color:#344054;font-size:0.92rem;line-height:1.42}.blog-article-page .cta-row .article-card::after{content:"Continuer";display:inline-flex;align-items:center;justify-content:center;min-height:46px;margin-top:4px;border-radius:12px;background:#10c967;color:#ffffff;font-weight:900}html.dark .blog-article-page .cta-row .article-card,.dark .blog-article-page .cta-row .article-card{border-color:rgba(255,255,255,0.12);background:rgba(255,255,255,0.05)}html.dark .blog-article-page .cta-row .article-card h2,.dark .blog-article-page .cta-row .article-card h2{color:#f8fbff}html.dark .blog-article-page .cta-row .article-card p,.dark .blog-article-page .cta-row .article-card p{color:#c2cedd}@media (max-width:1024px){.blog-page .hero-banner{min-height:400px}.blog-grid,.focus-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.blog-article-page .article-hero-grid.has-visual{grid-template-columns:1fr}.blog-article-page .article-shell{grid-template-columns:1fr}.blog-article-page .cta-row{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.blog-grid,.focus-grid{grid-template-columns:1fr}.blog-article-page .cta-row{grid-template-columns:1fr}}@media (max-width:768px){.blog-page .hero-banner{min-height:240px;border-radius:18px}.blog-page .hero-banner-content{padding-left:var(--space-5);padding-right:var(--space-5)}.blog-index-page .hero-banner-content{padding-top:var(--space-10);padding-bottom:var(--space-10)}.blog-index-page .hero-title{max-width:none;font-size:clamp(2.1rem,9vw,3rem);line-height:1.02}.blog-index-page .hero-title br{display:none}.blog-index-page .hero-title span:last-child{display:block;margin-top:10px;font-size:0.7em;line-height:1.08}.blog-index-page .hero-banner .hero-desc{max-width:34ch;font-size:var(--text-sm)}.blog-index-page .section{padding-top:var(--space-10);padding-bottom:var(--space-10)}.blog-search-shell{margin-bottom:var(--space-3)}.blog-search-input{min-height:52px}.blog-search-actions{margin-bottom:var(--space-4)}.blog-article-page .article-summary-head{grid-template-columns:1fr}.blog-page .article-card,.blog-page .focus-card{padding:0}.blog-article-page .article-shell>.article-card{padding:0}.blog-article-page .article-hero-copy{text-align:center}.blog-article-page .hero-badge,.blog-article-page .hero-title,.blog-article-page .hero-desc{margin-left:auto;margin-right:auto}.blog-article-page .hero-badge{justify-self:center}.blog-article-page .article-hero-visual figcaption{left:18px;right:18px;bottom:18px;justify-content:center}.blog-index-page .article-card h3{font-size:var(--text-xl)}.blog-card-visual{min-height:clamp(224px,64vw,320px);border-radius:16px}.blog-card-logo-mark{font-size:clamp(0.95rem,4.6vw,1.5rem)}.blog-card-chip{font-size:clamp(1.45rem,7vw,2.2rem)}.blog-card-smile{font-size:clamp(1.24rem,6.4vw,2rem)}.blog-card-date{font-size:clamp(1.35rem,6.5vw,2.12rem)}.blog-article-page .article-hero-visual--generated .blog-card-visual{min-height:clamp(240px,68vw,340px)}}