html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  overflow: hidden;
  font-family: "Times New Roman", Times, serif;
  color: #ffffff;
}

* {
  box-sizing: border-box;
}

/* TÜM UYGULAMA ALANI – TV EKRANINI DOLDURUR */
.app {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000000;
}

/* YÜKSEKLİK DAĞILIMI:
   Üst bar: 18%
   Orta alan: 67%
   Alt döviz: 15%
*/

/* ÜST ŞERİT */
.top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 18%;
  background: linear-gradient(90deg, #d4af37, #c5a028, #d4af37);
  color: #2b1700;
  padding: 1.5% 3%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}

/* Sol: hava durumu kartı */
.weather-panel {
  width: 16%;                 /* GENİŞLİK AZALTILDI */
  max-width: 320px;
  height: 90%;                /* YÜKSEKLİK ARTTIRILDI */
  background: linear-gradient(135deg, #111111, #2b2b2b);
  color: #ffffff;
  border-radius: 12px;
  padding: 10px 16px;         /* Daha dengeli padding */
  display: flex;
  flex-direction: column;
  justify-content: center;     /* dikey ortalama */
  align-items: center;         /* yatay ortalama */
  text-align: center;
  gap: 6px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.8); /* siyah gölge */
}

.weather-city {
  font-size: 1.3em;           /* Biraz küçültüldü */
  font-weight: 600;
}

.weather-temp {
  font-size: 2.0em;           /* Bir tık küçültüldü */
  font-weight: 700;
  margin-top: 4px;
}

.weather-desc {
  font-size: 1.1em;
  margin-top: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;    /* Taşma olursa kes */
}

/* Orta: logo */
.logo-panel {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2%;
}

.logo-motto-left,
.logo-motto-right {
  color: #1f1300;
  font-size: 1.1em;
  font-weight: 600;
  font-style: italic;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  text-align: center;
}

.logo-image {
  max-height: 38%;            /* Smart TV'de taşmayı önle - daha küçük */
  max-width: 16vw;            /* Genişliği sınırlayarak taşmayı engelle */
  height: auto;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 6px 12px rgba(0,0,0,0.75));
  flex-shrink: 0;
}

/* Sağ: tarih / saat */
.datetime-panel {
  width: 22%;
  max-width: 380px;
  text-align: right;
}

.datetime-date {
  font-size: 1.6em;  /* Büyütüldü */
  font-weight: 700;
}

.datetime-day {
  font-size: 1.7em;  /* Büyütüldü */
  margin-top: 4px;
  font-weight: 700;
}

.datetime-time {
  font-size: 2.3em;  /* Büyütüldü */
  margin-top: 3px;
  font-weight: 700;
}

/* SOL: Dünya saatleri (18%–85% arası, solda) */
.world-times {
  position: absolute;
  left: 0;
  top: 18%;
  width: 18%;
  height: 67%;
  padding: 3% 2%;
  /* Sol kolon gradient */
  background: linear-gradient(
    180deg,
    #111111 0%,
    #050505 40%,
    #000000 100%
  );
}

.world-block {
  width: 100%;
  height: 15%;  /* 6 şehir için azaltıldı */
  margin-bottom: 1.8%;  /* Boşluk azaltıldı */
  background: radial-gradient(circle at 20% 0, #222222, #111111 70%);
  border-radius: 14px;
  border: 1px solid rgba(212, 175, 55, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.9); /* siyah gölge */
}

.world-block:last-child {
  margin-bottom: 0;
}

.world-times-title {
  font-size: 1.15em;  /* 6 şehir için hafif küçültüldü */
  letter-spacing: 3px;
  margin-bottom: 4px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.8); /* siyah gölge, modern */
}

.world-time-digits {
  font-family: "Share Tech Mono", "Consolas", "Courier New", monospace;
  font-size: 1.7em;  /* 6 şehir için hafif küçültüldü */
  letter-spacing: 3px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.85);
}

/* ORTA: VİDEO ALANI */
.video-wrapper {
  position: absolute;
  left: 18%;
  top: 18%;
  width: 64%;
  height: 67%;
  padding: 3% 2%;
  background: #000000;
}

.video-player {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 0 26px rgba(0, 0, 0, 0.9); /* siyah gölge */
}

/* SAĞ: ODA FİYATLARI */
.room-prices {
  position: absolute;
  right: 0;
  top: 18%;
  width: 18%;
  height: 67%;
  /* Sağ kolon gradient */
  background: linear-gradient(
    180deg,
    #111111 0%,
    #050505 40%,
    #000000 100%
  );
  color: #00000081;
}

/* Başlık sarı blok + hafif aşağı gölge */
.room-header {
  height: 18%;  /* Tek satır için azaltıldı */
  /* Hafif siyahtan açık gold'a geçiş */
  background: linear-gradient(180deg, rgba(0,0,0,0.25) 0%, #d4af37 55%, #c5a028 100%);
  color: #1f1300;
  text-align: center;
  font-weight: 700;
  letter-spacing: 4px;
  padding: 0;
  font-size: 1.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.85); /* daha koyu siyah gölge */
}

.room-list {
  height: 82%;  /* Kalan alan */
  padding: 6% 8%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.room-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 1.2em;
  letter-spacing: 1px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.8); /* siyah metin gölgesi, beyaz parlamayı kaldırır */
}

.room-row span:first-child {
  color: #f5f5f5;
}

.room-row .price {
  color: #ffc93c;
  font-weight: 700;
}

/* ALT DÖVİZ ŞERİDİ – HER ZAMAN GÖRÜNÜR */
.rates-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 15%;
  /* Hafif siyahtan açık gold'a geçiş */
  background: linear-gradient(0deg, rgba(0,0,0,0.15) 0%, #d4af37 45%, #f0e68c 100%);
  border-top: 2px solid #1c1200;
  display: flex;
  flex-direction: row;
  z-index: 10;
  box-shadow: 0 -6px 16px rgba(0, 0, 0, 0.25); /* daha koyu siyah gölge */
}

.rate-item {
  flex: 1;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
  padding: 4px 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.rate-item:first-child {
  border-left: none;
}

/* Döviz yazıları bir tık büyütüldü */
.rate-name {
  font-weight: 800;
  font-size: 1.5em;     /* 1.05 → 1.2 */
  color: #000000;
  font-family: "Segoe UI","Arial Unicode MS","Arial","Helvetica","sans-serif";
}

.rate-value {
  margin-top: 2px;
  font-size: 1.5em;     /* 1.05 → 1.2 */
  color: #000000;
  font-family: "Segoe UI","Arial Unicode MS","Arial","Helvetica","sans-serif";
}

/* TV modunda genel fontu biraz büyüt */
.tv-view {
  font-size: 18px;
}
