:root {
    --bg: #0D1117;
    --steel: #6B7280;
    --blue: #4B5D73;
    --cyan: #7DD3FC;
}

body { margin: 0; background: var(--bg); color: #E5E7EB; font-family: 'Courier New', monospace; overflow: hidden; }

header { padding: 20px; display: flex; justify-content: space-between; align-items: center; }
.github-link img { width: 32px; filter: invert(1); }

main { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 80vh; }
#greyOrb { width: 500px; height: 500px; }

#ai-console { 
    margin-top: 20px; padding: 15px; border: 1px solid var(--blue); 
    background: rgba(22, 27, 34, 0.8); backdrop-filter: blur(5px);
    width: 60%; text-align: center; color: var(--cyan);
}

#widgets { 
    position: absolute; bottom: 20px; left: 20px; display: flex; gap: 20px; 
}
.widget { border-left: 2px solid var(--cyan); padding-left: 10px; font-size: 0.8rem; }
