@charset "UTF-8";:root{color-scheme:dark;--bg-0: #0e1116;--bg-1: #131822;--bg-2: #1b2330;--text: #e8edf2;--muted: #a9b3c0;--accent-blue: #3aa0ff;--accent-green: #44d19a;--line: #263040;--focus: #7bd7ff;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--shadow-soft: 0 12px 40px rgba(10, 14, 22, .45);--shadow-hover: 0 16px 48px rgba(26, 99, 184, .4);--shadow-hero: 0 24px 64px rgba(0, 0, 0, .45);--container-max: 1240px;--content-max: 72ch;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-14: 56px;--space-18: 72px;--gap-xs: var(--space-2);--gap-sm: var(--space-3);--gap-md: var(--space-6);--gap-lg: var(--space-8);--gap-xl: var(--space-12);--gap-xxl: var(--space-14);--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "JetBrains Mono", "Fira Code", ui-monospace, SFMono-Regular, monospace;--transition-base: .2s ease;--transition-fast: .12s ease;--border-thin: 1px solid rgba(255, 255, 255, .05);--container-pad-mobile: 24px;--container-pad-tablet: 40px;--container-pad-desktop: 56px}html[data-theme=light]{color-scheme:light;--bg-0: #f5f7fb;--bg-1: #ffffff;--bg-2: #f0f4ff;--text: #0f141b;--muted: #4b5565;--line: #d7dee9;--focus: #2fb1ff;--accent-blue: #2f7df4;--accent-green: #24b27f;--shadow-soft: 0 12px 32px rgba(12, 32, 64, .12);--shadow-hover: 0 18px 48px rgba(47, 125, 244, .25);--shadow-hero: 0 24px 64px rgba(47, 125, 244, .18)}body.accent-green{--accent-active: var(--accent-green)}body,body.accent-blue{--accent-active: var(--accent-blue)}@media (prefers-color-scheme: light){html:not([data-theme]){color-scheme:light;--bg-0: #f5f7fb;--bg-1: #ffffff;--bg-2: #f0f4ff;--text: #0f141b;--muted: #4b5565;--line: #d7dee9;--focus: #2fb1ff}}html[data-theme=light] body,html[data-theme=light] body.accent-blue{--accent-active: var(--accent-blue)}html[data-theme=light] body.accent-green{--accent-active: var(--accent-green)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;background-color:var(--bg-0)}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}}body{margin:0;font-family:var(--font-sans);background:var(--bg-0);color:var(--text);font-size:18px;line-height:1.6;min-height:100vh;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}html.no-js{scroll-behavior:auto}h1,h2,h3,h4,h5,h6{margin:0 0 var(--space-6);line-height:1.25;font-weight:600;color:var(--text)}h1{font-size:2.2rem}h2{font-size:1.8rem}h3{font-size:1.4rem}p{margin:0 0 1rem;max-width:var(--content-max)}a{color:var(--accent-active);text-decoration:none;transition:color var(--transition-fast),opacity var(--transition-fast)}a:hover,a:focus-visible{opacity:.85}img,video,iframe{display:block;max-width:100%;height:auto;border-radius:var(--radius-lg)}pre,code,kbd,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;border-radius:.6rem;border:1px solid transparent}html[data-theme=dark] pre,html[data-theme=dark] code,html[data-theme=dark] kbd,html[data-theme=dark] samp{background:#0f141b;color:#e6edf3;border-color:#243146}html[data-theme=light] pre,html[data-theme=light] code,html[data-theme=light] kbd,html[data-theme=light] samp{background:#f6f8fb;color:#111;border-color:#e3e8f1}pre{padding:1rem 1.2rem;white-space:pre-wrap;word-break:break-word;overflow-x:auto}code,kbd,samp{padding:.15em .35em}button,input,textarea,select{font:inherit;color:inherit;background:transparent}button,.btn,input[type=submit]{cursor:pointer;border:none;border-radius:var(--radius-md);padding:.75rem 1.4rem;background:var(--accent-active);color:#fff;font-weight:600;transition:transform var(--transition-base),box-shadow var(--transition-base),background var(--transition-base);box-shadow:0 0 #0000}button:hover,.btn:hover,button:focus-visible,.btn:focus-visible,input[type=submit]:hover,input[type=submit]:focus-visible{transform:translateY(-2px);box-shadow:var(--shadow-hover)}button:focus-visible,.btn:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--focus);outline-offset:3px}.skip-link{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden;z-index:1000}.skip-link:focus{left:1rem;top:1rem;width:auto;height:auto;padding:.75rem 1rem;background:var(--accent-active);color:#fff;border-radius:var(--radius-md)}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:var(--container-pad-mobile)}@media (min-width: 768px){.container{padding-inline:var(--container-pad-tablet)}}@media (min-width: 1280px){.container{padding-inline:var(--container-pad-desktop)}}.site-main{display:block}.site-header{position:sticky;top:0;z-index:1000;background:var(--bg-0);border-bottom:1px solid var(--line)}html[data-theme=light] .site-header{background:#f3f6fb}.site-header.is-scrolled{background:#0e1116eb;border-bottom-color:#202734;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}html[data-theme=light] .site-header.is-scrolled{background:#f3f6fbeb}.site-header .container{max-width:var(--container-max);margin:0 auto;padding:8px clamp(24px,4vw,40px);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px}.site-brand{display:flex;flex-direction:column;gap:4px;min-width:180px}.site-logo img{max-height:60px;width:auto}.site-brand .site-title{font-weight:600;font-size:1.25rem;color:var(--text);white-space:nowrap}.site-brand .site-description{margin:0;color:var(--muted);font-size:.95rem}.site-nav{flex:1 1 auto;display:flex}.site-nav>ul{display:flex;flex-wrap:wrap;align-items:center;gap:clamp(18px,2.2vw,30px);row-gap:10px;list-style:none;margin:0;padding:0}.site-nav li{position:relative;display:flex;align-items:center}.site-nav li.menu-item-has-children{display:inline-flex;align-items:center;position:relative}.site-nav li.menu-item-has-children>a{display:inline-flex}.site-nav li.nav-more{display:none;position:relative;align-items:center}.site-nav li.menu-item-has-children>ul{position:absolute;top:calc(100% + 8px);left:0;min-width:220px;background:var(--bg-1);border:1px solid var(--line);border-radius:12px;padding:12px 10px;display:none;box-shadow:0 12px 24px #0006;z-index:90;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}html[data-theme=light] .site-nav li.menu-item-has-children>ul{background:#fffffff2;border-color:#d7dee9;box-shadow:0 8px 32px #0000001f}.site-nav li.menu-item-has-children:hover>ul,.site-nav li.menu-item-has-children:focus-within>ul{display:block}.site-nav a{color:var(--text);text-decoration:none;padding:6px;border-radius:8px;display:inline-flex;align-items:center;line-height:1.35;transition:all .2s ease}.site-nav li.menu-item-has-children>ul a{padding:8px 12px;width:100%;border-radius:8px;transition:background-color .2s ease}.site-nav li.menu-item-has-children>ul a:hover{background:#ffffff14}html[data-theme=light] .site-nav li.menu-item-has-children>ul a:hover{background:#0000000d}.site-nav a:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.site-nav a:hover{opacity:.9}.site-nav .current-menu-item>a,.site-nav .current-menu-ancestor>a{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px}.site-nav .menu-item-has-children>a{padding-right:14px;position:relative}.site-nav .menu-item-has-children>a:after{content:"v";font-size:.75rem;margin-left:6px}.site-utilities{display:flex;align-items:center;justify-content:flex-end;gap:14px;flex-wrap:wrap}.site-utilities .utility-link{color:var(--text);text-decoration:none;font-weight:600;padding:6px 10px;border-radius:8px;border:1px solid transparent}.site-utilities .utility-link:hover,.site-utilities .utility-link:focus-visible{border-color:var(--line)}.site-search .search-form{display:flex;align-items:center;gap:var(--space-2)}.site-search .search-field{width:clamp(140px,18vw,220px);padding:6px 10px;border-radius:8px;border:1px solid var(--line);background:#131822cc;color:var(--text)}.site-search .search-submit{padding:6px 10px;border-radius:8px;border:1px solid var(--line);background:transparent;color:var(--text)}html[data-theme=light] .site-search .search-field{background:#fff;color:#0f141b;border-color:#d7dee9}html[data-theme=light] .site-search .search-submit{background:var(--accent-blue);color:#fff;border-color:var(--accent-blue)}.theme-toggle{margin-left:6px;opacity:1;position:relative;background:transparent;border:1px solid var(--line);border-radius:8px;padding:6px;transition:all .2s ease;color:var(--text)}.theme-toggle:hover{background:var(--bg-1);border-color:var(--line)}.theme-toggle .icon-sun{display:none}.theme-toggle .icon-moon,html[data-theme=light] .theme-toggle .icon-sun{display:block}html[data-theme=light] .theme-toggle .icon-moon{display:none}.theme-toggle:focus-visible{box-shadow:0 0 0 2px var(--focus)}.site-utilities .lang-switch{position:relative}.site-utilities .lang-switch select,.site-utilities .lang-switch .lang-dropdown{background:var(--bg-1);color:var(--text);border:1px solid var(--line);border-radius:10px;padding:6px 10px;font-size:.95rem}html[data-theme=light] .site-utilities .lang-switch select,html[data-theme=light] .site-utilities .lang-switch .lang-dropdown{background:#fff;border-color:#d7dee9;color:#0f141b}.site-utilities .lang-switch select:focus-visible,.site-utilities .lang-switch .lang-dropdown:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.site-nav .nav-more{position:relative;display:none;align-items:center}.site-nav .nav-more button{background:transparent;border:1px solid var(--line);color:var(--text);padding:6px 10px;border-radius:8px;display:inline-flex;align-items:center;gap:6px}.site-nav .nav-more button:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.site-nav .nav-more .more-menu{display:none;position:absolute;right:0;top:calc(100% + 8px);background:var(--bg-1);border:1px solid var(--line);border-radius:12px;padding:10px;min-width:220px;max-height:72vh;overflow:auto;z-index:110;box-shadow:0 18px 38px #00000059}.site-nav .nav-more.is-open .more-menu,.site-nav .nav-more .more-menu__item{display:block}.site-nav .nav-more .more-menu a,.site-nav .nav-more .more-menu .more-menu-link{display:block;padding:8px 10px;border-radius:8px}.site-nav .menu-item-foren{position:relative}.site-nav .menu-item-foren>ul{position:absolute;top:calc(100% + 8px);left:0;min-width:520px;max-width:720px;background:var(--bg-1);border:1px solid var(--line);border-radius:14px;padding:14px;display:none;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;z-index:120;box-shadow:0 12px 28px #00000059}.site-nav .menu-item-foren>ul>li{display:block}.site-nav .menu-item-foren>ul>li>a{display:block;padding:8px 10px;border-radius:8px}.site-nav .menu-item-foren:hover>ul,.site-nav .menu-item-foren:focus-within>ul{display:grid}.ai-btn{padding:6px 12px;border-radius:999px;background:var(--accent-active);color:#0e1116;font-weight:600}.mobile-menu-toggle{display:none}.mobile-nav-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1001;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.mobile-nav-panel{position:fixed;top:0;right:-100%;width:min(340px,85vw);height:100%;background-color:var(--bg-1);z-index:1002;transition:right .35s cubic-bezier(.4,0,.2,1);padding:80px 24px 24px;overflow-y:auto;box-shadow:-4px 0 24px #0000004d;border-left:1px solid var(--line)}html[data-theme=light] .mobile-nav-panel{background-color:#fff;box-shadow:-4px 0 24px #00000026}.mobile-nav-panel.is-open{right:0}.mobile-nav-panel:before{content:"Menü";position:absolute;top:24px;left:24px;font-size:1.5rem;font-weight:700;color:var(--text)}.mobile-nav-overlay.is-open{opacity:1;visibility:visible}.mobile-menu{list-style:none;margin:0;padding:0}.mobile-menu li{margin-bottom:4px}.mobile-menu a{color:var(--text);text-decoration:none;font-size:1.1rem;padding:14px 16px;display:block;border-radius:10px;transition:all .2s ease;font-weight:500;border:1px solid transparent}.mobile-menu a:hover,.mobile-menu a:focus{background-color:var(--bg-2);border-color:var(--line)}.mobile-menu .current-menu-item>a{background-color:var(--accent);color:#fff;font-weight:600}html[data-theme=light] .mobile-menu a:hover,html[data-theme=light] .mobile-menu a:focus{background-color:#f0f4ff}@media (max-width: 980px){.desktop-nav{display:none}.mobile-menu-toggle{display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--accent);border:2px solid var(--accent);border-radius:10px;color:#fff;cursor:pointer;padding:10px 14px;transition:all .3s ease;font-weight:600;font-size:.9rem;box-shadow:0 4px 12px #00000026}.mobile-menu-toggle:hover{transform:scale(1.05);box-shadow:0 6px 16px #00000040}.mobile-menu-toggle-icon{display:block;width:24px;height:2px;background-color:currentColor;position:relative;margin-bottom:4px}.mobile-menu-toggle-icon:before,.mobile-menu-toggle-icon:after{content:"";display:block;width:100%;height:2px;background-color:currentColor;position:absolute;left:0;transition:all .3s ease}.mobile-menu-toggle-icon:before{top:-8px}.mobile-menu-toggle-icon:after{bottom:-8px}.mobile-menu-toggle.is-active .mobile-menu-toggle-icon{background-color:transparent}.mobile-menu-toggle.is-active .mobile-menu-toggle-icon:before{top:0;transform:rotate(45deg)}.mobile-menu-toggle.is-active .mobile-menu-toggle-icon:after{bottom:0;transform:rotate(-45deg)}.site-header .container{grid-template-columns:auto 1fr;grid-template-areas:"brand utils"}.site-nav{grid-area:unset}.site-utilities{grid-area:utils;justify-self:end}}@media (max-width: 768px){.site-header .container{padding:8px 16px}.site-brand{min-width:auto}.site-title-main{font-size:1rem}.site-title-tagline{font-size:.8rem}.site-utilities{gap:8px}.site-search,.utility-link{display:none}.ai-btn{padding:8px 12px;font-size:.85rem}.theme-toggle{padding:8px}.mobile-menu-toggle{padding:8px 12px;font-size:.85rem}}@media (max-width: 640px){.site-header .container{padding:6px 12px}.site-title-main{font-size:.9rem}.site-title-tagline{font-size:.75rem}.ai-btn{font-size:0;padding:8px;min-width:40px}.ai-btn:before{content:"AI";font-size:.85rem;font-weight:700}}@media (min-width: 1240px){.theme-toggle{margin-left:10px}}.transition-fade{min-height:100vh;background:var(--bg-0)}main.site-main{padding:var(--space-14) 0 var(--space-18);display:flex;flex-direction:column;gap:var(--space-12)}section[data-scroll-section]{padding-block:var(--space-12)}.home-hero{margin-bottom:var(--space-12)}.home-hero .container{max-width:980px}.hero-post{display:grid;grid-template-columns:1.1fr .9fr;gap:var(--space-8);align-items:center;background:var(--bg-1);padding:var(--space-10);border-radius:16px;box-shadow:var(--shadow-hero);border:1px solid var(--line)}.hero-post__media{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:16/9}.hero-post__media a,.hero-post__image{display:block;width:100%;height:100%;object-fit:cover}.hero-post__content{display:flex;flex-direction:column;gap:var(--space-5);max-width:var(--content-max)}.hero-post__title a{color:var(--text)}.hero-post__excerpt{color:var(--muted);font-size:1.05rem;max-width:72ch;margin:0}.hero-post__meta{display:flex;align-items:center;gap:var(--space-3);color:var(--muted);font-size:.95rem}.post-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}@media (max-width: 1280px){.post-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-8)}}@media (max-width: 1023px){.post-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-5)}}@media (max-width: 640px){.post-grid{grid-template-columns:1fr;gap:var(--space-4)}}.hero-layout-list .post-grid{grid-template-columns:repeat(auto-fit,minmax(360px,1fr))}.post-card{background:var(--bg-1);border:1px solid var(--line);border-radius:16px;display:flex;flex-direction:column;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.post-card:hover,.post-card:focus-within{transform:translateY(-2px);box-shadow:0 8px 28px #00000040;border-color:#2f3a4e}.card-density-compact .post-card__body{padding:var(--space-5)}.card-density-compact .post-card__excerpt{display:none}.post-card__thumb{position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:14px;margin-bottom:var(--space-3)}.post-card__image{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-base)}.post-card:hover .post-card__image{transform:scale(1.02)}.post-card__body{display:flex;flex-direction:column;gap:var(--space-4);padding:var(--space-6)}@media (max-width: 1023px){.post-card__body{padding:var(--space-5)}}.post-card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-2);color:var(--muted);font-size:.9rem;margin-bottom:var(--space-2);line-height:1.3}.post-card__title{margin:var(--space-2) 0 var(--space-3);font-size:1.4rem;line-height:1.35}.post-card__title a{color:var(--text)}.post-card__excerpt{color:var(--muted);margin:0}.post-card__cta{margin-top:auto;display:inline-flex;align-items:center;gap:.3rem;color:var(--accent-active);font-weight:600}.post-card__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#3aa0ff33,#44d19a26)}.archive-header,.search-container .archive-header{display:flex;flex-direction:column;gap:var(--gap-sm);margin-bottom:var(--gap-xl)}.archive-description{color:var(--muted);max-width:var(--content-max)}.pagination-wrapper{margin-top:var(--gap-xl);margin-bottom:var(--gap-xl);display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem;background:var(--bg-1);border-radius:12px;border:1px solid var(--line)}.pagination-jumps{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;padding-bottom:1rem;border-bottom:1px solid var(--line)}.pagination-jumps-label{font-weight:600;color:var(--text);font-size:.95rem}.pagination-jump-link{display:inline-flex;padding:6px 12px;background:var(--bg-2);border:1px solid var(--line);border-radius:8px;color:var(--accent);font-weight:600;text-decoration:none;font-size:.9rem;transition:all .2s ease}.pagination-jump-link:hover{background:var(--accent);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.pagination{margin-top:0}.pagination ul{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;list-style:none;padding:0;margin:0}.pagination a,.pagination span{display:inline-flex;min-width:42px;height:42px;align-items:center;justify-content:center;border-radius:var(--radius-md);background:#ffffff0a;color:var(--muted);font-weight:600;border:1px solid rgba(255,255,255,.05);text-decoration:none;transition:all .2s ease}.pagination a:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.pagination .current{background:var(--accent-active);color:#0e1116;border-color:transparent}.pagination-info{text-align:center;color:var(--muted);font-size:.95rem;padding-top:1rem;border-top:1px solid var(--line)}html[data-theme=light] .pagination-wrapper{background:#fff}html[data-theme=light] .pagination-jump-link{background:#f0f4ff}html[data-theme=light] .pagination a,html[data-theme=light] .pagination span{background:#f5f7fb;color:#4b5565}@media (max-width: 768px){.pagination-wrapper{padding:1rem}.pagination-jumps{flex-direction:column;align-items:flex-start;gap:.5rem}.pagination-jump-link{font-size:.85rem;padding:5px 10px}.pagination a,.pagination span{min-width:36px;height:36px;font-size:.9rem}}.single-container,.page-container{display:block}.single-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,320px);gap:clamp(2.5rem,5vw,3.5rem)}.single-sidebar{position:sticky;top:6.5rem;align-self:start}.single-post__header{display:flex;flex-direction:column;gap:var(--gap-md)}.single-post__figure{margin:0}.single-post__figure img{width:100%}.single-post__figure figcaption{margin-top:.75rem;color:var(--muted);font-size:.85rem}.single-post__meta{display:flex;flex-wrap:wrap;gap:var(--gap-sm);color:var(--muted)}.single-post__content{display:grid;gap:var(--gap-lg)}.single-post__footer{display:flex;flex-direction:column;gap:var(--gap-md);margin-top:var(--gap-xl)}.post-tags a{display:inline-flex;margin-right:var(--gap-xs);margin-bottom:var(--gap-xs);padding:.3rem .75rem;background:#ffffff14;border-radius:999px;color:var(--muted)}.related-posts{margin-top:var(--gap-xxl);padding-top:var(--gap-xl);border-top:1px solid rgba(255,255,255,.05)}.related-posts__title{margin-bottom:var(--gap-lg)}.comments-area{margin-top:var(--gap-xxl)}.comment-list{list-style:none;margin:0;padding:0;display:grid;gap:var(--gap-md)}.comment{padding:var(--gap-md);background:var(--bg-1);border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.05)}.comment .comment-metadata,.comment .comment-author{color:var(--muted);font-size:.85rem}.comment-navigation{display:flex;justify-content:space-between;margin-top:var(--gap-md)}.comment-form{display:grid;gap:var(--gap-md);margin-top:var(--gap-lg)}.comment-form input,.comment-form textarea{width:100%;padding:.65rem .9rem;border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.08);background:#131822cc;color:var(--text)}.comment-form textarea{min-height:160px}.site-footer{background:var(--bg-1);padding:var(--space-12) 0;margin-top:auto;border-top:1px solid rgba(255,255,255,.05)}.footer-top{height:2px;background:linear-gradient(90deg,var(--accent-blue),var(--accent-green));opacity:.8;margin-bottom:var(--space-6)}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:28px;padding-bottom:var(--space-12)}@media (max-width: 1023px){.footer-grid{gap:var(--space-6)}}@media (max-width: 640px){.footer-grid{gap:var(--space-4)}}.footer-title{font-size:1.2rem}.footer-copy{color:var(--muted)}.footer-links,.footer-social ul{list-style:none;margin:0;padding:0;display:grid;gap:var(--space-3)}.footer-links a,.footer-social a{color:var(--muted)}.footer-bottom{border-top:1px solid rgba(255,255,255,.05);padding:1.5rem 0;text-align:center;color:var(--muted);font-size:.85rem}.not-found{display:grid;place-items:center}.error-card{text-align:center;background:var(--bg-1);padding:var(--gap-xl);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);max-width:520px}.search-form{display:flex;gap:var(--gap-sm);margin-top:var(--gap-md)}.search-field{flex:1;padding:.75rem 1rem;border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.05);background:#131822b3;color:var(--text)}.search-submit{padding:.75rem 1.2rem}.post-toc{background:#1a212ed9;border-radius:var(--radius-lg);padding:var(--gap-lg);border:1px solid rgba(255,255,255,.05);margin:var(--gap-xl) 0;box-shadow:var(--shadow-soft)}.post-toc[hidden]{display:none}.post-toc__list{display:grid;gap:.5rem;margin:0;padding-left:1rem}.post-toc__list a{color:var(--muted);font-size:.95rem}.card-density-compact .post-card__meta{font-size:.8rem}.hero-layout-list .home-grid .post-grid{grid-auto-rows:minmax(0,1fr)}.hero-layout-list .post-card{flex-direction:row;align-items:stretch}.hero-layout-list .post-card__thumb{flex:1 1 40%;min-height:100%}.hero-layout-list .post-card__body{flex:1 1 60%}@media (max-width: 1023px){.hero-post{grid-template-columns:1fr;padding:var(--space-8)}.hero-post__media{margin-bottom:var(--space-6)}.single-layout{grid-template-columns:1fr;gap:var(--space-8)}.single-sidebar{position:static;margin-top:var(--space-8)}}@media (max-width: 640px){.post-card{flex-direction:column}.post-card__body{padding:var(--space-4)}.hero-post{padding:var(--space-6)}.hero-post__meta,.post-card__meta{flex-direction:column;align-items:flex-start;gap:var(--space-2)}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}html[data-theme=dark] #bbpress-forums,html[data-theme=dark] #bbpress-forums .bbp-header,html[data-theme=dark] #bbpress-forums .bbp-footer,html[data-theme=dark] #bbpress-forums .bbp-body,html[data-theme=dark] #bbpress-forums li.bbp-forum,html[data-theme=dark] #bbpress-forums li.bbp-topic,html[data-theme=dark] #bbpress-forums li.bbp-reply{background:var(--bg-1)!important;color:var(--text)!important;border-color:var(--line)!important}html[data-theme=dark] #bbpress-forums{border:1px solid var(--line);border-radius:14px;padding:10px}html[data-theme=dark] #bbpress-forums .bbp-header,html[data-theme=dark] #bbpress-forums .bbp-footer{background:#ffffff05!important;border:0;border-radius:10px;padding:10px 12px}html[data-theme=dark] #bbpress-forums li.bbp-forum,html[data-theme=dark] #bbpress-forums li.bbp-topic,html[data-theme=dark] #bbpress-forums li.bbp-body div.bbp-reply-content{border-bottom:1px solid #2a3342}html[data-theme=dark] #bbpress-forums li.bbp-forum:last-child,html[data-theme=dark] #bbpress-forums li.bbp-topic:last-child{border-bottom:0}html[data-theme=dark] #bbpress-forums a{color:#9ecbff}html[data-theme=dark] #bbpress-forums a:hover{color:var(--accent-blue)}html[data-theme=dark] #bbpress-forums .bbp-topic-meta,html[data-theme=dark] #bbpress-forums .bbp-forum-content{color:var(--muted)}html[data-theme=dark] #bbpress-forums .bbp-search-form input[type=text],html[data-theme=dark] #bbpress-forums .bbp-search-form input[type=search]{background:#0e1116;color:var(--text);border:1px solid var(--line);border-radius:10px;padding:10px 12px}html[data-theme=dark] #bbpress-forums .bbp-search-form button,html[data-theme=dark] #bbpress-forums .bbp-search-form input[type=submit]{background:var(--accent-blue);color:#0a0f16;border:0;border-radius:10px;padding:10px 14px}html[data-theme=dark] #bbpress-forums .bbp-search-form button:hover{filter:brightness(1.05)}html[data-theme=dark] #bbpress-forums .button,html[data-theme=dark] #bbpress-forums .bbp-topic-start,html[data-theme=dark] #bbpress-forums .bbp-reply-button a{background:#243146;color:#e8edf2;border:1px solid #2f3a4e;border-radius:10px;padding:8px 12px}html[data-theme=dark] #bbpress-forums .button:hover{background:#2b3b55}html[data-theme=dark] #bbpress-forums .bbp-topic-title,html[data-theme=dark] #bbpress-forums .bbp-forum-info{font-weight:600}html[data-theme=dark] #bbpress-forums img.avatar{border-radius:8px}html[data-theme=light] #bbpress-forums{background:#fff!important;border:1px solid #d7dee9;border-radius:14px;padding:10px}html[data-theme=light] #bbpress-forums .bbp-header,html[data-theme=light] #bbpress-forums .bbp-footer{background:#f5f8fc!important;color:#0f141b!important;border:0;border-radius:10px;padding:10px 12px}html[data-theme=light] #bbpress-forums .bbp-body,html[data-theme=light] #bbpress-forums li.bbp-forum,html[data-theme=light] #bbpress-forums li.bbp-topic,html[data-theme=light] #bbpress-forums li.bbp-reply{background:#fff!important;color:#0f141b!important;border-color:#d7dee9!important}html[data-theme=light] #bbpress-forums li.bbp-forum,html[data-theme=light] #bbpress-forums li.bbp-topic,html[data-theme=light] #bbpress-forums li.bbp-body div.bbp-reply-content{border-bottom:1px solid #e5e9f0}html[data-theme=light] #bbpress-forums li.bbp-forum:last-child,html[data-theme=light] #bbpress-forums li.bbp-topic:last-child{border-bottom:0}html[data-theme=light] #bbpress-forums a{color:#0969da}html[data-theme=light] #bbpress-forums a:hover{color:var(--accent-blue);text-decoration:underline}html[data-theme=light] #bbpress-forums .bbp-topic-meta,html[data-theme=light] #bbpress-forums .bbp-forum-content{color:#6b7280}html[data-theme=light] #bbpress-forums .bbp-search-form input[type=text],html[data-theme=light] #bbpress-forums .bbp-search-form input[type=search]{background:#fff;color:#0f141b;border:1px solid #d7dee9;border-radius:10px;padding:10px 12px}html[data-theme=light] #bbpress-forums .bbp-search-form button,html[data-theme=light] #bbpress-forums .bbp-search-form input[type=submit]{background:var(--accent-blue);color:#fff;border:0;border-radius:10px;padding:10px 14px;font-weight:600}html[data-theme=light] #bbpress-forums .bbp-search-form button:hover{filter:brightness(1.1)}html[data-theme=light] #bbpress-forums .button,html[data-theme=light] #bbpress-forums .bbp-topic-start,html[data-theme=light] #bbpress-forums .bbp-reply-button a{background:#f5f8fc;color:#0f141b;border:1px solid #d7dee9;border-radius:10px;padding:8px 12px}html[data-theme=light] #bbpress-forums .button:hover{background:#e8eef5}html[data-theme=light] #bbpress-forums .bbp-topic-title,html[data-theme=light] #bbpress-forums .bbp-forum-info{font-weight:600;color:#0f141b}html[data-theme=light] #bbpress-forums img.avatar{border-radius:8px}@media (max-width: 768px){html[data-theme=dark] #bbpress-forums,html[data-theme=light] #bbpress-forums{padding:8px}html[data-theme=dark] #bbpress-forums .bbp-header,html[data-theme=dark] #bbpress-forums .bbp-footer,html[data-theme=light] #bbpress-forums .bbp-header,html[data-theme=light] #bbpress-forums .bbp-footer{padding:8px 10px}}.mobile-menu .sub-menu{display:none;padding-left:var(--space-4);margin-top:var(--space-4)}.mobile-menu .menu-item-has-children.is-open>.sub-menu{display:block}.mobile-menu .menu-item-has-children>a{display:flex;justify-content:space-between;align-items:center}.mobile-menu .menu-item-has-children>a:after{content:"+";font-size:1.5rem;margin-left:var(--space-2)}.mobile-menu .menu-item-has-children.is-open>a:after{content:"-"}.btn-secondary{background:transparent;color:var(--accent-active);border:1px solid rgba(255,255,255,.15)}.btn-secondary:hover,.btn-secondary:focus-visible{background:#3aa0ff1f;box-shadow:none}.reading-time{display:inline-flex;align-items:center;gap:.35rem;color:var(--muted)}.reading-time:before{content:"RT";font-size:.65rem;font-weight:600}.nav-subtitle{display:block;text-transform:uppercase;font-size:.75rem;letter-spacing:.08em;color:var(--muted)}.nav-title{display:block;font-weight:600;margin-top:.25rem}.post-navigation{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--space-6);margin:var(--space-14) 0}.post-navigation a{display:block;padding:var(--space-6);background:var(--bg-1);border-radius:var(--radius-lg);border:1px solid var(--line);transition:transform var(--transition-base)}.post-navigation a:hover,.post-navigation a:focus-visible{transform:translateY(-4px)}.widget{background:var(--bg-1);padding:var(--gap-lg);border-radius:var(--radius-lg);border:1px solid var(--line);margin-bottom:var(--space-6)}.widget-title{margin-bottom:var(--gap-sm)}.transition-fade{opacity:1;transition:opacity .32s ease,transform .32s ease}html.is-changing .transition-fade{opacity:0;transform:translateY(8px)}html.is-animating .transition-fade{opacity:1;transform:translateY(0)}[data-observe]{opacity:0;transform:translateY(18px);transition:opacity .42s ease,transform .42s ease}[data-observe].is-visible{opacity:1;transform:translateY(0)}.header-shadow{box-shadow:0 16px 40px #00000047}.hero-post__labels{display:flex;align-items:center;gap:var(--space-3);color:var(--muted)}.card-density-compact .post-card__title{font-size:1.1rem}.post-grid--related{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.table-responsive{overflow-x:auto}.table-responsive table{min-width:640px}.hero-post__content .btn-primary{align-self:flex-start}.main-menu a.is-active{color:var(--text);background:#3aa0ff1f}.hero-post__media{position:relative;overflow:hidden;border-radius:var(--radius-lg)}.hero-post__media:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px #ffffff14;pointer-events:none}.post-card__thumb:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px #ffffff0d;pointer-events:none}.site-nav .nav-more .more-menu a:hover,.site-nav .nav-more .more-menu a:focus-visible{background:#ffffff14}.site-nav .nav-more .more-menu a.is-active{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px}.site-nav .nav-more .more-menu__item+.more-menu__item{margin-top:6px}.ai-panel{position:fixed;top:var(--hdr, 64px);right:0;height:calc(100vh - var(--hdr, 64px));width:min(560px,92vw);transform:translate(100%);transition:transform .28s ease;background:var(--bg-1);border-left:1px solid var(--line);z-index:1200;display:flex;flex-direction:column;min-height:0}.ai-panel.open{transform:translate(0)}.ai-panel__inner{position:relative;display:flex;flex-direction:column;height:100%;min-height:0}.ai-panel__title{margin:0;padding:var(--space-6) var(--space-6) var(--space-4);font-size:1.4rem}.ai-panel__body{flex:1;display:flex;flex-direction:column;gap:var(--space-4);padding:0 var(--space-6) var(--space-6);min-height:0}.ai-panel__actions{display:flex;justify-content:flex-end;gap:var(--space-3)}.ai-close{position:absolute;top:12px;right:16px;background:transparent;border:none;color:var(--muted);font-size:1.5rem;line-height:1}.ai-close:focus-visible{outline:2px solid var(--focus);outline-offset:2px}#ai-input{width:100%;min-height:120px;resize:vertical;padding:var(--space-4);border-radius:12px;border:1px solid var(--line);background:#131822d9;color:var(--text)}.ai-output{flex:1;overflow-y:auto;padding:var(--space-4);border-radius:12px;border:1px solid var(--line);background:#0e1116d9;white-space:pre-wrap;min-height:0}.ai-send[disabled]{opacity:.65;cursor:progress}@media (prefers-reduced-motion: reduce){.ai-panel{transition:none}}body.ai-panel-open{overflow:hidden}.widget_recent_entries a{color:#9ecbff}.widget_recent_entries a:hover{color:var(--accent-blue)}.widget_recent_entries li{margin-bottom:8px}.single-post__content>*{max-width:var(--content-max);width:100%;margin-left:auto;margin-right:auto}.single-post__content .alignwide,.single-post__content .alignfull{max-width:none;width:100%}.single-post__content .wp-block-image img{border-radius:var(--radius-lg)}.single-post__content .wp-block-quote{border-left:3px solid var(--accent-active);background:#ffffff0d;padding:var(--gap-lg);border-radius:var(--radius-lg)}.single-post__content .wp-block-code,.single-post__content .wp-block-preformatted{background:#1a212ee6;padding:var(--gap-md);border-radius:var(--radius-md)}.wp-block-table{background:#141922d9;border-radius:var(--radius-md);overflow:hidden}.wp-block-table table{width:100%}.wp-block-table td,.wp-block-table th{border-color:#ffffff0d}.wp-block-pullquote{border:none;padding:var(--gap-xl);background:linear-gradient(135deg,#3aa0ff1f,#44d19a1f);border-radius:var(--radius-lg);color:var(--text)}.wp-block-separator{border-color:#ffffff14;margin:var(--gap-xl) auto;max-width:160px}.wp-block-file{display:flex;align-items:center;justify-content:space-between;gap:var(--gap-sm);padding:var(--gap-sm) var(--gap-md);background:#26304066;border-radius:var(--radius-md)}.wp-block-file__button{background:var(--accent-active);color:#fff;border-radius:var(--radius-md);padding:.6rem 1.2rem}.wp-block-gallery{gap:var(--gap-sm)}.wp-block-button__link{border-radius:var(--radius-md);background:var(--accent-active);padding:.75rem 1.5rem;font-weight:600;box-shadow:var(--shadow-soft)}.wp-block-cover{border-radius:var(--radius-lg);overflow:hidden}.wp-caption-text{color:var(--muted);font-size:.85rem;text-align:center;margin-top:.5rem}.wp-block-quote cite,.wp-block-pullquote cite{display:block;margin-top:.75rem;font-size:.85rem;color:var(--muted)}
