@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Playfair+Display:wght@400;500;600;700;800;900&display=swap");*{margin:0;padding:0;box-sizing:border-box}:root{--primary-blue:#1e40af;--dark-blue:#1e3a8a;--navy:#0f172a;--red:#dc2626;--red-dark:#b91c1c;--black:#000;--gray-900:#111827;--gray-800:#1f2937;--gray-700:#374151;--gray-600:#4b5563;--gray-500:#6b7280;--gray-400:#9ca3af;--gray-300:#d1d5db;--gray-200:#e5e7eb;--gray-100:#f3f4f6;--gray-50:#f9fafb;--white:#fff;--shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1);--shadow-xl:0 20px 25px -5px rgba(0,0,0,.1)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;color:var(--gray-900);background:var(--gray-50);overflow-x:hidden}.header{position:fixed;top:0;left:0;right:0;background:var(--white);border-bottom:1px solid var(--gray-200);z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.nav-container{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;max-width:100%}.logo-container{display:flex;flex-direction:column;align-items:flex-start;min-width:160px}.logo{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:800;color:var(--primary-blue);text-decoration:none;line-height:1.2}.byline,.logo{width:100%;display:block}.byline{font-size:.75rem;color:var(--gray-500);font-weight:400;margin-top:.125rem;font-style:normal;text-align:left}.mobile-logo-container{display:flex;flex-direction:column;align-items:flex-start;min-width:160px}.mobile-logo-container .logo{width:100%;display:block}.mobile-logo-container .byline{width:100%;display:block;text-align:left}.nav-menu{display:none}.nav-actions{display:flex;align-items:center;gap:.75rem}.search-container{position:relative;display:none}.search-input{width:200px;padding:.5rem .75rem;border:1px solid var(--gray-300);border-radius:6px;font-size:.875rem;outline:none;transition:border-color .3s ease}.search-input:focus{border-color:var(--primary-blue)}.search-input::-moz-placeholder{color:var(--gray-500)}.search-input::placeholder{color:var(--gray-500)}.menu-btn{background:none;border:none;font-size:1.25rem;color:var(--gray-600);cursor:pointer;padding:.5rem}.subscribe-btn{background:var(--red);color:var(--white);padding:.625rem 1rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:.875rem;border:none;cursor:pointer;white-space:nowrap}.mobile-nav{position:fixed;top:0;left:-100%;width:280px;height:100vh;background:var(--white);box-shadow:var(--shadow-xl);transition:left .3s ease;z-index:1001;padding:2rem 1.5rem}.mobile-nav.active{left:0}.mobile-nav-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-200)}.close-btn{background:none;border:none;font-size:1.5rem;color:var(--gray-600);cursor:pointer;margin-top:.25rem}.mobile-search{margin-bottom:2rem}.mobile-search .search-input{width:100%}.mobile-nav-links{display:flex;flex-direction:column;gap:1rem}.mobile-nav-link{color:var(--gray-700);text-decoration:none;font-weight:500;padding:.75rem 0;border-bottom:1px solid var(--gray-100)}.mobile-nav-link:hover{color:var(--primary-blue)}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);opacity:0;visibility:hidden;transition:all .3s ease;z-index:1000}.overlay.active{opacity:1;visibility:visible}.footer{background:var(--gray-900);color:var(--white);padding:3rem 0 1rem;margin-top:4rem}.footer-content{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr;gap:2rem}.footer-section h4{font-family:Playfair Display,serif;font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:var(--white)}.footer-links{display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:var(--gray-300);text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-links a:hover{color:var(--white)}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--gray-800);border-radius:8px;color:var(--gray-300);text-decoration:none;font-size:1.2rem;transition:all .3s ease}.social-link:hover{background:var(--primary-blue);color:var(--white);transform:translateY(-2px)}.footer-bottom{border-top:1px solid var(--gray-800);margin-top:2rem;padding-top:2rem;text-align:center;color:var(--gray-400);font-size:.85rem}.footer-logo-container{display:flex;flex-direction:column;align-items:flex-start}.footer-logo-container h4{margin-bottom:.125rem;line-height:1.2}.footer-byline{font-size:.75rem;color:var(--gray-400);font-weight:400;font-style:normal;margin-top:.125rem}.footer-legal-links{margin-bottom:1rem;font-size:.875rem;display:flex;justify-content:center;align-items:center;gap:.75rem}.footer-bottom .footer-legal-links a,.footer-bottom .footer-legal-links a:active,.footer-bottom .footer-legal-links a:focus,.footer-bottom .footer-legal-links a:hover,.footer-bottom .footer-legal-links a:link,.footer-bottom .footer-legal-links a:visited{color:var(--white)!important;opacity:.9;text-decoration:none}.footer-bottom .footer-legal-links a:hover{opacity:1;text-decoration:underline}.footer-separator{color:var(--gray-500)}.footer-bottom p{color:var(--gray-400);font-size:.875rem;margin-top:.5rem}.read-button{display:inline-block;background:var(--primary-blue);color:var(--white);padding:.75rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px;margin-top:1rem;transition:all .3s ease;text-align:center}.read-button:hover{background:var(--dark-blue);transform:translateY(-1px);box-shadow:var(--shadow-md)}.featured-card .read-button{background:var(--red)}.featured-card .read-button:hover{background:var(--red-dark)}.card-content{padding:1.5rem;position:relative;display:flex;flex-direction:column}.card-meta{margin-top:auto;margin-bottom:0}@media (min-width:640px){.search-container{display:block}.footer-content{grid-template-columns:1fr 1fr;gap:3rem}.logo-container,.mobile-logo-container{min-width:180px}}@media (min-width:768px){.nav-container{padding:1rem 2rem}.nav-menu{display:flex;align-items:center;gap:2rem}.nav-link{text-decoration:none;color:var(--gray-700);font-weight:500;font-size:.9rem;transition:color .3s ease}.nav-link.active,.nav-link:hover{color:var(--primary-blue)}.nav-link.active{font-weight:600}.menu-btn{display:none}.footer-content{grid-template-columns:1fr 2fr;gap:4rem;padding:0 2rem}.footer{padding:4rem 0 1rem}.footer-links{flex-direction:row;gap:2rem}.byline{font-size:.8rem}.logo-container,.mobile-logo-container{min-width:200px}.footer-byline{font-size:.8rem}}@media (min-width:1024px){.search-input{width:250px}.logo{font-size:1.6rem}.byline,.footer-byline{font-size:.85rem}}@media (max-width:768px){.footer-legal-links{flex-wrap:wrap;gap:.5rem}.footer-bottom .footer-legal-links a{color:var(--white)!important}}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_e8ce0c;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_e8ce0c{font-family:__Inter_e8ce0c,__Inter_Fallback_e8ce0c;font-style:normal}.Header_header__MvnS2{position:fixed;top:0;left:0;right:0;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e5e7eb;z-index:50;height:80px}.Header_navContainer__pYehf{max-width:1440px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;height:100%;position:relative}.Header_logo__j7oID{text-decoration:none;color:inherit}.Header_logoContainer__gxrJO{display:flex;flex-direction:column;align-items:flex-start}.Header_logoText__gtMNE{font-family:Playfair Display,serif;font-size:1.75rem;font-weight:800;color:#111827;margin:0;line-height:1.1;letter-spacing:-.025em}.Header_byline__XqnEW{font-size:.75rem;color:#6b7280;font-weight:400;margin-top:2px;letter-spacing:.025em}.Header_navMenu__QX3tj{display:flex;gap:2rem;align-items:center}.Header_navLink__Q_hTB{color:#374151;text-decoration:none;font-weight:500;font-size:.95rem;padding:.5rem 0;position:relative;transition:all .3s ease}.Header_navLink__Q_hTB:hover{color:#111827}.Header_navLink__Q_hTB:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(135deg,#111827,#374151);transition:width .3s ease}.Header_navLink__Q_hTB:hover:after{width:100%}.Header_navActions__K0iS7{display:flex;align-items:center;gap:1rem}.Header_searchInput__bkJUn{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;width:200px;transition:all .3s ease}.Header_searchInput__bkJUn:focus{outline:none;border-color:#374151;box-shadow:0 0 0 3px rgba(55,65,81,.1)}.Header_searchInput__bkJUn::-moz-placeholder{color:#9ca3af}.Header_searchInput__bkJUn::placeholder{color:#9ca3af}.Header_subscribeBtn__Aag_z{background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;border:none;padding:.5rem 1.25rem;border-radius:6px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .3s ease}.Header_subscribeBtn__Aag_z:hover{background:linear-gradient(135deg,#b91c1c,#dc2626);transform:translateY(-1px)}.Header_subscribeBtn__Aag_z a{color:#fff;text-decoration:none}.Header_menuBtn__sdRcj{display:none;background:none;border:none;font-size:1.25rem;color:#374151;cursor:pointer;padding:.5rem;transition:all .3s ease}.Header_menuBtn__sdRcj:hover{color:#111827}@media (max-width:768px){.Header_navContainer__pYehf{padding:0 1rem}.Header_logoText__gtMNE{font-size:1.5rem}.Header_byline__XqnEW{font-size:.7rem}.Header_navMenu__QX3tj{display:none;position:absolute;top:100%;left:0;right:0;background:hsla(0,0%,100%,.98);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e5e7eb;flex-direction:column;gap:0;padding:1rem 0;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.Header_navMenuOpen__racsg{display:flex}.Header_navLink__Q_hTB{padding:1rem 2rem;width:100%;text-align:left;border-bottom:1px solid #f3f4f6}.Header_navLink__Q_hTB:last-child{border-bottom:none}.Header_navLink__Q_hTB:after{display:none}.Header_navLink__Q_hTB:hover{background:#f9fafb}.Header_searchInput__bkJUn{display:none}.Header_menuBtn__sdRcj{display:block}}@media (max-width:480px){.Header_navContainer__pYehf{padding:0 .75rem}.Header_logoText__gtMNE{font-size:1.35rem}.Header_subscribeBtn__Aag_z{padding:.4rem 1rem;font-size:.8rem}}.Header_navLink__Q_hTB[data-active=true]{color:#111827;font-weight:600}.Header_navLink__Q_hTB[data-active=true]:after{width:100%;background:linear-gradient(135deg,#dc2626,#ef4444)}@media (max-width:768px){.Header_navLink__Q_hTB[data-active=true]{background:#f3f4f6;color:#dc2626}}.Header_logo__j7oID:hover .Header_logoText__gtMNE{color:#374151;transition:color .3s ease}.Header_logo__j7oID:hover .Header_byline__XqnEW{color:#4b5563;transition:color .3s ease}.Header_subscribeBtn__Aag_z,.Header_subscribeBtn__Aag_z:hover{text-decoration:none!important}