.blog-post{background:#f7f7f3}.blog-post__back{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1.1rem;border-radius:9999px;border:1px solid hsl(0 0% 0% / .1);background:#ffffff80;color:#404040;font-family:Space Grotesk,sans-serif;font-size:.85rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .25s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.blog-post__back:hover{background:#ffffffd9;border-color:#0000002e;color:#0a0a0a}.blog-post__back:focus-visible{outline:2px solid hsl(252 70% 58%);outline-offset:3px}.blog-post__header{margin-top:1.5rem}.blog-post__title{font-family:Space Grotesk,sans-serif;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.1;color:#0a0a0a;margin:.85rem 0 1rem;overflow-wrap:anywhere}.blog-post__excerpt{font-family:Space Grotesk,sans-serif;font-size:clamp(1.1rem,2vw,1.35rem);font-weight:500;line-height:1.5;color:#4d4d4d;margin-bottom:1.5rem;max-width:42rem}.blog-post__meta{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem .65rem;font-family:Space Grotesk,sans-serif;font-size:.88rem;font-weight:500;color:#616161}.blog-post__meta-dot{width:3px;height:3px;border-radius:9999px;background:#8c8c8c}.blog-post__cover{overflow:hidden;border-radius:1.5rem;margin:2rem 0 2.5rem;aspect-ratio:16 / 9;background:#f5f5f5}.blog-post__cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.blog-post__summary{position:relative;margin:0 0 2.75rem;padding:1.35rem 1.5rem 1.5rem;border-radius:1.25rem;background:linear-gradient(#fcfcf8eb,#fcfcf8eb) padding-box,linear-gradient(120deg,#b2ff008c,#6b4ce68c) border-box;border:1.5px solid transparent;box-shadow:0 16px 38px -24px #4129a352;overflow:hidden}.blog-post__summary:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,hsl(78 100% 50% / .9),hsl(252 75% 60% / .9),transparent);background-size:200% 100%;animation:blog-summary-shimmer 4.5s linear infinite}@keyframes blog-summary-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.blog-post__summary-header{display:flex;align-items:center;gap:.6rem;margin-bottom:.8rem}.blog-post__summary-glyph{display:inline-flex;align-items:center;justify-content:center;width:1.65rem;height:1.65rem;border-radius:.6rem;background:linear-gradient(135deg,#b2ff00,#6b4ce6);color:#fff;box-shadow:0 4px 12px -4px #6b4ce699;flex-shrink:0}.blog-post__summary-label{font-family:Space Grotesk,sans-serif;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#1f1f1f}.blog-post__summary-disclaimer{margin-left:auto;font-family:Space Grotesk,sans-serif;font-size:.62rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:gray;border:1px solid hsl(0 0% 0% / .1);border-radius:9999px;padding:.15rem .55rem;white-space:nowrap}.blog-post__summary-text{font-family:Inter,sans-serif;font-size:1.02rem;line-height:1.7;color:#383838;margin:0;min-height:1.7em}.blog-post__summary-points{list-style:none;margin:1rem 0 0;padding:1rem 0 0;border-top:1px solid hsl(0 0% 0% / .08);display:flex;flex-direction:column;gap:.55rem}.blog-post__summary-point{position:relative;padding-left:1.5rem;font-family:Inter,sans-serif;font-size:.95rem;line-height:1.55;color:#424242}.blog-post__summary-point:before{content:"";position:absolute;left:0;top:.5em;width:8px;height:8px;border-radius:2px;background:linear-gradient(135deg,#b2ff00,#6b4ce6)}.blog-post__summary-caret{display:inline-block;width:2px;height:1.05em;margin-left:2px;vertical-align:-.15em;background:#6b4ce6;animation:blog-summary-blink .9s steps(1) infinite}@keyframes blog-summary-blink{50%{opacity:0}}@media (prefers-reduced-motion: reduce){.blog-post__summary:before{animation:none}.blog-post__summary-caret{display:none}}.blog-post__body{font-family:Inter,sans-serif}.blog-post__paragraph{font-size:1.1rem;line-height:1.85;color:#383838;margin-bottom:1.4rem}.blog-post__link{color:#4a26d9;font-weight:600;text-decoration:underline;text-decoration-color:#6749df66;text-underline-offset:.18em;text-decoration-thickness:1.5px;transition:color .2s ease,text-decoration-color .2s ease}.blog-post__link:hover{color:#ca2b7a;text-decoration-color:#d1478c}.blog-post__link:focus-visible{outline:2px solid hsl(252 70% 58%);outline-offset:2px;border-radius:2px}.blog-post__heading-2{font-family:Space Grotesk,sans-serif;font-size:clamp(1.5rem,2.6vw,2rem);font-weight:700;letter-spacing:-.02em;line-height:1.2;color:#0a0a0a;margin:3rem 0 1rem;padding-left:1rem;border-left:3px solid var(--accent-color, hsl(78 100% 42%));overflow-wrap:anywhere}.blog-post__heading-3{font-family:Space Grotesk,sans-serif;font-size:1.3rem;font-weight:700;letter-spacing:-.015em;color:#0a0a0a;margin:2rem 0 .85rem;overflow-wrap:anywhere}.blog-post__image{margin:2rem 0;border-radius:1rem;overflow:hidden}.blog-post__image img{width:100%;height:auto;display:block}.blog-post__image-caption{margin-top:.6rem;font-size:.88rem;color:#737373;font-style:italic;text-align:center}.blog-post__list{list-style:none;padding:0;margin:1.25rem 0 1.75rem;display:flex;flex-direction:column;gap:.65rem}.blog-post__list--ordered{counter-reset:blog-list-counter}.blog-post__list-item{font-size:1.08rem;line-height:1.75;color:#3d3d3d;padding-left:1.85rem;position:relative}.blog-post__list:not(.blog-post__list--ordered) .blog-post__list-item:before{content:"";position:absolute;left:0;top:.6em;width:9px;height:9px;border-radius:2px;background:var(--accent-color, hsl(78 100% 42%))}.blog-post__list--ordered .blog-post__list-item{counter-increment:blog-list-counter}.blog-post__list--ordered .blog-post__list-item:before{content:counter(blog-list-counter) ".";position:absolute;left:0;top:0;font-family:Space Grotesk,sans-serif;font-weight:700;color:var(--accent-color, hsl(78 100% 42%))}.blog-post__quote{margin:2rem 0;padding:1rem 1.5rem;border-left:3px solid var(--accent-color, hsl(252 70% 58%));font-family:Space Grotesk,sans-serif;font-size:1.25rem;font-weight:500;font-style:italic;line-height:1.5;color:#2e2e2e}.blog-post__quote-attribution{display:block;margin-top:.65rem;font-size:.88rem;font-style:normal;font-weight:500;color:#737373;letter-spacing:.02em}.blog-post__callout{margin:1.75rem 0;padding:1.1rem 1.35rem;border-radius:1rem;background:#ffffff8c;border:1px solid hsl(0 0% 0% / .08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:1rem;line-height:1.7;color:#383838;border-left:4px solid var(--callout-accent, hsl(78 100% 42%))}.blog-post__callout--info{--callout-accent: hsl(252 70% 58%)}.blog-post__callout--tip{--callout-accent: hsl(78 100% 42%)}.blog-post__callout--warn{--callout-accent: hsl(20 75% 52%)}.blog-post__cta{margin:4rem 0 0;padding:2.25rem 2rem;border-radius:1.75rem;background:#ffffff8c;border:1px solid hsl(0 0% 0% / .08);text-align:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.blog-post__cta-title{font-family:Space Grotesk,sans-serif;font-size:clamp(1.35rem,2.6vw,1.85rem);font-weight:700;letter-spacing:-.015em;color:#0a0a0a;margin-bottom:.65rem}.blog-post__cta-body{font-size:1.02rem;color:#4d4d4d;margin-bottom:1.5rem;max-width:32rem;margin-left:auto;margin-right:auto}.blog-post__more{margin-top:4rem;padding-top:2.5rem;border-top:1px solid hsl(0 0% 0% / .08)}.blog-post__more-heading{font-family:Space Grotesk,sans-serif;font-size:1.35rem;font-weight:700;letter-spacing:-.015em;color:#0a0a0a;margin-bottom:1.25rem}@media (max-width: 768px){.blog-post__cover{margin:1.5rem 0 2rem;border-radius:1rem}.blog-post__paragraph{font-size:1.05rem;line-height:1.8}.blog-post__cta{padding:1.75rem 1.25rem}}
