@charset "UTF-8";#blogBody .shapes,#postBody .shapes{opacity:var(--shapes-content-opacity);filter:blur(var(--shapes-content-blur));transition:opacity .5s ease,filter .5s ease}body.blog-page .shapes{opacity:0!important;pointer-events:none}@supports not (filter: blur(1px)){#blogBody .shapes,#postBody .shapes{opacity:.04}}#blogSection{padding:200px 25px;background:var(--bg-primary-gradient)}#blogSection .header{padding:0 50px;text-align:center}#blogSection .header .header__title-wrapper{margin:0 0 50px}#blogSection .header .header__title{font-size:5.5em;text-transform:uppercase;margin-bottom:0}@media screen and (max-width:1200px){#blogSection .header .header__title{font-size:2.5em}}#blogSection .header .header__annotation{max-width:800px;margin:0 auto;line-height:1.5;font-size:1.2em}@media screen and (max-width:1200px){#blogSection .header .header__annotation{font-size:1em}}#blogSection .main-block{max-width:1400px;margin:80px auto 0;display:grid;grid-template-columns:minmax(200px,280px) 1fr minmax(280px,320px);justify-content:center;gap:24px}@media screen and (max-width:1400px){#blogSection .main-block{grid-template-columns:100%}#blogSection .main-block .section__container,#blogSection .main-block aside{padding:25px}}@media screen and (max-width:500px){#blogSection .main-block{grid-template-columns:auto}#blogSection .main-block .section__container{padding:inherit}}@media screen and (max-width:1400px){#blogSection .main-block .side-left{display:none}}#blogSection .side{padding:25px;border-radius:10px;background-color:rgba(var(--bg-primary-rgb),.75);backdrop-filter:blur(8px);height:max-content}#blogSection .posts{min-width:unset;border-radius:10px;padding:25px;display:flex;flex-direction:column;background:rgba(var(--bg-primary-rgb),.75);backdrop-filter:blur(8px)}@media screen and (max-width:500px){#blogSection .posts{padding:15px}}#blogSection .posts .blog-sticky-header{z-index:90;transition:transform .3s ease,background-color .3s ease}@media screen and (max-width:1400px){#blogSection .posts .blog-sticky-header--hidden{transform:translateY(-101%)!important}}@media screen and (max-width:1400px){#blogSection .posts .blog-sticky-header__expandable{display:none;padding-top:20px}#blogSection .posts .blog-sticky-header__expandable.is-open{display:block}}#blogSection .posts .blog-sticky-header .mobile-filter-toggle{display:none;width:100%;background:transparent;border:none;padding:0 0 8px;margin:0 0 20px;cursor:pointer;align-items:center;justify-content:space-between;font-family:inherit;font-size:1.05em;font-weight:600;color:var(--color-text);border-bottom:2px solid var(--color-accent-primary);text-transform:none}#blogSection .posts .blog-sticky-header .mobile-filter-toggle i{font-size:1.1rem;opacity:.8;margin-left:10px}@media screen and (max-width:1400px){#blogSection .posts .blog-sticky-header .mobile-filter-toggle{display:flex}}#blogSection .posts .blog-sticky-header .side-left--mobile{display:none}@media screen and (max-width:1400px){#blogSection .posts .blog-sticky-header .side-left--mobile{display:block;margin-bottom:20px}}@media screen and (max-width:1400px){#blogSection .posts .blog-sticky-header{position:sticky;top:59px;top:calc(59px + env(safe-area-inset-top,0px));background:rgba(var(--bg-primary-rgb),.85);backdrop-filter:blur(12px);margin:-25px -25px 20px;padding:25px 25px 15px;border-radius:10px 10px 0 0;box-shadow:0 4px 20px #0000000d}}@media screen and (max-width:500px){#blogSection .posts .blog-sticky-header{margin:-15px -15px 15px;padding:15px}}#blogSection .posts .blog-search-heading{margin:0 0 20px;font-size:1.05em;font-weight:600;color:var(--color-text);border-bottom:2px solid var(--color-accent-primary);padding-bottom:8px;display:inline-block;width:auto}#blogSection .posts .blog-search-heading--mobile{display:none}@media screen and (max-width:1400px){#blogSection .posts .blog-search-heading--mobile{display:block}}#blogSection .posts .blog-search-heading--desktop{width:100%;margin-bottom:20px}@media screen and (max-width:1400px){#blogSection .posts .blog-search-heading--desktop{display:none}}#blogSection .posts .blog-search-wrapper{margin-bottom:25px;display:flex;flex-direction:column;gap:15px;align-items:stretch}#blogSection .posts .blog-filters{display:flex;gap:10px;flex:0 1 auto;flex-wrap:wrap}@media screen and (max-width:350px){#blogSection .posts .blog-filters{width:100%}}#blogSection .posts .select-wrapper{position:relative;display:inline-block;flex:1 1 150px;min-width:150px;max-width:100%}#blogSection .posts .select-wrapper:before{content:"";position:absolute;right:14px;top:50%;width:8px;height:8px;border:solid var(--color-text);border-width:0 1.5px 1.5px 0;transform:translateY(-70%) rotate(45deg);pointer-events:none}#blogSection .posts .select-wrapper .input--select{appearance:none;-webkit-appearance:none;padding-right:36px;width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}#blogSection .posts .input--search,#blogSection .posts .input--select{padding:8px 12px;border:1px solid var(--border-color, rgba(204, 204, 204, .2));border-radius:6px;font-size:.9em;background:var(--bg-card, #fff);color:var(--color-text, #333);outline:none;transition:border-color .2s}#blogSection .posts .input--search:focus,#blogSection .posts .input--select:focus{border-color:var(--color-accent-primary, #b34ddb)}#blogSection .posts .input--select{padding-right:32px}#blogSection .posts .input--search{width:100%;min-width:unset}#blogSection .posts .btn--reset{padding:8px 16px;font-size:.9em;border:1px solid var(--border-color, rgba(204, 204, 204, .2));border-radius:6px;background:var(--bg-card, #fff);cursor:pointer;transition:all .2s;font-weight:400;text-transform:none;line-height:normal}#blogSection .posts .btn--reset:hover{background:var(--bg-hover, rgba(0, 0, 0, .04));border-color:var(--color-accent-primary, #b34ddb)}#blogSection .posts .posts__title{font-size:2.5em}@media screen and (max-width:1200px){#blogSection .posts .posts__title{font-size:2em}}#blogSection .posts .posts__ad-bottom{margin-top:2rem}#blogSection .posts .list-groups{display:flex;flex-wrap:wrap;gap:20px}#blogSection .posts .list-groups .list-groups__ad{list-style:none}#blogSection .posts .list-groups .list-groups__item{width:100%;padding:0}@media screen and (max-width:768px){#blogSection .posts .list-groups .list-groups__item:has(>.list-sections>.list-sections__item:only-of-type:has(>.list-posts>.list-posts__item:only-of-type)){flex:0 0 100%;width:100%}}#blogSection .posts .list-groups .list-groups__item:has(>.list-sections>.list-sections__item:only-of-type:has(>.list-posts>.list-posts__item:only-of-type)) .list-sections__item{flex:0 0 100%;width:100%!important}#blogSection .posts .list-groups .list-groups__item .list-sections{display:flex;flex-wrap:wrap;gap:20px;flex:1 1 100%}#blogSection .posts .list-groups .list-groups__item .list-sections .list-sections__item{flex:0 0 100%;width:100%;margin-bottom:20px}#blogSection .posts .list-groups .list-groups__item .list-sections .list-sections__item:last-child{margin-bottom:0}#blogSection .posts .list-groups .list-groups__item .list-sections .list-sections__item:has(>.list-posts>.list-posts__item:only-of-type) .list-posts{grid-template-columns:1fr}@media screen and (max-width:768px){#blogSection .posts .list-groups .list-groups__item .list-sections .list-sections__item:has(>.list-posts>.list-posts__item:only-of-type){flex:0 0 100%;width:100%}}#blogSection .posts .list-groups .list-groups__item .list-sections .list-sections__item .list-posts{display:flex;flex-direction:column;gap:8px}#blogSection .posts .list-groups .list-groups__item .list-sections .list-sections__item .list-posts .list-posts__item{margin:0;padding:0;list-style:none}#blogSection .posts .list-groups .list-groups__item .list-sections .list-sections__item .list-posts .list-posts__item:hover astro-img{filter:grayscale(0)}#blogSection .posts .list-groups .list-groups__item .list-sections .list-sections__item .list-posts .list-posts__item .list-posts__link{display:grid;grid-template-columns:70px 1fr;gap:15px;padding:12px;border-radius:8px;background:transparent;transition:background .2s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1);text-decoration:none;color:inherit;align-items:center}#blogSection .posts .list-groups .list-groups__item .list-sections .list-sections__item .list-posts .list-posts__item .list-posts__link:hover{background:var(--bg-hover, rgba(0, 0, 0, .04));transform:translate(4px)}#blogSection .posts .list-groups .list-groups__item .list-sections .list-sections__item .list-posts .list-posts__item .list-posts__link:hover astro-img figure.list-posts__thumbnail img{transform:scale(1.05)}#blogSection .posts .list-groups .list-groups__item .list-sections .list-sections__item .list-posts .list-posts__item .list-posts__link:hover .list-posts__title{color:var(--color-accent-primary)}#blogSection .posts .list-groups .list-groups__item .list-sections .list-sections__item .list-posts .list-posts__item astro-img{margin:0;display:block}#blogSection .posts .list-groups .list-groups__item .list-sections .list-sections__item .list-posts .list-posts__item astro-img figure.list-posts__thumbnail{margin:0;width:70px;height:70px;border-radius:6px;overflow:hidden;position:relative;flex-shrink:0}#blogSection .posts .list-groups .list-groups__item .list-sections .list-sections__item .list-posts .list-posts__item astro-img figure.list-posts__thumbnail img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease;border-radius:6px}#blogSection .posts .list-groups .list-groups__item .list-sections .list-sections__item .list-posts .list-posts__item astro-img figure.list-posts__thumbnail figcaption{display:none}#blogSection .posts .list-groups .list-groups__item .list-sections .list-sections__item .list-posts .list-posts__item .list-posts__content{display:flex;flex-direction:column;justify-content:center}#blogSection .posts .list-groups .list-groups__item .list-sections .list-sections__item .list-posts .list-posts__item .list-posts__content .list-posts__title{font-size:.95em;font-weight:600;line-height:1.4;margin:0 0 6px;color:var(--color-text);transition:color .2s ease}#blogSection .posts .list-groups .list-groups__item .list-sections .list-sections__item .list-posts .list-posts__item .list-posts__content .list-posts__annotation{font-size:.85em;line-height:1.5;color:var(--color-text-muted);margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media screen and (max-width:500px){#blogSection .posts .list-groups .list-groups__item .list-sections .list-sections__item .list-posts .list-posts__item .list-posts__link{grid-template-columns:60px 1fr;gap:12px;padding:8px}#blogSection .posts .list-groups .list-groups__item .list-sections .list-sections__item .list-posts .list-posts__item astro-img figure.list-posts__thumbnail{width:60px;height:60px}#blogSection .posts .list-groups .list-groups__item .list-sections .list-sections__item .list-posts .list-posts__item .list-posts__title{font-size:.9em;margin-bottom:4px}#blogSection .posts .list-groups .list-groups__item .list-sections .list-sections__item .list-posts .list-posts__item .list-posts__annotation{font-size:.8em}}@media(max-width:480px){#blogSection{padding-left:12px;padding-right:12px}}.link-posts .tags{display:flex;gap:15px;padding-bottom:15px;margin-bottom:15px;border-bottom:1px solid var(--border-color)!important}.link-posts .list .list__item{padding:8px 0}.link-posts .list .list-posts{padding:10px 0 0}.related-posts{display:flex;flex-direction:column;gap:20px}.related-posts__heading{margin:0 0 12px;font-size:1.05em;font-weight:600;color:var(--color-text);border-bottom:2px solid var(--color-accent-primary);padding-bottom:8px}.related-posts__list{display:flex;flex-direction:column;gap:12px;list-style:none;padding:0;margin:0}.related-posts__item{list-style:none}.related-posts__item--all{margin-bottom:8px}.related-posts__item--all .related-posts__link{display:flex;justify-content:center;align-items:center;padding:10px;background:var(--bg-badge, rgba(0, 0, 0, .03));border:1px dashed var(--border-color, rgba(0, 0, 0, .15));border-radius:6px;text-align:center}.related-posts__item--all .related-posts__link:hover{background:var(--bg-hover, rgba(0, 0, 0, .05));border-color:var(--color-accent-primary);transform:none}.related-posts__item--all .related-posts__link .related-posts__title{font-size:.9em;font-weight:600;color:var(--color-text);-webkit-line-clamp:1;line-clamp:1}.related-posts__link{display:grid;grid-template-columns:50px 1fr;gap:12px;padding:8px;border-radius:4px;background:transparent;transition:background .2s,transform .2s;text-decoration:none;color:inherit}.related-posts__link:hover{background:var(--bg-hover, rgba(0, 0, 0, .03));transform:translate(2px);transition:background .2s,transform .2s}.related-posts__link:hover .related-posts__thumbnail{opacity:1;box-shadow:0 2px 8px #00000026}.related-posts__link:hover .related-posts__title{color:var(--color-accent-primary)}.related-posts__link .related-posts__title{color:var(--color-text-muted);font-weight:400}.related-posts__content{display:flex;flex-direction:column;justify-content:center}.related-posts__title{font-size:.85em;line-height:1.4;font-weight:500;transition:color .2s ease}.related-posts__thumbnail{width:50px;height:50px;object-fit:cover;border-radius:3px;opacity:.9;transition:opacity .2s,box-shadow .2s;border:1px solid var(--border-color, rgba(0, 0, 0, .1))}.related-posts__content{display:flex;flex-direction:column;gap:4px;min-width:0}.related-posts__title{line-height:1.3;color:var(--color-text);transition:color .2s;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.related-posts__annotation{font-size:.8em;line-height:1.4;color:var(--color-text-secondary, #666);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.taxonomy-nav{margin-bottom:24px}.taxonomy-nav__list{display:flex;flex-direction:column;gap:6px;padding:0;margin:0;list-style:none}.taxonomy-nav__item{display:flex;flex-direction:column;gap:2px;list-style:none}.taxonomy-nav__link{display:flex;justify-content:space-between;align-items:center;padding:8px 12px}.taxonomy-nav__label{font-weight:500;font-size:.9em}.taxonomy-nav__count{color:var(--color-gray);font-size:.8em;background:var(--bg-badge, rgba(0, 0, 0, .05));padding:1px 6px;border-radius:10px;min-width:20px;text-align:center}.taxonomy-nav__sublist{display:flex;flex-direction:column;gap:2px;list-style:none;padding:0 0 0 16px;margin:0}.taxonomy-nav__subitem{list-style:none}.taxonomy-nav__sublink{display:flex;justify-content:space-between;align-items:center;padding:6px 12px;color:var(--color-text-secondary, #666);font-size:.85em}.taxonomy-nav__sublink:hover{color:var(--color-accent-primary)}.taxonomy-nav__subcount{color:var(--color-gray);font-size:.85em;background:var(--bg-badge, rgba(0, 0, 0, .03));padding:1px 6px;border-radius:10px;min-width:20px;text-align:center}.taxonomy-nav__footer,.related-posts__footer{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border-color, rgba(204, 204, 204, .2))}.btn--draft-toggle{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;background:transparent!important;border:none!important;box-shadow:none!important;padding:6px 0!important;font-size:.82em;font-weight:500;opacity:.45;transition:opacity .2s,color .2s,transform .2s;cursor:pointer}.btn--draft-toggle:hover{opacity:.85;background:transparent!important;color:var(--color-accent-primary);transform:translateY(-1px)}.btn--draft-toggle:active{transform:translateY(0)}.btn--draft-toggle i{font-size:.9em;width:1.2em;text-align:center}.taxonomy-nav-mobile{display:flex;align-items:center}.btn--topics-open{display:flex;align-items:center;gap:8px;padding:6px 12px;font-size:.82em;font-weight:500;color:var(--color-text);background:transparent;border:none;border-radius:6px;cursor:pointer;transition:all .2s;width:100%;justify-content:space-between;opacity:.6}.btn--topics-open:hover{opacity:1;background:var(--bg-hover, rgba(0, 0, 0, .05))}.btn--topics-open svg{width:16px;height:16px;opacity:.7}.taxonomy-modal{padding:0}.taxonomy-modal:not([open]){display:none!important}.taxonomy-modal{margin:auto;width:90%;max-width:400px;max-height:80vh;border:1px solid var(--border-color, rgba(0, 0, 0, .1));border-radius:12px;background:var(--bg-primary);color:var(--color-text);overflow:hidden;box-shadow:0 10px 30px #0003}.taxonomy-modal::backdrop{background:#0006;backdrop-filter:blur(3px)}.taxonomy-modal__header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid var(--border-color, rgba(0, 0, 0, .1))}.taxonomy-modal__header .related-posts__heading{margin:0;border-bottom:none;padding:0}.taxonomy-modal__body{padding:16px;overflow-y:auto;max-height:calc(80vh - 65px)}.taxonomy-modal .btn--close-modal{background:transparent;border:none;color:var(--color-text);cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s}.taxonomy-modal .btn--close-modal:hover{background:var(--bg-hover, rgba(0, 0, 0, .05))}@media screen and (max-width:1400px){.related-posts__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.related-posts__link{grid-template-columns:80px 1fr}.related-posts__thumbnail{width:80px;height:80px}}@media screen and (max-width:600px){.related-posts__list{grid-template-columns:1fr}.related-posts__link{grid-template-columns:70px 1fr}.related-posts__thumbnail{width:70px;height:70px}}:root[data-theme=dark] .related-posts__link:hover{background:#ffffff0d}:root[data-theme=dark] .related-posts__thumbnail{border-color:#ffffff1a}:root[data-theme=dark] .taxonomy-nav__count,:root[data-theme=dark] .taxonomy-nav__subcount{background:#ffffff14}:root[data-theme=dark] .btn--topics-open{border-color:#ffffff1a}:root[data-theme=dark] .btn--topics-open:hover{background:#ffffff0d}:root[data-theme=dark] .taxonomy-modal{border-color:#ffffff1a}:root[data-theme=dark] .taxonomy-modal__header{border-bottom-color:#ffffff1a}:root[data-theme=dark] .taxonomy-modal .btn--close-modal:hover{background:#ffffff0d}#postBody .parallax-front{z-index:-1}#postSection{--max-width: 540px;padding-top:70px;padding-bottom:100px;background:var(--bg-primary-gradient)}#postSection .main-block{max-width:1400px;margin:40px auto 0;display:grid;grid-template-columns:minmax(200px,280px) 1fr minmax(280px,320px);justify-content:center;gap:24px;padding:0 25px}@media screen and (max-width:1400px){#postSection .main-block{grid-template-columns:100%}}#postSection .side{padding:25px;border-radius:10px;background-color:rgba(var(--bg-primary-rgb),.75);backdrop-filter:blur(8px);height:max-content}@media screen and (max-width:1400px){#postSection .side.side-left{display:none}}#postSection .section__wrapper{display:flex;flex-direction:column;min-width:0}#postSection .section__container{background-color:rgba(var(--bg-primary-rgb),.75);backdrop-filter:blur(8px);border-radius:10px;padding:40px 40px 60px;display:flex;flex-direction:column}@media screen and (max-width:600px){#postSection .section__container{padding:25px 15px}}#postSection .side-left--mobile{display:none}@media screen and (max-width:1400px){#postSection .side-left--mobile{display:block;position:sticky;top:59px;top:calc(59px + env(safe-area-inset-top,0px));z-index:90;margin:-40px -40px 25px;padding:10px 20px;background:rgba(var(--bg-primary-rgb),.85);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color, rgba(204, 204, 204, .2));border-top-left-radius:10px;border-top-right-radius:10px}}@media screen and (max-width:1400px)and (max-width:600px){#postSection .side-left--mobile{margin:-25px -15px 20px;padding:8px 15px}}#postSection .post{display:flex;flex-direction:column;width:100%}#postSection .post ol,#postSection .post ul,#postSection .post li,#postSection .post p,#postSection .post div,#postSection .post table{color:var(--color-text-muted)}#postSection .post strong{color:var(--color-text)}#postSection .post .post-header{display:flex;flex-direction:column;gap:15px;width:100%}#postSection .post .post-header .post-header__title{font-family:var(--font-post-title);display:flex;flex-direction:column;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:700;letter-spacing:-.025em;margin:0}@media screen and (max-width:900px){#postSection .post .post-header .post-header__title{font-size:clamp(1.5rem,5vw,2rem)}}#postSection .post .post-header .post-header__annotation{text-indent:0;font-size:1rem;color:var(--color-text-muted);line-height:1.55;margin:0}#postSection .post .post-header .post-header__img{margin-top:5px;max-height:450px;border-radius:12px;overflow:hidden;display:flex;justify-content:center}#postSection .post .post-header .post-header__img img{width:100%;object-fit:cover}#postSection .post{font-family:var(--font-article-body);font-size:1.05rem;line-height:1.55}#postSection .post h1,#postSection .post h2,#postSection .post h3,#postSection .post h4,#postSection .post h5,#postSection .post h6{font-family:var(--font-post-heading);margin-top:1.4em;margin-bottom:.5em;line-height:1.3}#postSection .post p{margin-bottom:1.1em}#postSection .post>*{max-width:var(--max-width);width:100%;margin-left:auto;margin-right:auto}#postSection .post astro-img,#postSection .post figure{margin-bottom:20px;max-width:var(--max-width);width:100%;margin-left:auto;margin-right:auto;display:block}#postSection .post .post__img{width:100%;border-radius:8px}#postSection .post table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;width:100%;max-width:var(--max-width);margin:2em auto}#postSection .post table th,#postSection .post table td{white-space:nowrap}@media(max-width:480px){#postSection{padding-left:0;padding-right:0}#postSection .main-block{padding:0 12px}}.blog-cta[data-astro-cid-wzbm6jj5]{position:relative;padding:3.5rem 2rem;margin:4.5rem 0;text-align:center;overflow:hidden}@keyframes rotate-bg{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.blog-cta__content[data-astro-cid-wzbm6jj5]{position:relative;z-index:2}.blog-cta__title[data-astro-cid-wzbm6jj5]{font-size:clamp(1.6rem,5vw,2.2rem);font-weight:800;margin-bottom:1.2rem;background:linear-gradient(135deg,var(--color-accent-primary),var(--color-accent-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;line-height:1.25;max-width:800px}.blog-cta__description[data-astro-cid-wzbm6jj5]{font-size:1rem;color:var(--color-text-muted);max-width:700px;margin:1rem auto;line-height:1.7;white-space:pre-line}.blog-cta__actions[data-astro-cid-wzbm6jj5]{margin:1rem auto;display:flex;flex-direction:column;align-items:center;gap:2rem}.blog-cta__btn[data-astro-cid-wzbm6jj5]{display:inline-flex;align-items:center;gap:1rem;padding:1.1rem 3rem;background:transparent;color:var(--color-text)!important;border:1px solid var(--border-color);border-radius:14px;font-weight:700;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;z-index:1;animation:btn-breath 3s ease-in-out infinite}.blog-cta__btn[data-astro-cid-wzbm6jj5] i[data-astro-cid-wzbm6jj5]{transition:transform .3s ease,color .3s ease;color:var(--color-accent-secondary)}.blog-cta__btn[data-astro-cid-wzbm6jj5]:hover{background:var(--color-accent-gradient);border-color:transparent;transform:translateY(-5px) scale(1.02);box-shadow:0 12px 30px rgba(var(--color-accent-primary-rgb),.35);color:#fff!important;animation-play-state:paused}.blog-cta__btn[data-astro-cid-wzbm6jj5]:hover i[data-astro-cid-wzbm6jj5]{transform:translate(8px);color:#fff}.blog-cta__btn[data-astro-cid-wzbm6jj5]:active{transform:translateY(-2px) scale(.98)}@keyframes btn-breath{0%,to{transform:scale(1);box-shadow:0 0 rgba(var(--color-accent-primary-rgb),0);border-color:var(--border-color)}50%{transform:scale(1.03);box-shadow:0 0 20px 2px rgba(var(--color-accent-primary-rgb),.15);border-color:var(--color-accent-primary)}}.blog-cta__extra-links[data-astro-cid-wzbm6jj5]{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin:2rem auto;flex-wrap:wrap}.blog-cta__extra-link[data-astro-cid-wzbm6jj5]{display:flex;align-items:center;gap:.6rem;color:var(--color-text-muted);font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s ease;padding:6px 12px;border-radius:12px;background:rgba(var(--color-text-muted-rgb),.05)}.blog-cta__extra-link[data-astro-cid-wzbm6jj5] i[data-astro-cid-wzbm6jj5]{font-size:1.1rem;color:var(--color-accent-secondary)}.blog-cta__extra-link[data-astro-cid-wzbm6jj5]:hover{color:var(--color-text);background:rgba(var(--color-accent-primary-rgb),.1);transform:translateY(-2px)}.blog-cta__extra-link[data-astro-cid-wzbm6jj5]:hover i[data-astro-cid-wzbm6jj5]{color:var(--color-accent-primary)}@media(max-width:768px){.blog-cta[data-astro-cid-wzbm6jj5]{padding:3rem 1.5rem;margin:3.5rem 0;border-radius:24px}.blog-cta__title[data-astro-cid-wzbm6jj5]{font-size:1.5rem;margin-bottom:1.2rem}.blog-cta__description[data-astro-cid-wzbm6jj5]{font-size:1.05rem;margin-bottom:2.5rem}.blog-cta__actions[data-astro-cid-wzbm6jj5]{gap:1.5rem}.blog-cta__btn[data-astro-cid-wzbm6jj5]{width:100%;padding:1.1rem;justify-content:center}.blog-cta__extra-links[data-astro-cid-wzbm6jj5]{flex-direction:column;gap:1rem;width:100%}.blog-cta__extra-link[data-astro-cid-wzbm6jj5]{width:100%;justify-content:center}}:root[data-theme=dark] .blog-cta__extra-link[data-astro-cid-wzbm6jj5]{background:#ffffff0d}:root[data-theme=dark] .blog-cta__extra-link[data-astro-cid-wzbm6jj5]:hover{background:rgba(var(--color-accent-primary-rgb),.15)}.post-navigation[data-astro-cid-quz5qmob]{margin:3rem auto;padding:2rem 0;border-top:1px solid var(--border-color);max-width:var(--max-width, 600px);width:100%}.post-navigation--compact[data-astro-cid-quz5qmob]{margin-top:0;margin-bottom:2rem;padding:0 0 1.5rem;border-top:none;border-bottom:1px solid var(--border-color)}.post-navigation__container[data-astro-cid-quz5qmob]{display:flex;justify-content:space-between;gap:2rem;align-items:center}@media(max-width:600px){.post-navigation__container[data-astro-cid-quz5qmob]{flex-direction:column;align-items:flex-start;gap:1.5rem}}.post-nav[data-astro-cid-quz5qmob]{display:flex;flex-direction:row;align-items:center;gap:.75rem;transition:all .3s ease;text-decoration:none;flex:1;min-width:0}.post-nav--next[data-astro-cid-quz5qmob]{flex-direction:row-reverse;text-align:right;margin-left:auto}.post-nav--prev[data-astro-cid-quz5qmob]{text-align:left}.post-nav__icon-wrapper[data-astro-cid-quz5qmob]{display:flex;align-items:center;justify-content:center;color:var(--color-accent-primary);font-size:.8rem;flex-shrink:0}.post-nav__icon[data-astro-cid-quz5qmob]{transition:transform .3s ease}.post-nav__title[data-astro-cid-quz5qmob]{font-size:1rem;line-height:1.4;font-weight:300;color:var(--color-text-muted);display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;transition:all .3s ease}.post-navigation--default[data-astro-cid-quz5qmob] .post-nav__title[data-astro-cid-quz5qmob]{font-size:1.05rem;color:var(--color-text)}.post-nav[data-astro-cid-quz5qmob]:hover .post-nav__title[data-astro-cid-quz5qmob]{color:var(--color-accent-primary)}.post-nav[data-astro-cid-quz5qmob]:hover.post-nav--prev .post-nav__icon[data-astro-cid-quz5qmob]{transform:translate(-5px)}.post-nav[data-astro-cid-quz5qmob]:hover.post-nav--next .post-nav__icon[data-astro-cid-quz5qmob]{transform:translate(5px)}.post-nav--empty[data-astro-cid-quz5qmob]{visibility:hidden}@media(max-width:600px){.post-nav--empty[data-astro-cid-quz5qmob]{display:none}}.list-posts__item--draft{opacity:.7;filter:grayscale(.4);border:1px dashed var(--color-accent-primary);border-radius:8px;background:rgba(var(--bg-primary-rgb),.03)}.draft-badge{display:inline-block;padding:2px 8px;background:#ff4757;color:#fff;border-radius:4px;font-size:.7em;font-weight:700;text-transform:uppercase;margin-right:8px;vertical-align:middle}
