@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body, html {
  background: #f4e6c2;
  color: #46271a;
  font-family: 'Roboto', Arial, sans-serif;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}
.main-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #813726;
  padding: 1.2em 1em 1em 1em;
  border-bottom: 5px solid #d3a738;
  box-shadow: 0 2px 14px #885d2e30;
  position: relative;
}
.logo {
  width: 100px;
  height: 100px;
  margin-right: 1.2em;
  border-radius: 16px;
  border: 2.5px solid #d3a738;
  background: #fff;
  box-shadow: 0 1px 14px #e7cb6950;
  transition: box-shadow 0.15s;
}
.logo:hover {
  box-shadow: 0 0 22px #d3a73880;
}
.brand h1 {
  color: #fffce2;
  font-size: 2.2rem;
  font-weight: 800;
  margin: 0 0 0.2em 0;
  letter-spacing: 0.05em;
  text-shadow: 0 2px 8px #46271a50;
}
.brand h2 {
  color: #f7be3a;
  font-size: 1.7em;
  font-weight: 800;
  margin: 0 0 0.12em 0;
  letter-spacing: 0.13em;
}
.tagline {
  color: #3f6531;
  background: #ffe09d;
  display: inline-block;
  padding: 0.3em 1.2em 0.18em 1.2em;
  border-radius: 1em;
  margin-top: 0.45em;
  font-weight: 700;
  font-size: 1.05em;
  box-shadow: 0 1px 5px #d3a73860;
  letter-spacing: 0.04em;
}
.clockbox {
  position: absolute;
  right: 2.4em;
  top: 1.4em;
  font-size: 1.09em;
  color: #f7be3a;
  font-weight: 700;
  letter-spacing: 0.07em;
  background: #5e872e;
  padding: 0.5em 1.1em;
  border-radius: 1em;
  box-shadow: 0 0 6px #d3a73860;
  min-width: 112px;
  text-align: center;
}
.main-nav {
  background: #3f6531;
  display: flex;
  justify-content: center;
  gap: 2.1rem;
  padding: 0.95em 0;
  font-size: 1.13em;
  box-shadow: 0 2px 8px #f3bc4070;
}
.main-nav a {
  color: #ffe09d;
  text-decoration: none;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.42em;
  padding: 0.5em 1.18em;
  border-radius: 0.7em;
  transition: background 0.13s, color 0.13s;
  letter-spacing: 0.03em;
}
.main-nav a.active,
.main-nav a:hover {
  background: #d3a738;
  color: #46271a;
}
#main-content {
  max-width: 740px;
  margin: 2.1em auto;
  padding: 1.7em;
  background: #fff;
  border-radius: 26px;
  box-shadow: 0 2px 22px #d3a73838;
}
.loader {
  text-align: center;
  padding: 2.2em 0;
  font-size: 1.24em;
  color: #813726;
}
.status-table, .about-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.2em 0;
  background: #f4e6c2;
  border-radius: 9px;
  overflow: hidden;
}
.status-table th, .about-table th, .status-table td, .about-table td {
  padding: 0.7em 0.8em;
  text-align: left;
  font-size: 1em;
  border-bottom: 1px solid #d3a73844;
}
.status-table th, .about-table th {
  background: #3f6531;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.status-table tr:last-child td, .about-table tr:last-child td { border-bottom: none; }
.mount-box {
  background: #f4e6c2;
  border-radius: 12px;
  padding: 1.15em 1.3em 0.7em 1.3em;
  margin-bottom: 2em;
  box-shadow: 0 2px 13px #3f653120;
  border-left: 7px solid #d3a738;
}
.mount-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.18em;
}
.mount-head h3 {
  margin: 0;
  color: #813726;
  font-weight: 800;
  font-size: 1.15em;
}
.mount-actions {
  display: flex;
  gap: 1.25em;
}
.stream-btn {
  background: #813726;
  color: #fff;
  border: none;
  border-radius: 0.7em;
  padding: 0.41em 1.18em;
  font-weight: 700;
  font-size: 1em;
  display: flex;
  align-items: center;
  gap: 0.51em;
  box-shadow: 0 2px 8px #81372618;
  transition: background 0.12s, color 0.12s;
  text-decoration: none;
  cursor: pointer;
}
.stream-btn:hover, .stream-btn:focus {
  background: #d3a738;
  color: #813726;
}
.mount-info {
  padding: 0.69em 0.23em 0.05em 0.35em;
}
.stats {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.07em;
  display: flex;
  flex-direction: column;
  gap: 0.23em;
}
.stats li {
  padding: 0.13em 0;
  display: flex;
  align-items: center;
  gap: 0.8em;
}
.stats li span {
  color: #d3a738;
  margin-right: 0.2em;
}
.stats li a {
  color: #3f6531;
  text-decoration: underline;
}
.stats li a:hover {
  color: #813726;
}
audio {
  width: 98%;
  margin: 0.65em 0 1.15em 0;
  background: #fffbe0;
  border-radius: 8px;
  outline: none;
  border: 1.5px solid #d3a73850;
  box-shadow: 0 1px 4px #d3a73820;
}
.now-playing {
  margin-top: 0.7em;
  color: #d3a738;
  font-size: 1.1em;
  font-weight: 600;
  letter-spacing: 0.01em;
  background: #fffbe0;
  border-radius: 0.7em;
  padding: 0.37em 1.07em;
  display: inline-block;
}
.podcast-list {
  display: flex;
  flex-direction: column;
  gap: 1.7em;
  margin-bottom: 2.5em;
}
.podcast-card {
  background: #3f6531;
  border-radius: 1.09em;
  box-shadow: 0 1.5px 10px #d3a73840;
  padding: 1.2em 1.25em;
  display: flex;
  gap: 1.15em;
  align-items: flex-start;
  border-left: 6px solid #d3a738;
  position: relative;
}
.podcast-card .podcast-art {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  object-fit: cover;
  background: #fff;
  border: 2px solid #d3a738;
}
.podcast-meta {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.23em;
}
.podcast-title {
  color: #ffe09d;
  font-size: 1.15em;
  font-weight: 700;
  margin: 0 0 0.09em 0;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.podcast-title i {
  color: #ffe09d;
}
.podcast-desc {
  color: #fffce2;
  font-size: 1em;
  margin: 0.09em 0 0.17em 0;
  font-weight: 400;
  opacity: 0.87;
}
.podcast-time {
  color: #d3a738;
  font-size: 0.98em;
  font-weight: 600;
  margin-top: 0.1em;
}
.podcast-btns {
  display: flex;
  gap: 0.6em;
  margin-top: 0.43em;
}
.play-btn {
  background: #d3a738;
  color: #813726;
  border: none;
  border-radius: 0.5em;
  padding: 0.41em 1.15em;
  font-weight: 600;
  font-size: 1.05em;
  display: flex;
  align-items: center;
  gap: 0.47em;
  box-shadow: 0 2px 8px #d3a73823;
  transition: background 0.11s, color 0.11s;
  text-decoration: none;
  cursor: pointer;
}
.play-btn:hover, .play-btn:focus {
  background: #fffce2;
  color: #3f6531;
}
footer {
  padding: 1.25em 0 1em 0;
  text-align: center;
  background: #813726;
  border-top: 3px solid #d3a738;
  color: #ffe09d;
  font-size: 1.08em;
  letter-spacing: 0.02em;
}
.footer-content a {
  color: #f7be3a;
  font-weight: 700;
  text-decoration: underline;
}
.modal {
  position: fixed; left: 0; top: 0; width: 100vw; height: 100vh;
  background: rgba(70,39,26,0.92); display: flex; align-items: center; justify-content: center; z-index: 1000;
}
.modal-content {
  background: #fff;
  border-radius: 1em;
  padding: 2.2em 1.7em;
  min-width: 280px;
  max-width: 94vw;
  box-shadow: 0 6px 32px #d3a73855;
  position: relative;
  color: #3f6531;
  text-align: center;
}
.close-modal {
  position: absolute; top: 1em; right: 1.2em;
  color: #813726; font-size: 2em; cursor: pointer;
}
@media (max-width: 850px) {
  .main-header { flex-direction: column; align-items: flex-start; padding: 1.1em 0.6em 0.7em 0.6em;}
  .logo { margin-bottom: 0.5em;}
  #main-content { padding: 0.85em; }
  .podcast-card { flex-direction: column; align-items: stretch;}
}

