﻿@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;line-height:1.6;color:#111827;background:linear-gradient(135deg, #eff6ff, #ffffff, #eef2ff);min-height:100vh;transition:background 200ms ease,color 200ms ease}[data-theme=dark] body{color:#fff;background:linear-gradient(135deg, #111827, #1f2937, #111827)}a{color:#2563eb;text-decoration:none;transition:color 150ms ease}a:hover{color:#1e40af}[data-theme=dark] a{color:#3b82f6}[data-theme=dark] a:hover{color:#dbeafe}img{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700;color:#111827}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] h5,[data-theme=dark] h6{color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.text-center{text-align:center}.text-muted{color:#4b5563}[data-theme=dark] .text-muted{color:#d1d5db}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.font-semibold{font-weight:600}.font-bold{font-weight:700}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mt-8{margin-top:2rem}.mt-16{margin-top:4rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-20{padding-top:5rem;padding-bottom:5rem}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.nav{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.9);backdrop-filter:blur(12px);border-bottom:1px solid #e5e7eb;padding:1rem 0}[data-theme=dark] .nav{background:rgba(17,24,39,.9);border-bottom-color:#374151}.nav__inner{display:flex;align-items:center;justify-content:space-between}.nav__brand{font-size:1.25rem;font-weight:700;color:#111827}[data-theme=dark] .nav__brand{color:#fff}.nav__links{display:flex;align-items:center;gap:2rem;list-style:none}.nav__links a{color:#4b5563;font-weight:500;transition:color 150ms ease}.nav__links a:hover,.nav__links a.active{color:#2563eb}[data-theme=dark] .nav__links a{color:#d1d5db}[data-theme=dark] .nav__links a:hover,[data-theme=dark] .nav__links a.active{color:#3b82f6}.theme-toggle{background:none;border:1px solid #d1d5db;border-radius:.5rem;padding:.5rem;cursor:pointer;color:#4b5563;display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;transition:all 150ms ease}.theme-toggle:hover{background:#f3f4f6;color:#111827}[data-theme=dark] .theme-toggle{border-color:#4b5563;color:#d1d5db}[data-theme=dark] .theme-toggle:hover{background:#374151;color:#fff}.theme-toggle .icon-sun,.theme-toggle .icon-moon{width:1.125rem;height:1.125rem}.theme-toggle .icon-sun{display:none}.theme-toggle .icon-moon{display:block}[data-theme=dark] .theme-toggle .icon-sun{display:block}[data-theme=dark] .theme-toggle .icon-moon{display:none}.hero{padding:5rem 0;text-align:center}.hero__photo{width:8rem;height:8rem;border-radius:9999px;border:4px solid #3b82f6;object-fit:cover;margin-bottom:1.5rem}.hero__title{font-size:clamp(2.5rem,5vw,4.5rem);margin-bottom:1.5rem}.hero__subtitle{font-size:1.25rem;color:#4b5563;margin-bottom:2rem}[data-theme=dark] .hero__subtitle{color:#d1d5db}.hero__bio{font-size:1.125rem;color:#4b5563;max-width:42rem;margin:0 auto 3rem}[data-theme=dark] .hero__bio{color:#9ca3af}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:4rem}.hero__social{display:flex;justify-content:center;gap:1.5rem}.hero__social a{color:#4b5563;transition:color 150ms ease}.hero__social a:hover{color:#111827}[data-theme=dark] .hero__social a{color:#9ca3af}[data-theme=dark] .hero__social a:hover{color:#fff}.hero__social svg{width:1.5rem;height:1.5rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;font-size:1rem;cursor:pointer;transition:all 150ms ease;border:none;text-decoration:none}.btn--primary{background:#2563eb;color:#fff}.btn--primary:hover{background:#1e40af;color:#fff}.btn--outline{background:rgba(0,0,0,0);color:#374151;border:1px solid #d1d5db}.btn--outline:hover{background:#f3f4f6;color:#111827}[data-theme=dark] .btn--outline{color:#d1d5db;border-color:#4b5563}[data-theme=dark] .btn--outline:hover{background:#374151;color:#fff}.card{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 1px 2px rgba(0,0,0,.05);transition:box-shadow 200ms ease;overflow:hidden}.card:hover{box-shadow:0 10px 15px rgba(0,0,0,.1),0 4px 6px rgba(0,0,0,.05)}[data-theme=dark] .card{background:#1f2937;border-color:#374151}.card__body{padding:2rem}.card__icon{width:4rem;height:4rem;border-radius:9999px;background:#dbeafe;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}[data-theme=dark] .card__icon{background:#1e3a5f}.card__icon svg{width:2rem;height:2rem;color:#2563eb}[data-theme=dark] .card__icon svg{color:#3b82f6}.section{padding:5rem 0}.section--alt{background:#fff}[data-theme=dark] .section--alt{background:#1f2937}.section__title{font-size:2.25rem;text-align:center;margin-bottom:1rem}.section__subtitle{font-size:1.25rem;text-align:center;color:#4b5563;margin-bottom:4rem}[data-theme=dark] .section__subtitle{color:#d1d5db}.grid{display:grid;gap:2rem}.grid--3{grid-template-columns:repeat(auto-fit, minmax(300px, 1fr))}.grid--2{grid-template-columns:1fr}@media(min-width: 768px){.grid--2{grid-template-columns:1fr 1fr}}.grid--sidebar{grid-template-columns:1fr}@media(min-width: 1024px){.grid--sidebar{grid-template-columns:2fr 1fr}}.badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;background:#dbeafe;color:#1e40af}[data-theme=dark] .badge{background:#1e3a5f;color:#dbeafe}.skills-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width: 768px){.skills-grid{grid-template-columns:1fr 1fr}}.skills-grid h3{font-size:1.125rem;display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.skills-grid h3 svg{width:1.25rem;height:1.25rem;color:#2563eb}.skills-grid ul{list-style:none}.skills-grid ul li{padding:.25rem 0;color:#4b5563}[data-theme=dark] .skills-grid ul li{color:#d1d5db}.skills-grid ul li::before{content:"• ";color:#2563eb}.experience-item{margin-bottom:1rem}.experience-item h4{font-size:1rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.experience-item .company{font-size:.875rem;color:#4b5563}[data-theme=dark] .experience-item .company{color:#d1d5db}.experience-item .date{font-size:.75rem;color:#6b7280;display:flex;align-items:center;gap:.25rem}[data-theme=dark] .experience-item .date{color:#9ca3af}.contact-info a,.contact-info span{display:flex;align-items:center;gap:.75rem;padding:.375rem 0;color:#4b5563}[data-theme=dark] .contact-info a,[data-theme=dark] .contact-info span{color:#d1d5db}.contact-info a:hover,.contact-info span:hover{color:#2563eb}.contact-info a svg,.contact-info span svg{width:1.25rem;height:1.25rem;color:#2563eb;flex-shrink:0}.cert-list{list-style:none}.cert-list li{padding:.25rem 0;font-size:.875rem;color:#4b5563}[data-theme=dark] .cert-list li{color:#d1d5db}.cert-list li::before{content:"• ";color:#2563eb}.current-role span{display:flex;align-items:center;gap:.5rem;padding:.25rem 0;color:#4b5563}[data-theme=dark] .current-role span{color:#d1d5db}.current-role svg{width:1rem;height:1rem;color:#16a34a;flex-shrink:0}.post-card .card__body{padding:1.5rem}.post-card__title{font-size:1.25rem;margin-bottom:.5rem}.post-card__title a{color:#111827}.post-card__title a:hover{color:#2563eb}[data-theme=dark] .post-card__title a{color:#fff}[data-theme=dark] .post-card__title a:hover{color:#3b82f6}.post-card__meta{font-size:.875rem;color:#6b7280;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}[data-theme=dark] .post-card__meta{color:#9ca3af}.post-card__excerpt{color:#4b5563;margin-bottom:1rem}[data-theme=dark] .post-card__excerpt{color:#d1d5db}.post-card__tags{display:flex;flex-wrap:wrap;gap:.5rem}.post-content{max-width:48rem;margin:0 auto}.post-content h1{font-size:2.25rem;margin:2rem 0 1rem}.post-content h2{font-size:1.75rem;margin:1.75rem 0 .75rem}.post-content h3{font-size:1.375rem;margin:1.5rem 0 .5rem}.post-content p{margin-bottom:1.25rem;color:#374151}[data-theme=dark] .post-content p{color:#d1d5db}.post-content ul,.post-content ol{margin-bottom:1.25rem;padding-left:1.5rem}.post-content ul li,.post-content ol li{margin-bottom:.25rem;color:#374151}[data-theme=dark] .post-content ul li,[data-theme=dark] .post-content ol li{color:#d1d5db}.post-content code{font-family:"Fira Code","Consolas",monospace;font-size:.875em;background:#f3f4f6;padding:.125rem .375rem;border-radius:.375rem}[data-theme=dark] .post-content code{background:#374151}.post-content pre{background:#111827;color:#f3f4f6;padding:1.25rem;border-radius:.5rem;overflow-x:auto;margin-bottom:1.25rem}.post-content pre code{background:none;padding:0;color:inherit}.post-content blockquote{border-left:4px solid #3b82f6;padding:1rem 1.5rem;margin:1.5rem 0;background:#eff6ff;border-radius:0 .5rem .5rem 0}[data-theme=dark] .post-content blockquote{background:rgba(30,58,95,.3)}.post-content blockquote p{margin-bottom:0}.post-content img{border-radius:.5rem;margin:1.5rem 0}.post-content table{width:100%;border-collapse:collapse;margin-bottom:1.25rem}.post-content table th,.post-content table td{padding:.75rem;border:1px solid #e5e7eb;text-align:left}[data-theme=dark] .post-content table th,[data-theme=dark] .post-content table td{border-color:#374151}.post-content table th{background:#f9fafb;font-weight:600}[data-theme=dark] .post-content table th{background:#374151}.footer{border-top:1px solid #e5e7eb;padding:2rem 0;text-align:center;color:#6b7280;font-size:.875rem}[data-theme=dark] .footer{border-top-color:#374151;color:#9ca3af}.footer a{color:#6b7280}.footer a:hover{color:#2563eb}[data-theme=dark] .footer a{color:#9ca3af}[data-theme=dark] .footer a:hover{color:#3b82f6}.back-link{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:2rem;color:#4b5563;font-weight:500}.back-link:hover{color:#2563eb}[data-theme=dark] .back-link{color:#d1d5db}[data-theme=dark] .back-link:hover{color:#3b82f6}.back-link svg{width:1rem;height:1rem}@media(max-width: 768px){.hero__title{font-size:2.5rem}.section__title{font-size:1.75rem}.nav__links{gap:1rem;font-size:.875rem}.hero__actions{flex-direction:column;align-items:center}}@media(max-width: 480px){.nav__links{display:none}}/*# sourceMappingURL=main.css.map */