@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");:root{--bg-color:#fdfcfc;--bg-surface:#fff;--text-main:#111827;--text-muted:#6b7280;--border-color:#e2e2e2;--accent-green:#1a8245;--accent-yellow:#d97706;--accent-blue:#1d4ed8;--font-serif:"Lora",Avenir,"Helvetica Neue",serif;--font-sans:"Noto Sans","Inter",-apple-system,sans-serif;--font-heading:var(--font-serif);--bb-border:1px solid var(--border-color);--brand-accent:#014f23}[data-theme=dark]{--bg-color:#0e1121;--bg-surface:#161b36;--text-main:#f9fafb;--text-muted:#9ca3af;--border-color:#1e293b;--brand-accent:#fc0}*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:var(--bg-color);color:var(--text-main);line-height:1.5;transition:background-color .3s ease,color .3s ease}a{text-decoration:none;color:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;color:var(--text-main);line-height:1.2}.site-header{display:contents}.topbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:var(--bb-border);position:-webkit-sticky;position:sticky;top:0;z-index:100;background-color:var(--bg-surface);transition:padding .3s ease}.topbar.scrolled{padding:.5rem 1.5rem}.logo a{display:flex;align-items:center;justify-content:center;position:relative}.logo img{height:clamp(80px,10vw,120px);width:auto;transition:height .3s ease,opacity .3s ease,transform .3s ease}.logo-icon{position:absolute;height:50px!important;opacity:0;transform:scale(.8);pointer-events:none}.topbar.scrolled .logo-text{height:50px;opacity:0;pointer-events:none}.topbar.scrolled .logo-icon{opacity:1;transform:scale(1);pointer-events:auto}.logo-dark,[data-theme=dark] .logo-light{display:none}[data-theme=dark] .logo-dark{display:inline-block}.header-actions{display:flex;align-items:center;gap:1rem}.hamburger{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-main)}.nav-bar-wrapper{border-bottom:var(--bb-border)}.nav-tabs{position:relative;display:flex;align-items:center;justify-content:center;gap:.25rem}.nav-tab{position:relative;z-index:2;padding:.5rem .75rem;font-size:.875rem;font-weight:500;color:var(--text-muted);cursor:pointer;transition:color .3s ease;white-space:nowrap}.nav-tab a{color:inherit}.nav-tab.active{color:var(--text-main);font-weight:700}.nav-tab-wrapper{position:relative}.nav-dropdown{position:absolute;top:100%;left:0;background:var(--bg-surface);border:var(--bb-border);box-shadow:0 4px 10px rgba(0,0,0,.1);min-width:150px;opacity:0;visibility:hidden;transition:all .2s ease;transform:translateY(10px);z-index:50;display:flex;flex-direction:column}.nav-tab-wrapper:hover .nav-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown a{padding:.75rem 1rem;border-bottom:var(--bb-border);font-size:.85rem;color:var(--text-main)}.nav-dropdown a:hover{background:rgba(0,0,0,.05)}[data-theme=dark] .nav-dropdown a:hover{background:hsla(0,0%,100%,.1)}.offcanvas{position:fixed;top:0;left:-300px;width:280px;height:100vh;background:var(--bg-surface);box-shadow:2px 0 10px rgba(0,0,0,.1);transition:left .3s ease;z-index:1000;display:flex;flex-direction:column}.offcanvas.open{left:0}.offcanvas-header{padding:1rem;display:flex;justify-content:space-between;border-bottom:var(--bb-border)}.close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-main)}.sidebar-links{display:flex;flex-direction:column}.sidebar-link{padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:var(--bb-border);font-weight:500;font-size:.875rem;color:var(--text-main);font-family:var(--font-sans);cursor:pointer}.sidebar-link:hover{background:rgba(0,0,0,.05)}[data-theme=dark] .sidebar-link:hover{background:hsla(0,0%,100%,.1)}.sidebar-link.active{color:var(--brand-accent);font-weight:700}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:900;opacity:0;pointer-events:none;transition:opacity .3s}.overlay.active{opacity:1;pointer-events:all}.theme-sleek{width:4rem;height:2rem;border-radius:9999px;background-color:#fff;border:1px solid var(--border-color);position:relative;cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:0 .5rem;transition:background-color .3s ease,border-color .3s ease;outline:none}[data-theme=dark] .theme-sleek{background-color:#09090b;border-color:#27272a}.theme-sleek-thumb{position:absolute;left:.25rem;width:1.5rem;height:1.5rem;border-radius:50%;background-color:#e5e7eb;transition:transform .3s ease,background-color .3s ease;z-index:1}[data-theme=dark] .theme-sleek-thumb{transform:translateX(2rem);background-color:#27272a}.theme-sleek-icon{position:relative;z-index:2;width:1rem;height:1rem;display:flex;align-items:center;justify-content:center}.icon-dark{color:#000}.icon-light{color:#6b7280}[data-theme=dark] .icon-dark{color:#fff}.title-large{font-size:2.5rem;line-height:1.1}.title-large,.title-medium{font-weight:700;color:var(--text-main)}.title-medium{font-size:1.25rem;line-height:1.2}.title-small{font-size:1rem;line-height:1.3;font-weight:600;color:var(--text-main)}.excerpt{font-size:1rem;margin-top:.5rem;line-height:1.4}.excerpt,.section-label{color:var(--text-muted);font-family:var(--font-sans)}.section-label{font-size:.75rem;font-weight:700;text-transform:uppercase;border-left:2px solid var(--brand-accent);padding-left:.5rem;margin-bottom:.5rem}.live-badge{color:var(--brand-accent);font-weight:700;margin-right:.5rem;display:flex;align-items:center;gap:4px;font-family:var(--font-sans)}.live-badge:before{content:"";width:8px;height:8px;background:var(--brand-accent);border-radius:50%;display:inline-block}.blog-card{display:block;border:1px solid var(--border-color);background-color:var(--bg-surface);transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;color:inherit}.blog-card:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1);transform:translateY(-2px)}.blog-card:hover .blog-image{transform:scale(1.05)}.blog-image-wrapper{position:relative;width:100%;aspect-ratio:1/1;overflow:hidden}.blog-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.main-wrapper{max-width:1280px;margin:0 auto;padding:2rem 1.5rem;display:flex;flex-direction:column;gap:3rem}.featured-section{display:grid;grid-template-columns:1.2fr 1fr;grid-gap:2rem;gap:2rem}.featured-main{position:relative}.featured-main .image-holder{width:100%;aspect-ratio:16/9;background:#ddd;object-fit:cover;margin-bottom:1rem}.featured-sub{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;align-content:start}.featured-sub-card{display:flex;flex-direction:column;gap:.5rem;padding-bottom:2px}.featured-sub-card .image-holder{width:100%;aspect-ratio:16/9;background:#ddd;object-fit:cover}.featured-sub-card>:not(.image-holder){padding:0 2px}.image-placeholder{width:100%;background:linear-gradient(135deg,#e2e2e2,#c9c9c9);display:flex;align-items:center;justify-content:center;color:#999;font-size:.8rem;font-family:var(--font-sans);aspect-ratio:16/9}[data-theme=dark] .image-placeholder{background:linear-gradient(135deg,#1e293b,#2d3748);color:#555}.grid-3-col{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.grid-4-col{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem}.primary-col{border-right:var(--bb-border);padding-right:1.5rem}.primary-col:last-child{border-right:none;padding-right:0}.img-card{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem;padding-bottom:2px}.img-card .image-holder{width:100%;aspect-ratio:16/9;background:#ddd;object-fit:cover}.img-card>:not(.image-holder){padding:0 2px}.secondary-section{border-top:3px solid var(--text-main);padding-top:1rem}.horiz-scroll{display:flex;overflow-x:auto;gap:1.5rem;padding-bottom:1rem;scrollbar-width:thin}.topic-card{min-width:280px;flex-shrink:0;border:var(--bb-border);padding:1rem;background:var(--bg-surface)}.chrono-feed{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.chrono-item{border-bottom:var(--bb-border);padding-bottom:1rem;margin-bottom:1rem}.topic-deep-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem}.topic-list-header{border-bottom:2px solid var(--text-main);padding-bottom:.5rem;margin-bottom:1rem}.topic-list-item{border-bottom:var(--bb-border);padding-bottom:.75rem;margin-bottom:.75rem}.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:3rem;font-family:var(--font-sans)}.page-link{padding:.5rem 1rem;border:var(--bb-border);color:var(--text-main);border-radius:4px;transition:background-color .2s,color .2s;font-size:.9rem;font-weight:500;cursor:pointer}.page-link.active,.page-link:hover:not(.disabled){background-color:var(--text-main);color:var(--bg-surface)}.page-link.active{border-color:var(--text-main)}.page-link.disabled{color:var(--text-muted);cursor:not-allowed;opacity:.5}.page-dots{padding:.5rem;color:var(--text-muted)}.post-layout{display:grid;grid-template-columns:2.2fr 1fr;grid-gap:4rem;gap:4rem;padding-top:2rem}.post-main{width:100%;max-width:720px;margin-left:auto}.post-sidebar{border-left:var(--bb-border);padding-left:1.5rem}.post-header{margin-bottom:2rem}.post-title{font-size:3rem;line-height:1.1;margin-bottom:1rem;color:var(--text-main);font-family:var(--font-heading)}.post-excerpt{font-size:1.25rem;line-height:1.4;color:var(--text-muted);margin-bottom:1.5rem;font-family:var(--font-sans)}.post-meta{justify-content:space-between;padding-bottom:1rem;border-bottom:var(--bb-border);margin-bottom:2rem;font-family:var(--font-sans)}.meta-info,.post-meta{display:flex;align-items:center}.meta-info{gap:1rem;color:var(--text-muted);font-size:.9rem}.meta-info span{font-weight:700;color:var(--text-main)}.meta-actions{display:flex;gap:1rem}.meta-actions button{background:none;border:none;cursor:pointer;color:var(--text-main);display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:700;font-family:var(--font-sans)}.post-hero{margin-bottom:2rem}.post-hero img{width:100%;height:auto;display:block}.post-caption{font-size:.85rem;color:var(--text-muted);margin-top:.5rem;font-family:var(--font-sans)}.post-body{font-family:var(--font-serif);font-size:1.125rem;line-height:1.7;color:var(--text-main)}.post-body p{margin-bottom:1.5rem}.post-body h2{font-family:var(--font-heading);font-size:1.75rem;margin-top:2rem;margin-bottom:1rem}.post-body a{color:var(--brand-accent);font-weight:700;text-decoration:underline}.inline-read-more{border:1px solid var(--border-color);padding:1rem;margin:2rem 0;display:flex;align-items:center;gap:1rem;transition:background .2s;text-decoration:none!important}.inline-read-more:hover{background:rgba(0,0,0,.02)}[data-theme=dark] .inline-read-more:hover{background:hsla(0,0%,100%,.05)}.inline-read-more .badge{color:var(--brand-accent);font-weight:700;font-family:var(--font-sans);font-size:.8rem;text-transform:uppercase}.sidebar-sticky{position:-webkit-sticky;position:sticky;top:100px}.sidebar-title{font-family:var(--font-sans);font-size:1.25rem;margin-bottom:1.5rem;border-bottom:2px solid var(--text-main);padding-bottom:.5rem}.section-title{margin-bottom:.5rem}.section-title .section-label{border:none;padding:0;color:var(--text-main);font-size:1.5rem;margin-bottom:.5rem;font-family:var(--font-heading)}.site-footer{background:#222;color:#fff;padding:4rem 1.5rem;margin-top:4rem}.footer-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr;grid-gap:3rem;gap:3rem}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;font-family:var(--font-sans)}.footer-links h4{margin-bottom:1rem;color:#ccc}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#fff;text-decoration:none}.footer-links a:hover{text-decoration:underline}.newsletter{background:#333;padding:1.5rem}.newsletter input{margin-bottom:1rem}.newsletter button,.newsletter input{width:100%;padding:.75rem;border:none;font-family:var(--font-sans)}.newsletter button{background:var(--brand-accent);color:#fff;font-weight:700;cursor:pointer;transition:.2s}.newsletter button:hover{background:#8a0000}.landing-wrapper{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;text-align:center}.landing-logo{margin-bottom:2rem}.landing-logo img{height:clamp(80px,12vw,130px);object-fit:contain}.landing-tagline{font-family:var(--font-serif);font-size:clamp(1.1rem,2.5vw,1.5rem);color:var(--text-muted);margin-bottom:3rem;max-width:600px;line-height:1.5}.landing-coming{font-family:var(--font-serif);font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;color:var(--text-main);margin-bottom:.5rem;letter-spacing:-.02em}.landing-date{font-family:var(--font-sans);font-size:1rem;color:var(--brand-accent);font-weight:600;margin-bottom:2.5rem;text-transform:uppercase;letter-spacing:.1em}.countdown{display:flex;gap:clamp(.75rem,3vw,2rem);margin-bottom:3rem;flex-wrap:wrap;justify-content:center}.countdown-block{display:flex;flex-direction:column;align-items:center;min-width:80px}.countdown-number{font-family:var(--font-sans);font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1;color:var(--text-main);width:100px;height:100px;display:flex;align-items:center;justify-content:center;background:var(--bg-surface);border:1px solid var(--border-color);border-radius:12px;transition:background-color .3s,border-color .3s}.countdown-label{font-family:var(--font-sans);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);margin-top:.5rem}.subscribe-section{max-width:480px;width:100%;margin-bottom:2rem}.subscribe-heading{font-family:var(--font-serif);font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--text-main)}.subscribe-subtext{font-size:.9rem;color:var(--text-muted);margin-bottom:1.25rem;line-height:1.5}.subscribe-form{display:flex;gap:.5rem}.subscribe-form input[type=email]{flex:1 1;padding:.75rem 1rem;font-family:var(--font-sans);font-size:.95rem;border:1px solid var(--border-color);border-radius:8px;background:var(--bg-surface);color:var(--text-main);outline:none;transition:border-color .2s}.subscribe-form input[type=email]:focus{border-color:var(--brand-accent)}.subscribe-form input[type=email]::placeholder{color:var(--text-muted)}.subscribe-form button{padding:.75rem 1.5rem;font-family:var(--font-sans);font-size:.95rem;font-weight:600;background:var(--brand-accent);color:#fff;border:none;border-radius:8px;cursor:pointer;transition:opacity .2s;white-space:nowrap}[data-theme=dark] .subscribe-form button{color:#0e1121}.subscribe-form button:hover{opacity:.9}.subscribe-form button:disabled{opacity:.6;cursor:not-allowed}.subscribe-message{margin-top:.75rem;font-size:.875rem;min-height:1.25rem}.subscribe-message.success{color:var(--accent-green)}.subscribe-message.error{color:#ba1a1a}.subscriber-count{margin-top:.5rem}.landing-footer,.subscriber-count{font-size:.8rem;color:var(--text-muted)}.landing-footer{margin-top:3rem}.landing-footer a{color:var(--brand-accent)}.theme-toggle-corner{position:fixed;top:1.5rem;right:1.5rem;z-index:100}.nav-tabs{display:none}.nav-bar-wrapper{border-bottom:none}.topbar{padding:.5rem .75rem}.topbar.scrolled{padding:.4rem .75rem}.logo img{height:50px}.logo-icon{height:32px!important}.chrono-feed,.featured-section,.featured-sub,.grid-3-col,.grid-4-col,.post-layout,.topic-deep-grid{grid-template-columns:1fr}.post-layout{gap:1.5rem}.post-main{max-width:100%;margin-left:0}.post-sidebar{border-left:none;padding-left:0;border-top:var(--bb-border);padding-top:1.5rem}.primary-col{border-right:none;padding-right:0;border-bottom:var(--bb-border);padding-bottom:1rem;margin-bottom:1rem}.footer-inner{gap:1.5rem}.footer-inner,.footer-links{grid-template-columns:1fr}.site-footer{padding:2rem .75rem}.main-wrapper{padding:.75rem .5rem;gap:1rem}.post-title{font-size:1.4rem}.post-excerpt{font-size:1rem}.post-body{font-size:.95rem;line-height:1.6}.title-large{font-size:1.5rem}.title-medium{font-size:1rem}.title-small{font-size:.9rem}.section-title .section-label{font-size:1.1rem}.excerpt{font-size:.9rem}.section-label{font-size:.7rem}.post-meta{flex-direction:column;align-items:flex-start;gap:.75rem}.featured-main h2{font-size:1.15rem!important}.featured-main p{font-size:.8rem!important}.featured-main div[style*=padding]{padding:1rem!important}.subscribe-form{flex-direction:column}.subscribe-form button{width:100%}.countdown{gap:.4rem}.countdown-number{width:65px;height:65px;font-size:1.75rem;border-radius:8px}.countdown-block{min-width:62px}.countdown-label{font-size:.6rem;letter-spacing:.08em}.landing-wrapper{padding:1rem .5rem}.landing-logo img{height:60px}.subscribe-section{padding:0 .25rem}.offcanvas{width:240px}.sidebar-link{padding:.75rem 1rem;font-size:.8rem}.theme-sleek{width:3.25rem;height:1.75rem}.theme-sleek-thumb{width:1.25rem;height:1.25rem;top:2px;left:2px}[data-theme=dark] .theme-sleek-thumb{transform:translateX(1.5rem)}.pagination{flex-wrap:wrap;gap:.3rem}.page-link{padding:.35rem .5rem;font-size:.75rem}.page-dots{padding:.25rem}@media (min-width:576px){.topbar{padding:.75rem 1rem}.topbar.scrolled{padding:.5rem 1rem}.logo img{height:65px}.logo-icon{height:35px!important}.offcanvas{width:280px}.sidebar-link{padding:1rem 1.5rem;font-size:.875rem}.featured-sub,.footer-links{grid-template-columns:1fr 1fr}.footer-links{gap:1.5rem}.main-wrapper{padding:1rem .75rem;gap:1.5rem}.post-title{font-size:1.75rem}.post-excerpt{font-size:1.05rem}.post-body{font-size:1rem;line-height:1.65}.title-large{font-size:1.75rem}.title-medium{font-size:1.1rem}.section-title .section-label{font-size:1.2rem}.excerpt{font-size:.95rem}.featured-main h2{font-size:1.5rem!important}.featured-main p{font-size:.85rem!important}.featured-main div[style*=padding]{padding:1.5rem!important}.countdown{gap:.75rem}.countdown-number{width:75px;height:75px;font-size:2rem;border-radius:12px}.countdown-block{min-width:70px}.countdown-label{font-size:.7rem}.landing-wrapper{padding:1.5rem .75rem}.landing-logo img{height:clamp(70px,12vw,100px)}.subscribe-form{flex-direction:row}.subscribe-form button{width:auto}.pagination{gap:.35rem}.page-link{padding:.4rem .7rem;font-size:.8rem}.theme-sleek{width:4rem;height:2rem}.theme-sleek-thumb{width:1.5rem;height:1.5rem;top:auto;left:.25rem}[data-theme=dark] .theme-sleek-thumb{transform:translateX(2rem)}}@media (min-width:768px){.nav-tabs{display:flex;gap:.15rem}.nav-bar-wrapper{border-bottom:var(--bb-border)}.nav-tab{padding:.5rem;font-size:.8rem}.topbar{padding:1rem 1.25rem}.topbar.scrolled{padding:.5rem 1.25rem}.logo img{height:clamp(70px,10vw,100px)}.logo-icon{height:40px!important}.chrono-feed,.grid-3-col,.grid-4-col,.topic-deep-grid{grid-template-columns:repeat(2,1fr)}.footer-links{grid-template-columns:repeat(3,1fr)}.post-layout{gap:2rem}.main-wrapper{padding:1.5rem 1rem;gap:2rem}.post-title{font-size:2.25rem}.post-excerpt{font-size:1.15rem}.title-large{font-size:2rem}.section-title .section-label{font-size:1.35rem}.featured-main h2{font-size:1.75rem!important}.featured-main p{font-size:.9rem!important}.featured-main div[style*=padding]{padding:2rem!important}.site-footer{padding:3rem 1.5rem}.footer-inner{gap:2rem}.post-meta{flex-direction:row;align-items:center}.pagination{gap:.5rem}.page-link{padding:.5rem 1rem;font-size:.9rem}}@media (min-width:992px){.nav-tabs{gap:.25rem}.nav-tab{padding:.5rem .75rem;font-size:.875rem}.featured-section{grid-template-columns:1.2fr 1fr;gap:2rem}.chrono-feed,.grid-3-col,.grid-4-col,.topic-deep-grid{grid-template-columns:repeat(3,1fr)}.post-layout{grid-template-columns:2.2fr 1fr;gap:3rem}.post-main{max-width:720px;margin-left:auto}.post-sidebar{border-left:var(--bb-border);padding-left:1.5rem;border-top:none;padding-top:0}.primary-col{border-right:var(--bb-border);padding-right:1.5rem;border-bottom:none;padding-bottom:0;margin-bottom:0}.footer-inner{grid-template-columns:2fr 1fr;gap:3rem}.main-wrapper{padding:2rem 1.5rem;gap:2.5rem}.post-title{font-size:2.75rem}.title-large{font-size:2.25rem}.logo img{height:clamp(80px,10vw,120px)}.featured-main h2{font-size:2rem!important}.featured-main p{font-size:.95rem!important}}@media (min-width:1200px){.grid-4-col,.topic-deep-grid{grid-template-columns:repeat(4,1fr)}.post-layout{gap:4rem}.main-wrapper{max-width:1280px;padding:2rem 1.5rem;gap:3rem}.post-title{font-size:3rem}.post-body{font-size:1.125rem;line-height:1.7}.title-large{font-size:2.5rem}.site-footer{padding:4rem 1.5rem}.footer-inner{max-width:1280px}}@media (min-width:1400px){.main-wrapper{max-width:1400px;padding:2.5rem 2rem}.post-main{max-width:780px}.post-title{font-size:3.25rem}.post-body{font-size:1.2rem}.featured-section{gap:2.5rem}.grid-4-col{gap:2rem}.site-footer{padding:5rem 2rem}.footer-inner{max-width:1400px}.nav-tab{font-size:.9rem;padding:.5rem .85rem}}