/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-0u9yh389nm] {
    min-height: 95vh;
    display: flex;
    flex-direction: column;
    background: radial-gradient(circle at top, rgb(180, 190, 254, 0.1), transparent 55%), #11111b;
}

.app-header[b-0u9yh389nm] {
    position: sticky;
    top: 0;
    z-index: 10;
    background: rgba(17, 17, 27, 0.85);
    border-bottom: 1px solid #313244;
    backdrop-filter: blur(18px);
}

.app-main[b-0u9yh389nm] {
    flex: 1;
    width: 100%;
    padding: 1.5rem 0 3rem;
}

.app-main>.content[b-0u9yh389nm] {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

@media (max-width: 640px) {
    .app-main[b-0u9yh389nm] {
        padding-top: 1rem;
    }

    .app-main>.content[b-0u9yh389nm] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

#blazor-error-ui[b-0u9yh389nm] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-0u9yh389nm] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-surface[b-wtxllwxi28] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.85rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    color: #cdd6f4;
}

.nav-leading[b-wtxllwxi28] {
    display: flex;
    align-items: center;
    flex: 1;
}

.brand[b-wtxllwxi28] {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    color: inherit;
    text-decoration: none;
}

.brand-copy[b-wtxllwxi28] {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.brand-title[b-wtxllwxi28] {
    font-weight: 600;
    font-size: 1.1rem;
}

.nav-toggle[b-wtxllwxi28] {
    display: none;
}

.nav-toggle-button[b-wtxllwxi28] {
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 16px;
    border: 1px solid #45475a;
    background: rgba(49, 50, 68, 0.7);
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: border-color 0.25s ease, box-shadow 0.25s ease,
        background 0.25s ease;
}

.nav-toggle-button span[b-wtxllwxi28] {
    position: absolute;
    display: block;
    width: 1.3rem;
    height: 2px;
    background: #cdd6f4;
    border-radius: 999px;
    left: 50%;
    transform: translateX(-50%);
    transition: transform 0.25s ease, opacity 0.25s ease,
        background 0.25s ease;
}

.nav-toggle-button span:nth-child(1)[b-wtxllwxi28] {
    top: calc(50% - 0.45rem);
}

.nav-toggle-button span:nth-child(2)[b-wtxllwxi28] {
    top: 50%;
}

.nav-toggle-button span:nth-child(3)[b-wtxllwxi28] {
    top: calc(50% + 0.45rem);
}

.nav-toggle:checked+.nav-toggle-button[b-wtxllwxi28] {
    border-color: #cba6f7;
    background: rgba(137, 180, 250, 0.12);
    box-shadow: 0 12px 30px rgba(137, 180, 250, 0.25);
}

.nav-toggle:checked+.nav-toggle-button span:nth-child(1)[b-wtxllwxi28] {
    transform: translate(-50%, 0.45rem) rotate(45deg);
    background: #b4befe;
}

.nav-toggle:checked+.nav-toggle-button span:nth-child(2)[b-wtxllwxi28] {
    opacity: 0;
    transform: translateX(-50%);
}

.nav-toggle:checked+.nav-toggle-button span:nth-child(3)[b-wtxllwxi28] {
    transform: translate(-50%, -0.45rem) rotate(-45deg);
    background: #b4befe;
}

.nav-collection[b-wtxllwxi28] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.nav-item[b-wtxllwxi28] {
    border-radius: 10px;
    border: 1px solid rgba(69, 71, 90, 0.8);
    padding: 4px 8px;
    background: rgba(49, 50, 68, 0.8);
    box-shadow: 0 8px 18px rgba(17, 17, 27, 0.35);
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.nav-item:hover[b-wtxllwxi28] {
    border-color: #cba6f7;
    box-shadow: 0 14px 30px rgba(203, 166, 247, 0.28);
    transform: translateY(-1px);
}

.nav-item .nav-link[b-wtxllwxi28] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.55rem 1.25rem;
    border-radius: 999px;
    text-decoration: none;
    color: #cdd6f4;
    font-weight: 600;
    font-size: 0.95rem;
    transition: color 0.2s, background 0.2s;
}

.nav-item .nav-link:hover[b-wtxllwxi28] {
    color: #f5e0dc;
}

.nav-item .nav-link.active[b-wtxllwxi28] {
    color: #11111b;
    background: linear-gradient(135deg, #cba6f7, #b4befe);
}

.nav-link[b-wtxllwxi28] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.6rem 1rem;
    border-radius: 12px;
    text-decoration: none;
    color: #bac2de;
    font-weight: 500;
    transition: background-color 0.2s, color 0.2s,
        box-shadow 0.2s;
}

.nav-link:hover[b-wtxllwxi28] {
    color: #f5e0dc;
    background: rgba(137, 180, 250, 0.15);
}

.nav-link.active[b-wtxllwxi28] {
    color: #11111b;
    background: linear-gradient(135deg, #cba6f7, #b4befe);
    box-shadow: 0 10px 25px rgba(203, 166, 247, 0.35);
}

@media (max-width: 900px) {
    .nav-surface[b-wtxllwxi28] {
        flex-wrap: wrap;
        gap: 0.75rem;
    }

    .nav-leading[b-wtxllwxi28] {
        flex: auto;
        width: calc(100% - 4rem);
    }

    .nav-toggle-button[b-wtxllwxi28] {
        display: inline-flex;
    }

    .nav-collection[b-wtxllwxi28] {
        position: fixed;
        top: 4.5rem;
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: stretch;
        background: rgba(17, 17, 27, 0.98);
        border-bottom: 1px solid #313244;
        padding: 1rem 1.25rem 2rem;
        gap: 0.35rem;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
        display: flex;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-10px);
        transition: opacity 0.25s ease, transform 0.25s ease,
            visibility 0.25s ease;
    }

    .nav-link[b-wtxllwxi28] {
        font-size: 1rem;
        justify-content: flex-start;
    }

    .nav-toggle:checked~.nav-collection[b-wtxllwxi28] {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {

    .nav-toggle-button[b-wtxllwxi28],
    .nav-toggle-button span[b-wtxllwxi28],
    .nav-item[b-wtxllwxi28],
    .nav-link[b-wtxllwxi28],
    .nav-collection[b-wtxllwxi28] {
        transition: none;
    }
}
/* /Components/Pages/Bgg.razor.rz.scp.css */
.bgg-page[b-kpyxv5okus] {
  display: flex;
  flex-direction: column;
  min-height: 80vh;
}

.page-header[b-kpyxv5okus] {
  text-align: center;
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #45475a;
}

.page-header h1[b-kpyxv5okus] {
  background: linear-gradient(135deg, #cba6f7 0%, #b4befe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 2.5rem;
  margin-bottom: 0.25rem;
}

.subtitle[b-kpyxv5okus] {
  color: #a6adc8;
  font-size: 1.1rem;
}

/* Search bar */

.bgg-search[b-kpyxv5okus] {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: 2rem;
}

.bgg-search input[b-kpyxv5okus] {
  padding: 0.7rem 1rem;
  border-radius: 10px;
  border: 1px solid #45475a;
  background: #313244;
  color: #cdd6f4;
  font-size: 1rem;
  width: 260px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.bgg-search input:focus[b-kpyxv5okus] {
  border-color: #cba6f7;
  box-shadow: 0 0 12px rgba(203, 166, 247, 0.15);
}

.bgg-search input:disabled[b-kpyxv5okus] {
  opacity: 0.5;
}

.bgg-search button[b-kpyxv5okus] {
  padding: 0.7rem 1.5rem;
  border-radius: 10px;
  border: none;
  background: #cba6f7;
  color: #1e1e2e;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.bgg-search button:hover:not(:disabled)[b-kpyxv5okus] {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(203, 166, 247, 0.3);
}

.bgg-search button:disabled[b-kpyxv5okus] {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Loading spinner */

.loading-spinner-container[b-kpyxv5okus] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin: 2.5rem 0;
  animation: fade-slide-in-b-kpyxv5okus 0.4s ease-out;
}

.loading-spinner-container p[b-kpyxv5okus] {
  color: #a6adc8;
  font-size: 0.95rem;
}

.loading-spinner[b-kpyxv5okus] {
  width: 40px;
  height: 40px;
  border: 3px solid #313244;
  border-top-color: #cba6f7;
  border-radius: 50%;
  animation: spin-b-kpyxv5okus 0.8s linear infinite;
}

/* Error */

.error[b-kpyxv5okus] {
  text-align: center;
  color: #f38ba8;
  margin: 1.5rem 0;
}

/* Section entrance */

.fade-slide-in[b-kpyxv5okus] {
  animation: fade-slide-in-b-kpyxv5okus 0.4s ease-out both;
}

.delay-1[b-kpyxv5okus] {
  animation-delay: 0.1s;
}

.delay-2[b-kpyxv5okus] {
  animation-delay: 0.15s;
}

/* Filters */

.filters[b-kpyxv5okus] {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}

.filter-group[b-kpyxv5okus] {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.filter-group label[b-kpyxv5okus] {
  font-size: 0.8rem;
  color: #a6adc8;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.filter-group input[b-kpyxv5okus],
.filter-group select[b-kpyxv5okus] {
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  border: 1px solid #45475a;
  background: #313244;
  color: #cdd6f4;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  width: 120px;
}

.filter-group input:focus[b-kpyxv5okus],
.filter-group select:focus[b-kpyxv5okus] {
  border-color: #cba6f7;
  box-shadow: 0 0 8px rgba(203, 166, 247, 0.12);
}

.filter-group input:disabled[b-kpyxv5okus],
.filter-group select:disabled[b-kpyxv5okus] {
  opacity: 0.5;
}

.filter-count[b-kpyxv5okus] {
  text-align: center;
  color: #6c7086;
  font-size: 0.85rem;
  margin-bottom: 1.5rem;
}

/* Slot machine */

.slot-machine[b-kpyxv5okus] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  position: relative;
}

/* Floating dice particles */

.slot-particles[b-kpyxv5okus] {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.slot-particles span[b-kpyxv5okus] {
  position: absolute;
  bottom: -2rem;
  font-size: 1.2rem;
  opacity: 0;
  animation: float-up-b-kpyxv5okus 6s ease-in infinite;
}

.slot-particles span:nth-child(1)[b-kpyxv5okus] {
  left: 8%;
  animation-duration: 7s;
  animation-delay: 0s;
}

.slot-particles span:nth-child(2)[b-kpyxv5okus] {
  left: 25%;
  animation-duration: 5s;
  animation-delay: 1.2s;
}

.slot-particles span:nth-child(3)[b-kpyxv5okus] {
  left: 45%;
  animation-duration: 8s;
  animation-delay: 2.5s;
}

.slot-particles span:nth-child(4)[b-kpyxv5okus] {
  left: 62%;
  animation-duration: 6s;
  animation-delay: 0.8s;
}

.slot-particles span:nth-child(5)[b-kpyxv5okus] {
  left: 78%;
  animation-duration: 7.5s;
  animation-delay: 3.5s;
}

.slot-particles span:nth-child(6)[b-kpyxv5okus] {
  left: 92%;
  animation-duration: 5.5s;
  animation-delay: 4.8s;
}

/* Slot display */

.slot-display[b-kpyxv5okus] {
  width: 100%;
  max-width: 480px;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1e1e2e;
  border-radius: 24px;
  border: 4px solid #45475a;
  padding: 2rem;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: 
    inset 0 10px 30px rgba(0,0,0,0.5),
    0 10px 40px rgba(0,0,0,0.3);
}

.slot-display[b-kpyxv5okus]::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(30, 30, 46, 1) 0%,
    rgba(30, 30, 46, 0) 20%,
    rgba(30, 30, 46, 0) 80%,
    rgba(30, 30, 46, 1) 100%
  );
  z-index: 2;
  pointer-events: none;
}

.slot-display.spinning[b-kpyxv5okus] {
  border-color: #cba6f7;
  animation: pulse-border-b-kpyxv5okus 0.4s ease-in-out infinite alternate, shake-b-kpyxv5okus 0.2s infinite;
}

.slot-display.chosen[b-kpyxv5okus] {
  border-color: #a6e3a1;
  box-shadow: 
    inset 0 0 20px rgba(166, 227, 161, 0.2),
    0 0 40px rgba(166, 227, 161, 0.3);
  animation: chosen-bounce-b-kpyxv5okus 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Slot reel (3 visible items) */

.slot-reel[b-kpyxv5okus] {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  width: 100%;
  align-items: center;
  transition: transform 0.1s ease-out;
}

.slot-item[b-kpyxv5okus] {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  background: rgba(49, 50, 68, 0.5);
  border: 1px solid transparent;
  transition: all 0.2s ease-out;
}

.slot-item.center[b-kpyxv5okus] {
  opacity: 1;
  transform: scale(1.05);
  background: rgba(203, 166, 247, 0.15);
  border: 1px solid rgba(203, 166, 247, 0.4);
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.slot-item.adjacent[b-kpyxv5okus] {
  opacity: 0.25;
  transform: scale(0.9);
  filter: blur(1px);
}

.slot-item.ticking[b-kpyxv5okus] {
  animation: slot-tick-b-kpyxv5okus 0.1s ease-out;
}

.slot-item img[b-kpyxv5okus] {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.slot-item span[b-kpyxv5okus] {
  color: #cdd6f4;
  font-size: 1.1rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

/* Game card inside slot (chosen state) */

.slot-game[b-kpyxv5okus] {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  width: 100%;
  animation: slide-up-fade-b-kpyxv5okus 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  z-index: 3;
}

.slot-game img[b-kpyxv5okus] {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

/* ─── Keyframes ─── */

@keyframes shake-b-kpyxv5okus {
  0%, 100% { transform: translate(0, 0); }
  25% { transform: translate(1px, -1.5px) rotate(0.2deg); }
  50% { transform: translate(-1.5px, 1px) rotate(-0.2deg); }
  75% { transform: translate(1.5px, 1.5px) rotate(0.1deg); }
}

@keyframes chosen-bounce-b-kpyxv5okus {
  0% { transform: scale(0.85); box-shadow: 0 0 0 rgba(166, 227, 161, 0); }
  50% { transform: scale(1.04); box-shadow: 0 0 50px rgba(166, 227, 161, 0.4); }
  100% { transform: scale(1); }
}

@keyframes slide-up-fade-b-kpyxv5okus {
  from {
    opacity: 0;
    transform: translateY(50px) scale(0.8) rotate(-2deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1) rotate(0deg);
  }
}

@keyframes slot-tick-b-kpyxv5okus {
  0% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .slot-display.spinning[b-kpyxv5okus],
  .slot-display.chosen[b-kpyxv5okus],
  .slot-game[b-kpyxv5okus]::after,
  .confetti-piece[b-kpyxv5okus],
  .slot-item.ticking[b-kpyxv5okus] {
    animation: none;
  }
  .slot-display.spinning .slot-item[b-kpyxv5okus] {
    filter: none;
  }
}

.slot-game-info[b-kpyxv5okus] {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  min-width: 0;
}

.slot-game-info h3[b-kpyxv5okus] {
  margin: 0;
  font-size: 1.3rem;
  color: #cdd6f4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slot-game-year[b-kpyxv5okus] {
  color: #a6adc8;
  font-size: 0.9rem;
}

.slot-game-meta[b-kpyxv5okus] {
  display: flex;
  gap: 0.75rem;
  color: #a6adc8;
  font-size: 0.85rem;
  flex-wrap: wrap;
}

.slot-placeholder[b-kpyxv5okus] {
  color: #6c7086;
  font-size: 1.1rem;
}

/* Spin button */

.spin-button[b-kpyxv5okus] {
  padding: 0.85rem 2rem;
  border-radius: 999px;
  border: none;
  background: linear-gradient(135deg, #cba6f7, #b4befe);
  color: #1e1e2e;
  font-weight: 700;
  font-size: 1.1rem;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 8px 24px rgba(203, 166, 247, 0.3);
  position: relative;
  z-index: 1;
  animation: button-glow-b-kpyxv5okus 2s ease-in-out infinite;
}

.spin-button:hover:not(:disabled)[b-kpyxv5okus] {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(203, 166, 247, 0.5);
  animation: none;
}

.spin-button:disabled[b-kpyxv5okus] {
  opacity: 0.5;
  cursor: not-allowed;
  animation: none;
}

/* ─── Keyframes ─── */

@keyframes fade-slide-in-b-kpyxv5okus {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes spin-b-kpyxv5okus {
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse-border-b-kpyxv5okus {
  from {
    border-color: #cba6f7;
    box-shadow: 0 0 12px rgba(203, 166, 247, 0.15);
  }

  to {
    border-color: #b4befe;
    box-shadow: 0 0 24px rgba(180, 190, 254, 0.25);
  }
}

@keyframes chosen-burst-b-kpyxv5okus {
  0% {
    box-shadow: 0 0 0 0 rgba(166, 227, 161, 0.5);
  }

  50% {
    box-shadow: 0 0 40px 8px rgba(166, 227, 161, 0.3);
  }

  100% {
    box-shadow: 0 0 30px rgba(166, 227, 161, 0.2);
  }
}

@keyframes button-glow-b-kpyxv5okus {

  0%,
  100% {
    box-shadow: 0 8px 24px rgba(203, 166, 247, 0.25);
  }

  50% {
    box-shadow: 0 8px 32px rgba(203, 166, 247, 0.5);
  }
}

@keyframes float-up-b-kpyxv5okus {
  0% {
    opacity: 0;
    transform: translateY(0) rotate(0deg);
  }

  10% {
    opacity: 0.12;
  }

  90% {
    opacity: 0.12;
  }

  100% {
    opacity: 0;
    transform: translateY(-400px) rotate(180deg);
  }
}

@keyframes slot-tick-b-kpyxv5okus {
  from {
    transform: translateY(-6px);
    opacity: 0.6;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Accessibility */

@media (prefers-reduced-motion: reduce) {

  .slot-particles span[b-kpyxv5okus],
  .spin-button[b-kpyxv5okus],
  .fade-slide-in[b-kpyxv5okus],
  .loading-spinner[b-kpyxv5okus] {
    animation: none;
  }
  .slot-display.spinning .slot-item[b-kpyxv5okus] {
    filter: none;
  }
  .slot-item[b-kpyxv5okus],
  .slot-display[b-kpyxv5okus],
  .bgg-search input[b-kpyxv5okus],
  .filter-group input[b-kpyxv5okus],
  .filter-group select[b-kpyxv5okus] {
    transition: none;
  }
}

/* Responsive */

@media (max-width: 500px) {
  .slot-game[b-kpyxv5okus] {
    flex-direction: column;
    text-align: center;
  }

  .slot-game-info h3[b-kpyxv5okus] {
    white-space: normal;
  }

  .slot-game-meta[b-kpyxv5okus] {
    justify-content: center;
  }

  .bgg-search[b-kpyxv5okus] {
    flex-direction: column;
    align-items: center;
  }

  .bgg-search input[b-kpyxv5okus] {
    width: 100%;
  }
}

/* Attribution */

.bgg-attribution[b-kpyxv5okus] {
  text-align: center;
  margin-top: auto;
  padding: 2.5rem 0 1rem;
  opacity: 0.4;
  transition: opacity 0.3s;
}

.bgg-attribution:hover[b-kpyxv5okus] {
  opacity: 0.7;
}

.bgg-attribution img[b-kpyxv5okus] {
  max-height: 28px;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-page[b-lwwxrnlei7] {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2.5rem 1.25rem 4rem;
}

.hero[b-lwwxrnlei7] {
  text-align: center;
  padding: 3rem 2rem;
  background: #1e1e2e;
  border-radius: 18px;
  border: 1px solid #45475a;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
  margin-bottom: 3rem;
}

.eyebrow[b-lwwxrnlei7] {
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #a6adc8;
  margin-bottom: 0.75rem;
}

.hero h1[b-lwwxrnlei7] {
  font-size: 3rem;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #cba6f7 0%, #b4befe 50%, #89b4fa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.subtitle[b-lwwxrnlei7] {
  font-size: 1.15rem;
  color: #cdd6f4;
  line-height: 1.8;
  max-width: 720px;
  margin: 0 auto 1.5rem;
}

.hero-actions[b-lwwxrnlei7] {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.button[b-lwwxrnlei7] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.85rem 1.75rem;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  border: 1px solid transparent;
}

.button.primary[b-lwwxrnlei7] {
  background: #cba6f7;
  color: #1e1e2e;
  box-shadow: 0 10px 30px rgba(203, 166, 247, 0.35);
}

.button.secondary[b-lwwxrnlei7] {
  background: transparent;
  color: #cdd6f4;
  border-color: #585b70;
}

.button:hover[b-lwwxrnlei7] {
  transform: translateY(-2px);
}

.highlight-section[b-lwwxrnlei7] {
  margin-bottom: 3rem;
}

.highlight-section h2[b-lwwxrnlei7],
.status-section h2[b-lwwxrnlei7],
.links-section h2[b-lwwxrnlei7] {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  background: #89b4fa;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.highlight-grid[b-lwwxrnlei7] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.highlight-card[b-lwwxrnlei7] {
  background: #45475a;
  border-radius: 16px;
  padding: 1.75rem;
  border: 1px solid #45475a;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.highlight-card p[b-lwwxrnlei7] {
  color: #bac2de;
  line-height: 1.6;
}

.text-link[b-lwwxrnlei7] {
  color: #cba6f7;
  text-decoration: none;
  font-weight: 600;
}

.text-link:hover[b-lwwxrnlei7] {
  text-decoration: underline;
}

.pill[b-lwwxrnlei7] {
  align-self: flex-start;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  background: rgba(203, 166, 247, 0.15);
  color: #cba6f7;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.status-section[b-lwwxrnlei7] {
  margin-bottom: 3rem;
}

.status-cards[b-lwwxrnlei7] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
}

.status-card[b-lwwxrnlei7] {
  background: #313244;
  border-radius: 16px;
  border: 1px solid #45475a;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.status-label[b-lwwxrnlei7] {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.25rem 0.9rem;
  font-weight: 600;
}

.status-label.in-progress[b-lwwxrnlei7] {
  background: rgba(203, 166, 247, 0.2);
  color: #cba6f7;
}

.status-label.maybe[b-lwwxrnlei7] {
  background: rgba(137, 180, 250, 0.2);
  color: #89b4fa;
}

.status-label.shipped[b-lwwxrnlei7] {
  background: rgba(166, 227, 161, 0.2);
  color: #a6e3a1;
}

.status-card h3[b-lwwxrnlei7] {
  margin: 0;
  color: #f5e0dc;
}

.status-card p[b-lwwxrnlei7] {
  color: #a6adc8;
  line-height: 1.6;
  margin: 0;
}

.links-section[b-lwwxrnlei7] {
  margin-bottom: 2.5rem;
}

.links-grid[b-lwwxrnlei7] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.link-card[b-lwwxrnlei7] {
  display: flex;
  align-items: center;
  padding: 1.5rem;
  background: #313244;
  border-radius: 12px;
  border: 1px solid #45475a;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.link-card:hover[b-lwwxrnlei7] {
  transform: translateY(-2px);
  border-color: #cba6f7;
  box-shadow: 0 4px 12px rgba(203, 166, 247, 0.2);
}

.link-icon[b-lwwxrnlei7] {
  font-size: 2.25rem;
  margin-right: 1rem;
}

.link-content[b-lwwxrnlei7] {
  display: flex;
  flex-direction: column;
}

.link-content strong[b-lwwxrnlei7] {
  color: #cdd6f4;
  font-size: 1.1rem;
  margin-bottom: 0.2rem;
}

.link-content span[b-lwwxrnlei7] {
  color: #a6adc8;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .hero[b-lwwxrnlei7] {
    padding: 2.5rem 1.25rem;
  }

  .hero h1[b-lwwxrnlei7] {
    font-size: 2.25rem;
  }

  .subtitle[b-lwwxrnlei7] {
    font-size: 1rem;
  }

  .hero-actions[b-lwwxrnlei7] {
    flex-direction: column;
  }
}
/* /Components/Pages/Minecraft.razor.rz.scp.css */
.minecraft-page[b-9bubqsgsiv] {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2.5rem 1.25rem 4rem
}

.page-header[b-9bubqsgsiv] {
  text-align: center;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #45475a;
}

.page-header h1[b-9bubqsgsiv] {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

h1[b-9bubqsgsiv] {
  background: linear-gradient(135deg, #cba6f7 0%, #b4befe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

h2[b-9bubqsgsiv] {
  background: #89b4fa;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

h3[b-9bubqsgsiv] {
  background: #f9e2af;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.subtitle[b-9bubqsgsiv] {
  font-size: 1.2rem;
  color: #a6adc8;
  font-style: italic;
  margin: 0;
}

.intro-section[b-9bubqsgsiv] {
  margin-bottom: 3rem;
}

.intro-text[b-9bubqsgsiv] {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #cdd6f4;
  padding: 1.5rem;
  background: #313244;
  border-radius: 12px;
  border-left: 4px solid #cba6f7;
}

.mods-section[b-9bubqsgsiv] {
  margin-bottom: 3rem;
}

.mods-section h2[b-9bubqsgsiv],
.links-section h2[b-9bubqsgsiv] {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.mod-card[b-9bubqsgsiv] {
  background: #45475a;
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2rem;
  border: 1px solid #45475a;
  transition: transform 0.2s, box-shadow 0.2s;
}

.mod-header[b-9bubqsgsiv] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.mod-header h3[b-9bubqsgsiv] {
  margin: 0;
  font-size: 1.5rem;
  color: #cdd6f4;
}

.badge[b-9bubqsgsiv] {
  background: #a6e3a1;
  color: #1e1e2e;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: bold;
}

.mod-description[b-9bubqsgsiv] {
  color: #bac2de;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.mod-badge-container[b-9bubqsgsiv] {
  display: flex;
  justify-content: center;
}

.mod-badge-container.badge-carousel[b-9bubqsgsiv] {
  display: grid;
  grid-template-areas: "stack";
  place-items: center;
}

.mod-badge-container:hover[b-9bubqsgsiv] {
  transform: translateY(-2px);
}

.coming-soon[b-9bubqsgsiv] {
  background: #313244;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  border: 2px dashed #6c7086;
}

.coming-soon h3[b-9bubqsgsiv] {
  margin-bottom: 1rem;
}

.coming-soon p[b-9bubqsgsiv] {
  color: #bac2de;
  font-size: 1.05rem;
  margin: 0;
}

.links-section[b-9bubqsgsiv] {
  margin-bottom: 2rem;
}

.links-grid[b-9bubqsgsiv] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.link-card[b-9bubqsgsiv] {
  display: flex;
  align-items: center;
  padding: 1.5rem;
  background: #313244;
  border-radius: 12px;
  border: 1px solid #45475a;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s;
}

.link-card:hover[b-9bubqsgsiv] {
  transform: translateY(-2px);
  border-color: #cba6f7;
  box-shadow: 0 4px 12px rgba(203, 166, 247, 0.2);
  text-decoration: none;
}

.link-icon[b-9bubqsgsiv] {
  font-size: 2.5rem;
  margin-right: 1rem;
}

.link-content[b-9bubqsgsiv] {
  display: flex;
  flex-direction: column;
}

.link-content strong[b-9bubqsgsiv] {
  color: #cdd6f4;
  font-size: 1.1rem;
  margin-bottom: 0.2rem;
}

.link-content span[b-9bubqsgsiv] {
  color: #a6adc8;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .page-header h1[b-9bubqsgsiv] {
    font-size: 2rem;
  }

  .subtitle[b-9bubqsgsiv] {
    font-size: 1rem;
  }

  .mod-header[b-9bubqsgsiv] {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .links-grid[b-9bubqsgsiv] {
    grid-template-columns: 1fr;
  }
}
