/* Hub /suite/ — entrada do projeto Django (suite) */

.l-suite-hub h1 {
    font-size: 2.1rem;
    font-weight: 900;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 0.3rem;
    background: linear-gradient(130deg, #fff 30%, var(--em));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.l-suite-hub .c-plataforma-auth-card__sub {
    text-align: center;
    color: var(--muted);
    font-size: 0.85rem;
    margin-bottom: 2rem;
}

.l-suite-hub-nav {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.l-suite-hub .c-button.is-block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    padding: 1rem;
    border-radius: 14px;
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Outfit', sans-serif;
    text-decoration: none;
    box-sizing: border-box;
}

.l-suite-hub .c-button.is-emerald.is-block {
    background: linear-gradient(135deg, var(--em) 0%, var(--em-d) 100%);
    color: #fff;
    box-shadow: 0 4px 20px rgba(16, 185, 129, 0.28);
}

.l-suite-hub .c-button.is-emerald.is-block:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(16, 185, 129, 0.42);
}

.l-suite-hub .c-button.is-slot-empty {
    min-height: 48px;
    border: 1px dashed rgba(16, 185, 129, 0.2);
    border-radius: 14px;
    background: transparent;
    pointer-events: none;
}

.c-suite-card__footer {
    margin-top: 2rem;
    text-align: center;
}

.c-suite-card__footer-link {
    display: inline-block;
    color: var(--muted);
    font-size: 0.85rem;
    text-decoration: none;
    opacity: 0.7;
    transition: opacity 0.3s, color 0.3s;
}

.c-suite-card__footer-link:hover {
    opacity: 1;
    color: var(--em);
}

@media (prefers-reduced-motion: reduce) {
    .l-suite-hub .c-button.is-emerald.is-block:hover {
        transform: none;
    }
}
