/* Remix Page Specific Styles */
.main-container {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 16px;
}
.remix-title {
  font-family: 'GulfsDisplay-Expanded', 'Gulfsdisplay Expanded', sans-serif;
  color: #e53935;
  font-size: 2.8em;
  text-align: center;
  margin: 32px 0 18px 0;
  letter-spacing: 2px;
}
.remix-desc {
  color: #222;
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 32px;
}
.remix-nft-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.nft-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 7px #0002;
  border: 2px solid #000;
  width: 220px;
  padding: 18px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nft-card img {
  width: 120px;
  height: 120px;
  border-radius: 12px;
  object-fit: cover;
  margin-bottom: 10px;
}
.nft-card .nft-title {
  font-family: 'GulfsDisplay-Expanded', 'Gulfsdisplay Expanded', sans-serif;
  color: #e53935;
  font-size: 1.1em;
  margin-bottom: 6px;
}
.nft-card .nft-actions {
  margin-top: 8px;
}
.nft-card label {
  margin-right: 10px;
  font-size: 1em;
}
.connect-btn {
  display: block;
  margin: 0 auto 30px auto;
  padding: 15px 40px;
  background: #e53935;
  color: #fff;
  border: 3px solid #000;
  border-radius: 10px;
  font-family: 'GulfsDisplay-Expanded', 'Gulfsdisplay Expanded', sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 4px 4px 0 rgba(0,0,0,0.3);
  transition: background 0.2s;
}
.connect-btn:hover {
  background: #330bf9;
  color: #fff;
}
@media (max-width:700px) {
  .remix-nft-list { gap: 12px; }
  .nft-card { width: 98vw; max-width: 320px; }
}
/* WyckNFT Unified Site Styles */
body {
  background: #fffdf1;
  font-family: 'GulfsDisplay-Expanded', 'Gulfsdisplay Expanded', sans-serif;
  margin: 0;
}
@font-face {
  font-family: 'GulfsDisplay-Expanded';
  src: url('https://www.wycknft.com/fonts/GulfsDisplay-Expanded.woff2') format('woff2'),
       url('https://www.wycknft.com/fonts/GulfsDisplay-Expanded.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GulfsDisplay-Normal';
  src: url('https://www.wycknft.com/fonts/GulfsDisplay-Normal.eot');
  src: url('https://www.wycknft.com/fonts/GulfsDisplay-Normal.eot?#iefix') format('embedded-opentype'),
       url('https://www.wycknft.com/fonts/GulfsDisplay-Normal.woff2') format('woff2'),
       url('https://www.wycknft.com/fonts/GulfsDisplay-Normal.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.nav__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
}
.logo {
  height: 54px;
}
.nav__link {
  color: #181e4b;
  font-family: 'GulfsDisplay-Expanded', sans-serif;
  background: #fbbf2d;
  color: #181e4b;
  border: none;
  border-radius: 12px;
  font-family: 'GulfsDisplay-Expanded', 'Gulfsdisplay Expanded', sans-serif;
  font-weight: 700;
  padding: 14px 0;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: background 0.3s, color 0.3s;
  width: 100%;
  max-width: 320px;
  min-width: 220px;
  margin: 0 0 18px auto;
  display: block;
  font-size: 1.2em;
  overflow: hidden;
  z-index: 1;
  color: #fff;
  background: #181e4b;
  max-width: 320px;
  margin: 0 0 18px auto;
  display: block;
}
.connect__button__text__final:hover, .remix-animated-btn:hover {
  color: #fff;
  background: #181e4b;
}
.back-button {
  display: inline-block;
  margin: 18px 0 0 18px;
  padding: 8px 18px;
  background: #222;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-family: 'GulfsDisplay-Expanded', 'Gulfsdisplay Expanded', sans-serif;
  font-size: 1rem;
  transition: background 0.2s;
}
.back-button:hover {
  background: #444;
}
.slide-one.is--1 {
  background: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  box-shadow: 0 7px #000;
  max-width: 420px;
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  height: 180px;
  outline: 3px #333;
}
.card__content {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 0 18px;
}
.card__content__left {
  flex: 0 0 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 18px;
}
.card__content__left img {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 1px 6px #0002;
  background: #fff;
}
.card__content__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card__content__right a {
  color: #e53935;
  font-size: 1.5em;
  font-family: 'GulfsDisplay-Expanded', 'Gulfsdisplay Expanded', sans-serif;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 6px;
  transition: color 0.2s;
}
.card__content__right a:hover {
  color: #330bf9;
}
.card__content__right .desc {
  color: #222;
  font-size: 1em;
  font-family: Space Grotesk, sans-serif;
}
.links-cards-container {
  max-width: 1100px;
  margin: 40px auto 0 auto;
  padding: 0 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}
