<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    body {
      font-family: Arial, sans-serif;
      max-width: 800px;
      margin: 0 auto;
      padding: 20px;
      background-color: #f9f9f9;
    }
    .container {
      background: white;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    .player-box {
      background: #f5f5f5;
      padding: 20px;
      border-radius: 10px;
      margin: 20px 0;
    }
    button, select {
      padding: 8px 15px;
      margin: 5px;
      border-radius: 5px;
      border: 1px solid #ddd;
    }
    button {
      background: #0a38dc;
      color: white;
      border: none;
      cursor: pointer;
    }
    button:hover {
      background: #07289d;
    }
/* РћР±РµСЂС‚РєР° РґР»СЏ РїР»РµРµСЂР° Рё РІС‹Р±РѕСЂР° СЃС‚Р°РЅС†РёРё */
.player-controls-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
}

/* Р‘Р»РѕРє СЃ РїР»РµРµСЂРѕРј Рё РєРЅРѕРїРєР°РјРё */
.player-controls {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 200px;
  flex-grow: 1;
}

.player-controls audio {
  width: 100%;
  max-width: 300px;
  filter: sepia(20%) saturate(70%) grayscale(1) contrast(99%) invert(12%);
}

.player-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.player-btn {
  background: #dddddd;
  color: #333333;
  border: none;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s;
  white-space: nowrap;
}

.player-btn:hover {
  background: #858585;
  color: #ffffff;
}

/* Р‘Р»РѕРє РІС‹Р±РѕСЂР° СЃС‚Р°РЅС†РёРё */
.station-select {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 200px;
  flex-grow: 1;
}

.station-select label {
  font-weight: bold;
  white-space: nowrap;
}

.station-select select {
  width: 100%;
  max-width: 250px;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

/* РђРґР°РїС‚Р°С†РёСЏ РґР»СЏ РјРѕР±РёР»СЊРЅС‹С… */
@media (max-width: 600px) {
  .player-controls-wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }
  
  .player-controls {
    width: 100%;
  }
  
  .player-controls audio {
    max-width: 100%;
  }
  
  .station-select {
    width: 100%;
  }
  
  .station-select select {
    max-width: 100%;
  }
  
  .player-buttons {
    justify-content: space-between;
  }
  
  .player-btn {
    flex-grow: 1;
    text-align: center;
  }
}
    
    .track-info {
      margin: 20px 0;
      padding: 15px;
      background: white;
      border-radius: 5px;
    }
    #stream-logo {
      max-width: 100px;
      max-height: 100px;
      display: block;
      margin: 10px 0;
      border-radius: 5px;
      /*opacity: 0.7;
      background-color: #e0e0e0;
      padding: 20px;
      box-sizing: border-box;*/
    }
    .share-buttons a {
      display: inline-block;
      padding: 8px 15px;
      margin: 5px;
      background: #f0f0f0;
      border-radius: 5px;
      text-decoration: none;
      color: #333;
    }
    /* РњРѕР±РёР»СЊРЅР°СЏ Р°РґР°РїС‚Р°С†РёСЏ */
@media (max-width: 768px) {
  body {
    padding: 10px;
    font-size: 16px;
  }
  
  .container {
    padding: 15px;
    border-radius: 8px;
  }
  
  .player-box {
    padding: 15px;
  }
  
  /* РЈРІРµР»РёС‡РёРІР°РµРј РєРЅРѕРїРєРё Рё СЌР»РµРјРµРЅС‚С‹ СѓРїСЂР°РІР»РµРЅРёСЏ */
  button, select {
    padding: 12px 20px;
    font-size: 18px;
    margin: 8px 0;
    width: 100%;
  }
  
  /* РђРґР°РїС‚РёСЂСѓРµРј Р°СѓРґРёРѕРїР»РµРµСЂ */
  #audio-player {
    width: 100%;
    height: 60px;
    margin-top: 15px;
  }
  
  /* РЈРІРµР»РёС‡РёРІР°РµРј Р»РѕРіРѕС‚РёРї */
  #stream-logo {
    max-width: 150px;
    max-height: 150px;
    margin: 15px auto;
  }
  
  /* РЈР»СѓС‡С€Р°РµРј РѕС‚РѕР±СЂР°Р¶РµРЅРёРµ РёРЅС„РѕСЂРјР°С†РёРё Рѕ С‚СЂРµРєРµ */
  .track-info {
    padding: 15px;
    margin: 15px 0;
  }
  
  .track-info div {
    font-size: 18px;
    margin: 10px 0;
  }
  
  /* РђРґР°РїС‚РёСЂСѓРµРј РєРЅРѕРїРєРё "РїРѕРґРµР»РёС‚СЊСЃСЏ" */
  .share-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .share-buttons a, .share-buttons button {
    flex: 1 1 45%;
    margin: 5px;
    text-align: center;
    font-size: 16px;
    padding: 10px 5px;
  }
  
  /* Р—Р°РіРѕР»РѕРІРєРё */
  h1 {
    font-size: 24px;
  }
  
  h2 {
    font-size: 20px;
  }
  
  h3 {
    font-size: 18px;
  }
  
  /* Р›РѕРіРѕС‚РёРї СЂР°РґРёРѕ */
  #radio-logo {
    max-width: 200px;
    margin: 0 auto;
    display: block;
  }
}

/* Р”РѕР±Р°РІСЊС‚Рµ СЌС‚Рѕ РІ РІР°С€ style.css */
@supports (-webkit-touch-callout: none) {
  /* РЎРїРµС†РёС„РёС‡РЅС‹Рµ СЃС‚РёР»Рё РґР»СЏ iOS */
  body {
    -webkit-text-size-adjust: 100%;
  }
  
  select, button {
    -webkit-appearance: none;
  }
}

/* РЈСЃРёР»РµРЅРЅС‹Р№ РјРѕР±РёР»СЊРЅС‹Р№ media-Р·Р°РїСЂРѕСЃ */
@media (max-width: 768px), (hover: none) and (pointer: coarse) {
  body {
    padding: 8px !important;
  }
  
  #stream-select {
    font-size: 16px !important;
    padding: 12px 20px !important;
    background-image: none !important;
  }
  
  #audio-player {
    width: 100% !important;
    height: 40px !important;
  }
  
  /* РЈРІРµР»РёС‡РёРІР°РµРј Р·РѕРЅС‹ РєР»РёРєР° */
  button, .share-buttons a {
    min-height: 44px; /* Р&nbsp;РµРєРѕРјРµРЅРґРѕРІР°РЅРѕ Apple */
    padding: 12px 10px !important;
  }
}

/* Р”Р»СЏ СЌР»РµРјРµРЅС‚РѕРІ СѓРїСЂР°РІР»РµРЅРёСЏ Р°СѓРґРёРѕ РЅР° iOS */
.ios #audio-player {
  -webkit-appearance: none;
  height: 44px !important;
}

.ios .player-box {
  padding-bottom: env(safe-area-inset-bottom);
}

/* Р¤РёРєСЃ РґР»СЏ СЃС‚Р°С‚СѓСЃ-Р±Р°СЂР° РЅР° РЅРѕРІС‹С… iPhone */
@supports (padding-top: env(safe-area-inset-top)) {
  body {
    padding-top: env(safe-area-inset-top);
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
  }
}

/* РЈР»СѓС‡С€Р°РµРј СЂРµРЅРґРµСЂРёРЅРі РІ Safari */
@media (-webkit-min-device-pixel-ratio: 0) {
  select, button, .track-info {
    transform: translateZ(0);
  }
}</pre></body></html>