:root,[data-theme=light]{--bg: #fafafa;--bg-secondary: #f3f4f6;--bg-card: #ffffff;--border: #e5e7eb;--border-hover: #6366f1;--primary: #4f46e5;--primary-dim: rgba(79, 70, 229, .06);--primary-dim2: rgba(79, 70, 229, .12);--fg: #111827;--fg-muted: #4b5563;--fg-subtle: #9ca3af;--radius: .75rem;--radius-sm: .5rem;--font: "Inter", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", monospace;--shadow: 0 1px 3px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.03);--shadow-lg: 0 8px 24px rgba(0,0,0,.06);--header-bg: rgba(250, 250, 250, .88);color-scheme:light}[data-theme=dark]{--bg: #09090b;--bg-secondary: #18181b;--bg-card: #1c1c22;--border: #27272a;--border-hover: #818cf8;--primary: #818cf8;--primary-dim: rgba(129, 140, 248, .08);--primary-dim2: rgba(129, 140, 248, .15);--fg: #fafafa;--fg-muted: #a1a1aa;--fg-subtle: #71717a;--shadow: 0 1px 3px rgba(0,0,0,.3);--shadow-lg: 0 8px 24px rgba(0,0,0,.4);--header-bg: rgba(9, 9, 11, .88);color-scheme:dark}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--fg);font-family:var(--font);line-height:1.6;-webkit-font-smoothing:antialiased;transition:background .25s ease,color .25s ease}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul{list-style:none}.bg-decoration{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;overflow:hidden}.bg-blob{position:absolute;border-radius:50%;opacity:.3;filter:blur(120px)}.bg-blob-1{width:500px;height:500px;background:#3b82f6;top:-10%;left:-8%;animation:float1 8s ease-in-out infinite}.bg-blob-2{width:400px;height:400px;background:#8b5cf6;top:40%;right:-10%;animation:float2 10s ease-in-out infinite}.bg-blob-3{width:450px;height:450px;background:#3b82f6;bottom:-5%;left:-5%;animation:float3 9s ease-in-out infinite}@keyframes float1{0%,to{transform:translate(0)}50%{transform:translate(30px,20px)}}@keyframes float2{0%,to{transform:translate(0)}50%{transform:translate(-20px,-30px)}}@keyframes float3{0%,to{transform:translate(0)}50%{transform:translate(20px,-20px)}}.container{max-width:52rem;margin:0 auto;padding:0 1.5rem}.section{padding:4.5rem 0}.header{position:sticky;top:0;z-index:100;background:var(--header-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);transition:background .25s ease}.header-inner{display:flex;align-items:center;justify-content:space-between;height:3.5rem}.logo{font-weight:700;font-size:1.05rem;color:var(--fg);letter-spacing:-.02em}.logo span{color:var(--primary)}.nav{display:flex;align-items:center;gap:1.75rem}.nav-link{font-size:.875rem;color:var(--fg-muted);font-weight:500;transition:color .2s;background:none;border:none;cursor:pointer;font-family:inherit}.nav-link:hover,.nav-link.active{color:var(--fg)}.nav-cta{font-size:.8rem;font-weight:600;color:#fff;padding:.4rem .9rem;background:var(--primary);border-radius:var(--radius-sm);transition:opacity .2s}.nav-cta:hover{opacity:.88}.theme-toggle{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;border:1px solid var(--border);background:transparent;color:var(--fg-muted);cursor:pointer;transition:color .2s,border-color .2s}.theme-toggle:hover{color:var(--primary);border-color:var(--primary)}.theme-toggle svg{width:16px;height:16px}.menu-toggle{display:none;background:none;border:none;color:var(--fg-muted);cursor:pointer;padding:.25rem;line-height:0}.menu-toggle svg{width:22px;height:22px}.header-actions{display:none;align-items:center;gap:.5rem}.mobile-only{display:none}.mobile-nav{display:none;flex-direction:column;border-top:1px solid var(--border);padding:.5rem 0}.mobile-nav.open{display:flex}.mobile-nav-link{padding:.7rem 1.5rem;font-size:.875rem;color:var(--fg-muted);font-weight:500;transition:color .2s,background .2s}.mobile-nav-link:hover{color:var(--fg);background:var(--bg-secondary)}.nav-cta-mobile{color:var(--primary)!important;font-weight:600}.hero{padding:5rem 0 3.5rem}.hero-inner{display:flex;flex-direction:column;gap:2rem}.hero-avatar-wrap{flex-shrink:0}.hero-avatar{width:10rem;height:10rem;border-radius:50%;object-fit:cover;border:3px solid var(--border)}.hero-greeting{display:inline-block;font-size:.8rem;font-weight:600;color:var(--primary);letter-spacing:.04em;margin-bottom:.5rem}.hero-name{font-size:clamp(2rem,5vw,2.75rem);font-weight:800;letter-spacing:-.035em;line-height:1.1;color:var(--fg);margin-bottom:.4rem}.hero-title{font-size:1rem;color:var(--fg-muted);font-weight:400;margin-bottom:.75rem}.hero-bio{font-size:.9375rem;color:var(--fg-muted);line-height:1.7;max-width:48ch;margin-bottom:1.5rem}.hero-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.hero-socials{display:flex;align-items:center;gap:.5rem;margin-top:1rem}.btn{display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem;font-weight:600;padding:.5rem 1.1rem;border-radius:var(--radius-sm);transition:all .2s;cursor:pointer;border:none;font-family:inherit}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{opacity:.88}.btn-outline{background:transparent;color:var(--fg-muted);border:1px solid var(--border)}.btn-outline:hover{color:var(--fg);border-color:var(--fg-subtle)}.social-link{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;border:1px solid var(--border);color:var(--fg-muted);transition:color .2s,border-color .2s}.social-link:hover{color:var(--primary);border-color:var(--primary)}.social-link svg{width:15px;height:15px}.section-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.section-title{font-size:1.1rem;font-weight:700;letter-spacing:-.01em;white-space:nowrap;color:var(--fg)}.section-line{flex:1;height:1px;background:var(--border)}.edu-card{border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem;background:var(--bg-card);box-shadow:var(--shadow);transition:border-color .2s}.edu-card:hover{border-color:var(--border-hover)}.edu-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap;margin-bottom:.3rem}.edu-institution{font-weight:600;font-size:.9375rem;color:var(--fg)}.edu-degree{font-size:.8rem;color:var(--primary);font-weight:500;margin-top:.1rem}.edu-right{text-align:right}.edu-period{font-size:.75rem;color:var(--fg-subtle);font-weight:500}.edu-gpa{font-size:.75rem;font-weight:600;color:var(--primary);background:var(--primary-dim);padding:.15rem .5rem;border-radius:999px;margin-top:.2rem;display:inline-block}.edu-location{font-size:.75rem;color:var(--fg-subtle)}.skills-grid{display:flex;flex-wrap:wrap;gap:.4rem}.skill-badge{font-size:.75rem;font-weight:500;padding:.3rem .7rem;border-radius:999px;background:var(--bg-secondary);color:var(--fg-muted);border:1px solid var(--border);transition:border-color .2s,color .2s}.skill-badge:hover{border-color:var(--primary);color:var(--primary)}.experience-list{display:flex;flex-direction:column}.exp-item{display:flex;gap:1.25rem;padding:1.25rem 0;border-bottom:1px solid var(--border)}.exp-item:last-child{border-bottom:none}.exp-dot-col{display:flex;flex-direction:column;align-items:center;padding-top:.35rem;flex-shrink:0}.exp-dot{width:10px;height:10px;border-radius:50%;background:var(--primary-dim2);border:2px solid var(--primary);flex-shrink:0}.exp-dot-line{width:1px;flex:1;min-height:2rem;background:var(--border);margin-top:.5rem}.exp-body{flex:1;min-width:0}.exp-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.2rem}.exp-company{font-weight:600;font-size:.9375rem;color:var(--fg)}.exp-item:hover .exp-company{color:var(--primary)}.exp-period{font-size:.75rem;color:var(--fg-subtle);font-weight:500;white-space:nowrap}.exp-role{font-size:.8rem;color:var(--primary);font-weight:500;margin-bottom:.4rem}.exp-desc{font-size:.8rem;color:var(--fg-muted);line-height:1.65;margin-bottom:.6rem}.exp-tech{display:flex;flex-wrap:wrap;gap:.35rem}.tech-badge{font-size:.7rem;font-weight:500;padding:.15rem .5rem;border-radius:999px;background:var(--bg-secondary);color:var(--fg-subtle);border:1px solid var(--border)}.projects-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}.project-card{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--bg-card);box-shadow:var(--shadow);transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;flex-direction:column}.project-card:hover{border-color:var(--border-hover);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.project-image{width:100%;height:12rem;object-fit:cover;background:var(--bg-secondary)}.project-body{padding:1.25rem;flex:1;display:flex;flex-direction:column;gap:.4rem}.project-title{font-size:.9375rem;font-weight:700;color:var(--fg)}.project-desc{font-size:.8rem;color:var(--fg-muted);line-height:1.6}.project-tech{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.25rem}.project-highlights{list-style:none;display:flex;flex-direction:column;gap:.25rem;margin-top:.4rem}.project-highlight-item{display:flex;align-items:center;gap:.4rem;font-size:.75rem;color:var(--primary);font-weight:500}.highlight-dot{width:5px;height:5px;border-radius:50%;background:var(--primary);flex-shrink:0}.project-links{display:flex;align-items:center;gap:.75rem;margin-top:auto;padding-top:.75rem;border-top:1px solid var(--border)}.project-link{display:inline-flex;align-items:center;gap:.3rem;font-size:.75rem;font-weight:500;color:var(--fg-muted);transition:color .2s}.project-link svg{width:13px;height:13px}.project-link:hover{color:var(--primary)}.project-link-primary{color:var(--primary)!important}.projects-toggle{display:flex;justify-content:center;margin-top:2rem}.project-card-link{display:block}.project-title-link{text-decoration:none}.project-title-link:hover .project-title{color:var(--primary)}.blog-list{display:flex;flex-direction:column}.blog-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border);transition:background .2s}.blog-item:last-child{border-bottom:none}.blog-item:hover .blog-item-title{color:var(--primary)}.blog-item-img{width:4rem;height:4rem;object-fit:cover;border-radius:var(--radius-sm);flex-shrink:0;background:var(--bg-secondary)}.blog-item-body{flex:1;min-width:0}.blog-item-meta{display:flex;align-items:center;gap:.5rem;margin-bottom:.2rem}.blog-item-date,.blog-item-read{font-size:.7rem;color:var(--fg-subtle);font-weight:500}.blog-item-title{font-size:.875rem;font-weight:600;color:var(--fg);margin-bottom:.2rem;transition:color .2s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.blog-item-excerpt{font-size:.75rem;color:var(--fg-muted);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-tags{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.4rem}.blog-tag{font-size:.65rem;font-weight:500;padding:.1rem .4rem;border-radius:999px;background:var(--bg-secondary);color:var(--fg-subtle);border:1px solid var(--border)}.view-all{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;font-weight:500;color:var(--primary);transition:gap .2s;white-space:nowrap}.view-all:hover{gap:.55rem}.view-all svg{width:14px;height:14px}.footer{border-top:1px solid var(--border);padding:2rem 0}.footer-inner{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}.footer-socials{display:flex;gap:.5rem;margin-bottom:.25rem}.footer-text{font-size:.75rem;color:var(--fg-subtle)}.footer-text a{color:var(--fg-muted);transition:color .2s}.footer-text a:hover{color:var(--primary)}.blog-page-hero{padding:3.5rem 0 2rem}.blog-page-title{font-size:clamp(1.5rem,4vw,2rem);font-weight:800;letter-spacing:-.03em;color:var(--fg);margin-bottom:.4rem}.blog-page-sub{font-size:.875rem;color:var(--fg-muted)}.blog-filter{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.75rem}.filter-btn{font-size:.75rem;font-weight:500;padding:.3rem .75rem;border-radius:999px;border:1px solid var(--border);background:transparent;color:var(--fg-muted);cursor:pointer;transition:all .2s;font-family:inherit}.filter-btn:hover,.filter-btn.active{background:var(--primary-dim);color:var(--primary);border-color:var(--primary)}.blog-grid{display:grid;grid-template-columns:1fr;gap:1rem;padding-bottom:4rem}.blog-card{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--bg-card);box-shadow:var(--shadow);transition:border-color .2s,transform .2s,box-shadow .2s;display:flex;flex-direction:column}.blog-card:hover{border-color:var(--border-hover);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.blog-card:hover .blog-card-title{color:var(--primary)}.blog-card-img{width:100%;height:10rem;object-fit:cover;background:var(--bg-secondary)}.blog-card-body{padding:1.25rem;flex:1;display:flex;flex-direction:column;gap:.35rem}.blog-card-meta{display:flex;align-items:center;gap:.5rem;font-size:.7rem;color:var(--fg-subtle)}.blog-card-title{font-size:.9375rem;font-weight:700;color:var(--fg);line-height:1.4;transition:color .2s}.blog-card-excerpt{font-size:.8rem;color:var(--fg-muted);line-height:1.6;flex:1;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card-tags{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.2rem}.post-back{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;color:var(--fg-muted);margin-bottom:1.5rem;transition:color .2s}.post-back:hover{color:var(--primary)}.post-back svg{width:14px;height:14px}.post-hero{padding:2.5rem 0 1.5rem}.post-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.75rem}.post-tag{font-size:.7rem;font-weight:600;padding:.2rem .55rem;border-radius:999px;background:var(--primary-dim);color:var(--primary);border:1px solid var(--primary-dim2)}.post-title{font-size:clamp(1.5rem,4vw,2.25rem);font-weight:800;letter-spacing:-.03em;line-height:1.2;color:var(--fg);margin-bottom:.75rem}.post-meta{display:flex;align-items:center;gap:.75rem;font-size:.75rem;color:var(--fg-subtle);margin-bottom:1.25rem}.post-meta-item{display:inline-flex;align-items:center;gap:.3rem}.post-meta-item svg{width:13px;height:13px}.post-cover{width:100%;height:18rem;object-fit:cover;border-radius:var(--radius);margin-bottom:2rem;border:1px solid var(--border)}.post-content{font-size:.9375rem;color:var(--fg-muted);line-height:1.8;max-width:65ch;padding-bottom:3rem}.post-content h1,.post-content h2,.post-content h3{color:var(--fg);font-weight:700;letter-spacing:-.02em;margin:1.75rem 0 .6rem;line-height:1.3}.post-content h1{font-size:1.5rem}.post-content h2{font-size:1.25rem;padding-bottom:.4rem;border-bottom:1px solid var(--border)}.post-content h3{font-size:1.05rem}.post-content p{margin-bottom:1rem}.post-content a{color:var(--primary);text-decoration:underline;text-underline-offset:2px}.post-content a:hover{text-decoration-color:var(--primary)}.post-content code{font-family:var(--font-mono);font-size:.85em;background:var(--bg-secondary);color:var(--primary);padding:.1em .35em;border-radius:.25rem;border:1px solid var(--border)}.post-content pre{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem 1.25rem;overflow-x:auto;margin:1.25rem 0;font-family:var(--font-mono);font-size:.8rem;line-height:1.7}.post-content pre code{background:none;border:none;padding:0;color:var(--fg);font-size:inherit}.post-content ul,.post-content ol{margin:.75rem 0 1rem 1.25rem}.post-content ul{list-style:disc}.post-content ol{list-style:decimal}.post-content li{margin-bottom:.3rem}.post-content blockquote{border-left:3px solid var(--primary);padding:.4rem 0 .4rem 1rem;margin:1.25rem 0;color:var(--fg-muted);background:var(--primary-dim);border-radius:0 var(--radius-sm) var(--radius-sm) 0}.post-content strong{color:var(--fg);font-weight:600}.post-content hr{border:none;border-top:1px solid var(--border);margin:1.5rem 0}.post-footer{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--border);padding-bottom:4rem}.post-nav{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}.project-detail{padding-top:2.5rem;padding-bottom:4rem}.pd-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;flex-wrap:wrap;margin-bottom:1rem}.pd-title{font-size:clamp(1.5rem,4vw,2rem);font-weight:800;letter-spacing:-.03em;color:var(--fg);margin-bottom:.4rem}.pd-short-desc{font-size:.875rem;color:var(--fg-muted);max-width:55ch;line-height:1.65}.pd-links{display:flex;gap:.6rem;flex-shrink:0;flex-wrap:wrap}.pd-tech{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.75rem}.pd-gallery{margin-bottom:2.5rem}.pd-gallery-main{border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);background:var(--bg-secondary);margin-bottom:.6rem}.pd-gallery-img{width:100%;height:20rem;object-fit:cover;display:block}@media(min-width:640px){.pd-gallery-img{height:28rem}}.pd-gallery-thumbs{display:flex;gap:.5rem;flex-wrap:wrap}.pd-thumb{width:5rem;height:3.5rem;border-radius:var(--radius-sm);overflow:hidden;border:2px solid var(--border);background:none;padding:0;cursor:pointer;transition:border-color .2s;flex-shrink:0}.pd-thumb img{width:100%;height:100%;object-fit:cover}.pd-thumb.active{border-color:var(--primary)}.pd-thumb:hover{border-color:var(--fg-subtle)}.pd-body{display:flex;gap:2rem;align-items:flex-start}.pd-main{flex:1;min-width:0}.pd-section{margin-bottom:2rem}.pd-section-title{font-size:.9375rem;font-weight:700;color:var(--fg);margin-bottom:.75rem;padding-bottom:.4rem;border-bottom:1px solid var(--border)}.pd-para{font-size:.875rem;color:var(--fg-muted);line-height:1.7;margin-bottom:.75rem}.pd-features{display:flex;flex-direction:column;gap:.6rem}.pd-feature-card{padding:.9rem 1.1rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);transition:border-color .2s}.pd-feature-card:hover{border-color:var(--border-hover)}.pd-feature-title{font-size:.8rem;font-weight:600;color:var(--fg);margin-bottom:.2rem}.pd-feature-desc{font-size:.75rem;color:var(--fg-muted);line-height:1.6}.pd-sidebar{width:15rem;flex-shrink:0}.pd-sidebar-card{border:1px solid var(--border);border-radius:var(--radius);padding:1.1rem;background:var(--bg-card);position:sticky;top:5rem}.pd-sidebar-title{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--fg-subtle);margin-bottom:.75rem}.pd-impact-list{display:flex;flex-direction:column;gap:.5rem}.pd-impact-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.75rem;color:var(--primary);font-weight:500;line-height:1.4}.pd-impact-item .highlight-dot{margin-top:.35rem}.pd-arch-list{display:flex;flex-direction:column;gap:.5rem}.pd-arch-item{display:flex;gap:.75rem;align-items:flex-start;padding:.8rem 1rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);transition:border-color .2s}.pd-arch-item:hover{border-color:var(--border-hover)}.pd-arch-layer{font-size:.65rem;font-weight:700;color:var(--primary);background:var(--primary-dim);padding:.15rem .5rem;border-radius:999px;white-space:nowrap;flex-shrink:0}.pd-arch-detail{font-size:.75rem;color:var(--fg-muted);line-height:1.6}.pd-lifecycle{display:flex;flex-direction:column}.pd-lifecycle-item{display:flex;gap:.75rem}.pd-lifecycle-left{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.pd-lifecycle-num{width:1.5rem;height:1.5rem;border-radius:50%;background:var(--primary-dim);border:1.5px solid var(--primary);color:var(--primary);font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center}.pd-lifecycle-line{width:1px;flex:1;min-height:1rem;background:var(--border);margin:.25rem 0}.pd-lifecycle-body{padding-bottom:1.25rem;flex:1}.pd-lifecycle-phase{font-size:.8rem;font-weight:600;color:var(--fg);margin-bottom:.2rem;padding-top:.1rem}.pd-lifecycle-detail{font-size:.75rem;color:var(--fg-muted);line-height:1.6}.pd-challenges{display:flex;flex-direction:column;gap:.6rem}.pd-challenge-card{padding:1rem 1.1rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);transition:border-color .2s}.pd-challenge-card:hover{border-color:var(--border-hover)}.pd-challenge-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--fg-subtle);margin-bottom:.2rem}.pd-challenge-title{font-size:.8rem;font-weight:600;color:var(--fg)}.pd-challenge-solution{font-size:.75rem;color:var(--fg-muted);line-height:1.6}@media(max-width:768px){.pd-body{flex-direction:column}.pd-sidebar{width:100%}.pd-sidebar-card{position:static}}.fade-up{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}.fade-up.visible{opacity:1;transform:translateY(0)}.loading-screen{min-height:100vh;background:var(--bg)}@media(min-width:640px){.hero-inner{flex-direction:row;align-items:center;gap:2.5rem}.hero-avatar{width:12rem;height:12rem}.projects-grid,.blog-grid{grid-template-columns:repeat(2,1fr)}.post-cover{height:24rem}}@media(max-width:640px){.nav{display:none}.menu-toggle{display:block}.header-actions,.mobile-only{display:flex}.hero{padding:3rem 0 2rem}.section{padding:3rem 0}.blog-item-img{width:3.25rem;height:3.25rem}.post-cover{height:12rem}}[id]{scroll-margin-top:5rem}
