body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;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}.App{background-color:#000;color:#fff;min-height:100vh;text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.navbar{align-items:center;background-color:#000;color:#fff;display:flex;justify-content:space-between;padding:1rem 2rem}.navbar-brand{font-size:1.5rem;font-weight:500;text-align:left}.navbar-brand a{color:#fff;text-decoration:none;transition:opacity .3s ease}.navbar-brand a:hover{opacity:.8}.navbar-links{display:flex;gap:2rem}.navbar-links a{color:#fff;font-size:1rem;text-decoration:none;transition:opacity .3s ease}.navbar-links a:hover{opacity:.8}.content{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 80px);padding:2rem}.profile-section{margin:0 auto;max-width:800px;padding:2rem}.profile-image-container{border:3px solid #ffffff1a;border-radius:50%;height:200px;margin:0 auto 2rem;overflow:hidden;width:200px}.profile-image{height:100%;object-fit:cover;width:100%}.greeting{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#4e9eff,#9747ff 50%,#ff47c7);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:700;margin-bottom:1.5rem}.bio{color:#e0e0e0;font-size:1.5rem;line-height:1.6;margin-bottom:2.5rem}.social-links{align-items:center;display:flex;flex-direction:row;gap:1.5rem;justify-content:center}.resume-button{align-items:center;background-color:#fff;border-radius:2rem;color:#000;display:inline-flex;font-weight:500;gap:.5rem;padding:.8rem 2rem;text-decoration:none;transition:transform .2s}.resume-button:hover{transform:translateY(-2px)}.icon-links{display:flex;gap:1.5rem;margin:0}.social-icon{align-items:center;background-color:#1a1a1a;border-radius:50%;display:flex;height:48px;justify-content:center;transition:transform .2s;width:48px}.social-icon:hover{transform:translateY(-2px)}.social-icon img{height:24px;width:24px}.projects-section{margin:0 auto;max-width:1200px;padding:2rem}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.project-card{background:#1a1a1a;border-radius:1rem;padding:1.5rem;text-align:left;transition:transform .2s}.project-card:hover{transform:translateY(-5px)}.project-image{border-radius:.5rem;height:200px;margin-bottom:1rem;overflow:hidden;width:100%}.project-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.project-card:hover .project-image img{transform:scale(1.05)}.project-card h3{color:#fff;font-size:1.5rem;margin:0 0 1rem}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.project-tag{background:#333;border-radius:1rem;color:#e0e0e0;font-size:.8rem;padding:.25rem .75rem;transition:all .3s ease}.project-tag.highlighted-tag{background:linear-gradient(135deg,#4e9eff66,#4e9eff33);border:1px solid #4e9eff99;color:#fff}.project-card p{color:#e0e0e0;line-height:1.6;margin-bottom:1.5rem}.project-links{display:flex;gap:1rem}.project-link{background-color:#333;border-radius:2rem;color:#fff;font-size:.9rem;padding:.5rem 1rem;text-decoration:none;transition:background-color .2s}.project-link:hover{background-color:#444}.blog-section{margin:0 auto;max-width:800px;padding:2rem}.blog-content{margin-left:auto;margin-right:auto;max-width:800px}.blog-posts{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.blog-post{background:#1a1a1a;border-radius:1rem;padding:2rem;text-align:left;transition:transform .2s}.blog-post:hover{transform:translateY(-5px)}.blog-post h2{color:#fff;font-size:1.75rem;margin:0 0 1rem}.post-meta{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.post-date{color:#888;font-size:.9rem}.post-tags{display:flex;flex-wrap:wrap;gap:.5rem}.post-tag{background:#333;border-radius:1rem;color:#e0e0e0;font-size:.8rem;padding:.25rem .75rem}.post-description{color:#e0e0e0;line-height:1.6;margin-bottom:1.5rem}.read-more{align-items:center;color:#4e9eff;display:inline-flex;font-weight:500;gap:.25rem;text-decoration:none;transition:opacity .2s}.read-more:hover{opacity:.8}.section-title{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#4e9eff,#9747ff 50%,#ff47c7);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;margin-bottom:2rem}.experience-section{background:#111;border:1px solid #222;border-radius:16px;margin-left:auto;margin-right:auto;margin-top:3rem;max-width:800px;overflow:hidden;padding:1rem;text-align:left}.toggle-container{background:#1a1a1a;border-radius:10px;display:flex;margin-bottom:2rem;padding:4px;width:100%}.toggle-button{background:none;border:none;border-radius:8px;color:#fff;cursor:pointer;flex:1 1;font-size:1rem;padding:12px 24px;text-align:center;transition:all .3s ease}.toggle-button.active{background:#333}.experience-content{display:flex;flex-direction:column;gap:2rem}.experience-item{background:#0000;border-bottom:1px solid #ffffff1a;border-radius:0;padding:0 .5rem 1.5rem}.experience-item:last-child{border-bottom:none;padding-bottom:0}.experience-header{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.experience-logo{background:#333;border-radius:8px;flex-shrink:0;height:48px;overflow:hidden;width:48px}.experience-logo img{height:100%;object-fit:cover;width:100%}.experience-title{flex:1 1;text-align:left}.experience-title h3{color:#fff;font-size:1.25rem;margin:0;text-align:left}.experience-company{color:#888;margin:.25rem 0 0;text-align:left}.experience-date{color:#888;font-size:.9rem;min-width:120px;text-align:right}.experience-details{list-style-type:none;margin:0;padding:0;text-align:left}.experience-details li{color:#e0e0e0;line-height:1.6;margin-bottom:1rem;padding-left:1.5rem;position:relative;text-align:left}.experience-details li:before{content:"•";left:0;position:absolute}.experience-details li:last-child{margin-bottom:0}.project-detail{color:#fff;margin:0 auto;max-width:1000px;padding:2rem}.project-detail-header{margin-bottom:2rem;text-align:left}.back-button{color:#888;display:inline-block;margin-bottom:1rem;text-decoration:none;transition:color .2s}.back-button:hover{color:#fff}.project-detail h1{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#4e9eff,#9747ff 50%,#ff47c7);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;margin:1rem 0}.project-detail-image{border-radius:1rem;height:400px;margin-bottom:2rem;overflow:hidden;width:100%}.project-detail-image img{height:100%;object-fit:cover;width:100%}.project-detail-content{text-align:left}.project-section{margin-bottom:2rem}.project-section h2{color:#fff;font-size:1.5rem;margin-bottom:1rem}.project-section p{color:#e0e0e0;line-height:1.6;margin-bottom:1rem}.project-section ul{list-style-type:none;margin:0;padding:0}.project-section li{color:#e0e0e0;line-height:1.6;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.project-section li:before{color:#4e9eff;content:"•";left:0;position:absolute}.project-loading{align-items:center;color:#888;display:flex;font-size:1.2rem;justify-content:center;min-height:50vh}.post-detail{color:#fff;margin:0 auto;max-width:800px;padding:2rem}.post-detail-header{margin-bottom:3rem;text-align:left}.post-detail h1{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#4e9eff,#9747ff 50%,#ff47c7);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;margin:1rem 0}.post-detail-content{text-align:left}.post-section{margin-bottom:2.5rem}.post-section h2{color:#fff;font-size:1.8rem;margin:2rem 0 1rem}.post-introduction{background:#4e9eff0d;border-left:3px solid #4e9eff;margin:1.5rem 0 2.5rem}.post-conclusion,.post-introduction{border-radius:.5rem;color:#e0e0e0;font-size:1.2rem;line-height:1.7;padding:1.5rem}.post-conclusion{background:#ff47c70d;border-left:3px solid #ff47c7;margin:2.5rem 0 1.5rem}.post-section p{color:#e0e0e0;line-height:1.7;margin-bottom:1.5rem}.post-list{list-style-type:none;margin:1.5rem 0;padding-left:1.5rem}.post-list li{color:#e0e0e0;line-height:1.7;margin-bottom:.75rem;padding-left:1.5rem;position:relative}.post-list li:before{color:#4e9eff;content:"•";left:0;position:absolute}.code-block{background:#1a1a1a;border-left:3px solid #9747ff;border-radius:.5rem;font-family:Consolas,Monaco,Courier New,monospace;margin:1.5rem 0;overflow-x:auto;padding:1.5rem}.code-block code{color:#e0e0e0;font-size:.9rem;line-height:1.6}.post-loading{color:#888;font-size:1.2rem;min-height:50vh}.active-filter,.post-loading{align-items:center;display:flex;justify-content:center}.active-filter{background:#4e9eff1a;border-radius:.5rem;gap:1rem;margin-bottom:1.5rem;padding:.75rem 1.5rem}.active-filter span{color:#e0e0e0}.active-filter strong{color:#fff}.clear-filter-btn{background:#4e9eff33;border:1px solid #4e9eff66;border-radius:1rem;color:#fff;cursor:pointer;font-size:.85rem;padding:.4rem 1rem;transition:all .2s ease}.clear-filter-btn:hover{background:#4e9eff4d}.no-projects{align-items:center;color:#888;display:flex;flex-direction:column;gap:1rem;padding:3rem;text-align:center}.skills-section{margin-top:2rem;width:100%}.skills-title{color:#fff;font-size:1.8rem;margin-bottom:1.5rem;text-align:center}.skills-container{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.skill-pill{background:#1a1a1a;border:1px solid #555;border-radius:2rem;color:#fff;display:inline-block;font-size:.9rem;padding:.5rem 1.2rem;text-decoration:none;transition:all .2s ease}.skill-pill,.skill-pill:hover{background:linear-gradient(135deg,#4a4a4acc,#4a4a4a66)}.skill-pill:hover{box-shadow:0 4px 8px #0003;transform:translateY(-2px)}@media (max-width:768px){.skills-container{justify-content:center}.skills-title{text-align:center}}
/*# sourceMappingURL=main.b023ffb0.css.map*/