:root{--bg-color: #050505;--text-primary: #ffffff;--text-secondary: #a0a0a0;--accent-color: #8b5cf6;--accent-glow: rgba(139, 92, 246, .5);--card-bg: rgba(255, 255, 255, .05);--font-main: "Inter", system-ui, -apple-system, sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--bg-color);color:var(--text-primary);font-family:var(--font-main);overflow-x:hidden;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:var(--card-bg);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-color)}.glass-card{background:var(--card-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px}.text-gradient{background:linear-gradient(to right,#fff,var(--accent-color));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.navbar{position:fixed;top:0;left:0;width:100%;z-index:100;padding:1.5rem 0;transition:all .3s ease}.navbar-scrolled{background:#050505cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.navbar-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center}.navbar-logo{font-size:1.5rem;font-weight:700;color:var(--text-primary);text-decoration:none;font-family:Courier New,monospace;display:flex;align-items:center;transition:all .3s ease}.navbar-logo:hover{transform:scale(1.05)}.logo-bracket{color:var(--accent-color);font-weight:800}.logo-text{color:var(--text-primary);margin:0 2px}.navbar-right{display:flex;align-items:center;gap:2rem}.navbar-links{display:flex;gap:2rem;list-style:none;align-items:center}.navbar-links a{color:var(--text-secondary);text-decoration:none;font-size:.95rem;font-weight:500;transition:all .3s ease;padding:.5rem 1rem;border-radius:8px}.navbar-links a:hover{color:var(--accent-color)}.contact-link{background:var(--accent-color)!important;color:#fff!important;font-weight:600!important;box-shadow:0 4px 12px #8b5cf64d}.contact-link:hover{background:#7c3aed!important;box-shadow:0 6px 16px #8b5cf666;transform:translateY(-2px)}.language-selector{position:relative}.language-button{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:.5rem .75rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;color:#fff}.language-button:hover{background:#ffffff1a;border-color:var(--accent-color)}.flag-icon{font-size:1.25rem;line-height:1}.language-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:#141419f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:8px;overflow:hidden;min-width:150px;box-shadow:0 10px 30px #00000080}.language-option{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:transparent;border:none;color:#fff;cursor:pointer;transition:background .2s ease;text-align:left}.language-option:hover{background:#ffffff0d}.language-option.active{background:#8b5cf61a;color:var(--accent-color)}.language-name{font-size:.9rem;font-weight:500;color:#fff}.language-option.active .language-name{color:var(--accent-color)}@media(max-width:768px){.navbar-links{gap:1rem}.navbar-links a{font-size:.85rem;padding:.4rem .75rem}.navbar-right{gap:1rem}.navbar-logo{font-size:1.3rem}}@media(max-width:480px){.navbar-links{gap:.5rem}.navbar-links a{padding:.35rem .6rem;font-size:.8rem}.navbar-right{gap:.75rem}.navbar-logo{font-size:1.1rem}}.hero-section{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 1rem;position:relative}.hero-content{z-index:10;display:flex;flex-direction:column;align-items:center}.hero-subtitle{font-size:1.5rem;color:var(--accent-color);font-weight:500;margin-bottom:1rem}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}@media(min-width:768px){.hero-title{font-size:5rem}}.hero-description{font-size:1.25rem;color:var(--text-secondary);margin-bottom:2rem;max-width:42rem;line-height:1.6}.hero-socials{display:flex;gap:1.5rem;margin-bottom:3rem}.social-icon{padding:.75rem;display:flex;align-items:center;justify-content:center;color:var(--text-primary);transition:background-color .3s ease,transform .2s ease}.social-icon:hover{background-color:#ffffff1a;transform:translateY(-2px)}.cta-button{padding:.75rem 2rem;background-color:var(--accent-color);color:#fff;border:none;border-radius:9999px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease,box-shadow .3s ease;box-shadow:0 4px 14px 0 var(--accent-glow)}.cta-button:hover{background-color:#7c3aed;box-shadow:0 6px 20px 0 var(--accent-glow)}.scroll-indicator{position:absolute;bottom:2.5rem}.about-section{padding:8rem 1rem;position:relative;z-index:1;overflow:hidden}.about-container{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media(min-width:992px){.about-container{grid-template-columns:1fr 1fr}}.about-title{text-align:left;margin-bottom:2rem;font-size:3rem}.about-text p{color:var(--text-secondary);font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.about-stats{display:flex;gap:3rem;margin-top:3rem;border-top:1px solid rgba(255,255,255,.1);padding-top:2rem}.stat-item{display:flex;flex-direction:column}.stat-number{font-size:2.5rem;font-weight:800;color:var(--accent-color);line-height:1;margin-bottom:.5rem}.stat-label{color:var(--text-secondary);font-size:.9rem;text-transform:uppercase;letter-spacing:1px}.about-visuals{position:relative;height:500px;display:flex;justify-content:center;align-items:center}.floating-card{position:absolute;border-radius:20px;overflow:hidden;box-shadow:0 20px 50px #00000080;border:1px solid rgba(255,255,255,.1);background:#141419cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.image-placeholder{display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--text-secondary);background:linear-gradient(45deg,#ffffff0d,#ffffff03)}.placeholder-icon{margin-bottom:.5rem;color:var(--accent-color)}.profile-photo{width:100%;height:100%;object-fit:cover;border-radius:20px}.card-1{width:280px;height:350px;z-index:2;top:50%;left:50%;transform:translate(-50%,-50%)}.card-1 .image-placeholder{width:100%;height:100%}.card-2{width:180px;height:180px;z-index:3;top:10%;right:10%}.card-2 .image-placeholder{width:100%;height:100%}.card-3{width:150px;height:150px;z-index:1;bottom:15%;left:10%}.card-3 .image-placeholder{width:100%;height:100%}@media(max-width:768px){.about-visuals{height:400px;margin-top:2rem}.card-1{width:200px;height:260px}.card-2{width:140px;height:140px;right:5%}.card-3{width:120px;height:120px;left:5%}}.skills-section{padding:8rem 1rem;position:relative;z-index:1}.skills-header{text-align:center;margin-bottom:4rem}.section-subtitle{color:var(--text-secondary);font-size:1.1rem;margin-top:1rem}.skills-interface{display:flex;flex-direction:column;min-height:500px;overflow:hidden}@media(min-width:768px){.skills-interface{flex-direction:row}}.skills-sidebar{display:flex;flex-direction:row;border-bottom:1px solid rgba(255,255,255,.1);background:#0003}@media(min-width:768px){.skills-sidebar{flex-direction:column;width:250px;border-bottom:none;border-right:1px solid rgba(255,255,255,.1)}}.category-btn{flex:1;display:flex;align-items:center;gap:1rem;padding:1.5rem;background:transparent;border:none;color:var(--text-secondary);cursor:pointer;position:relative;transition:color .3s ease;text-align:left}.category-btn:hover{color:var(--text-primary);background:#ffffff05}.category-btn.active{color:var(--accent-color);background:#8b5cf60d}.category-icon{display:flex;align-items:center;justify-content:center}.category-label{font-weight:600;font-size:1rem;display:none}@media(min-width:768px){.category-label{display:block}}.active-indicator{position:absolute;bottom:0;left:0;width:100%;height:2px;background:var(--accent-color)}@media(min-width:768px){.active-indicator{bottom:0;left:0;width:2px;height:100%}}.skills-content{flex:1;padding:2rem;background:#ffffff03}.skills-grid-new{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.skills-grid-new{grid-template-columns:repeat(2,1fr)}}.tech-card{background:#ffffff08;padding:1.5rem;border-radius:12px;border:1px solid rgba(255,255,255,.05);transition:transform .2s ease,border-color .2s ease}.tech-card:hover{transform:translateY(-2px);border-color:#8b5cf64d}.tech-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.tech-icon{color:var(--accent-color)}.tech-name{font-weight:600;color:var(--text-primary)}.tech-bar-bg{width:100%;height:6px;background:#ffffff1a;border-radius:3px;overflow:hidden;margin-bottom:.5rem}.tech-bar-fill{height:100%;background:var(--accent-color);border-radius:3px;box-shadow:0 0 10px var(--accent-glow)}.tech-percentage{font-size:.8rem;color:var(--text-secondary);float:right}.projects-section{padding:6rem 1rem;position:relative;z-index:1}.projects-grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:768px){.projects-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}.project-card{overflow:hidden;display:flex;flex-direction:column;height:100%;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{transform:translateY(-10px);box-shadow:0 10px 30px -10px #00000080}.project-image-container{position:relative;width:100%;height:200px;overflow:hidden}.project-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.project-card:hover .project-image{transform:scale(1.1)}.project-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;justify-content:center;align-items:center;opacity:0;transition:opacity .3s ease}.project-card:hover .project-overlay{opacity:1}.project-links{display:flex;gap:1.5rem}.project-link{color:#fff;padding:.75rem;background:#ffffff1a;border-radius:50%;transition:background .3s ease}.project-link:hover{background:var(--accent-color)}.project-content{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.project-title{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;color:var(--text-primary)}.project-description{color:var(--text-secondary);font-size:.95rem;line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem}.project-tag{font-size:.8rem;padding:.25rem .75rem;background:#8b5cf61a;color:var(--accent-color);border-radius:9999px;border:1px solid rgba(139,92,246,.2)}.contact-section{padding:6rem 1rem;position:relative;z-index:1;display:flex;justify-content:center}.contact-card{max-width:800px;width:100%;padding:3rem 2rem;text-align:center;background:linear-gradient(145deg,#ffffff0d,#ffffff05)}@media(min-width:768px){.contact-card{padding:4rem}}.contact-title{margin-bottom:1.5rem}.contact-text{color:var(--text-secondary);font-size:1.1rem;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.contact-info{display:flex;flex-direction:column;gap:1.5rem;align-items:center;margin-bottom:3rem}@media(min-width:768px){.contact-info{flex-direction:row;justify-content:center;gap:3rem}}.contact-item{display:flex;align-items:center;gap:.75rem;color:var(--text-primary);font-weight:500}.contact-icon{color:var(--accent-color);width:24px;height:24px}.contact-cta{min-width:200px}.app{position:relative;width:100%;overflow:hidden}.footer{padding:2rem;text-align:center;color:var(--text-secondary);font-size:.9rem;border-top:1px solid rgba(255,255,255,.05);background:#050505cc}
