body { background-color: #09090b; color: #ffffff; font-family: 'Inter', sans-serif; }
.gradient-text { background: linear-gradient(135deg, #60a5fa 0%, #a78bfa 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.glow { box-shadow: 0 0 40px rgba(59, 130, 246, 0.15); }
.gradient-bg { background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 50%, #8b5cf6 100%); }

#site-nav nav a.active { color: #ffffff; font-weight: 500; }

.job-section h3 { font-size: 1.5rem; font-weight: 700; margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 1px solid #27272a; }
.job-section ul { list-style: none; }
.job-section ul li { position: relative; padding-left: 1.75rem; margin-bottom: 0.625rem; color: #a1a1aa; line-height: 1.625; font-size: 0.925rem; }
.job-section ul li::before { content: ''; position: absolute; left: 0; top: 0.55rem; width: 0.5rem; height: 0.5rem; border-radius: 9999px; background: linear-gradient(135deg, #60a5fa, #a78bfa); }
