.Blog-module__AXsNfW__container{max-width:1100px;color:var(--text-primary);margin:2rem auto;padding:0 2rem;transition:color .2s}.Blog-module__AXsNfW__header{text-align:center;border-bottom:1px solid var(--border-color);margin-bottom:3rem;padding-bottom:2rem;transition:border-color .2s}.Blog-module__AXsNfW__header h1{color:var(--heading-color);margin-bottom:.5rem;font-size:2.8rem;font-weight:700;transition:color .2s}.Blog-module__AXsNfW__subtitle{color:var(--text-secondary);font-size:1.2rem;font-style:italic;transition:color .2s}.Blog-module__AXsNfW__contentWrapper{gap:3rem;display:flex}.Blog-module__AXsNfW__tableOfContents{flex-shrink:0;align-self:flex-start;width:220px;position:sticky;top:100px}.Blog-module__AXsNfW__tableOfContents h2{color:var(--heading-color);border-bottom:1px solid var(--border-color);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.2rem;transition:color .2s,border-color .2s}.Blog-module__AXsNfW__tableOfContents ul{margin:0;padding:0;list-style:none}.Blog-module__AXsNfW__tableOfContents li{margin-bottom:.75rem}.Blog-module__AXsNfW__tableOfContents a{color:var(--text-secondary);text-decoration:none;transition:color .2s}.Blog-module__AXsNfW__tableOfContents a:hover{color:var(--text-primary)}.Blog-module__AXsNfW__article{flex-grow:1;min-width:0}.Blog-module__AXsNfW__article section{margin-bottom:2.5rem}.Blog-module__AXsNfW__article h2{border-bottom:1px solid var(--border-color);color:var(--heading-color);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.8rem;font-weight:600;transition:color .2s,border-color .2s}.Blog-module__AXsNfW__article p{color:var(--text-secondary);margin-bottom:1rem;font-size:1.1rem;line-height:1.7;transition:color .2s}.Blog-module__AXsNfW__filterControls{background-color:var(--background-secondary);border:1px solid var(--border-color);border-radius:8px;flex-wrap:wrap;align-items:center;gap:1.5rem;margin-bottom:3rem;padding:1rem;transition:background-color .2s,border-color .2s;display:flex}.Blog-module__AXsNfW__searchInput{background-color:var(--background-tertiary);border:1px solid var(--border-color);color:var(--text-primary);border-radius:6px;outline:none;flex-grow:1;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s,box-shadow .2s,background-color .2s,color .2s}.Blog-module__AXsNfW__searchInput::placeholder{color:var(--text-secondary)}.Blog-module__AXsNfW__searchInput:focus{border-color:var(--link-color);box-shadow:0 0 0 3px #2563eb33}.Blog-module__AXsNfW__dropdowns{gap:1rem;display:flex}.Blog-module__AXsNfW__filterDropdown{background-color:var(--background-tertiary);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;border-radius:6px;padding:.75rem 1rem;font-size:1rem;transition:background-color .2s,border-color .2s,color .2s}.Blog-module__AXsNfW__articleList{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;display:grid}.Blog-module__AXsNfW__articleCard{background-color:var(--background-secondary);border:1px solid var(--border-color);border-radius:8px;flex-direction:column;padding:1.5rem;transition:transform .3s,box-shadow .3s,background-color .2s,border-color .2s;display:flex}.Blog-module__AXsNfW__articleCard:hover{border-color:var(--border-color-light);transform:translateY(-5px);box-shadow:0 8px 25px #00000026}[data-theme=dark] .Blog-module__AXsNfW__articleCard:hover{box-shadow:0 8px 25px #0006}.Blog-module__AXsNfW__cardHeader{color:var(--text-secondary);justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.85rem;transition:color .2s;display:flex}.Blog-module__AXsNfW__cardCategory{color:var(--link-color);background-color:#bb86fc26;border-radius:12px;padding:.25rem .6rem;font-weight:500;transition:color .2s}[data-theme=dark] .Blog-module__AXsNfW__cardCategory{color:#bb86fc}.Blog-module__AXsNfW__cardTitle{color:var(--heading-color);margin-bottom:.75rem;font-size:1.4rem;font-weight:600;transition:color .2s}.Blog-module__AXsNfW__cardSubtitle{color:var(--text-secondary);flex-grow:1;margin-bottom:1.5rem;line-height:1.6;transition:color .2s}.Blog-module__AXsNfW__readMore{color:var(--link-color);font-weight:600;text-decoration:none;transition:color .2s;display:inline-block}.Blog-module__AXsNfW__readMore:hover{color:var(--link-hover)}.Blog-module__AXsNfW__noResults{text-align:center;color:var(--text-secondary);grid-column:1/-1;padding:3rem 0;font-size:1.2rem;transition:color .2s}@media (max-width:1082px){.Blog-module__AXsNfW__container{padding:0 1rem}.Blog-module__AXsNfW__contentWrapper{flex-direction:column}.Blog-module__AXsNfW__tableOfContents{border-bottom:1px solid var(--border-color);width:100%;margin-bottom:2rem;padding-bottom:1rem;position:static}.Blog-module__AXsNfW__header h1{font-size:2.2rem}.Blog-module__AXsNfW__article h2{font-size:1.6rem}.Blog-module__AXsNfW__filterControls{flex-direction:column;gap:1rem}.Blog-module__AXsNfW__searchInput{width:100%}.Blog-module__AXsNfW__dropdowns{flex-direction:column;width:100%}.Blog-module__AXsNfW__articleList{grid-template-columns:1fr}}@media (max-width:900px){.Blog-module__AXsNfW__articleList{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width:400px){.Blog-module__AXsNfW__container{margin:1.5rem auto;padding:0 1rem}.Blog-module__AXsNfW__header{margin-bottom:2rem;padding-bottom:1.5rem}.Blog-module__AXsNfW__header h1{margin-bottom:.5rem;font-size:1.8rem}.Blog-module__AXsNfW__subtitle{font-size:1rem}.Blog-module__AXsNfW__contentWrapper{gap:2rem}.Blog-module__AXsNfW__tableOfContents{width:100%;margin-bottom:1.5rem;padding-bottom:1rem;position:static}.Blog-module__AXsNfW__tableOfContents h2{font-size:1.1rem}.Blog-module__AXsNfW__article h2{font-size:1.4rem}.Blog-module__AXsNfW__article p{font-size:1rem}.Blog-module__AXsNfW__filterControls{flex-direction:column;gap:.75rem;padding:.75rem}.Blog-module__AXsNfW__searchInput{width:100%;padding:.65rem .75rem;font-size:.9rem}.Blog-module__AXsNfW__dropdowns{flex-direction:column;gap:.75rem;width:100%}.Blog-module__AXsNfW__filterDropdown{width:100%;padding:.65rem .75rem;font-size:.9rem}.Blog-module__AXsNfW__articleList{grid-template-columns:1fr;gap:1.5rem}.Blog-module__AXsNfW__articleCard{padding:1.25rem}.Blog-module__AXsNfW__cardTitle{font-size:1.2rem}.Blog-module__AXsNfW__cardSubtitle{font-size:.9rem}.Blog-module__AXsNfW__cardHeader{font-size:.8rem}}@media (min-width:401px) and (max-width:768px){.Blog-module__AXsNfW__container{padding:0 1.5rem}.Blog-module__AXsNfW__header h1{font-size:2rem}.Blog-module__AXsNfW__articleList{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (max-width:380px){.Blog-module__AXsNfW__articleList{grid-template-columns:1fr}}
