body { 
    background-color: #0a0a0a; 
    color: #e0e0e0; 
    font-family: 'Courier New', Courier, monospace; 
    line-height: 1.6; 
    margin: 0 auto; 
    max-width: 900px; 
    padding: 40px 20px; 
}
nav { 
    border-bottom: 1px solid #444; 
    margin-bottom: 40px; 
    padding-bottom: 15px; 
    display: flex; 
    flex-wrap: wrap; 
    gap: 20px; 
}
nav a { color: #00FF41; text-decoration: none; font-weight: bold; letter-spacing: 1px; }
nav a:hover { color: #FF1493; }
h1, h2, h3 { color: #ffffff; }
h1 { font-size: 2.5em; border-bottom: 2px solid #FF1493; padding-bottom: 10px; }
h2 { font-size: 1.5em; margin-top: 40px; color: #00FF41; }
a { color: #FF1493; text-decoration: none; }
a:hover { text-decoration: underline; }
.cv-section { margin-bottom: 40px; }
.job-title { font-weight: bold; font-size: 1.2em; color: #fff; }
.job-date { color: #888; font-size: 0.9em; margin-bottom: 10px; display: block; }
.skills-list { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0; }
.skills-list li { background: #1a1a1a; padding: 5px 15px; border: 1px solid #333; border-radius: 3px; }
.log-entry { border-left: 3px solid #00FF41; padding-left: 20px; margin-bottom: 50px; }
.log-date { color: #888; font-size: 0.9em; font-weight: bold; }
footer { border-top: 1px solid #444; margin-top: 60px; padding-top: 20px; text-align: center; color: #666; font-size: 0.9em; }
/* Nuke rogue citation tags from orbit */
.cite { display: none !important; }
