.bg-darks {
  background-color: #202021 !important;
  background-image: url(https://goldenhashmining.com/client/assets/images/frontend/bg-2.png);
  background-size: cover;
}

.row {
  background-color: #343a40 !important; 
}


/* 3Line Menu */
  nav {
      position: fixed;
      padding: 0.25vw;
      right: 0;
      top: 5vw;
      display: flex;
      flex-flow: column;
      font-size: 0;
      font-family: 'Open Sans', sans-serif;
      touch-action: none;
    }
    nav > input {
      display: none;
    }
    nav > .toggle {
      margin-left: auto;
      color: hsl(210, 35%, 35%); 
      width: 5vw;
      height: 5vw;
      background-color: hsla(0, 0%, 100%, 0.85);
      border-radius: 0.5vw;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }
    nav > .toggle > i {
      font-size: 2.5vw;
      transition: transform 0.3s ease;
    }
    nav > ul {
      display: flex;
      width: auto;
      flex-flow: row wrap;
      justify-content: space-around;
      align-items: center;
      max-width: 23vw;
      list-style: none;
      padding: 0.25vw;
      background-color: hsla(0, 0%, 100%, 0.85);
      border-radius: 0.5vw 0 0.5vw 0.5vw;
    }
    nav > ul > li {
      font-size: 1.1vw;
      line-height: 1;
      text-align: center;
      flex: auto;
      width: 4.5vw;
      max-width: 4.5vw;
      height: 6vw;
      padding: 0.5vw;
      border-radius: 0.5vw;
      color: hsl(210, 35%, 35%);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 0.5vw;
    }
    
    nav > ul > li > i {
      font-size: 2.5vw;
    }
    nav > ul > li:hover {
      background-color: hsla(0, 0%, 0%, 0.8);
      color: hsl(210, 35%, 70%); 
    }
    input#start ~ ul {
      display: none;
    }
    input#start:checked ~ ul {
      display: flex;
    }
    input#start:checked ~ .toggle {
      border-radius: 0.5vw 0.5vw 0vw 0vw ;
    }
    
    input#start:checked ~ .toggle > i {
      transform: scale(0.8) rotate(90deg);
      color: hsl(210, 35%, 35%);
    }
    article {
      text-align: justify;
      margin: 1rem;
    }
    h1 {
      text-align: center;
      font-size: 2em;
      line-height: 1.8;
    }
    h3 {
      text-align: center;
    }
    p + p {
      margin-top: 1rem;
    }
    a {
      color: inherit;
      text-decoration: none;
      border-bottom: 2px dotted yellow;
    }

    /* 3Line Menu End */

.mine-animation {
  display: none;
  font-size: 60px;
  position: absolute;
  z-index: 10;
  pointer-events: none;
}

#mine-animation-left {
  left: -80px;
  top: 50%;
  transform: translateY(-50%) scaleX(-1);
}

#mine-animation-right {
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
}

.mine-animation.active {
  display: block;
  animation: handClap 0.6s ease-out;
}

@keyframes handClap {
  0% {
    transform: translateY(-50%) translateX(0) scale(1);
    opacity: 0;
  }
  30% {
    transform: translateY(-50%) translateX(30px) scale(1.3) rotate(15deg);
    opacity: 1;
  }
  60% {
    transform: translateY(-50%) translateX(20px) scale(1.1) rotate(-10deg);
    opacity: 1;
  }
  100% {
    transform: translateY(-50%) translateX(0) scale(0.8);
    opacity: 0;
  }
}

#mine-animation-right.active {
  animation: handClapRight 0.6s ease-out;
}

@keyframes handClapRight {
  0% {
    transform: translateY(-50%) translateX(0) scale(1);
    opacity: 0;
  }
  30% {
    transform: translateY(-50%) translateX(-30px) scale(1.3) rotate(-15deg);
    opacity: 1;
  }
  60% {
    transform: translateY(-50%) translateX(-20px) scale(1.1) rotate(10deg);
    opacity: 1;
  }
  100% {
    transform: translateY(-50%) translateX(0) scale(0.8);
    opacity: 0;
  }
}

#helpers {
  margin-top: 10px;
}

.helper {
  font-size: 30px;
  display: inline-block;
  animation: bob 1s infinite;
}

@keyframes bob {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

#price-arrow {
  font-size: 20px;
  color: white;
}

.shop-helper {
  font-size: 30px;
  display: inline-block;
}

.wallet-container {
  background: linear-gradient(145deg, rgba(26, 26, 26, 0.9), rgba(40, 40, 40, 0.9));
  border: 2px solid #ec7d1c;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 20px rgba(97, 218, 251, 0.2);
  margin-bottom: 30px;
}

.wallet-header {
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(97, 218, 251, 0.3);
}

.wallet-title {
  font-size: 28px;
  font-weight: bold;
  color: #ec7d1c;
  margin-bottom: 5px;
  text-shadow: 0 0 10px rgba(97, 218, 251, 0.3);
}

.wallet-subtitle {
  font-size: 14px;
  color: #888;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.table-responsive {
  overflow-x: auto;
  border-radius: 8px;
}

.wallet-table {
  width: 100%;
  margin: 0 auto;
  white-space: nowrap;
  border-collapse: separate;
  border-spacing: 0;
}

.wallet-table thead {
  background: linear-gradient(135deg, rgba(97, 218, 251, 0.2), rgba(74, 159, 216, 0.2));
}

.wallet-table thead th {
  padding: 15px 12px;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ec7d1c;
  font-weight: 600;
  border-bottom: 2px solid #ec7d1c;
}

.wallet-table tbody tr {
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(97, 218, 251, 0.1);
}

.wallet-table tbody tr:hover {
  background: rgba(97, 218, 251, 0.1);
  transform: scale(1.01);
  box-shadow: 0 2px 8px rgba(97, 218, 251, 0.3);
}

.wallet-table tbody td {
  padding: 12px;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  color: #e5e7eb;
}

.wallet-table tbody td:nth-child(2) {
  color: #fbbf24;
  font-weight: bold;
  font-size: 14px;
}

.wallet-table tbody td:nth-child(3) {
  color: #4ade80;
  font-weight: bold;
  font-size: 14px;
}

.wallet-table tbody td:nth-child(7) {
  font-family: 'Courier New', monospace;
  color: #ec7d1c;
  font-size: 11px;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wallet-table .fixed-col {
  position: sticky;
  left: 0;
  background: linear-gradient(90deg, rgba(26, 26, 26, 0.95), rgba(26, 26, 26, 0.8));
  z-index: 1;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
}

.wallet-table tbody tr:hover .fixed-col {
  background: linear-gradient(90deg, rgba(97, 218, 251, 0.15), rgba(97, 218, 251, 0.1));
}

.wallet-table .btn-danger {
  background: linear-gradient(135deg, #ef4444, #dc2626);
  border: none;
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 6px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(239, 68, 68, 0.3);
}

.wallet-table .btn-danger:hover {
  background: linear-gradient(135deg, #dc2626, #b91c1c);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(239, 68, 68, 0.5);
}

.wallet-table .btn-danger:active {
  transform: translateY(0);
}

.graph-section,
.stats,
.mine-section,
.shop-panel {
  margin-bottom: 20px;
}

.stats-compact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}

.stat-inline {
  font-size: 18px;
  color: #ccc;
}

.stat-label-inline {
  color: #888;
  margin-right: 5px;
}

.stat-value-inline {
  font-weight: bold;
  color: #ec7d1c;
  font-size: 22px;
}

.cursor-cps {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  background: linear-gradient(135deg, #ec7d1c, #4a9fd8);
  color: white;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 4px 12px rgba(97, 218, 251, 0.6);
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.cursor-cps.visible {
  opacity: 1;
  transform: translateX(-50%) translateY(-5px);
}

#powerups-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1000;
}

.powerup {
  position: absolute;
  font-size: 50px;
  cursor: pointer;
  pointer-events: all;
  animation: float 3s ease-in-out infinite, fadeIn 0.5s ease-out;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.5));
  transition: transform 0.2s ease;
}

.powerup:hover {
  transform: scale(1.2);
}

.powerup.activated {
  animation: powerupActivate 0.5s ease-out;
  pointer-events: none;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(10deg);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes powerupActivate {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(2) rotate(360deg);
    opacity: 0.5;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}

.powerup-notification {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
  color: white;
  padding: 30px 60px;
  border-radius: 20px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 0 60px rgba(102, 126, 234, 0.8), 0 0 100px rgba(240, 147, 251, 0.6);
  z-index: 10000;
  animation: powerupNotification 3s ease-out;
  pointer-events: none;
  border: 3px solid rgba(255, 255, 255, 0.3);
}

.powerup-notification::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
  animation: powerupPulse 3s ease-out;
  pointer-events: none;
}

@keyframes powerupNotification {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0) rotate(-180deg);
  }
  10% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.3) rotate(5deg);
  }
  15% {
    transform: translate(-50%, -50%) scale(0.95) rotate(-3deg);
  }
  20% {
    transform: translate(-50%, -50%) scale(1.1) rotate(2deg);
  }
  30% {
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  70% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  85% {
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(1.2) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5) rotate(10deg);
  }
}

@keyframes powerupPulse {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  20% {
    opacity: 0.8;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}

.mine-btn {
  padding: 20px 40px;
  font-size: 24px;
  background-color: #ec7d1c;
  border: none;
  border-radius: 10px;
  box-shadow: 0 9px #999;
  transition: transform 0.1s, box-shadow 0.1s;
}

.mine-btn:active {
  transform: scale(0.95);
  box-shadow: 0 5px #666;
}

.blockchain-fact-popup {
  position: fixed;
  top: 20px;
  right: 20px;
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 50%, #7e22ce 100%);
  color: white;
  padding: 20px 25px;
  padding-right: 45px;
  border-radius: 15px;
  max-width: 400px;
  box-shadow: 0 10px 40px rgba(126, 34, 206, 0.6), 0 0 20px rgba(30, 60, 114, 0.8);
  z-index: 9999;
  animation: factSlideIn 0.5s ease-out;
  border: 2px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

@keyframes factSlideIn {
  0% {
    opacity: 0;
    transform: translateX(100%) scale(0.8);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

.fact-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #fbbf24;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  gap: 8px;
}

.fact-text {
  font-size: 15px;
  line-height: 1.6;
  color: #e5e7eb;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.fact-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  font-size: 20px;
  font-weight: bold;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  line-height: 1;
  padding: 0;
}

.fact-close-button:hover {
  background: rgba(255, 255, 255, 0.4);
  transform: scale(1.1);
}

.fact-close-button:active {
  transform: scale(0.95);
}

.block-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  backdrop-filter: blur(5px);
  animation: fadeIn 0.3s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.block-modal-content {
  background: linear-gradient(145deg, #1e1e1e, #2a2a2a);
  border: 2px solid #ec7d1c;
  border-radius: 15px;
  padding: 30px;
  max-width: 600px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(97, 218, 251, 0.4);
  animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
  from {
    transform: scale(0.8) translateY(-50px);
    opacity: 0;
  }
  to {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}

.block-modal-header {
  font-size: 24px;
  font-weight: bold;
  color: #ec7d1c;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #ec7d1c;
  text-align: center;
}

.block-detail-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  padding: 10px;
  background: rgba(97, 218, 251, 0.05);
  border-radius: 8px;
  border-left: 3px solid #ec7d1c;
}

.block-detail-label {
  font-size: 12px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.block-detail-value {
  font-size: 16px;
  color: #fff;
  word-break: break-all;
}

.block-detail-value.mono {
  font-family: 'Courier New', monospace;
  font-size: 12px;
  color: #ec7d1c;
  background: rgba(0, 0, 0, 0.3);
  padding: 8px;
  border-radius: 4px;
}

.block-fun-fact {
  margin-top: 15px;
  padding: 12px 15px;
  background: linear-gradient(135deg, rgba(97, 218, 251, 0.1), rgba(74, 159, 216, 0.1));
  border-left: 3px solid #ec7d1c;
  border-radius: 6px;
  font-size: 13px;
  color: #a0d8ef;
  line-height: 1.5;
  font-style: italic;
}

.block-modal-close {
  width: 100%;
  margin-top: 20px;
  padding: 12px;
  background: linear-gradient(135deg, #ec7d1c, #4a9fd8);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.block-modal-close:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(97, 218, 251, 0.6);
}

.block-modal-close:active {
  transform: translateY(0);
}

.shop-panel .table {
  font-size: 14px;
}

.shop-panel .table td,
.shop-panel .table th {
  padding: 8px;
  text-align: center;
  vertical-align: middle;
}

.shop-panel .table button {
  font-size: 12px;
  padding: 4px 8px;
  white-space: nowrap;
}

.mining-visualization-container {
  background: linear-gradient(145deg, rgba(26, 26, 26, 0.9), rgba(40, 40, 40, 0.9));
  border: 2px solid #ec7d1c;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 4px 20px rgba(97, 218, 251, 0.2);
}

.mining-header {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
  gap: 10px;
  flex-wrap: wrap;
}

.mining-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  min-width: 80px;
}

.stat-label {
  font-size: 11px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.stat-value {
  font-size: 20px;
  font-weight: bold;
  color: #ec7d1c;
  font-family: 'Courier New', monospace;
}

.hash-display-container {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #333;
  border-radius: 8px;
  padding: 15px;
}

.hash-display-label {
  font-size: 12px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.hash-display {
  font-family: 'Courier New', monospace;
  font-size: 13px;
  word-break: break-all;
  line-height: 1.8;
  min-height: 50px;
  display: flex;
  align-items: center;
}

.hash-zeros {
  color: #4ade80;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(74, 222, 128, 0.5);
  animation: pulseGlow 1s ease-in-out infinite;
}

.hash-rest {
  color: #e5e7eb;
}

@keyframes pulseGlow {
  0%, 100% {
    text-shadow: 0 0 10px rgba(74, 222, 128, 0.5);
  }
  50% {
    text-shadow: 0 0 20px rgba(74, 222, 128, 0.8);
  }
}

.hash-display.hash-success {
  animation: hashSuccess 0.5s ease-out;
}

@keyframes hashSuccess {
  0% {
    background: rgba(74, 222, 128, 0);
  }
  50% {
    background: rgba(74, 222, 128, 0.3);
  }
  100% {
    background: rgba(74, 222, 128, 0);
  }
}

.blockchain-container-compact {
  display: flex;
  overflow-x: auto;
  padding: 10px;
  background-color: rgba(26, 26, 26, 0.5);
  border-radius: 8px;
  gap: 8px;
  max-height: 80px;
  scrollbar-width: thin;
  scrollbar-color: #ec7d1c #1a1a1a;
}

.blockchain-container-compact::-webkit-scrollbar {
  height: 6px;
}

.blockchain-container-compact::-webkit-scrollbar-track {
  background: #1a1a1a;
  border-radius: 3px;
}

.blockchain-container-compact::-webkit-scrollbar-thumb {
  background: #ec7d1c;
  border-radius: 3px;
}

.block-card-compact {
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  background: linear-gradient(145deg, #2a2a2a, #1e1e1e);
  border: 1px solid #ec7d1c;
  border-radius: 6px;
  padding: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.block-card-compact:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(97, 218, 251, 0.6);
}

.block-card-compact.block-new {
  animation: blockPop 0.5s ease-out;
}

.block-card-compact.block-connecting {
  animation: blockPulse 0.3s ease-out;
}

@keyframes blockPop {
  0% {
    opacity: 0;
    transform: scale(0.3) rotate(-180deg);
  }
  60% {
    transform: scale(1.2) rotate(10deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

@keyframes blockPulse {
  0%, 100% {
    border-color: #ec7d1c;
  }
  50% {
    border-color: #fbbf24;
    box-shadow: 0 0 15px rgba(251, 191, 36, 0.8);
  }
}

.block-card-compact::after {
  content: '→';
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #ec7d1c;
  z-index: -1;
}

.block-card-compact:last-child::after {
  content: '';
}

.block-number-compact {
  font-size: 18px;
  font-weight: bold;
  color: #ec7d1c;
  line-height: 1;
}

.block-label-compact {
  font-size: 8px;
  color: #888;
  text-transform: uppercase;
  margin-top: 2px;
}

.info-button {
  background: linear-gradient(135deg, #ec7d1c, #4a9fd8);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 18px;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-left: 10px;
  box-shadow: 0 2px 8px rgba(97, 218, 251, 0.4);
  vertical-align: middle;
}

.info-button:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(97, 218, 251, 0.7);
  background: linear-gradient(135deg, #4a9fd8, #ec7d1c);
}

.info-button:active {
  transform: scale(0.95);
}

.info-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  backdrop-filter: blur(5px);
  animation: fadeIn 0.3s ease-out;
}

.info-modal-content {
  background: linear-gradient(145deg, #1e1e1e, #2a2a2a);
  border: 2px solid #ec7d1c;
  border-radius: 15px;
  padding: 30px;
  max-width: 700px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(97, 218, 251, 0.4);
  animation: modalSlideIn 0.3s ease-out;
}

.info-modal-header {
  font-size: 28px;
  font-weight: bold;
  color: #ec7d1c;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #ec7d1c;
  text-align: center;
}

.info-section {
  margin-bottom: 25px;
  padding: 15px;
  background: rgba(97, 218, 251, 0.05);
  border-radius: 8px;
  border-left: 3px solid #ec7d1c;
}

.info-section-title {
  font-size: 18px;
  font-weight: bold;
  color: #fbbf24;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.info-section-text {
  font-size: 15px;
  color: #e5e7eb;
  line-height: 1.7;
  margin-bottom: 10px;
}

.info-section-text code {
  background: rgba(97, 218, 251, 0.1);
  padding: 2px 6px;
  border-radius: 3px;
  font-family: 'Courier New', monospace;
  color: #ec7d1c;
  font-size: 14px;
}

.info-section-list {
  list-style: none;
  padding-left: 0;
  margin: 10px 0;
}

.info-section-list li {
  padding: 8px 0;
  color: #e5e7eb;
  font-size: 14px;
  padding-left: 20px;
  position: relative;
}

.info-section-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: #ec7d1c;
  font-weight: bold;
}

.info-section-list li code {
  display: block;
  margin-top: 5px;
  padding: 8px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  font-size: 12px;
  word-break: break-all;
  line-height: 1.5;
}

.info-modal-close {
  width: 100%;
  margin-top: 20px;
  padding: 12px;
  background: linear-gradient(135deg, #ec7d1c, #4a9fd8);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.info-modal-close:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(97, 218, 251, 0.6);
}

.info-modal-close:active {
  transform: translateY(0);
}



@media screen and (max-width: 981px)

{

nav > .toggle {
     
      width: 10vw;
      height: 10vw;
    
    }

    nav > ul > li {
  font-size: 3.1vw;
  width: 39.5vw;
  max-width: 17.5vw;
  height: 15vw;
}

.fa-solid {
  font-size: 18px !important;
}

}
