.indexHeader {
  text-align: center;
  margin-bottom: 30px;
}

.indexGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}

.indexCard {
  background: white;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}

.indexCard:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

a {
  color: #007bff;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.2s ease;
}

a:hover {
  transform: scale(1.05);
  font-weight: bold;
}

.soilBody {
  font-family: "Arial", sans-serif;
  background-color: #f3e7d3;
  padding: 20px;
  background: linear-gradient(
    135deg,
    #f3e7d3 25%,
    #e7d2b0 25%,
    #e7d2b0 50%,
    #f3e7d3 50%,
    #f3e7d3 75%,
    #e7d2b0 75%,
    #e7d2b0 100%
  );
}

.soilH1 {
  color: #4a2f1b;
  text-align: center;
}

#soil-intro {
  text-align: center;
  font-size: 1.2em;
  color: #5a3a22;
}

#soil-what-is-soil {
  background-color: #fffaf3;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(90, 58, 34, 0.2);
  margin-bottom: 20px;
  border-left: 5px solid #8b5a2b;
}

#soil-features {
  background-color: #fffaf3;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(90, 58, 34, 0.2);
  margin-bottom: 20px;
  border-left: 5px solid #8b5a2b;
}

.soilHeader {
  text-align: center;
  margin-bottom: 25px;
}

.soilUl li {
  margin-bottom: 5px;
}

.soilBack {
  text-align: center;
  margin-top: 20px;
}

.quicksandBody {
  font-family: "Arial", sans-serif;
  background-color: #f6f0d5;
  padding: 20px;
  background: linear-gradient(
    135deg,
    #f6f0d5 25%,
    #e8d9a8 25%,
    #e8d9a8 50%,
    #f6f0d5 50%,
    #f6f0d5 75%,
    #e8d9a8 75%,
    #e8d9a8 100%
  );
}

.quicksandH1 {
  color: #5a4a2f;
  text-align: center;
}

#quicksand-intro {
  text-align: center;
  font-size: 1.2em;
  color: #6a5a3a;
}

#quicksand-what-is-quicksand {
  background-color: #fff8e6;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(90, 74, 47, 0.2);
  margin-bottom: 20px;
  border-left: 5px solid #c2a25a;
}

#quicksand-features {
  background-color: #fff8e6;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(90, 74, 47, 0.2);
  margin-bottom: 20px;
  border-left: 5px solid #c2a25a;
}

.quicksandHeader {
  text-align: center;
  margin-bottom: 25px;
}

.quicksandUl li {
  margin-bottom: 5px;
}

.quicksandBack {
  text-align: center;
  margin-top: 20px;
}

.transmitterBody {
  font-family: "Arial", sans-serif;
  background-color: #1a0f0f;
  padding: 20px;
  color: rgb(243, 243, 243);
  background: linear-gradient(
    135deg,
    #1a0f0f 25%,
    #2a1414 25%,
    #2a1414 50%,
    #1a0f0f 50%,
    #1a0f0f 75%,
    #2a1414 75%,
    #2a1414 100%
  );
}

.transmitterHeader {
  text-align: center;
  margin-bottom: 25px;
}

.transmitterVideo {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}

.transmitterVideo video {
  width: 400px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.transmitterBack {
  margin-top: 20px;
  text-align: center;
}

.transmitterBack a {
  font-weight: bold;
}

.chargerBody {
  font-family: "Arial", sans-serif;
  background-color: #1a0f0f;
  padding: 20px;
  color: rgb(243, 243, 243);
  background: linear-gradient(
    135deg,
    #0f1a14 25%,
    #14261d 25%,
    #14261d 50%,
    #0f1a14 50%,
    #0f1a14 75%,
    #14261d 75%,
    #14261d 100%
  );
}

.chargerH1 {
  color: #39ff88;
  text-align: center;
  text-shadow: 0 0 8px rgba(57, 255, 136, 0.4);
}

.chargerHeader {
  text-align: center;
  margin-bottom: 25px;
}

.chargerVideo {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.chargerVideo video {
  width: 420px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 255, 120, 0.2);
}

.chargerBack {
  text-align: center;
  margin-top: 20px;
}

.energyTabletBody {
  font-family: "Arial", sans-serif;
  background-color: #1a0f0f;
  padding: 20px;
  color: rgb(243, 243, 243);
  background: linear-gradient(
    135deg,
    #0e1620 25%,
    #142433 25%,
    #142433 50%,
    #0e1620 50%,
    #0e1620 75%,
    #142433 75%,
    #142433 100%
  );
}

.energyTabletH1 {
  color: #4fd1ff;
  text-align: center;
  text-shadow: 0 0 10px rgba(79, 209, 255, 0.4);
}

#energyTablet-intro {
  text-align: center;
  font-size: 1.2em;
  color: #a6e7ff;
}

#energyTablet-what-is-energyTablet {
  background-color: #132636;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 180, 255, 0.15);
  margin-bottom: 20px;
  border-left: 5px solid #4fd1ff;
}

#energyTablet-features {
  background-color: #132636;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 180, 255, 0.15);
  margin-bottom: 20px;
  border-left: 5px solid #4fd1ff;
}

.energyTabletHeader {
  text-align: center;
  margin-bottom: 25px;
}

.energyTabletSpecs {
  margin-top: 10px;
  margin-bottom: 15px;
}

.energyTabletSpecs li {
  margin-bottom: 5px;
}

.energyTabletBack {
  text-align: center;
  margin-top: 20px;
}

.screwdriverBody {
  font-family: "Arial", sans-serif;
  background-color: #1a0f0f;
  padding: 20px;
  color: rgb(243, 243, 243);
  background: linear-gradient(
    135deg,
    #1a1b1d 25%,
    #2a2c30 25%,
    #2a2c30 50%,
    #1a1b1d 50%,
    #1a1b1d 75%,
    #2a2c30 75%,
    #2a2c30 100%
  );
}

.screwdriverH1 {
  color: #ffcc66;
  text-align: center;
  text-shadow: 0 0 8px rgba(255, 204, 102, 0.3);
}

#screwdriver-intro {
  text-align: center;
  font-size: 1.2em;
  color: #d6c7a1;
}

#screwdriver-what-is {
  background-color: #232428;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(255, 180, 80, 0.12);
  margin-bottom: 20px;
  border-left: 5px solid #ffcc66;
}

#screwdriver-features {
  background-color: #232428;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(255, 180, 80, 0.12);
  margin-bottom: 20px;
  border-left: 5px solid #ffcc66;
}

.screwdriverHeader {
  text-align: center;
  margin-bottom: 25px;
}

.screwdriverVideo {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.screwdriverVideo video {
  width: 420px;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(255, 180, 0, 0.25);
}

.screwdriverList {
  margin-top: 10px;
  margin-bottom: 10px;
}

.screwdriverControls li {
  margin-bottom: 5px;
}

.screwdriverBack {
  text-align: center;
  margin-top: 20px;
}

.steelBody {
  font-family: "Arial", sans-serif;
  background-color: #1a0f0f;
  padding: 20px;
  color: rgb(243, 243, 243);
  background: linear-gradient(
    135deg,
    #121417 25%,
    #1d2228 25%,
    #1d2228 50%,
    #121417 50%,
    #121417 75%,
    #1d2228 75%,
    #1d2228 100%
  );
}

.steelH1 {
  color: #c7d0d9;
  text-align: center;
  text-shadow: 0 0 6px rgba(200, 210, 220, 0.25);
}

#steel-intro {
  text-align: center;
  font-size: 1.2em;
  color: #aab4be;
}

#steel-what-is {
  background-color: #1b2026;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(180, 190, 200, 0.12);
  margin-bottom: 20px;
  border-left: 5px solid #bfc7cf;
}

#steel-features {
  background-color: #1b2026;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(180, 190, 200, 0.12);
  margin-bottom: 20px;
  border-left: 5px solid #bfc7cf;
}

.steelHeader {
  text-align: center;
  margin-bottom: 25px;
}

.steelStats li {
  margin-bottom: 5px;
}

.steelUsage li {
  margin-bottom: 5px;
}

.steelBack {
  text-align: center;
  margin-top: 20px;
}

.diesel_candyBody {
  font-family: "Arial", sans-serif;
  background-color: #1a0f0f;
  padding: 20px;
  color: rgb(243, 243, 243);
  background: linear-gradient(
    135deg,
    #1a1410 25%,
    #2a1d16 25%,
    #2a1d16 50%,
    #1a1410 50%,
    #1a1410 75%,
    #2a1d16 75%,
    #2a1d16 100%
  );
}

.diesel_candyH1 {
  color: #d8a15a;
  text-align: center;
  text-shadow: 0 0 8px rgba(216, 161, 90, 0.25);
}

#diesel_candy-intro {
  text-align: center;
  font-size: 1.2em;
  color: #c7a07a;
}

#diesel_candy-what-is {
  background-color: #241a14;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(255, 140, 0, 0.12);
  margin-bottom: 20px;
  border-left: 5px solid #d8a15a;
}

#diesel_candy-features {
  background-color: #241a14;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(255, 140, 0, 0.12);
  margin-bottom: 20px;
  border-left: 5px solid #d8a15a;
}

.diesel_candyHeader {
  text-align: center;
  margin-bottom: 25px;
}

.dieselList li {
  margin-bottom: 5px;
}

.dieselWarning {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  letter-spacing: 2px;
}

.dieselBack {
  text-align: center;
  margin-top: 20px;
}

.ramenBody {
  font-family: "Arial", sans-serif;
  background-color: #1a0f0f;
  padding: 20px;
  color: rgb(19, 0, 0);
  background: linear-gradient(
    135deg,
    #fff3e6 25%,
    #ffe1c2 25%,
    #ffe1c2 50%,
    #fff3e6 50%,
    #fff3e6 75%,
    #ffe1c2 75%,
    #ffe1c2 100%
  );
}

.ramenH1 {
  color: #d94f2b;
  text-align: center;
  text-shadow: 0 0 6px rgba(217, 79, 43, 0.25);
}

#ramen-intro {
  text-align: center;
  font-size: 1.2em;
  color: #7a4a2a;
}

#ramen-what-is {
  background-color: #fffaf5;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(217, 79, 43, 0.12);
  margin-bottom: 20px;
  border-left: 5px solid #ff6b3d;
}

#ramen-features {
  background-color: #fffaf5;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(217, 79, 43, 0.12);
  margin-bottom: 20px;
  border-left: 5px solid #ff6b3d;
}

.ramenHeader {
  text-align: center;
  margin-bottom: 25px;
}

.ramenList li {
  margin-bottom: 5px;
}

.ramenQuote {
  text-align: center;
  font-style: italic;
  font-size: 18px;
  margin-top: 10px;
}

.ramenQuoteSub {
  text-align: center;
  opacity: 0.7;
}

.ramenBack {
  text-align: center;
  margin-top: 20px;
}

.energyBody {
  font-family: "Arial", sans-serif;
  background-color: #1a0f0f;
  padding: 20px;
  color: rgb(243, 243, 243);
  background: linear-gradient(
    135deg,
    #070b12 25%,
    #0c1624 25%,
    #0c1624 50%,
    #070b12 50%,
    #070b12 75%,
    #0c1624 75%,
    #0c1624 100%
  );
}

.energyH1 {
  color: #00e5ff;
  text-align: center;
  text-shadow: 0 0 12px rgba(0, 229, 255, 0.5);
}

#energy-intro {
  text-align: center;
  font-size: 1.2em;
  color: #7fdfff;
}

#energy-what-is {
  background-color: #0d1b2a;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 229, 255, 0.15);
  margin-bottom: 20px;
  border-left: 5px solid #00e5ff;
}

#energy-features {
  background-color: #0d1b2a;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 229, 255, 0.15);
  margin-bottom: 20px;
  border-left: 5px solid #00e5ff;
}

.energyHeader {
  text-align: center;
  margin-bottom: 25px;
}

.energyList {
  margin-top: 10px;
  margin-bottom: 10px;
}

.energyBack {
  text-align: center;
  margin-top: 20px;
}
.assistantBody {
  margin: 0;
  background: linear-gradient(135deg, #0a0a0a, #1a1a1a);
  color: #cfcfcf;
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.assistantContainer {
  max-width: 800px;
  padding: 30px;
}

.assistantTitle {
  text-align: center;
  letter-spacing: 2px;
  color: #8ad1ff;
  text-shadow: 0 0 10px #8ad1ff55;
}

.assistantIntro {
  text-align: center;
  opacity: 0.8;
  margin-bottom: 20px;
}

.assistantBox {
  background: #111;
  padding: 15px;
  margin-bottom: 15px;
  border-left: 3px solid #8ad1ff;
  border-radius: 5px;
}

.assistantH2 {
  color: #8ad1ff;
  margin-top: 0;
}

.assistantCode {
  background: #000;
  padding: 10px;
  border-radius: 5px;
  overflow: auto;
  color: #aaa;
}

.assistantStatus {
  font-weight: bold;
  color: #6dff9a;
  text-align: center;
}

.assistantBack {
  display: block;
  text-align: center;
  margin-top: 20px;
  color: #8ad1ff;
  text-decoration: none;
}

.assistantBack:hover {
  text-decoration: underline;
}

#assistant-access {
  color: black;
}

.craftBody {
  margin: 0;
  background: #151515;
  font-family: Arial, sans-serif;
  color: white;
}

.title {
  text-align: center;
  padding: 20px;
  font-size: 28px;
  letter-spacing: 2px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  padding: 20px;
}

.card {
  background: linear-gradient(145deg, #2b2b2b, #1c1c1c);
  border: 2px solid #444;
  border-radius: 10px;
  padding: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
  transition: transform 0.2s ease;
}

.card:hover {
  transform: scale(1.03);
}

.card h2 {
  margin: 0 0 10px 0;
  font-size: 18px;
  text-align: center;
}

.card img {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #555;
  image-rendering: pixelated;
}

.card ul {
  margin-top: 10px;
  padding-left: 18px;
  min-height: 40px;
  border-top: 1px solid #444;
  padding-top: 8px;
  font-size: 14px;
  color: #ccc;
}

.card a {
  color: white;
  text-decoration: none;
}
