body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--space-xs:0.5rem;--space-sm:0.75rem;--space-md:1.15rem;--space-lg:1.5rem;--space-xl:3rem;--container-width:1200px;--sidebar-width:280px;--color-text:#000;--color-muted:#6c757d;--color-accent:#0366d6;--color-card-bg:#fff;--color-card-border:#e6eef6;--color-bg:#f7f9fb;--radius-sm:6px;--radius-md:8px;--radius-lg:10px;--transition-fast:0.2s ease-in-out}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{background:#d5dbe6a5;color:#000;color:var(--color-text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5}a{color:#0366d6;color:var(--color-accent);text-decoration:none;transition:color .2s ease-in-out;transition:color var(--transition-fast)}a:hover{color:#024ea2}.container{padding:0 1.5rem;padding:0 var(--space-lg)}.container,.layout{margin:0 auto;max-width:1200px;max-width:var(--container-width)}.layout{align-items:flex-start;display:flex;gap:2rem;padding:1.5rem;padding:var(--space-lg)}.layout .sidebar{flex:0 0 280px;flex:0 0 var(--sidebar-width);position:-webkit-sticky;position:sticky;top:calc(1.5rem + 90px);top:calc(var(--space-lg) + 90px)}.layout .content{flex:1 1;min-width:0}.content-full{margin:0 auto;max-width:1200px;max-width:var(--container-width);padding:1.5rem;padding:var(--space-lg);width:100%}@media (max-width:900px){.layout{flex-direction:column;gap:1.15rem;gap:var(--space-md)}.layout .sidebar{margin:0 auto;max-width:600px;position:relative;top:0;width:100%}.layout .content{width:100%}.content-full{padding:1.15rem;padding:var(--space-md)}}@media (max-width:600px){.container,.content-full,.layout{padding:1.15rem;padding:var(--space-md)}}.header{background:linear-gradient(90deg,#4d7a87,#005da8);color:#fff;padding:calc(var(--space-md)/1.1) 0;padding-top:18px;position:-webkit-sticky;position:sticky;top:0;z-index:40}.header .header-inner{gap:var(--space-md);justify-content:space-between}.brand,.header .header-inner{align-items:center;display:flex}.brand{gap:1rem}.title-logo{border-radius:8px;height:60px;object-fit:contain;width:auto}.brand-text{display:flex;flex-direction:column}.brand .name{font-size:2rem;font-weight:700;letter-spacing:-.5px;line-height:1;margin:0}.brand .title{color:#ffffffe6;font-size:1.05rem;margin:6px 0 0;opacity:.9}.main-nav{display:flex;gap:var(--space-sm)}.main-nav a{border-radius:8px;color:#cfe8ff;padding:var(--space-xs) var(--space-sm);text-decoration:none}.main-nav a.active{background:#ffffff0f}.socials a{color:#cfe8ff;margin-left:var(--space-sm)}@media (max-width:800px){.header .header-inner{align-items:flex-start;flex-direction:column;gap:var(--space-sm)}.brand{gap:.75rem}.title-logo{height:50px}.brand .name{font-size:1.5rem}.brand .title{font-size:.95rem}.socials{margin-top:var(--space-sm)}}@media (max-width:420px){.brand{align-items:flex-start;flex-direction:column;gap:.5rem}.brand .name{font-size:1.25rem}.title-logo{height:40px}.main-nav{display:flex;justify-content:space-between;width:100%}}.sidebar{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:2rem;transition:box-shadow .2s ease}.sidebar:hover{box-shadow:0 4px 16px #0000001f}.sidebar-inner{align-items:center;display:flex;flex-direction:column;gap:1rem;text-align:center}.avatar{border:4px solid #f7fafc;border-radius:50%;box-shadow:0 4px 12px #00000026;height:140px;object-fit:cover;transition:transform .3s ease;width:140px}.avatar:hover{transform:scale(1.05)}.sidebar h3{color:#1a202c;font-size:1.5rem;font-weight:600;letter-spacing:-.025em;margin:.5rem 0 0}.sidebar .location{align-items:center;color:#718096;display:flex;font-size:.95rem;gap:.5rem;justify-content:center;margin:.25rem 0}.sidebar .location:before{content:"📍";font-size:1rem}.sidebar .email{font-size:.9rem;margin:0}.sidebar .email a{border-radius:4px;color:#3182ce;padding:.25rem .5rem;text-decoration:none;transition:all .2s ease}.sidebar .email a:hover{background:#e6f2ff;color:#2c5282}.sidebar-divider{background:#e2e8f0;height:1px;margin:.5rem 0;width:100%}.sidebar-actions{display:flex;flex-direction:column;gap:.75rem;margin:.5rem 0;width:100%}.resume-link{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 2px 8px #667eea4d;color:#fff;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:.5rem;justify-content:center;padding:.875rem 1.5rem;text-decoration:none;transition:all .2s ease;width:100%}.resume-link:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.resume-link:after{content:"→";font-size:1.1rem}.sidebar-socials{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:.5rem}.sidebar-socials a{align-items:center;background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;color:#4a5568;display:inline-flex;font-size:.9rem;font-weight:600;justify-content:center;min-width:100px;padding:.5rem 1rem;text-decoration:none;transition:all .2s ease}.sidebar-socials a:hover{background:#3182ce;border-color:#3182ce;box-shadow:0 4px 8px #3182ce4d;color:#fff;transform:translateY(-2px)}@media (max-width:900px){.sidebar{max-width:100%}.sidebar-inner{flex-direction:row;flex-wrap:wrap;justify-content:center;text-align:left}.avatar{height:100px;width:100px}.sidebar h3{font-size:1.25rem}}@media (max-width:600px){.sidebar{padding:1.5rem}.avatar{height:80px;width:80px}.sidebar h3{font-size:1.1rem}.sidebar .email,.sidebar .location{font-size:.85rem}}.about{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;margin:0 auto;max-width:1200px;padding:4rem 2rem}.section-title{color:#1a1a1a;font-size:2.5rem;font-weight:600;margin-bottom:3rem;text-align:center}.bio{color:#4a5568;font-size:1.125rem;line-height:1.7;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:700px}.skills{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.skill{background-color:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;color:#2d3748;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.skill:hover{background-color:#edf2f7;border-color:#cbd5e0}@media (max-width:768px){.about{padding:3rem 1rem}.section-title{font-size:2rem}.bio{font-size:1rem}}.project-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;display:flex;flex-direction:column;height:100%;padding:2rem;transition:all .2s ease}.project-card:hover{border-color:#cbd5e0;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.project-card h4{color:#1a202c;font-size:1.5rem;font-weight:600;margin:0 0 1rem}.project-desc{color:#718096;flex-grow:1;line-height:1.6;margin-bottom:1.5rem}.project-links{display:flex;flex-wrap:wrap;gap:.75rem}.project-links a{align-items:center;border-radius:8px;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.625rem 1.25rem;text-decoration:none;transition:all .2s ease}.project-links a[href*=http]:not([href*=github]){background:linear-gradient(135deg,#667eea,#764ba2);border:2px solid #0000;box-shadow:0 2px 8px #667eea4d;color:#fff}.project-links a[href*=http]:not([href*=github]):hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.project-links a[href*=http]:not([href*=github]):before{content:"🚀";font-size:1rem}.project-links a[href*=github]{background:#fff;border:2px solid #e2e8f0;color:#4a5568}.project-links a[href*=github]:hover{background:#2d3748;border-color:#2d3748;box-shadow:0 4px 8px #2d37484d;color:#fff;transform:translateY(-2px)}.project-links a[href*=github]:before{content:"</>";font-size:1.1rem;font-weight:700}@media (max-width:768px){.project-card{padding:1.5rem}.project-card h4{font-size:1.25rem}.project-links{flex-direction:column}.project-links a{justify-content:center;width:100%}}.projects{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;padding:4rem 2rem}.projects.container{margin:0 auto;max-width:1200px}.projects h2{color:#1a1a1a;font-size:2.5rem;font-weight:600;margin-bottom:3rem;text-align:center}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.projects-grid>*{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;transition:all .2s ease}.projects-grid>:hover{border-color:#cbd5e0;box-shadow:0 4px 12px #0000001a}@media (max-width:768px){.projects{padding:3rem 1rem}.projects h2{font-size:2rem}.projects-grid{gap:1.5rem;grid-template-columns:1fr}}.blog{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;margin:0 auto;max-width:800px;padding:4rem 2rem}.blog-header{margin-bottom:3rem;text-align:center}.blog-header h1{color:#1a202c;font-size:2.5rem;font-weight:600;margin-bottom:.5rem}.blog-subtitle{color:#718096;font-size:1.125rem;margin:0 0 1.5rem}.blog-controls{align-items:center;display:flex;flex-direction:column;gap:.5rem;margin-top:1.5rem}.refresh-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 2px 8px #667eea4d;color:#fff;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.refresh-button:hover:not(:disabled){box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.refresh-button:disabled{cursor:not-allowed;opacity:.7}.refresh-icon{display:inline-block;font-size:1.2rem;transition:transform .3s ease}.refresh-button:hover:not(:disabled) .refresh-icon{transform:rotate(180deg)}.spinner{animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;display:inline-block;height:16px;width:16px}@keyframes spin{to{transform:rotate(1turn)}}.last-updated{color:#718096;font-size:.85rem;font-style:italic;margin:0}.error,.loading,.no-posts{color:#718096;font-size:1.125rem;padding:3rem 2rem;text-align:center}.error{background:#fff5f5;border:1px solid #feb2b2;border-radius:8px;color:#e53e3e}.loading{color:#3182ce}.blog-list{display:flex;flex-direction:column;gap:1.5rem}.blog-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;transition:all .2s ease}.blog-card:hover{border-color:#cbd5e0;box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.blog-meta{align-items:center;display:flex;gap:.75rem;margin-bottom:.75rem}.blog-date{color:#718096;font-size:.875rem;font-weight:500}.blog-category{background:#e6f2ff;border-radius:4px;color:#3182ce;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.3px;padding:.2rem .625rem;text-transform:uppercase}.blog-card h3{color:#1a202c;font-size:1.25rem;font-weight:600;line-height:1.4;margin:0 0 .75rem}.blog-excerpt{color:#4a5568;font-size:.95rem;line-height:1.6;margin-bottom:.75rem}.read-more{align-items:center;color:#3182ce;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;text-decoration:none;transition:all .2s ease}.read-more:hover{color:#2c5282;gap:.75rem}@media (max-width:768px){.blog{padding:3rem 1rem}.blog-header h1{font-size:2rem}.blog-list{gap:1.25rem}.blog-card{padding:1.25rem}.blog-card h3{font-size:1.15rem}.blog-excerpt{font-size:.9rem}.refresh-button{font-size:.875rem;padding:.625rem 1.25rem}}.contact{padding:4rem 2rem;text-align:center}.contact.container{margin:0 auto;max-width:1200px}.contact h2{color:#1a1a1a;font-size:2.5rem;font-weight:600;margin-bottom:3rem}.contact p{color:#4a5568;font-size:1.125rem;line-height:1.7;margin:0 auto;max-width:600px}.contact a{color:#3182ce;font-weight:500;text-decoration:none;transition:color .2s ease}.contact a:hover{color:#2c5282;text-decoration:underline}.contact a:focus{border-radius:2px;outline:2px solid #3182ce;outline-offset:2px}@media (max-width:768px){.contact{padding:3rem 1rem}.contact h2{font-size:2rem}.contact p{font-size:1rem}}.footer{border-top:1px solid #eef3f7;color:var(--muted);margin-top:var(--space-xl);padding:var(--space-md) 0;text-align:center}
/*# sourceMappingURL=main.e894fa3d.css.map*/