body {
  --primary-color: #e50914;
  --primary-dark: #b9060f;
  --secondary-color: #a5b5c5;
  --light-color: #e5eaef;
}
.pagebody {
  margin: 0;
  padding: 10px;
}
.pagebody strong {
  color: white;
}
.pagebody iframe {
  max-width: 100%;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.pagebody {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 18px;
  line-height: 2;
}
.pagebody {
  max-width: 1200px;
  margin: 0 auto;
}
.pagebody h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: white;
}
.pagebody h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: white;
}
.pagebody h3 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
  color: white;
}
.pagebody h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  color: white;
}
.pagebody p {
  margin-bottom: 15px;
}
.pagebody img {
  max-width: 100%;
  width: 80%;
  height: auto;
  margin-bottom: 10px;
  display: block;
  margin: 0 auto;
}
.pagebody a {
  color: #00b7ff;              /* brighter for better contrast */
  text-decoration: none;  /* visual clue besides color */
  font-weight: 500;  
}
.pagebody a:hover {
  text-decoration: underline;
}
.pagebody img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}
@media screen and (max-width: 768px) {
  .pagebody {
    font-size: 16px;
  }
 .pagebody img {
  max-width: 100%;
  width: 98%;
  height: auto;
  margin-bottom: 10px;
  display: block;
  margin: 0 auto;
}
}
table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
th,
td {
  padding: 8px;
  border-bottom: 1px solid #ddd;
  border: 1px solid #ddd;
}
th {
  background-color: #f2f2f2;
  color: black;
}
tr:hover {
  background-color: #f5f5f5;
  color: black;
}
@media screen and (max-width: 600px) {
  table {
    font-size: 12px;
  }
}
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap);
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2000;
  position: fixed;
  height: 90px;
  width: 90px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pace.pace-inactive .pace-activity {
  display: none;
}
.pace .pace-activity {
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  left: -30px;
  top: -30px;
  height: 90px;
  width: 90px;
  display: block;
  border-width: 30px;
  border-style: double;
  border-color: var(--primary-color) transparent transparent;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  -o-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
.pace .pace-activity:before {
  content: " ";
  position: absolute;
  top: 10px;
  left: 10px;
  height: 50px;
  width: 50px;
  display: block;
  border-width: 10px;
  border-style: solid;
  border-color: var(--primary-color) transparent transparent;
  border-radius: 50%;
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  100% {
    -moz-transform: rotate(359deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(359deg);
  }
}
body.pace-running:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1500;
  background-color: #000;
}
#form_lang .ui-select {
  background: transparent;
  border: 0;
  border-radius: 4px;
  color: #999 !important;
}
#form_lang .ui-select option {
  background: #000;
}
#selectlang .ui-select {
  background: transparent;
  border: 0;
  border-radius: 4px;
  color: #999 !important;
  font-size: 13px;
}
#selectlang .ui-select option {
  background: #222121;
}
.successauth {
  color: #fff;
  display: block;
  padding: 10px;
  border-radius: 4px;
  background: #4caf50;
  font-size: 13px;
}
.errorauth {
  color: #fff;
  display: block;
  padding: 10px;
  border-radius: 4px;
  background: #e87c03;
  font-size: 13px;
}
.validation {
  color: #e87c03;
  text-align: left !important;
  display: none;
  margin-top: 2px;
  font-size: 13px;
}
.footer-bg {
  background: rgba(11, 15, 25, 0.78);
  padding: 12px;
  border-top: 1px solid rgba(148, 163, 184, 0.1);
}
#saved {
  display: inline-block;
  vertical-align: middle;
  top: 6px;
  left: 10px;
  position: relative;
  color: #4caf50;
}
#headerAd {
  margin-top: 45px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#sidebarAd {
  margin-bottom: 45px;
}
#footerAd {
  margin-bottom: 45px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.uk-select {
  -webkit-appearance: none;
}
.sidebar-profile {
  background: #232121;
  border-radius: 4px;
  padding: 30px 25px;
}
.sidebar-profile .uk-description-list-line > dt {
  padding-top: 5px;
  border: 0;
}
.sidebar-profile .uk-description-list-line > dd {
  margin-bottom: 12px;
  font-size: 14px;
}
.sidebar-profile .uk-button {
  background: #333;
}
.sidebar-profile .uk-overlay-background {
  border-radius: 0 0 4px 4px !important;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}
.plyr {
  border-radius: 4px !important;
}
body,
html {
  background: #191818;
  color: #c6c6c6;
  font-family:  -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --plyr-color-main: var(--primary-color);
}
hr {
  border-color: #3a3a3a !important;
}
em,
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  color: inherit;
}
a {
  color: var(--primary-color);
}
a:hover {
  color: var(--primary-dark);
  text-decoration: none;
}
.uk-description-list-horizontal > dd {
  margin-left: 160px;
}
.uk-tab > li > a {
  color: var(--primary-color);
}
.uk-dotnav > * > * {
  width: 24px;
  height: 5px;
  border-radius: 2px;
}
.uk-dotnav > * {
  padding-left: 10px;
}
.uk-dotnav-contrast > .uk-active > * {
  background: var(--primary-color);
}
.uk-dotnav-contrast > * > :hover,
.uk-dotnav-contrast > * > :focus {
  background: var(--primary-color);
}
.uk-subnav > * > :hover,
.uk-subnav > * > :focus {
  color: var(--primary-color);
}
.uk-panel {
  display: block;
  position: relative;
}
.uk-panel,
.uk-panel:hover {
  text-decoration: none;
}
.uk-panel:before,
.uk-panel:after {
  content: "";
  display: table;
}
.uk-panel:after {
  clear: both;
}
.uk-panel > :not(.uk-panel-title):last-child {
  margin-bottom: 0;
}
.uk-panel-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 19px;
  line-height: 25px;
  font-weight: normal;
  text-transform: none;
  color: #bebdbd;
}
.uk-panel-badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.uk-panel-teaser {
  margin-bottom: 15px;
}
.uk-panel-body {
  padding: 15px;
}
.uk-panel-box {
  padding: 15px;
  background: #191818;
  color: #bebdbd;
}
.uk-panel-box-hover:hover {
  color: #bebdbd;
}
.uk-panel-box .uk-panel-title {
  color: #bebdbd;
}
.uk-panel-box .uk-panel-badge {
  top: 10px;
  right: 10px;
}
.uk-panel-box > .uk-panel-teaser {
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
}
.uk-panel-box > .uk-nav-side {
  margin: 0 -15px;
}
.uk-panel-box-primary {
  background-color: var(--primary-color);
  color: rgba(255, 255, 255, 0.8);
}
.uk-panel-box-primary-hover:hover {
  color: rgba(255, 255, 255, 0.8);
}
.uk-panel-box-primary .uk-panel-title {
  color: #fff;
}
.uk-panel-box-secondary {
  background-color: #222121;
  color: rgba(255, 255, 255, 0.68);
}
.uk-panel-box-secondary-hover:hover {
  color: rgba(255, 255, 255, 0.68);
}
.uk-panel-box-secondary .uk-panel-title {
  color: #fff;
}
.uk-panel-hover {
  padding: 15px;
  color: #bebdbd;
}
.uk-panel-hover:hover {
  background: #f5f5f5;
  color: #bebdbd;
}
.uk-panel-hover .uk-panel-badge {
  top: 10px;
  right: 10px;
}
.uk-panel-hover > .uk-panel-teaser {
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
}
.uk-panel-header .uk-panel-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #434343;
  color: #bebdbd;
}
.uk-panel-space {
  padding: 30px;
}
.uk-panel-space .uk-panel-badge {
  top: 30px;
  right: 30px;
}
.uk-panel + .uk-panel-divider {
  margin-top: 50px !important;
}
.uk-panel + .uk-panel-divider:before {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  border-top: 1px solid #434343;
}
@media (min-width: 1220px) {
  .uk-panel + .uk-panel-divider {
    margin-top: 70px !important;
  }
  .uk-panel + .uk-panel-divider:before {
    top: -35px;
  }
}
.uk-block {
  position: relative;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .uk-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.uk-block:before,
.uk-block:after {
  content: "";
  display: table;
}
.uk-block:after {
  clear: both;
}
.uk-block > :last-child {
  margin-bottom: 0;
}
.uk-block-large {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .uk-block-large {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 960px) {
  .uk-block-large {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.uk-block-default {
  background: #191818;
}
.uk-block-muted {
  background: #222121;
}
.uk-block-primary {
  background: var(--primary-color);
}
.uk-block-secondary {
  background: #222121;
}
.uk-block-default + .uk-block-default,
.uk-block-muted + .uk-block-muted,
.uk-block-primary + .uk-block-primary,
.uk-block-secondary + .uk-block-secondary {
  padding-top: 0;
}
.uk-nav-offcanvas > .uk-open > a,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
  background: #1d1b1b;
  color: #fff;
  outline: 0;
}
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
  background: #000;
  color: #fff;
}
.uk-nav-offcanvas .uk-nav-header {
  color: #777;
}
.uk-nav-offcanvas .uk-nav-divider {
  border-top: 1px solid #000;
}
.uk-nav-offcanvas ul a {
  color: #ccc;
}
html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
  color: #fff;
}
.uk-navbar {
  background: #eee;
  color: #bebdbd;
}
.uk-navbar:before,
.uk-navbar:after {
  content: "";
  display: table;
}
.uk-navbar:after {
  clear: both;
}
.uk-form input,
.uk-form select,
.uk-form textarea {
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  font: inherit;
  color: inherit;
}
.uk-form select {
  text-transform: none;
}
.uk-form optgroup {
  font: inherit;
  font-weight: bold;
}
.uk-form input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.uk-form input[type="checkbox"],
.uk-form input[type="radio"] {
  padding: 0;
}
.uk-form input[type="checkbox"]:not(:disabled),
.uk-form input[type="radio"]:not(:disabled) {
  cursor: pointer;
}
.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="number"],
.uk-form input[type="datetime"] {
  -webkit-appearance: none;
}
.uk-form input[type="search"]::-webkit-search-cancel-button,
.uk-form input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.uk-form input[type="number"]::-webkit-inner-spin-button,
.uk-form input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.uk-form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.uk-form textarea {
  overflow: auto;
  vertical-align: top;
}
.uk-form ::-moz-placeholder {
  opacity: 1;
}
.uk-form :invalid {
  box-shadow: none;
}
.uk-form input:not([type="radio"]):not([type="checkbox"]),
.uk-form select {
  vertical-align: middle;
}
.uk-form > :last-child {
  margin-bottom: 0;
}
.uk-form select,
.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="datetime"],
.uk-form input[type="datetime-local"],
.uk-form input[type="date"],
.uk-form input[type="month"],
.uk-form input[type="time"],
.uk-form input[type="week"],
.uk-form input[type="number"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="color"] {
  height: 40px;
  max-width: 100%;
  padding: 4px 10px;
  border: 1px solid #222121;
  background: #222121;
  color: #a5a5a5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.uk-form select:focus,
.uk-form textarea:focus,
.uk-form input:not([type]):focus,
.uk-form input[type="text"]:focus,
.uk-form input[type="password"]:focus,
.uk-form input[type="datetime"]:focus,
.uk-form input[type="datetime-local"]:focus,
.uk-form input[type="date"]:focus,
.uk-form input[type="month"]:focus,
.uk-form input[type="time"]:focus,
.uk-form input[type="week"]:focus,
.uk-form input[type="number"]:focus,
.uk-form input[type="email"]:focus,
.uk-form input[type="url"]:focus,
.uk-form input[type="search"]:focus,
.uk-form input[type="tel"]:focus,
.uk-form input[type="color"]:focus {
  border-color: var(--primary-color);
  outline: 0;
  background: #222121;
  color: #bebdbd;
}
.uk-form select:disabled,
.uk-form textarea:disabled,
.uk-form input:not([type]):disabled,
.uk-form input[type="text"]:disabled,
.uk-form input[type="password"]:disabled,
.uk-form input[type="datetime"]:disabled,
.uk-form input[type="datetime-local"]:disabled,
.uk-form input[type="date"]:disabled,
.uk-form input[type="month"]:disabled,
.uk-form input[type="time"]:disabled,
.uk-form input[type="week"]:disabled,
.uk-form input[type="number"]:disabled,
.uk-form input[type="email"]:disabled,
.uk-form input[type="url"]:disabled,
.uk-form input[type="search"]:disabled,
.uk-form input[type="tel"]:disabled,
.uk-form input[type="color"]:disabled {
  border-color: #434343;
  background-color: #3a3a3a;
  color: #999;
}
.uk-form :-ms-input-placeholder {
  color: #999 !important;
}
.uk-form ::-moz-placeholder {
  color: #999;
}
.uk-form ::-webkit-input-placeholder {
  color: #999;
}
.uk-form :disabled:-ms-input-placeholder {
  color: #999 !important;
}
.uk-form :disabled::-moz-placeholder {
  color: #999;
}
.uk-form :disabled::-webkit-input-placeholder {
  color: #999;
}
.uk-form legend {
  width: 100%;
  border: 0;
  padding: 0;
  padding-bottom: 15px;
  font-size: 19px;
  line-height: 32px;
}
.uk-form legend:after {
  content: "";
  display: block;
  border-bottom: 1px solid #434343;
  width: 100%;
}
select.uk-form-small,
textarea.uk-form-small,
input[type].uk-form-small,
input:not([type]).uk-form-small {
  height: 25px;
  padding: 3px 3px;
  font-size: 13px;
}
select.uk-form-large,
textarea.uk-form-large,
input[type].uk-form-large,
input:not([type]).uk-form-large {
  height: 40px;
  padding: 8px 6px;
  font-size: 17px;
}
.uk-form textarea,
.uk-form select[multiple],
.uk-form select[size] {
  height: auto;
}
.uk-form-danger {
  border-color: #d65b49 !important;
  background: #222121 !important;
  color: #d85030 !important;
}
.uk-form-success {
  border-color: #66b92d !important;
  background: #222121 !important;
  color: #659f13 !important;
}
.uk-form-blank {
  border-color: transparent !important;
  border-style: dashed !important;
  background: none !important;
}
.uk-form-blank:focus {
  border-color: #434343 !important;
}
input.uk-form-width-mini {
  width: 50px;
}
select.uk-form-width-mini {
  width: 75px;
}
.uk-form-width-small {
  width: 130px;
}
.uk-form-width-medium {
  width: 200px;
}
.uk-form-width-large {
  width: 500px;
}
.uk-form-row:before,
.uk-form-row:after {
  content: "";
  display: table;
}
.uk-form-row:after {
  clear: both;
}
.uk-form-row + .uk-form-row {
  margin-top: 15px;
}
.uk-form-help-inline {
  display: inline-block;
  margin: 0 0 0 10px;
}
.uk-form-help-block {
  margin: 5px 0 0 0;
}
.uk-form-controls > :first-child {
  margin-top: 0;
}
.uk-form-controls > :last-child {
  margin-bottom: 0;
}
.uk-form-controls-condensed {
  margin: 5px 0;
}
.uk-form-stacked .uk-form-label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
@media (max-width: 959px) {
  .uk-form-horizontal .uk-form-label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
  }
}
@media (min-width: 960px) {
  .uk-form-horizontal .uk-form-label {
    width: 200px;
    margin-top: 5px;
    float: left;
  }
  .uk-form-horizontal .uk-form-controls {
    margin-left: 215px;
  }
  .uk-form-horizontal .uk-form-controls-text {
    padding-top: 5px;
  }
}
.uk-form-icon {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.uk-form-icon > [class*="uk-icon-"] {
  position: absolute;
  top: 50%;
  width: 30px;
  margin-top: -8px;
  font-size: 15px;
  color: #999;
  text-align: center;
  pointer-events: none;
}
.uk-form-icon:not(.uk-form-icon-flip) > input {
  padding-left: 30px !important;
}
.uk-form-icon-flip > [class*="uk-icon-"] {
  right: 0;
}
.uk-form-icon-flip > input {
  padding-right: 30px !important;
}
.uk-form input[type="radio"],
.uk-form input[type="checkbox"] {
  height: 20px;
  width: 20px;
  border: 1px solid var(--primary-color);
  overflow: hidden;
  margin-top: -4px;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: 0;
  background: var(--primary-color);
  margin-right: 5px;
}
.uk-form input[type="radio"] {
  border-radius: 50%;
}
.uk-form input[type="radio"]:before,
.uk-form input[type="checkbox"]:before {
  display: block;
}
.uk-form input[type="radio"]:checked:before {
  content: "";
  width: 8px;
  height: 8px;
  margin: 2px auto 0;
  border-radius: 50%;
  background: var(--primary-color);
}
.uk-form input[type="checkbox"]:checked:before,
.uk-form input[type="checkbox"]:indeterminate:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  line-height: 18px;
  color: #fff;
}
.uk-form input[type="checkbox"]:indeterminate:before {
  content: "\f068";
}
.uk-form input[type="radio"]:disabled,
.uk-form input[type="checkbox"]:disabled {
  border-color: #ddd;
}
.uk-form input[type="radio"]:disabled:checked:before {
  background-color: #aaa;
}
.uk-form input[type="checkbox"] {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.uk-form input[type="checkbox"]:disabled:checked:before,
.uk-form input[type="checkbox"]:disabled:indeterminate:before {
  color: #aaa;
}
.searchform label {
  font-size: 12px;
  margin-bottom: 6px;
  display: block;
  text-transform: uppercase;
}
.searchform .uk-button {
  font-size: 14px;
}
.uk-search {
  display: inline-block;
  position: relative;
  margin: 0;
}
.uk-search:before {
  content: "\f002";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-family: FontAwesome;
  font-size: 14px;
  color: #fff;
}
.uk-box-border {
  border: 1px solid #3a3a3a;
  text-align: center;
  border-radius: 6px;
  padding: 12px;
}
.uk-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.uk-button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  overflow: visible;
  font: inherit;
  color: #bebdbd;
  text-transform: none;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 13px;
  background: #222121;
  vertical-align: middle;
  line-height: 30px;
  min-height: 30px;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
}
.uk-button:not(:disabled) {
  cursor: pointer;
}
.uk-button:hover,
.uk-button:focus {
  background-color: #393838;
  color: #bebdbd;
  outline: 0;
  text-decoration: none;
}
.uk-button:active,
.uk-button.uk-active {
  background-color: #323131;
  color: #bebdbd;
}
.uk-button-primary {
  background-color: var(--primary-color);
  color: #fff;
}
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: var(--primary-dark);
  color: #fff;
}
.uk-button-primary:active,
.uk-button-primary.uk-active {
  background-color: var(--primary-color);
  color: #fff;
}
.uk-button-success {
  background-color: #66b82f;
  color: #fff;
}
.uk-button-success:hover,
.uk-button-success:focus {
  background-color: #589f28;
  color: #fff;
}
.uk-button-success:active,
.uk-button-success.uk-active {
  background-color: #4c8922;
  color: #fff;
}
.uk-button-danger {
  background-color: #d65b49;
  color: #fff;
}
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: #ba4f3f;
  color: #fff;
}
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #a24436;
  color: #fff;
}
.uk-button:disabled {
  background-color: #131313;
  color: #999;
}
.uk-button-link,
.uk-button-link:hover,
.uk-button-link:focus,
.uk-button-link:active,
.uk-button-link.uk-active,
.uk-button-link:disabled {
  border-color: transparent;
  background: 0;
}
.uk-button-link {
  color: var(--primary-color);
}
.uk-button-link:hover,
.uk-button-link:focus,
.uk-button-link:active,
.uk-button-link.uk-active {
  color: #fff;
  text-decoration: none;
}
.uk-button-link:disabled {
  color: #999;
}
.uk-button-link:focus {
  outline: 1px dotted;
}
.uk-button-mini {
  min-height: 20px;
  padding: 0 6px;
  line-height: 20px;
  font-size: 12px;
}
.uk-button-small {
  min-height: 25px;
  padding: 0 10px;
  line-height: 25px;
  font-size: 13px;
}
.uk-button-large {
  min-height: 40px;
  padding: 0 15px;
  line-height: 40px;
  font-size: 17px;
}
.uk-button-group {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 0.001px;
  white-space: nowrap;
}
.uk-button-group > * {
  display: inline-block;
}
.uk-button-group .uk-button {
  vertical-align: top;
}
.uk-button-dropdown {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.uk-button-social {
  height: 50px;
  line-height: 55px;
}
.uk-button-facebook {
  background-color: #3b5997;
  color: #fff;
}
.uk-button-facebook:hover,
.uk-button-facebook:focus {
  background-color: #334d84;
  color: #fff;
}
.uk-button-facebook:active,
.uk-button-facebook.uk-active {
  background-color: #5f739e;
  color: #fff;
}
.uk-button-twitter {
  background-color: #55acef;
  color: #fff;
}
.uk-button-twitter:hover,
.uk-button-twitter:focus {
  background-color: #4994ce;
  color: #fff;
}
.uk-button-twitter:active,
.uk-button-twitter.uk-active {
  background-color: #74acd9;
  color: #fff;
}
.uk-button-google {
  background-color: #df2f2f;
  color: #fff;
}
.uk-button-google:hover,
.uk-button-google:focus {
  background-color: #c22929;
  color: #fff;
}
.uk-button-google:active,
.uk-button-google.uk-active {
  background-color: #d36565;
  color: #fff;
}
.uk-badge {
  display: inline-block;
  padding: 0 8px;
  background: var(--primary-color);
  font-size: 11px;
  font-weight: normal;
  line-height: 15px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}
a.uk-badge:hover {
  color: #fff;
}
.uk-badge-notification {
  box-sizing: border-box;
  min-width: 19px;
  border-radius: 500px;
  font-size: 13px;
  line-height: 19px;
}
.uk-badge-success {
  background-color: #66b82f;
}
.uk-badge-warning {
  background-color: #da922c;
}
.uk-badge-danger {
  background-color: #d65b49;
}
.uk-alert {
  margin-bottom: 15px;
  padding: 10px;
  background: #292929;
  color: rgba(250, 250, 250, 0.79);
  border-radius: 4px;
}
.uk-alert p {
  font-size: 14px;
}
* + .uk-alert {
  margin-top: 15px;
}
.uk-alert > :last-child {
  margin-bottom: 0;
}
.uk-alert h1,
.uk-alert h2,
.uk-alert h3,
.uk-alert h4,
.uk-alert h5,
.uk-alert h6 {
  color: inherit;
}
.uk-alert > .uk-close:first-child {
  float: right;
}
.uk-alert > .uk-close:first-child + * {
  margin-top: 0;
}
.uk-alert-success {
  background: #66b92d;
  color: rgba(255, 255, 255, 0.81);
}
.uk-alert-warning {
  background: #da932b;
  color: rgba(255, 255, 255, 0.81);
}
.uk-alert-danger {
  background: #d65b49;
  color: rgba(255, 255, 255, 0.83);
}
.uk-alert-large {
  padding: 20px;
}
.uk-alert-large > .uk-close:first-child {
  margin: -10px -10px 0 0;
}
.uk-text-muted {
  color: #999 !important;
}
.uk-text-primary {
  color: var(--primary-color) !important;
}
.uk-text-success {
  color: #66b82f !important;
}
.uk-text-warning {
  color: #da922c !important;
}
.uk-text-danger {
  color: #d65b49 !important;
}
.uk-text-contrast {
  color: #fff !important;
}
.uk-progress-success .uk-progress-bar {
  background-color: #66b82f;
}
.uk-progress-warning .uk-progress-bar {
  background-color: #da922c;
}
.uk-progress-danger .uk-progress-bar {
  background-color: #d65b49;
}
.uk-progress-striped .uk-progress-bar {
  background-image: -webkit-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 30px 30px;
}
.uk-overlay-background-blue {
  background: rgba(37, 113, 170, 0.89);
  padding: 5em 0;
}
.uk-overlay-background-blue {
  background: rgba(37, 113, 170, 0.89);
}
.uk-pagination > li > a,
.uk-pagination > li > span {
  display: inline-block;
  min-width: 40px;
  padding: 3px 5px;
  line-height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  box-sizing: content-box;
  text-align: center;
}
.uk-pagination > li > a {
  background: #222121;
  color: #c7c7c7;
}
.uk-pagination > li > a:hover {
  background: #393838;
  color: #fff;
}
.uk-pagination > li > a:active,
.uk-pagination > li > a:focus {
  background: #141313;
  color: #fff;
}
.uk-pagination > .uk-active > span {
  background: var(--primary-color) !important;
  color: #fff;
  font-weight: bold;
}
.uk-pagination > .uk-disabled > span {
  background-color: transparent;
  color: #999;
}
.sidebar .padding-left {
  padding-left: 20px;
}
.sidebar .uk-nav-side > li > a:hover,
.sidebar .uk-nav-side > li > a:focus {
  background: transparent;
  color: #fff;
  outline: 0;
}
.sidebar .uk-nav-side > li.uk-active > a {
  background: transparent;
  border-right: 3px solid var(--primary-color);
  color: #fff;
}
.sidebar .uk-nav-side > li > a {
  font-size: 14px;
  color: #d3cfcf;
  line-height: 21px;
  padding: 6px 0;
}
.sidebar .divider {
  border-top: 1px solid #3a3a3a;
}
.sidebar .uk-badge {
  padding: 5px 8px;
  font-size: 13px;
  font-weight: 400;
  border-radius: 3px;
  background: #3a3a3a;
  text-decoration: none;
  color: #7f7f7f;
}
.sidebar .uk-badge:hover {
  background: #525252;
  color: #eee;
}
.sidebar .uk-nav-side ul a {
  color: #b5b5b5;
  font-size: 14px;
  padding: 8px 0;
}
.sidebar .uk-nav-side ul a:hover,
.uk-nav-side ul a:active {
  color: #fff;
}
.sidebar .uk-nav-side .uk-nav-header {
  color: #ececec;
}
.sidebar .uk-navbar li > a {
  font-family: inherit;
}
.sidebar .topitems {
  margin-bottom: 30px !important;
}
.sidebar .topitems img {
  border-radius: 2px;
}
.sidebar .topitems p {
  margin: 0;
}
.sidebar .topitems .number {
  font-size: 19px;
  margin-bottom: 10px;
  color: #757373;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1px;
}
.sidebar .topitems .rating {
  font-size: 14px;
  color: #f5b50a;
  margin-top: 3px;
}
.sidebar .topitems .title {
  text-decoration: none;
}
.sidebar .topitems .title:hover {
  color: #fff;
}
.uk-container {
  max-width: 1400px;
}
.uk-navbar-toggle {
  color: #949393;
}
.uk-navbar-toggle:hover,
.uk-navbar-toggle:active {
  color: gray;
}
.uk-offcanvas-bar {
  background: #100f0f;
}
.uk-offcanvas-bar .uk-panel-title {
  font-size: 12px;
}
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
  background: transparent;
  color: #fff;
  border-right: 4px solid var(--primary-color);
  font-weight: bold;
}
.uk-nav-offcanvas > .uk-open > a,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover {
  background: #0e0d0d;
  color: #fff;
  outline: 0;
}
.uk-overlay-background {
  background: rgba(0, 0, 0, 0.85);
}
.mainNavBar {
  font-size: 20px;
  padding-bottom: 0;
  color: #fff;
  margin-bottom: 1px;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 60px;
}
.pagetitle {
  border-bottom: 1px solid #3a3a3a;
  font-size: 20px;
  padding-bottom: 12px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
}
.pagetitle:after {
  content: "";
  display: block;
  height: 1px;
  width: 40px;
  background: var(--primary-color);
  position: absolute;
  bottom: -1px;
}
.loggednav {
  margin-right: 25px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.loggednav .uk-button-small i {
  margin-right: 6px;
}
.tm-avatar {
  border-radius: 4px;
  margin-left: 10px;
}
.tm-navbar {
  position: relative;
  background: #fff;
  box-shadow: 0 3px 8px -4px rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.tm-navbar-overlay:not(.uk-active) {
  position: absolute;
  z-index: 1;
  width: 100%;
}
.tm-navbar-transparent {
  border-bottom-color: transparent;
  background: transparent;
  box-shadow: none;
}
.tm-navbar-transparent .uk-navbar {
  background: 0;
}
.tm-logo-contrast {
  display: none;
}
.tm-navbar-contrast .uk-navbar {
  color: #fff;
}
.tm-navbar-contrast .uk-navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.7);
}
.tm-navbar-contrast .uk-navbar-nav > li:hover > a,
.tm-navbar-contrast .uk-navbar-nav > li > a:focus,
.tm-navbar-contrast .uk-navbar-nav > li.uk-open > a {
  color: #fff;
}
.tm-navbar-contrast .uk-navbar-nav > li > a:active {
  color: #fff;
}
.tm-navbar-contrast .uk-navbar-nav > li.uk-active > a {
  color: #fff;
}
.tm-navbar-contrast .uk-navbar-content > a:not([class]) {
  color: rgba(255, 255, 255, 0.7);
}
.tm-navbar-contrast .uk-navbar-content > a:not([class]):hover {
  color: #fff;
}
.tm-navbar-contrast .uk-navbar-brand {
  color: rgba(255, 255, 255, 0.7);
}
.tm-navbar-contrast .uk-navbar-brand:hover,
.tm-navbar-contrast .uk-navbar-brand:focus {
  color: #fff;
}
.tm-navbar-contrast .uk-navbar-toggle {
  color: rgba(255, 255, 255, 0.7);
}
.tm-navbar-contrast .uk-navbar-toggle:hover,
.tm-navbar-contrast .uk-navbar-toggle:focus {
  color: #fff;
}
.tm-navbar-contrast .tm-logo {
  display: none;
}
.tm-navbar-contrast .tm-logo-contrast {
  display: inline-block;
}
.uk-navbar-secondary {
  background: #222121;
}
.uk-navbar-secondary .uk-navbar-nav > li.uk-active > a {
  background-color: transparent;
  color: #fff;
  font-weight: bold;
  border-bottom: 3px solid var(--primary-color);
  text-decoration: none;
}
.uk-navbar-secondary .uk-navbar-nav > li > a {
  height: 55px;
  padding: 0 15px;
  line-height: 55px;
  font-size: 15px;
  color: gray;
}
.uk-navbar-secondary .uk-navbar-nav > li > a:hover,
.uk-navbar-nav > li > a:active {
  background: transparent;
  color: #fff;
  text-decoration: none;
}
.uk-navbar-secondary .uk-navbar-nav > li.uk-open > a,
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus {
  background-color: transparent;
  color: #fff !important;
}
.uk-navbar-secondary .uk-nav-navbar > li > a:focus,
.uk-nav-navbar > li > a:hover {
  background: var(--primary-color);
}
.tm-bg-cover {
  width: 100%;
  height: 100%;
}
#tm-topbar {
  background: transparent;
}
#tm-topbar .uk-navbar-nav > li > a {
  font-size: 12px;
  color: #bebdbd;
  padding: 0 12px;
}
#tm-topbar .uk-navbar-nav > li > a:hover,
.uk-navbar-nav > li > a:active,
.uk-navbar-nav > li > a:focus {
  background: transparent !important;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}
#tm-header {
  background: #222121;
  padding: 0;
}
#tm-header .uk-navbar-brand {
  color: #bebdbd;
  padding: 0;
  width: 100%;
  max-width: 160px;
  height: auto;
}
#tm-header .uk-navbar-center {
  max-width: 150px;
}
#tm-header .uk-navbar-nav > li > a {
  opacity: 1;
  color: #bebdbd;
}
#tm-header .uk-button-link {
  font-size: 14px;
  color: #bebdbd;
  text-transform: none;
}
#tm-header .uk-button-large {
  font-size: 14px;
}
#tm-header .uk-button-link:hover,
.uk-button-link:active {
  color: #fff;
  text-decoration: none;
  outline: 0;
}
.featuredslide #title {
  margin-bottom: 5px;
  font-size: 16px;
}
.featuredslide .rating {
  margin-top: 0;
}
.featuredslide .rating {
  display: block;
  margin-top: 10px !important;
  font-size: 24px;
  color: #f5b50a;
  margin-bottom: 10px;
  font-weight: 500;
}
.featuredslide .rating span {
  color: #999 !important;
  font-size: 18px;
  margin-left: 2px;
}
.featuredslide .uk-overlay-background {
  border-radius: 0 0 4px 4px !important;
}
#tm-right-section label {
  display: block;
  margin-bottom: 10px;
}
#tm-right-section .featuredslide:hover .uk-overlay-background {
  background: rgba(0, 0, 0, 0.5);
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}
#tm-media-section .uk-scrollable-box {
  box-sizing: border-box;
  max-height: 500px;
  padding: 0;
  border: 0;
}
#tm-media-section .uk-tab > li.uk-active > a {
  border-bottom: 4px solid var(--primary-color);
  font-weight: bold;
  color: #fff;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
#tm-media-section .uk-tab > li.uk-active > a:hover {
  border-bottom: 4px solid var(--primary-color);
  font-weight: bold;
  color: #fff;
  background: inherit;
}
#tm-media-section .uk-tab > li > a {
  height: 40px;
  margin-left: 0;
  line-height: 40px;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  color: gray;
}
#tm-media-section .tm-scroll-box {
  height: 500px;
  overflow: auto;
}
#tm-media-section .uk-tab > li > a:hover {
  border: 0;
  background: #222121;
  color: #fff;
  border-bottom: 4px solid transparent;
}
#tm-media-section .media-cover {
  margin-top: -35px;
}

#tm-media-section.single-serie-layout .media-cover {
  margin-top: 0;
}
#tm-media-section .uk-tab-grid ul {
  border: 0;
}
#tm-media-section .media-cover img {
  border-radius: 4px;
}
#tm-media-section .media-container {
  padding-bottom: 1px;
}
.errorpage .icon {
  max-width: 140px;
  padding: 10px;
  margin-bottom: 8px;
}
#tm-right-section .sectiontitle {
  border-bottom: 1px solid #3a3a3a;
  font-size: 18px;
  padding-bottom: 12px;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
}
#tm-right-section .sectiontitle:after {
  content: "";
  display: block;
  height: 1px;
  width: 40px;
  background: var(--primary-color);
  position: absolute;
  bottom: -1px;
}
#tm-divider {
  margin: 35px 0;
  border-top: 1px solid #3a3a3a;
}
#tm-viewmore {
  padding: 8px 0;
}
#tm-profilename {
  color: white;
  padding: 0 2px;
}
#tm-iconsignout {
  font-size: 25px;
  margin-left: 8px;
}
#tm-right-section .errors {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
#tm-right-section .title {
  border-bottom: 1px solid #3a3a3a;
  font-size: 16px;
  padding-bottom: 12px;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
}
#tm-right-section .title:after {
  content: "";
  display: block;
  height: 1px;
  width: 40px;
  background: var(--primary-color);
  position: absolute;
  bottom: -1px;
}
#tm-right-section .title .viewall {
  position: absolute;
  right: 0;
  font-size: 14px;
  color: #bebdbd;
  top: 5px;
}
#tm-right-section .title .viewall:hover {
  color: #fff;
}
#tm-right-section .viewall i {
  font-size: 12px;
  margin-right: 4px;
  color: var(--primary-color);
}
#tm-right-section .uk-overlay img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#tm-right-section .uk-overlay-icon:before {
  content: "\f144";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  font-size: 55px;
  line-height: 1;
  font-family: FontAwesome;
  text-align: center;
  color: rgba(255, 255, 255, 0.59);
}
#tm-right-section .uk-overlay-background {
  background: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#tm-right-section .home {
  padding: 6px 0 !important;
}
#tm-right-section .uk-panel-title {
  padding-top: 10px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}
#tm-right-section .uk-comment {
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 12px;
}
#tm-right-section .uk-panel p {
  margin-top: 0;
}
#tm-left-section .title-divider {
  font-size: 16px;
  padding-top: 0;
  color: #fff;
  border-bottom: 1px solid #3a3a3a;
  padding-bottom: 9px;
  position: relative;
  margin-bottom: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
#tm-left-section .title-divider:after {
  content: "";
  display: block;
  height: 1px;
  width: 40px;
  background: var(--primary-color);
  position: absolute;
  bottom: -1px;
}
#tm-left-section .uk-form {
  padding: 10px;
}
#tm-left-section h5.widget-header {
  padding: 5px 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  color: #ececec;
}
#tm-right-section .single-rating {
  color: #f5b50a;
  font-size: 24px;
  padding-left: 0;
}
#tm-right-section .single-rating i {
  color: #f5b50a;
}
#tm-right-section .single-rating span {
  color: #999 !important;
  font-size: 18px;
  margin-left: 2px;
}
#formReview textarea {
  padding: 14px;
}
#formReview label {
  margin-bottom: 7px;
  display: block;
}
#formReview .review-rating {
  margin-bottom: 28px !important;
}
.reviews {
  max-height: 425px;
}
.reviews .uk-comment .star,
.uk-comment .star-o {
  margin-right: 1px;
  font-size: 16px;
}
.reviews .uk-comment-header {
  margin-bottom: 4px;
}
.reviews .uk-comment .star {
  color: #da922c !important;
}
.reviews .uk-comment .star-o {
  color: #4c4c4c !important;
}
.reviews .uk-comment-title {
  font-size: 14px;
  margin: 0;
}
.reviews .uk-comment-meta {
  color: #7d7d7d;
}
.reviews .uk-comment-body p {
  font-size: 13px !important;
  color: #bebdbd;
}
.episodes .uk-overlay-icon:before {
  font-size: 40px !important;
  top: 50% !important;
  left: 50% !important;
  width: 50px !important;
  height: 50px !important;
  margin-top: -20px !important;
  margin-left: -25px !important;
}
.episodes .uk-overlay:hover .uk-overlay-icon:before {
  color: rgba(255, 255, 255, 0.9) !important;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}
.episodes .uk-description-list-line {
  padding-right: 35px;
  padding-left: 10px;
}
#tm-footer {
  font-size: 13px;
  padding: 5px 0;
}
#tm-footer .uk-subnav {
  margin: 5px 0;
}
#tm-footer .copyright-text {
  margin: 5px 0;
}
#tm-footer .uk-subnav > * {
  padding-left: 15px;
  margin-top: 0 !important;
}
#tm-footer .uk-subnav > * > * {
  display: inline-block;
  color: #bbb;                  /* higher contrast */
  font-size: 14px;
  padding: 5px 7px;           /* improves tap target size */
  margin: 6px 6px 6px 0;        /* spacing between links */
  text-decoration: none;        /* clean look */
  transition: 0.3s ease;
}

#tm-footer .uk-subnav > * > *:hover {
  opacity: 0.85;
  color: #fff;                  /* optional highlight on hover */
}

.uk-search-field::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.uk-search-field::-webkit-search-cancel-button,
.uk-search-field::-webkit-search-decoration {
  -webkit-appearance: none;
}
.uk-search-field::-ms-clear {
  display: none;
}
.uk-search-field::-moz-placeholder {
  opacity: 1;
}
.uk-search-field {
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  font: inherit;
  color: #fff;
  -webkit-appearance: none;
  width: 120px;
  height: 30px;
  padding: 0 0 0 30px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.uk-search-field:-ms-input-placeholder {
  color: #999 !important;
}
.uk-search-field::-moz-placeholder {
  color: #999;
}
.uk-search-field::-webkit-input-placeholder {
  color: #999;
}
.uk-search-field:focus {
  outline: 0;
}
.uk-search-field:focus,
.uk-search.uk-active .uk-search-field {
  width: 180px;
}
.uk-dropdown-search {
  width: 300px;
  margin-top: 0;
  background: #f5f5f5;
  color: #444;
}
.uk-open > .uk-dropdown-search {
  -webkit-animation: uk-slide-top-fixed 0.2s ease-in-out;
  animation: uk-slide-top-fixed 0.2s ease-in-out;
}
.uk-navbar-flip .uk-dropdown-search {
  margin-top: 5px;
  margin-right: -15px;
}
.uk-nav-search > li > a {
  color: #444;
}
.uk-nav-search > li.uk-active > a {
  background: var(--primary-color);
  color: #fff;
  outline: 0;
}
.uk-nav-search .uk-nav-header {
  color: #999;
}
.uk-nav-search .uk-nav-divider {
  border-top: 1px solid #ddd;
}
.uk-nav-search ul a {
  color: #07d;
}
.uk-nav-search ul a:hover {
  color: #059;
}
.uk-offcanvas .socialmedia {
  text-align: center;
  display: block;
  margin: 20px 0 !important;
}
.uk-offcanvas .uk-search {
  display: block;
  margin: 20px 0;
}
.uk-offcanvas .uk-search:before {
  color: #777;
  height: 40px;
  line-height: 40px;
}
.uk-offcanvas .uk-search-field {
  width: 100%;
  border-color: rgba(0, 0, 0, 0);
  background: #1a1a1a;
  color: #ccc;
  height: 40px;
}
.uk-offcanvas .uk-search-field:-ms-input-placeholder {
  color: #777 !important;
}
.uk-offcanvas .uk-search-field::-moz-placeholder {
  color: #777;
}
.uk-offcanvas .uk-search-field::-webkit-input-placeholder {
  color: #777;
}
.uk-offcanvas .uk-nav-offcanvas > li > a {
  padding: 8px 0;
  font-size: 17px;
}
.uk-offcanvas .uk-subnav > * {
  float: none;
}
.uk-offcanvas .uk-subnav {
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
}
.uk-offcanvas .uk-panel {
  margin: 20px 30px;
}
.uk-offcanvas .uk-list li {
  padding: 10px 0;
}
.uk-offcanvas .uk-list li a {
  font-size: 17px;
}
.uk-offcanvas .uk-nav-sub {
  padding: 10px 0;
}
.uk-offcanvas .uk-nav-sub > li > a {
  padding: 8px 0;
  font-size: 17px;
}
.uk-offcanvas .uk-comment i {
  right: 0;
  top: 16px;
  position: absolute;
}
.uk-offcanvas .uk-comment-title {
  margin-right: 24px;
}
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #191818;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 1001;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e74c3c;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f9c922;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.__000ab {
  margin-top: 20px;
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  line-height: 1.3;
  font-family: sans-serif;
}
.__000ab-content {
  text-align: center;
  max-width: 600px;
  background: #fff;
}
.__000ab-content .top {
  padding-top: 25px;
  padding-bottom: 15px;
}
.__000ab-content .bottom {
  padding: 25px;
  background: #f2f2f2;
  border-radius: 8px;
}
.d-none {
  display: none !important;
}

.genre-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.genre-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgb(0 0 0 / 0.6), rgb(0 0 0 / 0.9));
  z-index: 1;
}
.genre-overlay {
  position: relative;
  z-index: 2;
  backdrop-filter: blur(8px);
  background-color: rgb(30 30 30 / 0.5);
  padding: 30px;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.genre-badge {
  background: #ff4d4d;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 25px;
  box-shadow: 0 2px 8px #0003;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}
.genre-overlay .pagetitle {
  font-size: 32px;
  font-weight: 700;
  margin: 5px 0 10px;
  color: #fff;
  text-shadow: 1px 1px 2px rgb(0 0 0 / 0.6);
}
.genre-overlay .genre-description {
  font-size: 16px;
  color: #ddd;
  margin: 0 auto;
  max-width: 700px;
}

/* THEME REVISION */

body {
  --primary-color: #ff3d3d;
  --primary-dark: #e12f2f;
  --secondary-color: #94a3b8;
  --light-color: #e2e8f0;
  --surface-0: #0b0f19;
  --surface-1: #111827;
  --surface-2: #172033;
  --surface-3: #1d2940;
  --border-color: rgba(148, 163, 184, 0.18);
  --text-main: #e5edf6;
  --text-soft: #9fb0c3;
  --text-muted: #7c8ca0;
  --success-color: #00c896;
  --warning-color: #f59e0b;
}

html,
body {
  background: linear-gradient(180deg, #0b0f19 0%, #0f1625 100%);
  color: var(--text-main);
}

body,
.uk-panel,
.uk-panel-box,
.uk-panel-hover,
.uk-panel-title,
.uk-block-default,
.uk-block-muted,
.uk-block-secondary {
  color: var(--text-main);
}

a {
  color: var(--primary-color);
}

a:hover {
  color: #ff7b7b;
}

hr,
.sidebar .divider,
#tm-divider,
.pagetitle,
#tm-right-section .title,
#tm-right-section .sectiontitle,
#tm-left-section .title-divider,
.uk-panel-header .uk-panel-title {
  border-color: var(--border-color) !important;
}

body.pace-running:before,
#loader-wrapper {
  background-color: var(--surface-0);
}

.footer-bg,
.uk-block-default,
.uk-panel-box,
.uk-panel-box-secondary,
.sidebar-profile,
#tm-header,
.uk-navbar-secondary,
.uk-offcanvas-bar,
.uk-dropdown-search,
.genre-overlay {
  background: var(--surface-1);
}

.tm-navbar,
.uk-navbar,
.uk-navbar-secondary,
#tm-header,
.uk-offcanvas-bar {
  box-shadow: 0 10px 30px rgba(2, 6, 23, 0.22);
}

.tm-navbar,
.uk-navbar {
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.98) 0%, rgba(11, 15, 25, 0.98) 100%);
  color: var(--text-main);
}

#tm-footer {
  background: rgba(11, 15, 25, 0.78) !important;
  border-top: 1px solid rgba(148, 163, 184, 0.1);
}

#tm-footer .copyright-text,
#tm-footer .uk-subnav > li > a {
  color: #cbd5e1;
}

#tm-footer .uk-subnav > li > a:hover {
  color: #ffffff;
}

#tm-topbar {
  background: rgba(255, 255, 255, 0.02);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

#tm-topbar .uk-navbar-nav > li > a,
#tm-header .uk-navbar-nav > li > a,
.uk-navbar-secondary .uk-navbar-nav > li > a,
.uk-navbar-toggle,
#tm-header .uk-button-link,
.tm-navbar-contrast .uk-navbar-nav > li > a,
.tm-navbar-contrast .uk-navbar-brand,
.tm-navbar-contrast .uk-navbar-toggle {
  color: var(--text-soft);
}

#tm-topbar .uk-navbar-nav > li > a:hover,
#tm-header .uk-navbar-nav > li > a:hover,
.uk-navbar-secondary .uk-navbar-nav > li > a:hover,
.uk-navbar-secondary .uk-navbar-nav > li.uk-open > a,
.uk-navbar-secondary .uk-navbar-nav > li.uk-active > a,
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-toggle:hover,
#tm-header .uk-button-link:hover,
.tm-navbar-contrast .uk-navbar-nav > li:hover > a,
.tm-navbar-contrast .uk-navbar-nav > li.uk-active > a,
.tm-navbar-contrast .uk-navbar-brand:hover,
.tm-navbar-contrast .uk-navbar-toggle:hover {
  color: #fff !important;
}

.uk-navbar-secondary .uk-navbar-nav > li.uk-active > a {
  border-bottom-color: var(--primary-color);
}

.uk-panel-box,
.uk-panel-hover,
.uk-comment,
.uk-box-border,
#tm-right-section .uk-comment,
.sidebar-profile,
.genre-overlay {
  border: 1px solid var(--border-color);
  border-radius: 6px;
}

.uk-panel-box {
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.96) 0%, rgba(12, 18, 30, 0.96) 100%);
  box-shadow: 0 18px 36px rgba(2, 6, 23, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.uk-panel-box:hover,
.uk-panel-hover:hover,
#tm-right-section .uk-overlay,
.genre-banner,
.sidebar-profile,
.uk-comment {
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.uk-panel-box:hover,
.uk-panel-hover:hover,
#tm-right-section .uk-overlay:hover,
.genre-banner:hover,
.sidebar-profile:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(2, 6, 23, 0.26);
  border-color: rgba(255, 61, 61, 0.2);
}

.uk-panel-hover:hover {
  background: rgba(255, 255, 255, 0.03);
}

.uk-panel-title,
#tm-right-section .uk-panel-title,
.pagetitle,
#tm-right-section .title,
#tm-right-section .sectiontitle,
#tm-left-section .title-divider,
.mainNavBar,
.sidebar .uk-nav-side .uk-nav-header,
#tm-left-section h5.widget-header {
  color: #f8fafc;
}

.pagetitle:after,
#tm-right-section .title:after,
#tm-right-section .sectiontitle:after,
#tm-left-section .title-divider:after {
  background: linear-gradient(90deg, var(--primary-color), #ff7b7b);
}

#tm-right-section .title .viewall,
#tm-footer .uk-subnav > * > *,
.reviews .uk-comment-meta,
.sidebar .uk-badge,
.sidebar .topitems .number,
.uk-nav-offcanvas .uk-nav-header,
.uk-search-field::-webkit-input-placeholder,
.uk-search-field::-moz-placeholder,
.uk-form ::-webkit-input-placeholder,
.uk-form ::-moz-placeholder {
  color: var(--text-muted);
}

#tm-right-section .title .viewall:hover,
#tm-footer .uk-subnav > * > *:hover,
.sidebar .uk-badge:hover {
  color: #fff;
}

.uk-form select,
.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="datetime"],
.uk-form input[type="datetime-local"],
.uk-form input[type="date"],
.uk-form input[type="month"],
.uk-form input[type="time"],
.uk-form input[type="week"],
.uk-form input[type="number"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="color"],
.uk-search-field,
.uk-offcanvas .uk-search-field {
  background: var(--surface-2);
  border-color: rgba(148, 163, 184, 0.16);
  color: var(--text-main);
}

.uk-form select:focus,
.uk-form textarea:focus,
.uk-form input:not([type]):focus,
.uk-form input[type="text"]:focus,
.uk-form input[type="password"]:focus,
.uk-form input[type="datetime"]:focus,
.uk-form input[type="datetime-local"]:focus,
.uk-form input[type="date"]:focus,
.uk-form input[type="month"]:focus,
.uk-form input[type="time"]:focus,
.uk-form input[type="week"]:focus,
.uk-form input[type="number"]:focus,
.uk-form input[type="email"]:focus,
.uk-form input[type="url"]:focus,
.uk-form input[type="search"]:focus,
.uk-form input[type="tel"]:focus,
.uk-form input[type="color"]:focus,
.uk-search-field:focus,
.uk-search.uk-active .uk-search-field {
  background: #1b2437;
  border-color: rgba(255, 61, 61, 0.52);
  color: #fff;
  box-shadow: 0 0 0 3px rgba(255, 61, 61, 0.12);
}

.uk-button {
  background: linear-gradient(180deg, #1d2940 0%, #172033 100%);
  color: var(--text-main);
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 4px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.uk-button:hover,
.uk-button:focus {
  background: linear-gradient(180deg, #24344f 0%, #1b2437 100%);
  color: #fff;
  transform: translateY(-1px) scale(1.02);
}

.uk-button-primary,
.uk-button-danger {
  background: linear-gradient(135deg, var(--primary-color), #ff6a6a);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 10px 24px rgba(255, 61, 61, 0.22);
}

.uk-button-primary:hover,
.uk-button-danger:hover,
.uk-button-primary:focus,
.uk-button-danger:focus {
  background: linear-gradient(135deg, #ff5757, var(--primary-color));
  color: #fff;
}

.uk-button-success {
  background: linear-gradient(135deg, var(--success-color), #18e1b0);
  border-color: transparent;
  color: #06261f;
  box-shadow: 0 10px 24px rgba(0, 200, 150, 0.2);
}

.uk-button-success:hover,
.uk-button-success:focus {
  background: linear-gradient(135deg, #18e1b0, var(--success-color));
  color: #041f19;
}

.uk-pagination > li > a,
.uk-pagination > li > span {
  background: var(--surface-2);
  border: 1px solid rgba(148, 163, 184, 0.16);
  color: var(--text-soft);
}

.uk-pagination > li > a:hover,
.uk-pagination > li > a:focus,
.uk-pagination > .uk-active > span {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

.uk-overlay-background,
#tm-right-section .uk-overlay-background {
  background: linear-gradient(180deg, rgba(11, 15, 25, 0.08) 0%, rgba(11, 15, 25, 0.82) 100%);
}

#tm-right-section .uk-overlay img,
.featuredslide .uk-overlay-background,
#tm-media-section .media-cover img,
.sidebar .topitems img,
.genre-banner {
  border-radius: 6px;
}

.sidebar .uk-nav-side > li > a,
.sidebar .uk-nav-side ul a,
.uk-nav-offcanvas ul a,
.uk-nav-search > li > a {
  color: var(--text-soft);
}

.sidebar .uk-nav-side > li.uk-active > a,
.sidebar .uk-nav-side > li > a:hover,
.sidebar .uk-nav-side ul a:hover,
.uk-nav-search > li.uk-active > a,
.uk-nav-search ul a:hover {
  color: #fff;
}

.sidebar .uk-nav-side > li.uk-active > a,
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
  border-color: var(--primary-color);
}

#tm-footer {
  border-top: 1px solid var(--border-color);
  color: var(--text-soft);
}

.genre-banner::before {
  background: linear-gradient(to bottom, rgba(11, 15, 25, 0.44), rgba(11, 15, 25, 0.92));
}

.genre-badge {
  background: linear-gradient(135deg, var(--primary-color), #ff6a6a);
  box-shadow: 0 10px 24px rgba(255, 61, 61, 0.22);
}

table,
th,
td {
  border-color: rgba(148, 163, 184, 0.16);
}

th {
  background: var(--surface-2);
  color: #fff;
}

tr:hover {
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-main);
}

::selection {
  background: rgba(255, 61, 61, 0.3);
  color: #fff;
}

#tm-right-section,
#tm-left-section,
.sidebar-profile,
.uk-panel-box,
.uk-comment,
.genre-banner {
  position: relative;
}

#tm-right-section .uk-grid,
#tm-left-section .uk-panel,
.sidebar-profile,
.uk-panel-box,
.uk-comment,
.genre-banner,
#tm-media-section,
#tm-footer {
  padding-top: 2px;
}

#tm-right-section .home,
#tm-right-section .uk-panel.home,
.sidebar .topitems,
.featuredslide,
.uk-comment,
.genre-banner,
.sidebar-profile {
  border-radius: 6px;
}

#tm-right-section .home {
  padding: 10px 0 4px !important;
}

#tm-right-section .uk-panel-title,
.reviews .uk-comment-body p,
.pagebody p,
.pagebody li {
  color: var(--text-main);
}

.pagebody,
.pagebody p,
.pagebody li {
  color: var(--text-soft);
}

.pagebody a {
  color: var(--success-color);
}

.pagebody a:hover {
  color: #32e5ba;
}

.pagebody h1,
.pagebody h2,
.pagebody h3,
.pagebody h4 {
  color: #fff;
}

/* UX / CONVERSION ENHANCEMENTS */

#tm-right-section .title,
#tm-right-section .sectiontitle,
#tm-left-section .title-divider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 14px;
  margin-bottom: 22px;
  letter-spacing: 0.04em;
}

#tm-right-section .title .viewall,
#tm-right-section .sectiontitle .viewall {
  position: static;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

#tm-right-section .title-priority {
  padding: 14px 16px 16px;
  border: 1px solid rgba(255, 61, 61, 0.2);
  border-radius: 6px;
  background: linear-gradient(90deg, rgba(255, 61, 61, 0.12), rgba(255, 61, 61, 0.02));
  box-shadow: 0 12px 32px rgba(255, 61, 61, 0.08);
}

#tm-right-section .title-priority:after {
  width: 58px;
}

#tm-right-section .uk-grid.uk-margin-large-bottom {
  padding: 16px 6px;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.52) 0%, rgba(17, 24, 39, 0.18) 100%);
  border: 1px solid rgba(148, 163, 184, 0.08);
}

#tm-right-section .uk-overlay,
#tm-right-section .uk-panel.home,
.featuredslide,
.genre-card,
.sidebar .topitems {
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, filter 0.3s ease;
}

#tm-right-section .uk-overlay:hover,
#tm-right-section .uk-panel.home:hover,
.featuredslide:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 40px rgba(2, 6, 23, 0.28);
}

#tm-right-section .uk-panel.home {
  margin-bottom: 12px;
  padding: 12px 10px 10px !important;
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.78) 0%, rgba(17, 24, 39, 0.46) 100%);
  border: 1px solid rgba(148, 163, 184, 0.08);
}

#tm-right-section .uk-panel.home::before {
  content: none;
  position: absolute;
  top: -10px;
  left: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 3px;
  background: rgba(255, 61, 61, 0.96);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#tm-right-section .uk-grid.uk-margin-large-bottom > div:first-child .uk-panel.home::before {
  content: "New";
}

#tm-right-section .uk-panel-title {
  padding-top: 6px;
  line-height: 1.45;
}

.genre-card {
  border: 1px solid rgba(148, 163, 184, 0.08);
}

.genre-card:hover {
  border-color: rgba(255, 61, 61, 0.42);
  box-shadow: 0 20px 42px rgba(2, 6, 23, 0.34);
}

.genre-card:hover .genre-card-image {
  transform: scale(1.08);
}

.sidebar .uk-panel {
  padding: 16px 18px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.88) 0%, rgba(13, 19, 31, 0.92) 100%);
  border: 1px solid rgba(148, 163, 184, 0.08);
}

.sidebar .title-divider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.sidebar .uk-nav-side > li > a,
.sidebar .uk-nav-side ul a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 6px;
  line-height: 1.4;
}

.sidebar .uk-nav-side > li > a:hover,
.sidebar .uk-nav-side ul a:hover {
  background: rgba(255, 255, 255, 0.04);
}

.sidebar .uk-nav-sub {
  margin-top: 2px;
  padding-left: 0;
}

.sidebar .topitems {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 12px !important;
  padding: 12px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(23, 32, 51, 0.92) 0%, rgba(17, 24, 39, 0.92) 100%);
  border: 1px solid rgba(148, 163, 184, 0.08);
  box-shadow: 0 14px 28px rgba(2, 6, 23, 0.14);
}

.sidebar .topitems:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 36px rgba(2, 6, 23, 0.24);
  border-color: rgba(0, 200, 150, 0.2);
}

.sidebar .topitems::before {
  content: "Trending";
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 3px 7px;
  border-radius: 3px;
  background: rgba(255, 61, 61, 0.14);
  color: #ff9d9d;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sidebar .topitems > [class*="uk-width"] {
  display: flex;
  align-items: center;
  width: auto;
  margin: 0;
  padding: 0;
  float: none;
  min-height: 100%;
}

.sidebar .topitems .padding-left {
  padding-left: 0;
  display: flex;
  align-items: flex-start;
}

.sidebar .topitems img {
  width: 100%;
  height: 64px;
  object-fit: cover;
  border-radius: 6px;
}

.sidebar .topitems .title {
  display: block;
  margin-top: 0;
  padding-top: 26px;
  padding-right: 0;
  color: #f8fafc;
  font-size: 14px;
  line-height: 1.55;
  text-align: left;
  text-wrap: pretty;
}

.sidebar .topitems .title:hover {
  color: #fff;
}

.uk-button,
.uk-button-primary,
.uk-button-success,
.uk-button-danger,
#tm-right-section .uk-overlay,
#tm-right-section .uk-panel.home,
.sidebar .topitems,
.genre-card,
.featuredslide {
  will-change: transform;
}

@media (max-width: 767px) {
  #tm-right-section .title,
  #tm-right-section .sectiontitle,
  #tm-left-section .title-divider {
    gap: 8px;
    padding-bottom: 10px;
    margin-bottom: 16px;
  }

  #tm-right-section .title .viewall,
  #tm-right-section .sectiontitle .viewall {
    font-size: 12px;
  }

  #tm-right-section .uk-grid.uk-margin-large-bottom {
    padding: 12px 10px 2px;
  }

  #tm-right-section .uk-panel.home::before {
    top: -8px;
    left: 8px;
  }

  .sidebar .topitems {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 10px;
  }

  .sidebar .topitems img {
    height: 56px;
  }

  .sidebar .topitems .title {
    font-size: 13px;
    line-height: 1.45;
    padding-top: 24px;
  }
}

/* SEARCH PAGE */

.search-page__header {
  margin-bottom: 18px;
}

.search-page__form {
  padding: 18px;
  border: 1px solid rgba(148, 163, 184, 0.12);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.94) 0%, rgba(11, 15, 25, 0.94) 100%);
  box-shadow: 0 18px 40px rgba(2, 6, 23, 0.2);
}

.search-page__summary {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.search-page__summary-badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 4px;
  background: rgba(255, 61, 61, 0.12);
  color: #ff8d8d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.search-page__summary-text {
  color: #9fb0c3;
  font-size: 14px;
}

.search-result-card {
  display: flex;
  flex-direction: row;
  height: 100%;
  border: 1px solid rgba(148, 163, 184, 0.1);
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.96) 0%, rgba(11, 15, 25, 0.96) 100%);
  box-shadow: 0 18px 36px rgba(2, 6, 23, 0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.search-result-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 61, 61, 0.22);
  box-shadow: 0 24px 46px rgba(2, 6, 23, 0.28);
}

.search-result-card__media {
  position: relative;
  flex: 0 0 150px;
}

.search-result-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 130px;
  object-fit: cover;
}

.search-result-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 130px;
  padding: 14px 16px;
}

.search-result-card__type {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  padding: 5px 9px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(2, 6, 23, 0.22);
}

.search-result-card__type--article {
  background: #ff3d3d;
  color: #fff;
}

.search-result-card__type--serie {
  background: #00c896;
  color: #04231c;
}

.search-result-card__title {
  width: 100%;
  margin-bottom: 6px;
  color: #f8fafc;
  font-size: 17px;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.search-result-card__title-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}

.search-result-card__title-link:hover,
.search-result-card__title-link:focus {
  color: #ffffff;
  text-decoration: none;
}

.search-result-card__meta {
  width: 100%;
  margin: 0 0 6px;
  color: #c9d5e3;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.search-result-card__excerpt {
  width: 100%;
  margin: 0;
  color: #9fb0c3;
  font-size: 13px;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 767px) {
  .search-page__form {
    padding: 14px;
  }

  .search-result-card {
    flex-direction: column;
  }

  .search-result-card__media {
    flex-basis: auto;
  }

  .search-result-card__media img {
    height: 180px;
    min-height: 180px;
  }

  .search-result-card__body {
    padding: 12px;
    min-height: 120px;
    justify-content: flex-start;
  }

  .search-result-card__type {
    top: 8px;
    left: 8px;
    min-width: 58px;
    padding: 5px 8px;
    font-size: 9px;
  }

  .search-result-card__title {
    font-size: 14px;
    -webkit-line-clamp: 3;
  }

  .search-result-card__excerpt {
    font-size: 12px;
    -webkit-line-clamp: 3;
  }
}

/* AUTH PAGES */

.auth-page-shell {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(255, 61, 61, 0.12), transparent 28%),
    radial-gradient(circle at bottom right, rgba(0, 200, 150, 0.14), transparent 32%),
    linear-gradient(180deg, #0b0f19 0%, #111827 100%);
}

.auth-topbar {
  padding-top: 30px;
}

.auth-card-wrap {
  min-height: calc(100vh - 110px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 16px 60px;
}

.auth-card {
  width: 100%;
  max-width: 460px;
  padding: 32px 28px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 10px;
  background: rgba(17, 24, 39, 0.94);
  box-shadow: 0 24px 60px rgba(2, 6, 23, 0.36);
}

.auth-card__eyebrow {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

.auth-card--signin .auth-card__eyebrow {
  color: #ff8d8d;
}

.auth-card--signup .auth-card__eyebrow {
  color: #00c896;
}

.auth-card--contact .auth-card__eyebrow {
  color: #7dd3fc;
}

.auth-card__title {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 34px;
  font-weight: 800;
  text-align: center;
}

.auth-card__subtitle {
  margin-bottom: 24px;
  color: #9fb0c3;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}

.auth-field {
  margin-bottom: 14px;
}

.auth-field label {
  display: block;
  margin-bottom: 8px;
  color: #d8e1ec;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.auth-field .uk-form-icon {
  position: relative;
}

.auth-field input {
  height: 50px;
  padding-right: 42px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 8px;
  background: #0f172a;
  color: #f8fafc;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.auth-field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 8px;
  background: #0f172a;
  color: #f8fafc;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  resize: vertical;
}

.auth-card--signin .auth-field input:focus {
  border-color: rgba(255, 61, 61, 0.6);
  box-shadow: 0 0 0 3px rgba(255, 61, 61, 0.12);
  transform: translateY(-1px);
}

.auth-card--signup .auth-field input:focus {
  border-color: rgba(0, 200, 150, 0.6);
  box-shadow: 0 0 0 3px rgba(0, 200, 150, 0.12);
  transform: translateY(-1px);
}

.auth-card--contact .auth-field input:focus,
.auth-card--contact .auth-field textarea:focus {
  border-color: rgba(125, 211, 252, 0.6);
  box-shadow: 0 0 0 3px rgba(125, 211, 252, 0.12);
  transform: translateY(-1px);
}

.auth-field i {
  color: #7f8ea3;
}

.auth-error {
  display: block;
  margin-bottom: 16px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 61, 61, 0.25);
  border-radius: 8px;
  background: rgba(127, 29, 29, 0.22);
  color: #ffd1d1;
  text-align: left;
}

.auth-meta-row {
  display: flex;
  justify-content: flex-end;
  margin: 4px 0 16px;
}

.auth-meta-row a {
  color: #cdd8e5;
  font-size: 13px;
  text-decoration: none;
}

.auth-submit {
  border-radius: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.3s ease, filter 0.3s ease, box-shadow 0.3s ease;
}

.auth-card--signin .auth-submit {
  background: linear-gradient(135deg, #ff3d3d 0%, #ff6b57 100%);
  color: #ffffff;
}

.auth-card--signup .auth-submit {
  background: linear-gradient(135deg, #00c896 0%, #18d8a7 100%);
  color: #032a20;
}

.auth-card--contact .auth-submit {
  background: linear-gradient(135deg, #0ea5e9 0%, #38bdf8 100%);
  color: #082f49;
}

.auth-submit:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.auth-card--signin .auth-submit:hover {
  box-shadow: 0 18px 34px rgba(255, 61, 61, 0.2);
}

.auth-card--signup .auth-submit:hover {
  box-shadow: 0 18px 34px rgba(0, 200, 150, 0.2);
}

.auth-card--contact .auth-submit:hover {
  box-shadow: 0 18px 34px rgba(14, 165, 233, 0.22);
}

.auth-success {
  display: block;
  margin-bottom: 16px;
}

.auth-check {
  margin: 10px 0 16px;
  color: #c7d2de;
  font-size: 13px;
  line-height: 1.6;
}

.auth-check input {
  margin-right: 8px;
}

.auth-meta,
.auth-note {
  color: #93a4b8;
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
}

.auth-meta a,
.auth-note a {
  color: #ffffff;
}

.auth-note {
  margin-top: 16px;
}

.auth-divider {
  position: relative;
  margin: 18px 0 16px;
  text-align: center;
}

.auth-divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.auth-divider span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 12px;
  background: #141c2c;
  color: #93a4b8;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.auth-google-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 50px;
  padding: 0 18px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.88);
  color: #f8fafc;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.auth-google-btn:hover,
.auth-google-btn:focus {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 16px 28px rgba(2, 6, 23, 0.18);
  color: #ffffff;
  text-decoration: none !important;
}

.auth-google-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #ffffff;
  color: #ea4335;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.18);
}

@media (max-width: 767px) {
  .auth-card {
    padding: 26px 18px;
  }

  .auth-card__title {
    font-size: 28px;
  }
}

/* ARTICLE PAGE */

.breadcrumb {
  padding-top: 5px;
  margin-bottom: 15px;
  font-size: 13px;
  color: #bbb;
}

.breadcrumb a {
  color: #00b7ff;
  text-decoration: none;
  font-weight: 500;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.article-breadcrumb-current {
  color: #fff;
}

.article-seo__header {
  margin-bottom: 20px;
}

.article-seo__title {
  margin-top: 5px;
}

.article-seo__hero-image {
  object-fit: cover;
}

.article-meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 13px;
  color: #999;
  padding-top: 8px;
}

.article-content {
  text-align: left;
}

.article-content h2,
.article-content h3 {
  margin-top: 28px;
  margin-bottom: 12px;
}

.article-content p,
.article-faq p,
.article-conclusion p,
.article-intro p {
  line-height: 1.8;
}

.article-faq__item {
  padding: 16px 18px;
  border: 1px solid rgba(148, 163, 184, 0.1);
  border-radius: 8px;
  background: rgba(17, 24, 39, 0.68);
}

img.lazy-load {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

img:not(.lazy-load) {
  opacity: 1;
}

.seo-article-image {
  max-width: 100%;
  height: auto;
}

.article-ad-inline {
  display: block;
  text-align: center;
}

.article-recent-card {
  padding-top: 5px;
  margin-bottom: 15px;
}

.article-comments__signin {
  margin-top: 10px;
}

.article-comments__form textarea {
  min-height: 120px;
  resize: vertical;
}

.article-comments__list {
  margin-bottom: 0;
  max-height: none;
  overflow: visible;
}

.article-comments__item + .article-comments__item {
  margin-top: 14px;
}

.article-comments__item .uk-comment {
  position: relative;
  z-index: 1;
}

.article-comment-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.article-comment-actions .uk-button {
  margin: 0;
  padding: 0;
  min-height: auto;
  height: auto;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
}

.article-comment-actions .article-comment-edit {
  color: #cbd5e1;
}

.article-comment-actions .article-comment-delete {
  color: #ff8d8d;
}

.article-comment-actions .uk-button:hover,
.article-comment-actions .uk-button:focus {
  background: transparent;
  box-shadow: none;
  text-decoration: none;
}

.article-comment-actions .article-comment-edit:hover,
.article-comment-actions .article-comment-edit:focus {
  color: #ffffff;
}

.article-comment-actions .article-comment-delete:hover,
.article-comment-actions .article-comment-delete:focus {
  color: #ff5c5c;
}

.article-comments__list .uk-comment-body p {
  margin-bottom: 0;
  white-space: pre-line;
}

.article-comments__more {
  clear: both;
  margin-top: 14px;
}

.article-comments__more .article-comments__list {
  margin-top: 0;
  max-height: none;
  overflow: visible;
}

.is-hidden-comment-block {
  display: none;
}

.is-hidden-comment-block.article-comments__more--expanded {
  display: block;
}

.article-comments__toggle-wrap {
  clear: both;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.article-comments__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
}

.article-comment-dialog[hidden] {
  display: none !important;
}

.article-comment-dialog {
  position: fixed;
  inset: 0;
  z-index: 10020;
}

.article-comment-dialog__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 23, 0.72);
  backdrop-filter: blur(3px);
}

.article-comment-dialog__panel {
  position: relative;
  width: min(92vw, 520px);
  margin: 10vh auto 0;
  padding: 22px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.98) 0%, rgba(11, 15, 25, 0.98) 100%);
  box-shadow: 0 24px 60px rgba(2, 6, 23, 0.45);
}

.article-comment-dialog__title {
  margin: 0 0 10px;
  color: #f8fafc;
  font-size: 22px;
  font-weight: 700;
}

.article-comment-dialog__message {
  margin: 0 0 14px;
  color: #cbd5e1;
  line-height: 1.6;
}

.article-comment-dialog__textarea {
  min-height: 140px;
  margin-bottom: 16px;
  resize: vertical;
}

.article-comment-dialog__actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.article-toc-toggle {
  font-weight: 700;
  display: flex;
  align-items: center;
}

.article-toc-list.is-hidden {
  display: none;
}

/* PLAYER PAGE */

.player-breadcrumb {
  padding-top: 20px;
  margin-bottom: 20px;
  font-size: 13px;
  color: #bbb;
}

.player-breadcrumb a,
.player-breadcrumb__current {
  color: #ccc;
  text-decoration: none;
}

.player-watch-badge {
  display: inline-block;
  padding: 2px 8px;
  background-color: #ff0000;
  color: #ffffff;
}

/* TOPBAR AVATAR */

.avatar-dropdown {
  position: relative;
  display: inline-block;
}

.avatar-btn {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.tm-avatar {
  border-radius: 50%;
}

.dropdown-content {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 10px;
  min-width: 220px;
  background: #1e1e1e;
  border-radius: 6px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  z-index: 999;
}

.dropdown-content.is-hidden {
  display: none;
}

.dropdown-content .uk-text-center,
.dropdown-profile {
  padding: 10px 15px;
  border-bottom: 1px solid #333;
}

.dropdown-profile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  text-align: left;
}

.dropdown-profile__name {
  color: #f8fafc;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.dropdown-profile__meta {
  color: #aab4c8;
  font-size: 12px;
  line-height: 1.4;
}

.dropdown-content ul.uk-nav {
  padding: 0;
  margin: 0;
}

.dropdown-content ul.uk-nav li a {
  display: block;
  padding: 10px 15px;
  color: #eee;
  font-size: 14px;
  transition: background 0.2s;
}

.dropdown-content ul.uk-nav li a:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

.dropdown-content hr.uk-divider-icon {
  margin: 5px 0;
  border-color: #333;
}

.dropdown-content i {
  margin-right: 6px;
}

/* TOP HEADER PREMIUM NAV */

.tm-header-shell {
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 72px;
}

.tm-header-search {
  flex: 0 0 250px;
  margin: 0;
}

.tm-header-search:before {
  top: 50%;
  left: 12px;
  width: 18px;
  line-height: 1;
  font-size: 14px;
  color: rgba(248, 250, 252, 0.78);
  transform: translateY(-50%);
}

.tm-header-search .uk-search-field {
  height: 42px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.96) 0%, rgba(11, 15, 25, 0.96) 100%);
  color: #f8fafc;
  padding: 0 16px 0 38px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.tm-header-search .uk-search-field:focus {
  border-color: rgba(255, 61, 61, 0.34);
  box-shadow: 0 0 0 3px rgba(255, 61, 61, 0.12);
}

.tm-header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  flex: 1 1 auto;
  min-width: 0;
}

.mainNavBar {
  display: flex;
  align-items: center;
  gap: 6px;
  order: 1;
  margin-left: auto;
}

.mainNavBar > li {
  position: relative;
}

#tm-header .mainNavBar > li > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

#tm-header .mainNavBar > li > a:hover,
#tm-header .mainNavBar > li:hover > a,
#tm-header .mainNavBar > li.uk-active > a {
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.nav-caret {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: rgba(248, 250, 252, 0.7);
}

.nav-caret-right {
  margin-left: auto;
}

.top-nav-dropdown,
.top-nav-submenu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  min-width: 0;
  width: max-content;
  max-width: 190px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.98) 0%, rgba(11, 15, 25, 0.98) 100%);
  box-shadow: 0 22px 40px rgba(2, 6, 23, 0.32);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  z-index: 1100;
}

.top-nav-submenu {
  top: -4px;
  left: calc(100% + 4px);
}

.top-nav-dropdown::after,
.top-nav-submenu::after {
  content: "";
  position: absolute;
  background: transparent;
}

.top-nav-dropdown::after {
  left: 0;
  right: 0;
  top: -8px;
  height: 12px;
}

.top-nav-submenu::after {
  top: 0;
  bottom: 0;
  left: -8px;
  width: 12px;
}

.top-nav-dropdown:before,
.top-nav-submenu:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 61, 61, 0.08), rgba(0, 200, 150, 0.05));
  opacity: 0.8;
  pointer-events: none;
}

.top-nav-dropdown-list {
  position: relative;
  z-index: 1;
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-nav-dropdown-list > li {
  position: relative;
}

.top-nav-dropdown-list > li + li {
  margin-top: 4px;
}

.top-nav-dropdown-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 30px;
  padding: 4px 8px;
  border-radius: 6px;
  color: #e5e7eb;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.22s ease, background 0.22s ease, transform 0.22s ease;
  white-space: nowrap;
}

.top-nav-dropdown .top-nav-dropdown-list > li + li {
  margin-top: 1px;
}

.top-nav-submenu .nav-caret-right {
  font-size: 11px;
}

.top-nav-dropdown-list a:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  transform: translateX(2px);
}

.mainNavBar > li:hover > .top-nav-dropdown,
.top-nav-dropdown-list > li:hover > .top-nav-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.tm-header-right .uk-button-group,
.tm-header-right .avatar-dropdown {
  order: 2;
  flex: 0 0 auto;
}

.tm-header-right .uk-button-group {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.tm-header-right .uk-button-group .uk-button {
  border-radius: 6px;
}

.avatar-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  transition: border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.avatar-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 61, 61, 0.26);
  box-shadow: 0 14px 26px rgba(2, 6, 23, 0.2);
}

@media (max-width: 1199px) {
  .tm-header-shell {
    gap: 16px;
  }

  .tm-header-search {
    flex-basis: 210px;
  }

  #tm-header .mainNavBar > li > a {
    padding: 0 10px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  #tm-header {
    padding: 14px 0;
  }
}

/* MOBILE DRAWER */

.mobile-drawer {
  width: 320px;
  padding: 0;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.99) 0%, rgba(11, 15, 25, 0.99) 100%);
}

.mobile-drawer__panel {
  margin: 0 !important;
  padding: 22px 18px 30px;
}

.mobile-drawer__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.mobile-drawer__brand img {
  max-width: 138px;
  height: auto;
}

.mobile-drawer__search {
  display: block;
  margin: 0 0 18px !important;
}

.mobile-drawer__search:before {
  top: 50%;
  left: 12px;
  width: 18px;
  line-height: 1;
  font-size: 14px;
  color: rgba(248, 250, 252, 0.7);
  transform: translateY(-50%);
}

.mobile-drawer__search .uk-search-field {
  width: 100%;
  height: 42px;
  padding: 0 14px 0 38px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  color: #f8fafc;
}

.mobile-drawer__search .uk-search-field:focus {
  border-color: rgba(255, 61, 61, 0.3);
  box-shadow: 0 0 0 3px rgba(255, 61, 61, 0.1);
}

.mobile-drawer__auth,
.mobile-drawer__profile,
.mobile-drawer__section {
  margin-bottom: 16px;
}

.mobile-drawer__profile .uk-comment,
.mobile-drawer__nav,
.mobile-drawer__socials {
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 14px 28px rgba(2, 6, 23, 0.18);
}

.mobile-drawer__profile .uk-comment {
  padding: 14px 16px;
}

.mobile-drawer__profile .uk-comment-header {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
}

.mobile-drawer__profile .uk-comment-avatar {
  flex: 0 0 52px;
  margin: 0;
}

.mobile-drawer__profile-copy {
  flex: 1 1 auto;
  min-width: 0;
}

.mobile-drawer__profile .uk-comment-title,
.mobile-drawer__profile .uk-comment-meta {
  text-align: left;
}

.mobile-drawer__profile .uk-comment-title {
  flex: 1 1 auto;
  margin: 0;
  line-height: 1.3;
}

.mobile-drawer__profile .uk-comment-meta {
  margin-top: 2px !important;
}

.mobile-drawer__signout {
  position: absolute;
  right: 20px;
  top: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.mobile-drawer__section-title {
  margin: 0 0 8px;
  color: #f8fafc;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mobile-drawer__nav {
  padding: 8px;
}

.mobile-drawer__nav > li + li {
  margin-top: 4px;
}

.mobile-drawer__nav > li > a,
.mobile-drawer__nav .uk-nav-sub > li > a {
  display: block;
  min-height: 30px;
  padding: 6px 10px !important;
  border-radius: 6px;
  color: #e5e7eb !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.mobile-drawer__nav .uk-nav-sub {
  margin-top: 2px;
  padding: 3px 0 0 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-drawer__nav .uk-nav-sub > li + li {
  margin-top: 1px;
}

.mobile-drawer__nav .uk-nav-sub > li > a {
  min-height: 28px;
  padding: 5px 9px !important;
  font-size: 12px !important;
  font-weight: 600;
}

.mobile-drawer__nav .uk-nav-sub .uk-nav-sub {
  margin-top: 2px;
  padding-left: 10px;
}

.mobile-drawer__nav > li.uk-open > a,
.mobile-drawer__nav > li > a:hover,
.mobile-drawer__nav .uk-nav-sub > li > a:hover,
.mobile-drawer__links > li > a:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff !important;
  transform: translateX(2px);
}

.mobile-drawer__links {
  padding: 8px;
}

.mobile-drawer__links > li > a {
  text-align: left;
}

.mobile-drawer__socials {
  padding: 12px;
}

.mobile-drawer__socials .uk-button-group {
  display: flex;
  gap: 8px;
}

.mobile-drawer__socials .uk-button {
  flex: 1 1 0;
  min-width: 0;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: #f8fafc;
}

.rates-page {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.rates-page__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
  gap: 20px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background:
    radial-gradient(circle at top right, rgba(255, 61, 61, 0.14), transparent 30%),
    linear-gradient(135deg, rgba(17, 24, 39, 0.98), rgba(11, 15, 25, 0.98));
  box-shadow: 0 24px 48px rgba(2, 6, 23, 0.22);
}

.rates-page__eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
  color: #fca5a5;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.rates-page__title {
  margin: 0 0 12px;
  color: #f8fafc;
  font-size: 42px;
  line-height: 1.06;
  font-weight: 800;
}

.rates-page__intro {
  margin: 0;
  color: #cbd5e1;
  font-size: 15px;
  line-height: 1.8;
}

.rates-page__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 16px;
  color: #94a3b8;
  font-size: 13px;
}

.rates-page__meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.rates-page__switch {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  padding: 18px 18px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none !important;
  color: #f8fafc !important;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.rates-page__switch:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 61, 61, 0.24);
  box-shadow: 0 18px 32px rgba(2, 6, 23, 0.2);
}

.rates-page__switch-label {
  color: #94a3b8;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rates-page__switch strong {
  font-size: 26px;
  line-height: 1.15;
}

.rates-page__switch-link {
  color: #fca5a5;
  font-size: 14px;
  font-weight: 700;
}

.rates-page__snapshot {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.rates-page__stat,
.rates-page__card {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.96), rgba(11, 15, 25, 0.98));
}

.rates-page__stat-label {
  display: block;
  margin-bottom: 8px;
  color: #94a3b8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rates-page__stat strong {
  color: #ffffff;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 800;
}

.rates-page__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.rates-page__section-intro {
  margin: 0 0 16px;
  color: #94a3b8;
  font-size: 14px;
  line-height: 1.7;
}

.rates-page__section {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.95), rgba(11, 15, 25, 0.98));
}

.rates-page__section--split {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: 20px;
}

.rates-page__section .title {
  margin-bottom: 14px;
}

.rates-page__card p,
.rates-page__notes p {
  margin: 0 0 12px;
  color: #cbd5e1;
  line-height: 1.8;
}

.rates-page__card p:last-child,
.rates-page__notes p:last-child {
  margin-bottom: 0;
}

.rates-page__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rates-page__list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: #e5e7eb;
}

.rates-page__list li:last-child {
  border-bottom: 0;
}

.rates-page__list strong {
  color: #ffffff;
}

.rates-page__table-wrap {
  overflow-x: auto;
}

.rates-page__table {
  width: 100%;
  border-collapse: collapse;
}

.rates-page__table th,
.rates-page__table td {
  padding: 14px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  text-align: left;
  white-space: nowrap;
}

.rates-page__table th {
  color: #94a3b8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rates-page__table td {
  color: #e5e7eb;
  font-size: 14px;
}

.rates-page__table tbody tr:hover {
  background: rgba(255, 255, 255, 0.02);
}

@media (max-width: 959px) {
  .rates-page__hero,
  .rates-page__section--split,
  .rates-page__snapshot {
    grid-template-columns: 1fr;
  }

  .rates-page__title {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .rates-page__hero,
  .rates-page__section,
  .rates-page__card,
  .rates-page__stat {
    padding: 18px;
  }

  .rates-page__title {
    font-size: 28px;
  }

  .rates-page__stat strong {
    font-size: 24px;
  }

  .rates-page__table th,
  .rates-page__table td {
    padding: 12px 10px;
    font-size: 13px;
  }
}

@media (min-width: 960px) {
  .uk-width-large-1-5,
  .uk-width-large-2-10 {
    width: 25%;
  }

  .uk-width-large-4-5,
  .uk-width-large-8-10 {
    width: 75%;
  }
}

.profile-favorites-grid {
  margin-top: 14px;
}

.profile-favorite-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 6px;
  background: #141c2c;
  min-height: 100%;
}

.profile-favorite-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
  position: relative;
  z-index: 1;
}

.profile-favorite-card__media {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #0f1726;
}

.profile-favorite-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.profile-favorite-card__body {
  padding: 12px 14px 14px;
}

.profile-favorite-card__title {
  margin: 0;
  color: #f8fafc;
  font-size: 15px;
  line-height: 1.45;
  min-height: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.profile-favorite-card__remove {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 20;
  pointer-events: auto;
  cursor: pointer;
  margin: 0;
}

.profile-favorite-card__remove .uk-button {
  width: 30px;
  height: 30px;
  min-height: 30px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  background: rgba(15, 23, 38, 0.92);
  color: #f8fafc;
  line-height: 28px;
  text-align: center;
}

.profile-favorite-card__remove .uk-button:hover,
.profile-favorite-card__remove .uk-button:focus {
  background: rgba(255, 61, 61, 0.92);
  color: #ffffff;
  border-color: rgba(255, 61, 61, 0.92);
}

.favorite-toggle-form--inline {
  display: inline-block;
  margin: 0;
}

.article-favorite-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.96), rgba(15, 23, 42, 0.96));
  color: #e5e7eb;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none !important;
  box-shadow: 0 14px 28px rgba(2, 6, 23, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.article-favorite-btn i {
  font-size: 15px;
}

.article-favorite-btn:hover,
.article-favorite-btn:focus {
  transform: translateY(-2px);
  border-color: rgba(255, 61, 61, 0.25);
  color: #ffffff;
  text-decoration: none !important;
  box-shadow: 0 18px 32px rgba(2, 6, 23, 0.24);
}

.article-favorite-btn--add {
  background: linear-gradient(135deg, rgba(35, 49, 73, 0.98), rgba(18, 27, 46, 0.98));
}

.article-favorite-btn--add:hover,
.article-favorite-btn--add:focus {
  background: linear-gradient(135deg, rgba(255, 61, 61, 0.95), rgba(225, 29, 72, 0.95));
  border-color: rgba(255, 61, 61, 0.95);
}

.article-favorite-btn--remove {
  background: linear-gradient(135deg, rgba(44, 22, 22, 0.96), rgba(70, 18, 18, 0.96));
  border-color: rgba(255, 61, 61, 0.22);
  color: #fecaca;
}

.article-favorite-btn--remove:hover,
.article-favorite-btn--remove:focus {
  background: linear-gradient(135deg, rgba(255, 61, 61, 0.96), rgba(185, 28, 28, 0.96));
  border-color: rgba(255, 61, 61, 0.96);
  color: #ffffff;
}

.article-favorite-btn--signin {
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.96), rgba(15, 23, 42, 0.96));
}

@media (max-width: 767px) {
  .profile-favorite-card__body {
    padding: 10px 12px 12px;
  }

  .profile-favorite-card__title {
    font-size: 14px;
    min-height: 40px;
  }
}
