/* ============================================================
   🍌 CAMBUR PINTÓN - ESTILOS PRINCIPALES (v2.0)
   ============================================================ */

:root {
    --bg: #1A1A2E;
    --surface: #16213E;
    --cambur-yellow: #FFD700;
    --cambur-green: #7CB342;
    --cambur-dark: #0D2818;
    --text: #FFFFFF;
    --text-secondary: #A5D6A7;
    --border: rgba(124, 179, 66, 0.2);
    --shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    --radius: 16px;
    --neon-green: #39FF14;
    --neon-pink: #FF6B9D;
    --dj-bg: #0D1117;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: var(--bg);
    color: var(--text);
    min-height: 100vh;
    line-height: 1.6;
    padding-top: 46px;
    padding-bottom: 85px;
}

/* ============================================================
   ACCESIBILIDAD: REDUCIR MOVIMIENTO
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
        scroll-behavior: auto !important;
    }
}

/* ============================================================
   ACCESIBILIDAD: FOCO VISIBLE
   ============================================================ */
:focus {
    outline: none;
}
:focus-visible {
    outline: 3px solid rgba(124, 179, 66, 0.85);
    outline-offset: 3px;
    border-radius: 6px;
}

/* ============================================================
   BARRA SUPERIOR UNIFICADA
   ============================================================ */
.top-bar {
    position: fixed;
    top: 0; left: 0; right: 0;
    height: 46px;
    background: rgba(13, 40, 24, 0.95);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(124, 179, 66, 0.3);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    z-index: 1001;
    font-size: 12px;
    gap: 10px;
}
.top-left { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.social-icons { display: flex; gap: 10px; align-items: center; }
.social-icons a { color: var(--cambur-green); font-size: 14px; transition: all 0.3s; text-decoration: none; }
.social-icons a:hover { color: var(--cambur-yellow); transform: translateY(-2px); filter: drop-shadow(0 2px 6px rgba(255, 215, 0, 0.4)); }

.top-right { display: flex; align-items: center; gap: 8px; flex-shrink: 0; margin-left: auto; padding-left: 10px; }
.top-dollar { color: var(--cambur-yellow); font-weight: 700; white-space: nowrap; }
.top-weather { color: var(--text-secondary); white-space: nowrap; overflow: hidden; max-width: 250px; }
.weather-inner { display: inline-block; white-space: nowrap; animation: weatherScroll 70s linear infinite; padding-left: 100%; }
@keyframes weatherScroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.venezuela-time { display: flex; align-items: center; gap: 5px; color: var(--text-secondary); font-weight: 600; white-space: nowrap; }
.venezuela-time .flag { font-size: 14px; }
.venezuela-time .time { color: #FFFFFF; letter-spacing: 1px; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 40px;
    background: linear-gradient(180deg, #0D2818 0%, #1A1A2E 100%);
    position: relative;
    overflow: hidden;
    min-height: 500px;
    gap: 30px;
    flex-wrap: wrap;
}
.hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: url('https://radio.camburpinton.com.ve/static/uploads/browser_icon/original.1786057574.png');
    background-repeat: repeat;
    background-size: 80px;
    opacity: 0.03;
}
.hero-left {
    text-align: center;
    position: relative;
    z-index: 1;
    flex: 1;
    min-width: 280px;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hero-right {
    position: relative;
    z-index: 1;
    flex: 1;
    min-width: 280px;
    max-width: 480px;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 25px 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    border: 3px solid rgba(124, 179, 66, 0.4);
}
.hero-right::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(13, 28, 24, 0.45);
    z-index: 0;
    border-radius: 21px;
}
.hero-right > * { position: relative; z-index: 1; }

.logo-img {
    width: 150px;
    height: auto;
    filter: drop-shadow(0 0 30px rgba(124, 179, 66, 0.5));
    animation: float 3s ease-in-out infinite;
    border-radius: 50%;
    border: 3px solid rgba(124, 179, 66, 0.3);
    background: rgba(13, 40, 24, 0.6);
    padding: 10px;
    margin-bottom: 20px;
}
@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }

.station-name {
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 10px;
    background: linear-gradient(45deg,#7CB342,#558B2F,#FFD700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
}
.tagline { font-size: 18px; color: #A5D6A7; margin-bottom: 5px; font-style: italic; }
.hero-subtitle { font-size: 15px; color: #A5D6A7; font-style: italic; margin-bottom: 25px; }

.listeners-badge {
    display: inline-block;
    padding: 5px 14px;
    background: rgba(124,179,66,0.15);
    border: 1px solid rgba(124,179,66,0.3);
    border-radius: 20px;
    font-size: 12px;
    color: var(--cambur-green);
    white-space: nowrap;
    margin-bottom: 12px;
}
.listeners-count { font-weight: 700; color: #FFFFFF; }

.btn-request {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: linear-gradient(135deg,#7CB342,#558B2F);
    color: white;
    border: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(124,179,66,0.3);
    white-space: nowrap;
}
.btn-request:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(124,179,66,0.5); }

/* ============================================================
   REPRODUCTOR CAMBUR DJ FIJO
   ============================================================ */
.dj-player-bar {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    background: var(--dj-bg);
    border-top: 1px solid rgba(124, 179, 66, 0.4);
    padding: 6px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 1000;
    height: 75px;
    overflow: hidden;
}

/* Luces discoteca */
.dj-luces {
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #FF0000, #FFD700, #00FF00, #FF4500, #FF00FF, #FFD700, #00FF00);
    background-size: 200% 100%;
    opacity: 0.4;
    transition: opacity 0.5s;
}
.dj-luces.activo {
    opacity: 1;
    animation: lucesBar 1s linear infinite;
}
@keyframes lucesBar {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}

/* Play */
.dj-play-btn {
    width: 42px; height: 42px;
    border-radius: 50%;
    border: 2px solid var(--cambur-green);
    background: rgba(124,179,66,0.1);
    color: var(--cambur-green);
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s;
    flex-shrink: 0;
}
.dj-play-btn:hover { background: rgba(124,179,66,0.2); transform: scale(1.05); }
.dj-play-btn.playing {
    border-color: var(--cambur-yellow);
    color: var(--cambur-yellow);
    background: rgba(255,215,0,0.15);
    box-shadow: 0 0 18px rgba(255,215,0,0.4);
}

/* Disco mini */
.dj-disco-mini {
    width: 30px; height: 30px;
    border-radius: 50%;
    background: conic-gradient(#FFD700, #FF8C00, #FF4500, #8B0000, #FFD700, #FF8C00, #FF4500, #8B0000);
    animation: girarDisco 2s linear infinite paused;
    flex-shrink: 0;
    border: 2px solid #333;
}
.dj-disco-mini.girando { animation-play-state: running; }
@keyframes girarDisco { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

/* Info canción */
.dj-info { flex: 1; min-width: 0; text-align: center; }
.dj-title { font-size: 12px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 250px; margin: 0 auto; }
.dj-artist { font-size: 10px; color: var(--text-secondary); }

/* Ecualizador */
.dj-equalizer { display: flex; gap: 2px; align-items: flex-end; height: 25px; flex-shrink: 0; }
.dj-equalizer .eq-bar {
    width: 3px;
    background: var(--cambur-green);
    border-radius: 1px;
    transition: height 0.1s;
}

/* Volumen */
.dj-volume { display: flex; align-items: center; gap: 5px; flex-shrink: 0; }
.dj-volume .vol-icon { font-size: 11px; color: var(--cambur-green); cursor: pointer; }
.dj-vol-slider {
    -webkit-appearance: none;
    width: 60px;
    height: 4px;
    background: rgba(124, 179, 66, 0.3);
    border-radius: 2px;
    outline: none;
    cursor: pointer;
}
.dj-vol-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 14px; height: 14px;
    background: var(--cambur-green);
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid var(--cambur-yellow);
}
.dj-vol-slider::-moz-range-thumb {
    width: 14px;
    height: 14px;
    background: var(--cambur-green);
    border-radius: 50%;
    border: 2px solid var(--cambur-yellow);
    cursor: pointer;
}

/* EN VIVO */
.dj-live { display: flex; align-items: center; gap: 4px; flex-shrink: 0; }
.dj-live .live-dot { width: 6px; height: 6px; background: var(--cambur-green); border-radius: 50%; animation: blink 1s infinite; }
.dj-live span { font-size: 9px; font-weight: bold; color: var(--cambur-green); letter-spacing: 1px; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.3} }

/* Cambur DJ */
.dj-cambur { font-size: 28px; flex-shrink: 0; animation: float 3s ease-in-out infinite; cursor: pointer; }
.dj-cambur.bailando { animation: bailar 0.3s ease-in-out infinite; }
@keyframes bailar { 0%,100%{transform:rotate(-5deg) translateY(-3px);} 50%{transform:rotate(5deg) translateY(3px);} }

/* Offline */
.dj-player-bar.offline { border-top-color: #FF6B6B; }
.dj-player-bar.offline .dj-live .live-dot { background: #FF6B6B; animation: none; opacity: 1; }
.dj-player-bar.offline .dj-live span { color: #FF6B6B; }

/* ============================================================
   BANNER PUBLICITARIO
   ============================================================ */
.banner-section { max-width: 1200px; margin: 0 auto; padding: 20px 40px; display: none; }
.banner-section.active { display: block; }
.banner-container { position: relative; border-radius: var(--radius); overflow: hidden; border: 2px solid var(--border); transition: border-color 0.3s; }
.banner-container:hover { border-color: var(--cambur-green); }
.banner-container a { display: block; text-decoration: none; }
.banner-container img { width: 100%; height: auto; display: block; max-height: 200px; object-fit: cover; }
.banner-dots { display: flex; justify-content: center; gap: 8px; margin-top: 10px; }
.banner-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--border); transition: background 0.3s; }
.banner-dot.active { background: var(--cambur-green); }

/* ============================================================
   HISTORIAL LÍNEA DE TIEMPO
   ============================================================ */
.history-overlay { flex: 1; overflow-y: auto; }
.history-title-mini { font-size: 16px; font-weight: 700; text-align: center; margin-bottom: 15px; color: var(--cambur-yellow); }
.history-timeline { position: relative; padding-left: 30px; }
.history-timeline::before { content: ''; position: absolute; left: 10px; top: 0; bottom: 0; width: 3px; background: var(--cambur-green); opacity: 0.3; border-radius: 2px; }
.history-item-mini { position: relative; margin-bottom: 18px; padding-left: 10px; }
.history-item-mini::before {
    content: '';
    position: absolute;
    left: -24px;
    top: 6px;
    width: 10px;
    height: 10px;
    background: var(--cambur-green);
    border-radius: 50%;
    border: 2px solid var(--cambur-yellow);
}
.history-item-mini:first-child::before { background: var(--cambur-yellow); box-shadow: 0 0 8px var(--cambur-yellow); }
.history-song-mini { font-size: 13px; font-weight: 700; color: #FFFFFF; margin-bottom: 2px; }
.history-artist-mini { font-size: 11px; color: var(--text-secondary); margin-bottom: 2px; }
.history-time-mini { font-size: 10px; color: var(--cambur-green); font-style: italic; }
.history-placeholder-mini { text-align: center; color: var(--text-secondary); font-style: italic; font-size: 12px; padding: 15px; }

/* ============================================================
   COMUNIDAD
   ============================================================ */
.community-section { padding: 40px; max-width: 700px; margin: 0 auto; text-align: center; }
.section-title { font-size: 28px; font-weight: 800; margin-bottom: 5px; color: #FFFFFF; }
.section-subtitle { color: var(--text-secondary); font-size: 16px; margin-bottom: 25px; font-style: italic; }
.community-buttons { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }
.btn-whatsapp, .btn-telegram, .btn-outline { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 50px; text-decoration: none; font-weight: 700; font-size: 15px; transition: all 0.3s; }
.btn-whatsapp { background: #25D366; color: white; box-shadow: 0 4px 15px rgba(37,211,102,0.3); }
.btn-whatsapp:hover { background: #20BD5C; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(37,211,102,0.5); }
.btn-telegram { background: #0088cc; color: white; box-shadow: 0 4px 15px rgba(0,136,204,0.3); }
.btn-telegram:hover { background: #0077b5; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,136,204,0.5); }
.btn-outline { background: transparent; color: var(--cambur-green); border: 2px solid var(--cambur-green); }
.btn-outline:hover { background: rgba(124,179,66,0.1); }

/* ============================================================
   NOTICIAS PINTONAS
   ============================================================ */
.news-section { padding: 40px; max-width: 1200px; margin: 0 auto; }
.news-section .section-title::after { content:''; display:block; width:60px; height:4px; background:#7CB342; margin:10px auto 0; border-radius:2px; }
.news-update-time { text-align: center; font-size: 12px; color: #7CB342; margin-bottom: 20px; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 30px; }
.news-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 25px; transition: transform 0.2s,box-shadow 0.2s; }
.news-card:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(0,0,0,0.3); }
.news-category { font-size: 12px; color: var(--cambur-green); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
.news-title { font-size: 18px; font-weight: 700; color: #FFFFFF; margin-bottom: 10px; line-height: 1.3; }
.news-excerpt { font-size: 14px; color: var(--text-secondary); line-height: 1.6; }
.news-placeholder { text-align: center; color: var(--text-secondary); font-style: italic; padding: 40px; grid-column: 1/-1; }
.bottom-row { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
.bottom-row .news-card { height: 100%; }

/* ============================================================
   TALENTO PINTÓN - VIDEO
   ============================================================ */
.video-wrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 12px; margin-bottom: 12px; }
.video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

/* ============================================================
   BOTONES TALENTO
   ============================================================ */
.talento-buttons-section { max-width: 1200px; margin: 0 auto; padding: 20px 40px 30px; display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }
.btn-registro { display: inline-flex; align-items: center; gap: 10px; padding: 16px 32px; background: linear-gradient(135deg, var(--cambur-yellow), #FFA000); color: #1A1A2E; border: none; border-radius: 50px; font-weight: 700; font-size: 16px; cursor: pointer; transition: all 0.3s; box-shadow: 0 4px 20px rgba(255, 215, 0, 0.4); text-decoration: none; }
.btn-registro:hover { transform: translateY(-3px); box-shadow: 0 8px 30px rgba(255, 215, 0, 0.6); }
.btn-talento-pagina { display: inline-flex; align-items: center; gap: 10px; padding: 16px 32px; background: linear-gradient(135deg, #7CB342, #558B2F); color: white; border: none; border-radius: 50px; font-weight: 700; font-size: 16px; cursor: pointer; transition: all 0.3s; box-shadow: 0 4px 20px rgba(124, 179, 66, 0.4); text-decoration: none; }
.btn-talento-pagina:hover { transform: translateY(-3px); box-shadow: 0 8px 30px rgba(124, 179, 66, 0.6); }

/* ============================================================
   MODALES
   ============================================================ */
.modal-overlay { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.75); z-index: 2000; align-items: center; justify-content: center; }
.modal-overlay.active { display: flex; }
.modal { background: var(--surface); border: 2px solid var(--cambur-green); border-radius: var(--radius); position: relative; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6); padding: 30px; width: 95%; overflow-y: auto; }
.modal-pedir { max-width: 600px; height: 550px; padding: 10px; }
.modal-registro { max-width: 500px; max-height: 90vh; }
.modal-close { position: absolute; top: 15px; right: 20px; background: rgba(0,0,0,0.5); border: none; color: white; font-size: 20px; cursor: pointer; z-index: 10; width: 35px; height: 35px; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: background 0.3s; }
.modal-close:hover { background: rgba(255,107,107,0.8); }
#requestFrame { width: 100%; height: 100%; border: none; border-radius: 12px; }
.modal-registro h3 { font-size: 22px; margin-bottom: 5px; text-align: center; }
.modal-registro p.sub { color: var(--text-secondary); font-size: 13px; margin-bottom: 20px; text-align: center; }
.form-group { margin-bottom: 15px; }
.form-group label { display: block; font-size: 12px; color: var(--cambur-green); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 5px; }
.form-group input { width: 100%; padding: 10px 14px; border-radius: 10px; border: 2px solid var(--border); background: var(--bg); color: #FFFFFF; font-size: 14px; font-family: inherit; outline: none; transition: border-color 0.3s; }
.form-group input:focus { border-color: var(--cambur-green); }
.form-group .required { color: #FF6B6B; }
.btn-submit { width: 100%; padding: 14px; background: linear-gradient(135deg, #7CB342, #558B2F); color: white; border: none; border-radius: 25px; font-weight: 700; font-size: 15px; cursor: pointer; transition: all 0.3s; margin-top: 10px; }
.btn-submit:hover { background: linear-gradient(135deg, #8BC34A, #689F38); }
.btn-submit:disabled { opacity: 0.6; cursor: not-allowed; }
.form-confirmation { display: none; text-align: center; color: var(--cambur-green); font-weight: 700; margin-top: 15px; }

/* ============================================================
   SALUDOS
   ============================================================ */
.saludos-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }

/* ============================================================
   BOTONES FLOTANTES
   ============================================================ */
.whatsapp-float { position: fixed; bottom: 90px; right: 20px; width: 50px; height: 50px; background: #25D366; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 22px; z-index: 998; box-shadow: 0 4px 15px rgba(37,211,102,0.4); cursor: pointer; transition: all 0.3s; text-decoration: none; animation: pulse-wa 2s infinite; }
.whatsapp-float:hover { transform: scale(1.1); box-shadow: 0 6px 20px rgba(37,211,102,0.6); animation: none; }
@keyframes pulse-wa { 0%{box-shadow:0 0 0 0 rgba(37,211,102,0.4)} 70%{box-shadow:0 0 0 15px rgba(37,211,102,0)} 100%{box-shadow:0 0 0 0 rgba(37,211,102,0)} }
.download-float { position: fixed; bottom: 90px; left: 20px; width: 50px; height: 50px; background: #3DDC84; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 22px; z-index: 998; box-shadow: 0 4px 15px rgba(61,220,132,0.4); cursor: pointer; transition: all 0.3s; text-decoration: none; animation: pulse-android 2s infinite; }
.download-float:hover { transform: scale(1.1); box-shadow: 0 6px 20px rgba(61,220,132,0.6); animation: none; }
@keyframes pulse-android { 0%{box-shadow:0 0 0 0 rgba(61,220,132,0.4)} 70%{box-shadow:0 0 0 15px rgba(61,220,132,0)} 100%{box-shadow:0 0 0 0 rgba(61,220,132,0)} }

/* ============================================================
   FOOTER
   ============================================================ */
footer { text-align: center; padding: 30px 20px 40px; color: var(--text-secondary); font-size: 14px; border-top: 1px solid var(--border); }
footer strong { color: #FFFFFF; }
footer a { color: var(--text-secondary); text-decoration: underline; font-size: 12px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media(min-width:600px){
    .community-buttons{flex-wrap:nowrap}
    .community-buttons .btn-whatsapp,.community-buttons .btn-telegram,.community-buttons .btn-outline{min-width:180px;justify-content:center;font-size:14px;padding:12px 20px}
}
@media(max-width:900px){
    .news-grid { grid-template-columns: 1fr; }
    .bottom-row { grid-template-columns: 1fr; }
    .banner-section { padding: 15px 20px; }
    .banner-container img { max-height: 120px; }
    .top-weather { display: none; }
}
@media(max-width:768px){
    .hero { flex-direction: column; padding: 30px 20px; gap: 25px; min-height: auto; }
    .hero-left { order: 1; max-width: 100%; }
    .hero-right { order: 2; max-width: 100%; min-height: 350px; }
    .station-name { font-size: 32px; }
    .logo-img { width: 120px; }
    .top-bar { padding: 0 10px; font-size: 11px; }
    .social-icons { gap: 8px; }
    .social-icons a { font-size: 12px; }
    .venezuela-time { font-size: 10px; }
    .top-dollar { font-size: 11px; }
    .news-section { padding: 30px 15px; }
    .community-buttons { flex-wrap: wrap; }
    .saludos-grid { grid-template-columns: 1fr; }
    .talento-buttons-section { padding: 15px 20px 25px; flex-direction: column; align-items: center; }
    .btn-registro, .btn-talento-pagina { width: 100%; justify-content: center; }
    .dj-player-bar { padding: 6px 10px; gap: 6px; height: 65px; }
    .dj-title { max-width: 100px; font-size: 10px; }
    .dj-vol-slider { width: 40px; }
    .dj-cambur { font-size: 22px; }
}
