
body {
  font-family: "Poppins", sans-serif;
  background: rgb(var(--colors-background-bg1));
  color: rgb(var(--colors-t-primary));
  padding:0px !important;
  margin:0px !important	;
}
nav{ display:none !important;}
header .h-5 {height: 35px !important;}

/* =========================
   LOADING SCREEN STYLES
   ========================= */
.card,
.panel,
.trade-panel,
.order-panel {
  overflow: hidden !important;
  border-radius: 12px !important;
}

.loading-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(135deg, #f0f4f8 0%, #e2e8f0 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#app.loaded {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

#app {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 10;
}

#app iframe {
    width: 100% !important;
    height: 100% !important;
    border: none !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Connect Wallet Button Text */
.connect-wallet,
.wallet-button,
button[aria-label="Connect Wallet"] {
    color: #ffffff !important;
    --colors-t-onColor: 255 255 255 !important;
}

/* Menu Icon Color */
svg.w-6.h-6,
svg[class*="w-6"][class*="h-6"] {
    fill: #eba920 !important;
    color: #eba920 !important;
}

.loading-container.hidden {
    opacity: 0 !important;
    pointer-events: none;
}

/* Progress Bar GOLD */
.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #01246A, #eba920);
    border-radius: 3px;
    animation: progressPremium 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* =========================
   THEME COLORS
   ========================= */

html.light {
  --colors-interactive-primary: 235 169 32;
  --colors-interactive-primaryHover: 214 150 20;
  --colors-interactive-primaryActive: 194 135 15;

  --colors-interactive-buy: 235 169 32;
  --colors-interactive-buyHover: 214 150 20;
  --colors-interactive-buyActive: 194 135 15;

  --colors-interactive-buyGradient: linear-gradient(90deg, #eba920 0%, #d49a1c 100%);
}

:root,
html.dark {
  --colors-interactive-primary: 235 169 32;
  --colors-interactive-primaryHover: 214 150 20;
  --colors-interactive-primaryActive: 194 135 15;

  --colors-interactive-buy: 235 169 32;
  --colors-interactive-buyHover: 214 150 20;
  --colors-interactive-buyActive: 194 135 15;

  --colors-interactive-buyGradient: linear-gradient(90deg, #eba920 0%, #d49a1c 100%);
}

/* Buy text */
.text-buy,
.direction-switch-long,
.text-t-buy {
  color:#00d541 !important;
}

/* Gold Buttons */
.bg-interactive-buy {
  background: #eba920 !important;
}

/* Gold Borders */
.bg-border-lineStrong {
  background-color: #eba920 !important;
}

/* Hover accents */
.input-text-field:hover,
.input-base-input:hover,
input:hover,
select:hover,
textarea:hover {
  border-color: rgb(235 169 32);
}

.input-text-field:focus,
.input-base-input:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: rgb(235 169 32);
  box-shadow: 0 0 0 3px rgba(235, 169, 32, .25);
}

/* Tabs active */
.tab.active {
  background: rgba(235,169,32,.12);
  color: rgb(235 169 32);
}

/* Links */
a, .link {
  color: rgb(235 169 32);
  text-decoration: none;
}
a:hover, .link:hover {
  color: #d49a1c;
}

/* Scrollbar thumb */
::-webkit-scrollbar-thumb {
  background: #eba920;
}

/* Footer Accent */
html.light footer {
  background-color:#f3f3f7 !important;
}

/* Replace old green shades */
.bg-interactive-interactive02{ background:#f4e1b2; color: #000 !important; }

/* Buttons hover lift */
.button:hover,
button:hover {
  transform: translateY(-1px);
}

/* Tables hover */
.table tr:hover { filter: brightness(1.04); }

/* Accessibility Focus */
.button:focus-visible,
.input-text-field:focus-visible {
  outline: 2px solid #eba920;
  outline-offset: 2px;
}



/* ================= FOOTER FIX START ================= */
.site-footer {
  background: #0f111a;
  color: #e4e6eb;
  padding:40px 20px 25px;
  font-family: "Poppins", sans-serif;
}

.footer-content {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 50px;
  align-items: flex-start;
}

.footer-section {
  min-width: 0;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}



.footer-description {
  font-size: 14px;
  color: #aaa;
  line-height: 1.6;
  margin-bottom: 15px;
}

.footer-section h4 {
  color: #eba920;
  font-size: 16px;
  margin-bottom: 18px;
  font-weight: 600;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #bfc3c9;
  font-size: 14px;
  transition: 0.2s;
}

.footer-links a:hover {
  color: #eba920;
  padding-left: 6px;
}

/* Social Icons */
.social-links {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

.social-link {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #1c1f2b;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.social-link:hover {
  background: #eba920;
  transform: translateY(-3px);
}

.social-icon {
  width: 18px;
  height: 18px;
}

/* Bottom Bar */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 40px;
  padding-top: 18px;
  text-align: center;
  font-size: 13px;
  color: #8b9096;
}

/* Responsive */
@media (max-width: 992px) {
  .footer-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
  }
}

@media (max-width: 600px) {
  .footer-content {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .social-links {
    justify-content: center;
  }
}

/* ================= FOOTER FIX END ================= */

/* ================= SOCIAL ICONS ================= */
.social-links {
  display: flex;
  gap: 12px;
  margin-top: 15px;
}

.social-link {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.social-link:hover {
  background: #eba920;
  transform: translateY(-3px);
}

/* ================= SCROLLBAR ================= */
::-webkit-scrollbar-thumb {
  background: #eba920;
}

/* ================= PROGRESS BAR ================= */
.progress-fill {
  background: linear-gradient(90deg, #01246A, #eba920);
}