.navbar-header{z-index:1000;background-color:var(--bg-primary);border-bottom:1px solid var(--border-color);-webkit-backdrop-filter:blur(12px);box-sizing:border-box;width:100%;transition:background-color .3s,border-color .3s;position:sticky;top:0}.navbar{box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;max-width:1400px;margin:0 auto;padding:.9rem 1.5rem;display:flex}.logo-container{cursor:pointer;align-items:center;gap:.8rem;text-decoration:none;display:flex}.logo-icon-wrapper{background:#6366f11f;border:1px solid #6366f14d;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;transition:transform .3s,border-color .3s,background-color .3s;display:flex}.logo-container:hover .logo-icon-wrapper{background:#6366f133;border-color:#6366f1;transform:translateY(-2px)}.laptop-icon{color:#6366f1;font-size:1.3rem}.logo-text{flex-direction:column;justify-content:center;display:flex}.logo-name{color:var(--text-primary);font-size:1.25rem;font-weight:700;line-height:1.1;transition:color .3s}.logo-highlight{color:#6366f1}.logo-role{color:var(--text-secondary);letter-spacing:.5px;font-size:.72rem;font-weight:500;transition:color .3s}.nav-menu{align-items:center;gap:2rem;display:flex}.nav-links{gap:1.8rem;margin:0;padding:0;list-style:none;display:flex}.nav-links li{position:relative}.nav-links a{color:var(--text-secondary);padding:.3rem 0;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--text-primary)}.nav-links a:after{content:"";background-color:#6366f1;border-radius:2px;width:0%;height:2px;transition:width .3s;position:absolute;bottom:-2px;left:0}.nav-links a:hover:after{width:100%}.nav-actions{align-items:center;gap:1rem;display:flex}.social-icons{align-items:center;gap:.8rem;display:flex}.social-icons a{color:var(--text-secondary);align-items:center;font-size:1.25rem;transition:transform .2s,color .2s;display:flex}.social-icons a:hover{color:#6366f1;transform:translateY(-2px)}.divider{background-color:var(--border-color);width:1px;height:20px;transition:background-color .3s}.hamburger-button{color:var(--text-primary);cursor:pointer;background:0 0;border:none;padding:.4rem;font-size:1.5rem;transition:color .2s;display:none}@media (width<=768px){.navbar{padding:.8rem 1.2rem}.hamburger-button{display:block}.nav-menu{background-color:var(--bg-primary);border-bottom:1px solid var(--border-color);box-sizing:border-box;opacity:0;visibility:hidden;flex-direction:column;align-items:center;gap:1.5rem;width:100%;padding:1.8rem 0;transition:all .3s ease-in-out;position:absolute;top:100%;left:0;transform:translateY(-10px);box-shadow:0 10px 25px #00000026}.nav-menu.active{opacity:1;visibility:visible;transform:translateY(0)}.nav-links{flex-direction:column;align-items:center;gap:1.2rem}.nav-actions{flex-direction:column;gap:1rem}.divider{width:40px;height:1px}}.hero{background-color:var(--bg-primary);min-height:calc(100vh - 80px);color:var(--text-primary);justify-content:center;align-items:center;padding:4rem 2rem;transition:background-color .3s,color .3s;display:flex;position:relative}.hero-container{justify-content:flex-start;align-items:center;gap:3.5rem;width:100%;max-width:1100px;display:flex}.hero-image-wrapper{flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.hero-image-wrapper:before{content:"";filter:blur(20px);z-index:0;background:linear-gradient(135deg,#6366f159,#818cf81a);border-radius:50%;width:105%;height:105%;position:absolute}.hero-image{z-index:1;object-fit:cover;border:3px solid #6366f166;border-radius:50%;width:240px;height:240px;transition:transform .3s,border-color .3s;position:relative;box-shadow:0 10px 30px #0000004d}.hero-image-wrapper:hover .hero-image{border-color:#6366f1;transform:scale(1.02)}.hero-content{z-index:1;flex-direction:column;flex:1;align-items:flex-start;display:flex}.hero-badge{color:#818cf8;letter-spacing:.3px;background:#6366f11f;border:1px solid #6366f14d;border-radius:20px;margin-bottom:1rem;padding:.35rem .9rem;font-size:.8rem;font-weight:600}.hero-title{color:var(--text-primary);margin:0;font-size:2.8rem;font-weight:800;line-height:1.1;transition:color .3s}.hero-subtitle{color:#6366f1;margin:.6rem 0 1rem;font-size:1.25rem;font-weight:700;line-height:1.3}.hero-subtitle span{color:var(--text-secondary);font-weight:400;transition:color .3s}.hero-headline{color:var(--text-secondary);margin:0 0 1.8rem;font-size:1.05rem;line-height:1.635;transition:color .3s}.hero-tech-stack{flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;display:flex}.tech-item{background-color:var(--bg-card);border:1px solid var(--border-color);color:var(--text-primary);border-radius:8px;align-items:center;gap:.5rem;padding:.5rem .9rem;font-size:.85rem;font-weight:500;transition:transform .2s,border-color .2s,background-color .3s,color .3s;display:flex}.tech-item:hover{border-color:#6366f166;transform:translateY(-2px)}.tech-icon{font-size:1.2rem}.tech-icon.java{color:#ea2d2e}.tech-icon.spring{color:#6db33f}.tech-icon.docker{color:#2496ed}.tech-icon.mysql{color:#00758f}.tech-icon.db{color:#38bdf8}.hero-actions{gap:1rem;display:flex}.btn-primary{color:#fff;background-color:#6366f1;border-radius:8px;padding:.75rem 1.6rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background-color .2s,transform .2s;box-shadow:0 4px 14px #6366f14d}.btn-primary:hover{background-color:#4f46e5;transform:translateY(-2px)}.btn-secondary{color:var(--text-primary);border:1px solid var(--border-color);background:0 0;border-radius:8px;padding:.75rem 1.6rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background-color .2s,border-color .2s,color .3s,transform .2s}.btn-secondary:hover{background-color:var(--border-color);transform:translateY(-2px)}@media (width<=992px){.hero-container{gap:2.5rem}}@media (width<=768px){.hero{padding:3.5rem 1.5rem}.hero-container{text-align:center;flex-direction:column;gap:2rem}.hero-content{align-items:center}.hero-title{font-size:2.2rem}.hero-tech-stack{justify-content:center}}.about-section{background-color:#0d111d;justify-content:center;padding:5rem 2rem;display:flex}.about-container{width:100%;max-width:1100px}.about-top-content{justify-content:space-between;align-items:center;gap:2.5rem;margin-bottom:3rem;display:flex}.about-text{flex:1}.about-image-container{flex-shrink:0}.about-image{object-fit:cover;border:2px solid #6366f14d;border-radius:16px;width:200px;height:200px;transition:transform .3s,border-color .3s;box-shadow:0 10px 25px #0006}.about-image:hover{border-color:#6366f1;transform:translateY(-4px)}.about-header{margin-bottom:1.5rem}.section-title{color:#fff;margin:0;font-size:2.2rem;font-weight:700}.about-intro p{color:#cbd5e1;max-width:850px;margin:0;font-size:1.1rem;line-height:1.7}.about-intro strong{color:#6366f1;font-weight:600}.about-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;display:grid}.about-card{background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px;padding:1.8rem;transition:transform .3s,border-color .3s,background .3s}.about-card:hover{background:#ffffff0a;border-color:#6366f166;transform:translateY(-4px)}.card-icon{color:#6366f1;margin-bottom:1rem;font-size:1.8rem;display:inline-block}.about-card h3{color:#fff;margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.about-card p{color:#94a3b8;margin:0;font-size:.9rem;line-height:1.5}@media (width<=768px){.about-section{padding:3.5rem 1.5rem}.about-top-content{text-align:center;flex-direction:column;align-items:center}.section-title{font-size:1.8rem}.about-intro p{font-size:1rem}.about-image{width:170px;height:170px}}.skills-section{background-color:#080b11;justify-content:center;padding:5rem 2rem;display:flex}.skills-container{width:100%;max-width:1200px}.skills-header{text-align:left;margin-bottom:3rem}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:1.8rem;display:grid}.skill-card{background-color:#121620;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;justify-content:space-between;padding:1.8rem;transition:transform .3s,border-color .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000004d}.skill-card:hover{transform:translateY(-4px)}.skill-card:before{content:"";border-top-left-radius:16px;border-top-right-radius:16px;width:40%;height:3px;position:absolute;top:0;left:0}.border-green:before{background:linear-gradient(90deg,#10b981,#0000)}.border-yellow:before{background:linear-gradient(90deg,#eab308,#0000)}.border-orange:before{background:linear-gradient(90deg,#f97316,#0000)}.border-purple:before{background:linear-gradient(90deg,#a855f7,#0000)}.border-red:before{background:linear-gradient(90deg,#ef4444,#0000)}.border-blue:before{background:linear-gradient(90deg,#3b82f6,#0000)}.card-top{justify-content:space-between;align-items:center;margin-bottom:1.2rem;display:flex}.icon-wrapper{background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;justify-content:center;align-items:center;padding:.7rem;display:flex;position:relative}.card-icon-svg{font-size:1.5rem}.card-icon-svg.green{color:#10b981}.card-icon-svg.yellow{color:#eab308}.card-icon-svg.orange{color:#f97316}.card-icon-svg.purple{color:#a855f7}.card-icon-svg.red{color:#ef4444}.card-icon-svg.blue{color:#3b82f6}.info-badge{color:#60a5fa;font-size:.7rem;position:absolute;top:-4px;right:-4px}.btn-details{color:#cbd5e1;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;align-items:center;gap:.4rem;padding:.4rem .9rem;font-size:.8rem;font-weight:500;transition:all .2s;display:flex}.btn-details:hover{color:#fff;background:#ffffff1a}.arrow-icon{font-size:.7rem}.card-title{color:#fff;margin:0 0 .6rem;font-size:1.3rem;font-weight:700}.card-desc{color:#94a3b8;min-height:2.7rem;margin:0 0 1.5rem;font-size:.9rem;line-height:1.5}.tags-scroller{width:100%;margin-bottom:1.8rem;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.tags-track{gap:.6rem;width:max-content;animation:18s linear infinite scrollTags;display:flex}.tags-scroller:hover .tags-track{animation-play-state:paused}@keyframes scrollTags{0%{transform:translate(0)}to{transform:translate(-50%)}}.skill-pill{color:#60a5fa;white-space:nowrap;background:#1e293b;border:1px solid #60a5fa33;border-radius:8px;padding:.35rem .8rem;font-size:.8rem;font-weight:500}.card-footer{border-top:1px solid #ffffff0d;justify-content:space-between;padding-top:1rem;display:flex}.stat-item{flex-direction:column;display:flex}.stat-num{color:#e2e8f0;font-size:.85rem;font-weight:700}.stat-label{color:#64748b;margin-top:.1rem;font-size:.7rem}@media (width<=768px){.skills-grid{grid-template-columns:1fr}}.experience-section{background-color:#080b11;justify-content:center;padding:5rem 2rem;display:flex}.experience-container{width:100%;max-width:1000px}.experience-header{text-align:left;margin-bottom:3.5rem}.timeline{border-left:2px solid #ffffff14;flex-direction:column;gap:2.5rem;padding-left:2rem;display:flex;position:relative}.timeline-item{position:relative}.timeline-marker{justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;top:.2rem;left:-2.6rem}.marker-dot{background:#3b82f6;border:3px solid #080b11;border-radius:50%;width:12px;height:12px;box-shadow:0 0 10px #3b82f680}.timeline-content{background-color:#121620;border:1px solid #ffffff0d;border-radius:16px;padding:1.8rem;transition:border-color .3s;box-shadow:0 10px 30px #0000004d}.timeline-content:hover{border-color:#3b82f64d}.experience-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.2rem;display:flex}.company-badge{background:#ffffff08;border:1px solid #ffffff0f;border-radius:20px;align-items:center;gap:.5rem;margin-bottom:.5rem;padding:.3rem .8rem;display:inline-flex}.company-icon.blue{color:#3b82f6}.company-icon.green{color:#10b981}.company-name{color:#94a3b8;font-size:.82rem;font-weight:600}.role-title{color:#fff;margin:0;font-size:1.3rem;font-weight:700}.period-badge{color:#60a5fa;background:#60a5fa1a;border-radius:8px;align-items:center;gap:.5rem;padding:.4rem .9rem;font-size:.8rem;font-weight:600;display:flex}.calendar-icon{font-size:.8rem}.highlights-list{flex-direction:column;gap:.8rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.highlight-item{color:#cbd5e1;align-items:flex-start;gap:.7rem;font-size:.9rem;line-height:1.5;display:flex}.check-icon{color:#10b981;flex-shrink:0;margin-top:.25rem;font-size:.9rem}.experience-tags{border-top:1px solid #ffffff0d;flex-wrap:wrap;gap:.4rem;padding-top:1rem;display:flex}.exp-tag-pill{color:#94a3b8;background:#ffffff0a;border:1px solid #ffffff14;border-radius:6px;padding:.25rem .6rem;font-size:.75rem}@media (width<=768px){.timeline{padding-left:1.5rem}.timeline-marker{left:-2.1rem}.experience-top{flex-direction:column;align-items:flex-start}}.projects-section{background-color:#080b11;justify-content:center;padding:5rem 2rem;display:flex}.projects-container{width:100%;max-width:1200px}.projects-header{text-align:left;margin-bottom:3rem}.projects-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:1.5rem;display:grid}.project-card{box-sizing:border-box;background-color:#121620;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;justify-content:space-between;padding:1.8rem;display:flex;box-shadow:0 10px 30px #0000004d}.project-card-header{justify-content:space-between;align-items:center;margin-bottom:1.2rem;display:flex}.project-icon-box{background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;justify-content:center;align-items:center;padding:.7rem;font-size:1.4rem;display:flex}.project-type-icon.green{color:#10b981}.project-type-icon.red{color:#ef4444}.project-type-icon.blue{color:#3b82f6}.project-category{color:#60a5fa;background:#60a5fa1a;border:1px solid #60a5fa33;border-radius:20px;padding:.3rem .8rem;font-size:.78rem;font-weight:600}.project-title{color:#fff;margin-bottom:.6rem;font-size:1.2rem;font-weight:700;line-height:1.3}.project-description{color:#94a3b8;margin-bottom:1.5rem;font-size:.88rem;line-height:1.5}.grafana-toggle-area{margin-bottom:1.2rem}.btn-toggle-grafana{color:#f59e0b;cursor:pointer;background:#d9770626;border:1px solid #d977064d;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.5rem;font-size:.8rem;font-weight:600;transition:all .2s;display:flex}.btn-toggle-grafana:hover{background:#d9770640}.grafana-wrapper{background:#111;border:1px solid #ffffff1a;border-radius:10px;margin-top:.8rem;overflow:hidden}.project-tags{flex-wrap:wrap;align-content:flex-start;gap:.4rem;min-height:65px;margin-bottom:1.5rem;display:flex}.project-tag-pill{color:#cbd5e1;background:#ffffff0a;border:1px solid #ffffff14;border-radius:6px;padding:.25rem .6rem;font-size:.75rem}.project-actions{flex-direction:column;gap:.5rem;display:flex}.actions-row{gap:.5rem;display:flex}.btn-action{border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.55rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.btn-web{color:#fff;background:#2563eb}.btn-web:hover{background:#1d4ed8}.btn-docs{color:#e2e8f0;background:#ffffff0f;border:1px solid #ffffff1a}.btn-docs:hover{background:#ffffff1f}.btn-github{color:#94a3b8;background:#ffffff0a;border:1px solid #ffffff14}.btn-github:hover{color:#fff;background:#ffffff1a}@media (width<=1024px){.projects-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}.contact-section{background-color:#080b11;justify-content:center;padding:5rem 2rem;display:flex}.contact-container{width:100%;max-width:1000px}.contact-header{text-align:left;margin-bottom:3.5rem}.section-subtitle{color:#3b82f6;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:.4rem;font-size:.85rem;font-weight:600;display:block}.section-title{color:#fff;font-size:2rem;font-weight:700}.contact-grid{grid-template-columns:1fr 1.2fr;gap:2rem;display:grid}.contact-info-card{background-color:#121620;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;padding:2rem;display:flex;box-shadow:0 10px 30px #0000004d}.info-title{color:#fff;margin-bottom:.8rem;font-size:1.3rem;font-weight:700}.info-description{color:#94a3b8;margin-bottom:2rem;font-size:.88rem;line-height:1.5}.info-items{flex-direction:column;gap:1.2rem;display:flex}.info-item{align-items:center;gap:1rem;text-decoration:none;transition:transform .2s;display:flex}.info-item:hover{transform:translate(4px)}.info-icon-box{background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;display:flex}.info-icon-box.blue{color:#3b82f6}.info-icon-box.linkedin{color:#0a66c2}.info-icon-box.github{color:#f0f6fc}.info-icon-box.green{color:#10b981}.info-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:600;display:block}.info-value{color:#e2e8f0;margin:0;font-size:.9rem;font-weight:500}.contact-form-card{background-color:#121620;border:1px solid #ffffff0d;border-radius:16px;padding:2rem;box-shadow:0 10px 30px #0000004d}.contact-form{flex-direction:column;gap:1.2rem;display:flex}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{color:#cbd5e1;font-size:.85rem;font-weight:600}.form-group input,.form-group textarea{color:#fff;background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;outline:none;padding:.8rem 1rem;font-family:inherit;font-size:.9rem;transition:all .2s}.form-group input:focus,.form-group textarea:focus{background:#ffffff0d;border-color:#3b82f6;box-shadow:0 0 10px #3b82f633}.btn-send-message{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.6rem;margin-top:.5rem;padding:.85rem 1.5rem;font-size:.9rem;font-weight:600;transition:background .2s;display:flex}.btn-send-message:hover{background:#1d4ed8}.icon-success{color:#10b981}@media (width<=868px){.contact-grid{grid-template-columns:1fr}}.footer{background-color:#05070a;border-top:1px solid #ffffff0d;justify-content:center;padding:3rem 2rem 1.5rem;display:flex}.footer-container{flex-direction:column;gap:2rem;width:100%;max-width:1000px;display:flex}.footer-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.footer-logo{color:#fff;margin-bottom:.2rem;font-size:1.4rem;font-weight:700}.footer-logo span{color:#3b82f6}.footer-tagline{color:#64748b;margin:0;font-size:.85rem}.footer-socials{gap:.8rem;display:flex}.social-link{color:#94a3b8;background:#ffffff08;border:1px solid #ffffff14;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.1rem;text-decoration:none;transition:all .2s;display:flex}.social-link:hover{color:#3b82f6;background:#3b82f626;border-color:#3b82f64d;transform:translateY(-2px)}.footer-bottom{border-top:1px solid #ffffff08;justify-content:space-between;align-items:center;padding-top:1.5rem;display:flex}.copyright{color:#64748b;margin:0;font-size:.8rem}.btn-back-to-top{color:#cbd5e1;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.btn-back-to-top:hover{color:#fff;background:#2563eb;border-color:#2563eb;transform:translateY(-2px)}@media (width<=600px){.footer-content{flex-direction:column;align-items:flex-start}}.scroll-to-top-fab{color:#fff;cursor:pointer;z-index:99;background-color:#2563eb;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1rem;transition:background-color .2s,box-shadow .2s;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 10px 25px #2563eb66}.scroll-to-top-fab:hover{background-color:#1d4ed8;box-shadow:0 12px 30px #2563eb99}@media (width<=768px){.scroll-to-top-fab{width:40px;height:40px;font-size:.9rem;bottom:1.5rem;right:1.5rem}}html[data-theme=dark]{--bg-primary:#030712;--bg-card:#111827;--text-primary:#fff;--text-secondary:#9ca3af;--border-color:#ffffff1a}html[data-theme=light]{--bg-primary:#fff;--bg-card:#f3f4f6;--text-primary:#0f172a;--text-secondary:#4b5563;--border-color:#0000001a}body{transition:background-color .3s,color .3s;background-color:var(--bg-primary)!important;color:var(--text-primary)!important}
