@charset "UTF-8";
/**
 * Radio IS'R - Design identique à Radio ISA (100%)
 * Couleur principale: Rouge #d00 (comme Radio ISA)
 * Slogan: "Un MAX de Hits"
 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Arial", "Helvetica", sans-serif;
  background: #ffffff;
  color: #222222;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.3s ease;
  background: #ffffff;
  width: 100%;
}
.main-header.scrolled {
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.main-header.scrolled .header-top-bar {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 0;
  border-bottom: none;
  transition: all 0.3s ease;
  pointer-events: none;
}
.main-header.scrolled .main-nav {
  background: #ffffff;
  padding: 12px 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  z-index: 10;
  pointer-events: auto;
}
.main-header.scrolled .main-nav .nav-link {
  color: #2176FF;
  pointer-events: auto;
  cursor: pointer;
}
.main-header.scrolled .main-nav .nav-link::after {
  color: #2176FF;
}
.main-header.scrolled .main-nav .nav-link:hover {
  color: #1a5ecc;
}
.main-header.scrolled .main-nav .logo-link {
  pointer-events: auto;
  cursor: pointer;
}
.main-header.scrolled .main-nav .logo-text {
  color: #000000;
}
.main-header.scrolled .main-nav .logo-square {
  background: #2176FF;
  color: #ffffff;
}
.main-header.scrolled .main-nav .logo-slogan {
  color: #000000;
}
.main-header.scrolled .main-nav .radio-selector {
  color: #222222;
  pointer-events: auto;
  cursor: pointer;
}
.main-header.scrolled .main-nav .radio-selector:hover {
  background: rgba(0, 0, 0, 0.05);
}
.main-header.scrolled .main-nav .volume-control {
  pointer-events: auto;
}
.main-header.scrolled .main-nav .volume-control i {
  color: #222222;
}
.main-header.scrolled .logo-container {
  transform: scale(0.95);
  transition: transform 0.3s ease;
}
.main-header.scrolled .nav-menu {
  gap: 20px;
  transition: gap 0.3s ease;
  pointer-events: auto;
}
.main-header.scrolled .nav-link {
  font-size: 1rem;
  transition: all 0.3s ease;
  pointer-events: auto;
}
.main-header.scrolled .radio-player-bar {
  background: #2176FF;
  padding: 0;
}
.main-header.scrolled .player-content {
  gap: 0;
  height: 120px;
}
@media (max-width: 968px) {
  .main-header.scrolled .player-content {
    height: 80px;
  }
}
.main-header.scrolled .play-pause-btn {
  background: #ffffff;
  color: #2176FF;
  width: 120px;
  height: 100%;
  font-size: 40px;
  border-radius: 0;
  padding: 0;
}
.main-header.scrolled .play-pause-btn i {
  color: #2176FF;
}
.main-header.scrolled .play-pause-btn:hover {
  background: #4a8fff;
  color: #ffffff;
}
.main-header.scrolled .play-pause-btn:hover i {
  color: #ffffff;
}
@media (max-width: 968px) {
  .main-header.scrolled .play-pause-btn {
    width: 60px;
    height: 100%;
    font-size: 24px;
    border-radius: 0;
  }
}
.main-header.scrolled .track-cover {
  width: 90px;
  height: 90px;
}
@media (max-width: 968px) {
  .main-header.scrolled .track-cover {
    width: 60px;
    height: 60px;
  }
}
.main-header.scrolled .player-track-info .track-title,
.main-header.scrolled .player-track-info .track-artist {
  color: #ffffff;
  font-size: inherit;
}
.main-header.scrolled .player-center-section {
  gap: 20px;
  padding: 15px 20px;
}
@media (max-width: 968px) {
  .main-header.scrolled .player-center-section {
    gap: 15px;
    padding: 10px 15px;
    justify-content: flex-start;
  }
}
.main-header.scrolled .player-right-section {
  padding: 15px 20px;
  background: #ffffff;
}
@media (max-width: 968px) {
  .main-header.scrolled .player-right-section {
    padding: 0;
    min-width: 60px;
    width: 60px;
    border-radius: 0;
  }
}
@media (max-width: 968px) {
  .main-header.scrolled .player-dab {
    padding: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  .main-header.scrolled .player-dab i {
    font-size: 20px;
    color: #2176FF;
  }
}
.main-header.scrolled .track-info {
  color: #ffffff;
}
.main-header.scrolled .player-brand {
  color: #ffffff;
}
.main-header.scrolled .action-btn {
  color: #ffffff;
}
.main-header.scrolled .news-ticker {
  background: #2176FF;
  padding: 8px 0;
}
.main-header.scrolled .ticker-content {
  color: #ffffff;
}
.main-header.scrolled .ticker-scroll marquee {
  color: #ffffff;
}

.header-top-bar {
  background: #e5e5e5;
  padding: 8px 0;
  border-bottom: 1px solid #cccccc;
  transition: all 0.3s ease;
  max-height: 50px;
  overflow: hidden;
  opacity: 1;
}

.header-top-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.social-icons {
  display: flex;
  gap: 12px;
  align-items: center;
}
.social-icons a {
  color: #2176FF;
  font-size: 18px;
  text-decoration: none;
  transition: transform 0.2s ease, color 0.2s ease;
}
.social-icons a:hover {
  color: #1a5ecc;
  transform: scale(1.1);
}

.main-nav {
  background: #ffffff;
  padding: 12px 0;
  border-bottom: 1px solid #f5f5f5;
  transition: padding 0.3s ease;
}

.nav-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.logo-link {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: transform 0.3s ease;
}

.logo-text {
  color: #000000;
  font-weight: 700;
  font-size: 1.25rem;
  transition: color 0.3s ease;
}

.logo-square {
  background: #2176FF;
  color: #ffffff;
  padding: 8px 12px;
  font-weight: 700;
  font-size: 1.25rem;
  display: inline-block;
  line-height: 1.2;
  transition: all 0.3s ease;
}

.logo-slogan {
  color: #000000;
  font-size: 0.75rem;
  display: block;
  margin-top: 2px;
  line-height: 1;
  transition: color 0.3s ease;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 25px;
  align-items: center;
  flex: 1;
  justify-content: center;
  transition: gap 0.3s ease;
}
@media (max-width: 768px) {
  .nav-menu {
    display: none;
    flex-direction: column;
    width: 100%;
  }
  .nav-menu.active {
    display: flex;
  }
}

.nav-link {
  color: #2176FF;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  padding: 5px 0;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease;
  pointer-events: auto;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}
.nav-link i {
  font-size: 10px;
  transition: transform 0.3s ease;
}
.nav-link:hover {
  color: #1a5ecc;
}

.nav-item-has-dropdown {
  position: relative;
}
.nav-item-has-dropdown:hover .nav-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-item-has-dropdown:hover .nav-link i {
  transform: rotate(180deg);
}

.nav-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  min-width: 200px;
  list-style: none;
  padding: 8px 0;
  margin: 0;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
}
.nav-submenu li {
  margin: 0;
}
.nav-submenu a {
  display: block;
  padding: 10px 20px;
  color: #222222;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
  transition: all 0.2s ease;
}
.nav-submenu a:hover {
  background: #2176FF;
  color: #ffffff;
}

.main-header.scrolled .nav-submenu {
  background: #ffffff;
  border-color: #cccccc;
}
.main-header.scrolled .nav-submenu a {
  color: #222222;
}
.main-header.scrolled .nav-submenu a:hover {
  background: #2176FF;
  color: #ffffff;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.radio-selector-wrapper,
.player-dab-wrapper {
  position: relative;
  margin-left: 0;
  margin-right: 0;
}

.radio-selector {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  color: #222222;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.radio-selector:hover {
  background: #f5f5f5;
}

.radio-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  min-width: 180px;
  z-index: 1000;
  margin-top: 5px;
}

.radio-option {
  padding: 10px 15px;
  cursor: pointer;
  color: #222222;
  font-size: 0.875rem;
  transition: background 0.2s;
}
.radio-option:hover {
  background: #f5f5f5;
}
.radio-option:first-child {
  border-radius: 4px 4px 0 0;
}
.radio-option:last-child {
  border-radius: 0 0 4px 4px;
}

.volume-control {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: 0;
  flex-shrink: 0;
}
.player-right-section .volume-control {
  margin-left: 0;
}
.volume-control i {
  color: #ffffff;
  font-size: 14px;
}
.volume-control input[type=range] {
  width: 60px;
  height: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 1px;
  outline: none;
}
.volume-control input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.volume-control input[type=range]::-moz-range-thumb {
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.radio-player-bar {
  background: #2176FF;
  padding: 0;
  width: 100%;
  transition: all 0.3s ease;
}

.player-content {
  display: flex;
  align-items: stretch;
  gap: 0;
  flex-wrap: nowrap;
  height: 120px;
}
@media (max-width: 968px) {
  .player-content {
    height: 80px;
  }
}

.play-pause-btn {
  background: #ffffff;
  border: none;
  width: 120px;
  height: 100%;
  color: #2176FF;
  font-size: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  padding: 0;
  flex-shrink: 0;
  border-radius: 0;
}
@media (max-width: 968px) {
  .play-pause-btn {
    width: 40px;
    height: 40px;
    font-size: 16px;
    border-radius: 4px;
  }
}
.play-pause-btn i {
  color: #2176FF;
}
.play-pause-btn:hover {
  background: #4a8fff;
  color: #ffffff;
}
.play-pause-btn:hover i {
  color: #ffffff;
}

.player-center-section {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
  padding: 15px 20px;
  background: #2176FF;
}
@media (max-width: 968px) {
  .player-center-section {
    gap: 12px;
    padding: 10px 15px;
  }
}

.track-cover {
  width: 90px;
  height: 90px;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  background: rgba(0, 0, 0, 0.3);
}
@media (max-width: 968px) {
  .track-cover {
    width: 60px;
    height: 60px;
  }
}

.player-track-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  min-width: 0;
}
.player-track-info .track-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  font-style: italic;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
  margin-bottom: 5px;
  transition: none;
}
@media (max-width: 968px) {
  .player-track-info .track-title {
    font-size: 16px;
  }
}
.player-track-info .track-artist {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
  transition: none;
}
@media (max-width: 968px) {
  .player-track-info .track-artist {
    font-size: 14px;
  }
}

.player-right-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-shrink: 0;
  background: #ffffff;
  padding: 15px 20px;
  border-left: 2px solid rgba(255, 255, 255, 0.2);
  min-width: 150px;
}
@media (max-width: 968px) {
  .player-right-section {
    padding: 10px 15px;
    min-width: 120px;
  }
}

.player-radio-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  margin-right: 15px;
}
.player-radio-logo .player-logo-text {
  color: #000000;
  font-weight: 700;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (max-width: 968px) {
  .player-radio-logo .player-logo-text {
    font-size: 1rem;
  }
}
.player-radio-logo .player-logo-container {
  display: flex;
  flex-direction: column;
}
.player-radio-logo .player-logo-square {
  background: #2176FF;
  color: #ffffff;
  padding: 8px 15px;
  font-weight: 700;
  font-size: 2rem;
  border-radius: 4px;
  text-transform: uppercase;
}
@media (max-width: 968px) {
  .player-radio-logo .player-logo-square {
    font-size: 1.5rem;
    padding: 6px 12px;
  }
}
.player-radio-logo .player-logo-slogan {
  background: #000000;
  color: #ffffff;
  padding: 4px 12px;
  font-size: 0.75rem;
  border-radius: 3px;
  margin-top: 3px;
  text-transform: uppercase;
}
@media (max-width: 968px) {
  .player-radio-logo .player-logo-slogan {
    font-size: 10px;
    padding: 3px 10px;
  }
}

.player-radio-name {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 0;
}
.player-radio-name .radio-name-text {
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
  letter-spacing: 0.3px;
}

.track-info {
  display: flex;
  flex-direction: column;
  color: #ffffff;
}

.track-title {
  font-weight: 700;
  font-size: 0.875rem;
  color: #ffffff;
  transition: font-size 0.3s ease;
  line-height: 1.2;
}
@media (max-width: 968px) {
  .track-title {
    font-size: 12px;
  }
}

.track-artist {
  font-size: 0.75rem;
  color: #ffffff;
  opacity: 0.9;
  transition: font-size 0.3s ease;
  line-height: 1.2;
}
@media (max-width: 968px) {
  .track-artist {
    font-size: 11px;
  }
}

.player-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.action-btn {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 1.125rem;
  cursor: pointer;
  padding: 5px;
}
.action-btn:hover {
  opacity: 0.8;
}

.player-brand {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  margin-left: auto;
}

.brand-name {
  font-weight: 700;
  font-size: 1rem;
}

.brand-slogan {
  font-size: 0.75rem;
  opacity: 0.9;
}

.player-dab {
  color: #2176FF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  font-size: 0;
  font-weight: 700;
  cursor: pointer;
  padding: 10px 15px;
  background: transparent;
  border: none;
  border-radius: 4px;
  transition: background 0.3s ease;
  flex-shrink: 0;
  white-space: nowrap;
  text-transform: uppercase;
}
@media (max-width: 968px) {
  .player-dab {
    padding: 10px 15px;
    width: 100%;
    height: 100%;
    border-radius: 4px;
  }
}
.player-dab:hover {
  background: rgba(33, 118, 255, 0.1);
}
.player-dab span {
  display: none;
}
.player-dab i {
  color: #2176FF;
  font-size: 14px;
}

.player-dab-wrapper {
  position: relative;
}

.player-dab-wrapper .radio-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 5px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  min-width: 200px;
  padding: 5px 0;
  overflow: hidden;
  z-index: 1000;
}
.player-dab-wrapper .radio-dropdown .radio-option {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  color: #222222;
  background: #ffffff;
  border-bottom: 1px solid #f5f5f5;
  transition: background 0.2s;
}
.player-dab-wrapper .radio-dropdown .radio-option:last-child {
  border-bottom: none;
}
.player-dab-wrapper .radio-dropdown .radio-option:hover {
  background: #f5f5f5;
}
.player-dab-wrapper .radio-dropdown .radio-option .radio-option-logo {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  margin-right: 12px;
  background: #ffffff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}
.player-dab-wrapper .radio-dropdown .radio-option .radio-option-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.player-dab-wrapper .radio-dropdown .radio-option span {
  flex: 1;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.news-ticker {
  background: #2176FF;
  padding: 8px 0;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.ticker-content {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 0.875rem;
}

.ticker-label {
  font-weight: 700;
  margin-right: 15px;
  padding: 0 10px;
}

.ticker-scroll {
  flex: 1;
  overflow: hidden;
}
.ticker-scroll marquee {
  color: #ffffff;
}

.main-content {
  padding: 30px 0;
  background: #ffffff;
  margin-top: 280px;
  min-height: calc(100vh - 280px);
}
@media (max-width: 968px) {
  .main-content {
    margin-top: 250px;
  }
}

.clips-page-wrapper {
  background: #2176FF;
  min-height: calc(100vh - 300px);
  padding: 40px 0;
}

.clips-page-header {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px 30px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  align-items: center;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 968px) {
  .clips-page-header {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.clips-page-title-left h1,
.clips-page-title-right h1 {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .clips-page-title-left h1,
  .clips-page-title-right h1 {
    font-size: 1.5rem;
  }
}

.clips-page-title-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-navigation {
  display: flex;
  gap: 10px;
}

.nav-arrow {
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid #ffffff;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1rem;
}
.nav-arrow:hover {
  background: #ffffff;
  color: #2176FF;
  transform: scale(1.1);
}
.nav-arrow:active {
  transform: scale(0.95);
}

.clips-page-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 20px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
}
@media (max-width: 968px) {
  .clips-page-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.clips-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 968px) {
  .clips-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media (max-width: 600px) {
  .clips-grid {
    grid-template-columns: 1fr;
  }
}

.clip-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.clip-item:hover {
  transform: translateY(-5px);
}

.clip-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.clip-thumbnail {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
}
.clip-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.clip-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
}
.clip-play-button i {
  color: #ffffff;
  font-size: 24px;
  margin-left: 3px;
}
.clip-play-button:hover {
  background: rgba(0, 0, 0, 0.95);
  transform: translate(-50%, -50%) scale(1.1);
}

.clip-vevo-badge {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: lowercase;
  background: rgba(0, 0, 0, 0.5);
  padding: 4px 8px;
  border-radius: 3px;
  z-index: 2;
}

.news-carousel {
  position: relative;
  min-height: 400px;
}

.news-item {
  display: none;
  animation: fadeIn 0.5s ease;
}
.news-item.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.news-link {
  display: block;
  text-decoration: none;
  color: inherit;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.news-link:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
}

.news-image {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
}
.news-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-content {
  padding: 20px;
}
.news-content h3 {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}

.content-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 30px;
}
@media (max-width: 968px) {
  .content-layout {
    grid-template-columns: 1fr;
  }
}

.social-share-buttons {
  position: fixed;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 100;
}
@media (max-width: 968px) {
  .social-share-buttons {
    display: none;
  }
}
.social-share-buttons .share-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.2s;
}
.social-share-buttons .share-btn:hover {
  transform: scale(1.1);
}
.social-share-buttons .share-btn.star {
  background: #2176FF;
}
.social-share-buttons .share-btn.facebook {
  background: #3b5998;
}
.social-share-buttons .share-btn.twitter {
  background: #000000;
}
.social-share-buttons .share-btn .count {
  display: block;
  font-size: 10px;
  margin-top: 2px;
  font-weight: 400;
}
.social-share-buttons .share-btn i {
  font-size: 18px;
}

.section-title {
  background: #2176FF;
  color: #ffffff;
  padding: 15px 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
}
.section-title a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: none;
}
.section-title a:hover {
  text-decoration: underline;
}

.content-section {
  margin-bottom: 40px;
}

.articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.article-card {
  background: #ffffff;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}
.article-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.article-card img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-card-content {
  padding: 15px;
}
.article-card-content h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #222222;
  margin-bottom: 10px;
  line-height: 1.4;
}
.article-card-content p {
  font-size: 0.875rem;
  color: #666666;
}

.main-article {
  margin-bottom: 30px;
}
.main-article h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #222222;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.main-article img {
  width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  margin-bottom: 15px;
}
.main-article h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #222222;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.main-article p {
  font-size: 1rem;
  color: #666666;
  line-height: 1.8;
  margin-bottom: 15px;
}

.article-meta {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  font-size: 0.875rem;
  color: #666666;
}

.article-date {
  font-weight: 700;
}

.article-author {
  color: #999999;
}

.article-content {
  font-size: 1rem;
  line-height: 1.8;
  color: #222222;
}
.article-content p {
  margin-bottom: 15px;
}

.article-embed {
  margin: 30px 0;
}

.sidebar {
  background: #ffffff;
  margin-bottom: 30px;
}

.sidebar-section {
  margin-bottom: 30px;
}

.sidebar-item {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f5f5f5;
}
.sidebar-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar-item img {
  width: 80px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.sidebar-item-content {
  flex: 1;
}
.sidebar-item-content h4 {
  font-size: 0.875rem;
  font-weight: 700;
  color: #222222;
  margin-bottom: 5px;
  line-height: 1.4;
}
.sidebar-item-content p {
  font-size: 0.75rem;
  color: #666666;
}

.sidebar-promo {
  text-align: center;
  padding: 20px;
  background: #2176FF;
  color: #ffffff;
  border-radius: 8px;
  margin-bottom: 20px;
}
.sidebar-promo h3 {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 1.125rem;
}

.sidebar-promo-img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 15px;
}

.sidebar-widget {
  text-align: center;
  padding: 20px;
  background: #f5f5f5;
  border-radius: 8px;
}
.sidebar-widget p {
  margin-bottom: 10px;
}

.sidebar-social {
  display: flex;
  gap: 15px;
  justify-content: center;
  padding: 20px;
}
.sidebar-social a {
  color: #2176FF;
  font-size: 24px;
  text-decoration: none;
}
.sidebar-social a:hover {
  opacity: 0.8;
}

.btn {
  display: inline-block;
  padding: 12px 24px;
  background: #2176FF;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 700;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
.btn:hover {
  background: #1a5ecc;
}

.btn-secondary {
  background: #666666;
  color: #ffffff;
}
.btn-secondary:hover {
  background: #999999;
}

.btn-white {
  background: #ffffff;
  color: #2176FF;
  width: 100%;
}
.btn-white:hover {
  background: #f5f5f5;
}

.btn-full {
  width: 100%;
}

.content-box {
  background: #ffffff;
  padding: 30px;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  margin-bottom: 30px;
}

.intro-text {
  font-size: 1.125rem;
  margin-bottom: 20px;
  line-height: 1.8;
  color: #222222;
}

.contact-text {
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 1.8;
  color: #222222;
}

.phone-number {
  color: #2176FF;
  font-size: 1.25rem;
}

.event-date {
  color: #2176FF;
  font-weight: 700;
  margin-top: 10px;
}

.search-box {
  padding: 20px;
  margin-bottom: 30px;
}

.search-form {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: flex-end;
}

.form-group-flex {
  flex: 1;
  min-width: 200px;
}

.titles-list {
  padding: 20px;
}

.title-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  border-bottom: 1px solid #f5f5f5;
}
.title-item:last-child {
  border-bottom: none;
}

.title-time {
  font-weight: 700;
  color: #2176FF;
  min-width: 60px;
}

.title-cover {
  width: 60px;
  height: 60px;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}

.title-info {
  flex: 1;
}

.title-name {
  font-weight: 700;
  font-size: 1rem;
}

.title-artist {
  color: #666666;
  font-size: 0.875rem;
}

.title-like {
  background: none;
  border: none;
  color: #2176FF;
  font-size: 1.25rem;
  cursor: pointer;
}
.title-like:hover {
  opacity: 0.8;
}

.alert {
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.alert.alert-success {
  background: #d4edda;
  color: #155724;
}

.form-container {
  max-width: 800px;
  margin: 0 auto;
}

.form-intro {
  margin-bottom: 20px;
  color: #666666;
}

.form-note {
  margin-bottom: 20px;
  font-size: 0.875rem;
  color: #2176FF;
}

.form-actions {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.spa-loader-content {
  background: #ffffff;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.spa-loader-spinner {
  width: 50px;
  height: 50px;
  border: 4px solid #f5f5f5;
  border-top-color: #2176FF;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 15px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.main-content {
  transition: opacity 0.2s ease-in-out;
}

.spa-error {
  background: #f8d7da;
  color: #721c24;
  padding: 15px;
  border-radius: 4px;
  margin: 20px;
  border: 1px solid #f5c6cb;
}

.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  color: #222222;
  font-size: 0.875rem;
}
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-size: 1rem;
  font-family: "Arial", "Helvetica", sans-serif;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: #2176FF;
}
.form-group textarea {
  min-height: 120px;
  resize: vertical;
}

.required {
  color: #2176FF;
}

.main-footer {
  background: #2176FF;
  color: #ffffff;
  padding: 40px 0 0;
  margin-top: 50px;
  width: 100%;
  overflow: hidden;
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 40px;
}

.footer-section h3 {
  font-size: 1.25rem;
  margin-bottom: 15px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-clips-section {
  width: 100%;
}

.footer-news-section {
  width: 100%;
}

.footer-clips {
  width: 100%;
}

.footer-clips-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 8px;
  width: 100%;
}

.footer-clip-item {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.3);
}
.footer-clip-item a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.footer-clip-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer-clip-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer-clip-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}
.footer-clip-play i {
  color: #ffffff;
  font-size: 20px;
  margin-left: 3px;
}

.footer-clip-item:hover .footer-clip-play {
  background: rgba(0, 0, 0, 0.9);
}

.footer-news {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.footer-news-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.footer-news-header h3 {
  margin: 0;
}
.footer-news-header .footer-news-nav {
  display: flex;
  gap: 5px;
}
.footer-news-header .footer-news-nav button {
  background: transparent;
  border: none;
  color: #ffffff;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1rem;
  padding: 5px;
  transition: opacity 0.3s;
}
.footer-news-header .footer-news-nav button:hover:not(:disabled) {
  opacity: 0.7;
}
.footer-news-header .footer-news-nav button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.footer-news-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.footer-news-item a {
  display: flex;
  gap: 12px;
  text-decoration: none;
  color: #ffffff;
  transition: opacity 0.3s;
}
.footer-news-item a:hover {
  opacity: 0.8;
}

.footer-news-image {
  flex-shrink: 0;
  width: 100px;
  height: 70px;
  overflow: hidden;
  border-radius: 4px;
}
.footer-news-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer-news-content {
  flex: 1;
  display: flex;
  align-items: center;
}
.footer-news-content h4 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  color: #ffffff;
}

.footer-bottom {
  background: #1a5ecc;
  color: #ffffff;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  margin: 0;
  border-top: none;
}
.footer-bottom .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer-bottom p {
  color: #ffffff;
  margin-bottom: 10px;
  margin: 0 0 10px 0;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}
.footer-links a {
  color: #ffffff;
  text-decoration: none;
}
.footer-links a:hover {
  text-decoration: underline;
}

.meteo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .meteo-grid {
    grid-template-columns: 1fr;
  }
}

.meteo-card {
  height: 100%;
}
.meteo-card .meteo-widget-card {
  height: 100%;
}

.meteo-card-header {
  background: #2176FF;
  color: #ffffff;
  padding: 15px 20px;
}
.meteo-card-header h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.meteo-card-body {
  padding: 0;
  background: #ffffff;
  overflow: hidden;
}

.meteo-widget-card {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.meteo-widget-header-blue {
  background: #2176FF;
  color: #ffffff;
  padding: 15px 20px 20px 20px;
  position: relative;
  min-height: 160px;
}

.meteo-widget-header-top {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.meteo-widget-header-blue h4 {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.meteo-widget-current {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}

.meteo-widget-temp-large {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}

.meteo-widget-icon-current {
  font-size: 56px;
  color: #ffffff;
  opacity: 0.9;
}
.meteo-widget-icon-current i {
  display: block;
}

.meteo-widget-wind {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #ffffff;
  opacity: 0.95;
}
.meteo-widget-wind i {
  font-size: 14px;
}

.meteo-widget-logo {
  position: absolute;
  bottom: 10px;
  left: 20px;
  font-size: 10px;
  font-weight: 700;
  opacity: 0.8;
  letter-spacing: 0.5px;
}

.meteo-widget-forecast {
  background: #f5f5f5;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex: 1;
}

.meteo-widget-day {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.meteo-widget-day-name {
  font-size: 11px;
  font-weight: 700;
  color: #666666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.meteo-widget-day-icon {
  font-size: 32px;
  color: #999999;
}
.meteo-widget-day-icon i {
  display: block;
}

.meteo-widget-day-temp {
  font-size: 1rem;
  font-weight: 700;
  color: #222222;
}

.meteo-widget-link-full {
  display: block;
  padding: 10px;
  background: #f0f0f0;
  color: #2176FF;
  text-decoration: none;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  transition: background 0.3s;
}
.meteo-widget-link-full i {
  margin-left: 6px;
  font-size: 10px;
}
.meteo-widget-link-full:hover {
  background: #e0e0e0;
}

.meteo-widget-container {
  width: 100%;
  min-height: 280px;
}

.meteo-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.meteo-temp {
  font-size: 48px;
  font-weight: 700;
  color: #222222;
  line-height: 1;
}

.meteo-icon {
  font-size: 48px;
  color: #2176FF;
}

.meteo-description {
  font-size: 1rem;
  color: #666666;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.meteo-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 15px;
  border-top: 1px solid #f5f5f5;
}

.meteo-detail-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
  color: #666666;
}
.meteo-detail-item i {
  color: #2176FF;
  width: 20px;
  text-align: center;
}

.meteo-no-data {
  text-align: center;
  padding: 40px 20px;
  color: #999999;
}
.meteo-no-data p {
  margin: 0;
  font-size: 0.875rem;
}

.meteo-info h4 {
  display: flex;
  align-items: center;
  gap: 8px;
}
.meteo-info h4 i {
  font-size: 1rem;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
.pagination a,
.pagination span {
  padding: 8px 12px;
  background: #ffffff;
  border: 1px solid #cccccc;
  color: #222222;
  text-decoration: none;
  border-radius: 4px;
}
.pagination a:hover,
.pagination span:hover {
  background: #2176FF;
  color: #ffffff;
  border-color: #2176FF;
}
.pagination .active {
  background: #2176FF;
  color: #ffffff;
  border-color: #2176FF;
}

.text-center {
  text-align: center;
}

.hidden {
  display: none;
}

@media (max-width: 768px) {
  .nav-menu {
    flex-direction: column;
    width: 100%;
  }
  .nav-menu .nav-item-has-dropdown {
    width: 100%;
  }
  .nav-menu .nav-item-has-dropdown .nav-submenu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    border-top: 1px solid #cccccc;
    margin-top: 0;
    display: none;
    min-width: auto;
    width: 100%;
  }
  .nav-menu .nav-item-has-dropdown .nav-submenu a {
    padding-left: 30px;
  }
  .player-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .articles-grid {
    grid-template-columns: 1fr;
  }
  .social-share-buttons {
    display: none;
  }
  .footer-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .footer-clips-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .meteo-grid {
    grid-template-columns: 1fr;
  }
}
.menu-toggle {
  display: none;
  background: transparent;
  border: none;
  color: #222222;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 8px;
  z-index: 1001;
}
@media (max-width: 968px) {
  .menu-toggle {
    display: block;
  }
}
.menu-toggle i {
  font-size: 24px;
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2176FF;
  z-index: 9999;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.mobile-menu-overlay.active {
  transform: translateX(0);
}

.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu-logo {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile-logo-text {
  color: #000000;
  font-weight: 700;
  font-size: 1.25rem;
}

.mobile-logo-container {
  display: flex;
  flex-direction: column;
}

.mobile-logo-square {
  background: #2176FF;
  color: #ffffff;
  padding: 5px 10px;
  font-weight: 700;
  font-size: 2rem;
  border-radius: 4px;
}

.mobile-logo-slogan {
  background: #000000;
  color: #ffffff;
  padding: 3px 8px;
  font-size: 0.75rem;
  border-radius: 3px;
  margin-top: 2px;
  text-transform: uppercase;
}

.mobile-menu-close {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 2rem;
  cursor: pointer;
  padding: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.3s ease;
}
.mobile-menu-close:hover {
  background: rgba(255, 255, 255, 0.1);
}
.mobile-menu-close i {
  font-size: 28px;
}

.mobile-menu-nav {
  flex: 1;
  padding: 20px 0;
}

.mobile-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.25rem;
  text-transform: uppercase;
  transition: background 0.3s ease;
}
.mobile-menu-link:hover {
  background: rgba(255, 255, 255, 0.1);
}
.mobile-menu-link i {
  font-size: 0.875rem;
  transition: transform 0.3s ease;
}
.mobile-menu-link.active i {
  transform: rotate(180deg);
}

.mobile-submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.2);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.mobile-submenu.active {
  max-height: 500px;
}
.mobile-submenu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.mobile-submenu li:last-child {
  border-bottom: none;
}
.mobile-submenu a {
  display: block;
  padding: 15px 20px 15px 40px;
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
  transition: background 0.3s ease, padding-left 0.3s ease;
}
.mobile-submenu a:hover {
  background: rgba(255, 255, 255, 0.1);
  padding-left: 45px;
}

.mobile-menu-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 30px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu-social a {
  color: #ffffff;
  font-size: 1.5rem;
  text-decoration: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.mobile-menu-social a:hover {
  transform: scale(1.2);
  opacity: 0.8;
}

@media (max-width: 968px) {
  .radio-player-bar {
    position: relative;
    background: #2176FF;
    padding: 0;
    z-index: 100;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
  .player-content {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    padding: 0;
    margin: 0;
    height: 80px;
    width: 100%;
    flex-wrap: nowrap;
  }
  .play-pause-btn {
    background: #ffffff;
    color: #2176FF;
    border: none;
    border-radius: 0;
    width: 60px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.3s ease;
    padding: 0;
    margin: 0;
  }
  .play-pause-btn:hover {
    background: #4a8fff;
    color: #ffffff;
  }
  .play-pause-btn:hover i {
    color: #ffffff;
  }
  .play-pause-btn i {
    font-size: 24px;
    color: #2176FF;
  }
  .player-center-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    flex: 1;
    padding: 10px 15px;
    background: #2176FF;
    min-width: 0;
    height: 80px;
    overflow: hidden;
    flex-shrink: 0;
  }
  .track-cover {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    -o-object-fit: cover;
       object-fit: cover;
    flex-shrink: 0;
    display: block;
  }
  .player-track-info {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
  }
  .track-title,
  .track-artist {
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    text-align: left;
  }
  .track-title {
    font-weight: 700;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 2px;
  }
  .track-artist {
    font-size: 14px;
    font-weight: 700;
    opacity: 1;
  }
  .player-right-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    flex-shrink: 0;
    background: #ffffff;
    padding: 0;
    margin: 0;
    min-width: 60px;
    width: 60px;
    height: 80px;
    border-radius: 0;
  }
  .player-radio-logo {
    display: none;
  }
  .player-dab-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .player-dab {
    color: #2176FF;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    font-size: 0;
    cursor: pointer;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    width: 100%;
    height: 100%;
    transition: background 0.3s ease;
  }
  .player-dab span {
    display: none;
  }
  .player-dab i {
    color: #2176FF;
    font-size: 20px;
  }
  .player-dab:hover {
    background: rgba(33, 118, 255, 0.1);
  }
  .volume-control {
    display: none;
  }
  .player-dab-wrapper .radio-dropdown {
    position: absolute;
    bottom: 100%;
    right: 0;
    margin-bottom: 10px;
    min-width: 200px;
  }
}
@media (max-width: 479px) {
  .container {
    padding: 0 10px;
  }
  .logo-text {
    font-size: 18px;
  }
  .logo-slogan {
    font-size: 11px;
  }
  .section-title {
    font-size: 16px;
    padding: 10px 15px;
  }
  .nav-menu {
    gap: 10px;
  }
  .nav-link {
    font-size: 12px;
    padding: 8px 10px;
  }
  .player-content {
    flex-direction: column;
    gap: 10px;
  }
  .player-track-info {
    max-width: 100%;
  }
  .articles-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .article-card {
    padding: 15px;
  }
  .footer-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .footer-clips-grid {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
  .logo-text {
    font-size: 20px;
  }
  .logo-slogan {
    font-size: 12px;
  }
  .section-title {
    font-size: 18px;
    padding: 12px 15px;
  }
  .nav-menu {
    gap: 12px;
  }
  .nav-link {
    font-size: 13px;
    padding: 10px 12px;
  }
  .articles-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .footer-clips-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 967px) {
  .container {
    padding: 0 20px;
  }
  .articles-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .content-layout {
    grid-template-columns: 1fr;
  }
  .sidebar-column {
    margin-top: 30px;
  }
  .footer-content {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-clips-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .meteo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 968px) and (max-width: 1023px) {
  .container {
    max-width: 968px;
  }
  .articles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .content-layout {
    grid-template-columns: 2fr 1fr;
  }
  .footer-content {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer-clips-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .meteo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .container {
    max-width: 1024px;
  }
  .articles-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer-content {
    grid-template-columns: repeat(4, 1fr);
  }
  .footer-clips-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .meteo-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .container {
    max-width: 1200px;
  }
  .articles-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .meteo-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .container {
    max-width: 1440px;
  }
  .articles-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .meteo-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
  }
  .articles-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .meteo-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (orientation: landscape) and (max-width: 968px) {
  .main-header {
    padding: 5px 0;
  }
  .header-top-bar {
    padding: 5px 0;
  }
  .nav-menu {
    flex-direction: row;
  }
}
@media (orientation: portrait) and (max-width: 768px) {
  .nav-menu {
    flex-direction: column;
  }
  .player-content {
    flex-direction: column;
  }
}
@media (max-height: 600px) {
  .main-header {
    padding: 5px 0;
  }
  .header-top-bar {
    padding: 3px 0;
    font-size: 11px;
  }
  .main-nav {
    padding: 5px 0;
  }
}
@media (min-height: 600px) and (max-height: 800px) {
  .main-content {
    padding-top: 120px;
  }
}
@media (min-height: 1000px) {
  .main-content {
    padding-top: 140px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .logo img,
  .article-card img,
  .clip-thumbnail img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .ticker-scroll {
    animation: none;
  }
}
@media print {
  .main-header,
  .footer,
  .sidebar-column,
  .radio-player-bar,
  .news-ticker,
  .social-share-buttons {
    display: none !important;
  }
  .main-content {
    padding-top: 0;
  }
  .article-card,
  .article-content {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  body {
    background: white;
    color: black;
  }
  a {
    color: black;
    text-decoration: underline;
  }
}
@media (hover: none) and (pointer: coarse) {
  .nav-link,
  .btn,
  .article-card,
  .clip-item {
    min-height: 44px;
    min-width: 44px;
  }
  .nav-link {
    padding: 12px 15px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .nav-link:hover,
  .btn:hover,
  .article-card:hover {
    transition: all 0.3s ease;
  }
}
@media (max-width: 600px) {
  .player-content {
    flex-wrap: wrap;
  }
  .player-track-info {
    width: 100%;
    text-align: center;
  }
  .section-title {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
  .articles-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .content-layout {
    grid-template-columns: 2fr 1fr;
  }
  .articles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 375px) {
  .logo-text {
    font-size: 16px;
  }
  .nav-link {
    font-size: 11px;
    padding: 8px 8px;
  }
}
@media (min-width: 376px) and (max-width: 428px) {
  .container {
    padding: 0 12px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .articles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .meteo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .articles-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .meteo-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}/*# sourceMappingURL=style.css.map */