body.zc-body {
    font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: radial-gradient(circle at top left, #1d2b64 0, #090909 40%, #020617 100%);
    color: #e5e7eb;
}

.zc-app {
    background: radial-gradient(circle at top right, rgba(96, 165, 250, 0.15), transparent 60%);
}

.zc-header,
.zc-footer {
    backdrop-filter: blur(16px);
    background-color: rgba(15, 23, 42, 0.9);
}

.zc-logo {
    letter-spacing: 0.04em;
    font-size: 1.1rem;
    display: inline-flex;
    align-items: center;
}

.zc-logo-icon {
    display: inline-block;
    width: 100px;
    height: 50px;
    background: url('/uploads/logos/logozaracast.png') no-repeat center center;
    background-size: contain;
}

.navbar-dark .navbar-nav .nav-link {
    color: #e5e7eb;
}

.navbar-dark .navbar-nav .nav-link.active {
    color: #a5b4fc;
}

.zc-btn-primary {
    background: linear-gradient(135deg, #6366f1, #ec4899);
    border: none;
    color: #f9fafb;
    box-shadow: 0 14px 30px rgba(79, 70, 229, 0.35);
}

.zc-btn-primary:hover {
    background: linear-gradient(135deg, #4f46e5, #db2777);
    color: #f9fafb;
}

.zc-btn-outline {
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.5);
    color: #e5e7eb;
    background-color: rgba(15, 23, 42, 0.7);
}

.zc-btn-outline:hover {
    border-color: #6366f1;
    color: #f9fafb;
    background-color: rgba(79, 70, 229, 0.2);
}

.zc-btn-ghost {
    border-radius: 999px;
    border: 1px solid transparent;
    color: #e5e7eb;
    background-color: rgba(15, 23, 42, 0.5);
}

.zc-btn-ghost:hover {
    border-color: rgba(148, 163, 184, 0.4);
    background-color: rgba(15, 23, 42, 0.9);
    color: #f9fafb;
}

.zc-hero {
    padding-top: 3.5rem;
    padding-bottom: 3rem;
}

.zc-gradient-text {
    background: linear-gradient(135deg, #6366f1, #ec4899);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.zc-hero-card {
    border-radius: 24px;
    padding: 1.8rem;
    background: radial-gradient(circle at top left, rgba(96, 165, 250, 0.22), transparent 55%),
    radial-gradient(circle at bottom right, rgba(236, 72, 153, 0.18), transparent 60%),
    rgba(15, 23, 42, 0.96);
    box-shadow: 0 24px 80px rgba(15, 23, 42, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.25);
}

.zc-hero-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.8rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.75);
    border: 1px solid rgba(148, 163, 184, 0.4);
    font-size: 0.8rem;
    color: #e5e7eb;
}

.zc-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 8px #22c55e;
}

.zc-hero-wave {
    position: relative;
    height: 80px;
    border-radius: 18px;
    background: radial-gradient(circle at 20% 0, rgba(129, 140, 248, 0.65), transparent 60%),
    radial-gradient(circle at 80% 100%, rgba(236, 72, 153, 0.55), transparent 60%);
    overflow: hidden;
}

.zc-hero-wave::before,
.zc-hero-wave::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(90deg, rgba(15, 23, 42, 0.0) 0, rgba(15, 23, 42, 0.5) 50%, rgba(15, 23, 42, 0.0) 100%);
    mix-blend-mode: soft-light;
}

.zc-hero-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.zc-section {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
}

.zc-empty-state {
    border-radius: 24px;
    border: 1px dashed rgba(148, 163, 184, 0.6);
    background: rgba(15, 23, 42, 0.8);
}

.zc-empty-icon {
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 24px;
    background: radial-gradient(circle at 30% 0, rgba(251, 191, 36, 0.9), transparent 55%),
    radial-gradient(circle at 80% 100%, rgba(239, 68, 68, 0.9), transparent 60%);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.9);
}

.zc-radio-card {
    border-radius: 18px;
    padding: 1.3rem 1.4rem;
    background: rgba(17, 24, 39, 0.96);
    border: 1px solid rgba(148, 163, 184, 0.45);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.95);
}

.zc-radio-logo {
    width: 100px;
    height: 100px;
    border-radius: 22px;
    background: radial-gradient(circle at top left, #38bdf8, #6366f1, #ec4899);
    overflow: hidden;
}

.zc-radio-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.zc-radio-card h3 {
    font-size: 1.05rem;
    color: #ffffff;
}

.zc-radio-card p.small {
    color: #f9fafb;
}

#radios .text-light-emphasis {
    color: #e5e7eb !important;
}

.zc-icon-btn {
    border-radius: 999px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(148, 163, 184, 0.5);
    background: rgba(15, 23, 42, 0.9);
    color: #e5e7eb;
}

.zc-icon-btn:hover {
    border-color: #facc15;
    color: #facc15;
}

.zc-form-card {
    border-radius: 22px;
    padding: 1.8rem;
    background: rgba(15, 23, 42, 0.95);
    border: 1px solid rgba(148, 163, 184, 0.3);
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.9);
}

.zc-form-card .form-control {
    border-radius: 0.8rem;
    border-color: rgba(148, 163, 184, 0.45);
    background-color: rgba(15, 23, 42, 0.8);
    color: #e5e7eb;
}

.zc-form-card .form-control:focus {
    border-color: #6366f1;
    box-shadow: 0 0 0 1px rgba(79, 70, 229, 0.7);
    background-color: rgba(15, 23, 42, 0.95);
}

.zc-form-card .form-label {
    color: #e5e7eb;
}

.zc-form-card .form-text {
    color: #e5e7eb;
}

.zc-form-card .table {
    color: #f9fafb;
    background-color: rgba(15, 23, 42, 0.95);
}

.zc-form-card .table thead th {
    border-bottom-color: rgba(55, 65, 81, 0.9);
}

.zc-form-card .table tbody tr {
    background-color: rgba(15, 23, 42, 0.98);
}

.zc-form-card .table tbody tr.table-success {
    background-color: rgba(15, 23, 42, 0.98);
}

.zc-form-card .table tbody tr.table-secondary {
    background-color: rgba(15, 23, 42, 0.98);
}

.zc-form-card .table tbody tr.table-success > th,
.zc-form-card .table tbody tr.table-success > td,
.zc-form-card .table tbody tr.table-secondary > th,
.zc-form-card .table tbody tr.table-secondary > td {
    background-color: rgba(15, 23, 42, 0.98);
    color: #f9fafb;
}

.zc-player {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1030;
    padding: 0.9rem 0;
    background: radial-gradient(circle at top, rgba(15, 23, 42, 0.99), rgba(2, 6, 23, 0.99));
    border-top: 2px solid rgba(148, 163, 184, 0.55);
    box-shadow: 0 -10px 35px rgba(15, 23, 42, 0.95);
}

.zc-player-playing {
    border-top-color: rgba(132, 204, 22, 0.9);
    box-shadow: 0 -12px 40px rgba(34, 197, 94, 0.4);
}

.zc-player-playing #zc-player-status {
    color: #bbf7d0 !important;
}

.zc-player-logo {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 0, #22c55e, #0ea5e9);
    background-size: cover;
    background-position: center;
}

.zc-volume-bar {
    width: 110px;
    height: 6px;
    border-radius: 999px;
    background: rgba(31, 41, 55, 0.9);
    overflow: hidden;
}

.zc-volume-level {
    height: 100%;
    background: linear-gradient(90deg, #22c55e, #a3e635);
}

.zc-alert-success {
    border-radius: 0.9rem;
    border: 1px solid rgba(34, 197, 94, 0.7);
}

.zc-alert-danger {
    border-radius: 0.9rem;
    border: 1px solid rgba(239, 68, 68, 0.7);
}

.zc-body p {
    color: #f9fafb;
}

.zc-body small {
    color: #e5e7eb;
}

.zc-body .text-light-emphasis {
    color: #e5e7eb !important;
}

#radios .zc-banner-primary {
    padding: 1.2rem 1.5rem;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.75rem;
}

#radios .zc-banner-primary .row.g-2 {
    margin-top: 0.25rem;
}

#radios .zc-banner-primary .col-12,
#radios .zc-banner-primary .col-sm-6 {
    display: flex;
}

#radios .zc-banner-primary .col-12 > a,
#radios .zc-banner-primary .col-sm-6 > a {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border-radius: 0.9rem;
    background-color: rgba(15, 23, 42, 0.9);
    min-height: 90px;
}

#radios .zc-banner-primary .col-12 > a:hover,
#radios .zc-banner-primary .col-sm-6 > a:hover {
    background-color: rgba(30, 64, 175, 0.9);
}

.zc-banner-platform img {
    width: 100%;
    height: auto;
    display: block;
}

.zc-banner-side {
    padding: 1.2rem 1.3rem;
    border-radius: 18px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.zc-banner-side a.d-flex.align-items-center {
    padding: 0.4rem 0.35rem;
    border-radius: 0.9rem;
}

.zc-banner-side a.d-flex.align-items-center:hover {
    background-color: rgba(15, 23, 42, 0.9);
}

.zc-banner-logo {
    width: 64px;
    height: 64px;
    border-radius: 16px;
}

#zc-bloco-outorga {
    display: none;
}

@media (max-width: 991.98px) {
    .zc-hero {
        padding-top: 2.4rem;
    }

    .zc-player .container {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    #radios .zc-banner-primary,
    .zc-banner-side {
        padding: 1rem;
    }
}

@media (min-width: 992px) {
    #radios .zc-banner-primary {
        min-height: 120px;
    }

    .zc-banner-side {
        min-height: 250px;
    }
}
