*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}:root{--bg:#dbeafe;--bg-card:#eff6ff;--bg-card-hover:#e0f0ff;--accent:#1d4ed8;--accent-hover:#1e40af;--text:#0f172a;--text-muted:#3b5a8a;--border:#93c5fd;--font:Helvetica, Arial, sans-serif}body{background:var(--bg);color:var(--text);font-family:var(--font);line-height:1.6}#root{width:100%;min-height:100vh}h1,h2,h3{color:var(--text)}a{color:var(--accent);text-decoration:none;transition:color .2s}a:hover{color:var(--accent-hover)}.navbar{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:#dbeafed9;position:fixed;top:0;left:0;right:0}.navbar-inner{justify-content:space-between;align-items:center;max-width:960px;height:56px;margin:0 auto;padding:0 24px;display:flex}.navbar-links,.navbar-external{gap:4px;display:flex}.nav-link{color:var(--text-muted);border-radius:6px;padding:6px 12px;font-size:14px;transition:color .2s,background .2s}.nav-link:hover{color:var(--text);background:#ffffff0d}.nav-link--external{border:1px solid var(--border);color:var(--accent);transition:border-color .2s,color .2s}.nav-link--external:hover{border-color:var(--accent);background:#1d4ed814}@media (width<=600px){.navbar-inner{flex-direction:column;gap:8px;height:auto;padding:10px 16px}.navbar-links,.navbar-external{flex-wrap:wrap;justify-content:center}}.app{max-width:960px;margin:0 auto;padding:116px 24px 60px}.hero-section{text-align:center;border-bottom:1px solid var(--border);flex-direction:column;align-items:center;padding-bottom:80px;display:flex}.hero-photo-placeholder{background:var(--bg-card);border:2px dashed var(--border);width:220px;height:220px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;margin-bottom:28px;font-size:13px;display:flex;overflow:hidden}.hero-photo{object-fit:cover;object-position:center 20%;border-radius:50%;width:100%;height:100%}.hero-name{letter-spacing:-1px;margin-bottom:8px;font-size:48px;font-weight:700}.hero-title{color:var(--accent);letter-spacing:.5px;margin-bottom:20px;font-size:18px}.hero-cursor{animation:.7s step-start infinite blink;display:inline-block}@keyframes blink{50%{opacity:0}}.hero-bio{max-width:580px;color:var(--text-muted);margin-bottom:32px;font-size:16px;line-height:1.7}.hero-socials{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.social-link{border:1px solid var(--border);color:var(--text-muted);border-radius:6px;padding:8px 20px;font-size:14px;transition:border-color .2s,color .2s}.social-link:hover{border-color:var(--accent);color:var(--accent)}.experience-section{border-bottom:1px solid var(--border);padding:72px 0}.experience-heading{margin-bottom:10px;font-size:32px;font-weight:700}.experience-subheading{margin-bottom:40px;font-size:16px;font-weight:350}.timeline-wrapper{align-items:center;gap:8px;display:flex}.timeline-track{scrollbar-width:none;-ms-overflow-style:none;flex-direction:row;flex:1;height:520px;display:flex;position:relative;overflow-x:auto}.timeline-track::-webkit-scrollbar{display:none}.timeline-line{display:none}.timeline-entry:after{content:"";background:var(--border);z-index:0;height:2px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.timeline-entry{flex:0 0 260px;height:520px;position:relative}.timeline-dot{background:var(--accent);border:3px solid var(--bg);z-index:1;border-radius:50%;width:14px;height:14px;transition:transform .2s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.timeline-entry:hover .timeline-dot{transform:translate(-50%,-50%)scale(1.4)}.timeline-connector{background:var(--border);z-index:0;width:2px;height:24px;position:absolute;left:50%;transform:translate(-50%)}.timeline-entry.above .timeline-connector{bottom:calc(50% + 7px)}.timeline-entry.below .timeline-connector{top:calc(50% + 7px)}.timeline-card{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;padding:12px;transition:border-color .2s,box-shadow .2s;position:absolute;left:10px;right:10px}.timeline-card:hover{border-color:var(--accent);box-shadow:0 4px 16px #1d4ed81a}.timeline-card-hover-overlay{color:var(--accent);opacity:0;pointer-events:none;font-size:.72rem;font-weight:600;transition:opacity .2s;position:absolute;top:8px;right:10px}.timeline-card:hover .timeline-card-hover-overlay{opacity:1}.timeline-entry.above .timeline-card{bottom:calc(50% + 31px)}.timeline-entry.below .timeline-card{top:calc(50% + 31px)}.entry-type{text-transform:uppercase;letter-spacing:.8px;border-radius:999px;margin-bottom:8px;padding:2px 8px;font-size:10px;font-weight:700;display:inline-block}.entry-type--education{color:#1d4ed8;background:#1d4ed81a;border:1px solid #1d4ed84d}.entry-type--experience{color:#059669;background:#0596691a;border:1px solid #0596694d}.entry-type--leadership{color:#7c3aed;background:#7c3aed1a;border:1px solid #7c3aed4d}.entry-title{color:var(--text);margin-bottom:3px;font-size:14px;font-weight:700}.entry-subtitle{color:var(--text-muted);margin-bottom:3px;font-size:12px}.entry-date{color:var(--accent);margin-bottom:8px;font-size:11px;font-weight:600}.entry-bullets{flex-direction:column;gap:4px;padding:0;list-style:none;display:flex}.entry-bullets li{color:var(--text-muted);padding-left:12px;font-size:12px;line-height:1.4;position:relative}.entry-bullets li:before{content:"·";color:var(--accent);font-weight:700;position:absolute;left:0}.timeline-arrow{border:1px solid var(--border);background:var(--bg-card);width:36px;height:36px;color:var(--accent);cursor:pointer;border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:22px;transition:border-color .2s,background .2s;display:flex}.timeline-arrow:hover{border-color:var(--accent);background:var(--bg-card-hover)}.timeline-hint{color:var(--text-muted);text-align:center;margin-top:12px;font-size:12px}.about-section{border-bottom:1px solid var(--border);padding:72px 0}.about-heading{margin-bottom:20px;font-size:32px;font-weight:700}.about-bio{max-width:680px;color:var(--text-muted);margin-bottom:40px;font-size:16px;line-height:1.8}.about-interests-heading{margin-bottom:16px;font-size:20px;font-weight:600}.about-interests{flex-direction:column;gap:10px;list-style:none;display:flex}.about-interest-item{color:var(--text-muted);padding-left:20px;font-size:15px;position:relative}.about-interest-item:before{content:"→";color:var(--accent);position:absolute;left:0}.skills-wrapper{align-items:center;gap:48px;margin-bottom:40px;display:flex}.skills-section{flex:1}.tech-orb-scene{perspective:700px;cursor:grab;-webkit-user-select:none;user-select:none;flex-shrink:0;width:130px;height:130px}.tech-orb-scene:active{cursor:grabbing}.tech-orb-scene:active .tech-orb-hint{opacity:0}.tech-orb-cube{width:130px;height:130px;transform-style:preserve-3d;position:relative}.tech-orb-face{border:1px solid #ffffff26;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:130px;height:130px;display:flex;position:absolute;box-shadow:inset 0 0 20px #0003}.tech-orb-face--front{transform:rotateY(0)translateZ(65px)}.tech-orb-face--back{transform:rotateY(180deg)translateZ(65px)}.tech-orb-face--right{transform:rotateY(90deg)translateZ(65px)}.tech-orb-face--left{transform:rotateY(-90deg)translateZ(65px)}.tech-orb-face--top{transform:rotateX(90deg)translateZ(65px)}.tech-orb-face--bottom{transform:rotateX(-90deg)translateZ(65px)}.tech-orb-label{letter-spacing:.5px;opacity:.85;font-family:monospace;font-size:11px;font-weight:600}.tech-orb-hint{text-align:center;color:var(--text-muted);opacity:0;pointer-events:none;margin-top:10px;font-family:monospace;font-size:11px;transition:opacity .2s;display:block}.tech-orb-hint--visible{opacity:1}.skills-tabs{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.skills-tab{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:999px;padding:6px 16px;font-family:inherit;font-size:13px;transition:border-color .2s,color .2s,background .2s}.skills-tab:hover{border-color:var(--accent);color:var(--accent)}.skills-tab--active{background:var(--accent);border-color:var(--accent);color:#fff}.skills-bars{flex-direction:column;gap:12px;max-width:600px;display:flex}.skill-row{align-items:center;gap:12px;display:flex}.skill-name{color:var(--text-muted);flex-shrink:0;width:140px;font-size:13px}.skill-years{color:var(--accent);text-align:right;flex-shrink:0;width:36px;font-size:12px;font-weight:600}.skill-bar-track{background:var(--border);border-radius:999px;flex:1;height:8px;overflow:hidden}.skill-bar-fill{background:var(--accent);border-radius:999px;width:0;height:100%;animation:.5s forwards skill-grow}@keyframes skill-grow{to{width:var(--level)}}.about-body{align-items:flex-start;gap:48px;display:flex}.about-interests-col{flex:1}.about-carousel{flex-direction:column;flex:0 0 400px;align-items:center;gap:12px;display:flex;position:relative}.carousel-photo{object-fit:cover;border:1px solid var(--border);border-radius:12px;width:485px;height:485px;animation:.4s fade-in}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.carousel-btn{border:1px solid var(--border);cursor:pointer;width:36px;height:36px;color:var(--accent);z-index:1;background:#ffffffb3;border-radius:50%;justify-content:center;align-items:center;font-size:22px;line-height:1;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-btn:hover{background:#fffffff2}.carousel-btn--prev{left:-18px}.carousel-btn--next{right:-18px}.carousel-dots{gap:8px;display:flex}.carousel-dot{background:var(--border);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;transition:background .2s}.carousel-dot--active{background:var(--accent)}@media (width<=600px){.about-body{flex-direction:column}.about-carousel{flex:unset;width:100%}.carousel-photo{width:100%;height:260px}}.game-link{position:relative}.game-link:after{content:"Click to Learn More!";background:var(--text);color:var(--bg);white-space:nowrap;pointer-events:none;opacity:0;border-radius:6px;padding:4px 10px;font-size:11px;transition:opacity .15s,transform .15s;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%)scale(.9)}.game-link:hover:after{opacity:1;transform:translate(-50%)scale(1)}.spotify-embeds{flex-direction:column;gap:8px;margin-top:8px;display:flex}.about-interest-subitems{flex-direction:column;gap:4px;margin-top:6px;padding-left:12px;list-style:none;display:flex}.about-interest-subitem{color:var(--text-muted);padding-left:16px;font-size:14px;position:relative}.about-interest-subitem:before{content:"·";color:var(--accent);position:absolute;left:0}.projects-section{padding-top:72px}.projects-heading{margin-bottom:40px;font-size:32px;font-weight:700}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.project-card{border:1px solid var(--border);text-align:left;cursor:pointer;width:100%;height:280px;color:inherit;background-position:50%;background-size:cover;border-radius:10px;font-family:inherit;transition:border-color .2s,transform .2s;animation:4s ease-in-out infinite float;position:relative;overflow:hidden}.card-overlay{background:linear-gradient(#0000 0%,#00000080 30%,#000000d9 100%);padding:20px;transition:background .3s;position:absolute;bottom:0;left:0;right:0}.project-card:hover .card-overlay{background:linear-gradient(#0000 0%,#1e50c880 30%,#1e50c8e6 100%)}.card-content{transition:transform .3s}.project-card:hover .card-content{transform:translateY(-8px)}.project-card:nth-child(2){animation-delay:-.8s}.project-card:nth-child(3){animation-delay:-1.6s}.project-card:nth-child(4){animation-delay:-2.4s}.project-card:nth-child(5){animation-delay:-3.2s}.project-card:nth-child(6){animation-delay:-4s}.project-card:hover{border-color:var(--accent);animation-play-state:paused}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.card-name{color:#fff;margin-bottom:8px;font-size:18px;font-weight:600}.card-tagline{color:#ffffffbf;margin-bottom:16px;font-size:14px;line-height:1.5}.card-tags{flex-wrap:wrap;gap:6px;display:flex}.card-overlay .tag{color:#93c5fd;background:#00000073;border-color:#93c5fd66}.tag{color:var(--accent);white-space:nowrap;background:#1d4ed814;border:1px solid #1d4ed833;border-radius:999px;padding:3px 10px;font-size:11px}.modal-backdrop{z-index:100;background:#0f172a80;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;width:100%;max-width:560px;padding:40px;position:relative}.modal-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:18px;line-height:1;transition:color .2s;position:absolute;top:16px;right:16px}.modal-close:hover{color:var(--text)}.modal-name{margin-bottom:8px;font-size:26px;font-weight:700}.modal-tagline{color:var(--accent);margin-bottom:20px;font-size:15px}.modal-description{color:var(--text-muted);margin-bottom:24px;font-size:15px;line-height:1.75}.modal-tags{flex-wrap:wrap;gap:8px;display:flex}.modal-see-more{background:var(--accent);color:#fff;border-radius:6px;margin-top:20px;padding:8px 20px;font-size:14px;font-weight:600;transition:background .2s;display:inline-block}.modal-see-more:hover{background:var(--accent-hover);color:#fff}.footer{text-align:center;color:var(--text-muted);border-top:1px solid var(--border);padding:24px;font-size:13px}@media (width<=600px){.hero-name{font-size:36px}.projects-grid{grid-template-columns:1fr}.modal{padding:28px 20px}}
