/* /Layout/MainLayout.razor.rz.scp.css */
.layout-wrapper[b-j1vy161oef] {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.main-content[b-j1vy161oef] {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
}

.mud-main-content[b-j1vy161oef] {
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  height: auto !important;
  min-height: 100vh;
}

body[b-j1vy161oef],
html[b-j1vy161oef] {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.mud-main-content[b-j1vy161oef] {
  height: auto !important;
  overflow: auto !important;
  max-height: none !important;
}

.mud-container[b-j1vy161oef],
.mud-layout[b-j1vy161oef] {
  overflow: visible !important;
  height: auto !important;
}

/* Responsive width for vertical text containers */
@media (max-width: 1600px) {
  .vertical-text[b-j1vy161oef] {
    width: 100px;
  }
}

@media (max-width: 1200px) {
  .vertical-text[b-j1vy161oef] {
    width: 80px;
  }
}

@media (max-width: 768px) {
  .vertical-text[b-j1vy161oef] {
    width: 40px;
  }
}

/* Hide vertical margins on mobile */
@media (max-width: 600px) {
  .layout-wrapper[b-j1vy161oef] {
    /* Reset to standard layout without margins */
    display: block;
  }
}

.open-text[b-j1vy161oef] {
  color: var(--mud-palette-white);
  font-weight: bold !important;
}

.decks-text[b-j1vy161oef] {
  color: var(--mud-palette-tertiary);
  font-weight: bold !important;
}

/* Auth Container Styles */
.auth-container[b-j1vy161oef] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 20px;
  background-color: var(--mud-palette-background);
}

.auth-logo[b-j1vy161oef] {
  margin-bottom: 2rem;
  text-align: center;
}
