@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";:root{--primary-color: #3b82f6;--background-color: #ffffff;--surface-color: #f9fafb;--text-color: #1f2937;--text-muted-color: #6b7280;--border-color: #e5e7eb;--font-family: "Inter", sans-serif;--container-width: 1140px;--border-radius: 8px;--transition-speed: .2s ease-in-out}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-family);line-height:1.6;background-color:var(--background-color);color:var(--text-color);font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:var(--container-width);margin:0 auto;padding:0 1.5rem}h1,h2,h3,h4{color:var(--text-color);line-height:1.3;margin-bottom:1rem;font-weight:700}h1{font-size:2.75rem;font-weight:700}h2{font-size:2rem}h3{font-size:1.25rem}p{margin-bottom:1.25rem;color:var(--text-muted-color)}a{color:var(--primary-color);text-decoration:none;transition:color var(--transition-speed)}a:hover{color:#1d4ed8}ul{list-style:none}img{max-width:100%;display:block}.btn{display:inline-block;padding:.65rem 1.5rem;background-color:var(--primary-color);color:#fff;border:1px solid var(--primary-color);border-radius:var(--border-radius);font-weight:600;font-family:var(--font-family);transition:background-color var(--transition-speed),transform var(--transition-speed)}.btn:hover{background-color:#1d4ed8;transform:translateY(-2px);color:#fff}.site-header{background:var(--background-color);padding:1.5rem 0;border-bottom:1px solid var(--border-color)}.site-header .container{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:var(--text-color)}.logo:hover{color:var(--text-color)}.main-nav ul{display:flex;gap:2.5rem}.main-nav a{color:var(--text-muted-color);font-weight:600;font-size:1rem;transition:color var(--transition-speed)}.main-nav a:hover{color:var(--primary-color)}.main-content{padding:4rem 0}.main-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:992px){.main-grid{grid-template-columns:2.5fr 1fr}}.intro-section{padding-bottom:3rem;text-align:center;border-bottom:1px solid var(--border-color);margin-bottom:3rem}.intro-section h1{margin-bottom:1.5rem;max-width:700px;margin-left:auto;margin-right:auto}.intro-section p{max-width:650px;margin-left:auto;margin-right:auto;font-size:1.1rem}.articles-list{display:grid;grid-template-columns:1fr;gap:2rem}.article-card{background:var(--background-color);border-radius:var(--border-radius);border:1px solid var(--border-color);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow var(--transition-speed),transform var(--transition-speed)}.article-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #00000012,0 4px 6px -2px #0000000d}.article-card-content{padding:1.75rem;flex-grow:1;display:flex;flex-direction:column}.article-card-content h3{margin-top:0;font-size:1.2rem}.article-card-content p{flex-grow:1;margin-bottom:1.5rem}.article-card-content .btn{align-self:flex-start}.sidebar-widget{background:var(--surface-color);padding:1.5rem;border-radius:var(--border-radius);margin-bottom:2rem;border:1px solid var(--border-color)}.sidebar-widget h3{border-bottom:1px solid var(--border-color);padding-bottom:.75rem;margin-top:0;font-size:1.1rem;font-weight:600}.sidebar-widget ul{margin-top:1rem}.sidebar-widget li{margin-bottom:.75rem}.sidebar-widget p{font-size:.95rem;line-height:1.6}.article-full{padding:2.5rem;border:1px solid var(--border-color);border-radius:var(--border-radius);background:var(--background-color)}.article-header{border-bottom:1px solid var(--border-color);margin-bottom:2rem;padding-bottom:1rem}.article-header h1{margin-bottom:.5rem}.article-meta{font-size:.9rem;color:var(--text-muted-color)}.article-content h2,.article-content h3{margin-top:2.5rem}.article-content ul{list-style:disc;padding-left:1.5rem;margin-bottom:1.5rem}.article-content li{margin-bottom:.75rem;color:var(--text-muted-color);padding-left:.5rem}.article-content blockquote{border-left:3px solid var(--primary-color);padding:1rem 1.5rem;margin:1.5rem 0;color:var(--text-muted-color);background:var(--surface-color);border-radius:0 var(--border-radius) var(--border-radius) 0}.cta-section{background:var(--surface-color);padding:2.5rem;text-align:center;border-radius:var(--border-radius);margin-top:3rem;border:1px solid var(--border-color)}.cta-section p{max-width:600px;margin-left:auto;margin-right:auto;color:var(--text-color)}.cta-section .btn{margin-top:1rem}.site-footer{background:var(--surface-color);color:var(--text-muted-color);padding:3rem 0;margin-top:4rem;text-align:center;border-top:1px solid var(--border-color)}.site-footer .container{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.footer-links ul{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.footer-links a{color:var(--text-muted-color);font-weight:600}.footer-links a:hover{color:var(--primary-color)}.copyright{font-size:.9rem}.static-page{padding:2.5rem;border:1px solid var(--border-color);border-radius:var(--border-radius);background:var(--background-color)}.static-page h1{border-bottom:1px solid var(--border-color);padding-bottom:1rem;margin-bottom:1.5rem}
