/* =========================================================
   1. VARIABLES, RESET AND GLOBAL SETTINGS
   ========================================================= */
@font-face {
  font-family: nachotea;
  src: url("https://www.nachotea.com/font/arial.ttf") format("truetype");
}
*, *::before, *::after {
  box-sizing: border-box;
}
html, body {
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #000;
  color: #fff;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  font-family: nachotea, Arial, sans-serif;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6, .btn {
  font-family: nachotea, Arial, sans-serif;
}
h1 { font-size: 52px; }
h2 { font-size: 32px; }
h3 { font-size: 24px; }
p {
  font-size: 20px;
  line-height: 1.6;
  font-weight: normal;
  font-family: Arial, sans-serif;
  color: #f0f0f0;
  letter-spacing: 1px;
  margin: 0 0 15px 0;
}
.view-container {
  width: 100%;
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
}
.section-btn,
.section-btn:hover,
.section-btn:focus,
.section-btn:active,
.section-btn:visited {
  text-decoration: none !important;
  outline: none !important;
}
.section-btn {
  background-color: transparent;
  border: 2px solid transparent;
  border-top-color: #fff;
  border-right-color: #222;
  border-bottom-color: #fff;
  border-left-color: #222;
  border-radius: 100px;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 14px 24px;
  margin: 10px 6px 0 0;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
}
.section-btn:hover,
.section-btn:focus {
  background-color: rgba(207, 255, 4, 0.1);
  border-color: #cfff04;
  transform: translateY(-2px);
}

/* Base display: hide all until media query matches */
.desktop-display,
.mobile-portrait-display,
.mobile-landscape-display {
  display: none;
}

/* =========================================================
   2. DESKTOP DISPLAY SECTION (>= 992px)
   ========================================================= */
@media screen and (min-width: 992px) {
  html, body {
    height: 100vh;
    overflow: hidden !important;
  }
  body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 0;
    margin: 0;
    background: #000;
  }
  .desktop-display {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 !important;
  }
  .mobile-portrait-display,
  .mobile-landscape-display {
    display: none !important;
  }
  .desktop-display .view-container {
    max-width: 1120px !important;
    padding: 0 15px !important;
    margin: 0 auto !important;
  }
  .desktop-grid {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 36px;
    width: 100%;
  }
 .desktop-col-logo {
  flex: 0 1 calc((100% - 24px) / 2);
  max-width: calc((100% - 24px) / 2);
}
	
  .desktop-col-logo .imagefloat {
    width: auto;
    max-width: 100%;
    max-height: 520px;
    height: auto;
    object-fit: contain;
    object-position: bottom left;
    display: block;
    margin: 0;
  }
 .desktop-col-content {
  flex: 0 1 calc((100% - 24px) / 2);
  max-width: calc((100% - 24px) / 2);
}
  .desktop-col-content .home-thumb {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
	position: relative;
    left: -35px;
  }
  .desktop-col-content h1 {
  margin-top: 0;
  margin-bottom: 10px;
  white-space: nowrap !important;
  font-size: clamp(2.6rem, 2.6vw, 2.6rem);
  line-height: 1;
  font-weight: bold;
  letter-spacing: -0.3px;
  width: 100%;
  max-width: 100%;
  text-align: left;
  position: relative;
  top: -15px;
}
  .desktop-col-content p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 8px;
  }

.desktop-col-content .home-thumb p {
  position: relative;
  top: -15px;
}
  .desktop-col-content p:last-of-type { margin-bottom: 14px; }
.desktop-col-content .button-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 35px;
  width: 100%;
  margin: 0;
}
  .desktop-col-content .button-row .section-btn {
    margin: 0;
    text-align: center;
    font-size: 14px;
    padding: 10px 18px;
  }
  .site-footer {
    position: relative !important;
    width: 100% !important;
    max-width: 1120px !important;
    margin: 16px auto 0 auto !important;
    padding: 0 15px !important;
    box-sizing: border-box;
  }
  .site-footer .footer-row {
    justify-content: flex-end;
    width: 100%;
  }
  .site-footer .footer-right {
    margin-right: 0;
    transform: translateX(12px);
  }
}

@media screen and (min-width: 992px) {
  .desktop-col-content,
  .desktop-col-content .home-thumb {
    width: 480px;
    max-width: 480px;
  }

  .desktop-col-content h1,
  .desktop-col-content p,
  .desktop-col-content .button-row {
    width: 100%;
    max-width: 100%;
  }

  .site-footer .footer-content {
    width: 480px;
    max-width: 480px;
  }

  .site-footer .footer-row {
    justify-content: flex-start;
  }

  .site-footer .footer-right {
    justify-content: flex-start;
    transform: none;
  }
}

/* 1440p / 4K QHD Large Displays (>= 2200px or high-height 1440p) */
@media screen and (min-width: 2200px) and (min-height: 1200px) {
  .desktop-display .view-container,
  .site-footer {
    zoom: 1.55;
  }
}

/* =========================================================
   3. MOBILE PORTRAIT DISPLAY SECTION (<= 991px)
   ========================================================= */
@media screen and (max-width: 991px) {
  body {
    padding-top: 15px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #000;
    width: 100%;
  }
  .site-footer.wow {
    animation: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .desktop-display,
  .mobile-landscape-display {
    display: none !important;
  }
  .mobile-portrait-display {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 20px !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
  }
  .mobile-portrait-display .view-container {
    width: 100% !important;
    max-width: 440px !important;
    padding: 0 !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
  }
  .mobile-portrait-wrap {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
  }
  .mobile-portrait-wrap .home-thumb {
    text-align: center !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  #home-mobile-portrait .imagefloat,
  .mobile-portrait-wrap .imagefloat {
    margin: 15px auto 35px auto !important;
    display: block !important;
    width: 250px !important;
    max-width: 70% !important;
    height: auto !important;
  }
  .mobile-portrait-wrap h1 {
    font-size: 24px !important;
    line-height: 1.25 !important;
    text-align: center !important;
    margin: 0 0 2px 0 !important;
    white-space: normal !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .mobile-portrait-wrap p,
  .mobile-portrait-display p {
    font-size: 14px !important;
    line-height: 1.5 !important;
    letter-spacing: 0.2px !important;
    margin: 0 auto 12px auto !important;
    padding: 0 10px !important;
    text-align: center !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }
  .mobile-portrait-wrap .button-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 100% !important;
    margin-top: 8px !important;
	margin-bottom: 5px !important
    box-sizing: border-box !important;
  }
  .mobile-portrait-wrap .section-btn {
    border: 2px solid #fff !important;
    font-size: 13px !important;
    padding: 10px 14px !important;
    margin: 0 !important;
    display: inline-block !important;
    width: calc(50% - 6px) !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }
}

/* =========================================================
   4. MOBILE LANDSCAPE DISPLAY SECTION
   ========================================================= */
@media screen and (max-width: 991px) and (orientation: landscape) and (max-height: 500px) {
  html, body {
    height: 100% !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    overflow: hidden !important;
    overscroll-behavior: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #000;
  }
  body {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .desktop-display,
  .mobile-portrait-display {
    display: none !important;
  }
  .mobile-landscape-display {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 20px !important;
    box-sizing: border-box;
  }
  .mobile-landscape-display .view-container {
    max-width: 640px !important;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .landscape-grid {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 24px;
    width: 100%;
    flex-wrap: nowrap;
  }
  .col-landscape-logo {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .col-landscape-logo .imagefloat {
    width: clamp(160px, 24vw, 200px) !important;
    max-width: 200px !important;
    max-height: 65vh !important;
    height: auto !important;
    object-fit: contain;
    display: block;
  }
  .col-landscape-content {
    flex: 0 1 380px;
    max-width: 380px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .col-landscape-content .home-thumb {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .col-landscape-content h1 {
    font-size: clamp(20px, 3.2vw, 24px) !important;
    line-height: 1.15;
    white-space: nowrap;
    margin: 0 0 6px 0;
  }
  .col-landscape-content p {
    font-size: clamp(12px, 1.8vw, 13.5px) !important;
    line-height: 1.4;
    letter-spacing: 0.1px;
    margin: 0 0 5px 0;
  }
  .col-landscape-content p:last-of-type {
    margin-bottom: 8px;
  }
  .col-landscape-content .button-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    width: 100%;
    margin: 0;
  }
  .col-landscape-content .section-btn {
    font-size: 11px;
    font-weight: bold;
    padding: 6px 12px;
    margin: 0;
    line-height: 1.2;
    text-align: center;
    flex: 1 1 auto;
  }
}

/* =========================================================
   5. FOOTER SECTION
   ========================================================= */
.site-footer {
  padding: 20px 0;
  margin-top: 20px;
  width: 100%;
}
.site-footer .footer-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.site-footer .footer-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.site-footer .copyright {
  margin: 0 !important;
  padding: 0 !important;
  color: #f0f0f0;
  font-size: 14px;
  line-height: 1 !important;
  font-family: Arial, sans-serif;
  letter-spacing: 0.5px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}
.site-footer .social-icon {
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex;
  align-items: center;
}
.site-footer .social-icon ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.site-footer .social-icon li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  line-height: 1 !important;
}
.site-footer .social-icon a {
  color: #f0f0f0 !important;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 1 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease, transform 0.2s ease;
}
.site-footer .social-icon a:hover,
.site-footer .social-icon a:focus {
  color: #fff !important;
  transform: translateY(-1px);
}
.site-footer .social-icon a i {
  font-style: normal;
  font-size: 14px;
  line-height: 1 !important;
  vertical-align: middle !important;
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
}

@media screen and (max-width: 991px) {
  .site-footer {
    margin-top: 10px !important;
    padding: 10px 0 20px 0 !important;
  }
  .site-footer .footer-row { justify-content: center; }
  .site-footer .footer-right { gap: 15px; }
  .site-footer .copyright { font-size: 12px; }
  .site-footer .social-icon a { font-size: 14px; }
  .site-footer .social-icon a i { font-size: 14px; }
}



@media screen and (max-width: 991px) and (orientation: landscape) and (max-height: 500px) {
  .site-footer {
    position: relative !important;
    width: 100% !important;
    max-width: 604px !important;
    margin: 10px auto 0 auto !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    animation: none !important;
    box-sizing: border-box;
  }
  .site-footer .footer-row {
    justify-content: flex-end;
    width: 100%;
  }
  .site-footer .footer-right {
    gap: 12px;
    margin-right: 0;
  }
  .site-footer .copyright { font-size: 10px; }
  .site-footer .social-icon a { font-size: 11px; }
  .site-footer .social-icon a i { font-size: 11px; }
}ter .social-icon a i { font-size: 11px; }
}
@media screen and (min-width: 1600px) and (min-height: 900px) {
  .desktop-display .view-container,
  .site-footer {
    zoom: 1.18; /* Increases everything by 18% (can dial to 1.25 for 25%) */
  }
}

@media screen and (min-width: 992px) {
  .site-footer {
    position: relative !important;
    left: -35px !important;
  }
}

/* =========================================================
   TOP BREAKING BUZZ BAR
   ========================================================= */

.nt-top-buzz-bar {
  --buzz-height: 48px;

  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: var(--buzz-height);
  overflow: hidden;
  position: relative;
  z-index: 90;
  background: #04070a;
  border-bottom: 1px solid #16323a;
  color: #8effe0;
  font-family: "Courier New", ui-monospace, monospace;
  font-size: 12px;
}

.nt-buzz-pill {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 7px;
  padding: 14px 18px;
  background: #CFFF04;
  color: #04070a;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1;
  font-family: nachotea;
  white-space: nowrap;
  box-shadow: 0 0 12px rgba(57, 255, 20, .3);
}

.nt-buzz-pill::after {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #04070a;
  border-radius: 50%;
  content: "";
  animation: ntPulse 1.5s infinite;
}

.nt-top-buzz-marquee {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
}

.nt-top-buzz-track {
  display: inline-block;
  padding: 15px 0;
  line-height: 1.2;
  white-space: nowrap;
  animation: ntTopScroll 80s linear infinite;
}

.nt-top-buzz-track b {
  margin-left: 14px;
  margin-right: 4px;
  color: #39ff14;
}

.nt-top-buzz-track b.watchlist {
  color: #ffb300;
}

.nt-top-buzz-track .tag {
  margin-right: 4px;
  color: #2f544e;
  font-size: 10px;
}

.nt-top-buzz-track .mov-up {
  color: #39ff14;
  font-weight: bold;
}

.nt-top-buzz-track .mov-down {
  color: #ff2e2e;
  font-weight: bold;
}

.nt-top-buzz-track .mov-new {
  color: #ffb300;
  font-size: 10px;
}

@keyframes ntPulse {
  0% { opacity: .2; }
  50% { opacity: 1; }
  100% { opacity: .2; }
}

@keyframes ntTopScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Optional: make the ticker taller on smaller screens */
@media (max-width: 600px) {
  .nt-top-buzz-bar {
    --buzz-height: 54px;
  }

  .nt-buzz-pill {
    padding: 16px 14px;
    font-size: 11px;
  }

  .nt-top-buzz-track {
    padding: 18px 0;
  }
}

.mov-up,
.mov-down,
.mov-new {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-weight: 900;
}

.mov-up {
    color: #cfff04;
}

.mov-down {
    color: #ff2e2e;
}

.mov-new {
    color: #ffb300;
}

.ticker-item .watchlist,
.tag-badge.watchlist {
    color: #ffb300;
}

.ticker-divider {
    color: rgba(255,255,255,.35);
}

/* =========================================================
   TOP BUZZ BAR — PAGE POSITION AND HEIGHT
   ========================================================= */

.nt-top-buzz-bar {
  width: 100%;
  min-height: 48px;
  height: 48px;
}

/* Desktop: remove the ticker from the vertically centered flex layout */
@media screen and (min-width: 992px) {
  .nt-top-buzz-bar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
  }
}

/* Mobile: keep the ticker in normal flow at the very top */
@media screen and (max-width: 991px) {
  body {
    padding-top: 0 !important;
  }

  .nt-top-buzz-bar {
    position: relative;
    top: auto;
    left: auto;
    min-height: 54px;
    height: 54px;
  }
}