/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-0u9yh389nm] {
    min-height: 100vh;
    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/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: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;
  }
}
