:root{color-scheme:light;--bg: #ffffff;--bg-rgb: 255, 255, 255;--surface: #fafafa;--surface-hover: #f1f1f1;--text-main: #111111;--text-muted: #666666;--border: #eaeaea;--accent: #000000;--radius: 12px;--font-body: "NTR", sans-serif;--font-heading: "NTR", sans-serif;--shadow-subtle: 0 4px 20px rgba(0, 0, 0, .05);--transition: .3s cubic-bezier(.25, .8, .25, 1);--orb-1: rgba(95, 240, 213, .25);--orb-2: rgba(52, 118, 255, .15);--orb-3: rgba(159, 85, 255, .15);--glass-bg: rgba(255, 255, 255, .55);--glass-border: rgba(255, 255, 255, .7);--glass-shadow: 0 8px 32px rgba(20, 20, 40, .08);--cursor-glow: rgba(52, 118, 255, .12)}:root[data-theme=dark]{color-scheme:dark;--bg: #0a0a0a;--bg-rgb: 10, 10, 10;--surface: #141414;--surface-hover: #1e1e1e;--text-main: #ededed;--text-muted: #999999;--border: #2a2a2a;--accent: #ffffff;--shadow-subtle: 0 10px 30px rgba(0, 0, 0, .5);--orb-1: rgba(95, 240, 213, .15);--orb-2: rgba(52, 118, 255, .1);--orb-3: rgba(159, 85, 255, .1);--glass-bg: rgba(24, 24, 28, .45);--glass-border: rgba(255, 255, 255, .1);--glass-shadow: 0 8px 32px rgba(0, 0, 0, .5);--cursor-glow: rgba(95, 240, 213, .1)}.ambient-bg{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-1;overflow:hidden;pointer-events:none;background:var(--bg)}.orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.8;animation:float 20s infinite ease-in-out alternate}.orb-1{width:50vw;height:50vw;top:-10%;left:-10%;background:radial-gradient(circle,var(--orb-1),transparent 70%)}.orb-2{width:60vw;height:60vw;bottom:-20%;right:-10%;background:radial-gradient(circle,var(--orb-2),transparent 70%);animation-delay:-5s;animation-duration:25s}.orb-3{width:40vw;height:40vw;top:30%;left:40%;background:radial-gradient(circle,var(--orb-3),transparent 70%);animation-delay:-10s;animation-duration:30s}@keyframes float{0%{transform:translate(0) scale(1)}to{transform:translate(8%,12%) scale(1.1)}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{min-height:100vh;background-color:transparent;color:var(--text-main);font-family:var(--font-body);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color var(--transition),color var(--transition)}#root{min-height:100vh}a{color:inherit;text-decoration:none;transition:var(--transition)}ul{list-style:none}img{max-width:100%;display:block;border-radius:var(--radius)}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:700;line-height:1.2;letter-spacing:-.03em}h1{font-size:clamp(2.5rem,6vw,4.5rem);margin-bottom:1rem;margin-left:-2px}.hero-text h1,.hero-heading-muted{font-weight:400}h2{font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:2rem;display:flex;align-items:center;gap:1rem}h2:before{content:"";display:block;width:40px;height:1px;background-color:var(--border)}h3{font-size:1.3rem;margin-bottom:.5rem}p{color:var(--text-muted);margin-bottom:1rem;font-size:1.05rem}strong{color:var(--text-main);font-weight:600}.text-gradient{background:linear-gradient(135deg,#5ff0d5,#3476ff,#9f55ff,#5ff0d5);background-size:300% 300%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:gradientFlow 8s ease infinite;display:inline-block;vertical-align:baseline;font-weight:700}@keyframes gradientFlow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.cursor{display:inline-block;width:3px;height:1em;background-color:var(--text-main);vertical-align:middle;position:relative;top:-.1em;margin-left:6px;animation:blink 1s step-end infinite}@keyframes blink{50%{opacity:0}}.container{max-width:900px;margin:0 auto;padding:0 2rem}.section{padding:6rem 0;border-bottom:1px solid var(--border)}.section:last-of-type{border-bottom:none}nav{position:fixed;top:0;left:50%;transform:translate(-50%);width:100%;max-width:100%;z-index:100;background:rgba(var(--bg-rgb),.8);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);border-radius:0;box-shadow:none;transition:top .3s cubic-bezier(.25,.8,.25,1),max-width .3s cubic-bezier(.25,.8,.25,1),border-radius .3s cubic-bezier(.25,.8,.25,1),box-shadow .3s cubic-bezier(.25,.8,.25,1),background-color .3s cubic-bezier(.25,.8,.25,1),border-color .3s cubic-bezier(.25,.8,.25,1)}nav.nav-floating{top:1rem;max-width:min(900px,calc(100% - 2rem));border-radius:999px;background:var(--glass-bg);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);backdrop-filter:blur(20px) saturate(160%);-webkit-backdrop-filter:blur(20px) saturate(160%)}.app-shell{position:relative}.nav-inner{display:flex;justify-content:space-between;align-items:center;max-width:900px;margin:0 auto;padding:1rem 2rem;gap:1rem}.nav-logo{font-family:var(--font-heading);font-weight:800;font-size:1.2rem;letter-spacing:-.02em}.nav-controls{display:flex;align-items:center;gap:1rem}.nav-links{display:flex;gap:2rem;align-items:center;font-size:.95rem;font-weight:500}.nav-links a:hover{color:var(--text-muted)}.theme-toggle{display:inline-flex;align-items:center;gap:.55rem;padding:.55rem .9rem;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--text-main);cursor:pointer;font:inherit;font-size:.9rem;font-weight:600;transition:var(--transition)}.theme-toggle:hover{background:var(--surface-hover);transform:translateY(-2px)}.theme-toggle svg{width:16px;height:16px;fill:currentColor;flex-shrink:0}.nav-menu-toggle{display:none;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--text-main);cursor:pointer;transition:var(--transition)}.nav-menu-toggle:hover{background:var(--surface-hover)}.menu-icon{position:relative;display:inline-block;width:16px;height:12px}.menu-icon span{position:absolute;left:0;width:100%;height:2px;border-radius:2px;background:currentColor;transition:var(--transition)}.menu-icon span:nth-child(1){top:0}.menu-icon span:nth-child(2){top:5px}.menu-icon span:nth-child(3){top:10px}.menu-icon.open span:nth-child(1){top:5px;transform:rotate(45deg)}.menu-icon.open span:nth-child(2){opacity:0}.menu-icon.open span:nth-child(3){top:5px;transform:rotate(-45deg)}.hero{min-height:100vh;padding:10rem 0 6rem;display:flex;flex-direction:column;gap:3rem;justify-content:center;border-bottom:none}@media (min-width: 768px){.hero{flex-direction:row;align-items:center;justify-content:space-between}}.hero-text{flex:1;max-width:600px}.hero-text p.subtitle{font-size:clamp(1.1rem,2vw,1.3rem);margin-bottom:2rem;color:var(--text-main)}.social-links{display:flex;gap:1rem;margin-top:2rem}.social-links a{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;border:1px solid var(--border);background:var(--surface);color:var(--text-main);transition:var(--transition)}.social-links a:hover{background:var(--accent);color:var(--bg);border-color:var(--accent);transform:translateY(-3px)}.social-links svg{width:20px;height:20px;fill:currentColor}.hero-image-wrapper{position:relative;top:-24px;flex-shrink:0;width:100%;max-width:380px;perspective:1000px;transform-style:preserve-3d;animation:floatImage 6s ease-in-out infinite alternate}.simulation-container{display:block;width:100%;height:auto;border-radius:0;border:none;background:transparent;box-shadow:none;touch-action:none}@keyframes floatImage{0%{transform:translateY(0)}to{transform:translateY(-12px)}}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem}.tech-tags span{padding:.4rem 1rem;font-size:.85rem;font-weight:500;border:1px solid var(--border);border-radius:99px;background:var(--surface);color:var(--text-main)}.exp-role{font-family:var(--font-heading);font-size:1.4rem;font-weight:700;color:var(--text-main);margin-bottom:.2rem}.exp-meta{font-size:.9rem;color:var(--text-muted);margin-bottom:1.5rem;font-family:monospace}.exp-list{display:flex;flex-direction:column;gap:1rem}.exp-list li{position:relative;padding-left:1.5rem;color:var(--text-muted)}.exp-list li:before{content:"▹";position:absolute;left:0;top:0;color:var(--text-main);font-weight:700}.projects-grid{display:grid;grid-template-columns:1fr;gap:2rem;perspective:1000px}@media (min-width: 768px){.projects-grid{grid-template-columns:repeat(2,1fr)}}.project-card{display:flex;flex-direction:column;justify-content:space-between;padding:2rem;border-radius:var(--radius);transition:transform .5s cubic-bezier(.25,.8,.25,1),box-shadow .5s ease;transform-style:preserve-3d;height:100%;position:relative}.project-card:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:inherit;padding:1px;background:radial-gradient(500px circle at var(--mouse-x, 0) var(--mouse-y, 0),var(--text-muted),transparent 40%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .5s ease;pointer-events:none;z-index:1}.project-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:radial-gradient(500px circle at var(--mouse-x, 0) var(--mouse-y, 0),rgba(150,150,150,.05),transparent 40%);opacity:0;transition:opacity .5s ease;pointer-events:none}.project-card:hover:before,.project-card:hover:after{opacity:1}.project-card:hover{box-shadow:var(--shadow-subtle)}.project-header{margin-bottom:1rem;display:flex;justify-content:space-between;align-items:flex-start}.project-icon{width:24px;height:24px;color:var(--text-main)}.project-title{font-size:1.4rem;margin-bottom:.5rem}.project-desc{font-size:.95rem;line-height:1.5;margin-bottom:1.5rem;flex-grow:1}.contact-content{text-align:left}.contact-content p{max-width:600px;margin-bottom:2rem}.contact-card{padding:2.5rem;border-radius:var(--radius)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.5rem;background:var(--text-main);color:var(--bg);font-weight:600;border-radius:var(--radius);border:1px solid var(--text-main);transition:var(--transition)}.btn:hover{background:transparent;color:var(--text-main)}footer{padding:3rem 0;text-align:center;font-size:.85rem;color:var(--text-muted);border-top:1px solid var(--border)}.glass{background:var(--glass-bg);border:1px solid var(--glass-border);backdrop-filter:blur(20px) saturate(160%);-webkit-backdrop-filter:blur(20px) saturate(160%);box-shadow:var(--glass-shadow)}.scroll-progress{position:fixed;top:0;left:0;right:0;height:3px;z-index:200;transform-origin:0% 50%;background:linear-gradient(90deg,#5ff0d5,#3476ff,#9f55ff)}.cursor-glow{position:fixed;top:0;left:0;width:420px;height:420px;margin-left:-210px;margin-top:-210px;border-radius:50%;background:radial-gradient(circle,var(--cursor-glow),transparent 70%);pointer-events:none;z-index:1;opacity:0;transition:opacity .4s ease;will-change:transform}.hero-badge{display:inline-flex;align-items:center;gap:.6rem;padding:.5rem 1rem;border-radius:999px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem;color:var(--text-main)}.hero-badge-dot{width:7px;height:7px;border-radius:50%;background:#5ff0d5;box-shadow:0 0 0 3px #5ff0d540;flex-shrink:0;animation:pulseDot 2s ease-in-out infinite}@keyframes pulseDot{0%,to{opacity:1}50%{opacity:.4}}.rotating-words{position:relative;display:inline-flex;overflow:hidden}.rotating-word{display:inline-block;background:linear-gradient(135deg,#5ff0d5,#3476ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.theme-toggle-icon{display:inline-flex;width:16px;height:16px}.theme-toggle-icon svg{width:16px;height:16px;fill:currentColor}.marquee{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent)}.marquee-track{display:flex;width:max-content;gap:.6rem;animation:marqueeScroll var(--marquee-duration, 28s) linear infinite}.marquee:hover .marquee-track{animation-play-state:paused}.marquee-reverse .marquee-track{animation-name:marqueeScrollReverse}.marquee-item{flex-shrink:0;padding:.4rem 1rem;font-size:.85rem;font-weight:500;border:1px solid var(--border);border-radius:99px;background:var(--surface);color:var(--text-main);white-space:nowrap}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes marqueeScrollReverse{0%{transform:translate(-50%)}to{transform:translate(0)}}.auto-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;align-items:stretch}.bento-cell{border-radius:var(--radius);padding:2rem}.bento-cell-label{font-size:.8rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted);margin:0 0 .75rem}.about-card{max-width:760px}.skills-ticker{display:flex;flex-direction:column;gap:1rem;overflow:hidden;margin-bottom:1.5rem}.skills-ticker .bento-cell-label{margin-bottom:0}.education-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.education-icon{width:28px;height:28px;color:var(--text-main)}.education-gpa{padding:.3rem .8rem;font-size:.8rem;font-weight:600;border:1px solid var(--border);border-radius:99px;color:var(--text-main)}.education-location{font-family:monospace;font-size:.85rem;margin-bottom:1.25rem}.education-degrees{display:flex;flex-direction:column;gap:.85rem}.education-degrees li{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem;padding-bottom:.85rem;border-bottom:1px solid var(--border);font-size:.95rem}.education-degrees li:last-child{border-bottom:none;padding-bottom:0}.education-degree-title{color:var(--text-main);font-weight:600}.education-degree-range{color:var(--text-muted);font-family:monospace;font-size:.85rem}.education-note{margin:1rem 0 0;font-size:.85rem;font-style:italic}.exp-pin-outer{position:relative}.exp-pin-sticky{position:sticky;top:6rem}.exp-pin-viewport{overflow:hidden}.exp-pin-row{display:flex}.exp-card{display:flex;flex-direction:column;justify-content:center;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:2.5rem}.exp-pin-card{flex:0 0 100%;max-width:100%}.exp-card-label{font-family:monospace;font-size:.85rem;color:var(--text-muted);margin-bottom:1rem}.exp-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.exp-dots span{width:8px;height:8px;border-radius:50%;background:var(--border);transition:var(--transition)}.exp-dots span.active{background:var(--text-main);width:22px;border-radius:99px}.exp-scroll{display:flex;gap:1.25rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:1rem;margin:0 -2rem;padding-left:2rem;padding-right:2rem}.exp-scroll-card{flex:0 0 85%;scroll-snap-align:start}@media (min-width: 480px){.exp-scroll-card{flex:0 0 70%}}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important}}@media (max-width: 768px){.nav-menu-toggle{display:inline-flex}.nav-links{position:absolute;top:calc(100% + .75rem);left:1rem;right:1rem;flex-direction:column;align-items:flex-start;gap:.25rem;background:var(--glass-bg);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);backdrop-filter:blur(20px) saturate(160%);-webkit-backdrop-filter:blur(20px) saturate(160%);border-radius:20px;padding:1rem 1.25rem;opacity:0;transform:translateY(-8px);pointer-events:none;transition:opacity .25s cubic-bezier(.25,.8,.25,1),transform .25s cubic-bezier(.25,.8,.25,1)}.nav-links a{width:100%;padding:.45rem 0}.nav-links.nav-links-open{opacity:1;transform:translateY(0);pointer-events:auto}.theme-toggle{padding:.5rem .8rem}nav.nav-floating{top:.5rem;max-width:calc(100% - 1.5rem)}.bento-cell{padding:1.5rem}.exp-card{padding:1.75rem}.exp-scroll-card{flex:0 0 88%}.cursor-glow{display:none}}@media (max-width: 480px){.hero-badge{font-size:.78rem;padding:.45rem .85rem}.contact-card{padding:1.75rem}}
