.menu-toggle{position:fixed;top:20px;left:20px;width:60px;height:60px;background-color:transparent;border:2px solid #3dd8e8;border-radius:12px;color:#3dd8e8;font-size:28px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1001;transition:all .3s ease}.menu-toggle:hover{background-color:#3dd8e81a}.nav-menu{position:fixed;top:130px;left:20px;background-color:#191e23fa;border:1px solid rgba(61,216,232,.2);border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:0;z-index:1000;min-width:250px}.nav-menu a{color:#fff;text-decoration:none;padding:20px 15px;border-bottom:1px solid rgba(255,255,255,.1);transition:all .3s ease;font-family:Courier New,monospace;font-size:16px}.nav-menu a:last-child{border-bottom:none}.nav-menu a:hover{background-color:#3dd8e81a;color:#3dd8e8}.page-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 20px}.hero-section{max-width:900px;padding:40px}.terminal-prompt{color:#3dd8e8;font-size:1.2rem;margin-bottom:40px;font-family:Courier New,monospace}.hero-title{color:#fff;font-size:4rem;font-weight:700;margin-bottom:20px;line-height:1.2;font-family:Courier New,monospace}.hero-title .highlight{color:#3dd8e8}.hero-subtitle{color:#9ca3af;font-size:1.5rem;line-height:1.6;font-family:Courier New,monospace}.content-card{max-width:600px;background-color:#0f1928cc;border:1px solid rgba(61,216,232,.3);border-radius:12px;padding:40px}.page-title{color:#3dd8e8;font-size:2.5rem;margin-bottom:30px;font-family:Courier New,monospace}.page-text{color:#e0e0e0;line-height:1.8;margin-bottom:20px;font-size:1.1rem}.page-text.secondary{color:#a0a0a0;font-size:1rem}.page-text a{color:#3dd8e8;text-decoration:none;border-bottom:1px solid transparent;transition:border-bottom .3s ease}.page-text a:hover{border-bottom:1px solid #3dd8e8}.resume-section{margin-bottom:30px}.resume-section h2{color:#3dd8e8;font-size:1.5rem;margin-bottom:15px;font-family:Courier New,monospace}#root{width:100%;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Courier New,Courier,monospace;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background:#000}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;transition:all .25s}button:focus,button:focus-visible{outline:2px solid #a4e64c}
