#app{display:flex;flex-direction:column;min-height:100vh}router-view{flex:1}app-footer{flex-shrink:0}.hero-section{height:90vh;display:flex;justify-content:center;align-items:center;flex-direction:column;background:linear-gradient(180deg,#1a202c,#2d3748);padding:60px 0;gap:50px;text-align:center}.hero-section,.section{color:#e5e7eb;width:100%;box-sizing:border-box}.section{gap:20px;padding:2rem 2rem;background-color:#1a202c}.sections-container{display:flex;justify-content:space-between;gap:20px;max-width:100%}.section h2{margin-top:80px;font-size:2.25rem;font-weight:700;margin-bottom:2rem;text-align:center;color:#60a5fa}.about-content{display:flex;gap:5rem;align-items:center}.about-content p{flex:1;font-size:1.5rem;line-height:1.6}.about-image{width:200px;height:200px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid #60a5fa}.education-content,.experience-content,.projects-content{display:grid;gap:1.5rem}.education-item,.experience-item,.project-item{background-color:#2d3748;padding:1.5rem;max-width:1200px;border-radius:8px;transition:transform .3s ease;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.education-item:hover,.experience-item:hover,.project-item:hover{transform:translateY(-5px)}.education-item h3,.experience-item h3,.project-item h3{font-size:2rem;font-weight:600;color:#60a5fa;margin-bottom:.5rem}.education-text h4{text-align:justify;font-size:1.4rem;font-weight:600;margin-top:1rem;color:#93c5fd}.education-item h3 a{color:#60a5fa;text-decoration:none}.education-item h3 a:hover{text-decoration:underline}.education-item p,.experience-item p,.project-item p{text-align:justify;font-size:1.5rem;line-height:1.5}.education-date,.experience-date{font-size:.875rem;color:#9ca3af;margin-top:.5rem}.education-text{flex:1;margin-right:20px}.education-image{-o-object-fit:cover;object-fit:cover;width:auto;height:200px;border-radius:4px;margin-left:1.5rem}.social-links{display:flex;gap:1.5rem;justify-content:center;margin-top:1rem}.social-links a{font-size:1rem;font-weight:500}.download-button{display:inline-block;margin-top:1rem;padding:.75rem 1.5rem;background-color:#60a5fa;color:#fff;text-decoration:none;border-radius:6px;transition:background-color .3s ease}.download-button:hover{background-color:#4f46e5}@media (min-width:768px){.skills-container{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.skills-container{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.hero-section{gap:20px;padding:40px 10px;height:auto;width:100%}.hero-content,.hero-image{max-width:100%;width:100%}.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem;margin-bottom:20px}.section{padding:2rem 1rem}.about-content{flex-direction:column;text-align:center}.about-image{width:150px;height:150px}.social-links{flex-direction:column;gap:.5rem}.nav-links{display:none}}.contact-content{text-align:center}.contact-content p{font-size:1.125rem;margin-bottom:1rem}.contact-content a{color:#60a5fa;text-decoration:none;transition:color .3s ease}.contact-content a:hover{color:#4f46e5}.footer{text-align:center;padding:2rem 2rem;box-sizing:border-box;background-color:#111827;color:#332181;width:100%;position:relative}.navbar{position:fixed;top:0;width:100%;background:linear-gradient(90deg,#1a202c,#2d3748);backdrop-filter:blur(8px);box-shadow:0 2px 4px rgba(0,0,0,.2);z-index:50}.container{max-width:100%;margin:0 auto;padding:16px 24px;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.875rem;font-weight:800;background:linear-gradient(90deg,#60a5fa,#080449);-webkit-background-clip:text;background-clip:text;color:transparent}.nav-links{display:flex;gap:2rem;font-size:1.125rem;font-weight:500}.nav-link{position:relative;color:#e5e7eb;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:#60a5fa}.nav-link:after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:2px;background-color:#60a5fa;transition:width .3s ease}.nav-link:hover:after{width:100%}.language-select{background-color:rgba(55,65,81,.8);color:#e5e7eb;font-size:.875rem;padding:6px 12px;border:1px solid #4b5563;border-radius:6px;outline:none;transition:border-color .3s ease,box-shadow .3s ease;margin-left:16px;cursor:pointer}.language-select:hover{border-color:#60a5fa}.language-select:focus{border-color:#60a5fa;box-shadow:0 0 0 2px rgba(96,165,250,.5)}body,html{margin:0;padding:0;background-color:var(--bg-color);color:var(--text-color);max-width:100%;overflow-x:hidden}.resume-select:focus{outline:none;border-color:#63b3ed}.resume-download-button{display:inline-block;padding:.75rem 1.5rem;background-color:#63b3ed;color:#1a202c;border-radius:6px;text-decoration:none;font-weight:700;transition:background-color .3s ease,transform .3s ease}.resume-download-button:hover{background-color:#4299e1;transform:translateY(-2px)}.resume-select{width:100%;max-width:300px;padding:.5rem;margin:.5rem 0;background-color:#4a5568;color:#e2e8f0;border:1px solid #718096;border-radius:6px;font-size:1rem;cursor:pointer;transition:border-color .3s ease}.tech-icons{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;width:100%;max-width:1200px}.tech-title{font-size:1.8rem;font-weight:700;margin-bottom:15px}.skills-container{display:grid;gap:20px;margin-top:20px}.skill-item{background-color:#2d2d2d;padding:20px;border-radius:12px;box-shadow:0 2px 6px rgba(0,0,0,.2);transition:transform .2s ease,box-shadow .2s ease}.skill-item:hover{transform:translateY(-4px);box-shadow:0 6px 12px rgba(0,0,0,.3)}.skill-item h3{margin-bottom:10px;font-size:1.2rem;font-weight:600}.skill-item p{font-size:.95rem;line-height:1.4}