*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:system-ui,-apple-system,sans-serif;line-height:1.6;color:#374151;background:#f9fafb}a{color:#2563eb;text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto}.site-header{position:fixed;top:0;width:100%;background:rgba(31,41,55,.95);backdrop-filter:blur(10px);z-index:100}.site-header nav{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.site-header .logo{font-size:1.5rem;font-weight:700;color:#fff}.site-header .logo:hover{text-decoration:none}.site-header .nav-links a{color:#fff;margin-left:2rem}.site-header .nav-links a:hover{color:#2563eb;text-decoration:none}main{min-height:calc(100vh - 60px)}main:not(:has(.hero)){padding-top:80px}.site-footer{background:#1f2937;color:#fff;text-align:center;padding:2rem}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url("/assets/img/intro-bg.jpg") center/cover no-repeat fixed;color:#fff;padding:2rem}.hero h1{font-size:clamp(2rem,5vw,3.5rem);margin-bottom:1rem}.hero p{font-size:1.25rem;opacity:.9;margin-bottom:2rem}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;transition:all .3s}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:rgb(18.5714285714,76.1428571429,202.4285714286);text-decoration:none}.btn-outline{border:2px solid #fff;color:#fff}.btn-outline:hover{background:#fff;color:#1f2937;text-decoration:none}.section{padding:5rem 2rem}.section-title{font-size:2rem;text-align:center;margin-bottom:3rem}.certs{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:3rem}.certs img{width:100px;height:100px;object-fit:contain}.card{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.1)}.experience-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem}.timeline{position:relative;max-width:600px;margin:0 auto;padding-left:2rem}.timeline::before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:linear-gradient(to bottom, #2563eb, transparent)}.timeline-item{position:relative;padding-bottom:2.5rem}.timeline-item:last-child{padding-bottom:0}.timeline-dot{position:absolute;left:-2rem;top:0;width:12px;height:12px;background:#2563eb;border-radius:50%;transform:translateX(-5px);box-shadow:0 0 0 4px rgba(37,99,235,.2)}.timeline-content{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08)}.timeline-content h3{margin:.5rem 0 .25rem;color:#1f2937}.timeline-content p{margin:0;color:#374151}.timeline-date{font-size:.85rem;color:#2563eb;font-weight:600}.contact-grid{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.contact-card{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2rem 3rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:transform .3s,box-shadow .3s;text-decoration:none;color:#374151}.contact-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12);text-decoration:none}.contact-card .contact-icon{font-size:1.5rem;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#2563eb;color:#fff;border-radius:50%;font-weight:700}.contact-card span{font-size:.95rem}.post{max-width:800px;margin:0 auto;padding:2rem}.post-header{margin-bottom:2rem;border-bottom:1px solid #e5e7eb;padding-bottom:1rem}.post-header h1{font-size:2.5rem;margin-bottom:.5rem;color:#1f2937}.post-header time{color:#6b7280}.post-header .tags span{background:#e5e7eb;padding:.25rem .5rem;border-radius:4px;font-size:.875rem;margin-right:.5rem}.post-content h2,.post-content h3,.post-content h4{margin:2rem 0 1rem;color:#1f2937}.post-content p{margin-bottom:1.5rem}.post-content pre{background:#1f2937;border-radius:8px;padding:1rem;overflow-x:auto;margin:1.5rem 0}.post-content code{font-family:"Fira Code",monospace;font-size:.9rem}.post-content blockquote{border-left:4px solid #2563eb;padding-left:1rem;margin:1.5rem 0;font-style:italic;color:#6b7280}.post-content ul,.post-content ol{margin:1rem 0 1.5rem 2rem}.post-content img{border-radius:8px;margin:1.5rem 0}.blog-list{max-width:800px;margin:0 auto;padding:2rem}.blog-list h1{margin-bottom:2rem}.blog-list article{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.blog-list article h2{margin-bottom:.5rem}.blog-list article h2 a{color:#1f2937}.blog-list article h2 a:hover{color:#2563eb}.blog-list article time{color:#6b7280;font-size:.9rem}.blog-list article p{margin-top:.5rem}/*# sourceMappingURL=main.css.map */