.reveal{opacity:0 !important;transform:translateY(40px);transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1) !important}.reveal.visible{opacity:1 !important;transform:translateY(0)}.reveal-stagger>*{opacity:0 !important;transform:translateY(20px);transition:opacity .5s ease-out,transform .5s ease-out !important}.reveal-stagger.visible>*{opacity:1 !important;transform:translateY(0)}.skip-link{position:absolute;top:-100%;left:50%;transform:translateX(-50%);background:var(--global-font-color);color:var(--global-background-color);padding:.75rem 1.5rem;border-radius:0 0 8px 8px;z-index:10000;text-decoration:none;font-weight:500;transition:top .2s ease}.skip-link:focus{top:0;outline:2px solid var(--global-font-color);outline-offset:2px}@media(max-width:768px){#header-mobile .menu{display:block !important;max-height:0;opacity:0;overflow:hidden;transition:max-height .25s ease-in-out,opacity .2s ease-in-out}#header-mobile .menu.active{max-height:500px;opacity:1;transition:max-height .3s ease-out,opacity .25s ease-out}}html,body{overflow-x:hidden;max-width:100vw}@media(min-width:769px){body{padding-top:3.5rem}}main.tw-flex-1{display:flex;flex-direction:column}html,body,header,footer,.page,.page.single,.post-card,.post-card-content,.post-card-title,.post-card-meta,.post-card-image,.section-box,.post-meta,.post-taxonomies,.post-nav a,.menu-item,.footer-container,.chroma,.highlight,.tag,.taxonomy-item,.content,h1,h2,h3,h4,h5,h6,p,span,li{transition:background-color .4s ease,color .4s ease,border-color .4s ease,box-shadow .4s ease}a,.icon,svg{transition:color .4s ease,opacity .4s ease,background-color .4s ease}*:not(.reveal):not(.reveal-stagger):not(.reveal-stagger>*){transition-property:background-color,color,border-color;transition-duration:.4s;transition-timing-function:ease}:root{--global-background-color:#f1f5f9;--color-secondary-bg:#f8fafc;--accent-warm:#3b82f6;--accent-warm-hover:#2563eb;--shadow-warm:rgba(59, 130, 246, 0.12)}html.dark{--global-background-color:#0f172a;--global-font-color:#e2e8f0;--header-background-color:#151c28;--color-secondary-bg:#1e293b;--accent-warm:#60a5fa;--accent-warm-hover:#93c5fd;--shadow-warm:rgba(0, 0, 0, 0.3)}html.dark .post-card{background:#1e293b}.content a:not(.headerLink):not(.post-card){color:var(--accent-warm);text-decoration:none}.content a:not(.headerLink):not(.post-card):hover{color:var(--accent-warm-hover);text-decoration:underline}.section-box{box-shadow:0 2px 8px var(--shadow-warm)}#header-desktop{position:fixed;top:0;left:0;right:0;z-index:100;background:var(--header-background-color,#fff);box-shadow:0 2px 8px rgba(0,0,0,.3)}.desktop .header-wrapper{display:flex;align-items:center;justify-content:space-between;min-height:3.5rem;max-width:1100px;margin:0 auto;padding:0 1rem !important}.desktop .header-left{flex:none}.site-title-link{font-weight:700;font-size:1.1rem;color:var(--global-font-color);text-decoration:none}.site-title-link:hover{opacity:.8}.desktop .menu{flex:auto;display:flex;justify-content:center}.desktop .menu-inner{display:flex;align-items:center}.desktop .menu-item{display:inline-flex;align-items:center}.desktop .header-right{flex:none;display:flex;align-items:center;gap:.75rem}.desktop .header-social{display:flex;align-items:center;gap:.6rem}.desktop .header-social a{color:inherit;opacity:.5;transition:opacity .2s;display:inline-flex;align-items:center}.desktop .header-social a:hover{opacity:1}.desktop .header-social a .icon{width:1.1rem;height:1.1rem}.theme-scene{background:0 0;border:none;padding:0;cursor:pointer;outline:none}.theme-scene:focus-visible .scene-container{box-shadow:0 0 0 2px var(--global-font-color)}.scene-container{position:relative;width:60px;height:28px;border-radius:14px;overflow:hidden;transition:all .5s ease}.scene-sky{position:absolute;inset:0;background:linear-gradient(180deg,#87CEEB 0%,#B0E0E6 100%);transition:background .5s ease}html.dark .scene-sky{background:linear-gradient(180deg,#1a1a2e 0%,#16213e 100%)}.scene-sun{position:absolute;width:18px;height:18px;background:linear-gradient(135deg,#FFD700 0%,#FFA500 100%);border-radius:50%;top:5px;left:36px;box-shadow:0 0 10px rgba(255,200,0,.6);transition:all .5s ease}html.dark .scene-sun{transform:translateY(40px);opacity:0}.scene-moon{position:absolute;width:16px;height:16px;background:linear-gradient(135deg,#f5f5f5 0%,#d4d4d4 100%);border-radius:50%;top:6px;left:38px;box-shadow:0 0 8px rgba(255,255,255,.4);transform:translateY(-40px);opacity:0;transition:all .5s ease}.scene-moon::before{content:'';position:absolute;width:4px;height:4px;background:rgba(150,150,150,.3);border-radius:50%;top:3px;left:3px}.scene-moon::after{content:'';position:absolute;width:3px;height:3px;background:rgba(150,150,150,.2);border-radius:50%;top:8px;left:8px}html.dark .scene-moon{transform:translateY(0);opacity:1}.scene-stars{position:absolute;inset:0}.scene-stars span{position:absolute;width:2px;height:2px;background:#fff;border-radius:50%;opacity:0;transition:opacity .5s ease}.scene-stars span:nth-child(1){top:6px;left:8px}.scene-stars span:nth-child(2){top:12px;left:18px;animation-delay:.3s}.scene-stars span:nth-child(3){top:5px;left:26px;animation-delay:.6s}.scene-stars span:nth-child(4){top:16px;left:10px;animation-delay:.9s}.scene-stars span:nth-child(5){top:20px;left:22px;animation-delay:1.2s}html.dark .scene-stars span{opacity:1;animation:twinkle 2s infinite ease-in-out}html.dark .scene-stars span:nth-child(2){animation-delay:.3s}html.dark .scene-stars span:nth-child(3){animation-delay:.6s}html.dark .scene-stars span:nth-child(4){animation-delay:.9s}html.dark .scene-stars span:nth-child(5){animation-delay:1.2s}@keyframes twinkle{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}.scene-clouds{position:absolute;inset:0}.scene-clouds span{position:absolute;background:rgba(255,255,255,.9);border-radius:10px;transition:all .5s ease}.scene-clouds span:nth-child(1){width:16px;height:6px;top:8px;left:6px}.scene-clouds span:nth-child(1)::before{content:'';position:absolute;width:8px;height:8px;background:rgba(255,255,255,.9);border-radius:50%;top:-4px;left:3px}.scene-clouds span:nth-child(2){width:12px;height:5px;top:16px;left:20px}.scene-clouds span:nth-child(2)::before{content:'';position:absolute;width:6px;height:6px;background:rgba(255,255,255,.9);border-radius:50%;top:-3px;left:2px}html.dark .scene-clouds span{opacity:0;transform:translateX(-20px)}#menu-mobile .theme-scene{display:flex;justify-content:center;width:100%;padding:.5rem 0}.theme-scene{position:relative}.theme-scene::after{content:attr(data-tooltip-light);position:absolute;top:calc(100% + 4px);left:0;padding:.25rem .5rem;background:rgba(0,0,0,.75);color:#fff;font-size:.65rem;border-radius:3px;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease,background-color .4s ease,color .4s ease;pointer-events:none;z-index:1000}.theme-scene:hover::after{opacity:1;visibility:visible}html.dark .theme-scene::after{content:attr(data-tooltip-dark);background:rgba(255,255,255,.9);color:#1a1a1a}@media(max-width:768px){.theme-scene::after{display:none !important}}.page-single-column{max-width:1100px;width:100%;margin:0 auto;padding:1.5rem 1rem 0;display:flex;flex-direction:column;flex:1}.page-single-column>.page.single{flex:1}.page-single-column .page,.page-single-column>.page{max-width:1100px !important;width:100% !important;margin-left:auto !important;margin-right:auto !important}.page.single .single-title{text-align:center !important;font-size:2.5rem !important;margin:0 0 1.5rem !important;padding-top:1.5rem !important}.page.archive .single-title{text-align:center !important;font-size:1.5rem !important;font-weight:600 !important;margin:0 0 1.5rem !important;padding:0 !important;background:0 0 !important;color:var(--global-font-color) !important;box-shadow:none !important;letter-spacing:.5px !important}html.dark .page.archive .single-title{color:#fff !important}.post-list{display:flex;flex-direction:column;gap:0}.post-list-item{display:flex;align-items:center;gap:1.25rem;padding:1rem 0;border-bottom:1px solid rgba(128,128,128,.15);text-decoration:none;color:var(--global-font-color);transition:opacity .2s ease}.post-list-item:last-child{border-bottom:none}.post-list-item:hover{opacity:.75}.post-list-thumb{flex-shrink:0;width:140px;height:90px;object-fit:cover;border-radius:6px}.post-list-thumb--empty{background:rgba(128,128,128,.1)}.post-list-item-content{flex:1;min-width:0}.post-list-item-content h2{font-size:1.05rem;font-weight:500;margin:0 0 .25rem;padding:0;line-height:1.4}.post-list-item-content time{font-size:.8rem;color:var(--global-font-secondary-color,#6b7280);font-variant-numeric:tabular-nums}.post-list-item-content .post-list-description{font-size:.85rem;color:var(--global-font-secondary-color,#6b7280);margin:.25rem 0 0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:600px){.post-list-item{align-items:flex-start;gap:.75rem}.post-list-thumb{width:90px;height:60px}}.about-intro{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:1.5rem}.about-avatar{width:80px;height:80px;border-radius:50%;flex-shrink:0}.about-intro-text{font-size:1.05rem;line-height:1.7}.about-intro-text strong{font-size:1.3rem}@media(max-width:600px){.about-intro{flex-direction:column;text-align:center;align-items:center}.about-avatar{width:70px;height:70px}}.posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:1.5rem 0;align-items:stretch}@media(max-width:900px){.posts-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.posts-grid{grid-template-columns:1fr}}.post-card-link{text-decoration:none;color:inherit;display:flex;height:100%}.post-card{border:1px solid rgba(0,0,0,.1);border-radius:12px;overflow:hidden;transition:transform .2s,box-shadow .2s,border-color .2s;background:var(--color-secondary-bg,#f5f5f5);box-shadow:0 2px 8px var(--shadow-warm);display:flex;flex-direction:column;cursor:pointer;width:100%;height:100%}html.dark .post-card{background:#1e293b;border-color:rgba(255,255,255,.1);box-shadow:0 2px 8px var(--shadow-warm)}.post-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.15),0 4px 8px rgba(0,0,0,.1)}html.dark .post-card:hover{background:#334155;box-shadow:0 12px 24px rgba(0,0,0,.4),0 4px 8px rgba(0,0,0,.3)}.post-card-image{width:100%;height:160px;object-fit:cover;background:#fff;border-bottom:1px solid rgba(0,0,0,.15)}html.dark .post-card-image{border-bottom:none}.post-card-content{padding:1rem;flex:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;width:100%;box-sizing:border-box}.post-card .post-card-content .post-card-title,.post-card .post-card-content h4.post-card-title,.posts-grid .post-card-title{margin:0 0 .5rem !important;padding:0 !important;font-size:1.1rem !important;line-height:1.4 !important;text-align:left !important;color:#1a1a1a !important;font-weight:600 !important;margin-top:0 !important;padding-top:0 !important}html.dark .post-card .post-card-content .post-card-title,html.dark .post-card .post-card-content h4.post-card-title,html.dark .posts-grid .post-card-title{color:#f5f5f5 !important}.post-card .post-card-content .post-card-meta,.posts-grid .post-card-meta{font-size:.85rem;color:#6b7280;margin-top:auto !important;text-align:left !important}html.dark .post-card-meta{color:#bcc2ca !important}.post-taxonomies{margin-top:3rem;padding:1.5rem;background:var(--color-secondary-bg,#f5f5f5);border-radius:12px}.post-taxonomies .post-taxonomy{margin-bottom:1rem}.post-taxonomies .post-taxonomy:last-child{margin-bottom:0}.post-taxonomies .taxonomy-label{display:block;font-size:.85rem;font-weight:600;margin-bottom:.75rem;opacity:.7;text-transform:uppercase;letter-spacing:.5px}.post-taxonomies .taxonomy-items{display:flex;flex-wrap:wrap;gap:.5rem}.post-taxonomies .taxonomy-item{display:inline-block;padding:.35rem .75rem;background:var(--global-background-color);border-radius:20px;font-size:.85rem;color:var(--global-font-color);text-decoration:none;transition:all .2s}.post-taxonomies .taxonomy-item:hover{background:var(--global-font-color);color:var(--global-background-color)}html.dark .post-taxonomies{background:#0f172a}html.dark .taxonomy-item{background:#1e293b}html.dark .taxonomy-item:hover{background:#e5e7eb;color:#232524}.share-cta{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:3rem;padding:1.5rem;background:var(--color-secondary-bg,#f5f5f5);border-radius:12px}.share-cta .share-cta-text{font-weight:600;font-size:1.1rem}.share-cta .share-cta-buttons{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.share-cta .share-cta-buttons button{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;border-radius:50%;background:var(--global-background-color);color:var(--global-font-color);cursor:pointer;transition:all .2s}.share-cta .share-cta-buttons button:hover{background:var(--global-font-color);color:var(--global-background-color)}.share-cta .share-cta-buttons button .icon{width:20px;height:20px}html.dark .share-cta{background:#0f172a}html.dark .share-cta button{background:#1e293b}html.dark .share-cta button:hover{background:#e5e7eb;color:#232524}.newsletter-inline{margin-top:3rem;padding:1.5rem 2rem;background:var(--color-secondary-bg,#f5f5f5);border-radius:12px;text-align:center}.newsletter-inline h3{margin:0 0 .5rem;font-size:1.2rem;font-weight:600}.newsletter-inline p{margin:0 0 1rem;font-size:.9rem;opacity:.8}.newsletter-inline .newsletter-fields{display:flex;gap:.5rem;max-width:500px;margin:0 auto}.newsletter-inline input{flex:1;min-width:0;padding:.5rem .75rem;border:1px solid #bbb;border-radius:6px;background:#fff;color:#333;font-size:.85rem;box-sizing:border-box}.newsletter-inline input::placeholder{color:#888}.newsletter-inline input:focus{outline:none;border-color:var(--accent-warm);box-shadow:0 0 0 3px rgba(59,130,246,.15)}.newsletter-inline button{flex-shrink:0;padding:.5rem 1.25rem;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);color:#fff;border:none;border-radius:6px;font-weight:600;font-size:.85rem;cursor:pointer;transition:transform .2s,box-shadow .2s}.newsletter-inline button:hover{transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.15)}html.dark .newsletter-inline{background:#1e293b}html.dark .newsletter-inline input{background:#334155;color:#eee;border-color:#555}html.dark .newsletter-inline input::placeholder{color:#aaa}@media(max-width:600px){.newsletter-inline .newsletter-fields{flex-direction:column}}.post-nav{display:flex;justify-content:space-between;margin:2rem 0}.post-nav a{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:var(--color-secondary-bg,#f5f5f5);border-radius:8px;font-weight:500;transition:all .12s ease}.post-nav a:hover{background:var(--global-font-color);color:var(--global-background-color);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.post-nav a.prev{margin-right:auto}.post-nav a.next{margin-left:auto}.post-nav a .icon{transition:transform .12s ease}.post-nav a.prev:hover .icon{transform:translateX(-5px)}.post-nav a.next:hover .icon{transform:translateX(5px)}html.dark .post-nav a{background:#1e293b}html.dark .post-nav a:hover{background:#e5e7eb;color:#232524}.post-nav a[data-tooltip]{position:relative}.post-nav a[data-tooltip]::after{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;transform:translateX(-50%);padding:.5rem .75rem;background:var(--global-font-color);color:var(--global-background-color);font-size:.8rem;font-weight:400;border-radius:6px;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .15s ease,visibility .15s ease;pointer-events:none;margin-bottom:8px;z-index:100}.post-nav a[data-tooltip]:hover::after{opacity:1;visibility:visible}@media(max-width:768px){.post-nav a[data-tooltip]::after{display:none}}.page.single{background:var(--color-secondary-bg,#fff);border-radius:12px;padding:2.5rem 2rem 2rem;box-shadow:0 2px 4px rgba(0,0,0,8%)}@media(max-width:768px){body:has(.page.single){background:var(--color-secondary-bg,#fff)}.page.single{background:0 0;border-radius:0;padding:0;box-shadow:none;margin-top:1rem}.single .content{font-size:.8rem}main.tw-mx-4{margin-left:.25rem;margin-right:.25rem}.single .featured-image{position:relative !important;left:50% !important;right:50% !important;margin-left:-50vw !important;margin-right:-50vw !important;margin-top:-2rem !important;margin-bottom:1.5rem !important;width:100vw !important;aspect-ratio:16/9}.single .featured-image img{border-radius:0 !important;width:100% !important;height:100% !important;object-fit:cover !important}.posts-grid{display:grid !important}.page-single-column{padding-top:3.5rem !important}}.single .content hr{border:none;border-top:2px solid rgba(128,128,128,.4);margin:2rem 0}.single .content>p,.single .content>ul,.single .content>ol,.single .content>blockquote,.single .content>h1,.single .content>h2,.single .content>h3,.single .content>h4,.single .content>h5,.single .content>h6,.single .content>.headerLink,.single .content>hr,.single .content>details,.single .content>.admonition{max-width:860px;margin-left:auto;margin-right:auto}.single .content{font-size:1.1rem;line-height:1.8;overflow-wrap:break-word;word-wrap:break-word}.single .content p{margin-bottom:1.5rem}.single .content ul,.single .content ol{margin-bottom:1.5rem;line-height:1.8}.single .content li{margin-bottom:.5rem}.single .content blockquote{margin:2rem 0;padding:1rem 1.5rem;border-left:4px solid var(--global-font-color);opacity:.9}.single .content audio{border-radius:30px;background:#f1f3f4;padding:.25rem}html.dark .single .content audio{background:#475569;filter:invert(1)hue-rotate(180deg)}.single .content h1,.single .content h2,.single .content h3,.single .content h4,.single .content h5,.single .content h6{text-align:center !important;margin-top:1.5rem !important;margin-bottom:1.5rem !important;padding-top:0 !important;padding-bottom:0 !important}.single .content h2{font-size:2.25rem !important}.single .content .header-mark,.single .content .header-mark::before{display:none !important;content:none !important}.single .content h3{font-size:1.4rem !important;margin-top:3rem !important}.single .content h4{font-size:1.2rem !important}.single .content h4 .header-mark{display:none !important}.single .content h4 a{color:inherit !important;text-decoration:none !important}.post-meta{text-align:center;margin:1.5rem auto 2rem;padding:1rem 1.5rem;font-size:1rem;color:#4b5563;background:var(--global-background-color);border-radius:8px;max-width:fit-content}.post-meta .post-meta-line{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem 1.75rem;margin:.25rem 0}.post-meta .meta-item{display:inline-flex;align-items:center}.post-meta .meta-item .icon{margin-right:.2rem}.post-meta .icon{width:1em;height:1em;fill:currentColor;opacity:.7}.post-meta .post-author{display:inline-flex;align-items:center}.post-meta .post-author .icon{margin-right:.2rem}.post-meta .post-author a{color:var(--global-font-color);font-weight:600}html.dark .post-meta{color:#d1d5db;background:#0f172a}.content code{word-break:keep-all;white-space:nowrap}@media(max-width:600px){.content code{white-space:normal;word-break:break-word}}pre{white-space:pre !important;overflow-x:auto !important;word-wrap:normal !important;word-break:normal !important}pre code{white-space:pre !important;word-break:normal !important;overflow-wrap:normal !important}.highlight,.code-block{background-color:#282c34 !important;border:1px solid #3e4451;border-radius:8px;max-width:100%;overflow-x:auto;margin-bottom:1rem}.highlight pre,.code-block pre{overflow-x:auto;border:none !important;margin:0 !important;padding:.5rem 1rem !important}.highlight pre,.highlight code,.highlight .chroma,.code-block pre,.code-block code,.code-block .chroma{background-color:transparent !important}.chroma{color:#abb2bf !important;background-color:#282c34 !important}.chroma .line,.chroma .cl,.chroma span{color:#abb2bf}.chroma .lnt,.chroma .ln{color:#636d83 !important}.chroma .k,.chroma .kc,.chroma .kd,.chroma .kn,.chroma .kp,.chroma .kr,.chroma .kt{color:#c678dd !important}.chroma .s,.chroma .sa,.chroma .sb,.chroma .sc,.chroma .dl,.chroma .sd,.chroma .s2,.chroma .se,.chroma .sh,.chroma .si,.chroma .sx,.chroma .sr,.chroma .s1,.chroma .ss{color:#98c379 !important}.chroma .c,.chroma .ch,.chroma .cm,.chroma .c1,.chroma .cs,.chroma .cp,.chroma .cpf{color:#5c6370 !important;font-style:italic}.chroma .nf,.chroma .fm,.chroma .nc{color:#61afef !important}.chroma .nv,.chroma .vm,.chroma .vc,.chroma .vg,.chroma .vi,.chroma .nb{color:#e06c75 !important}.chroma .m,.chroma .mb,.chroma .mf,.chroma .mh,.chroma .mi,.chroma .il,.chroma .mo{color:#d19a66 !important}.chroma .o,.chroma .ow,.chroma .p{color:#abb2bf !important}.single .featured-image{margin:-2.5rem -2rem 1.5rem;aspect-ratio:16/9;overflow:hidden;background:#f0f0f0}html.dark .single .featured-image{background:#0f172a}.single .featured-image img{border-radius:12px 12px 0 0;background:#fff;width:100%;height:100%;object-fit:cover}.single .content img,.post-card-image{background:#fff}.single .content img{display:block;margin-left:auto;margin-right:auto}.page.single.has-hero{padding-top:0}.single .hero-banner{position:relative;margin:-1rem -2rem 1.5rem;aspect-ratio:16/9;overflow:hidden}.single .hero-banner img{width:100%;height:100%;object-fit:cover;border-radius:12px 12px 0 0}.single .hero-banner::after{content:'';position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(to top,rgba(0,0,0,.6) 0%,transparent 100%);pointer-events:none}.single .hero-banner .hero-title{position:absolute;bottom:0;left:0;right:0;z-index:1;color:#fff;font-size:2.5rem;font-weight:700;text-shadow:2px 2px 8px rgba(0,0,0,.5);margin:0;padding:1.5rem 2rem;text-align:center}@media(max-width:768px){.single .hero-banner{position:relative !important;left:50% !important;right:50% !important;margin-left:-50vw !important;margin-right:-50vw !important;margin-top:-4.5rem !important;margin-bottom:1.5rem !important;width:100vw !important}.single .hero-banner img{border-radius:0 !important;width:100% !important;height:100% !important;object-fit:cover !important}.single .hero-banner .hero-title{font-size:1.75rem;padding:1rem}}.footer .footer-container{display:flex;align-items:center;justify-content:space-between;gap:2rem;width:100%;max-width:1100px;margin:0 auto;padding:0 1rem}.footer .footer-line{margin:0;opacity:.7;font-size:.85rem;text-align:left}.footer-social{display:flex;justify-content:center;gap:1rem}.footer-social a{color:inherit;opacity:.7;transition:opacity .2s;display:inline-flex}.footer-social a:hover{opacity:1}.footer-social a .icon{width:1.25rem;height:1.25rem}@media(max-width:768px){footer.footer{overflow:visible !important}footer.footer .footer-container{display:flex !important;flex-direction:column !important;align-items:center !important;gap:.75rem;padding:1rem;width:100%;max-width:100% !important;box-sizing:border-box;overflow:visible !important}footer.footer .footer-line{text-align:center;width:100%;padding:0 1rem;box-sizing:border-box}footer.footer .footer-social{display:flex !important;flex-direction:row !important;justify-content:center !important;flex-wrap:nowrap !important;gap:.75rem;width:auto;max-width:100%;overflow:visible !important}}#header-mobile .header-title{display:flex;align-items:center}#header-mobile .header-favicon img{display:block;width:2.25rem;height:2.25rem}#header-mobile .header-wrapper{justify-content:space-between;padding:0 1rem;min-height:3.5rem;align-items:center}#header-mobile .menu-toggle{line-height:normal !important;display:flex;flex-direction:column;justify-content:center;height:auto}#toc-auto{display:none !important}@media(max-width:768px){.tw-fixed.tw-bottom-4{bottom:3rem !important;right:.25rem !important}}.photo-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin:2rem 0}@media(max-width:900px){.photo-gallery{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.photo-gallery{grid-template-columns:repeat(2,1fr)}}.photo-gallery .gallery-item{display:block;overflow:hidden;border-radius:8px;aspect-ratio:1;cursor:pointer}.photo-gallery .gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.photo-gallery .gallery-item:hover img{transform:scale(1.05)}.lightbox{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.95);z-index:9999;justify-content:center;align-items:center}.lightbox.active{display:flex}.lightbox img{max-width:70%;max-height:75%;object-fit:contain;border-radius:4px}.lightbox-close{position:absolute;top:20px;right:30px;font-size:3rem;color:#fff;background:0 0;border:none;cursor:pointer;opacity:.8;line-height:1}.lightbox-close:hover{opacity:1}.lightbox-prev,.lightbox-next{position:absolute;top:50%;transform:translateY(-50%);font-size:2.5rem;color:#fff;background:rgba(255,255,255,.1);border:none;cursor:pointer;padding:1rem 1.5rem;border-radius:4px;opacity:.8}.lightbox-prev:hover,.lightbox-next:hover{opacity:1;background:rgba(255,255,255,.2)}.lightbox-prev{left:20px}.lightbox-next{right:20px}.single .content .hero-section{position:relative;width:calc(100% + 4rem);margin:-2rem -2rem 1.5rem !important;aspect-ratio:16/9;background-size:cover;background-position:50%;display:flex;align-items:flex-end;justify-content:center;overflow:hidden;border-radius:12px 12px 0 0}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,.1) 0%,rgba(0,0,0,.6) 100%)}.hero-title{position:relative;z-index:1;color:#fff !important;font-size:3rem;font-weight:700;text-shadow:2px 2px 8px rgba(0,0,0,.5);margin:0;padding:0 1rem 1.5rem;text-align:center}.page.single:has(.hero-section) .single-title{display:none}.page.single:has(.hero-section){padding-top:0 !important}.single .content>.hero-section:first-child{margin:-2rem -2rem 1.5rem}.privacy-page .privacy-lastmod{text-align:center;color:var(--global-font-secondary-color);font-size:.9rem;margin-bottom:2rem}.section-box{background:var(--color-secondary-bg,#fff);border-radius:12px;padding:1.5rem 2rem;box-shadow:0 2px 4px rgba(0,0,0,8%)}.section-box+.section-box{margin-top:1.5rem}.section-box .posts-grid{margin-bottom:0;margin-top:0}.section-box .paginator{margin-bottom:0}@media(max-width:768px){.section-box{background:0 0 !important;border-radius:0 !important;box-shadow:none !important;padding:1rem 0 !important;margin-top:0 !important}}#search-query-display{margin-top:1rem;font-size:1.1rem}#search-results-container.posts-grid{margin-top:1.5rem}#search-results-container .no-results{opacity:.7;grid-column:1/-1}.footer{margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(128,128,128,.2);color:var(--font-color) !important}.footer .footer-content{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer .footer-meta{font-size:.85rem;color:inherit}.footer .footer-meta a{color:inherit}.footer .footer-meta a:hover{opacity:.7}.footer .footer-social{display:flex;gap:1rem}.footer .footer-social a{color:var(--font-color,#e8e9ed);opacity:.5;transition:opacity .3s ease !important;display:flex;align-items:center}.footer .footer-social a:hover{background-color:transparent !important;color:var(--font-color,#e8e9ed) !important;opacity:1 !important;transition:opacity .3s ease !important}.homepage-intro{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid rgba(128,128,128,.2)}.homepage-intro p{margin:.5rem 0}.post-taxonomies{margin-top:2rem;padding-top:1rem;border-top:1px solid rgba(128,128,128,.2);border-radius:0 !important;background:0 0 !important;box-shadow:none !important;display:flex;flex-direction:column;gap:.4rem;font-size:.9rem}.post-taxonomy{display:flex;flex-wrap:wrap;align-items:baseline;gap:0;background:0 0 !important}.post-taxonomy .taxonomy-label{opacity:.75;font-family:monospace;text-transform:none !important;letter-spacing:0;font-size:1rem;font-weight:400;margin-right:.25rem}.post-taxonomy .taxonomy-sep{opacity:.4;margin-right:.1rem}.post-taxonomy a{opacity:.9}.post-taxonomy a:hover{opacity:1}