body {
    background-color: #0d1117;
    color: #c9d1d9;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif;
}

h1 {
    color: #28dad0;
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-shadow: 0 0 20px rgba(40, 218, 208, 0.4);
}

footer {
    color: #8b949e;
    border-top: 1px solid #28dad0;
}

footer p {
    font-size: 0.875rem;
}

.authentik-btn {
    background-color: #fd4b2d;
    color: white;
    border: none;
    padding: 12px 24px;
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.authentik-btn:hover {
    background-color: #e63946;
    color: white;
    text-decoration: none;
}

.jellyfin-btn {
    background-color: #00a4dc;
    color: white;
    border: none;
    padding: 12px 24px;
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.jellyfin-btn:hover {
    background-color: #0088b8;
    color: white;
    text-decoration: none;
}

.jellyseer-btn {
    background-color: #7c3aed;
    color: white;
    border: none;
    padding: 12px 24px;
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.jellyseer-btn:hover {
    background-color: #6d28d9;
    color: white;
    text-decoration: none;
}