.blog-content h1{font-size:1.875rem;margin-top:4rem;margin-bottom:2.5rem;font-weight:700;line-height:1.2;max-width:56rem;color:hsl(var(--primary))}.blog-content h2{font-size:1.5rem;margin-top:4rem;margin-bottom:2rem;font-weight:700;line-height:1.3;max-width:56rem;border-left:6px solid hsl(var(--secondary));padding-left:1.5rem;background:linear-gradient(to right,hsl(var(--primary) / .05),transparent);padding-top:1rem;padding-bottom:1rem;border-radius:0 .5rem .5rem 0;color:hsl(var(--primary));position:relative}.blog-content h2:before{content:"";position:absolute;left:-6px;top:0;bottom:0;width:6px;background:linear-gradient(to bottom,hsl(var(--secondary)),hsl(var(--primary)));border-radius:3px 0 0 3px}.blog-content h3{font-size:1.25rem;margin-top:3rem;margin-bottom:1.5rem;font-weight:600;line-height:1.3;max-width:56rem;color:hsl(var(--primary));border-bottom:2px solid hsl(var(--secondary) / .3);padding-bottom:.5rem}.blog-content h4{font-size:1.125rem;margin-top:2.5rem;margin-bottom:1.25rem;font-weight:600;line-height:1.4;max-width:56rem;color:hsl(var(--primary))}.blog-content p{line-height:1.8;font-size:1rem;margin-top:.75rem;margin-bottom:1rem;color:hsl(var(--foreground) / .9);max-width:56rem}.blog-content ul{margin-top:1.5rem;margin-bottom:2rem;margin-left:1.25rem;max-width:56rem;list-style:none;display:flex;flex-direction:column;gap:.5rem}.blog-content ul>li{color:hsl(var(--foreground) / .9);line-height:1.7;font-size:1rem;padding-left:.25rem}.blog-content blockquote{margin-top:2.5rem;margin-bottom:2.5rem;border-left:6px solid hsl(var(--secondary));padding:2rem;font-style:italic;color:hsl(var(--primary));background:linear-gradient(135deg,hsl(var(--primary) / .03),hsl(var(--secondary) / .03));border-radius:0 .5rem .5rem 0;max-width:56rem;box-shadow:0 4px 12px #0000000d;line-height:1.8;position:relative}.blog-content blockquote:before{content:'"';position:absolute;top:.5rem;left:.5rem;font-size:3rem;color:hsl(var(--secondary) / .3);font-family:serif;line-height:1}.blog-content strong{font-weight:700;color:hsl(var(--primary))}.blog-content p>strong,.blog-content blockquote>strong{background:linear-gradient(90deg,hsl(var(--secondary) / .1),hsl(var(--primary) / .1));padding:.125rem .375rem;border-radius:.25rem;border:1px solid hsl(var(--secondary) / .2)}.blog-content a{color:hsl(var(--secondary));text-decoration:none;font-weight:500;border-bottom:1px solid hsl(var(--secondary) / .3);transition:all .2s ease}.blog-content a:hover{color:hsl(var(--primary));border-bottom-color:hsl(var(--primary));background:linear-gradient(to right,hsl(var(--secondary) / .05),transparent)}.blog-content code{background:linear-gradient(135deg,hsl(var(--primary) / .08),hsl(var(--secondary) / .08));color:hsl(var(--primary));border:1px solid hsl(var(--primary) / .2);padding:.25rem .5rem;border-radius:.375rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem}.blog-content pre{background:hsl(var(--primary) / .04);border:1px solid hsl(var(--primary) / .15);border-radius:.75rem;padding:1.5rem;margin:2rem 0;overflow-x:auto}.blog-content pre code{background:none;border:none;padding:0;color:hsl(var(--foreground));font-size:.875rem}.blog-content table{width:100%;border-collapse:collapse}.blog-content table th{background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--secondary)));color:#fff;font-weight:600;text-transform:uppercase;font-size:.75rem;letter-spacing:.05em}.blog-content table td{border-bottom:1px solid hsl(var(--primary) / .08)}.blog-content table tbody tr:last-child td{border-bottom:none}.blog-content table tbody tr:nth-child(2n){background:hsl(var(--primary) / .02)}.blog-content table tbody tr:hover{background:hsl(var(--secondary) / .04)}.blog-content table td strong{background:none;border:none;padding:0;color:hsl(var(--primary))}@media (min-width: 768px){.blog-content h1{font-size:2.25rem}.blog-content h2{font-size:1.875rem}.blog-content h3{font-size:1.5rem}.blog-content h4{font-size:1.25rem}.blog-content p,.blog-content ul>li{font-size:1.125rem}}
