.navbar{position:fixed;top:0;left:0;right:0;background:#0a0a0acc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;transition:all .3s ease;border-bottom:1px solid transparent}.navbar.scrolled{background:#0a0a0af2;border-bottom:1px solid var(--yellow);box-shadow:0 4px 20px #ffd7001a}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-size:1.5rem;font-weight:700;color:var(--yellow);transition:all .3s ease}.nav-logo:hover{transform:translateY(-2px)}.nav-menu{display:flex;list-style:none;gap:2rem;align-items:center}.nav-link{color:var(--text-white);font-size:1rem;font-weight:500;position:relative;padding:.5rem 0}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--yellow);transition:width .3s ease}.nav-link:hover{color:var(--yellow)}.nav-link:hover:after{width:100%}@media (max-width: 768px){.nav-container{padding:1rem}.nav-menu{gap:1rem;flex-wrap:wrap;font-size:.9rem}.nav-logo{font-size:1.2rem}.nav-link{font-size:.85rem}}@media (max-width: 480px){.nav-container{flex-direction:column;gap:1rem}.nav-menu{gap:.8rem;justify-content:center}}.home-section{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;overflow:hidden;background:linear-gradient(135deg,var(--black) 0%,var(--darker-black) 100%)}.home-container{display:flex;justify-content:space-between;align-items:center;gap:4rem;flex-wrap:wrap}.home-content{flex:1;min-width:300px}.greeting{font-size:4rem;font-weight:700;margin-bottom:1rem;color:var(--yellow);text-shadow:0 0 20px rgba(255,215,0,.3)}.role-container{height:80px;margin-bottom:2rem;overflow:hidden}.role{font-size:1.5rem;font-weight:400;color:var(--text-white);transition:opacity .5s ease,transform .5s ease}.role.fade-in{opacity:1;transform:translateY(0);animation:fadeInUp .5s ease}.role.fade-out{opacity:0;transform:translateY(-20px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.catchphrase{margin-top:2rem}.catchphrase-text{font-size:1.2rem;color:var(--yellow);font-style:italic;opacity:.9}.visual-container{flex:1;min-width:300px;height:500px;position:relative;display:flex;align-items:center;justify-content:center}.geometric-art{width:100%;height:100%;max-width:500px;max-height:500px;object-fit:contain;border-radius:12px;filter:drop-shadow(0 0 30px rgba(255,215,0,.2))}.scroll-indicator{position:absolute;bottom:30px;display:flex;flex-direction:column;align-items:center;gap:10px;opacity:.7;animation:float 2s infinite ease-in-out}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.mouse{width:24px;height:40px;border:2px solid var(--yellow);border-radius:12px;position:relative}.wheel{width:3px;height:8px;background:var(--yellow);border-radius:2px;position:absolute;top:8px;left:50%;transform:translate(-50%);animation:scroll 2s infinite}@keyframes scroll{0%{top:8px;opacity:1}to{top:24px;opacity:0}}.scroll-indicator p{font-size:.9rem;color:var(--yellow);text-transform:uppercase;letter-spacing:2px}@media (max-width: 768px){.greeting{font-size:3rem}.role{font-size:1.2rem}.catchphrase-text{font-size:1rem}.home-container{gap:2rem}.visual-container{height:300px}.geometric-art{max-width:350px;max-height:350px}}@media (max-width: 480px){.greeting{font-size:2.5rem}.role-container{height:60px}.visual-container{display:none}}.about-section{background:var(--darker-black);position:relative}.about-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--yellow),transparent)}.section-title{font-size:3rem;font-weight:700;margin-bottom:3rem;text-align:center;position:relative;display:inline-block;width:100%}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:100px;height:3px;background:var(--yellow)}.about-content{max-width:800px;margin:0 auto;padding:2rem;background:#3333331a;border:1px solid var(--gray);border-radius:10px;box-shadow:0 4px 20px #0000004d}.intro{margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.highlight{color:var(--yellow);font-weight:600}.accomplishments{margin-bottom:2rem}.subsection-title{font-size:1.5rem;margin-bottom:1.5rem;color:var(--yellow)}.accomplishments-list{list-style:none;padding:0}.accomplishment-item{display:flex;gap:1rem;margin-bottom:1.5rem;align-items:flex-start;transition:transform .2s ease}.accomplishment-item:hover{transform:translate(10px)}.bullet{color:var(--yellow);font-size:1.5rem;line-height:1.5;flex-shrink:0}.accomplishment-content{flex:1}.accomplishment-text{font-size:1.05rem;line-height:1.6}.link{color:var(--yellow);text-decoration:underline;transition:all .3s ease}.link:hover{color:var(--yellow-glow);text-shadow:0 0 10px var(--yellow)}.closing{margin-bottom:2rem;font-size:1.1rem;line-height:1.8;padding:1.5rem;background:#ffd7000d;border-left:3px solid var(--yellow);border-radius:5px}.ps{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--gray)}.ps-text{font-style:italic;color:var(--light-gray);font-size:.95rem}.ps-label{color:var(--yellow);font-weight:600}@media (max-width: 768px){.section-title{font-size:2.5rem}.about-content{padding:1.5rem}.intro,.closing{font-size:1rem}.subsection-title{font-size:1.3rem}.accomplishment-text{font-size:1rem}}@media (max-width: 480px){.section-title{font-size:2rem}.about-content{padding:1rem}}.experience-section{background:var(--black);position:relative}.experience-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--yellow),transparent)}.experience-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.git-commits{background:#050505cc;border:1px solid var(--gray);border-radius:10px;overflow:hidden;box-shadow:0 4px 20px #00000080;align-self:start;height:700px;display:flex;flex-direction:column}.commits-header{background:var(--gray);padding:1rem 1.5rem;border-bottom:1px solid var(--yellow)}.commits-title{font-family:Courier New,monospace;color:var(--yellow);font-size:1rem}.commits-list{padding:1.5rem;overflow-y:auto;flex:1}.commits-list::-webkit-scrollbar{width:8px}.commits-list::-webkit-scrollbar-track{background:#0000004d}.commits-list::-webkit-scrollbar-thumb{background:var(--yellow);border-radius:4px}.commits-list::-webkit-scrollbar-thumb:hover{background:var(--yellow-glow)}.branch-section{margin-bottom:2rem}.branch-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem 1rem;background:#ffd7001a;border-left:3px solid var(--yellow);border-radius:5px}.branch-icon{color:var(--yellow);font-weight:700;font-size:1.2rem}.branch-name{font-family:Courier New,monospace;color:var(--yellow);font-size:1rem;font-weight:600;text-transform:lowercase}.branch-section.education .branch-header{border-left-color:var(--yellow-glow)}.branch-section.education .branch-name{color:var(--yellow-glow)}.commit-item{display:flex;gap:1rem;margin-bottom:1rem;padding:0;transition:all .3s ease}.commit-item:hover .commit-content{background:#3336;transform:translate(5px)}.commit-graph{font-family:Courier New,monospace;color:var(--yellow);font-size:1.2rem;font-weight:700;padding-left:1rem;line-height:1.5}.commit-item.education .commit-graph{color:var(--yellow-glow)}.commit-content{flex:1;padding:1.5rem;background:#3333;border-left:3px solid var(--yellow);border-radius:5px;transition:all .3s ease;position:relative}.commit-item.work .commit-content{border-left-color:var(--yellow)}.commit-item.education .commit-content{border-left-color:var(--yellow-glow)}.commit-content:hover{box-shadow:-5px 5px 15px #ffd7001a}.commit-hash{font-family:Courier New,monospace;color:var(--yellow);font-size:.9rem;margin-bottom:.5rem;font-weight:600}.commit-details{margin-left:.5rem}.commit-title{font-size:1.2rem;font-weight:600;color:var(--text-white);margin-bottom:.3rem}.commit-org{font-size:1rem;color:var(--yellow);margin-bottom:.3rem}.commit-date{font-size:.9rem;color:var(--light-gray);font-style:italic}.resume-embed{position:sticky;top:100px;background:var(--gray);border:1px solid var(--yellow);border-radius:10px;overflow:hidden;height:700px;box-shadow:0 4px 20px #ffd7001a;align-self:start}.resume-fallback{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;background:#333333f2;z-index:1;padding:2rem;text-align:center;pointer-events:none}.resume-iframe:not([src=""])~.resume-fallback{display:none}.resume-icon{font-size:4rem;pointer-events:none}.resume-download{margin-top:1rem;padding:.8rem 1.5rem;background:var(--yellow);color:var(--black);border-radius:5px;font-weight:600;transition:all .3s ease;pointer-events:all;cursor:pointer}.resume-download:hover{background:var(--yellow-glow);transform:translateY(-2px);box-shadow:0 5px 15px #ffd7004d}.resume-iframe{width:100%;height:100%;border:none;position:relative;z-index:0}@media (max-width: 1024px){.experience-layout{grid-template-columns:1fr}.resume-embed{position:relative;top:0}}@media (max-width: 768px){.experience-layout{gap:2rem}.git-commits,.resume-embed{height:500px}.commit-title{font-size:1.1rem}.commit-org{font-size:.95rem}.commit-date{font-size:.85rem}}@media (max-width: 480px){.commits-list{padding:1rem}.git-commits,.resume-embed{height:400px}.resume-note{font-size:.85rem}}.contact-section{background:var(--darker-black);position:relative;min-height:100vh}.contact-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--yellow),transparent)}.contact-content{max-width:800px;margin:0 auto;text-align:center}.contact-intro{font-size:1.2rem;line-height:1.8;color:var(--text-white);margin-bottom:3rem;opacity:.9}.contact-links{display:flex;flex-direction:column;gap:2rem;margin-bottom:4rem}.contact-link{display:flex;align-items:center;gap:2rem;padding:2rem;background:#3333;border:1px solid var(--gray);border-radius:10px;transition:all .3s ease;text-decoration:none;color:var(--text-white)}.contact-link:hover{background:#3336;border-color:var(--yellow);transform:translateY(-5px);box-shadow:0 10px 30px #ffd70033}.contact-icon{width:60px;height:60px;color:var(--yellow);flex-shrink:0;transition:all .3s ease}.contact-link:hover .contact-icon{color:var(--yellow-glow);transform:scale(1.1) rotate(5deg)}.contact-icon svg{width:100%;height:100%}.contact-details{text-align:left;flex:1}.contact-details h3{font-size:1.5rem;margin-bottom:.5rem;color:var(--yellow)}.contact-details p{font-size:1.1rem;color:var(--light-gray);margin:0}.footer{text-align:center;padding:3rem 0 2rem;border-top:1px solid var(--gray);margin-top:4rem}.footer p{color:var(--light-gray);font-size:.95rem;margin:.5rem 0}.footer-note{font-style:italic;opacity:.7}@media (max-width: 768px){.contact-intro{font-size:1rem}.contact-link{flex-direction:column;text-align:center;gap:1rem;padding:1.5rem}.contact-details{text-align:center}.contact-details h3{font-size:1.3rem}.contact-details p{font-size:1rem}.contact-icon{width:50px;height:50px}}@media (max-width: 480px){.contact-intro{font-size:.95rem}.contact-link{padding:1rem}.contact-details h3{font-size:1.2rem}.contact-details p{font-size:.9rem;word-break:break-all}}main{position:relative}*{margin:0;padding:0;box-sizing:border-box}:root{--black: #0a0a0a;--darker-black: #050505;--yellow: #ffd700;--yellow-glow: #ffed4e;--gray: #333333;--light-gray: #666666;--text-white: #f5f5f5}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--black);color:var(--text-white);overflow-x:hidden}html{scroll-behavior:smooth}code{font-family:Courier New,monospace}section{min-height:100vh;padding:80px 20px 40px;display:flex;align-items:center;justify-content:center}h1,h2,h3{color:var(--yellow)}a{color:var(--yellow);text-decoration:none;transition:all .3s ease}a:hover{color:var(--yellow-glow);text-shadow:0 0 10px var(--yellow)}.container{max-width:1200px;width:100%;margin:0 auto}@media (max-width: 768px){section{padding:60px 15px 30px}}
