.Layout_container__l2gjk{min-height:100vh;display:flex;flex-direction:column}.Layout_header__8XhYm{background:var(--card-bg);border-bottom:1px solid var(--border-color);position:-webkit-sticky;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:background-color .3s,border-color .3s}[data-theme=light] .Layout_header__8XhYm{background-color:hsla(0,0%,91%,.95)}[data-theme=dark] .Layout_header__8XhYm{background-color:rgba(17,17,27,.95)}.Layout_headerContent__06wDW{max-width:var(--max-width);margin:0 auto;padding:.75rem 1.5rem;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:1rem;gap:1rem}.Layout_nav__qOLUE{display:flex;gap:1.75rem;font-weight:400;font-size:.95rem;justify-self:start}.Layout_nav__qOLUE a{transition:color .2s;position:relative;white-space:nowrap}.Layout_nav__qOLUE a:hover{color:var(--primary-color)}.Layout_nav__qOLUE a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--primary-color);transition:width .3s}.Layout_nav__qOLUE a:hover:after{width:100%}.Layout_dropdown__z3jRI{position:relative;display:inline-block}.Layout_dropdownToggle__WdMTA{background:none;border:none;color:inherit;font-weight:500;font-size:inherit;cursor:pointer;padding:0;display:flex;align-items:center;gap:.25rem;transition:color .2s;position:relative}.Layout_dropdownToggle__WdMTA:hover{color:var(--primary-color)}.Layout_dropdownToggle__WdMTA:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--primary-color);transition:width .3s}.Layout_dropdownToggle__WdMTA:hover:after{width:100%}.Layout_dropdownMenu__zEIeU{position:absolute;top:calc(100% + 1rem);left:0;min-width:280px;background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 12px 32px rgba(0,0,0,.12);opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000;overflow:hidden}.Layout_dropdownOpen__XIYTc{opacity:1;visibility:visible;transform:translateY(0)}.Layout_dropdownItem__tEDBv{display:flex;align-items:center;gap:1rem;padding:.875rem 1.25rem;color:var(--text-primary);text-decoration:none;transition:background .2s;cursor:pointer}.Layout_dropdownItem__tEDBv:hover{background:var(--hover-bg);color:var(--text-primary)}.Layout_dropdownIcon__fA6Ww{font-size:1.5rem;flex-shrink:0;width:32px;display:flex;align-items:center;justify-content:center}.Layout_dropdownItemTitle__VcVEY{font-weight:600;font-size:.95rem;margin-bottom:.15rem}.Layout_dropdownItemDesc__DjI_j{font-size:.8rem;color:var(--text-secondary)}.Layout_dropdownDivider__ySCu0{height:1px;background:var(--border-color);margin:.5rem 0}.Layout_logoSection__xngcy{display:flex;flex-direction:column;align-items:center;justify-self:center;text-align:center}.Layout_logo__Yfd0y{font-size:1.25rem;font-weight:600;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.15rem;letter-spacing:-.01em}.Layout_logo__Yfd0y a:hover{opacity:.8}.Layout_tagline__pRBfO{font-size:.75rem;color:var(--text-secondary);font-weight:400;margin:0;transition:color .3s;letter-spacing:.01em}.Layout_socialIcons__8_CJc{display:flex;gap:1rem;align-items:center;justify-self:end}.Layout_socialIcons__8_CJc a{color:var(--text-secondary);transition:all .2s;display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:50%}.Layout_socialIcons__8_CJc a:hover{color:var(--primary-color);background:var(--hover-bg);transform:translateY(-2px)}.Layout_socialIcons__8_CJc svg{width:20px;height:20px}.Layout_mobileMenuButton__nLMRy{display:none;justify-self:end;padding:.5rem;color:var(--text-primary);cursor:pointer;border-radius:8px;transition:background-color .2s}.Layout_mobileMenuButton__nLMRy:hover{background-color:var(--hover-bg)}.Layout_main__BqQ1G{flex:1 1;max-width:var(--max-width);width:100%;margin:0 auto;padding:1.5rem 1rem}.Layout_footer__3v8iv{background:var(--secondary-color);color:var(--text-primary);padding:2rem 1.5rem;text-align:center;margin-top:4rem;transition:background-color .3s,color .3s}.Layout_footer__3v8iv p{margin-bottom:1rem;opacity:.8}.Layout_socialLinks__WZeQy{display:flex;gap:2rem;justify-content:center}.Layout_socialLinks__WZeQy a{color:var(--text-primary);opacity:.8;transition:opacity .2s}.Layout_socialLinks__WZeQy a:hover{opacity:1}@media (max-width:768px){.Layout_headerContent__06wDW{padding:.625rem 1rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;position:relative}.Layout_logoSection__xngcy{order:1;flex:1 1;min-width:0}.Layout_logo__Yfd0y{font-size:1.1rem;margin-bottom:.1rem}.Layout_tagline__pRBfO{font-size:.7rem;display:none}.Layout_mobileMenuButton__nLMRy{display:flex;order:2}.Layout_nav__qOLUE{position:absolute;top:100%;left:0;right:0;background:var(--card-bg);border-bottom:1px solid var(--border-color);flex-direction:column;gap:0;padding:0;max-height:0;overflow:hidden;transition:max-height .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.1);order:3;width:100%}.Layout_nav__qOLUE.Layout_navOpen__N4VXv{max-height:300px}.Layout_nav__qOLUE a{padding:1rem 1.5rem;border-bottom:1px solid var(--border-color);display:block}.Layout_nav__qOLUE a:last-child{border-bottom:none}.Layout_nav__qOLUE a:after{display:none}.Layout_dropdown__z3jRI{width:100%}.Layout_dropdownToggle__WdMTA{width:100%;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid var(--border-color)}.Layout_dropdownToggle__WdMTA:after{display:none}.Layout_dropdownMenu__zEIeU{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:none;border-radius:0;max-height:0;overflow:hidden;transition:max-height .3s ease;background:var(--hover-bg)}.Layout_dropdownOpen__XIYTc{max-height:500px}.Layout_dropdownItem__tEDBv{padding-left:3rem}.Layout_socialIcons__8_CJc{display:flex;gap:.75rem;order:2}.Layout_socialIcons__8_CJc a{display:none}.Layout_socialIcons__8_CJc>:first-child{display:flex}.Layout_main__BqQ1G{padding:1rem .75rem}}@media (min-width:769px) and (max-width:1024px){.Layout_headerContent__06wDW{gap:.75rem}.Layout_nav__qOLUE{gap:1.5rem}.Layout_logo__Yfd0y{font-size:1.35rem}.Layout_socialIcons__8_CJc{gap:1rem}}.ThemeToggle_themeToggle__Lxt_p{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border-radius:50%;color:var(--text-secondary);background:transparent;border:none;cursor:pointer;transition:all .2s ease;position:relative}.ThemeToggle_themeToggle__Lxt_p:hover{color:var(--primary-color);background:var(--hover-bg);transform:scale(1.1)}.ThemeToggle_themeToggle__Lxt_p:active{transform:scale(.95)}.ThemeToggle_themeToggle__Lxt_p svg{width:20px;height:20px;transition:transform .3s ease}.ThemeToggle_themeToggle__Lxt_p:hover svg{transform:rotate(15deg)}.ThemeToggle_themeToggle__Lxt_p *{transition:color .2s ease}.Post_post__1KH4p{max-width:780px;margin:0 auto;background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.05)}.Post_postHeader__VS2xC{padding:1rem 1.25rem;border-bottom:1px solid var(--border-color)}.Post_authorSection__JpQiF{display:flex;align-items:center;gap:.75rem}.Post_avatarLarge__YO5z5{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.Post_authorName__3jNxf{font-size:1rem;font-weight:700;margin-bottom:.2rem}.Post_date__YGL_Q{font-size:.85rem;color:var(--text-secondary)}.Post_featuredImage__CRWk2{width:100%;background:var(--bg-color)}.Post_featuredImage__CRWk2 img{width:100%;height:auto;max-height:400px;object-fit:cover}.Post_postContent__EmxdX{padding:1.25rem}.Post_title__pen_7{font-size:1.75rem;font-weight:800;margin-bottom:.75rem;line-height:1.3}.Post_tags__PFaKf{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.Post_tag__jmLTM{padding:.35rem .75rem;background:var(--hover-bg);color:var(--primary-color);border-radius:20px;font-size:.85rem;font-weight:500}.Post_content__aWM2C{font-size:1.05rem;line-height:1.8;color:var(--text-primary)}.Post_content__aWM2C h1,.Post_content__aWM2C h2,.Post_content__aWM2C h3,.Post_content__aWM2C h4,.Post_content__aWM2C h5,.Post_content__aWM2C h6{margin-top:2rem;margin-bottom:1rem;font-weight:700;line-height:1.3;color:var(--text-primary)}.Post_content__aWM2C h1{font-size:2.25rem;margin-top:0}.Post_content__aWM2C h2{font-size:1.875rem;border-bottom:2px solid var(--border-color);padding-bottom:.5rem}.Post_content__aWM2C h3{font-size:1.5rem}.Post_content__aWM2C h4{font-size:1.25rem}.Post_content__aWM2C p{margin-bottom:1.25rem;line-height:1.8}.Post_content__aWM2C a{color:#667eea;text-decoration:underline;-webkit-text-decoration-color:rgba(102,126,234,.3);text-decoration-color:rgba(102,126,234,.3);text-underline-offset:3px;transition:all .2s}.Post_content__aWM2C a:hover{color:#764ba2;-webkit-text-decoration-color:rgba(118,75,162,.5);text-decoration-color:rgba(118,75,162,.5)}.Post_content__aWM2C strong{font-weight:600;color:var(--text-primary)}.Post_content__aWM2C em{font-style:italic;color:var(--text-secondary)}.Post_postFooter__KJ10E{padding:1rem 1.25rem;border-top:1px solid var(--border-color)}.Post_actions__ODnll{display:flex;gap:.75rem}.Post_actionBtn__gA8MF{display:flex;align-items:center;gap:.4rem;padding:.6rem 1rem;border-radius:8px;color:var(--text-secondary);font-weight:600;transition:background-color .2s,color .2s}.Post_actionBtn__gA8MF:hover{background-color:var(--hover-bg);color:var(--primary-color)}.Post_icon__w39Eo{font-size:1.25rem}.Post_backLink__n_9IU{padding:1rem 1.25rem;border-top:1px solid var(--border-color)}.Post_backLink__n_9IU a{color:var(--primary-color);font-weight:600;display:inline-flex;align-items:center;gap:.5rem;transition:gap .2s}.Post_backLink__n_9IU a:hover{gap:.75rem}@media (max-width:768px){.Post_postContent__EmxdX{padding:1rem}.Post_postHeader__VS2xC{padding:.875rem 1rem}.Post_title__pen_7{font-size:1.5rem}.Post_content__aWM2C{font-size:.95rem}.Post_content__aWM2C h1{font-size:1.35rem}.Post_content__aWM2C h2{font-size:1.2rem}.Post_actions__ODnll{flex-wrap:wrap}.Post_actionBtn__gA8MF{padding:.5rem .85rem;font-size:.875rem}.Post_backLink__n_9IU{padding:.875rem 1rem}}