
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background: #f5f5f7;
  color:#000000;
  -webkit-font-smoothing: antialiased;
}


.page-wrapper {
  max-width: 1040px;
  margin: 0 auto;
  padding: 40px 16px 56px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}



.card {
  position: relative;
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 18px 60px rgba(15,23,42,0.12);
  padding: 28px 20px 32px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .card {
    padding: 32px 40px 40px;
  }
}

@media (min-width: 768px) {
  .card {
    padding: 32px 40px 40px;
  }
}


@media (min-width: 768px) {
  .card {
    padding: 32px 40px 40px;
  }
}

.logo {
  font-weight: 800;
  font-size: 24px;
  color:#000000;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 4px;
}



.logo span {
  color:#000000;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  margin-left: 6px;
}

.subtitle {
  font-size: 13px;
  color:#000000;
  margin-bottom: 20px;
  max-width: 640px;
}



h1 {
  font-size: 24px;
  margin: 0 0 8px;
  color:#000000;
}

.updated {
  font-size: 12px;
  color:#000000;
  margin-bottom: 16px;
}

.lang-switch {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.lang-switch a {
  text-decoration: none;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #1d4ed8;
  color:#000000;
  background: linear-gradient(135deg, #1d4ed8, #0f172a);
}

.lang-switch a:hover {
  background: linear-gradient(135deg, #2563eb, #020617);
}

.section-title {
  font-size: 18px;
  margin: 22px 0 8px;
  color:#000000;
}

h2, h3 {
  color:#000000;
}

h2 {
  font-size: 18px;
  margin: 22px 0 8px;
}

h3 {
  font-size: 15px;
  margin: 16px 0 6px;
}

p {
  font-size: 14px;
  line-height: 1.6;
  margin: 4px 0 10px;
  color:#000000;
}

ul, ol {
  font-size: 14px;
  line-height: 1.6;
  margin: 4px 0 10px 20px;
  color:#000000;
}

.note {
  background: rgba(37,99,235,0.15);
  border-left: 3px solid #60a5fa;
  padding: 10px 12px;
  font-size: 13px;
  color:#000000;
  border-radius: 6px;
  margin: 10px 0 16px;
}

.muted {
  font-size: 12px;
  color:#000000;
}


hr {
  border: none;
  border-top: 1px solid #1f2937;
  margin: 24px 0;
}


/* Language dropdown */
.lang-switch {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 16px;
  position: relative;
}

.lang-current {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid #1d4ed8;
  background: linear-gradient(135deg, #1d4ed8, #0f172a);
  color:#000000;
  font-size: 13px;
  cursor: pointer;
}

.lang-current span.arrow {
  font-size: 11px;
  opacity: 0.8;
}

.lang-menu {
  position: absolute;
  top: 36px;
  right: 0;
  min-width: 170px;
  background: #020617;
  border-radius: 10px;
  border: 1px solid #1f2937;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.6);
  padding: 4px;
  display: none;
  z-index: 20;
}

.lang-menu.open {
  display: block;
}

.lang-menu button {
  width: 100%;
  text-align: left;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  color:#000000;
  font-size: 13px;
  cursor: pointer;
}


.lang-menu button:hover {
  background: #f3f4f6;
}



/* Ticker bar */
.ticker {
  margin: 10px 0 20px;
  color:#000000;
  font-weight: 600;
  font-size: 14px;
}

/* Exchange animation */
.exchange-animation {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
}
.exchange-animation .circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: linear-gradient(135deg,#0f766e,#14b8a6);
  animation: pulse 2.4s infinite ease-in-out;
}
.exchange-animation .arrows {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  font-size: 32px;
  color: white;
  font-weight: 800;
  animation: rotate 3.2s infinite linear;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: .9; }
  50% { transform: scale(1.12); opacity: 1; }
  100% { transform: scale(1); opacity: .9; }
}

@keyframes rotate {
  0% { transform: translate(-50%,-50%) rotate(0deg); }
  100% { transform: translate(-50%,-50%) rotate(360deg); }
}


/* 3D rotating logo */
.logo-3d {
  width: 160px;
  margin: 0 auto 20px;
}
.logo-spin {
  width: 160px;
  animation: spin3d 6s linear infinite;
}
@keyframes spin3d {
  0% { transform: rotateY(0deg); }
  100% { transform: rotateY(360deg); }
}
.sec-ico {
  margin-right: 6px;
}

/* ticker text updated */
.ticker-text {
  font-size: 14px;
  font-weight: 600;
  color:#000000;
  padding: 6px 0;
}

h1, h2, h3, p, li, .subtitle, .muted, .ticker-text {
    color:#000000 !important;
}
