html, body, #root {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #0b1220;
  cursor: none;
  -webkit-user-select: none;
}

* {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button, a, input, [tabindex] {
  outline: none !important;
}

.stage {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #0b1220;
}

.stage-fit {
  overflow: hidden;
}

.stage-scale {
  width: 1920px;
  height: 1080px;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.wait, .offline-badge {
  color: #e3c79a;
  font-family: "Segoe UI", Tahoma, sans-serif;
}

.wait {
  font-size: 32px;
  letter-spacing: 0.06em;
}

.offline-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 16px;
  z-index: 5;
  pointer-events: none;
}
.tv-root {
  width: 1920px;
  height: 1080px;
  background: #0b1220;
  color: #f4efe6;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 16px 22px 12px;
  font-family: "Segoe UI", Tahoma, sans-serif;
  border: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tv-header {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 128px;
  flex: 0 0 128px;
  height: 128px;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 4px 8px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(212, 180, 131, 0.28);
}
.tv-brand {
  width: 260px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 260px;
  flex: 0 0 260px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  color: #e3c79a;
}
.tv-brand-frame {
  height: 108px;
  width: 250px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.tv-brand-frame .tv-fit-img {
  height: 108px;
  width: auto;
  max-width: none;
  display: block;
}
.tv-datetime {
  width: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 340px;
  flex: 0 1 340px;
  margin-left: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-width: 0;
  padding-left: 8px;
  border-left: 1px solid rgba(212, 180, 131, 0.28);
}
.tv-time {
  font-size: 52px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #f4efe6;
}
.tv-date {
  margin-top: 8px;
  color: #e3c79a;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-transform: capitalize;
}
.tv-crown { font-size: 42px; line-height: 1; text-align: center; }
.tv-hotel-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  letter-spacing: 0.14em;
  font-weight: 700;
  line-height: 1.3;
  padding: 6px 8px 0;
  text-transform: uppercase;
  text-align: center;
}
.tv-header-spacer { min-width: 0; }
.tv-weather {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-width: 0;
}
.tv-wx-slot {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.tv-wx-slot + .tv-wx-slot {
  margin-left: 22px;
  padding-left: 22px;
  position: relative;
}
.tv-wx-slot + .tv-wx-slot::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18%;
  bottom: 18%;
  width: 1px;
  background: #d4b483;
  opacity: 0.42;
}
.tv-wx {
  width: 128px;
  padding: 4px 4px;
  background: transparent;
  border: 0;
  border-radius: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.tv-wx-loc {
  color: #e3c79a;
  font-size: 15.6px;
  letter-spacing: 0.08em;
  font-weight: 600;
  text-transform: uppercase;
}
.tv-wx-loc span {
  display: block;
  color: #b7b0a4;
  font-size: 11px;
  letter-spacing: 0.04em;
  font-weight: 500;
  text-transform: none;
  margin-top: 2px;
}
.tv-wx-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 34px;
  font-weight: 600;
  margin: 4px 0 2px;
}
.tv-wx-icon {
  width: 42px;
  height: 42px;
  margin-right: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 42px;
  flex: 0 0 42px;
  display: block;
  line-height: 0;
}
.tv-wx-svg {
  width: 42px;
  height: 42px;
  display: block;
  overflow: visible;
}
.tv-wx-meta { color: #b7b0a4; font-size: 13px; line-height: 1.35; }
.tv-clock {
  width: 72px;
  height: 72px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 72px;
  flex: 0 0 72px;
}
.tv-clock-face {
  fill: rgba(240, 195, 56, 0.07);
  stroke: #d4b483;
  stroke-width: 2.2;
}
.tv-clock-tick {
  stroke: rgba(240, 195, 56, 0.45);
  stroke-width: 0.8;
}
.tv-clock-tick-h {
  stroke: #d4b483;
  stroke-width: 1.6;
}
.tv-clock-num {
  fill: #f0ddb8;
  font-size: 9.5px;
  font-family: "Segoe UI", Tahoma, sans-serif;
  font-weight: 600;
  text-anchor: middle;
  dominant-baseline: middle;
}
.tv-clock line {
  stroke: #d4b483;
  stroke-width: 1.4;
}
.tv-clock-hour {
  stroke: #e3c79a;
  stroke-width: 3.2;
}
.tv-clock-min {
  stroke: #f0ddb8;
  stroke-width: 2.2;
}
.tv-clock-sec {
  stroke: #d4b483;
  stroke-width: 1;
  opacity: 0.7;
}
.tv-clock-cap {
  fill: #e3c79a;
}
.tv-clock-dot-mark { fill: #f0ddb8; }
.tv-digital {
  width: 72px;
  min-height: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #f0ddb8;
  letter-spacing: 0.04em;
}
.tv-digital span {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
.tv-digital small {
  margin-top: 6px;
  font-size: 14px;
  color: #d4b483;
  opacity: 0.85;
}
.tv-digital-boxed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.tv-digital-boxed b {
  background: #0e1826;
  border: 1px solid rgba(212, 180, 131, 0.28);
  border-radius: 8px;
  padding: 8px 7px 6px;
  margin: 0 2px;
  font-size: 26px;
  font-weight: 700;
}
.tv-digital-boxed i {
  color: #d4b483;
  font-style: normal;
  font-size: 24px;
}
.tv-digital-boxed em {
  width: 100%;
  text-align: center;
  font-style: normal;
  font-size: 13px;
  color: #d4b483;
  margin-top: 4px;
}
.tv-room h3 {
  margin: 0 0 8px;
  color: #e3c79a;
  font-size: 17px;
  letter-spacing: 0.08em;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  text-align: center;
}
.tv-room-specs span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tv-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  padding: 8px 4px 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  border-top: 1px solid rgba(212, 180, 131, 0.28);
  font-size: 20px;
  min-width: 0;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.tv-announce {
  color: #f0ddb8;
  font-size: 22px;
  letter-spacing: 0.04em;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 4px 12px;
  margin-bottom: 8px;
}
.tv-fx-label {
  color: #e3c79a;
  letter-spacing: 0.14em;
  font-size: 14px;
  font-weight: 600;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: nowrap;
}
.tv-fx-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}
.tv-fx-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 28px;
  white-space: nowrap;
}
.tv-flag-wrap {
  width: 34px;
  height: 34px;
  min-width: 34px;
  min-height: 34px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 34px;
  flex: 0 0 34px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  line-height: 0;
}
.tv-flag-img {
  width: 34px;
  height: 34px;
  min-width: 34px;
  min-height: 34px;
  display: block;
  border: 0;
}
.tv-fx-item + .tv-fx-item {
  border-left: 1px solid rgba(212, 180, 131, 0.28);
}
.tv-fx-item b {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.06em;
}
.tv-fx-item .tv-rate {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
}
.tv-fx-item .up,
.tv-fx-item .down {
  font-size: 14px;
}
.tv-mid {
  display: block;
  min-height: 0;
  height: auto;
  padding: 4px 0;
  margin-bottom: 12px;
  background: transparent;
  border: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.tv-rooms {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  min-height: 0;
  height: 100%;
}
.tv-room {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
  width: 0;
  margin-right: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 0;
  height: 100%;
  background: #161d2a;
  border: 1px solid rgba(240, 195, 56, 0.4);
  border-radius: 18px;
  overflow: hidden;
}
.tv-room:last-child {
  margin-right: 0;
}
.tv-room-photo {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 140px;
  position: relative;
  overflow: hidden;
  background: #0e1826;
}
.tv-room-slide,
.tv-room-zoom {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.tv-room-slide {
  z-index: 1;
}
.tv-room-slide-in {
  z-index: 2;
  -webkit-animation: tv-room-fade-in 1.15s ease both;
  animation: tv-room-fade-in 1.15s ease both;
}
.tv-room-slide-in .tv-room-zoom {
  -webkit-animation: tv-room-zoom-in 1.15s ease both;
  animation: tv-room-zoom-in 1.15s ease both;
}
.tv-room-slide-out {
  z-index: 1;
  -webkit-animation: tv-room-fade-out 1.15s ease both;
  animation: tv-room-fade-out 1.15s ease both;
}
.tv-room-slide-out .tv-room-zoom {
  -webkit-animation: tv-room-zoom-out 1.15s ease both;
  animation: tv-room-zoom-out 1.15s ease both;
}
@-webkit-keyframes tv-room-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes tv-room-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
@-webkit-keyframes tv-room-fade-out {
  from { opacity: 1; }
  to { opacity: 0; }
}
@keyframes tv-room-fade-out {
  from { opacity: 1; }
  to { opacity: 0; }
}
@-webkit-keyframes tv-room-zoom-in {
  from { -webkit-transform: scale(1.08); transform: scale(1.08); }
  to { -webkit-transform: scale(1); transform: scale(1); }
}
@keyframes tv-room-zoom-in {
  from { -webkit-transform: scale(1.08); transform: scale(1.08); }
  to { -webkit-transform: scale(1); transform: scale(1); }
}
@-webkit-keyframes tv-room-zoom-out {
  from { -webkit-transform: scale(1); transform: scale(1); }
  to { -webkit-transform: scale(1.04); transform: scale(1.04); }
}
@keyframes tv-room-zoom-out {
  from { -webkit-transform: scale(1); transform: scale(1); }
  to { -webkit-transform: scale(1.04); transform: scale(1.04); }
}
.tv-room-preload {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.tv-room-photo .tv-fit-img,
.tv-hero-layer .tv-fit-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.tv-hero {
  position: relative;
  overflow: hidden;
  min-height: 0;
  margin-bottom: 12px;
  border-radius: 18px;
  background: #121a28;
  border: 1px solid rgba(212, 180, 131, 0.28);
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.tv-hero-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.85s ease-in-out;
  transition: opacity 0.85s ease-in-out;
  z-index: 0;
}
.tv-hero-layer.on {
  opacity: 1;
  z-index: 1;
}
.tv-hero-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 18px 24px 28px;
  background: rgba(11, 18, 32, 0.78);
  color: #f0ddb8;
  font-size: 22px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.tv-photo-fallback {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #121a28;
}
.tv-hero .tv-dots {
  bottom: 10px;
  z-index: 3;
}
.tv-room-body {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 14px 16px 16px;
  text-align: center;
}
.tv-room-specs {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}
.tv-room-specs span + span {
  margin-left: 10px;
}
.tv-room-specs span:last-child {
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.tv-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 12px;
  padding: 0;
}
.tv-price em {
  margin-left: 8px;
  color: #d4b483;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 0.06em;
}
.tv-price strong { font-size: 34px; font-weight: 700; color: #ffffff; line-height: 1; }
.up { color: #6fbf7a; }
.down { color: #d46565; }
.tv-slider {
  position: relative;
  overflow: visible;
  background: transparent;
  border: 0;
  padding: 4px 48px 18px;
}
.tv-strip {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 100%;
}
.tv-strip-item {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
  margin-right: 12px;
  border-radius: 22px;
  overflow: hidden;
  border: 0;
  background: #0e1826;
  background-size: cover;
  background-position: center;
  opacity: 0.78;
}
.tv-strip-item:last-child {
  margin-right: 0;
}
.tv-strip-item.on {
  opacity: 1;
}
.tv-strip-item span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 10px 12px 8px;
  background: rgba(10, 19, 30, 0.82);
  color: #f0ddb8;
  font-size: 15px;
  letter-spacing: 0.06em;
}
.tv-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-58%);
  transform: translateY(-58%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0;
  background: transparent;
  color: #d4b483;
  font-size: 34px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 0 4px;
  z-index: 2;
  opacity: 0.7;
}
.tv-arrow-l { left: 0; }
.tv-arrow-r { right: 0; }
.tv-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.tv-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(246, 212, 105, 0.28);
}
.tv-dots span + span {
  margin-left: 8px;
}
.tv-dots span.on { background: #e3c79a; }
