/* =========================================================
   GLOBAL CSS REFEITO
   Baseado no CSS enviado pelo usuário, mantendo os mesmos
   seletores e deixando o visual mais bonito e responsivo
   no estilo do tiktok.php
   ========================================================= */

/* RESET + BASE */
* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: white;
    overflow-x: hidden;
    background:
        radial-gradient(circle at top, rgba(217, 0, 255, 0.18), transparent 30%),
        linear-gradient(135deg, #0d0d12, #12121a 40%, #0a0a0f);
}

body {
    position: relative;
}

.content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 24px 120px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.content h2,
.content p {
    text-align: center;
}

/* BACKGROUND */
.background {
    position: fixed;
    inset: 0;
    background-image: url('https://i.ibb.co/Q3vC5WHH/file-000000003a886230a687bba253e2eae4.png');
    background-size: cover;
    background-position: center;
    z-index: -2;
    filter: saturate(1.02) brightness(0.82);
}

.overlay {
    position: fixed;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(13, 13, 18, 0.78), rgba(18, 18, 26, 0.84) 40%, rgba(10, 10, 15, 0.92)),
        radial-gradient(circle at top, rgba(187, 0, 255, 0.1), transparent 35%);
    z-index: -1;
}

/* NAVBAR */
.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    padding: 12px 28px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
    position: relative;
    z-index: 20;
}

.logo-section {
    display: flex;
    align-items: center;
    min-width: 0;
}

.logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
    min-width: 0;
}

.logo-link img {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    margin-right: 16px;
    object-fit: cover;
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 6px 16px rgba(0,0,0,0.18);
}

.logo-link span {
    font-family: 'Playwrite AU SA', sans-serif;
    font-size: 36px;
    white-space: nowrap;
}

.hamburger {
    display: none;
    font-size: 28px;
    color: white;
    cursor: pointer;
    margin-left: 20px;
    user-select: none;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 28px;
    z-index: 25;
}

.button {
    background-color: transparent;
    border: none;
    padding: 10px 0;
    margin-left: 0;
    color: white;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-color 0.25s ease, color 0.25s ease, transform 0.15s ease;
}

.button:hover {
    border-bottom: 2px solid #ff4f83;
    color: #ffffff;
    transform: translateY(-1px);
}

.login-button {
    background: linear-gradient(135deg, #6a338f, #8b34d9);
    border-radius: 12px;
    padding: 12px 20px;
    box-shadow: 0 10px 22px rgba(106, 51, 143, 0.28);
    transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.login-button:hover {
    background: linear-gradient(135deg, #592a78, #7a2dc0);
    border-bottom: 2px solid transparent;
    transform: translateY(-1px);
    box-shadow: 0 14px 26px rgba(106, 51, 143, 0.34);
}

/* USER */
.user-dropdown {
    position: relative;
    display: flex;
    align-items: center;
}

.user-dropdown img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    object-fit: cover;
    border: 2px solid rgba(255,255,255,0.15);
    box-shadow: 0 4px 12px rgba(0,0,0,0.18);
}

.dropdown-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 50px;
    min-width: 170px;
    background: rgba(28, 28, 36, 0.96);
    box-shadow: 0 16px 34px rgba(0,0,0,0.35);
    z-index: 50;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.08);
}

.dropdown-menu .dropdown-link {
    display: block;
    background-color: transparent;
    border: none;
    color: white;
    font-weight: bold;
    font-size: 15px;
    padding: 12px 16px;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    transition: background-color 0.2s ease, color 0.2s ease;
    text-align: left;
    margin: 0;
}

.dropdown-menu .dropdown-link:last-child {
    border-bottom: none;
}

.dropdown-menu .dropdown-link:hover {
    background: rgba(255,255,255,0.05);
    color: #fff;
}

/* SERVERS */
.server-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 30px auto 120px auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.server-card {
    position: relative;
    width: 250px;
    height: 220px;
    min-height: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin: 1rem;
    transition: transform 0.2s ease;
}

.server-overlay {
    position: relative;
    z-index: 2;
    backdrop-filter: blur(12px);
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    padding: 12px;
    box-sizing: border-box;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.server-card:hover {
    transform: translateY(-5px);
}

.server-card img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-top: 8px;
    object-fit: cover;
}

.server-card h3 {
    margin-top: 15px;
    font-size: 18px;
}

.server-card p {
    color: #ddd;
    font-size: 14px;
    margin-top: 1px;
}

/* CARDS */
.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    max-width: 1100px;
    margin: 0 auto;
}

.btn {
    display: inline-block;
    margin-bottom: 5px;
    padding: 10px 16px;
    background: linear-gradient(135deg, #6a338f, #8b34d9);
    color: #fff;
    border: none;
    border-radius: 12px;
    text-decoration: none;
    font-weight: bold;
    transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
    box-shadow: 0 10px 22px rgba(106, 51, 143, 0.24);
}

.btn:hover {
    background: linear-gradient(135deg, #592a78, #7a2dc0);
    transform: translateY(-1px);
    box-shadow: 0 14px 26px rgba(106, 51, 143, 0.32);
}

.features {
    position: relative;
    padding: 60px 20px 140px 20px;
    background: transparent;
    margin-top: 40px;
    min-height: auto;
    z-index: 1;
}

.features::before {
    content: "";
    position: absolute;
    top: -110px;
    left: 0;
    width: 100%;
    height: 150px;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        rgba(13, 13, 18, 0),
        rgba(25, 10, 35, 0.55),
        rgba(13, 13, 18, 0.92),
        rgba(13, 13, 18, 1)
    );
    z-index: 0;
}

.features > * {
    position: relative;
    z-index: 1;
}

.reveal {
    opacity: 0;
    transform: translate3d(0, 32px, 0);
    transition: opacity 5s ease, transform 5s ease;
    will-change: opacity, transform;
}

.reveal.active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.feature-card {
    background: rgba(255,255,255,0.95);
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.12);
    overflow: hidden;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 30px rgba(0,0,0,0.16);
}

.feature-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.feature-card.tall img {
    height: 160px;
}

.feature-card .card-body {
    padding: 20px;
}

.feature-card h3 {
    color: #611574;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.feature-card p {
    color: #555;
    margin: 0;
}

.hero {
    min-height: 78vh;
    position: relative;
    z-index: 2;
}

.toxic-img {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    width: 240px;
    z-index: 1;
}

.rounded-image {
    width: 240px;
    height: 240px;
    object-fit: cover;
    border-radius: 50%;
    z-index: 1;
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 12px 35px rgba(0,0,0,0.35);
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
}

.centered-title {
    position: absolute;
    top: 60%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 14px;
    margin: 0 auto;
    padding: 0 16px;
    z-index: 3;
}

.bottom-campo {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    display: block;
    width: 100%;
    padding: 0 16px;
}

.login-button.full {
    width: calc(100% - 40px);
    max-width: 400px;
    padding: 12px 0;
    border-radius: 12px;
    color: white;
    font-weight: bold;
    text-align: center;
    display: flex;
    margin: 0 auto;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

/* --- BARRA DE RÁDIO --- */
#radio-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    backdrop-filter: blur(12px);
    background: rgba(26, 11, 31, 0.76);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 -8px 28px rgba(0,0,0,0.28);
    z-index: 9999;
}

#radio-cover {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    object-fit: cover;
    margin-right: 10px;
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
    background: #000;
}

.radio-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.radio-btn {
    background: rgba(61, 15, 74, 0.8);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 10px;
    padding: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

.radio-btn:hover {
    background: rgba(95, 25, 120, 0.95);
    transform: scale(1.06);
    box-shadow: 0 12px 22px rgba(0,0,0,0.28);
}

.radio-btn svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
    stroke: currentColor;
    color: #ffffff;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.radio-info {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

#radio-title {
    display: block;
    font-size: 14px;
    color: #d9b3ff;
    white-space: nowrap;
    overflow: visible;
    text-overflow: clip;
    width: 100%;
}

#radio-time {
    font-size: 12px;
    color: #aaa;
}

.volume-wrapper {
    position: relative;
}

.volume-popover {
    position: absolute;
    bottom: 45px;
    right: 0;
    display: none;
    background: rgba(26, 11, 31, 0.92);
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 12px 26px rgba(0,0,0,0.34);
    border: 1px solid rgba(255,255,255,0.08);
}

.volume-track {
    position: relative;
    height: 100px;
    width: 6px;
    background: rgba(255,255,255,0.2);
    border-radius: 3px;
}

.volume-fill {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, #8b34d9, #c08aff);
    border-radius: 3px;
    height: 50%;
}

#radio-volume {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    width: 120px;
    height: 20px;
    background: transparent;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

#radio-volume::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
}

#radio-volume::-moz-range-thumb {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
}

#repeatBtn.active {
    background: rgba(183, 38, 199, 0.18);
    box-shadow: 0 0 0 1px rgba(183, 38, 199, 0.35) inset;
}

#repeatBtn.active svg {
    color: #d98cff;
}

#volumeBtn.muted svg {
    color: rgba(255, 255, 255, 0.6);
}

/* servidor */
.botoes-acoes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.botao-salvar,
.botao-voltar {
    padding: 10px 20px;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.25s ease, transform 0.15s ease, box-shadow 0.2s ease;
    text-align: center;
    text-decoration: none;
}

.botao-salvar {
    background: linear-gradient(135deg, #6a338f, #8b34d9);
    color: white;
    box-shadow: 0 10px 22px rgba(106, 51, 143, 0.24);
}

.botao-salvar:hover {
    background: linear-gradient(135deg, #592a78, #7a2dc0);
    transform: translateY(-1px);
}

.botao-voltar {
    background: linear-gradient(135deg, #6a338f, #8b34d9);
    color: white;
    margin-left: auto;
    box-shadow: 0 10px 22px rgba(106, 51, 143, 0.24);
}

.botao-voltar:hover {
    background: linear-gradient(135deg, #592a78, #7a2dc0);
    transform: translateY(-1px);
}

.select-box {
    margin: 10px 0;
    padding: 12px 14px;
    width: 100%;
    max-width: 400px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.06);
    color: #fff;
}

form {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 18px;
    max-width: 400px;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 12px 35px rgba(0,0,0,0.26);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

label {
    display: block;
    margin-top: 15px;
    color: rgba(255,255,255,0.9);
}

h1 {
    text-align: center;
    font-family: 'Playwrite AU SA', sans-serif;
    font-size: 25px;
    z-index: 1;
    margin: 0 0 18px;
}

.toast {
    visibility: hidden;
    width: max-content;
    max-width: calc(100vw - 24px);
    min-width: 250px;
    background: linear-gradient(135deg, #42b95f, #32c26a);
    color: #fff;
    text-align: center;
    border-radius: 12px;
    padding: 12px 20px;
    position: fixed;
    z-index: 10000;
    right: 20px;
    bottom: 20px;
    font-size: 15px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.35s ease, transform 0.35s ease, visibility 0s linear 0.35s;
    pointer-events: none;
}

.toast.show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.35s ease, transform 0.35s ease, visibility 0s linear 0s;
}

.refresh-options-btn {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 10px;
    background: rgba(255,255,255,0.08);
    color: #fff;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(0,0,0,0.2);
    transition: transform 0.15s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.refresh-options-btn:hover {
    background: rgba(139, 52, 217, 0.28);
    transform: rotate(90deg);
    box-shadow: 0 12px 24px rgba(0,0,0,0.28);
}

.embeds-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(280px, 400px));
    gap: 20px;
    align-items: start;
    justify-content: start;
}

.embeds-grid .card {
    margin-bottom: 0;
    max-width: 400px;
    width: 100%;
}

.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-left: 8px;
    vertical-align: middle;
    font-size: 13px;
    line-height: 1;
    top: 6px;
}

.tooltip .tooltiptext {
    visibility: hidden;
    max-width: 250px;
    min-width: 130px;
    background-color: #333;
    color: #fff;
    text-align: left;
    padding: 8px 10px;
    border-radius: 8px;
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 150%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 13px;
    white-space: normal;
    display: inline-block;
    box-shadow: 0 10px 24px rgba(0,0,0,0.25);
}

.tooltip .tooltiptext::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid #333;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: none;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.label-group {
    display: flex;
    align-items: center;
    gap: 2px;
}

#prefixo {
    width: 50px;
    text-align: center;
}

.layout {
    display: flex;
    gap: 20px;
}

.sidebar {
    width: 220px;
    background: rgba(255,255,255,0.05);
    padding: 16px 0;
    border-radius: 18px;
    margin-right: 0;
    height: fit-content;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 12px 35px rgba(0,0,0,0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.sidebar a {
    display: block;
    padding: 12px 20px;
    color: #fff;
    text-decoration: none;
    transition: background 0.2s ease;
}

.sidebar a:hover,
.sidebar a.active {
    background: rgba(106, 51, 143, 0.8);
}

.content-area {
    flex: 1;
    min-width: 0;
}




.card {
    background: rgba(255,255,255,0.05);
    border-radius: 18px;
    padding: 20px;
    margin-bottom: 20px;
    max-width: 400px;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 12px 35px rgba(0,0,0,0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.card h3 {
    margin-top: 0;
}

.btn-embed {
    background: linear-gradient(135deg, #6a338f, #8b34d9);
    color: #fff;
    border: none;
    padding: 10px 16px;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(106, 51, 143, 0.24);
    transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-embed:hover {
    background: linear-gradient(135deg, #592a78, #7a2dc0);
    transform: translateY(-1px);
    box-shadow: 0 14px 26px rgba(106, 51, 143, 0.32);
}

@media screen and (min-width: 769px) {
    .select-box {
        background: #000 !important;
        color: #fff !important;
    }

    .select-box option {
        background: #000 !important;
        color: #fff !important;
    }

    .select-box:focus,
    .select-box:active {
        background: #000 !important;
        color: #fff !important;
        outline: none;
    }
}



/* =========================================
   CARROSSEL DE FUNCIONALIDADES
========================================= */
.carousel {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

.carousel-track {
    display: flex;
    transition: transform 0.55s ease-in-out;
    will-change: transform;
}

.carousel-slide {
    min-width: 100%;
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    padding: 10px;
}

.carousel-slide .feature-card {
    width: 100%;
    max-width: 420px;
    background: rgba(255,255,255,0.95);
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.12);
    overflow: hidden;
    text-align: center;
}

.carousel-slide .feature-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    -webkit-user-drag: none;
    user-select: none;
}

.carousel-slide .feature-card.tall img {
    height: 220px;
}

.carousel-slide .card-body {
    padding: 22px;
}

.carousel-slide .feature-card h3 {
    color: #611574;
    font-size: 1.35rem;
    margin-bottom: 10px;
}

.carousel-slide .feature-card p {
    color: #555;
    margin: 0;
    line-height: 1.6;
}

.carousel-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
    flex-wrap: wrap;
}

.carousel-dot {
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.475);
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    padding: 0;
}

.carousel-dot:hover {
    transform: scale(1.12);
    background: rgba(97, 21, 116, 0.55);
}

.carousel-dot.active {
    background: #8b34d9;
    box-shadow: 0 0 0 4px rgba(139, 52, 217, 0.15);
}



/* MOBILE */
@media screen and (max-width: 1024px) {
    .cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .layout {
        flex-direction: column;
    }

    .sidebar {
        width: 100%;
    }

    .card {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .content {
        padding: 20px 16px 110px;
    }

    .top-bar {
        padding: 12px 20px;
    }

    .logo-link span {
        font-size: 28px;
    }
    .embeds-grid {
        grid-template-columns: 1fr;
    }

    .refresh-options-btn {
        top: 12px;
        right: 12px;
    }
    .nav-links {
        display: none;
        flex-direction: column;
        background-color: rgba(20, 20, 20, 0.95);
        position: absolute;
        top: 80px;
        right: 0;
        width: 100%;
        padding: 20px 0;
        text-align: center;
        gap: 20px;
        z-index: 30;
        border-top: 1px solid rgba(255,255,255,0.08);
    }

    .nav-links.active {
        display: flex;
    }

    .hamburger {
        display: block;
    }

    .button {
        margin-left: 0;
    }

    .dropdown-menu {
        position: static;
        box-shadow: none;
        background: transparent;
        width: 100%;
        border-radius: 0;
        border: none;
    }

    .dropdown-menu .dropdown-link {
        text-align: center;
        border-bottom: none;
    }

    .cards {
        grid-template-columns: 1fr;
    }

    .server-grid {
        padding: 0 12px;
        gap: 16px;
    }

    .server-card {
        width: 100%;
        max-width: 340px;
    }

    form,
    .select-box {
        max-width: 100%;
    }

    .botoes-acoes {
        flex-direction: column;
    }

    .botao-voltar {
        margin-left: 0;
    }

    #radio-bar {
        gap: 8px;
    }

    .radio-cover {
        flex: 0 0 auto;
    }

    #radio-cover {
        margin-right: 0;
    }

    .radio-btn,
    .volume-wrapper {
        flex: 0 0 auto;
    }

    .radio-info {
        flex: 1 1 auto;
        min-width: 0;
        overflow: hidden;
    }

    #radio-title {
        display: inline-block;
        min-width: max-content;
        padding-right: 24px;
        animation: radioMarquee 12s linear infinite;
    }

    @keyframes radioMarquee {
        0% {
            transform: translateX(0);
        }
        15% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-100% + 100vw - 210px));
        }
    }
}

@media screen and (max-width: 480px) {
    .logo-link img {
        width: 42px;
        height: 42px;
        margin-right: 12px;
    }

    .logo-link span {
        font-size: 24px;
    }

    .toxic-img,
    .rounded-image {
        width: 190px;
        height: 190px;
    }
    .toast {
        right: 12px;
        left: auto;
        bottom: 12px;
        width: auto;
        min-width: 0;
        max-width: calc(100vw - 24px);
    }
    .centered-title {
        top: 50%;
        font-size: 13px;
    }

    .bottom-campo {
        top: 66%;
    }

    .toast {
        right: 12px;
        left: 12px;
        width: auto;
        min-width: 0;
    }
}
