*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-size:16px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#c8c8e0;background-color:#0a0a0f;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit;color:inherit}a{color:#00d4ff;text-decoration:none;transition:color .15s ease}a:hover{color:#4de8ff}ol,ul{list-style:none}h1,h2,h3,h4,h5,h6{font-family:Inter,sans-serif;font-weight:700;line-height:1.2;color:#f0f0f8}p{margin-bottom:1rem}button{cursor:pointer;border:none;background:0 0}::-moz-selection{background:#00d4ff;color:#050508}::selection{background:#00d4ff;color:#050508}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#050508}::-webkit-scrollbar-thumb{background:#353550;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#09c}.text-gradient{background:linear-gradient(135deg,#00d4ff,#00fff5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-glow{text-shadow:0 0 10px rgba(0,212,255,.3),0 0 30px rgba(0,212,255,.3)}.text-mono{font-family:"JetBrains Mono","Fira Code",monospace}.section-title{font-size:2.5rem;font-weight:900;text-transform:uppercase;letter-spacing:2px;margin-bottom:1.5rem;position:relative;display:inline-block}.section-title::after{content:"";position:absolute;bottom:-8px;left:0;width:60px;height:3px;background:linear-gradient(135deg,#00d4ff,#00fff5);border-radius:9999px}@media (max-width:768px){.section-title{font-size:2rem}}.section-subtitle{font-size:1.125rem;color:#88a;max-width:600px;margin-bottom:4rem}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width:768px){.container{padding:0 1rem}}.container-sm{max-width:800px;margin:0 auto;padding:0 2rem}.section{padding:8rem 0;position:relative}@media (max-width:768px){.section{padding:4rem 0}}.section-dark{background:#050508}.section-alt{background:#0f0f1a}.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width:992px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.flex{display:flex}.flex-col{flex-direction:column}.flex-center{align-items:center;justify-content:center}.flex-between{justify-content:space-between;align-items:center}.flex-wrap{flex-wrap:wrap}.gap-sm{gap:.5rem}.gap-md{gap:1rem}.gap-lg{gap:1.5rem}.gap-xl{gap:2rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.navbar{position:fixed;top:0;left:0;width:100%;z-index:300;padding:1.5rem 0;transition:all .3s ease}.navbar.scrolled{background:rgba(5,5,8,.95);backdrop-filter:blur(20px);padding:1rem 0;border-bottom:1px solid rgba(136,136,170,.15)}.navbar .nav-inner{display:flex;align-items:center;justify-content:space-between}.navbar .nav-logo{font-family:"JetBrains Mono","Fira Code",monospace;font-size:1.25rem;font-weight:700;color:#f0f0f8;letter-spacing:1px}.navbar .nav-logo span{color:#00d4ff}.navbar .nav-links{display:flex;align-items:center;gap:2rem}@media (max-width:992px){.navbar .nav-links{display:none}.navbar .nav-links.active{display:flex;flex-direction:column;position:fixed;top:0;right:0;width:280px;height:100vh;background:#1a1a2e;padding:8rem 2rem 2rem;gap:1.5rem;z-index:500;border-left:1px solid rgba(136,136,170,.15);animation:slideInRight .3s ease}}.navbar .nav-links a{font-size:.875rem;font-weight:500;color:#88a;text-transform:uppercase;letter-spacing:1.5px;padding:.25rem .5rem;position:relative;transition:color .3s ease}.navbar .nav-links a::after{content:"";position:absolute;bottom:-4px;left:50%;width:0;height:2px;background:#00d4ff;transition:all .3s ease;transform:translateX(-50%)}.navbar .nav-links a.active,.navbar .nav-links a:hover{color:#00d4ff}.navbar .nav-links a.active::after,.navbar .nav-links a:hover::after{width:100%}.navbar .nav-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;z-index:501}@media (max-width:992px){.navbar .nav-toggle{display:flex}}.navbar .nav-toggle span{width:25px;height:2px;background:#f0f0f8;transition:all .3s ease;border-radius:9999px}.navbar .nav-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.navbar .nav-toggle.active span:nth-child(2){opacity:0}.navbar .nav-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.nav-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:400}.nav-overlay.active{display:block}@keyframes slideInRight{from{transform:translateX(100%)}to{transform:translateX(0)}}.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;background:linear-gradient(180deg,#050508,#0f0f1a)}.hero #particles-js{position:absolute;inset:0;z-index:1}.hero .hero-content{position:relative;z-index:2;max-width:800px}.hero .hero-greeting{font-family:"JetBrains Mono","Fira Code",monospace;font-size:1.125rem;color:#00d4ff;margin-bottom:1rem;opacity:0;animation:fadeInUp .8s ease .2s forwards}.hero .hero-greeting::before{content:"> ";opacity:.5}.hero .hero-name{font-size:5rem;font-weight:900;color:#f0f0f8;line-height:1.1;margin-bottom:1rem;opacity:0;animation:fadeInUp .8s ease .4s forwards}@media (max-width:992px){.hero .hero-name{font-size:3rem}}@media (max-width:576px){.hero .hero-name{font-size:2.5rem}}.hero .hero-tagline{font-size:1.5rem;color:#88a;margin-bottom:1.5rem;opacity:0;animation:fadeInUp .8s ease .6s forwards}@media (max-width:576px){.hero .hero-tagline{font-size:1.25rem}}.hero .hero-typing{font-family:"JetBrains Mono","Fira Code",monospace;font-size:1.5rem;color:#f0f0f8;margin-bottom:3rem;min-height:2em;opacity:0;animation:fadeInUp .8s ease .8s forwards}.hero .hero-typing .typing-prefix{color:#00d4ff}.hero .hero-typing .typing-text{color:#f0f0f8;border-right:2px solid #00d4ff;padding-right:4px;animation:blink 1s step-end infinite}@media (max-width:576px){.hero .hero-typing{font-size:1.125rem}}.hero .hero-cta{display:flex;gap:1.5rem;opacity:0;animation:fadeInUp .8s ease 1s forwards}@media (max-width:576px){.hero .hero-cta{flex-direction:column}}.hero .hero-scroll-indicator{position:absolute;bottom:3rem;left:50%;transform:translateX(-50%);z-index:2;opacity:0;animation:fadeInUp .8s ease 1.5s forwards}.hero .hero-scroll-indicator .scroll-arrow{width:24px;height:40px;border:2px solid #88a;border-radius:12px;position:relative}.hero .hero-scroll-indicator .scroll-arrow::before{content:"";position:absolute;top:8px;left:50%;width:4px;height:8px;background:#00d4ff;border-radius:9999px;transform:translateX(-50%);animation:scrollDown 2s ease infinite}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 3rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;border-radius:.5rem;transition:all .3s ease;cursor:pointer}.btn-primary{background:#00d4ff;color:#050508;border:2px solid #00d4ff}.btn-primary:hover{background:0 0;color:#00d4ff;box-shadow:0 0 20px rgba(0,212,255,.3)}.btn-outline{background:0 0;color:#f0f0f8;border:2px solid rgba(136,136,170,.15)}.btn-outline:hover{border-color:#00d4ff;color:#00d4ff;box-shadow:0 0 20px rgba(0,212,255,.3)}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes blink{50%{border-color:transparent}}@keyframes scrollDown{0%{opacity:0;top:8px}50%{opacity:1}100%{opacity:0;top:22px}}.about-section .about-grid{display:grid;grid-template-columns:1fr 2fr;gap:4rem;align-items:start}@media (max-width:992px){.about-section .about-grid{grid-template-columns:1fr}}.about-section .about-image{position:relative}.about-section .about-image .image-wrapper{position:relative;border-radius:.75rem;overflow:hidden;border:2px solid rgba(136,136,170,.15)}.about-section .about-image .image-wrapper::after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,212,255,.3),transparent);opacity:.3}.about-section .about-image .image-wrapper img{width:100%;aspect-ratio:3/4;-o-object-fit:cover;object-fit:cover}.about-section .about-image .image-decoration{position:absolute;top:-15px;right:-15px;width:100%;height:100%;border:2px solid #00d4ff;border-radius:.75rem;z-index:-1;opacity:.3}.about-section .about-content .about-intro{font-size:1.25rem;color:#c8c8e0;line-height:1.8;margin-bottom:3rem}.about-section .about-content .about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;padding-top:3rem;border-top:1px solid rgba(136,136,170,.15)}@media (max-width:576px){.about-section .about-content .about-stats{grid-template-columns:1fr}}.about-section .about-content .stat-item{text-align:center}.about-section .about-content .stat-item .stat-number{font-size:2.5rem;font-weight:900;color:#00d4ff;font-family:"JetBrains Mono","Fira Code",monospace}.about-section .about-content .stat-item .stat-label{font-size:.875rem;color:#88a;text-transform:uppercase;letter-spacing:1px}.biography-section .bio-chapter{margin-bottom:4rem;padding-left:3rem;border-left:2px solid rgba(136,136,170,.15);position:relative;opacity:0;transform:translateY(40px);transition:all .8s ease}.biography-section .bio-chapter.visible{opacity:1;transform:translateY(0)}.biography-section .bio-chapter::before{content:"";position:absolute;left:-7px;top:0;width:12px;height:12px;background:#00d4ff;border-radius:50%;box-shadow:0 0 20px rgba(0,212,255,.3)}.biography-section .bio-chapter .bio-title{font-size:1.5rem;margin-bottom:1rem;color:#00d4ff}.biography-section .bio-chapter .bio-content{color:#c8c8e0;line-height:1.8}.biography-section .bio-chapter .bio-content p{margin-bottom:1rem}.biography-section .bio-chapter .bio-content strong{color:#f0f0f8}.biography-section .bio-chapter .bio-content em{color:#00d4ff;font-style:italic}.skills-section .skills-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:4rem}@media (max-width:768px){.skills-section .skills-grid{grid-template-columns:1fr}}.skills-section .skill-category .category-title{font-size:1.25rem;font-weight:600;color:#00d4ff;text-transform:uppercase;letter-spacing:2px;margin-bottom:2rem;font-family:"JetBrains Mono","Fira Code",monospace;font-size:.875rem}.skills-section .skill-item{margin-bottom:1.5rem}.skills-section .skill-item .skill-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.skills-section .skill-item .skill-name{font-size:.875rem;font-weight:500;color:#f0f0f8;display:flex;align-items:center;gap:.5rem}.skills-section .skill-item .skill-name i{color:#00d4ff;font-size:1.125rem}.skills-section .skill-item .skill-percentage{font-family:"JetBrains Mono","Fira Code",monospace;font-size:.75rem;color:#00d4ff}.skills-section .skill-item .skill-bar{height:6px;background:#353550;border-radius:9999px;overflow:hidden;position:relative}.skills-section .skill-item .skill-bar .skill-fill{height:100%;background:linear-gradient(135deg,#00d4ff,#00fff5);border-radius:9999px;width:0;transition:width 1.5s cubic-bezier(.4,0,.2,1);position:relative}.skills-section .skill-item .skill-bar .skill-fill::after{content:"";position:absolute;right:0;top:-2px;width:10px;height:10px;background:#00d4ff;border-radius:50%;box-shadow:0 0 20px rgba(0,212,255,.3)}.timeline-section .timeline{position:relative;padding:2rem 0}.timeline-section .timeline::before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:rgba(136,136,170,.15);transform:translateX(-50%)}@media (max-width:768px){.timeline-section .timeline::before{left:20px}}.timeline-section .timeline-item{display:flex;justify-content:flex-end;padding-right:calc(50% + 30px);position:relative;margin-bottom:4rem;opacity:0;transform:translateX(-50px);transition:all .6s ease}.timeline-section .timeline-item.visible{opacity:1;transform:translateX(0)}.timeline-section .timeline-item:nth-child(even){justify-content:flex-start;padding-right:0;padding-left:calc(50% + 30px);transform:translateX(50px)}.timeline-section .timeline-item:nth-child(even).visible{transform:translateX(0)}.timeline-section .timeline-item:nth-child(even) .timeline-dot{left:-37px;right:auto}@media (max-width:768px){.timeline-section .timeline-item{padding-right:0;padding-left:50px;transform:translateX(-30px)}.timeline-section .timeline-item:nth-child(even){padding-left:50px;transform:translateX(-30px)}.timeline-section .timeline-item:nth-child(even) .timeline-dot{left:13px}}.timeline-section .timeline-item .timeline-dot{position:absolute;right:calc(50% - 7px);top:0;width:14px;height:14px;background:#00d4ff;border-radius:50%;border:3px solid #0a0a0f;box-shadow:0 0 20px rgba(0,212,255,.3);z-index:2}@media (max-width:768px){.timeline-section .timeline-item .timeline-dot{left:13px;right:auto}}.timeline-section .timeline-item .timeline-card{background:#1a1a2e;border:1px solid rgba(136,136,170,.15);border-radius:.75rem;padding:2rem;transition:all .3s ease;width:100%}.timeline-section .timeline-item .timeline-card:hover{border-color:#00d4ff;box-shadow:0 0 20px rgba(0,212,255,.3);transform:translateY(-3px)}.timeline-section .timeline-item .timeline-card .timeline-date{font-family:"JetBrains Mono","Fira Code",monospace;font-size:.75rem;color:#00d4ff;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:1px}.timeline-section .timeline-item .timeline-card .timeline-title{font-size:1.25rem;font-weight:700;color:#f0f0f8;margin-bottom:.25rem}.timeline-section .timeline-item .timeline-card .timeline-org{font-size:.875rem;color:#88a;margin-bottom:1rem}.timeline-section .timeline-item .timeline-card .timeline-org i{color:#00d4ff;margin-right:.25rem}.timeline-section .timeline-item .timeline-card .timeline-desc{font-size:.875rem;color:#c8c8e0;line-height:1.6;margin-bottom:1rem}.timeline-section .timeline-item .timeline-card .timeline-achievements li{font-size:.875rem;color:#c8c8e0;padding-left:1.5rem;margin-bottom:.5rem;position:relative}.timeline-section .timeline-item .timeline-card .timeline-achievements li::before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;background:#00d4ff;border-radius:50%}.timeline-section .timeline-item .timeline-card .timeline-type{display:inline-block;font-size:.75rem;padding:2px 10px;border-radius:9999px;text-transform:uppercase;letter-spacing:1px;font-weight:600}.timeline-section .timeline-item .timeline-card .timeline-type.work{background:rgba(0,212,255,.15);color:#00d4ff}.timeline-section .timeline-item .timeline-card .timeline-type.education{background:rgba(16,185,129,.15);color:#10b981}.projects-section .projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2rem}@media (max-width:576px){.projects-section .projects-grid{grid-template-columns:1fr}}.project-card{background:#1a1a2e;border:1px solid rgba(136,136,170,.15);border-radius:.75rem;overflow:hidden;transition:all .3s ease;position:relative}.project-card:hover{border-color:#00d4ff;box-shadow:0 0 20px rgba(0,212,255,.3);transform:translateY(-8px)}.project-card:hover .project-thumbnail img{transform:scale(1.05)}.project-card:hover .project-overlay{opacity:1}.project-card .project-thumbnail{position:relative;aspect-ratio:16/10;overflow:hidden;background:#353550}.project-card .project-thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.project-card .project-thumbnail .project-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a2e,#353550)}.project-card .project-thumbnail .project-placeholder i{font-size:3rem;color:#00d4ff;opacity:.5}.project-card .project-overlay{position:absolute;inset:0;background:rgba(5,5,8,.85);display:flex;align-items:center;justify-content:center;gap:1rem;opacity:0;transition:opacity .3s ease}.project-card .project-body{padding:2rem}.project-card .project-title{font-size:1.25rem;font-weight:700;color:#f0f0f8;margin-bottom:.5rem}.project-card .project-desc{font-size:.875rem;color:#88a;line-height:1.6;margin-bottom:1.5rem}.project-card .project-tech{display:flex;flex-wrap:wrap;gap:.5rem}.project-card .project-tech .tech-tag{font-family:"JetBrains Mono","Fira Code",monospace;font-size:.75rem;padding:3px 10px;background:rgba(0,212,255,.1);color:#00d4ff;border-radius:9999px;border:1px solid rgba(0,212,255,.2)}.project-card .project-links{display:flex;gap:1rem;padding:1rem 2rem;border-top:1px solid rgba(136,136,170,.15)}.project-card .project-links a{font-size:.875rem;color:#88a;display:flex;align-items:center;gap:.25rem}.project-card .project-links a:hover{color:#00d4ff}.project-card.featured{border-color:rgba(0,212,255,.3)}.project-card.featured::before{content:"Featured";position:absolute;top:1rem;right:1rem;font-size:.75rem;padding:3px 12px;background:#00d4ff;color:#050508;border-radius:9999px;font-weight:700;text-transform:uppercase;letter-spacing:1px;z-index:3}.certificates-section .cert-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:3rem}.certificates-section .cert-filters .filter-btn{font-family:"JetBrains Mono","Fira Code",monospace;font-size:.75rem;padding:.5rem 1.5rem;background:0 0;color:#88a;border:1px solid rgba(136,136,170,.15);border-radius:9999px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.certificates-section .cert-filters .filter-btn.active,.certificates-section .cert-filters .filter-btn:hover{background:#00d4ff;color:#050508;border-color:#00d4ff}.certificates-section .cert-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.cert-card{background:#1a1a2e;border:1px solid rgba(136,136,170,.15);border-radius:.75rem;overflow:hidden;transition:all .3s ease;cursor:pointer}.cert-card:hover{border-color:#00d4ff;box-shadow:0 0 20px rgba(0,212,255,.3);transform:translateY(-5px)}.cert-card .cert-image{aspect-ratio:4/3;overflow:hidden;background:#353550}.cert-card .cert-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cert-card .cert-image .cert-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.cert-card .cert-image .cert-placeholder i{font-size:2.5rem;color:#00d4ff;opacity:.5}.cert-card .cert-image .cert-placeholder span{font-size:.75rem;color:#88a}.cert-card .cert-body{padding:1.5rem}.cert-card .cert-title{font-size:.875rem;font-weight:600;color:#f0f0f8;margin-bottom:.25rem;line-height:1.4}.cert-card .cert-issuer{font-size:.75rem;color:#88a;margin-bottom:.5rem}.cert-card .cert-meta{display:flex;justify-content:space-between;align-items:center}.cert-card .cert-meta .cert-date{font-family:"JetBrains Mono","Fira Code",monospace;font-size:.75rem;color:#555570}.cert-card .cert-meta .cert-category{font-size:.75rem;padding:2px 8px;background:rgba(0,212,255,.1);color:#00d4ff;border-radius:9999px}.cert-modal{display:none;position:fixed;inset:0;z-index:500;background:rgba(0,0,0,.9);backdrop-filter:blur(10px);padding:2rem}.cert-modal.active{display:flex;align-items:center;justify-content:center}.cert-modal .cert-modal-content{max-width:900px;max-height:90vh;position:relative}.cert-modal .cert-modal-content img{max-width:100%;max-height:80vh;border-radius:.75rem;box-shadow:0 8px 30px rgba(0,0,0,.5)}.cert-modal .cert-modal-close{position:absolute;top:-40px;right:0;color:#f0f0f8;font-size:2rem;cursor:pointer;transition:color .15s ease}.cert-modal .cert-modal-close:hover{color:#00d4ff}.cert-modal .cert-modal-info{text-align:center;margin-top:1.5rem}.cert-modal .cert-modal-info h3{font-size:1.25rem;color:#f0f0f8}.cert-modal .cert-modal-info p{color:#88a;font-size:.875rem}.cert-modal .cert-modal-info a{color:#00d4ff;font-size:.875rem}.blog-section .blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2rem}@media (max-width:576px){.blog-section .blog-grid{grid-template-columns:1fr}}.blog-card{background:#1a1a2e;border:1px solid rgba(136,136,170,.15);border-radius:.75rem;overflow:hidden;transition:all .3s ease}.blog-card:hover{border-color:#00d4ff;box-shadow:0 0 20px rgba(0,212,255,.3);transform:translateY(-5px)}.blog-card .blog-image{aspect-ratio:16/9;overflow:hidden;background:#353550}.blog-card .blog-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.blog-card .blog-image .blog-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.blog-card .blog-image .blog-placeholder i{font-size:2.5rem;color:#00d4ff;opacity:.3}.blog-card:hover .blog-image img{transform:scale(1.05)}.blog-card .blog-body{padding:2rem}.blog-card .blog-meta{display:flex;gap:1rem;margin-bottom:1rem;font-size:.75rem;color:#88a}.blog-card .blog-meta span{display:flex;align-items:center;gap:.25rem}.blog-card .blog-meta .blog-category{color:#00d4ff}.blog-card .blog-title{font-size:1.25rem;font-weight:700;color:#f0f0f8;margin-bottom:.5rem;line-height:1.4;transition:color .15s ease}.blog-card .blog-title:hover{color:#00d4ff}.blog-card .blog-excerpt{font-size:.875rem;color:#88a;line-height:1.6}.blog-card .blog-read-more{display:inline-flex;align-items:center;gap:.25rem;margin-top:1rem;font-size:.875rem;color:#00d4ff;font-weight:500}.blog-card .blog-read-more:hover{gap:.5rem}.blog-post{max-width:800px;margin:0 auto}.blog-post .post-header{margin-bottom:4rem}.blog-post .post-title{font-size:2.5rem;margin-bottom:1.5rem}.blog-post .post-meta{display:flex;gap:1.5rem;font-size:.875rem;color:#88a}.blog-post .post-featured-image{border-radius:.75rem;overflow:hidden;margin-bottom:3rem}.blog-post .post-featured-image img{width:100%}.blog-post .post-content{color:#c8c8e0;line-height:1.9;font-size:1.125rem}.blog-post .post-content h2,.blog-post .post-content h3,.blog-post .post-content h4{color:#f0f0f8;margin:3rem 0 1rem}.blog-post .post-content p{margin-bottom:1.5rem}.blog-post .post-content a{color:#00d4ff;text-decoration:underline}.blog-post .post-content blockquote{border-left:3px solid #00d4ff;padding-left:2rem;margin:2rem 0;color:#88a;font-style:italic}.blog-post .post-content code{font-family:"JetBrains Mono","Fira Code",monospace;background:#353550;padding:2px 6px;border-radius:.375rem;font-size:.875rem}.blog-post .post-content pre{background:#1a1a2e;padding:2rem;border-radius:.75rem;overflow-x:auto;margin:2rem 0}.blog-post .post-content pre code{background:0 0;padding:0}.blog-post .post-content ol,.blog-post .post-content ul{padding-left:2rem;margin-bottom:1.5rem}.blog-post .post-content ol li,.blog-post .post-content ul li{margin-bottom:.5rem}.blog-post .post-content img{border-radius:.75rem;margin:2rem 0}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:4rem}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:.5rem;font-size:.875rem;font-weight:500;border:1px solid rgba(136,136,170,.15);color:#88a;transition:all .3s ease}.pagination a:hover{border-color:#00d4ff;color:#00d4ff}.pagination .active{background:#00d4ff;color:#050508;border-color:#00d4ff}.hobbies-section .hobbies-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:2rem}.hobby-card{background:#1a1a2e;border:1px solid rgba(136,136,170,.15);border-radius:.75rem;padding:3rem;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.hobby-card::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--accent-color,#00d4ff);transform:scaleX(0);transition:transform .3s ease}.hobby-card:hover{border-color:var(--accent-color,#00d4ff);transform:translateY(-8px);box-shadow:0 0 30px rgba(var(--accent-rgb,0,212,255),.15)}.hobby-card:hover::before{transform:scaleX(1)}.hobby-card:hover .hobby-icon{transform:scale(1.15);color:var(--accent-color,#00d4ff)}.hobby-card .hobby-icon{font-size:2.5rem;color:#88a;margin-bottom:1.5rem;transition:all .3s ease}.hobby-card .hobby-name{font-size:1.25rem;font-weight:700;color:#f0f0f8;margin-bottom:.5rem}.hobby-card .hobby-desc{font-size:.875rem;color:#88a;line-height:1.6}.contact-section .contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem}@media (max-width:768px){.contact-section .contact-grid{grid-template-columns:1fr}}.contact-section .contact-info .info-item{display:flex;gap:1.5rem;margin-bottom:3rem}.contact-section .contact-info .info-item .info-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:rgba(0,212,255,.1);border:1px solid rgba(0,212,255,.2);border-radius:.5rem;color:#00d4ff;font-size:1.5rem;flex-shrink:0}.contact-section .contact-info .info-item .info-content h4{font-size:.875rem;color:#88a;text-transform:uppercase;letter-spacing:1px;margin-bottom:.25rem}.contact-section .contact-info .info-item .info-content a,.contact-section .contact-info .info-item .info-content p{font-size:1.125rem;color:#f0f0f8}.contact-section .contact-info .info-item .info-content a:hover{color:#00d4ff}.contact-section .contact-info .social-links{display:flex;gap:1rem;margin-top:2rem}.contact-section .contact-info .social-links a{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(136,136,170,.15);border-radius:.5rem;color:#88a;font-size:1.25rem;transition:all .3s ease}.contact-section .contact-info .social-links a:hover{border-color:#00d4ff;color:#00d4ff;box-shadow:0 0 20px rgba(0,212,255,.3);transform:translateY(-3px)}.contact-form{background:#1a1a2e;border:1px solid rgba(136,136,170,.15);border-radius:.75rem;padding:3rem}.contact-form .form-group{margin-bottom:2rem;position:relative}.contact-form .form-label{display:block;font-size:.75rem;font-weight:500;color:#88a;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem}.contact-form .form-input,.contact-form .form-textarea{width:100%;padding:1rem 1.5rem;background:#0f0f1a;border:1px solid rgba(136,136,170,.15);border-radius:.5rem;color:#f0f0f8;font-size:1rem;transition:all .3s ease}.contact-form .form-input:focus,.contact-form .form-textarea:focus{outline:0;border-color:#00d4ff;box-shadow:0 0 0 3px rgba(0,212,255,.3)}.contact-form .form-input::-moz-placeholder,.contact-form .form-textarea::-moz-placeholder{color:#555570}.contact-form .form-input::placeholder,.contact-form .form-textarea::placeholder{color:#555570}.contact-form .form-textarea{min-height:150px;resize:vertical}.contact-form .form-error{font-size:.75rem;color:#ef4444;margin-top:.25rem}.contact-form .form-success{background:rgba(16,185,129,.1);border:1px solid rgba(16,185,129,.3);color:#10b981;padding:1rem 1.5rem;border-radius:.5rem;margin-bottom:2rem;font-size:.875rem}.contact-form .hp-field{position:absolute;left:-9999px}.contact-map{margin-top:4rem;border-radius:.75rem;overflow:hidden;border:1px solid rgba(136,136,170,.15)}.contact-map iframe{width:100%;height:350px;border:0;filter:grayscale(1) invert(1)}.footer{background:#050508;border-top:1px solid rgba(136,136,170,.15);padding:4rem 0 2rem}.footer .footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}@media (max-width:768px){.footer .footer-content{flex-direction:column;text-align:center}}.footer .footer-brand{font-family:"JetBrains Mono","Fira Code",monospace;font-size:1.25rem;font-weight:700;color:#f0f0f8}.footer .footer-brand span{color:#00d4ff}.footer .footer-links{display:flex;gap:1.5rem}.footer .footer-links a{font-size:.875rem;color:#88a;transition:color .15s ease}.footer .footer-links a:hover{color:#00d4ff}.footer .footer-social{display:flex;gap:1rem}.footer .footer-social a{color:#88a;font-size:1.25rem;transition:all .15s ease}.footer .footer-social a:hover{color:#00d4ff;transform:translateY(-2px)}.footer .footer-bottom{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(136,136,170,.08)}.footer .footer-bottom p{font-size:.75rem;color:#555570}.footer .footer-bottom p a{color:#00d4ff}#particles-js{position:absolute;width:100%;height:100%;top:0;left:0;z-index:1;pointer-events:none}#particles-js canvas{display:block}.reveal{opacity:0;transform:translateY(40px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal.reveal-left{transform:translateX(-40px)}.reveal.reveal-left.visible{transform:translateX(0)}.reveal.reveal-right{transform:translateX(40px)}.reveal.reveal-right.visible{transform:translateX(0)}.reveal.reveal-scale{transform:scale(.9)}.reveal.reveal-scale.visible{transform:scale(1)}.stagger-children .reveal:nth-child(1){transition-delay:.1s}.stagger-children .reveal:nth-child(2){transition-delay:.2s}.stagger-children .reveal:nth-child(3){transition-delay:.3s}.stagger-children .reveal:nth-child(4){transition-delay:.4s}.stagger-children .reveal:nth-child(5){transition-delay:.5s}.stagger-children .reveal:nth-child(6){transition-delay:.6s}.stagger-children .reveal:nth-child(7){transition-delay:.7s}.stagger-children .reveal:nth-child(8){transition-delay:.8s}.stagger-children .reveal:nth-child(9){transition-delay:.9s}.stagger-children .reveal:nth-child(10){transition-delay:1s}.stagger-children .reveal:nth-child(11){transition-delay:1.1s}.stagger-children .reveal:nth-child(12){transition-delay:1.2s}.custom-cursor{position:fixed;width:8px;height:8px;background:#00d4ff;border-radius:50%;pointer-events:none;z-index:9999;transition:transform .1s ease;mix-blend-mode:difference}@media (max-width:992px){.custom-cursor{display:none}}.cursor-follower{position:fixed;width:36px;height:36px;border:1px solid rgba(0,212,255,.5);border-radius:50%;pointer-events:none;z-index:9998;transition:transform .3s ease,width .3s ease,height .3s ease}@media (max-width:992px){.cursor-follower{display:none}}.glow-hover{transition:box-shadow .3s ease}.glow-hover:hover{box-shadow:0 0 20px rgba(0,212,255,.3)}.gradient-border{position:relative}.gradient-border::before{content:"";position:absolute;inset:-1px;background:linear-gradient(135deg,#00d4ff,#00fff5);border-radius:inherit;z-index:-1;opacity:0;transition:opacity .3s ease}.gradient-border:hover::before{opacity:1}.spinner{width:40px;height:40px;border:3px solid rgba(136,136,170,.15);border-top-color:#00d4ff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width:992px){.hero .hero-name{font-size:3rem}.section{padding:4rem 0}}@media (max-width:768px){html{font-size:15px}.hero .hero-name{font-size:2.5rem}.hero .hero-typing{font-size:1.125rem}.section-title{font-size:2rem}.about-section .about-grid{grid-template-columns:1fr}.skills-section .skills-grid{grid-template-columns:1fr}.timeline-section .timeline::before{left:20px}}@media (max-width:576px){html{font-size:14px}.container{padding:0 1rem}.hero{min-height:90vh}.hero .hero-name{font-size:2rem}.hero .hero-cta{flex-direction:column}.btn{width:100%;justify-content:center}.projects-section .projects-grid{grid-template-columns:1fr}.cert-grid{grid-template-columns:1fr}.hobbies-section .hobbies-grid{grid-template-columns:1fr}}@media print{#particles-js,.cursor-follower,.custom-cursor,.footer,.hero-scroll-indicator,.navbar{display:none!important}body{background:#fff;color:#000}.section{padding:1rem 0}}
/*# sourceMappingURL=main.min.css.map */
