.navbar{background-color:var(--nav-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid #ffffff0d;width:100%;height:80px;position:fixed;top:0}.navbar-container{max-width:var(--container-width);justify-content:space-between;align-items:center;height:100%;margin:0 auto;padding:0 1.5rem;display:flex}.logo{color:var(--accent-color);letter-spacing:-1px;font-size:1.5rem;font-weight:700}.nav-links{gap:2rem;display:flex}.nav-links a{font-weight:500;transition:color .3s;position:relative}.nav-links a:hover{color:var(--accent-color)}.nav-links a:after{content:"";background-color:var(--accent-color);width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.nav-links a:hover:after{width:100%}@media (width<=768px){.navbar{height:70px}.logo{font-size:1.2rem}.nav-links{gap:.8rem;font-size:.8rem}}@media (width<=480px){.nav-links{display:none}.navbar-container{justify-content:center}}.hero-section{justify-content:space-between;align-items:center;gap:2rem;height:100vh;padding-top:80px;display:flex}.hero-content{flex:1}.hero-title{margin-bottom:1.5rem;font-size:4rem;line-height:1.1}.highlight{color:var(--accent-color);background:linear-gradient(to right, var(--accent-color), var(--secondary-accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero-subtitle{color:#94a3b8;max-width:600px;margin-bottom:2.5rem;font-size:1.5rem}.hero-cta{gap:1.5rem;display:flex}.btn-outline{border:2px solid var(--accent-color);color:var(--accent-color);background:0 0}.btn-outline:hover{background:var(--accent-color);color:#000}.hero-image{flex:1;justify-content:flex-end;display:flex}.image-container{border:4px solid var(--accent-color);border-radius:30% 70% 70% 30%/30% 30% 70% 70%;width:400px;height:400px;animation:8s infinite alternate blob;overflow:hidden;box-shadow:0 0 50px #38bdf833}.profile-img{object-fit:cover;object-position:center 15%;width:100%;height:100%;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;filter:contrast(1.05)brightness(1.02)}@keyframes blob{0%{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}to{border-radius:50% 50% 30% 70%/50% 60% 40% 50%}}@media (width<=968px){.hero-section{text-align:center;flex-direction:column-reverse;height:auto;padding-top:120px;padding-bottom:5rem}.hero-title{font-size:2.5rem}.hero-subtitle{margin:0 auto 2rem;font-size:1.2rem}.hero-cta{flex-direction:column;justify-content:center;gap:1rem}.hero-image{justify-content:center;margin-bottom:2rem}.image-container{width:260px;height:260px}}@media (width<=480px){.hero-title{font-size:2rem}.image-container{width:220px;height:220px}}.about-container{justify-content:center;align-items:center;max-width:800px;margin:0 auto;display:flex}.about-text p{color:#94a3b8;text-align:center;margin-bottom:1.5rem;font-size:1.15rem}.about-text strong{color:var(--accent-color);font-weight:600}.skills-grid{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem;display:flex}.skill-badge{background-color:var(--card-bg);color:var(--accent-color);border:1px solid #38bdf833;border-radius:50px;padding:.5rem 1rem;font-weight:500;transition:all .3s}.skill-badge:hover{background-color:var(--accent-color);color:#000;transform:translateY(-3px);box-shadow:0 5px 15px #38bdf833}.projects-grid{flex-wrap:wrap;justify-content:center;gap:2.5rem;display:flex}.project-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e293b80;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;width:calc(33.333% - 1.67rem);min-width:320px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;overflow:hidden}@media (width<=1100px){.project-card{width:calc(50% - 1.25rem)}}@media (width<=768px){.project-card{width:100%}}.project-card:hover{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e293b80;border:1px solid #38bdf866;border-radius:16px;flex-direction:column;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;overflow:hidden;transform:translateY(-12px)scale(1.02);box-shadow:0 20px 40px #0006,0 0 20px #38bdf81a}.project-img-wrapper{background:#0f172a;width:100%;height:200px;position:relative;overflow:hidden}.project-img-placeholder{color:#475569;letter-spacing:1px;justify-content:center;align-items:center;height:100%;font-size:.9rem;display:flex}.project-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.project-card:hover .project-img{transform:scale(1.1)}.project-overlay{background:linear-gradient(#0000,#0f172acc);width:100%;height:100%;position:absolute;top:0;left:0}.project-content{flex-direction:column;flex-grow:1;padding:1.8rem;display:flex}.project-content h3{color:var(--accent-color);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.project-content p{color:#94a3b8;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.project-tech{flex-wrap:wrap;gap:.6rem;margin-top:auto;margin-bottom:1.8rem;display:flex}.project-tech span{color:var(--accent-color);background:#38bdf81a;border:1px solid #38bdf833;border-radius:6px;padding:.3rem .8rem;font-size:.75rem;font-weight:500}.project-link{color:var(--accent-color);text-transform:uppercase;letter-spacing:1px;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;transition:all .3s;display:flex}.project-link.disabled{color:#475569;cursor:not-allowed;pointer-events:none}.project-link:not(.disabled):hover{text-shadow:0 0 10px #38bdf866;gap:.8rem}.experience-container{gap:4rem;margin-top:2rem;display:flex}.experience-column,.education-column{flex:1}.exp-card,.edu-card{background-color:var(--card-bg);border:1px solid #ffffff0d;border-radius:12px;margin-bottom:2rem;padding:1.5rem;transition:transform .3s}.exp-card:hover,.edu-card:hover{border-color:var(--accent-color);transform:translateY(-5px)}.exp-header h3,.edu-header h3{color:var(--accent-color);margin-bottom:.5rem;font-size:1.3rem}.exp-company,.edu-school{color:var(--text-color);margin-bottom:.2rem;font-weight:700;display:block}.exp-period,.edu-period{color:#64748b;margin-bottom:1rem;font-size:.9rem;display:block}.exp-card p,.edu-card p{color:#94a3b8;font-size:.95rem;line-height:1.6}@media (width<=968px){.experience-container{flex-direction:column;gap:2rem}}.events-section{padding-bottom:8rem}.events-list{max-width:950px;margin:0 auto;position:relative}.events-list:before{content:"";background:linear-gradient(to bottom, var(--accent-color), var(--secondary-accent));opacity:.3;width:2px;position:absolute;top:0;bottom:0;left:20px}.event-item{margin-bottom:5rem;padding-left:70px;display:flex;position:relative}.event-item:before{content:"";background-color:var(--bg-color);border:4px solid var(--accent-color);width:20px;height:20px;box-shadow:0 0 15px var(--accent-color);z-index:1;border-radius:50%;position:absolute;top:30px;left:11px}.event-date{color:var(--accent-color);text-transform:uppercase;letter-spacing:1px;min-width:130px;margin-right:2rem;padding-top:1.8rem;font-size:1.1rem;font-weight:800}.event-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1e293b66;border:1px solid #ffffff0d;border-radius:20px;width:100%;transition:all .4s;display:flex;overflow:hidden}.event-card:hover{border-color:#38bdf84d;transform:translate(10px);box-shadow:0 10px 30px #0000004d}.event-image-container{background-color:#0f172a;width:280px;min-width:280px;position:relative;overflow:hidden}.event-img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.event-card:hover .event-img{transform:scale(1.1)}.event-content{flex-direction:column;justify-content:center;padding:2rem;display:flex}.event-content h3{color:var(--text-color);margin-bottom:1rem;font-size:1.6rem;font-weight:700}.event-content p{color:#94a3b8;font-size:1.05rem;line-height:1.6}.more-events{text-align:center;color:#64748b;letter-spacing:.5px;margin-top:3rem;font-size:1.1rem;font-style:italic}@media (width<=900px){.event-image-container{width:220px;min-width:220px}}@media (width<=768px){.event-item{flex-direction:column;padding-left:50px}.event-date{min-width:auto;margin-bottom:1rem;padding-top:0}.event-card{flex-direction:column}.event-image-container{width:100%;min-width:100%;height:220px}.event-card:hover{transform:translateY(-10px)}}.contact-section{background-color:var(--card-bg);text-align:center;padding:5rem 1.5rem 2rem}.contact-content{max-width:800px;margin:0 auto}.contact-content p{color:#94a3b8;margin-bottom:2.5rem;font-size:1.2rem}.social-links{justify-content:center;gap:1.5rem;margin-bottom:4rem;display:flex}.social-btn{background-color:var(--bg-color);border:1px solid #ffffff1a;border-radius:8px;padding:.8rem 2rem;font-weight:600;transition:all .3s}.social-btn:hover{background-color:var(--accent-color);color:#000;border-color:var(--accent-color);transform:translateY(-5px)}.footer-bottom{color:#64748b;border-top:1px solid #ffffff0d;padding-top:2rem;font-size:.9rem}:root{--bg-color:#0f172a;--text-color:#f8fafc;--accent-color:#38bdf8;--secondary-accent:#818cf8;--card-bg:#1e293b;--nav-bg:#0f172acc;--font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--container-width:1100px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-family);-webkit-font-smoothing:antialiased;line-height:1.6}a{color:inherit;text-decoration:none}ul{list-style:none}section{max-width:var(--container-width);margin:0 auto;padding:5rem 1.5rem}@media (width<=768px){section{padding:3rem 1.2rem}}.section-title{text-align:center;margin-bottom:2rem;font-size:2.5rem;position:relative}@media (width<=768px){.section-title{margin-bottom:1.5rem;font-size:1.8rem}}.section-title:after{content:"";background-color:var(--accent-color);border-radius:2px;width:50px;height:4px;margin:10px auto 0;display:block}.btn{background-color:var(--accent-color);color:#000;cursor:pointer;border:none;border-radius:8px;padding:.8rem 1.5rem;font-weight:600;transition:all .3s;display:inline-block}.btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #38bdf866}
