@charset "UTF-8";
.d-none { display: none !important; }

.d-block { display: block !important; }

.d-flex { display: flex !important; }

@media (min-width: 576px) { .d-sm-none { display: none !important; } .d-sm-block { display: block !important; } .d-sm-flex { display: flex !important; } }

@media (min-width: 768px) { .d-md-none { display: none !important; } .d-md-block { display: block !important; } .d-md-flex { display: flex !important; } }

@media (min-width: 992px) { .d-lg-none { display: none !important; } .d-lg-block { display: block !important; } .d-lg-flex { display: flex !important; } }

@media (min-width: 1200px) { .d-xl-none { display: none !important; } .d-xl-block { display: block !important; } .d-xl-flex { display: flex !important; } }

.container { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }

@media (min-width: 576px) { .container { max-width: 540px; } }

@media (min-width: 768px) { .container { max-width: 720px; } }

@media (min-width: 992px) { .container { max-width: 960px; } }

@media (min-width: 1200px) { .container { max-width: 1140px; } }

.row { display: flex; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; }

.row-cols-1 > * { flex: 0 0 100%; max-width: 100%; }

.row-cols-2 > * { flex: 0 0 50%; max-width: 50%; }

.row-cols-3 > * { flex: 0 0 33.333333%; max-width: 33.333333%; }

.row-cols-4 > * { flex: 0 0 25%; max-width: 25%; }

@media (min-width: 576px) { .row-cols-sm-1 > * { flex: 0 0 100%; max-width: 100%; } .row-cols-sm-2 > * { flex: 0 0 50%; max-width: 50%; } .row-cols-sm-3 > * { flex: 0 0 33.333333%; max-width: 33.333333%; } .row-cols-sm-4 > * { flex: 0 0 25%; max-width: 25%; } }

@media (min-width: 768px) { .row-cols-md-1 > * { flex: 0 0 100%; max-width: 100%; } .row-cols-md-2 > * { flex: 0 0 50%; max-width: 50%; } .row-cols-md-3 > * { flex: 0 0 33.333333%; max-width: 33.333333%; } .row-cols-md-4 > * { flex: 0 0 25%; max-width: 25%; } }

@media (min-width: 992px) { .row-cols-lg-1 > * { flex: 0 0 100%; max-width: 100%; } .row-cols-lg-2 > * { flex: 0 0 50%; max-width: 50%; } .row-cols-lg-3 > * { flex: 0 0 33.333333%; max-width: 33.333333%; } .row-cols-lg-4 > * { flex: 0 0 25%; max-width: 25%; } }

.g-4 { margin-right: -1.5rem; margin-left: -1.5rem; }

.g-4 > * { padding-right: 1.5rem; padding-left: 1.5rem; }

.col { position: relative; width: 100%; padding-right: 15px; padding-left: 15px; flex-basis: 0; flex-grow: 1; max-width: 100%; }

.col-1 { flex: 0 0 8.3333333333%; max-width: 8.3333333333%; }

.col-2 { flex: 0 0 16.6666666667%; max-width: 16.6666666667%; }

.col-3 { flex: 0 0 25%; max-width: 25%; }

.col-4 { flex: 0 0 33.3333333333%; max-width: 33.3333333333%; }

.col-5 { flex: 0 0 41.6666666667%; max-width: 41.6666666667%; }

.col-6 { flex: 0 0 50%; max-width: 50%; }

.col-7 { flex: 0 0 58.3333333333%; max-width: 58.3333333333%; }

.col-8 { flex: 0 0 66.6666666667%; max-width: 66.6666666667%; }

.col-9 { flex: 0 0 75%; max-width: 75%; }

.col-10 { flex: 0 0 83.3333333333%; max-width: 83.3333333333%; }

.col-11 { flex: 0 0 91.6666666667%; max-width: 91.6666666667%; }

.col-12 { flex: 0 0 100%; max-width: 100%; }

@media (min-width: 576px) { .col-sm-1 { flex: 0 0 8.3333333333%; max-width: 8.3333333333%; } .col-sm-2 { flex: 0 0 16.6666666667%; max-width: 16.6666666667%; } .col-sm-3 { flex: 0 0 25%; max-width: 25%; } .col-sm-4 { flex: 0 0 33.3333333333%; max-width: 33.3333333333%; } .col-sm-5 { flex: 0 0 41.6666666667%; max-width: 41.6666666667%; } .col-sm-6 { flex: 0 0 50%; max-width: 50%; } .col-sm-7 { flex: 0 0 58.3333333333%; max-width: 58.3333333333%; } .col-sm-8 { flex: 0 0 66.6666666667%; max-width: 66.6666666667%; } .col-sm-9 { flex: 0 0 75%; max-width: 75%; } .col-sm-10 { flex: 0 0 83.3333333333%; max-width: 83.3333333333%; } .col-sm-11 { flex: 0 0 91.6666666667%; max-width: 91.6666666667%; } .col-sm-12 { flex: 0 0 100%; max-width: 100%; } }

@media (min-width: 768px) { .col-md-1 { flex: 0 0 8.3333333333%; max-width: 8.3333333333%; } .col-md-2 { flex: 0 0 16.6666666667%; max-width: 16.6666666667%; } .col-md-3 { flex: 0 0 25%; max-width: 25%; } .col-md-4 { flex: 0 0 33.3333333333%; max-width: 33.3333333333%; } .col-md-5 { flex: 0 0 41.6666666667%; max-width: 41.6666666667%; } .col-md-6 { flex: 0 0 50%; max-width: 50%; } .col-md-7 { flex: 0 0 58.3333333333%; max-width: 58.3333333333%; } .col-md-8 { flex: 0 0 66.6666666667%; max-width: 66.6666666667%; } .col-md-9 { flex: 0 0 75%; max-width: 75%; } .col-md-10 { flex: 0 0 83.3333333333%; max-width: 83.3333333333%; } .col-md-11 { flex: 0 0 91.6666666667%; max-width: 91.6666666667%; } .col-md-12 { flex: 0 0 100%; max-width: 100%; } }

@media (min-width: 992px) { .col-lg-1 { flex: 0 0 8.3333333333%; max-width: 8.3333333333%; } .col-lg-2 { flex: 0 0 16.6666666667%; max-width: 16.6666666667%; } .col-lg-3 { flex: 0 0 25%; max-width: 25%; } .col-lg-4 { flex: 0 0 33.3333333333%; max-width: 33.3333333333%; } .col-lg-5 { flex: 0 0 41.6666666667%; max-width: 41.6666666667%; } .col-lg-6 { flex: 0 0 50%; max-width: 50%; } .col-lg-7 { flex: 0 0 58.3333333333%; max-width: 58.3333333333%; } .col-lg-8 { flex: 0 0 66.6666666667%; max-width: 66.6666666667%; } .col-lg-9 { flex: 0 0 75%; max-width: 75%; } .col-lg-10 { flex: 0 0 83.3333333333%; max-width: 83.3333333333%; } .col-lg-11 { flex: 0 0 91.6666666667%; max-width: 91.6666666667%; } .col-lg-12 { flex: 0 0 100%; max-width: 100%; } }

@media (min-width: 1200px) { .col-xl-1 { flex: 0 0 8.3333333333%; max-width: 8.3333333333%; } .col-xl-2 { flex: 0 0 16.6666666667%; max-width: 16.6666666667%; } .col-xl-3 { flex: 0 0 25%; max-width: 25%; } .col-xl-4 { flex: 0 0 33.3333333333%; max-width: 33.3333333333%; } .col-xl-5 { flex: 0 0 41.6666666667%; max-width: 41.6666666667%; } .col-xl-6 { flex: 0 0 50%; max-width: 50%; } .col-xl-7 { flex: 0 0 58.3333333333%; max-width: 58.3333333333%; } .col-xl-8 { flex: 0 0 66.6666666667%; max-width: 66.6666666667%; } .col-xl-9 { flex: 0 0 75%; max-width: 75%; } .col-xl-10 { flex: 0 0 83.3333333333%; max-width: 83.3333333333%; } .col-xl-11 { flex: 0 0 91.6666666667%; max-width: 91.6666666667%; } .col-xl-12 { flex: 0 0 100%; max-width: 100%; } }

html { font-size: 16px; scroll-behavior: smooth; }

body { font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 1rem; line-height: 1.6; color: var(--text-color); background-color: var(--bg-color); transition: all 0.3s ease; overflow-x: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

[data-theme="light"] { --bg-color: #ffffff; --text-color: #333333; --heading-color: #222222; --border-color: #e9e9e9; --link-color: #4a6cf7; --link-hover-color: #1944f5; --meta-color: #777777; --card-bg: #ffffff; --card-shadow: 0 2px 15px rgba(0, 0, 0, 0.05); --navbar-bg: #ffffff; --footer-bg: #f7f7f7; --footer-text: #666666; --search-bg: #f4f4f4; --widget-bg: #f9f9f9; --tag-bg: #f0f0f0; --code-bg: #f5f5f5; }

[data-theme="dark"] { --bg-color: #121212; --text-color: #e4e4e4; --heading-color: #ffffff; --border-color: #2d2d2d; --link-color: #93a8fa; --link-hover-color: #c4cffc; --meta-color: #aaaaaa; --card-bg: #222222; --card-shadow: 0 2px 15px rgba(0, 0, 0, 0.2); --navbar-bg: #1a1a1a; --footer-bg: #1a1a1a; --footer-text: #bbbbbb; --search-bg: #2a2a2a; --widget-bg: #2a2a2a; --tag-bg: #333333; --code-bg: #2a2a2a; }

h1, h2, h3, h4, h5, h6 { font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-weight: 700; line-height: 1.3; color: var(--heading-color); margin-top: 1.5rem; margin-bottom: 1rem; }

h1 { font-size: 2.25rem; }

h2 { font-size: 1.75rem; }

h3 { font-size: 1.5rem; }

h4 { font-size: 1.25rem; }

h5 { font-size: 1.125rem; }

h6 { font-size: 1rem; }

a { color: var(--link-color); text-decoration: none; transition: all 0.2s ease; }

a:hover, a:focus { color: var(--link-hover-color); text-decoration: none; }

ul, ol { margin: 0 0 30px; padding-left: 30px; }

li > ul, li > ol { margin-bottom: 0; }

blockquote { border-left: 4px solid var(--border-color); padding-left: 1rem; margin-left: 0; margin-right: 0; font-style: italic; color: var(--meta-color); }

blockquote > :last-child { margin-bottom: 0; }

pre, code { font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace; font-size: 0.9rem; border-radius: 4px; }

code { padding: 0.2rem 0.4rem; background-color: var(--code-bg); }

pre { padding: 1rem; overflow-x: auto; background-color: var(--code-bg); }

pre > code { border: 0; padding-right: 0; padding-left: 0; background-color: transparent; }

img { max-width: 100%; height: auto; vertical-align: middle; }

figure { margin: 1rem 0; }

figure > img { display: block; margin: 0 auto; }

figcaption { font-size: 0.9rem; color: var(--meta-color); text-align: center; margin-top: 0.5rem; }

table { width: 100%; border-collapse: collapse; margin: 1rem 0; }

th, td { padding: 0.5rem; border: 1px solid var(--border-color); }

th { background-color: var(--widget-bg); font-weight: 600; }

.clearfix::after { content: ""; display: table; clear: both; }

.wrapper { position: relative; min-height: 100vh; display: flex; flex-direction: column; }

.container { max-width: 1140px; margin: 0 auto; padding: 0 15px; }

.content { flex: 1; padding: 30px 0; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; overflow: visible; clip: auto; white-space: normal; }

.site-header { position: sticky; top: 0; z-index: 1030; background-color: var(--navbar-bg); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }

.site-header .header-inner { display: flex; align-items: center; justify-content: space-between; padding: 0.75rem 0; min-height: 60px; }

.site-header .site-branding { display: flex; align-items: center; flex-shrink: 0; }

.site-header .site-branding .site-logo { display: block; }

.site-header .site-branding .site-logo .logo-img { height: 40px; width: auto; }

.site-header .site-branding .site-logo .site-title { font-size: 1.5rem; font-weight: 700; color: var(--heading-color); }

.site-header .header-right { display: flex; align-items: center; gap: 2rem; }

@media (max-width: 991px) { .site-header .header-right { gap: 0.75rem; } }

.site-header .header-actions { display: flex; align-items: center; gap: 0.5rem; }

.site-header .header-actions button { background: transparent; border: none; color: var(--text-color); cursor: pointer; padding: 0.6rem; line-height: 1; border-radius: 4px; transition: all 0.2s ease; }

.site-header .header-actions button:hover { background-color: var(--search-bg); }

.site-header .header-actions button svg { width: 18px; height: 18px; }

.site-header .search-box { display: none; position: absolute; left: 0; right: 0; top: 100%; background-color: var(--navbar-bg); padding: 1rem; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); z-index: 1000; transition: all 0.3s ease; opacity: 0; transform: translateY(-10px); }

.site-header .search-box.active { display: block; opacity: 1; transform: translateY(0); }

.site-header .search-box .search-form { max-width: 600px; margin: 0 auto; }

.site-navigation { display: flex; align-items: center; }

.site-navigation .nav-menu { display: flex; list-style: none; margin: 0; padding: 0; align-items: center; gap: 0.25rem; }

.site-navigation .nav-menu > li { position: relative; display: flex; align-items: center; height: 40px; }

.site-navigation .nav-menu > li > a { display: flex; align-items: center; height: 100%; padding: 0 1rem; color: var(--text-color); font-weight: 500; font-size: 0.85rem; letter-spacing: 0.01em; transition: all 0.3s ease; border-radius: 6px; white-space: nowrap; text-decoration: none; line-height: 1; }

.site-navigation .nav-menu > li > a:hover { color: var(--link-color); background-color: rgba(var(--link-color-rgb, 74, 108, 247), 0.1); }

.site-navigation .nav-menu > li > a.active { color: var(--link-color); background-color: rgba(var(--link-color-rgb, 74, 108, 247), 0.15); }

.site-navigation .nav-menu > li.menu-item-has-children > a { padding-right: 2rem; position: relative; }

.site-navigation .nav-menu > li.menu-item-has-children > a::after { content: ""; display: inline-block; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid currentColor; position: absolute; top: 50%; right: 0.85rem; transform: translateY(-50%); transition: transform 0.3s ease; }

.site-navigation .nav-menu > li.menu-item-has-children:hover > a::after { transform: translateY(-50%) rotate(180deg); }

.site-navigation .nav-menu > li.menu-item-has-children:hover > .sub-menu { visibility: visible; opacity: 1; transform: translateY(0); }

.site-navigation .nav-menu > li:hover > a, .site-navigation .nav-menu > li:focus > a, .site-navigation .nav-menu > li:active > a { color: var(--link-color); }

.site-navigation .nav-menu .sub-menu { position: absolute; top: 100%; left: 0; min-width: 220px; background-color: white; border: 1px solid var(--border-color); border-radius: 0.5rem; box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12); padding: 0.75rem 0; margin: 0; list-style: none; visibility: hidden; opacity: 0; transform: translateY(10px); transition: all 0.25s ease-in-out; z-index: 1000; }

.site-navigation .nav-menu .sub-menu::before { content: ''; position: absolute; top: -6px; left: 2rem; width: 12px; height: 12px; background: white; border-left: 1px solid var(--border-color); border-top: 1px solid var(--border-color); transform: rotate(45deg); }

.site-navigation .nav-menu .sub-menu li { position: relative; }

.site-navigation .nav-menu .sub-menu li:not(:last-child) { border-bottom: 1px solid rgba(0, 0, 0, 0.04); }

.site-navigation .nav-menu .sub-menu li a { display: block; padding: 0.65rem 1.5rem; color: var(--text-color); font-size: 0.9rem; font-weight: 500; transition: all 0.2s ease; }

.site-navigation .nav-menu .sub-menu li a:hover { background-color: rgba(0, 0, 0, 0.03); color: var(--link-color); padding-left: 1.75rem; }

.site-navigation .mobile-menu { display: none; }

.mobile-menu-toggle { display: none; }

.header-ad-container { padding: 1rem 0; background-color: var(--light-bg, #f8f9fa); border-bottom: 1px solid var(--border-color); }

.content { margin-bottom: 2rem; }

.site-footer { background-color: var(--footer-bg); color: var(--footer-text); padding: 30px 0; margin-top: auto; }

.site-footer .footer-top { padding-bottom: 30px; border-bottom: 1px solid var(--border-color); }

.site-footer .footer-top h3 { color: var(--heading-color); margin-top: 0; font-size: 1.25rem; }

.site-footer .footer-top h4 { color: var(--heading-color); margin-top: 0; font-size: 1.1rem; margin-bottom: 1rem; }

.site-footer .footer-top .footer-info p { margin-bottom: 1rem; }

.site-footer .footer-top .social-links { display: flex; gap: 1rem; }

.site-footer .footer-top .social-links a { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background-color: rgba(255, 255, 255, 0.1); color: var(--footer-text); transition: all 0.2s ease; }

.site-footer .footer-top .social-links a:hover { background-color: var(--link-color); color: white; transform: translateY(-3px); }

.site-footer .footer-top .social-links a svg { width: 18px; height: 18px; }

.site-footer .footer-top .footer-links ul { list-style: none; padding-left: 0; margin-bottom: 0; }

.site-footer .footer-top .footer-links ul li { margin-bottom: 0.5rem; }

.site-footer .footer-top .footer-links ul li a { color: var(--footer-text); }

.site-footer .footer-top .footer-links ul li a:hover { color: var(--link-color); }

.site-footer .footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 1.5rem; }

.site-footer .footer-bottom .copyright { font-size: 0.9rem; }

.site-footer .footer-bottom .copyright p { margin-bottom: 0; }

.site-footer .footer-bottom .back-to-top a { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background-color: var(--card-bg); box-shadow: var(--card-shadow); color: var(--text-color); transition: all 0.2s ease; }

.site-footer .footer-bottom .back-to-top a:hover { background-color: var(--link-color); color: white; transform: translateY(-3px); }

.site-footer .footer-bottom .back-to-top a svg { width: 20px; height: 20px; }

.nav-menu { display: flex; list-style: none; margin: 0; padding: 0; align-items: center; gap: 1rem; }

.nav-menu li { position: relative; }

.nav-menu li a { display: flex; align-items: center; padding: 0.5rem 1rem; color: var(--text-color); text-decoration: none; white-space: nowrap; }

.nav-menu li a:hover { color: var(--link-color); }

.breadcrumbs { margin-bottom: 1.5rem; font-size: 0.9rem; color: var(--meta-color); }

.breadcrumbs a { color: var(--meta-color); }

.breadcrumbs a:hover { color: var(--link-color); }

.breadcrumbs .breadcrumb-separator { margin: 0 0.5rem; }

.pagination { margin: 2rem 0; }

.pagination .pagination-list { display: flex; justify-content: center; align-items: center; list-style: none; padding-left: 0; gap: 0.5rem; margin-bottom: 0; }

.pagination .page-item .page-link { display: flex; align-items: center; justify-content: center; padding: 0.5rem 1rem; border-radius: 4px; background-color: var(--card-bg); border: 1px solid var(--border-color); color: var(--text-color); min-width: 40px; transition: all 0.2s ease; }

.pagination .page-item .page-link:hover { background-color: var(--link-color); color: white; border-color: var(--link-color); }

.pagination .page-item .page-link svg { width: 16px; height: 16px; }

.pagination .page-item.active .page-link { background-color: var(--link-color); color: white; border-color: var(--link-color); }

.pagination .page-item.disabled .page-link { opacity: 0.5; cursor: not-allowed; }

.pagination .page-item.disabled .page-link:hover { background-color: var(--card-bg); color: var(--text-color); border-color: var(--border-color); }

.pagination .page-item.previous .page-link { padding-left: 0.75rem; }

.pagination .page-item.previous .page-link svg { margin-right: 0.25rem; }

.pagination .page-item.next .page-link { padding-right: 0.75rem; }

.pagination .page-item.next .page-link svg { margin-left: 0.25rem; }

body { font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; line-height: 1.6; color: var(--text-color); }

h1, h2, h3, h4, h5, h6 { font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; line-height: 1.3; font-weight: 700; color: var(--heading-color); margin-top: 1.5rem; margin-bottom: 1rem; }

h1 { font-size: 2.25rem; }

@media (max-width: 768px) { h1 { font-size: 2rem; } }

@media (max-width: 576px) { h1 { font-size: 1.75rem; } }

h2 { font-size: 1.75rem; }

@media (max-width: 768px) { h2 { font-size: 1.5rem; } }

@media (max-width: 576px) { h2 { font-size: 1.4rem; } }

h3 { font-size: 1.5rem; }

@media (max-width: 768px) { h3 { font-size: 1.35rem; } }

@media (max-width: 576px) { h3 { font-size: 1.25rem; } }

h4 { font-size: 1.25rem; }

@media (max-width: 768px) { h4 { font-size: 1.15rem; } }

h5 { font-size: 1.125rem; }

h6 { font-size: 1rem; }

p { margin-top: 0; margin-bottom: 1rem; }

p:last-child { margin-bottom: 0; }

a { color: var(--link-color); text-decoration: none; transition: all 0.2s ease; }

a:hover, a:focus { color: var(--link-hover-color); text-decoration: none; }

ul, ol { margin-top: 0; margin-bottom: 1rem; padding-left: 1.5rem; }

ul li, ol li { margin-bottom: 0.5rem; }

ul li:last-child, ol li:last-child { margin-bottom: 0; }

blockquote { margin: 1.5rem 0; padding: 1rem 1.5rem; border-left: 4px solid var(--link-color); background-color: var(--widget-bg); border-radius: 4px; }

blockquote p { margin-bottom: 0; font-style: italic; }

blockquote cite { display: block; margin-top: 0.75rem; font-size: 0.9rem; color: var(--meta-color); font-style: normal; }

blockquote cite:before { content: "— "; }

.section-title { position: relative; margin-bottom: 2rem; padding-bottom: 0.75rem; }

.section-title:after { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 50px; background-color: var(--link-color); }

.text-center { text-align: center; }

.text-right { text-align: right; }

.text-left { text-align: left; }

.text-justify { text-align: justify; }

.text-uppercase { text-transform: uppercase; }

.text-lowercase { text-transform: lowercase; }

.text-capitalize { text-transform: capitalize; }

.text-muted { color: var(--meta-color); }

.text-bold { font-weight: 700; }

.text-italic { font-style: italic; }

code, pre { font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace; font-size: 0.9rem; }

code { padding: 0.2rem 0.4rem; background-color: var(--code-bg); border-radius: 2px; }

pre { padding: 1rem; margin: 1.5rem 0; overflow-x: auto; background-color: var(--code-bg); border-radius: 4px; }

pre code { padding: 0; background-color: transparent; border-radius: 0; }

.post-card { height: 100%; border-radius: 12px; transition: transform 0.3s ease, box-shadow 0.3s ease; }

.post-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12); }

.post-card .post-card-inner { display: flex; flex-direction: column; height: 100%; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06); background-color: var(--card-bg); border: 1px solid var(--border-color); transition: all 0.3s ease; }

.post-card .post-card-inner:hover { border-color: var(--link-color); box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15); }

.post-card .post-card-image-link { display: block; position: relative; overflow: hidden; }

.post-card .post-card-image-link .post-card-image { height: 240px; overflow: hidden; position: relative; cursor: pointer; background-color: var(--light-bg, #f8f9fa); }

.post-card .post-card-image-link .post-card-image::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.2); opacity: 0; transition: opacity 0.3s ease; z-index: 1; }

.post-card .post-card-image-link .post-card-image:hover::before { opacity: 1; }

.post-card .post-card-image-link .post-card-image .responsive-image { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 0.5s ease; display: block; }

.post-card .post-card-image-link .post-card-image .responsive-image.image-fallback { object-fit: contain; background-color: var(--light-bg, #f8f9fa); padding: 20px; }

.post-card .post-card-image-link:hover .responsive-image { transform: scale(1.05); }

.post-card .post-card-image-link .post-card-categories { position: absolute; bottom: 15px; /* Match position with featured posts */ left: 15px; z-index: 2; }

.post-card .post-card-image-link .post-card-categories .post-card-category { display: inline-block; background: var(--primary-color); color: white; font-size: 0.8rem; padding: 5px 10px; border-radius: 3px; text-decoration: none; transition: background 0.3s ease; }

.post-card .post-card-image-link .post-card-categories .post-card-category:hover { background: var(--secondary-color); }

.post-card .post-card-content { padding: 1.5rem; display: flex; flex-direction: column; flex: 1; background: var(--card-bg); }

.post-card .post-card-title { margin-top: 0; margin-bottom: 1rem; font-size: 1.2rem; font-weight: 600; line-height: 1.4; }

.post-card .post-card-title a { color: var(--heading-color); text-decoration: none; transition: color 0.3s ease; }

.post-card .post-card-title a:hover { color: var(--link-color); }

.post-card .post-meta { margin-bottom: 1rem; display: flex; flex-wrap: wrap; gap: 1rem; font-size: 0.8rem; color: var(--meta-color); }

.post-card .post-meta > * { display: flex; align-items: center; }

.post-card .post-meta > * .icon { width: 14px; height: 14px; margin-right: 4px; opacity: 0.7; }

.post-card .post-excerpt { margin-bottom: 1.5rem; color: var(--text-color); line-height: 1.6; font-size: 0.9rem; flex-grow: 1; /* Fixed height for consistency */ height: 4.5rem; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-overflow: ellipsis; }

.post-card .post-readmore { margin-top: auto; padding-top: 0.5rem; }

.post-card .post-readmore .btn-readmore { color: var(--link-color); text-decoration: none; font-weight: 500; font-size: 0.85rem; display: inline-flex; align-items: center; transition: all 0.3s ease; padding: 0.5rem 1rem; background-color: transparent; border: 1px solid var(--link-color); border-radius: 6px; }

.post-card .post-readmore .btn-readmore .icon { width: 14px; height: 14px; margin-left: 4px; transition: transform 0.3s ease; }

.post-card .post-readmore .btn-readmore:hover { background-color: var(--link-color); color: white; transform: translateY(-1px); }

.post-card .post-readmore .btn-readmore:hover .icon { transform: translateX(3px); }

.section-title { font-size: 1.8rem; font-weight: 700; color: var(--heading-color); margin-bottom: 2rem; position: relative; padding-bottom: 0.5rem; }

.section-title:after { content: ''; position: absolute; bottom: 0; left: 0; width: 60px; height: 3px; background-color: var(--link-color); border-radius: 2px; }

.post-grid-container { margin-bottom: 3rem; }

.post-grid-container .post-grid { display: grid; gap: 2rem; grid-template-columns: repeat(2, 1fr); }

@media (max-width: 768px) { .post-grid-container .post-grid { grid-template-columns: 1fr; gap: 1.5rem; } }

.post-grid-container .post-grid-item { display: flex; flex-direction: column; }

.post-grid { margin-bottom: 3rem; }

.post-grid .post-grid-item { margin-bottom: 2rem; display: flex; padding: 0 15px; }

.post-grid .row { margin: 0 -15px; display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 0; align-items: stretch; }

@media (min-width: 992px) { .post-grid .row { grid-template-columns: repeat(3, 1fr); } }

@media (min-width: 768px) and (max-width: 991px) { .post-grid .row { grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 767px) { .post-grid .row { grid-template-columns: 1fr; margin: 0 -10px; } }

@media (max-width: 767px) { .post-grid .row { margin: 0 -10px; } .post-grid .post-grid-item { padding: 0 10px; margin-bottom: 20px; width: 100%; } }

.view-all-posts { text-align: center; margin-top: 3rem; }

.view-all-posts .btn { display: inline-flex; align-items: center; padding: 1rem 2rem; background-color: var(--link-color); color: white; text-decoration: none; font-weight: 600; font-size: 1rem; border-radius: 8px; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }

.view-all-posts .btn:hover { background-color: var(--link-hover-color, #0056b3); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); color: white; }

.post-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 2rem; }

@media (max-width: 767px) { .post-list { grid-template-columns: 1fr; } }

.post-container { margin-bottom: 2rem; }

.post-card { display: flex; flex-direction: column; height: 100%; background-color: var(--card-bg); border-radius: 4px; overflow: hidden; box-shadow: var(--card-shadow); transition: all 0.3s ease; margin-bottom: 2rem; }

.post-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); }

.post-card .post-thumbnail { position: relative; overflow: hidden; }

.post-card .post-thumbnail img { width: 100%; height: 220px; object-fit: cover; transition: transform 0.5s ease; }

.post-card .post-thumbnail:hover img { transform: scale(1.05); }

.post-card .post-content { flex: 1; padding: 1.5rem; display: flex; flex-direction: column; }

.post-card .post-meta { display: flex; flex-wrap: wrap; font-size: 0.9rem; color: var(--meta-color); margin-bottom: 0.75rem; gap: 1rem; }

.post-card .post-meta span { display: flex; align-items: center; }

.post-card .post-meta span svg { width: 16px; height: 16px; margin-right: 0.25rem; }

.post-card .post-meta a { color: var(--meta-color); }

.post-card .post-meta a:hover { color: var(--link-color); }

.post-card .post-title { margin-top: 0; margin-bottom: 0.75rem; font-size: 1.5rem; }

.post-card .post-title a { color: var(--heading-color); }

.post-card .post-title a:hover { color: var(--link-color); }

.post-card .post-excerpt { margin-bottom: 1.25rem; color: var(--text-color); flex: 1; }

.post-card .post-link { margin-top: auto; }

.post-card .post-link .read-more { display: inline-flex; align-items: center; font-weight: 500; }

.post-card .post-link .read-more svg { width: 16px; height: 16px; margin-left: 0.25rem; transition: transform 0.2s ease; }

.post-card .post-link .read-more:hover svg { transform: translateX(3px); }

.post-card.featured-post { margin-bottom: 2rem; }

.post-card.featured-post .post-thumbnail img { height: 280px; }

.post-card.featured-post .post-title { font-size: 1.75rem; }

.post { margin-bottom: 2rem; }

.post .post-header { margin-bottom: 1.5rem; }

.post .post-title { margin-top: 0; margin-bottom: 1rem; font-size: 2.25rem; }

@media (max-width: 768px) { .post .post-title { font-size: 2rem; } }

@media (max-width: 576px) { .post .post-title { font-size: 1.75rem; } }

.post .post-meta { display: flex; flex-wrap: wrap; font-size: 0.95rem; color: var(--meta-color); margin-bottom: 1rem; gap: 1rem; }

.post .post-meta span { display: flex; align-items: center; }

.post .post-meta span svg { width: 16px; height: 16px; margin-right: 0.25rem; }

.post .post-meta a { color: var(--meta-color); }

.post .post-meta a:hover { color: var(--link-color); }

.post .post-featured-image { margin-bottom: 1.5rem; border-radius: 4px; overflow: hidden; }

.post .post-featured-image img { width: 100%; height: auto; }

.post .post-toc { margin-bottom: 1.5rem; padding: 1.25rem; background-color: var(--widget-bg); border-radius: 4px; }

.post .post-toc h4 { margin-top: 0; margin-bottom: 1rem; font-size: 1.2rem; }

.post .post-toc .toc-list { margin: 0; padding-left: 1.25rem; list-style-type: decimal; }

.post .post-toc .toc-list .toc-list-item { margin-bottom: 0.5rem; }

.post .post-toc .toc-list .toc-list-item:last-child { margin-bottom: 0; }

.post .post-toc .toc-list .toc-level-0 { margin-left: 0; }

.post .post-toc .toc-list .toc-level-1 { margin-left: 1rem; }

.post .post-toc .toc-list .toc-level-2 { margin-left: 2rem; }

.post .post-toc .toc-list .toc-level-3 { margin-left: 3rem; }

.post .post-toc .toc-list .toc-link { color: var(--text-color); }

.post .post-toc .toc-list .toc-link:hover { color: var(--link-color); }

.post .post-content { margin-bottom: 2rem; }

.post .post-content h1, .post .post-content h2, .post .post-content h3, .post .post-content h4, .post .post-content h5, .post .post-content h6 { margin-top: 2rem; }

.post .post-content img { display: block; max-width: 90%; width: auto; height: 300px; object-fit: cover; object-position: center; border-radius: 8px; margin: 1.5rem auto; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; }

.post .post-content img:hover { transform: scale(1.02); box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15); }

@media (max-width: 768px) { .post .post-content img { max-width: 100%; height: 220px; margin: 1rem auto; } }

.post .post-content figure { margin: 2rem 0; text-align: center; }

.post .post-content figure img { margin: 0 auto 0.5rem; }

.post .post-content figure figcaption { margin-top: 0.75rem; padding: 0.5rem 1rem; background-color: var(--light-bg, #f8f9fa); border-radius: 6px; font-size: 0.85rem; color: var(--meta-color); font-style: italic; max-width: 80%; margin-left: auto; margin-right: auto; }

.post .post-content p img { margin: 1rem auto; display: block; }

.post .post-content .responsive-image-container { display: block; margin: 1.5rem auto; max-width: 90%; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; position: relative; background-color: var(--light-bg, #f8f9fa); }

.post .post-content .responsive-image-container:hover { transform: scale(1.02); box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15); }

.post .post-content .responsive-image-container::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(45deg, #f0f0f0 25%, transparent 25%, transparent 75%, #f0f0f0 75%), linear-gradient(45deg, #f0f0f0 25%, transparent 25%, transparent 75%, #f0f0f0 75%); background-size: 20px 20px; background-position: 0 0, 10px 10px; opacity: 0.1; z-index: 1; }

.post .post-content .responsive-image-container img { width: 100%; height: 300px; object-fit: cover; object-position: center; margin: 0; border-radius: 0; box-shadow: none; position: relative; z-index: 2; }

.post .post-content .responsive-image-container img:hover { transform: none; }

.post .post-content .responsive-image-container img.image-fallback { object-fit: contain; padding: 2rem; background-color: var(--light-bg, #f8f9fa); }

@media (max-width: 768px) { .post .post-content .responsive-image-container { max-width: 100%; } .post .post-content .responsive-image-container img { height: 220px; } }

.post .post-content .image-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1rem; margin: 2rem auto; max-width: 95%; }

.post .post-content .image-gallery .gallery-item { border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }

.post .post-content .image-gallery .gallery-item:hover { transform: translateY(-3px); }

.post .post-content .image-gallery .gallery-item img { width: 100%; height: 200px; object-fit: cover; margin: 0; border-radius: 0; box-shadow: none; }

@media (max-width: 768px) { .post .post-content .image-gallery { grid-template-columns: 1fr; gap: 0.75rem; } .post .post-content .image-gallery .gallery-item img { height: 180px; } }

.post .post-tags-section { margin-bottom: 2rem; }

.post .post-tags-section .tags-title { font-weight: 600; margin-right: 0.5rem; }

.post .post-tags-section .tag-button { display: inline-block; padding: 0.25rem 0.75rem; margin: 0.25rem; background-color: var(--tag-bg); color: var(--text-color); border-radius: 4px; font-size: 0.9rem; transition: all 0.2s ease; }

.post .post-tags-section .tag-button:hover { background-color: var(--link-color); color: white; }

.post .social-share { margin-bottom: 2rem; padding: 1.5rem; background-color: var(--widget-bg); border-radius: 4px; }

.post .social-share h4 { margin-top: 0; margin-bottom: 1rem; font-size: 1.1rem; }

.post .social-share .share-buttons { display: flex; gap: 0.75rem; }

.post .social-share .share-buttons a { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background-color: var(--card-bg); color: var(--text-color); transition: all 0.2s ease; }

.post .social-share .share-buttons a:hover { color: white; transform: translateY(-3px); }

.post .social-share .share-buttons a svg { width: 18px; height: 18px; }

.post .social-share .share-buttons a.share-facebook:hover { background-color: #1877f2; }

.post .social-share .share-buttons a.share-twitter:hover { background-color: #1da1f2; }

.post .social-share .share-buttons a.share-linkedin:hover { background-color: #0077b5; }

.post .social-share .share-buttons a.share-email:hover { background-color: #ea4335; }

.post .post-comments { margin-top: 2rem; padding-top: 2rem; border-top: 1px solid var(--border-color); }

.post .post-comments h3 { margin-top: 0; margin-bottom: 1.5rem; }

.related-posts { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--border-color); }

.related-posts h3 { margin-top: 0; margin-bottom: 1.5rem; }

.related-posts .related-post-card { display: flex; flex-direction: column; height: 100%; background-color: var(--card-bg); border-radius: 4px; overflow: hidden; box-shadow: var(--card-shadow); transition: all 0.3s ease; }

.related-posts .related-post-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); }

.related-posts .related-post-card .post-thumbnail img { width: 100%; height: 160px; object-fit: cover; }

.related-posts .related-post-card .post-info { padding: 1rem; }

.related-posts .related-post-card .post-info h4 { margin-top: 0; margin-bottom: 0.5rem; font-size: 1.1rem; }

.related-posts .related-post-card .post-info h4 a { color: var(--heading-color); }

.related-posts .related-post-card .post-info h4 a:hover { color: var(--link-color); }

.related-posts .related-post-card .post-info .post-meta { font-size: 0.85rem; color: var(--meta-color); }

.sidebar { margin-bottom: 2rem; }

.sidebar .sidebar-widgets { position: sticky; top: 90px; }

.widget { margin-bottom: 2rem; background-color: var(--card-bg); border-radius: 4px; box-shadow: var(--card-shadow); overflow: hidden; }

.widget:last-child { margin-bottom: 0; }

.widget .widget-title { margin: 0; padding: 1.25rem 1.5rem; font-size: 1.2rem; border-bottom: 1px solid var(--border-color); }

.widget .widget-content { padding: 1.25rem 1.5rem; }

.widget.search-widget .widget-content { padding: 1rem 1.5rem; }

.widget.search-widget .search-form .input-group { position: relative; }

.widget.search-widget .search-form .input-group input[type="search"] { height: 46px; padding-right: 3rem; border-radius: 4px; border: 1px solid var(--border-color); background-color: var(--search-bg); color: var(--text-color); }

.widget.search-widget .search-form .input-group input[type="search"]:focus { outline: none; border-color: var(--link-color); box-shadow: 0 0 0 2px rgba(74, 108, 247, 0.25); }

.widget.search-widget .search-form .input-group input[type="search"]::placeholder { color: var(--meta-color); }

.widget.search-widget .search-form .input-group .search-btn { position: absolute; right: 0; top: 0; height: 46px; width: 46px; display: flex; align-items: center; justify-content: center; background: transparent; border: none; color: var(--meta-color); z-index: 5; }

.widget.search-widget .search-form .input-group .search-btn:hover { color: var(--link-color); }

.widget.popular-posts-widget .popular-posts-list { list-style: none; padding: 0; margin: 0; }

.widget.popular-posts-widget .popular-posts-list li { margin-bottom: 1.25rem; }

.widget.popular-posts-widget .popular-posts-list li:last-child { margin-bottom: 0; }

.widget.popular-posts-widget .popular-posts-list .popular-post-item { display: flex; align-items: flex-start; }

.widget.popular-posts-widget .popular-posts-list .popular-post-item .post-thumbnail { flex: 0 0 80px; margin-right: 1rem; border-radius: 2px; overflow: hidden; background-color: var(--light-bg, #f8f9fa); }

.widget.popular-posts-widget .popular-posts-list .popular-post-item .post-thumbnail .popular-post-image { width: 100%; height: 60px; position: relative; overflow: hidden; border-radius: 2px; }

.widget.popular-posts-widget .popular-posts-list .popular-post-item .post-thumbnail .popular-post-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 0.3s ease; display: block; }

.widget.popular-posts-widget .popular-posts-list .popular-post-item .post-thumbnail .popular-post-image img.image-fallback { object-fit: contain; background-color: var(--light-bg, #f8f9fa); padding: 5px; }

.widget.popular-posts-widget .popular-posts-list .popular-post-item .post-thumbnail .popular-post-image:hover img { transform: scale(1.05); }

.widget.popular-posts-widget .popular-posts-list .popular-post-item .post-info { flex: 1; }

.widget.popular-posts-widget .popular-posts-list .popular-post-item .post-info .post-title { margin: 0 0 0.35rem; font-size: 1rem; line-height: 1.3; font-weight: 500; color: var(--text-color); }

.widget.popular-posts-widget .popular-posts-list .popular-post-item .post-info .post-title:hover { color: var(--link-color); }

.widget.popular-posts-widget .popular-posts-list .popular-post-item .post-info .post-meta { display: flex; font-size: 0.8rem; color: var(--meta-color); gap: 0.75rem; }

.widget.categories-widget .categories-list { display: flex; flex-wrap: wrap; gap: 0.5rem; list-style: none; padding: 0; margin: 0; max-height: 280px; overflow-y: auto; }

.widget.categories-widget .categories-list li { margin-bottom: 0; }

.widget.categories-widget .categories-list .category-item { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.4rem 0.8rem; background: linear-gradient(135deg, var(--tag-bg) 0%, rgba(255, 255, 255, 0.9) 100%); color: var(--text-color); border-radius: 18px; font-size: 0.75rem; font-weight: 500; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden; border: 1px solid rgba(0, 0, 0, 0.05); text-decoration: none; }

.widget.categories-widget .categories-list .category-item:before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(135deg, var(--link-color) 0%, #667eea 100%); transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1); z-index: -1; }

.widget.categories-widget .categories-list .category-item:hover { color: white; transform: translateY(-1px) scale(1.02); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12); border-color: transparent; }

.widget.categories-widget .categories-list .category-item:hover:before { left: 0; }

.widget.categories-widget .categories-list .category-item:hover .category-count { background-color: rgba(255, 255, 255, 0.25); color: white; border-color: rgba(255, 255, 255, 0.3); }

.widget.categories-widget .categories-list .category-item .category-name { font-weight: 500; line-height: 1.2; }

.widget.categories-widget .categories-list .category-item .category-count { display: inline-flex; align-items: center; justify-content: center; min-width: 18px; height: 18px; padding: 0 0.35rem; font-size: 0.65rem; font-weight: 600; border-radius: 9px; background-color: rgba(0, 0, 0, 0.08); color: var(--text-color); border: 1px solid rgba(0, 0, 0, 0.1); transition: all 0.3s ease; }

.widget.categories-widget .categories-list::-webkit-scrollbar { width: 4px; }

.widget.categories-widget .categories-list::-webkit-scrollbar-track { background: var(--light-bg, #f1f1f1); border-radius: 2px; }

.widget.categories-widget .categories-list::-webkit-scrollbar-thumb { background: var(--link-color); border-radius: 2px; opacity: 0.7; }

.widget.categories-widget .categories-list::-webkit-scrollbar-thumb:hover { background: var(--link-hover-color, #0056b3); }

.widget.tags-widget .tags-cloud { display: flex; flex-wrap: wrap; gap: 0.65rem; }

.widget.tags-widget .tags-cloud .tag-item { display: inline-flex; align-items: center; padding: 0.35rem 0.85rem; background-color: var(--tag-bg); color: var(--text-muted); border-radius: 50px; font-size: 0.85rem; font-weight: 500; transition: all 0.25s ease; position: relative; overflow: hidden; z-index: 1; }

.widget.tags-widget .tags-cloud .tag-item:before { content: ''; position: absolute; top: 0; left: 0; width: 0; height: 100%; background-color: var(--link-color); z-index: -1; transition: width 0.25s ease; }

.widget.tags-widget .tags-cloud .tag-item:hover { color: white; transform: translateY(-3px); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }

.widget.tags-widget .tags-cloud .tag-item:hover:before { width: 100%; }

.widget.advertisement-widget .ad-container { text-align: center; }

.widget.advertisement-widget .ad-container ins.adsbygoogle { display: block; margin: 0 auto; }

.pagination { display: flex; justify-content: center; margin: 2rem 0; }

.pagination ul { display: flex; list-style: none; padding: 0; margin: 0; }

.pagination .page-item { margin: 0 0.25rem; }

.pagination .page-item .page-link { display: flex; align-items: center; justify-content: center; padding: 0.5rem 0.75rem; min-width: 40px; height: 40px; border-radius: 4px; background-color: var(--card-bg); color: var(--text-color); border: 1px solid var(--border-color); font-weight: 500; transition: all 0.2s ease; }

.pagination .page-item .page-link:hover { background-color: var(--link-color); border-color: var(--link-color); color: white; }

.pagination .page-item .page-link svg { width: 16px; height: 16px; }

.pagination .page-item.active .page-link { background-color: var(--link-color); border-color: var(--link-color); color: white; }

.pagination .page-item.disabled .page-link { opacity: 0.5; pointer-events: none; }

.pagination .page-item.previous .page-link, .pagination .page-item.next .page-link { display: flex; align-items: center; }

.pagination .page-item.previous .page-link svg { margin-right: 0.25rem; }

.pagination .page-item.next .page-link svg { margin-left: 0.25rem; }

.highlight { background-color: var(--code-bg); border-radius: 4px; margin: 1.5rem 0; }

.highlight pre { margin: 0; padding: 1rem; overflow-x: auto; }

.highlight .c { color: #998; font-style: italic; }

.highlight .err { color: #a61717; background-color: #e3d2d2; }

.highlight .k { font-weight: bold; }

.highlight .o { font-weight: bold; }

.highlight .cm { color: #998; font-style: italic; }

.highlight .cp { color: #999; font-weight: bold; }

.highlight .c1 { color: #998; font-style: italic; }

.highlight .cs { color: #999; font-weight: bold; font-style: italic; }

.highlight .gd { color: #000; background-color: #fdd; }

.highlight .gd .x { color: #000; background-color: #faa; }

.highlight .ge { font-style: italic; }

.highlight .gr { color: #a00; }

.highlight .gh { color: #999; }

.highlight .gi { color: #000; background-color: #dfd; }

.highlight .gi .x { color: #000; background-color: #afa; }

.highlight .go { color: #888; }

.highlight .gp { color: #555; }

.highlight .gs { font-weight: bold; }

.highlight .gu { color: #aaa; }

.highlight .gt { color: #a00; }

.highlight .kc { font-weight: bold; }

.highlight .kd { font-weight: bold; }

.highlight .kp { font-weight: bold; }

.highlight .kr { font-weight: bold; }

.highlight .kt { color: #458; font-weight: bold; }

.highlight .m { color: #099; }

.highlight .s { color: #d14; }

.highlight .na { color: #008080; }

.highlight .nb { color: #0086B3; }

.highlight .nc { color: #458; font-weight: bold; }

.highlight .no { color: #008080; }

.highlight .ni { color: #800080; }

.highlight .ne { color: #900; font-weight: bold; }

.highlight .nf { color: #900; font-weight: bold; }

.highlight .nn { color: #555; }

.highlight .nt { color: #000080; }

.highlight .nv { color: #008080; }

.highlight .ow { font-weight: bold; }

.highlight .w { color: #bbb; }

.highlight .mf { color: #099; }

.highlight .mh { color: #099; }

.highlight .mi { color: #099; }

.highlight .mo { color: #099; }

.highlight .sb { color: #d14; }

.highlight .sc { color: #d14; }

.highlight .sd { color: #d14; }

.highlight .s2 { color: #d14; }

.highlight .se { color: #d14; }

.highlight .sh { color: #d14; }

.highlight .si { color: #d14; }

.highlight .sx { color: #d14; }

.highlight .sr { color: #009926; }

.highlight .s1 { color: #d14; }

.highlight .ss { color: #990073; }

.highlight .bp { color: #999; }

.highlight .vc { color: #008080; }

.highlight .vg { color: #008080; }

.highlight .vi { color: #008080; }

.highlight .il { color: #099; }

[data-theme="dark"] .highlight .c { color: #75715e; }

[data-theme="dark"] .highlight .k { color: #66d9ef; }

[data-theme="dark"] .highlight .l { color: #ae81ff; }

[data-theme="dark"] .highlight .n { color: #f8f8f2; }

[data-theme="dark"] .highlight .o { color: #f92672; }

[data-theme="dark"] .highlight .p { color: #f8f8f2; }

[data-theme="dark"] .highlight .cm { color: #75715e; }

[data-theme="dark"] .highlight .cp { color: #75715e; }

[data-theme="dark"] .highlight .c1 { color: #75715e; }

[data-theme="dark"] .highlight .cs { color: #75715e; }

[data-theme="dark"] .highlight .gd { color: #f92672; }

[data-theme="dark"] .highlight .ge { font-style: italic; }

[data-theme="dark"] .highlight .gs { font-weight: bold; }

[data-theme="dark"] .highlight .kc { color: #66d9ef; }

[data-theme="dark"] .highlight .kd { color: #66d9ef; }

[data-theme="dark"] .highlight .kn { color: #f92672; }

[data-theme="dark"] .highlight .kp { color: #66d9ef; }

[data-theme="dark"] .highlight .kr { color: #66d9ef; }

[data-theme="dark"] .highlight .kt { color: #66d9ef; }

[data-theme="dark"] .highlight .ld { color: #e6db74; }

[data-theme="dark"] .highlight .m { color: #ae81ff; }

[data-theme="dark"] .highlight .s { color: #e6db74; }

[data-theme="dark"] .highlight .na { color: #a6e22e; }

[data-theme="dark"] .highlight .nb { color: #f8f8f2; }

[data-theme="dark"] .highlight .nc { color: #a6e22e; }

[data-theme="dark"] .highlight .no { color: #66d9ef; }

[data-theme="dark"] .highlight .nd { color: #a6e22e; }

[data-theme="dark"] .highlight .ni { color: #f8f8f2; }

[data-theme="dark"] .highlight .ne { color: #a6e22e; }

[data-theme="dark"] .highlight .nf { color: #a6e22e; }

[data-theme="dark"] .highlight .nl { color: #f8f8f2; }

[data-theme="dark"] .highlight .nn { color: #f8f8f2; }

[data-theme="dark"] .highlight .nx { color: #a6e22e; }

[data-theme="dark"] .highlight .py { color: #f8f8f2; }

[data-theme="dark"] .highlight .nt { color: #f92672; }

[data-theme="dark"] .highlight .nv { color: #f8f8f2; }

[data-theme="dark"] .highlight .ow { color: #f92672; }

[data-theme="dark"] .highlight .w { color: #f8f8f2; }

[data-theme="dark"] .highlight .mf { color: #ae81ff; }

[data-theme="dark"] .highlight .mh { color: #ae81ff; }

[data-theme="dark"] .highlight .mi { color: #ae81ff; }

[data-theme="dark"] .highlight .mo { color: #ae81ff; }

[data-theme="dark"] .highlight .sb { color: #e6db74; }

[data-theme="dark"] .highlight .sc { color: #e6db74; }

[data-theme="dark"] .highlight .sd { color: #e6db74; }

[data-theme="dark"] .highlight .s2 { color: #e6db74; }

[data-theme="dark"] .highlight .se { color: #ae81ff; }

[data-theme="dark"] .highlight .sh { color: #e6db74; }

[data-theme="dark"] .highlight .si { color: #e6db74; }

[data-theme="dark"] .highlight .sx { color: #e6db74; }

[data-theme="dark"] .highlight .sr { color: #e6db74; }

[data-theme="dark"] .highlight .s1 { color: #e6db74; }

[data-theme="dark"] .highlight .ss { color: #e6db74; }

[data-theme="dark"] .highlight .bp { color: #f8f8f2; }

[data-theme="dark"] .highlight .vc { color: #f8f8f2; }

[data-theme="dark"] .highlight .vg { color: #f8f8f2; }

[data-theme="dark"] .highlight .vi { color: #f8f8f2; }

[data-theme="dark"] .highlight .il { color: #ae81ff; }

.theme-toggle { position: relative; }

.theme-toggle #theme-toggle-btn { display: flex; align-items: center; justify-content: center; background: transparent; border: none; color: var(--text-color); cursor: pointer; padding: 0.5rem; line-height: 1; border-radius: 4px; transition: all 0.2s ease; }

.theme-toggle #theme-toggle-btn:hover { background-color: var(--search-bg); }

.theme-toggle #theme-toggle-btn svg { width: 20px; height: 20px; }

.theme-toggle #theme-toggle-btn .light-icon { display: block; }

.theme-toggle #theme-toggle-btn .dark-icon { display: none; }

[data-theme="dark"] .theme-toggle #theme-toggle-btn .light-icon { display: none; }

[data-theme="dark"] .theme-toggle #theme-toggle-btn .dark-icon { display: block; }

[data-theme="dark"] a:hover { color: var(--link-hover-color); }

[data-theme="dark"] .post-card { background-color: var(--card-bg); }

[data-theme="dark"] .post-card:hover { box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }

[data-theme="dark"] .widget { background-color: var(--card-bg); }

[data-theme="dark"] input[type="search"], [data-theme="dark"] input[type="text"], [data-theme="dark"] input[type="email"], [data-theme="dark"] textarea { background-color: var(--search-bg); border-color: var(--border-color); color: var(--text-color); }

[data-theme="dark"] input[type="search"]:focus, [data-theme="dark"] input[type="text"]:focus, [data-theme="dark"] input[type="email"]:focus, [data-theme="dark"] textarea:focus { border-color: var(--link-color); }

[data-theme="dark"] table th { background-color: var(--widget-bg); }

body { transition: background-color 0.3s ease, color 0.3s ease; }

.site-header, .site-footer, .post-card, .widget, .page-link, .tag-button, input, textarea, select, button { transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease; }

.toc-container { margin: 1.5rem 0; background-color: var(--card-bg); border-radius: 8px; border: 1px solid var(--border-color); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); overflow: hidden; }

.toc-container .toc-header { display: flex; justify-content: space-between; align-items: center; padding: 1rem; cursor: pointer; transition: background-color 0.2s ease; border-bottom: 1px solid var(--border-color); }

.toc-container .toc-header:hover { background-color: var(--hover-bg); }

.toc-container .toc-header .toc-title { margin: 0; font-size: 1.15rem; color: var(--heading-color); font-weight: 600; }

.toc-container .toc-header .toc-toggle { background: transparent; border: none; cursor: pointer; color: var(--primary-color); padding: 5px; display: flex; align-items: center; justify-content: center; transition: transform 0.2s ease; }

.toc-container .toc-header .toc-toggle:hover { color: var(--primary-color-dark); }

.toc-container .toc-header .toc-toggle .feather-chevron-up { transform: rotate(180deg); }

.toc-container .toc-content { padding: 1rem; transition: max-height 0.3s ease, opacity 0.3s ease; overflow: hidden; }

.toc-container .toc-list { list-style: none; padding-left: 0; margin-bottom: 0; }

.toc-container .toc-list .toc-list-item { padding: 0.3rem 0; }

.toc-container .toc-list .toc-list-item a { color: var(--text-color); text-decoration: none; transition: color 0.2s ease; display: inline-block; }

.toc-container .toc-list .toc-list-item a:hover { color: var(--primary-color); }

.toc-container .toc-list .toc-list-item a.active { color: var(--primary-color); font-weight: 500; }

.toc-container .toc-list .toc-list-item.toc-level-0 { font-weight: 500; }

.toc-container .toc-list .toc-list-item.toc-level-1 { padding-left: 1.5rem; font-size: 0.95rem; }

.toc-container .toc-list .toc-list-item.toc-level-2 { padding-left: 3rem; font-size: 0.9rem; }

.toc-container .toc-list .toc-list-item.toc-level-3 { padding-left: 4.5rem; font-size: 0.85rem; }

.toc-container.sticky { position: sticky; top: 80px; }

.related-posts { margin: 2rem 0; padding: 1.5rem; background-color: var(--card-bg); border-radius: 5px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }

.related-posts h3 { margin-top: 0; margin-bottom: 1.5rem; font-size: 1.4rem; color: var(--heading-color); }

.related-posts .related-posts-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 1.5rem; }

@media (max-width: 767px) { .related-posts .related-posts-grid { grid-template-columns: 1fr; } }

.related-posts .related-post-card { display: flex; flex-direction: column; border-radius: 5px; overflow: hidden; transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out; height: 100%; background: var(--card-bg); border: 1px solid var(--border-color); }

.related-posts .related-post-card:hover { transform: translateY(-3px); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }

.related-posts .related-post-image { height: 180px; overflow: hidden; background-color: var(--light-bg, #f8f9fa); }

.related-posts .related-post-image .responsive-image { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 0.3s ease; display: block; }

.related-posts .related-post-image .responsive-image.image-fallback { object-fit: contain; background-color: var(--light-bg, #f8f9fa); padding: 15px; }

.related-posts .related-post-link:hover .responsive-image { transform: scale(1.05); }

.related-posts .related-post-content { padding: 1rem; flex-grow: 1; display: flex; flex-direction: column; }

.related-posts .related-post-content h4 { margin-top: 0; margin-bottom: 0.8rem; font-size: 1.1rem; line-height: 1.3; }

.related-posts .related-post-content h4 a { color: var(--heading-color); text-decoration: none; }

.related-posts .related-post-content h4 a:hover { color: var(--primary-color); }

.related-posts .related-post-content .related-post-meta { margin-top: auto; font-size: 0.85rem; color: var(--meta-color); display: flex; flex-wrap: wrap; gap: 1rem; }

.related-posts .related-post-content .related-post-meta .post-date, .related-posts .related-post-content .related-post-meta .post-category { display: flex; align-items: center; gap: 0.3rem; }

.related-posts .related-post-content .related-post-meta .post-date i, .related-posts .related-post-content .related-post-meta .post-category i { width: 14px; height: 14px; opacity: 0.7; }

.related-posts .related-post-content .related-post-meta .post-category { color: var(--primary-color); font-weight: 500; }

.related-posts .related-post-content .related-post-excerpt { margin-top: 0.5rem; font-size: 0.9rem; color: var(--text-color); opacity: 0.8; line-height: 1.4; }

.related-posts .related-post-content .related-post-title a { color: var(--heading-color); text-decoration: none; transition: color 0.3s ease; }

.related-posts .related-post-content .related-post-title a:hover { color: var(--primary-color); }

.popup-ad-container { position: fixed; bottom: 0; left: 0; width: 100%; z-index: 9999; opacity: 0; visibility: hidden; transition: opacity 0.4s ease, visibility 0.4s ease; display: flex; justify-content: center; }

.popup-ad-container.show { opacity: 1; visibility: visible; }

.popup-ad-container.show .popup-ad-content { transform: translateY(0); opacity: 1; }

.popup-ad-container .popup-ad-content { position: relative; width: 970px; height: 70px; background-color: #fff; box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15); overflow: hidden; transform: translateY(100%); opacity: 0; transition: transform 0.4s ease, opacity 0.4s ease; display: flex; align-items: center; }

.popup-ad-container .popup-ad-header { position: absolute; top: 0; left: 0; width: auto; height: 24px; z-index: 10; display: flex; align-items: center; }

.popup-ad-container .popup-ad-header p { margin: 0; font-size: 0.7rem; font-weight: 500; color: var(--text-muted); letter-spacing: 0.5px; background-color: rgba(0, 0, 0, 0.05); padding: 2px 8px; border-bottom-right-radius: 4px; }

.popup-ad-container #popup-ad-countdown { display: flex; align-items: center; justify-content: center; width: 20px; height: 20px; background-color: var(--primary-color); color: white; border-radius: 50%; font-size: 0.7rem; font-weight: bold; margin-left: 5px; }

.popup-ad-container .popup-ad-close { position: absolute; top: 5px; right: 5px; width: 20px; height: 20px; background-color: rgba(0, 0, 0, 0.1); color: var(--text-color); border: none; border-radius: 50%; font-size: 14px; display: flex; align-items: center; justify-content: center; cursor: not-allowed; z-index: 10; transition: all 0.2s ease; opacity: 0.7; }

.popup-ad-container .popup-ad-close.active { cursor: pointer; background-color: rgba(0, 0, 0, 0.2); color: var(--text-color); opacity: 1; }

.popup-ad-container .popup-ad-close.active:hover { background-color: var(--primary-color); color: white; }

.popup-ad-container .popup-ad-close:focus { outline: none; }

.popup-ad-container .popup-ad-loader { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: flex-start; background-color: #fff; padding-left: 15px; }

.popup-ad-container .popup-ad-loader p { margin: 0; color: var(--text-muted); font-size: 0.8rem; margin-left: 10px; }

.popup-ad-container .popup-ad-loading-spinner { display: inline-block; width: 20px; height: 20px; border: 2px solid rgba(var(--primary-color-rgb), 0.2); border-radius: 50%; border-top-color: var(--primary-color); animation: spin 1s ease-in-out infinite; }

@keyframes spin { to { transform: rotate(360deg); } }

.popup-ad-container .popup-ad { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background-color: #fff; }

.popup-ad-container .popup-ad ins.adsbygoogle { width: 100%; height: 100%; display: block; }

@media (max-width: 1000px) { .popup-ad-container .popup-ad-content { width: 728px; height: 90px; } }

@media (max-width: 767px) { .popup-ad-container .popup-ad-content { width: 100%; height: 50px; } }

.responsive-image-container { overflow: hidden; position: relative; border-radius: 4px; background-color: var(--bg-color); box-shadow: var(--card-shadow); margin-bottom: 1.5rem; transition: transform 0.3s ease, box-shadow 0.3s ease; }

.responsive-image-container.post-card-image { width: 100%; height: 0; padding-bottom: 56.25%; }

.responsive-image-container.post-card-image:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); }

.responsive-image-container.post-featured-image { width: 100%; border-radius: 4px; overflow: hidden; }

.responsive-image-container.post-thumbnail { width: 80px; height: 80px; border-radius: 4px; overflow: hidden; margin-right: 1rem; flex-shrink: 0; }

.responsive-image-container.related-post-image { width: 100%; height: 0; padding-bottom: 56.25%; margin-bottom: 0.75rem; }

.responsive-image { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }

.post-card-image .responsive-image:hover, .post-featured-image .responsive-image:hover { transform: scale(1.05); }

.responsive-image.img-fluid { max-width: 100%; height: auto; }

.post-card-image .responsive-image, .related-post-image .responsive-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.post-card:hover .post-card-image .responsive-image, .related-post:hover .related-post-image .responsive-image { transform: scale(1.05); }

.post-card-image::after, .related-post-image::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 50%; background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.3)); opacity: 0; transition: opacity 0.3s ease; z-index: 1; }

.post-card:hover .post-card-image::after, .related-post:hover .related-post-image::after { opacity: 1; }

img:focus { outline: 3px solid var(--link-color); }

.subcategories-container { margin: 2rem 0 2.5rem; padding: 1.5rem; background-color: var(--widget-bg); border-radius: 4px; box-shadow: var(--card-shadow); }

.subcategories-container h3 { margin-top: 0; margin-bottom: 1.5rem; font-size: 1.25rem; color: var(--heading-color); position: relative; padding-bottom: 0.5rem; }

.subcategories-container h3:after { content: ''; position: absolute; left: 0; bottom: 0; width: 40px; height: 3px; background-color: var(--link-color); }

.subcategory-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 1.25rem; }

@media (max-width: 991px) { .subcategory-grid { grid-template-columns: repeat(3, 1fr); } }

@media (max-width: 767px) { .subcategory-grid { grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 480px) { .subcategory-grid { grid-template-columns: 1fr; } }

.subcategory-item { display: flex; flex-direction: column; align-items: center; padding: 1.25rem 1rem; background-color: var(--bg-color); border-radius: 4px; border: 1px solid var(--border-color); box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05); transition: all 0.3s ease; text-align: center; text-decoration: none !important; position: relative; overflow: hidden; }

.subcategory-item::before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(to right, var(--link-color), var(--link-hover-color)); transform: scaleX(0); transform-origin: left; transition: transform 0.3s ease; }

.subcategory-item:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); }

.subcategory-item:hover::before { transform: scaleX(1); }

.subcategory-item:hover .subcategory-icon { background-color: var(--link-color); color: white; transform: scale(1.1); }

.subcategory-item span { margin-top: 1rem; font-weight: 600; font-size: 0.95rem; color: var(--text-color); transition: color 0.3s ease; line-height: 1.3; }

.subcategory-item .post-count { margin-top: 0.5rem; font-size: 0.8rem; color: var(--meta-color); display: block; }

.subcategory-item:hover span { color: var(--link-color); }

.subcategory-icon { display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; border-radius: 50%; background-color: var(--tag-bg); color: var(--link-color); transition: all 0.3s ease; box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1); }

.subcategory-icon svg, .subcategory-icon i { width: 26px; height: 26px; font-size: 26px; }

.no-posts-message { width: 100%; padding: 2rem; text-align: center; background-color: var(--widget-bg); border-radius: 4px; margin: 2rem 0; }

.no-posts-message p { font-size: 1.1rem; color: var(--meta-color); margin-bottom: 0; }

.subcategory-navigation { margin-bottom: 2rem; background-color: var(--widget-bg); border-radius: 4px; padding: 0.75rem; border: 1px solid var(--border-color); }

.subcategory-navigation .subcategory-menu { display: flex; flex-wrap: wrap; gap: 0.5rem; list-style: none; padding: 0; margin: 0; }

.subcategory-navigation .subcategory-menu li { margin: 0; }

.subcategory-navigation .subcategory-menu a { display: inline-block; padding: 0.5rem 1rem; background-color: var(--bg-color); border-radius: 30px; color: var(--text-color); font-size: 0.9rem; font-weight: 500; text-decoration: none; transition: all 0.2s ease; border: 1px solid var(--border-color); }

.subcategory-navigation .subcategory-menu a:hover, .subcategory-navigation .subcategory-menu a.active { background-color: var(--link-color); color: white; border-color: var(--link-color); }

@media (max-width: 767px) { .subcategory-navigation { overflow-x: auto; white-space: nowrap; } .subcategory-navigation .subcategory-menu { flex-wrap: nowrap; padding-bottom: 0.25rem; } }

.page-description { margin-bottom: 2rem; color: var(--meta-color); font-size: 1.1rem; line-height: 1.5; }

.categories-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 1.5rem; margin-bottom: 3rem; }

@media (max-width: 576px) { .categories-grid { grid-template-columns: 1fr; } }

.category-card { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 2rem 1.5rem; background-color: var(--card-bg); border-radius: 4px; box-shadow: var(--card-shadow); transition: transform 0.3s ease, box-shadow 0.3s ease; position: relative; overflow: hidden; }

.category-card::before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(to right, var(--link-color), var(--link-hover-color)); transform: scaleX(0); transform-origin: left; transition: transform 0.3s ease; }

.category-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); }

.category-card:hover::before { transform: scaleX(1); }

.category-card:hover .category-icon { background-color: var(--link-color); color: white; transform: scale(1.1); }

.category-icon { display: flex; align-items: center; justify-content: center; width: 70px; height: 70px; border-radius: 50%; background-color: var(--tag-bg); color: var(--link-color); margin-bottom: 1.25rem; transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease; }

.category-icon svg { width: 30px; height: 30px; }

.category-name { font-size: 1.3rem; font-weight: 600; margin-bottom: 0.75rem; color: var(--heading-color); transition: color 0.3s ease; }

.category-card:hover .category-name { color: var(--link-color); }

.category-post-count { font-size: 0.9rem; color: var(--meta-color); font-weight: 500; }

.category-tag-cloud { padding: 2rem; background-color: var(--card-bg); border-radius: 4px; box-shadow: var(--card-shadow); margin-bottom: 2rem; }

.category-tag-cloud h2 { margin-top: 0; margin-bottom: 1.5rem; font-size: 1.5rem; }

.tag-cloud { display: flex; flex-wrap: wrap; gap: 0.75rem; }

.tag-button { display: inline-flex; align-items: center; padding: 0.5rem 1rem; background-color: var(--tag-bg); border-radius: 50px; font-size: 0.9rem; font-weight: 500; color: var(--text-color); transition: all 0.3s ease; }

.tag-button:hover { background-color: var(--link-color); color: white; transform: translateY(-2px); }

.tag-button .tag-count { font-size: 0.8rem; opacity: 0.7; margin-left: 0.25rem; }

.search-form { position: relative; }

.search-form .input-group { display: flex; align-items: center; border-radius: 4px; overflow: hidden; border: 1px solid var(--border-color); background-color: var(--input-bg); }

.search-form .input-group input { flex: 1; border: none; padding: 0.75rem 1rem; background-color: transparent; color: var(--text-color); font-size: 0.95rem; }

.search-form .input-group input:focus { outline: none; }

.search-form .input-group .search-btn { background-color: var(--input-bg); border: none; padding: 0.75rem 1rem; color: var(--text-muted); cursor: pointer; transition: all 0.2s ease; }

.search-form .input-group .search-btn:hover { color: var(--link-color); }

.search-form .input-group .search-btn svg { width: 18px; height: 18px; }

.search-form .live-search-results { position: absolute; top: 100%; left: 0; right: 0; z-index: 1000; background-color: var(--card-bg); border: 1px solid var(--border-color); border-radius: 4px; box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15); margin-top: 0.5rem; max-height: 400px; overflow-y: auto; display: none; opacity: 0; transform: translateY(-10px); transition: opacity 0.2s ease, transform 0.2s ease; }

.search-form .live-search-results.active, .search-form .live-search-results[style*="display: block"] { opacity: 1; transform: translateY(0); }

.search-form .live-search-results p { padding: 1rem; margin: 0; color: var(--text-muted); font-style: italic; }

.search-form .live-search-results .live-search-list { list-style: none; padding: 0; margin: 0; }

.search-form .live-search-results .live-search-list .live-search-item { border-bottom: 1px solid var(--border-color); }

.search-form .live-search-results .live-search-list .live-search-item:last-child { border-bottom: none; }

.search-form .live-search-results .live-search-list .live-search-item a { display: flex; padding: 0.8rem 1rem; color: var(--text-color); justify-content: space-between; align-items: center; transition: all 0.2s ease; text-decoration: none; }

.search-form .live-search-results .live-search-list .live-search-item a:hover { background-color: var(--hover-bg); }

.search-form .live-search-results .live-search-list .live-search-item a .live-search-title { flex: 1; font-weight: 500; margin-right: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.search-form .live-search-results .live-search-list .live-search-item a .live-search-category { font-size: 0.8rem; color: var(--meta-color); background-color: var(--tag-bg); padding: 0.2rem 0.5rem; border-radius: 3px; white-space: nowrap; }

.search-form .live-search-results .live-search-list .live-search-more { text-align: center; background-color: var(--hover-bg); }

.search-form .live-search-results .live-search-list .live-search-more a { display: block; padding: 0.6rem 1rem; color: var(--link-color); font-weight: 500; font-size: 0.9rem; }

.search-form .live-search-results .live-search-list .live-search-more a:hover { text-decoration: underline; }

.search-results-container .search-form { margin-bottom: 2rem; max-width: 600px; }

.search-results-container .search-results-list .search-result-item { margin-bottom: 2rem; padding-bottom: 2rem; border-bottom: 1px solid var(--border-color); }

.search-results-container .search-results-list .search-result-item:last-child { border-bottom: none; }

.search-results-container .search-results-list .search-result-item h3 { margin-top: 0; margin-bottom: 0.5rem; }

.search-results-container .search-results-list .search-result-item h3 a { color: var(--heading-color); }

.search-results-container .search-results-list .search-result-item h3 a:hover { color: var(--link-color); }

.search-results-container .search-results-list .search-result-item .search-result-excerpt { margin-bottom: 0.75rem; }

.search-results-container .search-results-list .search-result-item .search-result-excerpt mark { background-color: rgba(var(--accent-rgb), 0.2); padding: 0.1rem 0.2rem; border-radius: 2px; }

.search-results-container .search-results-list .search-result-item .search-result-meta { font-size: 0.85rem; color: var(--meta-color); }

.search-results-container .search-results-list .search-result-item .search-result-meta .date { margin-right: 0.75rem; }

.home-intro { margin-bottom: 3rem; padding: 2rem 0; }

.home-intro .intro-text { text-align: center; max-width: 800px; margin: 0 auto 2rem; }

.home-intro .intro-text h2 { font-size: 2.5rem; margin-bottom: 1.5rem; color: var(--heading-color); font-weight: 700; }

.home-intro .intro-text p { font-size: 1.1rem; line-height: 1.7; color: var(--text-color); margin-bottom: 2rem; }

.home-intro .home-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin-top: 2.5rem; }

.home-intro .home-features .feature-item { text-align: center; padding: 1.5rem; border-radius: 12px; background-color: var(--card-bg); box-shadow: var(--card-shadow); transition: transform 0.3s ease, box-shadow 0.3s ease; }

.home-intro .home-features .feature-item:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); }

.home-intro .home-features .feature-item .feature-icon { width: 50px; height: 50px; color: var(--primary-color); margin-bottom: 1rem; stroke-width: 1.5; }

.home-intro .home-features .feature-item h3 { font-size: 1.3rem; margin-bottom: 0.75rem; color: var(--heading-color); }

.home-intro .home-features .feature-item p { font-size: 0.95rem; line-height: 1.6; color: var(--text-muted); }

.home-banner { margin: 3rem 0; padding: 3rem 0; background-color: rgba(var(--primary-color-rgb), 0.05); border-radius: 12px; }

.home-banner .banner-content { text-align: center; max-width: 600px; margin: 0 auto; }

.home-banner .banner-content h3 { font-size: 1.8rem; margin-bottom: 1rem; color: var(--heading-color); }

.home-banner .banner-content p { font-size: 1.1rem; margin-bottom: 1.5rem; color: var(--text-color); }

.home-banner .banner-content .btn-primary { padding: 0.75rem 2rem; font-weight: 500; font-size: 1.05rem; transition: all 0.3s ease; }

.home-banner .banner-content .btn-primary:hover { transform: translateY(-3px); box-shadow: 0 10px 20px rgba(var(--primary-color-rgb), 0.2); }

.post-grid { margin-bottom: 3rem; }

.post-grid .post-grid-item { margin-bottom: 2rem; height: 100%; }

.post-grid .post-grid-item .post-card { height: 100%; display: flex; flex-direction: column; background-color: var(--card-bg); }

.post-grid .post-grid-item .post-card-content { flex: 1; display: flex; flex-direction: column; }

.post-grid .post-grid-item .post-readmore { margin-top: auto; }

.post-grid .in-grid-ad { padding: 1.5rem; margin: 1rem 0 2rem; background-color: var(--card-bg); border-radius: 4px; box-shadow: var(--card-shadow); text-align: center; }

.featured-posts { margin-bottom: 3rem; }

.featured-posts .section-title { margin-bottom: 1.5rem; padding-bottom: 0.75rem; border-bottom: 2px solid var(--border-color); font-size: 1.75rem; font-weight: 700; color: var(--heading-color); }

.featured-posts .row { margin-bottom: 1rem; }

.featured-posts .col-md-6 { margin-bottom: 1.5rem; }

.latest-posts .section-title { margin-bottom: 2rem; padding-bottom: 0.75rem; border-bottom: 3px solid var(--primary-color); font-size: 1.75rem; font-weight: 700; color: var(--heading-color); position: relative; display: inline-block; }

.latest-posts .section-title:after { content: ''; position: absolute; bottom: -3px; left: 0; width: 60px; height: 3px; background-color: var(--primary-color); }

.latest-posts .view-all-posts { text-align: center; margin-top: 2rem; }

.latest-posts .view-all-posts .btn-primary { padding: 0.75rem 2rem; font-weight: 500; font-size: 1.05rem; }

.latest-posts .view-all-posts .btn-primary:hover { transform: translateY(-3px); box-shadow: 0 10px 20px rgba(var(--primary-color-rgb), 0.2); }

@media (max-width: 767px) { .home-intro .intro-text h2 { font-size: 2rem; } .home-intro .home-features { grid-template-columns: 1fr; } .home-intro .home-features .feature-item { max-width: 400px; margin: 0 auto; } .home-banner .banner-content h3 { font-size: 1.5rem; } }

.about-page { margin-bottom: 3rem; }

.about-page .about-header { text-align: center; margin-bottom: 3rem; padding-bottom: 2rem; border-bottom: 1px solid var(--border-color); }

.about-page .about-header .page-title { font-size: 2.5rem; font-weight: 700; color: var(--heading-color); margin-bottom: 1rem; }

.about-page .about-header .lead-text { font-size: 1.2rem; color: var(--text-muted); max-width: 700px; margin: 0 auto; line-height: 1.6; }

.about-page .about-section { margin-bottom: 3rem; padding-bottom: 2rem; border-bottom: 1px solid var(--border-color-light); }

.about-page .about-section:last-child { border-bottom: none; }

.about-page .about-section h2 { font-size: 1.8rem; font-weight: 600; color: var(--heading-color); margin-bottom: 1.5rem; padding-bottom: 0.5rem; border-bottom: 2px solid var(--primary-color-light); display: inline-block; }

.about-page .about-section p { margin-bottom: 1rem; line-height: 1.7; color: var(--text-color); }

.about-page .about-section p:last-child { margin-bottom: 0; }

.about-page .about-section ul, .about-page .about-section ol { margin-bottom: 1.5rem; padding-left: 1.5rem; }

.about-page .about-section ul li, .about-page .about-section ol li { margin-bottom: 0.75rem; line-height: 1.6; }

.about-page .about-section blockquote { margin: 2rem 0; padding: 1.5rem 2rem; border-left: 4px solid var(--primary-color); background-color: rgba(var(--primary-color-rgb), 0.05); border-radius: 0 4px 4px 0; }

.about-page .about-section blockquote p { font-style: italic; color: var(--text-color); margin-bottom: 0; font-size: 1.05rem; }

.about-page .feature-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.5rem; margin-top: 1.5rem; }

.about-page .feature-grid .feature-item { background-color: var(--card-bg); padding: 1.5rem; border-radius: 4px; box-shadow: var(--card-shadow); transition: transform 0.3s ease, box-shadow 0.3s ease; }

.about-page .feature-grid .feature-item:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08); }

.about-page .feature-grid .feature-item h3 { font-size: 1.2rem; color: var(--heading-color); margin-bottom: 0.75rem; font-weight: 600; }

.about-page .feature-grid .feature-item p { font-size: 0.95rem; color: var(--text-muted); margin-bottom: 0; }

.about-page .tech-stack-list { background-color: var(--code-bg); padding: 1.5rem 2rem; border-radius: 4px; list-style-type: none; }

.about-page .tech-stack-list li { padding: 0.5rem 0; border-bottom: 1px dashed var(--border-color-light); }

.about-page .tech-stack-list li:last-child { border-bottom: none; }

.about-page .tech-stack-list li strong { color: var(--primary-color); margin-right: 0.5rem; }

.about-page .cta-box { background-color: var(--primary-color-light); padding: 2rem; border-radius: 4px; text-align: center; margin: 2rem 0; }

.about-page .cta-box h3 { color: var(--heading-color); font-size: 1.5rem; margin-bottom: 1rem; }

.about-page .cta-box p { margin-bottom: 1.5rem; }

.about-page .cta-box .btn-primary { background-color: var(--primary-color); color: white; border: none; padding: 0.75rem 2rem; border-radius: 4px; font-weight: 500; transition: all 0.3s ease; }

.about-page .cta-box .btn-primary:hover { background-color: var(--primary-color-dark); transform: translateY(-3px); box-shadow: 0 10px 20px rgba(var(--primary-color-rgb), 0.2); }

@media (max-width: 767px) { .about-page .about-header { padding-bottom: 1.5rem; margin-bottom: 2rem; } .about-page .about-header .page-title { font-size: 2rem; } .about-page .about-header .lead-text { font-size: 1.1rem; } .about-page .feature-grid { grid-template-columns: 1fr; } .about-page .about-section h2 { font-size: 1.5rem; } }

.contact-page { margin-bottom: 3rem; }

.contact-page .contact-header { text-align: center; margin-bottom: 2.5rem; }

.contact-page .contact-header .page-title { font-size: 2.5rem; font-weight: 700; color: var(--heading-color); margin-bottom: 1rem; }

.contact-page .contact-header .lead-text { font-size: 1.2rem; color: var(--text-muted); max-width: 700px; margin: 0 auto; line-height: 1.6; }

.contact-page .contact-intro { text-align: center; max-width: 800px; margin: 0 auto 3rem; }

.contact-page .contact-intro p { font-size: 1.1rem; line-height: 1.7; }

.contact-page .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-bottom: 3rem; }

@media (max-width: 767px) { .contact-page .contact-grid { grid-template-columns: 1fr; } }

.contact-page .section-title { font-size: 1.5rem; font-weight: 600; margin-bottom: 1.5rem; padding-bottom: 0.5rem; border-bottom: 2px solid var(--border-color); color: var(--heading-color); }

.contact-page .contact-form-wrapper .contact-form { background-color: var(--card-bg); padding: 2rem; border-radius: 4px; box-shadow: var(--card-shadow); }

.contact-page .contact-form-wrapper .contact-form .form-group { margin-bottom: 1.5rem; }

.contact-page .contact-form-wrapper .contact-form .form-group label { display: block; margin-bottom: 0.5rem; font-weight: 500; color: var(--heading-color); }

.contact-page .contact-form-wrapper .contact-form .form-group .form-control { width: 100%; padding: 0.75rem 1rem; font-size: 1rem; border: 1px solid var(--border-color); border-radius: 4px; background-color: var(--input-bg); color: var(--text-color); transition: border-color 0.2s ease, box-shadow 0.2s ease; }

.contact-page .contact-form-wrapper .contact-form .form-group .form-control:focus { border-color: var(--primary-color); box-shadow: 0 0 0 0.2rem rgba(var(--primary-color-rgb), 0.25); outline: none; }

.contact-page .contact-form-wrapper .contact-form .form-group textarea.form-control { min-height: 150px; resize: vertical; }

.contact-page .contact-form-wrapper .contact-form .btn-primary { background-color: var(--primary-color); border: none; color: white; padding: 0.75rem 1.5rem; font-size: 1rem; font-weight: 500; border-radius: 4px; cursor: pointer; transition: all 0.3s ease; }

.contact-page .contact-form-wrapper .contact-form .btn-primary:hover { background-color: var(--primary-color-dark); transform: translateY(-3px); box-shadow: 0 10px 20px rgba(var(--primary-color-rgb), 0.2); }

.contact-page .contact-info-wrapper { display: flex; flex-direction: column; gap: 2rem; }

.contact-page .contact-info-wrapper .contact-info-box, .contact-page .contact-info-wrapper .social-box { background-color: var(--card-bg); padding: 2rem; border-radius: 4px; box-shadow: var(--card-shadow); }

.contact-page .contact-info-wrapper .contact-method { margin-bottom: 1.5rem; }

.contact-page .contact-info-wrapper .contact-method:last-child { margin-bottom: 0; }

.contact-page .contact-info-wrapper .contact-method h3 { display: flex; align-items: center; font-size: 1.2rem; margin-bottom: 0.75rem; color: var(--heading-color); }

.contact-page .contact-info-wrapper .contact-method h3 .contact-icon { margin-right: 0.5rem; color: var(--primary-color); width: 20px; height: 20px; }

.contact-page .contact-info-wrapper .contact-method p { margin-bottom: 0.5rem; color: var(--text-color); }

.contact-page .contact-info-wrapper .contact-method a { color: var(--primary-color); font-weight: 500; text-decoration: none; }

.contact-page .contact-info-wrapper .contact-method a:hover { text-decoration: underline; }

.contact-page .contact-info-wrapper .contact-method .service-hours { padding-left: 1rem; margin-top: 0.5rem; margin-bottom: 0; }

.contact-page .contact-info-wrapper .contact-method .service-hours li { margin-bottom: 0.5rem; color: var(--text-color); }

.contact-page .contact-info-wrapper .contact-method .service-hours li:last-child { margin-bottom: 0; }

.contact-page .contact-info-wrapper .social-links { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1rem; }

.contact-page .contact-info-wrapper .social-links a { display: flex; align-items: center; padding: 0.5rem 1rem; background-color: var(--background); border-radius: 4px; color: var(--text-color); text-decoration: none; transition: all 0.3s ease; }

.contact-page .contact-info-wrapper .social-links a:hover { background-color: var(--primary-color-light); color: var(--primary-color); transform: translateY(-3px); }

.contact-page .contact-info-wrapper .social-links a .social-icon { margin-right: 0.5rem; width: 18px; height: 18px; }

.contact-page .contact-feedback { background-color: var(--background); padding: 2.5rem; border-radius: 4px; text-align: center; margin-bottom: 3rem; border: 1px solid var(--border-color-light); }

.contact-page .contact-feedback p { max-width: 700px; margin: 0 auto 2rem; font-size: 1.1rem; line-height: 1.7; }

.contact-page .contact-feedback .feedback-badges { display: flex; justify-content: center; flex-wrap: wrap; gap: 1.5rem; }

.contact-page .contact-feedback .feedback-badges .feedback-badge { display: flex; flex-direction: column; align-items: center; padding: 1.5rem; background-color: var(--card-bg); border-radius: 4px; min-width: 150px; box-shadow: var(--card-shadow); }

.contact-page .contact-feedback .feedback-badges .feedback-badge .badge-icon { color: var(--primary-color); width: 30px; height: 30px; margin-bottom: 1rem; }

.contact-page .contact-feedback .feedback-badges .feedback-badge span { font-weight: 500; color: var(--heading-color); }

.contact-page .contact-cta { background-color: var(--primary-color-light); padding: 2.5rem; border-radius: 4px; text-align: center; }

.contact-page .contact-cta p { font-size: 1.1rem; margin-bottom: 1.5rem; color: var(--text-color); }

.contact-page .contact-cta .btn-secondary { background-color: var(--background); color: var(--primary-color); border: 2px solid var(--primary-color); padding: 0.75rem 1.5rem; font-size: 1rem; font-weight: 500; border-radius: 4px; text-decoration: none; transition: all 0.3s ease; }

.contact-page .contact-cta .btn-secondary:hover { background-color: var(--primary-color); color: white; transform: translateY(-3px); box-shadow: 0 10px 20px rgba(var(--primary-color-rgb), 0.2); }

@media (max-width: 767px) { .contact-page .contact-header .page-title { font-size: 2rem; } .contact-page .contact-form-wrapper, .contact-page .contact-info-wrapper { margin-bottom: 2rem; } .contact-page .feedback-badges .feedback-badge { flex: 1; min-width: 120px; } }

/* Featured Posts Section */
.featured-posts-container { padding: 2rem 0; background-color: var(--primary-color-light); margin-bottom: 2rem; }

.featured-posts-container .section-title { font-size: 1.75rem; font-weight: 700; margin-bottom: 1.5rem; position: relative; padding-bottom: 10px; color: var(--heading-color); text-align: center; }

.featured-posts-container .section-title:after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 80px; height: 3px; background-color: var(--primary-color); }

.featured-posts-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }

@media (min-width: 768px) { .featured-posts-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; } }

.featured-posts-grid .featured-post-item { box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; border-radius: 8px; overflow: hidden; background-color: var(--card-bg); height: 100%; }

.featured-posts-grid .featured-post-item:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12); }

@media (min-width: 768px) { .featured-posts-grid .featured-post-main { grid-column: 1 / -1; grid-row: 1; } .featured-posts-grid .featured-post-main .featured-post-card { display: flex; flex-direction: row; } .featured-posts-grid .featured-post-main .featured-post-card .featured-post-image-wrapper { flex: 0 0 50%; } .featured-posts-grid .featured-post-main .featured-post-card .featured-post-image-wrapper img, .featured-posts-grid .featured-post-main .featured-post-card .featured-post-image-wrapper .generated-image { height: 100%; min-height: 300px; object-fit: cover; } .featured-posts-grid .featured-post-main .featured-post-card .featured-post-content { flex: 0 0 50%; } }

@media (min-width: 768px) { .featured-posts-grid .featured-post-secondary { grid-row: 2; } }

.featured-post-card { height: 100%; display: flex; flex-direction: column; }

.featured-post-card .featured-post-image-wrapper { position: relative; overflow: hidden; }

.featured-post-card .featured-post-image-wrapper img, .featured-post-card .featured-post-image-wrapper .generated-image { width: 100%; height: 220px; object-fit: cover; transition: transform 0.5s ease; }

.featured-post-card .featured-post-image-wrapper:hover img { transform: scale(1.05); }

.featured-post-card .featured-post-image-wrapper .generated-image { background: linear-gradient(135deg, var(--primary-color), var(--secondary-color)); display: flex; justify-content: center; align-items: center; }

.featured-post-card .featured-post-image-wrapper .generated-image .title-image { color: white; font-weight: bold; text-align: center; padding: 1rem; font-size: 1.2rem; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }

.featured-post-card .featured-post-image-wrapper .featured-post-categories { position: absolute; bottom: 15px; left: 15px; z-index: 2; }

.featured-post-card .featured-post-image-wrapper .featured-post-categories .post-category { display: inline-block; background: var(--primary-color); color: white; font-size: 0.8rem; padding: 5px 10px; border-radius: 3px; text-decoration: none; transition: background 0.3s ease; }

.featured-post-card .featured-post-image-wrapper .featured-post-categories .post-category:hover { background: var(--secondary-color); }

.featured-post-card .featured-post-content { padding: 1.5rem; display: flex; flex-direction: column; flex-grow: 1; }

.featured-post-card .featured-post-content .featured-post-title { margin-top: 0; margin-bottom: 0.75rem; font-size: 1.25rem; font-weight: 700; line-height: 1.4; }

.featured-post-card .featured-post-content .featured-post-title a { color: var(--heading-color); text-decoration: none; transition: color 0.3s ease; }

.featured-post-card .featured-post-content .featured-post-title a:hover { color: var(--primary-color); }

.featured-post-card .featured-post-content .featured-post-meta { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 1rem; font-size: 0.85rem; color: var(--text-muted); }

.featured-post-card .featured-post-content .featured-post-meta i { margin-right: 5px; }

.featured-post-card .featured-post-content .featured-post-meta .featured-post-author, .featured-post-card .featured-post-content .featured-post-meta .featured-post-date { display: flex; align-items: center; }

.featured-post-card .featured-post-content .featured-post-excerpt { margin-bottom: 1.25rem; color: var(--text-color); font-size: 0.95rem; line-height: 1.6; flex-grow: 1; }

.featured-post-card .featured-post-content .read-more-link { color: var(--primary-color); text-decoration: none; font-weight: 600; font-size: 0.95rem; margin-top: auto; display: inline-flex; align-items: center; transition: color 0.3s ease; }

.featured-post-card .featured-post-content .read-more-link i { margin-left: 5px; transition: transform 0.3s ease; }

.featured-post-card .featured-post-content .read-more-link:hover { color: var(--secondary-color); }

.featured-post-card .featured-post-content .read-more-link:hover i { transform: translateX(3px); }

/* Responsive adjustments */
@media (max-width: 767px) { .featured-post-card { flex-direction: column; } .featured-post-card .featured-post-image-wrapper { width: 100%; } .featured-post-card .featured-post-content { width: 100%; } }

@media (max-width: 575px) { .site-header .site-branding .site-logo .logo-img { height: 35px; } .site-header .site-branding .site-logo .site-title { font-size: 1.25rem; } .site-navigation .nav-menu { display: none; } .site-navigation .mobile-menu { display: block; } .mobile-menu-toggle { display: block; } .post-card .post-title { font-size: 1.35rem; } .post-card.featured-post .post-title { font-size: 1.5rem; } .post .post-title { font-size: 1.75rem; } .post .post-meta { flex-direction: column; gap: 0.5rem; } .footer-top .col-md-4, .footer-top .col-md-2, .footer-top .col-md-3 { margin-bottom: 2rem; } .footer-top .col-md-4:last-child, .footer-top .col-md-2:last-child, .footer-top .col-md-3:last-child { margin-bottom: 0; } .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; } .footer-bottom .copyright { order: 2; } .footer-bottom .back-to-top { order: 1; } }

@media (min-width: 576px) and (max-width: 767px) { .site-navigation .nav-menu { display: none; } .site-navigation .mobile-menu { display: block; } .mobile-menu-toggle { display: block; } }

@media (min-width: 768px) and (max-width: 991px) { .post-card .post-thumbnail img { height: 180px; } }

@media (min-width: 992px) { .mobile-menu-toggle { display: none; } }

.mobile-menu-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.5); z-index: 1028; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease; }

.mobile-menu-overlay.active { opacity: 1; visibility: visible; }

.mobile-menu { display: block; background-color: var(--card-bg); position: fixed; top: 0; right: -320px; width: 320px; height: 100%; z-index: 1030; overflow-y: auto; overflow-x: hidden; transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1); box-shadow: -5px 0 25px rgba(0, 0, 0, 0.15); transform: translateX(0); }

.mobile-menu.active { transform: translateX(-320px); animation: menuBounce 0.4s cubic-bezier(0.23, 1, 0.32, 1); }

@keyframes menuBounce { 0% { transform: translateX(0); }
  90% { transform: translateX(-330px); }
  100% { transform: translateX(-320px); } }

.mobile-menu .mobile-menu-inner { display: flex; flex-direction: column; height: 100%; }

.mobile-menu .mobile-menu-header { padding: 1.25rem; border-bottom: 1px solid var(--border-color); }

.mobile-menu .mobile-menu-header .mobile-search .search-form { margin-bottom: 0; }

.mobile-menu .mobile-menu-header .mobile-search .search-form .input-group { border-radius: 4px; }

.mobile-menu .mobile-menu-header .mobile-search .search-form .input-group input[type="search"] { border-radius: 4px 0 0 4px; height: 42px; background-color: var(--input-bg); border-color: var(--border-color); color: var(--text-color); }

.mobile-menu .mobile-menu-header .mobile-search .search-form .input-group input[type="search"]:focus { box-shadow: none; border-color: var(--primary-color); }

.mobile-menu .mobile-menu-header .mobile-search .search-form .input-group .search-btn { border-radius: 0 4px 4px 0; background-color: var(--primary-color); border-color: var(--primary-color); color: white; }

.mobile-menu .mobile-menu-header .mobile-search .search-form .input-group .search-btn:hover { background-color: var(--primary-color-dark); }

.mobile-menu .mobile-navigation { padding: 1.25rem; flex: 1; }

.mobile-menu .mobile-navigation .nav-menu { flex-direction: column; padding-left: 0; margin-bottom: 0; list-style: none; }

.mobile-menu .mobile-navigation .nav-menu > li { margin-bottom: 0.75rem; position: relative; }

.mobile-menu .mobile-navigation .nav-menu > li > a { padding: 0.75rem 0; font-size: 1.1rem; display: block; color: var(--text-color); font-weight: 500; position: relative; transition: all 0.2s ease; text-decoration: none; }

.mobile-menu .mobile-navigation .nav-menu > li > a:hover { color: var(--link-color); transform: translateX(3px); }

.mobile-menu .mobile-navigation .nav-menu > li > a:active { transform: translateX(5px); }

.mobile-menu .mobile-navigation .nav-menu > li.menu-item-has-children > a { display: flex; justify-content: space-between; align-items: center; }

.mobile-menu .mobile-navigation .nav-menu > li.menu-item-has-children > a::after { content: ''; display: inline-block; width: 14px; height: 14px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E"); background-size: contain; background-repeat: no-repeat; background-position: center; transition: transform 0.3s ease; opacity: 0.7; }

.mobile-menu .mobile-navigation .nav-menu > li.menu-item-has-children > a.active { color: var(--link-color); }

.mobile-menu .mobile-navigation .nav-menu > li.menu-item-has-children > a.active::after { transform: rotate(180deg); opacity: 1; }

.mobile-menu .mobile-navigation .nav-menu > li:last-child { margin-bottom: 0; }

.mobile-menu .mobile-navigation .nav-menu .sub-menu { position: static; visibility: visible; opacity: 1; transform: none; box-shadow: none; border: none; background-color: rgba(0, 0, 0, 0.03); border-radius: 4px; padding: 0.5rem 0.75rem 0.5rem 1.25rem; margin-top: 0.35rem; margin-bottom: 0.5rem; display: none; transition: all 0.3s ease; max-height: 0; overflow: hidden; }

.mobile-menu .mobile-navigation .nav-menu .sub-menu.active { display: block; max-height: 1000px; animation: slideDown 0.3s ease forwards; }

@keyframes slideDown { from { opacity: 0;
    transform: translateY(-10px); }
  to { opacity: 1;
    transform: translateY(0); } }

.mobile-menu .mobile-navigation .nav-menu .sub-menu li { margin-bottom: 0.5rem; }

.mobile-menu .mobile-navigation .nav-menu .sub-menu li:last-child { margin-bottom: 0; }

.mobile-menu .mobile-navigation .nav-menu .sub-menu li a { padding: 0.5rem 0; display: block; color: var(--text-muted); font-size: 1rem; text-decoration: none; transition: all 0.2s ease; }

.mobile-menu .mobile-navigation .nav-menu .sub-menu li a:hover { color: var(--link-color); transform: translateX(3px); }

.mobile-menu .mobile-navigation .nav-menu .sub-menu li a:active { transform: translateX(5px); }

/*# sourceMappingURL=styles.css.map */