@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Permanent+Marker&display=swap";.navbar{height:70px;display:flex;justify-content:center;align-items:center;font-size:1rem;position:fixed!important;top:0!important;z-index:1000;width:100%;border-radius:0;border-top:none;border-left:none;border-right:none;padding:0}.nav-container{display:flex;justify-content:space-between;height:70px;width:100%;max-width:1200px;padding:0 1.5rem;align-items:center}.logo{color:#fff;justify-self:start;cursor:pointer;text-decoration:none;font-size:1.5rem;font-weight:800;display:flex;align-items:center}.dot{color:#666}.nav-menu{display:flex;gap:2rem;list-style:none;text-align:center;width:auto;justify-content:end;margin-right:0}.nav-item{height:70px}.nav-links{color:#b0b0b0;display:flex;align-items:center;text-decoration:none;padding:.5rem 1rem;height:100%;font-weight:500;transition:all .3s ease}.nav-links:hover{color:#fff}.nav-links.active{color:#fff;font-weight:700}.mobile-icon{display:none}@media screen and (max-width:960px){.nav-menu{display:flex;flex-direction:column;width:100%;height:100vh;position:absolute;top:70px;left:-100%;opacity:1;transition:all .5s ease;background:#000;border-top:2px solid rgba(255,255,255,.2);justify-content:flex-start;padding-top:2rem}.nav-menu.active{background:#000;left:0;opacity:1;transition:all .5s ease;z-index:1000}.nav-links{text-align:center;padding:2rem;width:100%;display:table}.mobile-icon{display:block;position:absolute;top:0;right:0;transform:translate(-100%,60%);font-size:1.8rem;cursor:pointer;color:#fff}}.footer{width:100%;margin-top:auto;border-radius:0;border-top:1px solid rgba(255,255,255,.1);background:#050505;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;padding:3rem 0 2rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column;gap:3rem}.footer-top{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.footer-left{display:flex;flex-direction:column;gap:.5rem;align-items:center;text-align:center}.footer-tamil{font-size:1.8rem;color:#fff;font-family:serif;line-height:1;margin-bottom:.5rem}.footer-name{font-size:2rem;font-weight:700;color:#fff;margin:0;line-height:1.1}.footer-role{font-size:1rem;color:#b0b0b0;font-weight:400;margin-bottom:.5rem}.footer-quote-container{margin-top:.5rem;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.1)}.footer-quote{font-style:italic;color:#888;font-size:.9rem;margin:0}.footer-sub{font-size:.7rem;color:#555;text-transform:uppercase;letter-spacing:1px;margin-top:.2rem}.footer-right{display:flex;flex-direction:column;gap:1.5rem;text-align:right}.footer-nav{display:flex;gap:2rem;justify-content:flex-end}.footer-link{color:#fff;font-weight:500;font-size:1rem;transition:color .3s ease}.footer-link:hover{color:#ccc}.footer-socials{display:flex;gap:1.5rem;justify-content:flex-end}.footer-social-link{color:#fff;font-size:1.4rem;transition:transform .3s ease,color .3s ease;display:flex;align-items:center}.footer-social-link:hover{color:#b0b0b0;transform:translateY(-2px)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-copy{font-size:.85rem;color:#666}@media(max-width:768px){.footer-top{flex-direction:column;text-align:center;gap:3rem}.footer-left{align-items:center}.footer-right{text-align:center;align-items:center}.footer-nav{justify-content:center;flex-wrap:wrap;gap:1.5rem}.footer-socials{justify-content:center}}:root{--bg-color: #0a0a0a;--card-bg: rgba(255, 255, 255, .03);--card-border: rgba(255, 255, 255, .08);--text-primary: #fff;--text-secondary: #b0b0b0;--text-muted: #666;--accent-color: #fff;--glass-shadow: 0 8px 32px 0 rgba(0, 0, 0, .37);--nav-height: 70px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background-color:var(--bg-color);color:var(--text-primary);line-height:1.6;overflow-x:hidden}a{text-decoration:none;color:inherit;transition:all .3s ease}ul{list-style:none}.app-container{min-height:100vh;display:flex;flex-direction:column;position:relative;z-index:1}.main-content{flex:1;padding-top:var(--nav-height);width:100%;max-width:1200px;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem;padding-bottom:10rem}.glass-card{background:#000!important;border:2px solid rgba(255,255,255,.1);border-radius:12px;box-shadow:0 4px 20px #000,inset 0 0 0 1px #00000080;padding:2rem;position:relative;opacity:1}.btn{display:inline-block;padding:.8rem 1.5rem;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;border:none}.btn-primary{background:#fff;color:#000}.btn-primary:hover{background:#e0e0e0;transform:translateY(-2px);box-shadow:0 4px 15px #ffffff1a}.btn-outline{background:transparent;border:1px solid rgba(255,255,255,.2);color:#fff}.btn-outline:hover{border-color:#fff;background:#ffffff0d}.section-title{font-size:2rem;font-weight:800;margin-bottom:2rem;color:#fff;letter-spacing:-.02em}.page-transition{width:100%}.project-details-page,.project-details-page .main-content{background:#000!important}.project-details-page:before{display:none!important}@media screen and (max-width:768px){.main-content{padding-left:1rem!important;padding-right:1rem!important;padding-bottom:5rem!important}.section-title{font-size:1.8rem!important;margin-bottom:1.5rem!important}.glass-card{padding:1.5rem!important}.hero-section{min-height:auto!important;padding:2rem 0!important}.hero-section h1{font-size:2.2rem!important;line-height:1.3!important}.hero-section p{font-size:1.1rem!important}.hero-section .glass-card p{font-size:1rem!important}.skills-grid,.projects-grid{grid-template-columns:1fr!important;gap:1.5rem!important}.project-card{min-height:auto!important}.project-card>div:first-child{height:120px!important}.project-card h3{font-size:1.2rem!important}.project-card p{font-size:.9rem!important;margin-bottom:1rem!important}.contact-form-grid{grid-template-columns:1fr!important;gap:1rem!important}.contact-form-grid>div{grid-column:span 1!important}.social-icon{font-size:1.5rem!important}div[style*="justify-content: center"]{flex-wrap:wrap!important;gap:1.5rem!important}.goodbye-card h2{font-size:2.5rem!important}.goodbye-card h1{font-size:1.8rem!important}.goodbye-card{padding:2rem!important}}@media screen and (max-width:480px){.section-title{font-size:1.5rem!important}.hero-section h1{font-size:1.8rem!important}.hero-section p{font-size:1rem!important}.glass-card{padding:1.2rem!important}.project-card h3{font-size:1.1rem!important}.project-card p{font-size:.85rem!important}.goodbye-card h2{font-size:2rem!important}.goodbye-card h1{font-size:1.5rem!important}.goodbye-card{padding:1.5rem!important}.minddump-details h1{font-size:2rem!important}.minddump-details h2{font-size:1.5rem!important}.minddump-details section{margin-bottom:2rem!important}.minddump-details ul,.minddump-details div[style*=grid-template-columns]{grid-template-columns:1fr!important}}@media screen and (min-width:769px)and (max-width:1024px){.projects-grid,.skills-grid{grid-template-columns:repeat(2,1fr)!important}}
