:root{--bg-color: #050505;--text-main: #e0e0e0;--text-muted: #555555;--accent-green: #00ff41;--font-mono: "Space Mono", "Fira Code", "Courier New", monospace}body{margin:0;background-color:var(--bg-color);color:var(--text-main);font-family:var(--font-mono);line-height:1.6}.terminal-container{min-height:100vh;padding:2rem 4rem;box-sizing:border-box;max-width:1200px;margin:0 auto}.top-bar{display:flex;justify-content:space-between;border-bottom:1px solid #222;padding-bottom:1rem;margin-bottom:4rem;font-size:.85rem;letter-spacing:2px;text-transform:uppercase}.nav-links a{color:var(--text-muted);text-decoration:none;margin-left:2rem;transition:color .2s}.nav-links a:hover,.nav-links a.active,.accent-green{color:var(--accent-green)}.muted{color:var(--text-muted)}.home-layout{display:flex;justify-content:space-between;align-items:center;gap:4rem;margin-top:8rem}@media (max-width: 768px){.home-layout{flex-direction:column;text-align:center;margin-top:4rem}}.hero-text{flex:1}h1{font-size:4rem;margin:0 0 1rem;letter-spacing:-2px}.subtitle{font-size:1.5rem;font-weight:400;color:var(--text-muted);margin-bottom:2rem}.action-buttons{margin-top:3rem}.btn-brutalist{display:inline-block;background:transparent;color:var(--text-main);border:1px solid #333;padding:.8rem 1.5rem;font-family:inherit;text-transform:uppercase;letter-spacing:1px;cursor:pointer;text-decoration:none;transition:all .2s ease}.btn-brutalist:hover{border-color:var(--accent-green);color:var(--accent-green);box-shadow:0 0 8px #00ff4133}.terminal-window{flex:1;border:1px solid #333;background-color:#0a0a0a;border-radius:4px;width:100%;max-width:500px;box-shadow:0 10px 30px #00000080}.terminal-header{background-color:#111;padding:.8rem;border-bottom:1px solid #333;display:flex;gap:.5rem}.dot{width:12px;height:12px;border-radius:50%;background-color:#333}.dot:nth-child(1){background-color:#ff5f56}.dot:nth-child(2){background-color:#ffbd2e}.dot:nth-child(3){background-color:#27c93f}.terminal-body{text-align:left;padding:1.5rem;color:var(--text-main);font-size:.9rem;line-height:1.8;min-height:180px}.terminal-body p{margin:0}.cursor{display:inline-block;width:8px;height:15px;background-color:var(--accent-green);vertical-align:middle;animation:blink 1s step-end infinite;margin-left:4px}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.site-footer{margin-top:8rem;border-top:1px dashed #222;padding-top:3rem;padding-bottom:2rem;text-align:center}.social-links{display:flex;justify-content:center;gap:2rem;margin-bottom:1.5rem}.social-links a{color:var(--text-main);text-decoration:none;transition:color .2s;font-size:.9rem;letter-spacing:1px}.social-links a:hover{color:var(--accent-green)}.copyright{font-size:.8rem;color:var(--text-muted)}.copyright a{text-decoration:none}.copyright a:hover{text-decoration:underline}.about-section{display:flex;gap:4rem;margin-top:4rem;align-items:flex-start}@media (max-width: 768px){.about-section{flex-direction:column}}.profile-image-container{flex:0 0 300px}.profile-img{width:100%;border-radius:4px;border:1px solid #333}.bio-content{flex:1}.section-title{font-size:1.5rem;margin-bottom:2rem;color:var(--text-main);font-weight:400}.employers-section{margin-top:6rem;border-top:1px dashed #222;padding-top:3rem}.employers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:800px}.employer-card{display:flex;align-items:center;justify-content:center;border:1px solid #333;padding:1rem;background:#0a0a0a;transition:all .3s ease;height:100px}.employer-card img{max-width:100%;max-height:100%;filter:grayscale(100%) opacity(.6);transition:all .3s ease}.employer-card:hover{border-color:var(--accent-green);box-shadow:0 0 15px #00ff411a}.employer-card:hover img{filter:grayscale(0%) opacity(1)}.top-bar{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #222;padding-bottom:1rem;margin-bottom:4rem;font-size:.85rem;letter-spacing:2px;text-transform:uppercase}.logo{display:flex;align-items:center}.logo img{height:6rem;width:auto}
