@import"https://fonts.googleapis.com/css2?family=Meow+Script&display=swap";@import"https://fonts.googleapis.com/css2?family=Fredericka+the+Great&family=Oswald&display=swap";@import"https://fonts.googleapis.com/css2?family=Fredericka+the+Great&family=Pacifico&family=Poppins:wght@400;700;900&display=swap";.intro-container{background-color:#ddd;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center}.hello-svg{width:90vw;max-width:600px;height:auto}.draw-text{stroke-dasharray:700;stroke-dashoffset:700;animation:drawStroke 3.5s ease forwards}@keyframes drawStroke{to{stroke-dashoffset:0}}:root{--bg-primary: #f0f0db;--text-color: #222831;--accent-color: #2C1608;--hover-color: #3B82F6;--border-color: #000000;--btn-text-color: #343941;--heading-color: #222831;--mobile-nav-bg: #ffffff;--mobile-link-color: #2C1608}.navbar{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;-webkit-user-select:none;user-select:none;position:fixed;top:1.5rem;left:0;right:0;width:100%;z-index:9999;pointer-events:auto}.desktop-navbar{display:flex;align-items:center;justify-content:center;max-width:960px;margin:0 auto;position:fixed;top:1.5rem;left:0;right:0;padding:0 60px;height:60px;z-index:9999;background-color:transparent}.nav-left{position:fixed;top:1.5rem;left:1rem;-webkit-user-select:none;user-select:none}.nav-logo{font-family:Brush Script MT,cursive;font-size:2.3rem;color:var(--accent-color);cursor:default}.nav-center{display:flex;justify-content:center;gap:2.5rem;background:#ffffff40;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);padding:.75rem 3.5rem;border-radius:50px;box-shadow:0 10px 30px #00000026;list-style:none;margin:0;flex:1;max-width:600px}.nav-center li a{color:var(--text-color);font-weight:600;font-size:1.1rem;text-decoration:none;transition:color .3s ease}.nav-center li a:hover,.nav-center li a:focus{color:var(--hover-color)}.nav-right{position:fixed;top:1.5rem;right:1rem}.resume-btn{background:#ffffff40;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);color:var(--text-color);padding:.5rem 1.6rem;border-radius:25px;cursor:pointer;font-weight:700;font-size:1.1rem;box-shadow:0 8px 20px #0000001a;overflow:hidden;transition:color .4s ease;position:relative;z-index:0;text-decoration:none}.resume-btn:before{content:"";position:absolute;top:0;left:0;height:100%;width:0;background-color:var(--accent-color);border-radius:25px;transition:width .4s ease;z-index:-1}.resume-btn:hover:before{width:100%}.resume-btn:hover{color:#fff}.mobile-navbar{display:none;background:#fff3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.2);position:fixed;top:0;width:100%;padding:.75rem 1.5rem;box-shadow:0 4px 15px #0000001a;z-index:10000;height:56px}.mobile-nav-container{display:flex;justify-content:space-between;align-items:center;height:100%}.menu-btn{background:none;border:none;cursor:pointer;position:relative;width:28px;height:22px;z-index:11000;margin-left:80%}.menu-btn__burger,.menu-btn__burger:before,.menu-btn__burger:after{content:"";display:block;background-color:var(--text-color);height:3px;border-radius:2px;position:absolute;width:100%;transition:all .3s ease}.menu-btn__burger{top:50%;transform:translateY(100%)}.menu-btn__burger:before{top:-8px}.menu-btn__burger:after{bottom:-8px}.menu-btn--open .menu-btn__burger{background-color:transparent}.menu-btn--open .menu-btn__burger:before{transform:rotate(45deg);top:0}.menu-btn--open .menu-btn__burger:after{transform:rotate(-45deg);bottom:0}.nav-links{position:fixed;top:56px;right:0;background-color:var(--mobile-nav-bg);width:70%;max-width:320px;height:calc(100vh - 56px);flex-direction:column;padding:2rem 1.8rem;gap:2.2rem;transform:translate(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);border-left:1px solid rgba(0,0,0,.05);list-style:none;z-index:9999;display:flex}.nav-links--open{transform:translate(0)}.nav-links li a{color:var(--mobile-link-color);text-decoration:none;font-weight:600;font-size:1.25rem;line-height:1}.nav-links li a:hover{opacity:.8}.resume-mobile .resume-btn{background:#ffffff40;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);color:var(--mobile-link-color);width:100%;padding:.7rem 1.6rem;font-size:1.2rem;border-radius:25px;box-shadow:0 8px 20px #0000001a;overflow:hidden;transition:color .4s ease;position:relative;z-index:0}.resume-mobile .resume-btn:before{background-color:var(--mobile-link-color)}.resume-mobile .resume-btn:hover:before,.resume-mobile .resume-btn:focus:before,.resume-mobile .resume-btn:active:before{width:100%}.resume-mobile .resume-btn:hover,.resume-mobile .resume-btn:focus,.resume-mobile .resume-btn:active{color:#fff}@media (max-width: 768px){.desktop-navbar{display:none}.mobile-navbar{display:block}}:root{--bg-color: #f5f5ec;--accent-color: #4ea8a1;--dark-color: #223445;--text-color: #333}body{margin:0;padding:0;font-family:Poppins,Segoe UI,sans-serif;background-color:var(--bg-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vertical-scroll-bar{position:fixed;top:0;right:8px;width:4px;height:100vh;background-color:#ccc2;z-index:999;border-radius:4px}.progress-bar{width:100%;background-color:var(--accent-color);border-radius:4px;transition:height .2s ease-out}.landing-container{min-height:calc(100vh - 80px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 1rem;animation:fadeInUp 1s ease forwards}.main-text{font-family:Oswald,sans-serif;margin-top:100px;font-size:300px;font-weight:900;display:flex;position:relative;justify-content:center;transform-origin:center bottom;transform:scaleY(1.7) translateY(80px)}.accent{color:var(--accent-color);transition:color .3s ease}.dark{color:var(--dark-color);transition:color .3s ease}.superscript{position:absolute;top:90px;right:-70px;font-family:Fredericka the Great,cursive;font-weight:700;font-size:80px;color:var(--dark-color);-webkit-user-select:none;user-select:none;display:flex;flex-direction:column;align-items:center;line-height:1;text-shadow:2px 2px 4px rgba(0,0,0,.15);opacity:0;animation:fadeIn 1.2s ease forwards;animation-delay:1s}.super-top{margin-bottom:5px}.super-bottom{font-size:60px;margin-top:8px}.letter-v{margin-right:8px}.letter-k{margin-right:14px}.super-top{margin-bottom:10px}.super-bottom{font-size:60px}.scroll-indicator{margin-top:20px;width:24px;height:40px;border:2px solid var(--dark-color);border-radius:12px;position:relative;opacity:0;animation:fadeIn 2.5s ease forwards;animation-delay:1s}.scroll-indicator span{position:absolute;top:8px;left:50%;width:6px;height:6px;background-color:var(--dark-color);border-radius:50%;transform:translate(-50%);animation:scrollDot 1.5s infinite}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes scrollDot{0%{top:8px;opacity:1}50%{top:20px;opacity:.5}to{top:8px;opacity:1}}@media (max-width: 768px){.main-text{font-size:180px;transform:scaleY(1.6) translateY(70px)}.superscript{top:65px;right:-50px;font-size:55px}.letter-v{margin-right:6px}.letter-k{margin-right:10px}}@media (max-width: 480px){.main-text{font-size:120px;transform:scaleY(1.5) translateY(50px)}.superscript{top:40px;right:-25px;font-size:24px}.super-top{margin-bottom:2px}.super-bottom{font-size:18px;margin-top:4px}.letter-v{margin-right:4px}.letter-k{margin-right:7px}.landing-container{padding:0 .5rem}.scroll-indicator{margin-top:80px;width:18px;height:30px}.scroll-indicator span{width:4px;height:4px}.vertical-scroll-bar{width:6px;right:4px}.progress-bar{border-radius:6px}}.about-section{max-width:1300px;margin:30px auto;padding:0 1rem;font-family:Poppins,sans-serif;color:#223445}.indent-wrapper{border-left:2px solid #4ea8a1;padding-left:1rem;margin-left:.5rem}.indent{font-size:1.8rem;margin-bottom:.6rem}.about-paragraph{font-size:1.3rem;line-height:1.6;text-align:justify;margin-bottom:1.5rem;color:#223445}.highlight-kavya{color:#4ea8a1;font-weight:700;-webkit-user-select:text;user-select:text}.typing-effect{font-weight:700;color:#223445}.cursor{display:inline-block;margin-left:2px;width:10px;animation:blink 1s steps(2,start) infinite;color:#4ea8a1}.highlight{color:var(--accent-color, #4ea8a1);font-weight:700}@media (max-width: 768px){.code-line{font-size:2rem}.indent{font-size:1.5rem}.about-paragraph{font-size:1.1rem}}@media (max-width: 480px){.code-line{font-size:1.5rem}.indent{font-size:1.2rem}.about-paragraph{font-size:1rem}.indent-wrapper{margin-left:1rem;padding-left:1rem}}@keyframes blink{to{visibility:hidden}}.skills-section{max-width:1300px;margin:30px auto;padding:2rem 1rem;font-family:Poppins,sans-serif;color:#223445;background-color:#f5f5ec;border-radius:20px;transition:background-color .3s ease-in-out;scroll-margin-top:80px}.code-line{font-family:Fredericka the Great,cursive;font-size:2.5rem;color:#4ea8a1;margin:0 0 1rem}.indent-wrapper-skills{border-left:2px solid #4ea8a1;padding-left:1rem;margin-left:.5rem}.skills-intro{font-size:1.3rem;line-height:1.6;text-align:justify;margin-bottom:1.5rem;color:#223445;-webkit-user-select:text;user-select:text;font-style:italic}.charts-container{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.chart-box{flex:1 1 calc(50% - 2rem);min-width:280px;max-width:500px;background:#fff;padding:1rem;border-radius:16px;box-shadow:0 2px 8px #0000000d;transition:transform .3s ease}.chart-box:hover{transform:translateY(-5px)}@media (max-width: 768px){.code-line{font-size:2rem}.skills-intro{font-size:1.1rem}.chart-box{flex:1 1 100%}}@media (max-width: 480px){.code-line{font-size:1.5rem}.skills-intro{font-size:1rem}.indent-wrapper-skills{margin-left:1rem;padding-left:1rem}}.footer{background:linear-gradient(135deg,#0f2027,#203a43,#2c5364);color:#e0e0e0;padding:3rem 1.5rem 2rem;font-family:Poppins,sans-serif;text-align:center;overflow-x:hidden}.footer-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.footer-quote{font-size:1.1rem;font-style:italic;color:#a0d2eb;padding:0 1rem}.footer-socials{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.social-icon{font-size:1.5rem;color:#e0e0e0;transition:transform .3s ease,color .3s ease,text-shadow .3s ease}.social-icon:hover{color:#4ea8a1;transform:scale(1.2);text-shadow:0 0 8px rgba(78,168,161,.7)}.footer-rights{font-size:.95rem;color:#cfd8dc;padding:0 1rem}.brand{color:#4ea8a1;font-weight:600}@media (max-width: 768px){.footer-socials{gap:1.5rem}.footer-quote{font-size:1rem}.footer-rights{font-size:.9rem}}@media (max-width: 480px){.footer{padding:2.5rem 1rem 1.5rem}.footer-quote{font-size:.95rem;line-height:1.5;padding:0}.footer-socials{gap:1rem}.social-icon{font-size:1.3rem}.footer-rights{font-size:.8rem}}html,body,#root,.app-wrapper{height:100%;overflow-y:auto;scroll-behavior:smooth}.app-wrapper{min-height:100vh;overflow-y:auto}.intro-wrapper,.landing-wrapper{overflow:visible;min-height:100vh}.fade-out{opacity:0}.fade-in{opacity:0;animation:fadeIn 1s ease forwards}@keyframes fadeIn{to{opacity:1}}*,*:before,*:after{box-sizing:border-box}body,html{margin:0;padding:0;overflow-x:hidden}.projects-section{width:100%;min-height:100vh;padding:1rem 2.7rem;background-color:#f5f5ec;font-family:Poppins,sans-serif;color:#223445;overflow-x:hidden;max-width:100vw}.code-line{font-family:Fredericka the Great,cursive;font-size:2.5rem;margin-bottom:2rem;color:#4ea8a1}.indent-wrapper-projects{border-left:2px solid #4ea8a1;padding-left:1rem;margin-left:.5rem}.projects-grid{width:100%;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);grid-template-areas:"card1 card2 card3" "card4 card4 card5";gap:1.5rem;overflow-x:hidden;max-width:100%}.project-card{padding:2rem;border-radius:16px;box-shadow:0 8px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease;text-align:center;max-width:100%;word-wrap:break-word}.project-card:hover{transform:translateY(-5px);box-shadow:0 12px 25px #00000026}.project-card:nth-child(1){grid-area:card1;background-color:#e3f2fd}.project-card:nth-child(2){grid-area:card2;background-color:#fce4ec}.project-card:nth-child(3){grid-area:card3;background-color:#e8f5e9}.project-card:nth-child(4){grid-area:card4;background-color:#fff3e0}.project-card:nth-child(5){grid-area:card5;background-color:#ede7f6}.project-title{font-size:1.8rem;color:#223445;margin-bottom:1rem}.project-description{font-size:1.1rem;color:#555;line-height:1.6;margin-bottom:1rem}.tech-stack{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:1rem}.tech-btn{background-color:#4ea8a1;color:#fff;padding:.4rem .8rem;border:none;border-radius:20px;font-size:.85rem;cursor:default}@media (max-width: 1024px){.projects-grid{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card2" "card3 card3" "card4 card4" "card5 card5"}}@media (max-width: 600px){.code-line{font-size:2rem}.projects-grid{grid-template-columns:1fr;grid-template-areas:"card1" "card2" "card3" "card4" "card5"}.project-title{font-size:1.5rem}.project-description{font-size:1rem}}@media (max-width: 480px){.projects-section{padding:3rem .5rem;max-width:100vw}.code-line{font-size:1.6rem;margin-bottom:1.5rem}.projects-grid{max-width:100%;padding:0 .5rem}.project-card{padding:1rem}.project-title{font-size:1.3rem}.project-description{font-size:.9rem}.tech-stack{justify-content:flex-start;gap:.4rem}.tech-btn{font-size:.75rem;padding:.3rem .6rem;border-radius:16px}}.contact-section{max-width:1300px;margin:30px auto;padding:0 1rem;font-family:Poppins,sans-serif;color:#223445}.indent-wrapper-contact{border-left:2px solid #4ea8a1;padding-left:1rem;margin-left:.5rem;text-align:left}.code-line{font-family:Fredericka the Great,cursive;font-size:2.5rem;color:#4ea8a1;margin:0 0 1rem;-webkit-user-select:none;user-select:none}.coffee-invite{display:flex;align-items:center;font-style:italic;font-size:1.15rem;color:#4a4a4a;margin-bottom:.8rem;gap:.5rem;-webkit-user-select:none;user-select:none}.arrow-icon{color:#4ea8a1;font-size:1.4rem;animation:arrowMove 1.5s infinite ease-in-out}@keyframes arrowMove{0%,to{transform:translate(0)}50%{transform:translate(6px)}}.email-btn{display:inline-block;background-color:#4ea8a1;color:#fff;padding:.7rem 1.5rem;border:none;border-radius:25px;font-size:1rem;cursor:pointer;margin-bottom:1.5rem;transition:background-color .3s ease}.email-btn:hover{background-color:#3b7d7a}.social-icons{display:flex;gap:1.5rem;font-size:2rem}.social-icons a{color:#4ea8a1;transition:color .3s ease}.social-icons a:hover{color:#36706e}@media (max-width: 768px){.code-line{font-size:2rem}.coffee-invite{font-size:1rem;flex-wrap:wrap;gap:.3rem}.arrow-icon{font-size:1.2rem}.email-btn{font-size:.9rem;padding:.6rem 1.2rem}.social-icons{font-size:1.6rem;gap:1rem}}@media (max-width: 480px){.code-line{font-size:1.5rem}.indent-wrapper-contact{margin-left:.2rem;padding-left:.6rem}.coffee-invite{font-size:.9rem}.arrow-icon{font-size:1rem}.email-btn{width:100%;padding:.7rem 0;font-size:1rem;border-radius:30px}.social-icons{justify-content:center;font-size:1.5rem;gap:.8rem}}html{scroll-behavior:smooth}
