@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";:root{--primary-blue: #2563eb;--primary-dark: #1e40af;--accent-orange: #f97316;--accent-light: #fed7aa;--white: #ffffff;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--font-primary: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display: "Montserrat", sans-serif;--container-max: 1200px;--container-padding: 2rem;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--transition-fast: .15s ease;--transition-base: .25s ease;--transition-slow: .4s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{background-color:var(--white);color:var(--gray-800);font-family:var(--font-primary);font-size:1rem;line-height:1.6;font-weight:400;overflow-x:hidden;margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:700;line-height:1.2;color:var(--gray-900);margin-bottom:1rem}h1{font-size:clamp(2rem,3vw,2.5rem);font-weight:800;letter-spacing:-.02em}h2{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;letter-spacing:-.01em}h3{font-size:clamp(1.25rem,2vw,1.5rem);font-weight:600}h4{font-size:clamp(1.125rem,1.8vw,1.25rem);font-weight:600}h5{font-size:clamp(1rem,1.5vw,1.125rem);font-weight:600}p{margin-bottom:1.5rem;color:var(--gray-700);font-size:1.1rem;line-height:1.7}strong,b{font-weight:700}a{color:var(--primary-blue);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--primary-dark)}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 var(--container-padding)}img{max-width:100%;height:auto;border-radius:var(--radius-lg)}code{padding:2px 5px;background-color:rgb(var(--gray-light));border-radius:2px}pre{padding:1.5em;border-radius:8px}pre>code{all:unset}blockquote{border-left:4px solid var(--accent);padding:0 0 0 20px;margin:0;font-size:1.333em}hr{border:none;border-top:1px solid rgb(var(--gray-light))}@media (max-width: 720px){body{font-size:18px}main{padding:1em}}.hero-section{background:linear-gradient(135deg,var(--gray-50) 0%,var(--white) 100%);padding:6rem 0 4rem;border-bottom:1px solid var(--gray-200)}.hero-content{text-align:center;max-width:800px;margin:0 auto}.hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;background:linear-gradient(135deg,var(--gray-900) 0%,var(--gray-600) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.5rem;letter-spacing:-.02em}.hero-description{font-size:1.25rem;color:var(--gray-600);line-height:1.6;margin-bottom:0;max-width:600px;margin-left:auto;margin-right:auto}.blog-main{padding:5rem 0}.featured-section{margin-bottom:6rem}.section-title{font-size:2.25rem;font-weight:700;color:var(--gray-900);margin-bottom:2rem;text-align:center}.featured-post{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);overflow:hidden;transition:all var(--transition-base);border:1px solid var(--gray-200)}.featured-post:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl)}.featured-link{display:grid;grid-template-columns:1fr 1fr;gap:0;text-decoration:none;color:inherit;height:100%}.featured-image{position:relative;overflow:hidden;background:var(--gray-100)}.featured-badge{position:absolute;top:1.5rem;left:1.5rem;background:linear-gradient(135deg,var(--accent-orange) 0%,#ea580c 100%);color:var(--white);padding:.5rem 1rem;border-radius:var(--radius-lg);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;box-shadow:var(--shadow-md)}.featured-content{padding:3rem;display:flex;flex-direction:column;justify-content:center}.featured-title{font-size:2rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem;line-height:1.3}.featured-excerpt{font-size:1.125rem;color:var(--gray-600);line-height:1.6;margin-bottom:2rem}.read-more{color:var(--primary-blue);font-weight:600;font-size:1.1rem;transition:color var(--transition-fast)}.featured-link:hover .read-more{color:var(--primary-dark)}.posts-section{margin-top:4rem}.section-header{text-align:center;margin-bottom:4rem}.section-subtitle{font-size:1.25rem;color:var(--gray-600);margin-bottom:0;max-width:600px;margin-left:auto;margin-right:auto}.posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.post-card{background:var(--white);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-md);transition:all var(--transition-base);border:1px solid var(--gray-200);height:-moz-fit-content;height:fit-content}.post-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.post-link{display:block;text-decoration:none;color:inherit;height:100%}.post-image-container{position:relative;background:var(--gray-100);aspect-ratio:16/9;overflow:hidden}.post-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform var(--transition-slow)}.post-card:hover .post-image{transform:scale(1.05)}.post-content{padding:2rem}.post-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;font-size:.875rem}.post-date{color:var(--gray-500);font-weight:500}.read-time{color:var(--primary-blue);font-weight:600;background:var(--gray-50);padding:.25rem .75rem;border-radius:var(--radius-md);border:1px solid var(--gray-200)}.post-title{font-size:1.375rem;font-weight:600;color:var(--gray-900);margin-bottom:.75rem;line-height:1.4;transition:color var(--transition-fast)}.post-link:hover .post-title{color:var(--primary-blue)}.post-excerpt{color:var(--gray-600);line-height:1.6;margin-bottom:0;font-size:1rem}@media (max-width: 992px){.featured-link{grid-template-columns:1fr}.featured-content{padding:2rem}.posts-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width: 768px){.hero-section{padding:4rem 0 3rem}.blog-main{padding:3rem 0}.featured-section{margin-bottom:4rem}.posts-grid{grid-template-columns:1fr;gap:1.5rem}.post-content,.featured-content{padding:1.5rem}.container{padding:0 1rem}}@media (max-width: 480px){.hero-section{padding:3rem 0 2rem}.hero-description{font-size:1.125rem}.section-title{font-size:1.875rem}.featured-title{font-size:1.5rem}.featured-excerpt{font-size:1rem}}.prose{color:var(--gray-700);max-width:none}.prose h1{font-size:2rem;font-weight:800;margin-top:2rem;margin-bottom:1rem;color:var(--gray-900);line-height:1.3}.prose h2{font-size:1.5rem;font-weight:700;margin-top:2rem;margin-bottom:1rem;color:var(--gray-900);line-height:1.3;padding-bottom:.5rem;border-bottom:2px solid var(--gray-200)}.prose h3{font-size:1.25rem;font-weight:600;margin-top:1.5rem;margin-bottom:.75rem;color:var(--gray-900);line-height:1.4}.prose h4{font-size:1.125rem;font-weight:600;margin-top:1.25rem;margin-bottom:.5rem;color:var(--gray-800)}.prose p{margin-bottom:1.25rem;line-height:1.75;font-size:1rem}.prose ul,.prose ol{margin-top:1rem;margin-bottom:1.5rem;padding-left:1.5rem}.prose ul{list-style-type:disc}.prose ol{list-style-type:decimal}.prose li{margin-bottom:.5rem;line-height:1.7}.prose strong{font-weight:700;color:var(--gray-900)}.prose a{color:var(--primary-blue);text-decoration:underline;text-underline-offset:2px}.prose a:hover{color:var(--primary-dark)}.prose table{width:100%;border-collapse:separate;border-spacing:0;margin:2rem 0;font-size:.9rem;border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden}.prose thead{background-color:var(--gray-50)}.prose th{padding:.75rem 1rem;text-align:left;font-weight:600;color:var(--gray-900);border-bottom:2px solid var(--gray-200)}.prose td{padding:.75rem 1rem;border-bottom:1px solid var(--gray-200);color:var(--gray-700)}.prose tbody tr:last-child td{border-bottom:none}.prose tbody tr:hover{background-color:var(--gray-50)}.prose code{background-color:var(--gray-100);color:var(--gray-900);padding:.125rem .375rem;border-radius:.25rem;font-size:.875em}.prose pre{background-color:var(--gray-900);color:var(--gray-100);padding:1.5rem;border-radius:.5rem;overflow-x:auto;margin:1.5rem 0}.prose pre code{background-color:transparent;color:inherit;padding:0}.prose blockquote{border-left:4px solid var(--primary-blue);padding-left:1.5rem;margin:1.5rem 0;font-style:italic;color:var(--gray-600)}.prose img{max-width:100%;height:auto;border-radius:var(--radius-lg);margin:2rem auto;display:block;box-shadow:var(--shadow-md)}@media (max-width: 768px){.prose h1{font-size:1.75rem}.prose h2{font-size:1.375rem}.prose h3{font-size:1.125rem}.prose h4{font-size:1rem}.prose p{font-size:.95rem}.prose table{font-size:.85rem}}.sr-only{border:0;padding:0;margin:0;position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);clip-path:inset(50%);white-space:nowrap}
