*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:none}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1,h2,h3,h4,h5,h6{line-height:1.2}img{max-width:100%;height:auto}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.header{position:fixed;top:0;left:0;right:0;background:#181818f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none}.nav-list{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-list a{color:#ccc;text-decoration:none;font-weight:500;transition:color .3s ease}.nav-list a:hover{color:#646cff}.footer{background:#1a1a1a;border-top:1px solid #333}.footer-main{max-width:1200px;margin:0 auto;padding:4rem 2rem 2rem}.footer-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.footer-bottom{border-top:1px solid #333;padding:1.5rem 2rem;text-align:center}.footer-text{color:#888;font-size:.875rem;margin:0}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer-main{padding:3rem 1.5rem 1.5rem}}.contact{padding:6rem 2rem;background:#242424}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-description{color:#ccc;line-height:1.8;font-size:1.1rem;margin-bottom:2rem}.contact-links{display:flex;flex-direction:column;gap:1rem}.contact-link{display:flex;align-items:center;gap:.75rem;color:#aaa;text-decoration:none;font-size:1rem;transition:color .3s ease}.contact-link:hover{color:#646cff}.link-icon{font-size:1.2rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#ccc;font-weight:500}.form-group input,.form-group textarea{padding:.875rem 1rem;background:#1a1a1a;border:1px solid #333;border-radius:8px;color:#fff;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#646cff}.form-group input::placeholder,.form-group textarea::placeholder{color:#666}.form-group textarea{resize:vertical;min-height:120px}@media(max-width:768px){.contact-content{grid-template-columns:1fr}}.form-status{margin-top:1rem;padding:.75rem 1rem;border-radius:8px;font-size:.95rem}.form-status.success{background:#22c55e1a;color:#22c55e;border:1px solid rgba(34,197,94,.3)}.form-status.error{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.btn:disabled{opacity:.6;cursor:not-allowed}.form-group span{color:#ef4444;font-size:.875rem;margin-top:.25rem}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:6rem 2rem 4rem;background:linear-gradient(135deg,#1a1a2e,#16213e)}.hero-content{text-align:center;max-width:800px}.hero-title{font-size:3.5rem;margin-bottom:1rem;color:#fff}.highlight{color:#646cff}.hero-subtitle{font-size:1.5rem;color:#888;margin-bottom:1.5rem}.hero-description{font-size:1.1rem;color:#aaa;margin-bottom:2rem;line-height:1.8}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:.875rem 2rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer}.btn-primary{background:#646cff;color:#fff}.btn-primary:hover{background:#535bf2;transform:translateY(-2px)}.btn-secondary{background:transparent;color:#646cff;border:2px solid #646cff}.btn-secondary:hover{background:#646cff;color:#fff;transform:translateY(-2px)}.about{padding:6rem 2rem;background:#1a1a1a}.container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;text-align:center;margin-bottom:3rem;color:#fff}.section-title:after{content:"";display:block;width:60px;height:4px;background:#646cff;margin:1rem auto 0;border-radius:2px}.about-content{display:grid;grid-template-columns:1fr 2fr;gap:4rem;align-items:center}.image-placeholder{width:280px;height:280px;border-radius:50%;background:linear-gradient(135deg,#646cff,#535bf2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;margin:0 auto}.profile-photo{width:280px;height:280px;border-radius:50%;object-fit:cover;border:4px solid #646cff;box-shadow:0 10px 30px #646cff4d}.about-text p{color:#ccc;line-height:1.8;margin-bottom:1.5rem;font-size:1.1rem}.about-text strong{color:#646cff}.education{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #333}.education p{margin-bottom:.5rem;font-size:1rem}@media(max-width:768px){.about-content{grid-template-columns:1fr;text-align:center}}.projects{padding:6rem 2rem;background:#242424}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:2rem}@media(max-width:600px){.projects-grid{grid-template-columns:1fr}}.project-card{background:#1a1a1a;border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;border-left:4px solid #646cff}.project-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000004d}.project-content{padding:1.75rem}.project-title{font-size:1.5rem;color:#fff;margin-bottom:.25rem}.project-role{color:#646cff;font-weight:500;font-size:.95rem;margin-bottom:1rem}.project-description{color:#aaa;line-height:1.6;margin-bottom:1rem;font-size:.95rem}.project-highlights{list-style:none;padding:0;margin:0 0 1.25rem}.project-highlights li{color:#ccc;font-size:.9rem;line-height:1.6;padding-left:1.25rem;position:relative;margin-bottom:.5rem}.project-highlights li:before{content:"▹";color:#646cff;position:absolute;left:0}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag{background:#646cff20;color:#646cff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem}.skills{padding:6rem 2rem;background:#1a1a1a}.certifications{text-align:center;margin-bottom:3rem}.cert-title{font-size:1.2rem;color:#888;margin-bottom:1rem;text-transform:uppercase;letter-spacing:2px}.cert-list{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.cert-badge{background:linear-gradient(135deg,#f90,#f60);color:#fff;padding:.5rem 1.25rem;border-radius:25px;font-weight:600;font-size:.9rem}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.skill-category{background:#242424;padding:1.5rem;border-radius:12px}.category-title{font-size:1.1rem;color:#fff;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #646cff}.skill-tags{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{background:#333;color:#ccc;padding:.375rem .75rem;border-radius:6px;font-size:.875rem;transition:all .2s ease}.skill-tag:hover{background:#646cff;color:#fff}.blog-card{background:#1a1a1a;border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;border-left:4px solid #646cff;padding:1.75rem;display:flex;flex-direction:column;height:100%}.blog-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000004d}.blog-card-title-link{text-decoration:none}.blog-card-title{font-size:1.5rem;color:#fff;margin-bottom:.5rem;transition:color .3s ease}.blog-card-title-link:hover .blog-card-title{color:#646cff}.blog-card-date{color:#646cff;font-size:.9rem;margin-bottom:1rem;display:block}.blog-card-excerpt{color:#aaa;line-height:1.6;margin-bottom:1.25rem;flex:1}.blog-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;gap:1rem;flex-wrap:wrap}.blog-card-tags{display:flex;flex-wrap:wrap;gap:.5rem}.blog-card-link{color:#646cff;font-weight:500;text-decoration:none;transition:color .3s ease;white-space:nowrap}.blog-card-link:hover{color:#535bf2}.tag-filter{margin:2rem 0;padding:1.5rem;background:#1a1a1a;border-radius:12px}.tag-filter-title{color:#fff;font-size:1rem;margin-bottom:1rem;font-weight:500}.tag-filter-list{display:flex;flex-wrap:wrap;gap:.75rem}.tag-filter-item{background:#242424;color:#ccc;padding:.5rem 1rem;border-radius:20px;border:1px solid #333;cursor:pointer;transition:all .3s ease;font-size:.9rem;font-family:inherit}.tag-filter-item:hover{border-color:#646cff;color:#646cff}.tag-filter-item.active{background:#646cff26;color:#646cff;border-color:#646cff}.tag-filter-clear{background:transparent;color:#646cff;border:1px solid #646cff;padding:.5rem 1rem;border-radius:20px;cursor:pointer;font-size:.9rem;font-family:inherit;transition:all .3s ease}.tag-filter-clear:hover{background:#646cff;color:#fff}.blog-list{padding:6rem 2rem;background:#242424;min-height:calc(100vh - 80px)}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}@media(max-width:600px){.blog-grid{grid-template-columns:1fr}}.no-posts{text-align:center;color:#aaa;font-size:1.1rem;margin-top:3rem}.blog-post{padding:6rem 2rem 4rem;background:#242424;min-height:calc(100vh - 80px)}.blog-post-container{max-width:800px;margin:0 auto}.back-link{display:inline-block;color:#646cff;text-decoration:none;margin-bottom:2rem;transition:color .3s ease;font-size:1rem}.back-link:hover{color:#535bf2}.blog-post-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #333}.blog-post-header h1{font-size:2.5rem;margin-bottom:1rem;color:#fff;line-height:1.2}.blog-post-meta{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.blog-post-meta time{color:#646cff;font-size:1rem}.blog-post-tags{display:flex;gap:.5rem;flex-wrap:wrap}.blog-post-content{color:#ffffffde;font-size:1.1rem;line-height:1.8}.mdx-h1,.mdx-h2,.mdx-h3{color:#fff;margin:2rem 0 1rem;line-height:1.3}.mdx-h1{font-size:2rem}.mdx-h2{font-size:1.6rem}.mdx-h3{font-size:1.3rem}.mdx-p{margin-bottom:1.5rem;color:#ccc}.mdx-link{color:#646cff;text-decoration:underline}.mdx-link:hover{color:#535bf2}.mdx-inline-code{background:#1a1a1a;color:#646cff;padding:.2em .4em;border-radius:4px;font-size:.9em;font-family:Consolas,Monaco,Courier New,monospace}.mdx-pre{background:#1a1a1a;border:1px solid #333;border-radius:8px;padding:1.5rem;overflow-x:auto;margin:1.5rem 0;line-height:1.5}.mdx-pre code{background:none;padding:0;color:#ccc;font-size:.95rem}.mdx-ul,.mdx-ol{margin:1.5rem 0;padding-left:2rem;color:#ccc}.mdx-ul li,.mdx-ol li{margin-bottom:.5rem}.mdx-blockquote{border-left:4px solid #646cff;padding-left:1.5rem;margin:2rem 0;color:#aaa;font-style:italic}@media(max-width:768px){.blog-post{padding:4rem 1.5rem 3rem}.blog-post-header h1{font-size:2rem}.blog-post-content{font-size:1rem}.mdx-h1{font-size:1.75rem}.mdx-h2{font-size:1.5rem}.mdx-h3{font-size:1.25rem}}.not-found{min-height:calc(100vh - 80px);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;background:#242424;text-align:center}.not-found h1{font-size:4rem;color:#646cff;margin-bottom:1rem}.not-found p{font-size:1.2rem;color:#ccc;margin-bottom:2rem}.not-found-links{display:flex;gap:1.5rem}.not-found-links a{color:#646cff;text-decoration:none;font-weight:500;padding:.75rem 1.5rem;border:1px solid #646cff;border-radius:8px;transition:all .3s ease}.not-found-links a:hover{background:#646cff;color:#fff}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}html{scroll-behavior:smooth}section{scroll-margin-top:80px}
