body { font-family: 'Inter', 'Segoe UI', sans-serif; background: #0f172a; color: #e2e8f0; padding: 40px; }
h1 { color: #f8fafc; font-size: 1.5rem; margin-bottom: 20px; }
table { width: 100%; border-collapse: separate; border-spacing: 0; background: #1e293b; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); }
th { text-align: left; padding: 15px; background: #334155; color: #94a3b8; font-size: 0.85rem; text-transform: uppercase; }
td { padding: 12px 15px; border-top: 1px solid #334155; }
tr:hover { background: #2d3748; }
a { color: #38bdf8; text-decoration: none; font-weight: 500; }
a:hover { color: #7dd3fc; text-decoration: underline; }
