*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #7fa1e8;--text-dark: #0f1645;--text-light: #eeeeee;--bg-light: #eeeeee;--bg-white: #ffffff;--shadow-md: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2);--shadow-lg: 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12), 0 5px 5px -3px rgba(0,0,0,.2)}html{scroll-behavior:smooth;font-family:Signika,sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0;background-color:var(--bg-light);color:var(--text-light);font-family:Signika,sans-serif;line-height:1.6}img{max-width:100%;height:auto}a{text-decoration:none;color:var(--primary-color);transition:color .3s ease}a:hover{color:#5a7fc7}:focus-visible{outline:3px solid var(--primary-color);outline-offset:3px;border-radius:3px}:focus:not(:focus-visible){outline:none}.wrapper{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='100%25'%20height='100%25'%20viewBox='0%200%201200%20800'%3e%3crect%20fill='%230e3e54'%20width='1200'%20height='800'/%3e%3cdefs%3e%3cradialGradient%20id='a'%20cx='0'%20cy='800'%20r='800'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20stop-color='%23230a37'/%3e%3cstop%20offset='1'%20stop-color='%23230a37'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3cradialGradient%20id='b'%20cx='1200'%20cy='800'%20r='800'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20stop-color='%23061c51'/%3e%3cstop%20offset='1'%20stop-color='%23061c51'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3cradialGradient%20id='c'%20cx='600'%20cy='0'%20r='600'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20stop-color='%23300432'/%3e%3cstop%20offset='1'%20stop-color='%23300432'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3cradialGradient%20id='d'%20cx='600'%20cy='800'%20r='600'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20stop-color='%230e3e54'/%3e%3cstop%20offset='1'%20stop-color='%230e3e54'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3cradialGradient%20id='e'%20cx='0'%20cy='0'%20r='800'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20stop-color='%231a0509'/%3e%3cstop%20offset='1'%20stop-color='%231a0509'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3cradialGradient%20id='f'%20cx='1200'%20cy='0'%20r='800'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20stop-color='%2309004d'/%3e%3cstop%20offset='1'%20stop-color='%2309004d'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3c/defs%3e%3crect%20fill='url(%23a)'%20width='1200'%20height='800'/%3e%3crect%20fill='url(%23b)'%20width='1200'%20height='800'/%3e%3crect%20fill='url(%23c)'%20width='1200'%20height='800'/%3e%3crect%20fill='url(%23d)'%20width='1200'%20height='800'/%3e%3crect%20fill='url(%23e)'%20width='1200'%20height='800'/%3e%3crect%20fill='url(%23f)'%20width='1200'%20height='800'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:cover;background-position:center;min-height:100vh;position:relative}.skip-link{position:absolute;top:-100%;left:0;background:var(--primary-color);color:var(--text-dark);padding:.75rem 1.5rem;font-weight:600;z-index:9999;border-radius:0 0 8px;transition:top .2s}.skip-link:focus{top:0;outline:3px solid var(--text-dark);outline-offset:2px}.header{display:flex;justify-content:flex-start;align-items:center;padding:2rem 8%;position:sticky;top:0;background:linear-gradient(180deg,#000c,#0009);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;gap:4rem}.logo{font-size:1.5rem;font-weight:700;color:#fff}.nav{display:flex;gap:2rem;flex:1}.nav-link{color:#fff;font-weight:500;transition:color .3s ease}.nav-link:hover,.nav-link.active{color:var(--primary-color)}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;margin-left:auto;border-radius:6px;transition:background .2s}.nav-toggle:hover{background:#ffffff1a}.hamburger-line{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:transform .3s ease,opacity .3s ease}.nav-toggle[aria-expanded=true] .hamburger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle[aria-expanded=true] .hamburger-line:nth-child(2){opacity:0}.nav-toggle[aria-expanded=true] .hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.section{padding:5rem 8%;min-height:80vh}.section-title{font-size:2.5rem;color:#fff;margin-bottom:1rem;font-weight:700;border-bottom:solid 1px #ffffff;padding-bottom:.5rem;display:inline-block}.section-subtitle{font-size:1.1rem;color:#fff;margin-bottom:3rem}.home-section{padding-top:3rem}.user-wrapper{max-width:1200px;margin:0 auto}.user-title{font-size:4.2em;color:#fff;margin-bottom:2rem;font-weight:700}.user-title span{color:var(--primary-color)}.user-description{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:center;margin-bottom:4rem}.user-description p{font-size:1.2rem;line-height:1.8;margin-bottom:2rem;color:#fff}.profile-image{width:100%;max-width:300px;border-radius:10px}.download-button{display:inline-block;background-color:#fff;color:var(--text-dark);padding:1rem 2rem;border-radius:8rem;font-weight:600;transition:all .3s ease;box-shadow:var(--shadow-md);width:15em;height:3em;display:flex;align-items:center;justify-content:center}.download-button:hover{background-color:#f0f0f0;transform:translateY(-2px);box-shadow:var(--shadow-lg)}.user-topic{display:flex;justify-content:space-between;flex-wrap:wrap;gap:2rem;margin-top:3rem}.about-box{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);padding:2.5rem;border-radius:16px;transition:all .4s cubic-bezier(.4,0,.2,1);width:30%;min-width:280px;max-width:340px;min-height:287px;flex:1 1 30%;position:relative;overflow:hidden}.about-box:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(127,161,232,.6),transparent);opacity:0;transition:opacity .4s ease}.about-box:hover{transform:translateY(-8px);background:#ffffff14;border-color:#7fa1e84d;box-shadow:0 20px 40px #0000004d}.about-box:hover:before{opacity:1}.about-box h2{color:#fff;font-size:1.5rem;margin-bottom:1.2rem;font-weight:600;letter-spacing:.3px}.about-box p{margin-bottom:1.5rem;color:#eeeeeed9;line-height:1.7;font-size:.95rem}.about-link{color:var(--primary-color);font-weight:500;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;letter-spacing:.3px}.about-link:hover{color:#7fa1e8cc;transform:translate(4px)}.experience-section{background-color:transparent}.timeline{max-width:1200px;margin:0 auto}.work-item{padding:2rem 0 2rem 3rem;margin-bottom:3rem;border-left:2px solid #ffffff;position:relative}.work-item:before{content:"";position:absolute;left:-8px;top:2rem;width:14px;height:14px;background:#fff;border-radius:50%;border:2px solid var(--primary-color)}.work-header{display:flex;gap:2rem;margin-bottom:1.5rem;align-items:flex-start}.company-logo{width:80px;height:80px;object-fit:contain}.work-info h2{color:#fff;font-size:1.4rem;margin-bottom:.5rem;border-bottom:solid 1px #ffffff;padding-bottom:.3rem;display:inline-block}.work-info h3{font-size:1.2rem;margin-bottom:.5rem;color:#fff}.work-info h3 a{color:#fff}.work-date{color:#fff;font-size:.9rem;font-style:italic}.work-description p{margin-bottom:1rem;line-height:1.8;color:#fff}.projects-section{background-color:transparent}.project-category{margin-bottom:4rem}.category-title{font-size:1.8rem;color:#fff;margin-bottom:2rem;padding-bottom:.5rem;border-bottom:solid 1px #ffffff;display:inline-block}.projects-grid{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:2rem;margin-top:2rem}.project-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;width:35%;min-width:320px;max-width:450px;min-height:470px;flex:1 1 35%;overflow:hidden;position:relative}.project-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(127,161,232,.5),transparent);opacity:0;transition:opacity .4s ease}.project-card:hover{transform:translateY(-8px);background:#ffffff14;border-color:#7fa1e84d;box-shadow:0 20px 40px #0000004d}.project-card:hover:before{opacity:1}.project-header{height:100px;background:linear-gradient(135deg,#7fa1e826,#7fa1e80d);display:flex;align-items:center;justify-content:flex-start;padding:0 2rem;gap:1.5rem;margin-bottom:0;border-bottom:1px solid rgba(255,255,255,.05)}.project-icon{width:50px;height:50px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border-radius:12px;padding:.5rem;transition:all .3s ease}.project-card:hover .project-icon{background:#7fa1e833;transform:scale(1.05)}.project-icon img{width:100%;height:100%;object-fit:contain;filter:brightness(0) invert(1);opacity:.9}.project-card h3{color:#fff;font-size:1.2rem;line-height:1.3;margin:0;flex:1;font-weight:600}.project-year{color:var(--primary-color);font-size:.85rem;font-weight:500;letter-spacing:.5px;margin-bottom:1rem;padding:1.5rem 2rem 0}.project-description{color:#eeeeeed9;line-height:1.7;margin-bottom:1.5rem;flex-grow:1;padding:0 2rem;font-size:.95rem}.project-tech{padding:0 2rem 2rem;display:flex;flex-wrap:wrap;gap:.6rem}.tech-tag{background:linear-gradient(135deg,#7fa1e84d,#7fa1e826);color:#eeeeeef2;font-size:.75rem;padding:.4rem .9rem;border-radius:20px;font-weight:500;white-space:nowrap;border:1px solid rgba(127,161,232,.2);transition:all .3s ease;letter-spacing:.3px}.tech-tag:hover{background:linear-gradient(135deg,#7fa1e880,#7fa1e84d);border-color:#7fa1e866;transform:translateY(-2px)}.project-placeholder{background:var(--bg-white);padding:3rem;border-radius:8px;text-align:center;box-shadow:var(--shadow-md);color:var(--text-dark)}.recommendations-section{background-color:transparent}.recommendations-section .section-title{font-weight:300}.recommendations-section .section-subtitle{font-weight:200;padding-bottom:10px;font-size:1.1rem}.recommendations-container{max-width:1200px;margin:0 auto}.recommendation-box{margin-top:10%;color:#eee}.recommendation-box h3{margin:0;font-weight:300}.recommendation-box h3 a{color:#eee;text-decoration:none;font-weight:300}.recommendation-box h3 a:hover{color:var(--primary-color)}.rec-designation{font-size:18px;margin:0;font-weight:300}.rec-date{font-size:16px;font-weight:300;color:#eee}.rec-description{margin:2% 0;font-weight:300;max-width:85%;color:#eee}.rec-divider{background:var(--primary-color);width:15%;height:3px;margin:3% 0;border:none}.contact-section{background-color:transparent;text-align:center}.social-links{display:flex;justify-content:center;gap:2rem;margin-top:2rem}.social-link{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:var(--bg-white);border-radius:50%;transition:all .3s ease;box-shadow:var(--shadow-md)}.social-link:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.social-link img{width:30px;height:30px}.footer{background-color:transparent;padding:2rem 8%;text-align:center;color:#fff;border-top:solid 1px rgba(255,255,255,.3);margin-top:3rem}@media (max-width: 700px){.header{flex-wrap:wrap;gap:0;padding:1rem 5%;justify-content:space-between;align-items:center}.nav-toggle{display:flex}.nav{display:none;width:100%;flex-direction:column;gap:0;padding:.5rem 0 1rem}.nav.is-open{display:flex}.nav-link{padding:.6rem 0;border-bottom:1px solid rgba(255,255,255,.08)}.section{padding:3rem 5%}.user-title{font-size:2.5rem}.user-description{grid-template-columns:1fr}.user-topic{flex-direction:column}.about-box{width:100%;max-width:none}.work-header{flex-direction:column;gap:1rem}.company-logo{width:60px;height:60px}.projects-grid{flex-direction:column;margin-bottom:10%}.project-card{width:100%;max-width:none}.social-links{gap:1rem}}@media (min-width: 768px) and (max-width: 1030px){.projects-grid{flex-direction:column}.project-card{width:100%;max-width:none}.user-topic{flex-direction:column}.about-box{width:100%;max-width:none}}@media (max-width: 480px){.user-title{font-size:2rem}.section-title{font-size:1.8rem}.nav-link{padding:.4rem .8rem;font-size:.9rem}}
