.article-body h2[id],.article-body h3[id]{scroll-margin-top:6rem}.article-body .callout{border-left-style:solid;border-left-width:4px;border-radius:.5rem;margin:1.25rem 0;padding:.875rem 1rem .875rem 3rem;font-size:.9375rem;line-height:1.6;position:relative}.article-body .callout:before{font-size:1.125rem;line-height:1;position:absolute;top:.875rem;left:.875rem}.article-body .callout-info{color:var(--color-text);background-color:#1e73be12;border-left-color:#1e73be}.article-body .callout-info:before{content:"ℹ️"}.article-body .callout-tip{color:var(--color-text);background-color:#10b98112;border-left-color:#10b981}.article-body .callout-tip:before{content:"💡"}.article-body .callout-warning{color:var(--color-text);background-color:#d9770614;border-left-color:#d97706}.article-body .callout-warning:before{content:"⚠️"}.article-body .callout-danger{color:var(--color-text);background-color:#e5393512;border-left-color:#e53935}.article-body .callout-danger:before{content:"🚨"}.dark .article-body .callout-info{color:#f1f5f9;background-color:#3b82f61f;border-left-color:#3b82f6}.dark .article-body .callout-tip{color:#f1f5f9;background-color:#34d3991f;border-left-color:#34d399}.dark .article-body .callout-warning{color:#f1f5f9;background-color:#fbbf241a;border-left-color:#fbbf24}.dark .article-body .callout-danger{color:#f1f5f9;background-color:#f871711f;border-left-color:#f87171}.article-body blockquote.pull-quote{text-align:center;color:#1e73be;background-color:#0000;border-top:3px solid #1e73be;border-bottom:3px solid #1e73be;border-left:none;border-radius:0;max-width:80%;margin:2rem auto;padding:1.25rem 2rem;font-size:1.2rem;font-style:italic;font-weight:500;line-height:1.6}.dark .article-body blockquote.pull-quote{color:#93c5fd;border-top-color:#3b82f6;border-bottom-color:#3b82f6}.article-body figure{margin:1.5rem 0}.article-body figure img{border-radius:.75rem;width:100%}.article-body figcaption{text-align:center;color:#6b7280;margin-top:.5rem;font-size:.8125rem;line-height:1.5}.article-body figcaption cite{color:#9ca3af;margin-top:.125rem;font-size:.75rem;font-style:italic;display:block}.dark .article-body figcaption{color:#94a3b8}.dark .article-body figcaption cite{color:#64748b}.article-body pre code.hljs{color:#24292e;background:0 0;padding:0}.article-body .hljs-comment,.article-body .hljs-quote{color:#6a737d;font-style:italic}.article-body .hljs-keyword,.article-body .hljs-selector-tag,.article-body .hljs-literal,.article-body .hljs-section{color:#d73a49;font-weight:600}.article-body .hljs-string,.article-body .hljs-title,.article-body .hljs-name,.article-body .hljs-type,.article-body .hljs-attr,.article-body .hljs-symbol,.article-body .hljs-bullet,.article-body .hljs-addition{color:#032f62}.article-body .hljs-number,.article-body .hljs-variable,.article-body .hljs-template-variable,.article-body .hljs-tag .hljs-attr{color:#005cc5}.article-body .hljs-built_in,.article-body .hljs-deletion{color:#e36209}.article-body .hljs-function,.article-body .hljs-class .hljs-title{color:#6f42c1}.article-body .hljs-regexp,.article-body .hljs-link{color:#032f62}.article-body .hljs-meta{color:#e36209}.dark .article-body pre code.hljs{color:#e1e4e8}.dark .article-body .hljs-comment,.dark .article-body .hljs-quote{color:#8b949e;font-style:italic}.dark .article-body .hljs-keyword,.dark .article-body .hljs-selector-tag,.dark .article-body .hljs-literal,.dark .article-body .hljs-section{color:#ff7b72;font-weight:600}.dark .article-body .hljs-string,.dark .article-body .hljs-title,.dark .article-body .hljs-name,.dark .article-body .hljs-type,.dark .article-body .hljs-attr,.dark .article-body .hljs-symbol,.dark .article-body .hljs-bullet,.dark .article-body .hljs-addition{color:#a5d6ff}.dark .article-body .hljs-number,.dark .article-body .hljs-variable,.dark .article-body .hljs-template-variable,.dark .article-body .hljs-tag .hljs-attr{color:#79c0ff}.dark .article-body .hljs-built_in,.dark .article-body .hljs-deletion{color:#ffa657}.dark .article-body .hljs-function,.dark .article-body .hljs-class .hljs-title{color:#d2a8ff}.dark .article-body .hljs-regexp,.dark .article-body .hljs-link{color:#a5d6ff}.dark .article-body .hljs-meta{color:#ffa657}
.article-body .embed-wrap{aspect-ratio:16/9;background-color:#f1f5f9;border:1px solid #e2e8f0;border-radius:.75rem;width:100%;margin:1.5rem 0;position:relative;overflow:hidden}.article-body .embed-wrap[data-provider=tiktok]{aspect-ratio:9/16;max-width:360px;margin-inline:auto}.article-body .embed-wrap iframe{border:0;border-radius:.75rem;width:100%;height:100%;position:absolute;inset:0}.dark .article-body .embed-wrap{background-color:#1e293b;border-color:#334155}.article-body .gallery{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem;margin:1.5rem 0;padding:0;display:grid}.article-body .gallery figure{background-color:#f1f5f9;border-radius:.5rem;margin:0;position:relative;overflow:hidden}.article-body .gallery figure img{aspect-ratio:4/3;object-fit:cover;cursor:zoom-in;border-radius:.5rem;width:100%;height:100%;transition:transform .2s,opacity .2s;display:block}.article-body .gallery figure img:hover{opacity:.9;transform:scale(1.04)}.article-body .gallery figcaption{color:#f8fafc;opacity:0;text-align:left;background:linear-gradient(#0000,#000000a6);margin-top:0;padding:1rem .5rem .375rem;font-size:.6875rem;line-height:1.4;transition:opacity .2s;position:absolute;bottom:0;left:0;right:0}.article-body .gallery figure:hover figcaption{opacity:1}.article-body .gallery figcaption cite{color:#cbd5e1;font-size:.625rem;font-style:italic;display:inline}@media (max-width:480px){.article-body .gallery{grid-template-columns:repeat(2,1fr);gap:.375rem}}@media (min-width:481px) and (max-width:768px){.article-body .gallery{grid-template-columns:repeat(3,1fr)}}.dark .article-body .gallery figure{background-color:#1e293b}.dark .article-body .gallery figcaption{color:#e2e8f0;background:linear-gradient(#0000,#000000bf)}.dark .article-body .gallery figcaption cite{color:#94a3b8}
.cms-hero{text-align:center;color:#fff;background-color:var(--color-primary,#1e73be);border-radius:1rem;width:100%;padding:4rem 1.5rem;position:relative;overflow:hidden}.cms-hero__bg{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.cms-hero:before{content:"";background-image:var(--cms-hero-bg-image,none);opacity:.25;pointer-events:none;z-index:1;background-position:50%;background-size:cover;position:absolute;inset:0}.cms-hero>:not(.cms-hero__bg){z-index:2;position:relative}.cms-hero h1,.cms-hero h2{color:inherit;margin:0 0 1rem;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:1.2}.cms-hero p{opacity:.9;max-width:40rem;color:inherit;margin:0 auto 1.5rem;font-size:1.0625rem;line-height:1.7}.cms-hero--gradient{background:linear-gradient(135deg, var(--color-primary,#1e73be), var(--color-accent,#2ea3f2))}.cms-hero--solid{background-color:var(--color-primary,#1e73be)}.cms-hero--light{background-color:var(--color-bg-card,#f8fafc);color:var(--color-text,#1e293b)}.cms-hero--light h1,.cms-hero--light h2,.cms-hero--light p{color:var(--color-text,#1e293b)}.cms-hero--align-left{text-align:left}.cms-hero--align-right{text-align:right}@media (max-width:640px){.cms-hero{padding:2.5rem 1rem}}.dark .cms-hero--light{background-color:var(--color-bg-card,#1e293b);color:var(--color-text,#f1f5f9)}.dark .cms-hero--light h1,.dark .cms-hero--light h2,.dark .cms-hero--light p{color:var(--color-text,#f1f5f9)}.cms-cta{background:linear-gradient(135deg, var(--color-primary,#1e73be), var(--color-accent,#2ea3f2));color:#fff;text-align:center;border-radius:.75rem;flex-direction:column;align-items:center;gap:1rem;padding:2.5rem 1.5rem;display:flex}.cms-cta h2,.cms-cta h3{color:inherit;margin:0;font-size:1.5rem;font-weight:700}.cms-cta p{opacity:.92;color:inherit;max-width:36rem;margin:0;font-size:1rem;line-height:1.6}.cms-cta__btn{cursor:pointer;color:var(--color-primary,#1e73be);background-color:#fff;border:2px solid #0000;border-radius:.5rem;align-items:center;gap:.375rem;padding:.625rem 1.5rem;font-size:.9375rem;font-weight:600;line-height:1;text-decoration:none;transition:opacity .15s,transform .15s;display:inline-flex}.cms-cta__btn:hover{opacity:.9;transform:translateY(-1px)}.cms-cta__btn:active{transform:translateY(0)}.dark .cms-cta__btn{color:#fff;background-color:#ffffff26;border-color:#ffffff4d}.dark .cms-cta__btn:hover{background-color:#ffffff38}@media (max-width:480px){.cms-cta{padding:2rem 1rem}.cms-cta__btn{justify-content:center;width:100%}}.cms-feature-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin:1.5rem 0;display:grid}.cms-feature-grid.cols-2{grid-template-columns:repeat(2,1fr)}.cms-feature-grid.cols-3{grid-template-columns:repeat(3,1fr)}.cms-feature-grid.cols-4{grid-template-columns:repeat(4,1fr)}.cms-feature__icon{margin-bottom:.75rem;font-size:2rem;line-height:1}.cms-feature{background-color:var(--color-bg-card,#f8fafc);border:1px solid var(--color-border,#e2e8f0);border-radius:.75rem;padding:1.25rem;transition:box-shadow .15s}.cms-feature:hover{box-shadow:0 4px 16px #1e73be1a}.cms-feature h3,.cms-feature h4{color:var(--color-text,#1e293b);margin:0 0 .5rem;font-size:1rem;font-weight:600}.cms-feature p{color:var(--color-text-muted,#64748b);margin:0;font-size:.9rem;line-height:1.6}@media (max-width:480px){.cms-feature-grid,.cms-feature-grid.cols-2,.cms-feature-grid.cols-3,.cms-feature-grid.cols-4{grid-template-columns:1fr}}@media (min-width:481px) and (max-width:768px){.cms-feature-grid.cols-3,.cms-feature-grid.cols-4{grid-template-columns:repeat(2,1fr)}}@media (min-width:769px) and (max-width:1024px){.cms-feature-grid.cols-4{grid-template-columns:repeat(2,1fr)}}.dark .cms-feature{background-color:var(--color-bg-card,#1e293b);border-color:var(--color-border,#334155)}.dark .cms-feature:hover{box-shadow:0 4px 16px #2ea3f21f}.dark .cms-feature h3,.dark .cms-feature h4{color:var(--color-text,#f1f5f9)}.dark .cms-feature p{color:var(--color-text-muted,#94a3b8)}.cms-columns{grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));gap:1.5rem;margin:1.5rem 0;display:grid}.cms-col{min-width:0}.cms-col>:first-child{margin-top:0}.cms-col>:last-child{margin-bottom:0}@media (max-width:480px){.cms-columns{grid-template-columns:1fr}}
